/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

@media (min-width: 1200px) {
    .nk-header {
        padding-top:0px;
    }
}
body:not(.dark-mode) .datatable-wrap{
    background-color:#ffffff;
}
.table{
    margin-bottom:0;
}
.table th{
    line-height: 1.5;
}

.buttons-reset:before{
    content: "\ec14";
}
.buttons-create:before{
    content: "\eb44";
}
.buttons-reload:before{
    content: "\eb55";
}

.buttons-filter:before{
    content: "\ea58";
}

.btn-group, .btn-group-vertical{
    display: inline;
}
@media screen and (max-width: 767px){
    div.dt-buttons{
        text-align: left;
    }   
}

tr.child td.child .dtr-details li{
    text-align: left !important;
    line-height: 2;
}
tr.child td.child ul.dtr-details li .dtr-title::after{
    content: ' : ';
}

.custom_filter_bar{
    display: none;
}
.custom_filter_form{
    display: none;
    margin-bottom:13px;
}

.spectrum_color_picker{
    background-color:#ffffff;
    border-color:#dbdfea;
}
.popover.clockpicker-popover{
    position: fixed;
}
.clockpicker-popover .popover-title{
    padding:7px;
}
.custom-control.custom-checkbox, .custom-control.custom-radio, .custom-control.custom-switch{
    padding-right: 1em;
    padding-bottom: 0.5em;
}
.custom-radio.custom-control-block, .custom-checkbox.custom-control-block, .custom-switch.custom-control-block{
    display: block;
}

.rangeslider--horizontal{
    height:8px;
}
.rangeslider--horizontal .rangeslider__handle{
    top: -6px;
}
.rangeslider, input[type='range'] {
    max-width: 400px;
}
.rangeslider__handle{
    width:20px;
    height:20px;
}
.rangeslider__handle:after{
    width:10px;
    height:10px;
}
.rangeslider__ruler {
    cursor: pointer;
    font-size: .8em;
    height: 15px;
    margin: 5px 3px 0 3px;
    position: relative;
    top: 100%;
    text-align: justify;
}

.rangeslider__ruler:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.custom-control-sm .custom-control-label{
    font-size: 13.5px;
}
.rating-sm{
    font-size: 20px;
}
.theme-krajee-svg.rating-sm .krajee-icon, .theme-krajee-svg.rating-sm .krajee-icon-clear{
    width: 1.2rem;
    height: 1.2rem;
}

.custom_file_upload_input .input-group-text{
    padding-right:0;
}
.custom_file_upload_input .input-group-text .custom-checkbox{
    padding-right:0;
    padding-left: 1.4em;
}
.custom_file_upload_input .custom-control-label::before{
    border:1px dashed #aaaaaa;
}
.custom_file_upload_input .custom-control-input:checked ~ .custom-control-label::before{
    background-color:red;
    border-color:red;
}

.input_field_tooltip_icon{
    font-size:1.2em;
    vertical-align: middle;
}

.form-group > .error, .form-group > .invalid, .error_list > .invalid{
    color: #e85347;
    font-size: 11px;
    font-style: italic;
}
.error_list > .invalid{
    line-height: 22px;
}
.specturm_color_filled_box{
    width:24px;
    height:100%;
    border-radius: 3px;
}

.page_loader {
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 9999;
    position: fixed;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color:#f1f2f3;
    opacity: 0.3;
}

.page_loader .css-loader {
    /* border: 16px solid #f3f3f3; 
    border-top: 16px solid blue; */
    /* border-radius: 50%; */
    width: 100px;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    animation: spin 2s linear infinite;
}

/* @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */

/* .dataTables_filter, .datatable-filter, .dataTables_info, .dataTables_paginate{
    padding:0 1.5rem !important;
} */

.form_open_view{
    cursor: pointer;
}
.delete_alert_note .note_head{
    text-align: center;
}
.delete_alert_note .note_code{
    text-align: left;
    margin-top:20px;
    font-size: 1.1em;
    color: #555;
}
.delete_alert_note span{
    padding:5px 0px;
    color:#ff0000;
    line-height: 1.7em;
}
.form-control, .dual-listbox .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter input{
    font-size: 0.95rem;
}
.bulk_action_content{
    margin-top:15px;
    text-align:left;
    max-height: 400px;
    overflow-y: auto;
}

.role_permissions_input{
    display: table;
    margin-left:10px;
}
.role_permissions_input label{
    margin-left:8px;
    font-size: 15px;
}
.user-avatar img, [class^=user-avatar]:not([class*=-group]) img{
    height: 100%;
}

.custom_language_entry>span{
    font-size: 12px;
    border-bottom:1px dashed #aaa;
    cursor: pointer;
    margin-right:5px;
}
.form-group {
    margin-bottom: 1.05rem !important;
}
.jquery_repeater .form-group{
    margin-bottom: 0.7rem !important;
}
.data_repeater_item{
    padding:10px 0px;
    border-bottom:1px dashed #aaa;
    /* background-color:#fafafa; */
    position: relative;
}
.data_repeater_item .data-repeater-delete{
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 19px;
    display: inline-block;
    padding: 0;
    text-align: center;
}
.data_repeater_item:not(:first-child) .row{
    width: 98% !important;
}

.czContainer{
    position:relative;
}
.btnMinus{
    right: 10px !important;
}
.btnPlus{
    top: -5px !important;
    right: -10px !important;
    bottom:75px !important;
}
.recordset ul {
    margin-bottom:0px;
}
.recordset .form-group {
    margin-bottom: 1.25rem !important;
}
.recordset{
    position:relative !important;
    border:1px solid #eeeeee !important;
    border-bottom:1px dashed #ccc !important;
    padding-top:15px;
    background-color:#ffffff;
}
.card-inner .btnPlus{
    position: relative !important;
    top: -30px !important;
    right: 0px !important;
    height: 12px !important;
}
.logout_profile_button {
    background: none;
    border: none;
    margin:0;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    padding: 0 !important;
    font-weight: 500;
    color: #526484;
    transition: all 0.4s;
    line-height: 1.3rem;
}

.logout_profile_button .icon {
    width: 1.75rem !important;
    text-align: left;
}

.imgdiv {
    display: none;
    max-height: 300px !important;
    overflow: hidden;
    max-width: 300px !important;
}

.cropper_image_item {
    border: 1px solid red;
    min-height: 100px;
    min-width: 100px;
    max-height: 100px;
    max-width: 100px;
}

.open_cropper_window{
    cursor: pointer;
    /* width: 120px; */
}
.custom_file_upload_logos{
    font-size:50px;
    text-align: left;
    background-color: #f5f6fa;
    padding: 10px 15px;
    border-color: #f5f6fa;
    border: 1px solid #dbdfea;
    border-radius: 3px;
    
}
.custom_file_upload_logos span.download_link {
    font-size: 12px;
    float: left;
}
.render_static_input{
    background-color:#f5f6fa;
}

table.dataTable .tb-lead {
    font-weight: 500;
    color: #364a63;
    display: block;
    line-height: 1.4;
}
table.dataTable .tb-lead + span {
    font-size: 12px;
}

.custom-control-label.disabled-custom-input::before{
    background-color:#aaa;
}

/* Custom Tagify */

.tags-look .tagify__dropdown__item{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
    color: black;
}

.tags-look .tagify__dropdown__item:hover{
    background: lightyellow;
    border-color: gold;
}

.tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}