﻿
/*scoll bar styles*/
/*https://css-tricks.com/almanac/properties/s/scrollbar/*/
::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}

/*ends*/



/*Loader styles*/
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.LoadLogo {
    position: absolute;
    z-index: 1;
    margin: -64px 0 0 -40px;
    width: 120px;
    height: 120px;
    /*-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: #000000;
}

.loaderMessage {
    margin-left: -30px;
    background-color: white;
    padding: 5px;
    position:fixed;
}
/*Ends*/
/*Dashboard text selection disabled*/
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*Dev extreme widget default font family override*/
.dx-widget {
    /*font-family: Georgia, 'Times New Roman', Times, serif !important;*/
    font-family: 'kohinoor Devanagari';
}

.dxc-item {
    font-family: 'kohinoor Devanagari';
}
/*Dev extreme switch handle color*/
/*.dx-switch-on {
    color: grey!important;
}*/
/*.dx-switch.dx-state-hover .dx-switch-handle:before {
    background-color: white !important;
}

.dx-switch-handle:before {
    background-color: white !important;
}

.dx-switch.dx-state-hover.dx-switch-on-value .dx-switch-handle:before {
    background-color: white !important;
}

.dx-switch-on-value .dx-switch-handle:before {
    background-color: white !important;
}*/ 
/*Ends*/

/************Switch control with rounded*****************/

.switch-group {
    padding: 0 0px 0 10px;
    display: inline-block;
}
/***********Switch ends**********/

/*Toastr message css*/

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    /*width: 400px !important;*/
    /*margin-left: 20px !important;
    margin-right: 20px !important;*/
}

.toast-top-center {
    top: 30%;
    /*top: 180px !important;*/
    /*bottom: 0px !important;*/
}

.sup {
    position: relative;
    bottom: 1ex;
    font-size: 80%;
}


/*Scroll at top css*/
html {
    scroll-behavior: smooth;
}

#Btn_scrollTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #949090;
    color: white;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 30px;
}

    #Btn_scrollTop:hover {
        background-color: #555;
    }

/*treeview add custom focus*/
.focused > .dx-treeview-item {
    background-color: #337ab7;
    color: #fff;
}

.filterCtl {
    height: 32px;
}
.controldisplay {
    display: none
}
