input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nav-sidebar .nav-link.active{
    background-color: #f5f5f5;
    color: #333;
}

.table.table-small td, .table.table-small th {
    padding: .3rem 0.3rem !important;
}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1010; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('../images/loading.gif') no-repeat 50% 50%; }

.table td, .table th{

}

.table.table-small td, .table.table-small th{
    padding: 2px;
}

.adaccount_pm_button:hover .adaccount_pm_info{
    display: block !important;
}

.adaccount_pm_info{
    display: none;
    position: absolute;
    background-color: rgb(250, 250, 250);
    margin: 12px 0 0 0;
    padding: 5px;
    z-index: 10;
    border-radius: 3px;
    border: 1px solid #dddddd;
    white-space: nowrap;
    line-height: 14px;
    color: #393939;
    font-size: 11px;
    font-weight: normal;
    box-shadow: 1px 1px 3px #37474f;

    overflow: hidden;
}
.nowrap{
    white-space: nowrap;
}
.adaccount_pm_info hr{
    margin: 5px -6px;
    border-top: 1px solid #7a858a;
}
.adaccount_pm_info hr:last-child{
    display: none;
}

.sp-container{
    z-index: 1200;
}

.select2-group{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file:hover {
    cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.select2-selection .sp-preview{
    height: 20px !important;
    width: 20px !important;
}
.select2-filter .select2-selection .sp-preview{
    margin: 0 !important;
}
.nav-sidebar .nav-item{
    position: relative;
    overflow: hidden;
}
.nav-sidebar .nav-item .add-link{
    position: absolute;
    right: 0;
    width: 40px;
    padding: 10px 0 0 0;
    font-size: 13px;
    background: #3a4e56;
    display: block;
    text-align: center;
    height: 40px;
    color: #cdf1f1;
    z-index: 1;
}

.nav-sidebar .nav-item .add-link:hover{
    background-color: #26a69a;
}

.fb-account-extra{
    padding: 1px 0 0 0;
    color: #969696;
    font-size: 11px;
}
.fb-account-category{
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: .3125rem;
    z-index: 0;
    display: inline-block;
    top: 3px;

}
.fb-account-category .fb-account-category-inner{
    box-shadow: 0 0 0 1px rgba(0,0,0,.05);
    border-radius: .1875rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.facebook-filter .filter-item{
    display: inline-block;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 1px #37474f;
    border-radius: 3px;
    padding: 4px;
    margin: 0 5px;
}

.datatable_bottom{
    margin-top: 1.25rem;
}


.theme-dark .account-item{

}
.theme-dark .accounts-table .account-item .detail .business a,
.theme-dark .accounts-table .account-item .detail .business span,
.theme-dark .accounts-table .account-item .detail .pages a,
.theme-dark .accounts-table .account-item .detail .pages span,
.theme-dark .accounts-table .account-item .detail .adaccounts a,
.theme-dark .accounts-table .account-item .detail .adaccounts span{

}

.theme-dark .accounts-table .account-item .detail .number{
    color: #d9f9e9 !important;
    text-shadow: 1px 1px #252b39 !important;
}

.theme-dark .accounts-table .account-item .detail .business a i,
.theme-dark .accounts-table .account-item .detail .business span i,
.theme-dark .accounts-table .account-item .detail .pages a i,
.theme-dark .accounts-table .account-item .detail .pages span i,
.theme-dark .accounts-table .account-item .detail .adaccounts a i,
.theme-dark .accounts-table .account-item .detail .adaccounts span i{
    color: #525f7b !important;
}

.theme-dark .daterangepicker .calendar-table,
.theme-dark .daterangepicker td.off {
    background: transparent;
    border-color: transparent;
}

.dataTables_processing{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(/views/template/images/loading.gif) no-repeat 50% 50%;
}

.navbar-footer{
    box-shadow: 0 -1px 3px rgba(0,0,0,.12), 0 -1px 2px rgba(0,0,0,.24) !important;
    z-index: 100 !important;
}

.daterangepicker .range_inputs{
    display: none;
}

.dataTables_scrollBody{
    /*overflow-y: -webkit-paged-y !important;*/
}

td.details-control {
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.select2-selection--single{
    height: 34px !important;;
}

#ticketsTable thead{
    display: none;
}

.noty_theme__bootstrap-v4.noty_type__alert, .noty_theme__bootstrap-v4.noty_type__notification{
    color: #333;
}
.noty_theme__bootstrap-v4.noty_type__alert hr, .noty_theme__bootstrap-v4.noty_type__notification hr{
    border-color: #ddd !important;
}

.dots_loading:after {
    content: ' .';
    animation: dots_load 3s steps(1, end) infinite;
}

@keyframes dots_load {
    0%, 12.5% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        text-shadow: .5em 0;
    }
    50% {
        text-shadow: .5em 0, 1em 0;
    }
    62.5% {
        text-shadow: .5em 0, 1em 0, 1.5em 0;
    }
    75% {
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0;
    }
    87.5%, 100%{
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0, 2.5em;
    }
}

td.details-control {
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.accounts-table .account-item .account-settings{
    font-size: 12px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: 0.7rem;
    line-height: .5;
    border-radius: .2rem;
}

.hover-info-block{
    display:none;
    position: absolute;
    margin: 10px 0 0 -10px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #d6d6d6;
    background-color: #fff;
    padding: 10px;
    z-index: 10;
}
.hover-info{
    /*position: relative;*/
}
.hover-info:hover .hover-info-block{
    display:inline-block !important;
}
.filter_more{
    display: none;
}


.custom-control-secondary .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-secondary .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #45748a;
    border-color: #45748a; }

.custom-control-dark .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-dark .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #252b36;
    border-color: #252b36; }

.custom-control-success .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-success .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #25b372;
    border-color: #25b372; }

.custom-control-danger .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-danger .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #ef5350;
    border-color: #ef5350; }

.custom-control-warning .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-warning .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f58646;
    border-color: #f58646; }

.custom-control-info .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-info .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #2cbacc;
    border-color: #2cbacc; }


.progressbar-text {
    text-shadow: 1px 1px 2px #787878;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.theme-dark .progressbar-text {
    color: #fff;
}
.theme-dark .hover-info-block {
    background: rgb(38, 45, 60);
    border-color:#000;
    box-shadow: 1px 1px 1px #040404;
}
.w-1 {
    width: 1%;
}