﻿.form-control-LogIn {
    display: block;
    width: 100% !important;
    padding: 0.375rem 3.3rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #9493a9 !important;
    background-color: #f4f3f9;
    background-clip: padding-box;
    border: 1px solid #e1e0ea;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 3px;
}

.custsticky {
    /*width: 100%;
    margin-bottom: 1rem;*/
}

@media only screen and (max-width: 991px) {
    .custsticky-pin {
        /*top: 4px !important;*/
    }
}

.sticky-pin {
    z-index: 1000;
}

.custsticky-pin {
    position: fixed;
    right: 12px;
    width: 100%;
    z-index: 90;
    border-bottom: 1px solid #e3e3f7;
    /*top: 58px;*/
}

.custmargin-top {
    margin: 1rem 0 1rem 0;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .pagetitle {
        display: none !important;
    }
}

@media (min-width: 1280px) {

    .container {
        max-width: 95%;
    }
}


.select2 {
    width: 100% !important;
}

.select2-container {
}

.input-group .select2-container {
    width: 90% !important;
}

.input-group {
    flex-wrap: nowrap !important;
}

.form-control {
    color: #000 !important;
    background-color: #e8f2ff;
    background-clip: padding-box;
    border: 1px solid #d1d1dc;
}

.select2-container--default .select2-selection--single {
    background-color: #e8f2ff !important;
}

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #000 !important;
    }

.pagetitle {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    border-radius: 3px;
    position: relative;
    right: 0;
    color: #0052cc;
    line-height: 41px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 400;
}

body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: red;
    outline: 1px solid slategrey;
}

.table th, .text-wrap table th {
    font-size: 0.75rem;
}

table td {
    word-wrap: break-word;
}

.selected {
    background-color: #d0def1 !important;
}

.dataTable {
    cursor: pointer !important;
}

#ajax-content {
    min-height: 100%;
    height: auto;
}

.alternative-font {
    color: #0052cc;
}

.alternative-font {
    /*color: #CCC;*/
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

.modal-md {
    max-width: 700px;
}

.disabled {
    color: gray;
}

.userprofile .pro-img-box {
    background: transparent;
    /*height: 100px;*/
    margin: 0 auto;
    text-align: center;
    width: 100px;
    position: relative;
}

.pro-img-upload {
    background: rgba(33, 33, 33, 0.5) url("../images/upload-icon.png") no-repeat scroll center center / 16px auto;
    border: none;
    border-radius: 50%;
    height: 28px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}

    .pro-img-upload input.upload {
        cursor: pointer;
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 5px;
        position: absolute;
        right: -3px;
        top: -3px;
    }

.modal {
    overflow: auto !important;
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #0052cc;
    color: white;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    color: #000;
    /*font-weight: 500;*/
    font-size: 14px;
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
    color: #000;
    /*font-weight: 500;*/
    font-size: 14px;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    /*background: #e8f2ff;*/
}

.mega-menubg {
    /*background: #e8f2ff;*/
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    /*background-color: #e8f2ff;*/
}

.ms-choice > span {
    position: inherit !important;
}

@media (max-width: 575.98px) {
    .color-headerlogo > label {
        margin-left: 1rem !important;
        margin-top: 0.5rem !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .color-headerlogo .header-mobile {
        background: url("");
    }
}

.dropdown-menu {
    z-index: 999999 !important;
}

.btn-whatsapp {
    color: #fff;
    background: #41ec08 !important;
    border-color: #10f305;
}

    .btn-whatsapp:hover {
        color: #fff;
        background-color: #41ec08;
        border-color: #10f305;
    }

    .btn-whatsapp:focus, .btn-whatsapp.focus {
        box-shadow: 0 0 0 2px rgb(29, 198, 74);
    }

    .btn-whatsapp.disabled, .btn-whatsapp:disabled {
        color: #fff;
        background-color: #4ecc48;
        border-color: #25931f;
    }

    .btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
        color: #fff;
        background-color: #21c44c;
        border-color: #25931f;
    }

        .btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
            box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
        }

/* Center logo*/
@media (min-width:1024px) {
    .hor-topheader .color-headerlogo {
        display: none !important;
    }

        .hor-topheader .color-headerlogo .header-desktop {
            display: none !important;
        }

    .hor-topheader .header-brand.header-brand2 {
        display: block !important;
    }

    .hor-topheader .header-desktop {
        position: absolute !important;
        margin: 0 auto !important;
        text-align: center !important;
        display: block !important;
        left: 0 !important;
        right: 0 !important;
    }

    .hor-topheader .form-inline {
        margin-left: 0rem !important;
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .hor-topheader.header .form-inline .form-control {
        width: 200px !important;
    }
}

@media (min-width:1367px) {
    .hor-topheader.header .form-inline .form-control {
        width: 250px !important;
    }
}

@media (max-width:992px) {
    .color-headerlogo .header-mobile {
        margin-top: 2px !important;
    }

    .sidebar-right-mobile i {
        font-size: 24px !important;
        margin-top: 2px !important;
        display: block !important;
    }

    .nav-link.icon.toggle i {
        font-size: 24px !important;
        margin-top: 9px !important;
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    .color-headerlogo .header-mobile {
        margin-top: 4px !important;
    }
}

.ranges li:last-child {
    display: none;
}

.header-desktop {
    width: 100%;
    background-size: 150px 40px;
}

.highcharts-credits, .highcharts-button, .highcharts-data-label, .highcharts-label {
    display: block;
}

.btn_rightside {
    padding-bottom: 8px;
    padding-bottom: 10px;
    flex-grow: 1;
    float: right;
}