﻿body {
            overflow-y: visible;
            /*background: url(../Images/WelcomeScreen/bg/6_bg.png) no-repeat center center fixed;*/
            background: url('../images/loginBackgroundbody.png') no-repeat center center fixed !important;
            /* -webkit-background-size: cover; */
            /*-moz-background-size: cover;
            -o-background-size: cover;*/
            background-size: cover;
            font-family:Calibri !important;
        }
        .input-group-text{
            background-color: #ffffff !important;
        }
        .login-card-body, .register-card-body {
            background: rgba(255,255,255,.8);
        }
        .card{
                background-color: transparent !important;
                border:solid 1px #fff;
        }
        [class*=icheck-] > input:first-child + label::before {
                border: 1px solid #1f2d3d !important;
        }
        .img-logo{
            width:65%;
        }
        .card-header.login-card-body{
            text-align:center;
        }
.login-box-msg, .register-box-msg {
    color:#403f3f;
}
.brand-link{
    background-color:#ffffff;
}
.text-align-center{
    text-align:center
}
[class*=sidebar-dark-]  {
    background-color:#bb162b !important;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #ffffff !important;
}
[class*=sidebar-dark-] .sidebar a {
    color: #ffffff !important;
}
.title-header{
    font-size:30px !important; 
    font-weight:bold !important;
}
 .padding-10{padding:10px;}
 .padding-5{padding:5px;}
 .margin-5{margin:5px;}
 .margin-10{margin:10px;}
.btn-danger-custom {
    color: #fff;
    background-color: #bb162b;
    border-color: #bb162b;
    box-shadow: none;
}
.callout.callout-info-custom {
    border-left-color: #bb162b;
}
.circle {
   border-radius: 60%;
   border:1px solid lightgray;
   background-color:lightgreen;
   padding:2px;
}
.span-tag{
    border-radius: 20px;
   border:1px solid gray;
   padding:5px;
   margin:5px;
   font-size:12px;
   cursor:pointer !important;
}
.span-tag.active{
    background-color:lightgray
}
.callout-width{
    width:100%;
}
.modal-footer.align-center{
    justify-content:center !important;
}
.hideRelease{
    display:none;
}
.hideMarginSidebar{
    margin-left:0px !important;
}
@media screen and (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper.hideMarginSidebar {
       margin-left:0px !important;
    }
}
@media screen and (max-width: 768px) {

.navbar-light .navbar-nav .nav-link {color: #ffffff;}
    .title-header-short {
        color: #ffffff;
        font-size: larger !important;
    }
.main-header-mobile { background-color:#bb162b;}
}
@media  screen and (min-width: 992px){
    .sidebar-mini.sidebar-collapse .brand-text.img-logo {
        opacity:1;
       visibility:visible;
    }
}
