
/*add custom css here just dont target any bootrap classes*/


.bootstrap-select-shadow{
    -webkit-box-shadow: 0 2px 6px -2px rgba(0,0,0,.16), 0 2px 6px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.16), 0 2px 6px 0 rgba(0,0,0,.12);
}

.mt-2-custom{
    margin-top: 1rem;
}

.hidden{
    display:none;
}

.card-shadow {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

.card-box {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

.page-title-box .page-title {  
    line-height: 50px;
}

.page-title-box .page-title-right {
    margin-top: 10px;
}
.asterisk {
    color: red;
}
.control-label {
    padding-top: calc(.45rem + 1px);
    padding-bottom: calc(.45rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}



.btn-transperant{
    background-color:transparent;
    border-color:transparent;
}
    .btn-transperant:hover {
        background-color: transparent;
        border-color: transparent;
    }

.img-bg {
    background: url('../../images/Login page clipart-2.jpg') right no-repeat;
    background-size: 70% 100%;
}

.login-box-shadow {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}

.donut-legend > span {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}

    .donut-legend > span:last-child {
        margin-right: 0;
    }

    .donut-legend > span > i {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 7px;
        margin-top: -3px;
        vertical-align: middle;
        border-radius: 1px;
    }

.height-382 {
    height: 382px;
}

.dashboard-filter-panel{
    width:50%;
    right:-50%;
}

.dropdown-menu.show {
    min-width: 100% !important;
    max-width: 400px !important;
    word-wrap:break-word;
    
}
.dropdown-menu.inner {
    max-height: 385px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#loadSpinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
   
}
#loadergif {
    margin-top: 23%;
    margin-left: 45%;
}

.app_tray_image_size {
    height: 28px !important;
}


#SpinnerGeneric {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(255,255,255,0.3);
    /*opacity: 0.5;
    background: #e9e9e9;*/
}

 

#LoaderGeneric {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}


.right-bar-toggle-open-close {
    background-color: #414b5b;
    height: 24px;
    width: 24px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
}

.cursor-pointer{
    cursor:pointer;
}

.detailed-view-panel {
    width: 80%;
    right: -80%;
}


/* width */
.custom-Scrollbar::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.custom-Scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.custom-Scrollbar::-webkit-scrollbar-thumb {
    background: #204677;
    border-radius: 10px;
}

    /* Handle on hover */
    .custom-Scrollbar::-webkit-scrollbar-thumb:hover {
        background: #7f92aa;
    }

/* width */
.custom-Scrollbar::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.custom-Scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.custom-Scrollbar::-webkit-scrollbar-thumb {
    background: #204677;
    border-radius: 10px;
}

    /* Handle on hover */
    .custom-Scrollbar::-webkit-scrollbar-thumb:hover {
        background: #7f92aa;
    }

.right-bar .rightbar-title {
    background-color  :#3c4854 ;
}


#truck_loading1 > img {
    position: fixed;
    left: 50%;
    top: 35%;
    z-index:9999;
}

.select2-container {
    z-index: 1;
}
.ErrorColor {
    color: red;
}