.loading {
	opacity: 0.5;
	background: url("../css/img/spin.gif") no-repeat;
	background-position: center;
}
.buttonMargin {
    margin-left: 1;
    margin-bottom: 1;
}

@font-face {
    font-family: Nepali;
    src: url("../fonts/Nepali.TTF");
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/password.ttf");
}

.nepaliFont {
	font-family: Nepali;
}

table tr.detailTotalTableRow.odd, tr.detailTotalTableRow.even {
    font-weight: bold;
    background-color: #ffccb3;
}

.small-box:hover .icon>i.fa, .small-box:hover .icon>i.fab, .small-box:hover .icon>i.far, .small-box:hover .icon>i.fas, .small-box:hover .icon>i.glyphicon, .small-box:hover .icon>i.ion {
    font-size: 57px;
}

.form-control {
    height: 22px;
}

.saveCancel {
    margin-top: 15px;
    padding-bottom: 5px;
}

table td {
    position: relative;
}
  
table td input {
    position: absolute;
    display: block;
    top:0;
    left:0;
    margin: 0;
    height: 100%;
    width: 100%;
    border: none;
    padding: 10px;
    box-sizing: border-box;
}


body {
    margin: 0;
    /* font-family: "Roboto", "Odoo Unicode Support Noto", sans-serif; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;
    /* background-color: #8f8f8f; */
}

.form-control {
    color: #444;
    font-weight: 500;
    background-color: #fff;
}

label {
    font-size: 10px;
}

.brand-link {
    padding: 0rem 0rem;
}

legend {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

#detailDataModal .table-responsive {
    max-height:300px;
}

#detailDataModal .input-group>.input-group-append>.btn {
    border: 1px solid rgba(0,0,0,.2);
}

#vehicleDetailModal .input-group>.input-group-append>.btn {
    border: 1px solid rgba(0,0,0,.2);
}

#detailDataModal tr.header, #detailDataModal tr:hover {
    background-color: #f1f1f1;
}

.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.glyphicon, .small-box .icon>i.ion {
    font-size: 40px;
    top: 20px;
}

.fa-edit {
    color: green;
}

.fa-list {
    color: #008080;
}

.fa-trash-alt {
    color: red;
}

.btn-secondary {
    color: #212529;
    background-color: white;
    border-color: white;
    color: #00A09D;
}

.btn-secondary:hover, .btn-secondary:active{
    background-color: #6c757d;
    border-color: white;
}

.main-footer {
    text-align: center;
    padding: 5px;
}

.modal-header {
    padding: 5px;
}

table {
    width: 100%;
}

floatRight {
    float: right !important;
}

.hidden {
    display: none;
}

.toastrClass  {
    background-color: #4b0082;
    color: white;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 0.3rem;
    margin: 0 0 0 0;
}

.material-design-form .select-label {
    margin: 0;
    color: #AAA;
    font-size: 12px;
    font-weight: normal;
}

/* todo change */
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #fff;;
}

.icheck-success>input:first-child:checked+input[type=hidden]+label::before, .icheck-success>input:first-child:checked+label::before {
    background-color: #4b0082;
    border-color: #4b0082;
}

.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #4b0082;
}

.btn-success {
    color: #fff;
    background-color: #7c4dff;
    border-color: #7c4dff;
    box-shadow: none;
}
.btn-success:hover {
    color: #fff;
    background-color: #3000b3;
    border-color: #290099;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #3000b3;
    border-color: #290099;
    box-shadow: none, 0 0 0 0 rgb(128, 0, 255);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #7c4dff;
    border-color: #7c4dff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #290099;
    border-color: #220080;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgb(128, 0, 255)
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #7B1FA2;
    color: #fff;
}

/* .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7C4DFF;
    border-color: #7C4DFF;
    border-radius: 20px;
}

.page-link:active {
    background-color: #7C4DFF;
    color: #fff;
}

ul.pagination>.disabled {
    background-color: #7C4DFF;
    border-color: #7C4DFF;
    border-radius: 20px;
} */

.page-link {
    position: relative;
    float:left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color:gray;
    text-decoration:none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.page-link:hover {
    z-index: 3;
    color: #fff;
    text-decoration: none;
    background-color: indigo;
    border-color: indigo;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0rem white;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-radius: 20px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-radius: 20px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: indigo;
    border-color:#ddd;
    cursor: default;
}
.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: indigo;
    border-color: indigo;
    /* border-radius: 20px; */
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

/* todo change */

/* .wrapper {
    position: fixed;
    width: 100%;
    top: 0px;
} */

.select2 {
    margin-bottom: 10px;
}

.input-group-text {
    margin-bottom: 0px;
    background-color: #fff;
    border : 0px;
}

/* .ui-menu {
    background-color: #c758da;
    border-radius: 5px;
    color: #fff;
} */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #03A9F4;
    background: #03A9F4;
    font-weight: normal;
    color: #fff;
}

/* hijokooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */

.interface_type_isc, input.input_text_isc {
    display: inline-block;
    text-align: inherit;
    background-color: #e9ecef;
    margin-bottom: 5px;
}

.input_text_isc, .select2 {
    border: 1px solid #03A9F4;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}

.material-design-form .group {
    position: relative;
    margin-top: 30px;
}

.interface_type_isc .dropdown_isc > input {
    padding-right: 15px;
    cursor: pointer;
}

/* input[type="text"], input[type="password"], input[type="number"], textarea, select {
    width: 100%;
    display: block;
    outline: none;
} */

/* aajakooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: gray-light;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

a:hover {
    color: #003a39;
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

a {
    color: #008784;
    text-decoration: none;
    background-color: transparent;
}
