/* Buttons styles */
#btnLogin{
    border-radius: 4px;
    height: 40px;
    background-color: #1f508e;
    color: white;
}
#btnForgot:hover {
    color: #2980B9;
}
.low-emphasis:focus{
    color: #2980B9;
}
.medium-emphasis:focus{
    color: #2980B9;
}
.high-emphasis:focus{
    color: #ffffff; 
}
.low-emphasis{
    background: #F5F5F5;
    border-color: #F5F5F5;
    color: #2980B9;
}
.low-emphasis:hover{
    background: #F5F5F5;
    border-color: #F5F5F5;
    color: #1f508e;
}
.medium-emphasis{
    background: #F5F5F5;
    border-color: #2980B9;
    color: #2980B9; 
}
.medium-emphasis:hover{
    background: #F5F5F5;
    border-color: #2980B9;
    color: #1f508e; 
}
.high-emphasis{
    background-color: #1f508e;
    border-color: #2980B9;
    color: #ffffff; 
}
.high-emphasis:hover{
    background-color: #1f508e;
    border-color: #1f508e;
    color: #ffffff; 
}

.input:focus {
    background-color: #ffffff;
    border: 1px solid #1589ee;
    outline: 0;
    box-shadow: 0 0 3px #0070D2;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
     display: none;
}


/* Shodow Effects */
.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
  

/* Lesft Navigation Background Color */
.mCustomScrollBox {
    background: #FFFFFF !important;
}

/* Top Right User Margin */

/* Top Left Logo */
.x-navigation > li.xn-logo > a:first-child {
    height: 93px;
    background-color: #FFFFFF;
}
.x-navigation li > a:hover {
    background: #d9d9d9 !important;
    color: #000000 !important;
}
.x-navigation li.active > a {
    background: #ffffff ;
    color: #000000 !important;
}
.x-navigation li.active-bold > a {
    font-weight: bold; 
}
.x-navigation li.active > a .fa{
    color: #000000 !important;
}

.x-navigation li > ul li.active > a {
    background: #ffffff ;
    color: #000000 !important;
}
.x-navigation li > ul li.active-bold > a {
    font-weight: bold; 
}

/* Page Content Hight 100% */
.page-content{
    height: 100% !important;
}

/* Chart Heights */
.chart-height {
    height: 300px;
}
.resize-chart-height {
    height: 600px !important;
}

/* Widgets Background Colors */
.widget-yellow{
    background: #F9E79F;
}
.widget-orange{
    background: #F8C471;
}
.widget-green{
    background: #A9DFBF;
}
.widget-lightblue{
    background: #AED6F1;
}
.widget-darkblue{
    background: #5499C7;
}
.widget-purple{
    background: #C39BD3;
}
.widget-red{
    background: #CD6155;
}

/* Border-Top Colors */
.yellow-top-border{
    border-top-color: #D4AC0D !important;
    border-top-width: 4px;
}
.orange-top-border{
    border-top-color: #CA6F1E !important;
    border-top-width: 4px;
}
.green-top-border{
    border-top-color: #148F77 !important;
    border-top-width: 4px;
}
.lightblue-top-border{
    border-top-color: #2874A6 !important;
    border-top-width: 4px;
}
.darkblue-top-border{
    border-top-color: #154360 !important;
    border-top-width: 4px;
}
.purple-top-border{
    border-top-color: #633974 !important;
    border-top-width: 4px;
}
.red-top-border{
    border-top-color: #7B241C !important;
    border-top-width: 4px;
}

/* OnFocus Hide Plaseholder */
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Notifications SlideBar */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
   
}

/* Login page  CSS */
.login-container {
    
    height: 100%;
    margin-top: -60px !important;
}
.login-container .login-box{
    padding-top: 260px;
}
.login-container .login-box .login-body {
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #D8DDE6;
}
.login-container .login-box .login-logo {
    height: 150px !important;
}
.login-container .login-box .login-body .form-control {
    background: #ffffff;
    color: rgb(0, 0, 0) !important;
}

#left {
    height: 100%;
}

.footer{
    position: relative;
    margin-top: 110px;
    height: 24px;
    width: 100%;
    clear: both;
    text-align: center;
    font-family: serif;
    font-size: larger;
    font-weight: bold;
}

#right {
    height: 100%;
}
/* @media only screen and (max-width: 768px) {
    #right {
        display: none;
    }
    .login-container .login-box{
        padding-top: 80px;
    }

} */
@media only screen and (max-width: 1024px) {
    #left {
        width: 100%;
    }
    
    #right {
        display: none;
    }
}

@media only screen and (min-height: 1200px) {
    .login-container .login-box{
       padding-top: 400px;
    }
}
@media only screen and (max-height: 1200px) {
    .login-container .login-box{
        padding-top: 280px;
    }
}
@media only screen and (max-height: 1000px) {
    .login-container .login-box{
        padding-top: 240px;
    }
}
@media only screen and (max-height: 900px) {
    .login-container .login-box{
        padding-top: 180px;
    }
}
@media only screen and (max-height: 736px) {
    .login-container .login-box{
        padding-top: 140px;
    }
}
@media only screen and (max-height: 670px) {
    .login-container .login-box{
        padding-top: 100px;
    }
}
@media only screen and (max-height: 610px) {
    .login-container .login-box{
       padding-top: 60px;
    }
}

/* DashBoard CSS */
.db-widget-1{
    min-width: 150px; height: 300px; margin: 0 auto;
}

.x-navigation > li.xn-logo > a:first-child:hover {
    background-color: #FFFFFF !important;
}
.title-modal{
    color:black;
    margin-left:9px;
    font-size: 14px;
    margin-bottom:10px;
}
.title-submodal{
    margin-bottom:10px;
    font-size: 14px;
    color:black;

}
.serverschedule{
    margin-top:-12px;
}
.switch.switch-small{
    margin:0px 0px 0px;
}
.Text-Align-Top {
    vertical-align: top;
}
.Text-Align-sub {
    vertical-align: sub;
}
.modal-footer {
    margin-top: 30px;
}
.Currency-Align{
    text-align: right;
    padding-right: 38px !important;
}
.insightbutton{
    margin-left:15px;
    margin-top:14px;
    height:38px;
    width:120px;
}
.ddlTime-width{
    -webkit-appearance: menulist !important;
     width:100px;
     color:black;
}
.ddlRegion-width{
    -webkit-appearance: menulist !important;
     width:70px;
     color:black;
}
.DayMin-Width{
    min-width: 90px;
}
.currencytitle {
        text-align:right;
}
.currency {
        text-align:right;
        padding-right: 20px !important;
}
/* Scroll bar view for MAC */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
