﻿.main-header {
    position: fixed !important;
    width: 100% !important;
}

.dt-button-collection {
    margin-left: -70px !important;
}

.box-body {
    min-height: .01% !important;
    overflow-x: auto !important;
}
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #263987;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #263987;
    border-color: #263987;
}
.content-header > h1 {
    font-size: 24px !important;
    color: #263987;
}
.btn-primary {
    background-color: #263987;
    border-color: #192556;
}
    .btn-primary:hover {
        background-color: #192556;
    }
.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px !important;
}

.model-title {
    font-size: 100% !important;
    font-weight: bold !important;
}

.btn-group > .btn:first-child {
    padding-left: 8px;
    padding-right: 8px;
}

button.close {
    font-size: 48px !important;
    margin-top: -30px !important;
    opacity: 1 !important;
}

.active > a > span {
    color: #263987 !important;
}

.dropdown .active,
.dropdown-menu .active {
    background-color: dimgray;
}

    .dropdown.active > a,
    .dropdown.active > a > i
    .dropdown-menu .active > a > span {
        color: #fff !important;
    }

.treeview-menu .treeview-menu {
    padding-left: 0px !important;
}

.treeview-menu > li {
    border-left: dashed #ccc 1px;
    margin-left: 20px !important;
}

.dropdown-menu {
    box-shadow: 5px 5px 13px -6px;
}

.button-cell {
    width: 125px !important;
}

.dtr-data {
    left: 200px;
    position: absolute !important;
}

.btn-group > ul > li > a > i {
    width: 15px;
}

.error {
    color: red;
    font-size: 90%;
    font-weight: 400 !important;
    border-color: red !important;
}

.waiter-outer {
    background: white;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.9;
    transition: all linear 0.3s;
}

.waiter-inner {
    background: url(../img/loader.html) no-repeat center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.9;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
/* The switch - the box around the slider */
/*.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 22px;
}

    .switch input {
        display: none;
    }

.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: 18px;
        width: 18px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch 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%;
    }


.box > .overlay,
.panel > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box > .overlay,
.panel .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    display: none;
}

    .box .overlay > .fas,
    .panel .overlay > .fas {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
    }

    .box .overlay.dark,
    .panel .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.81, 0.13, 0.85, 0.24);
    -webkit-animation-direction: alternate;
}

.file-box {
    background-color: white;
    border: solid rgb(75, 75, 75) 1px;
    text-align: center;
    transition: all linear 0.3s;
    padding: 5px;
    min-width: 120px;
}

    .file-box:hover {
        transform: scale(1.1);
        box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.51);
    }

    .file-box a {
        display: block;
    }

.index-table tbody tr td {
    word-wrap: break-word !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    min-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.dataTables_wrapper {
    min-height: 500px !important;
}

.dropdown-submenu > a {
    padding: 3px 2px 3px 20px !important;
}

    .dropdown-submenu > a > i.fa-angle-right {
        float: right !important;
    }

.selected-row {
    background-color: rgba(106, 177, 246, 0.70) !important;
}

.converted-to-job {
    background-color: rgba(168, 251, 94, 0.70) !important;
}


.pricing-section {
    padding: 10px 0;
    background-color: #d1d1d1;
    border-right: 1px solid #808080;
}


.sms-box {
    position: fixed !important;
    bottom: 0 !important;
    left: 0px !important;
    width: 230px !important;
    opacity: 0.3;
    transition: all .5s ease-in-out !important;
    z-index: 999999 !important;
    margin-bottom: 0 !important;
}

    .sms-box:hover {
        opacity: 1;
        box-shadow: 10px 10px 15px 2px;
    }

.sms-tel-group {
    padding-top: 3px !important;
}

#sms_phone {
    width: 61% !important;
}

.pinner {
    color: #97a0b3 !important;
}

.pinned {
    opacity: 1 !important;
    box-shadow: 10px 10px 15px 2px;
}

    .pinned .pinner {
        color: #263987 !important;
    }

.sms-separator {
    margin-top: 0px !important;
    margin-bottom: 3px !important;
}

.quick-icon {
    width: 22px !important;
    color: #263987 !important;
}

.sms-balance-header {
    font-size: 12px !important;
    color: #8c8a8a !important;
    background-color: #ccc;
    padding: 3px 10px;
}

    .sms-balance-header .btn-box-tool {
        color: #8c8a8a !important;
        top: 0px !important;
        padding-top: 3px !important;
    }

    .sms-balance-header .box-tools {
        top: 0px !important;
    }

.letter-count {
    font-size: 10px !important;
    padding: 3px !important;
    border-radius: 3px;
    color: black;
}
.floating-quick-button {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 27px !important;
    opacity: 0.7;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999999;
    transition:0.2s ease-in-out all;
}
.floating-quick-button:hover {
    opacity: 1.0;
    box-shadow:3px 3px 5px #ccc;
}
.dataTable .dropdown-menu {
    position: relative !important;
}

.dx-ac {
    background: #a5a5a5;
}

/*
.dx-ac:not(.dxgRRB) {
    background: #a5a5a5;
}*/