/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url('../assets/images/loader-image.gif') no-repeat center center rgba(0,0,0,0.25)
}

/*#region JQuery DataTable */

.dataTables_wrapper .dataTables_filter {
    float: none;
}

.dataTables_filter input {
    width: 200px !important;
    float: right;
}

.dataTables_wrapper .dataTables_length select {
    height: 32px;
}

.dataTables_processing {
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_filter label {
    width: unset;
}
.dataTables_wrapper .dataTables_filter input {
    background-color: white !important;
    margin-bottom: 10px;
    margin-top: -4px;
}
/*#endregion */

.toggle label {
    border-left-color: #777;
    color: #777;
}
.modal-header .close {
    margin-top: -25px;
    padding: revert;
}
#btnAddSelectedLeaseEquipment i.fa-plus {
    display: inline;
}
label {
font-weight: bold;
}
.toggle > label i.fa-minus:before {
    content: none;
}
.toggle > label i.fa-plus:before {
    content: none;
}
.switchbox {
    position: relative;
    width: 210px;
    float: right;
    top: -30px;
}
.switchtext {
    position: relative;
    display: inline-block;
    font-weight:bold;
   
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
 
.hide{
    display: none;
}
.ui-pnotify-sticker {
    visibility :hidden !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}
.cancelBtn {
    margin-right : 10px;
}

.tooltip-inner:has(> div.mapping) {
    max-width: 800px !important;
    text-align: left;
    margin-right: 40px;
    background-color: #34495e;
    color : white;
}

.float-r {
    float: right
}

.pointer {
    cursor: pointer;
}

.panel .panel-subtitle {
    max-width: 300px
}
.paging_input .paginate_input {
    width: 50px;
    border-width: thin;
}