@font-face {
    font-family: 'IRANSans';
    src: url(../../fonts/IRANSansWeb.woff);
}


body, h1, h2, h3, h4, h5, h6, th, .caption .iranFont {
    font-family: 'IRANSans' !important;
}
.cursor-pointer {
    cursor: pointer;
}

.number-without-arrows{

    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

.form-control::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #74788d !important;
    opacity: .4 !important; /* Firefox */
}

.bootstrap-timepicker-widget.dropdown-menu{
    padding: 4px;
    direction: ltr !important;
    right: auto
}


/*add person*/

.packageRoleSection .kt-radio {
    padding-right: 20px;
    text-align: center;
}

.packageRoleSection .kt-radio-inline .kt-radio {
    margin-bottom: 12px;
}

/*end add person*/

.dashboard-container .same-height {
    height: 470px !important;
}

.dashboard-container .traveltimeline .kt-portlet__body {
    padding: 25px 10px !important;
}

.dashboard-container .kt-timeline-v2 {
    overflow-y: scroll;
    height: 83%;
}

.setting-container .same-height {
    height: 470px !important;
}

.setting-container .vehcile-table tbody {
    height: 310px;
    overflow-y: scroll;
}

.setting-container tbody::-webkit-scrollbar,
.dashboard-container .kt-timeline-v2::-webkit-scrollbar{
    width: 8px;
}

/* Track */
.setting-container tbody::-webkit-scrollbar-track,
.dashboard-container .kt-timeline-v2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.setting-container tbody::-webkit-scrollbar-thumb,
.dashboard-container .kt-timeline-v2::-webkit-scrollbar-thumb {
    background: #646c9a;
    border-radius: 10px;
}

/* Handle on hover */
.setting-container tbody::-webkit-scrollbar-thumb:hover,
.dashboard-container .kt-timeline-v2::-webkit-scrollbar-thumb:hover {
    background: #4f5783;
}