#no-script-msg{
    display: none;
}

/* === Sticky footer styles === */
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

td {
    padding-top: 5px;
    padding-left: 20px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

.login-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.fill{
    height: auto !important;
    min-height: auto !important;
}

.form-table{
    display: table;
    min-height: 80vh;
    width: 100%;
}

.form-cell{
    display: table-cell;
    vertical-align: middle;
}

.login-form-home  input{
    opacity: 1 !important;
    border-radius: 5px !important;
    border: 1px solid #9f0707 !important;
    height: 55px !important;
    padding-left: 70px !important;
    margin-bottom: 5px;
}

.emailDiv::before{
    content: url("lib/assets/user.png");
    position: absolute;
    z-index: 1;
    margin-left: 25px;
    margin-top: 18px;
}

.passwordDiv::before{
    content: url("lib/assets/lock.png");
    position: absolute;
    z-index: 1;
    margin-left: 28px;
    margin-top: 18px;
}

.login-form-home{
    padding-top: 15px;
}

.login-logo-div{
    text-align: center;
    padding-bottom: 30px;
}

.login-logo-div img{
    width: 70px;
}

.qr-image-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    /* or any specific height you want */
}

.navbar-default.qr-nav {
    background-color: #9f0707 !important; /* Background color for the navbar*/
}

.site-name {
    color: #ffffff;  /* Text color for the site name */
    font-size: 24px;  /* Adjust as per your requirement */
    padding: 10px 0;  /* Some padding for better appearance */
}

.login_box{
    box-shadow: 0px 0px 8px #88888845 !important;
    background-color: transparent !important;
}

/* Set the fixed height of the footer here */
#footer {
    /*height: 60px;*/
    background-color: #f5f5f5;
    /*padding-top: 20px;*/
    padding: 15px !important;
}

#footer .container{
    padding: 0;
}
#footer p{
    margin: 0;
}


.login_box form{
    max-width: 540px;
    margin: auto;
}

#btnLogin{
    background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 5px !important;
    background-color: #9f0707;
}

#btnLogin:hover{
    background-color: #710707;
}

.login_box .form-group{
    float: left;
    width: 100%;
}

.navbar-default.login-nav{
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: none;
}

.login-nav .navbar-ex1-collapse{
    background-color: transparent;
    box-shadow: none;
    background-image: none;
}

.login-nav li a{
    color: #000 !important;
}

.login-nav .navbar-brand{
    display: none;
}

.password-recover{
    background: none !important;
    border: none !important;
    max-width: 250px !important;
}

#passwordRecover{
    position: absolute;
    background: rgb(237, 237, 237);
    z-index: 10000;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* === END: Sticky footer styles === */

/* === ng-grid styles */
.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100%;
    height: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* === END: ng-grid styles */
/* === ng-gridmini styles */
.gridStyleMini {
    border: 1px solid rgb(212,212,212);
    width: 95%;
    height: 300px;
    margin: 10px;
}

.gridStyleMiniCard {
    border: 1px solid rgb(212,212,212);
    width: 95%;
    height: 300px;
    margin: 10px;
    overflow: auto; /* This will add a scrollbar if the content exceeds the container's dimensions */
}


.cellToolTip {
    overflow: visible;
}

.tooltip {
    top: 0 !important;
}
/* === END: ng-gridMini styles */

/* === Notification */
#spa-utils-notification-box {
    position: fixed;
    top: 60px;
    right: 40px;
    padding: 10px;
    width: 301px;
    display: none;
    z-index: 9999;
}

.login_box {
    background-color:#E2E2E2;
    border-radius: 10px;
    padding: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 5px 10px 5px #888888;

}


.login_text{

    color: #929292;

}

.navbar-ex1-collapse{
    background-color: #330000;
    border-color: #b90004;

}

.navbar-default {
    background-color: #640000;
    border-color: #b90004;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #d8d8d8;

}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;

    background-color: #b90004;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d8d8d8;
    background-color: #b90004;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #d8d8d8;
    background-color: #b90004;
}
.navbar-default .navbar-toggle {
    border-color: #b90004;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #b90004;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-default .navbar-link {
    color: #ffffff;
}
.navbar-default .navbar-link:hover {
    color: #d8d8d8;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #d8d8d8;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #d8d8d8;
        background-color: #b90004;
    }
}

.dropdown-menu > li > a{

color: #8B0000;

}

.dropdown:hover>.dropdown-menu  {
    display: block;

}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#8B0000;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#8B0000;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.container
{
    padding-top: 30px;
    width: 100%;
}

#footer{

    padding-top: 0px;
}

.panel-header{




    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.mainPanel-text{
    font-size:20px;

}
.panel-header2{
    padding-bottom: 20px;

}

.panel-title-mainPanel{

    font-weight: bold;
    background-position:center;
color: darkred;
}

.tab-content
{
    background-color:#e0e0e0;
    margin-bottom: 10px;
    padding: 10px;
    border-radius:0px 10px 10px 10px;

}
.nav-pills > li.active > a {
    background-color:darkred;
}

.nav-pills > li > a {
    color: darkred;
}
.nav-pills > li.active > a:hover{
    background-color:#b90004;}

.getMargin{

    padding: 0px;

}

 .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #b90004;
    color: #fff;
}
 .chat-body{
     border-bottom: 1px dotted #b3a9a9;
     margin-bottom: 10px;
     padding-bottom: 5px;
 }

.red {
    color: red;
}

.black {
    color: black;
}

.custom-select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    width: 220px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-select.small {
    width: 104px;
}
.custom-select.medium {
    width: 164px;
}
.custom-select.large {
    width: 300px;
}
.custom-select.xlarge {
    width: 380px;
}
.custom-select > select {
    display: none !important;
}
.custom-select > a.dropdown-toggle {
    border-radius: 0;
    line-height: 28px;
    box-shadow: none;
    background: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #aaa;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #888;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}
.custom-select > a.dropdown-toggle.disabled,
.custom-select > a.dropdown-toggle.disabled:hover {
    cursor: not-allowed;
    color: #aaa;
    background: #eee;
}
.custom-select > a.dropdown-toggle:hover,
.custom-select.open > a.dropdown-toggle {
    color: #333;
}
.custom-select.open > a.dropdown-toggle {
    border-bottom: 0;
    line-height: 29px;
}
.control-group.error .custom-select > a.dropdown-toggle {
    border-color: #f09784;
    color: #d68273;
}
.custom-select > a.dropdown-toggle > span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-select > a.dropdown-toggle > b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.custom-select > a.dropdown-toggle > b:before {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 1px;
}
.custom-select.open > a.dropdown-toggle > b:before {
    content: "\f0d8";
}
.custom-select > .dropdown-menu {
    margin-top: 0;
    border-color: #aaa;
    border-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}
.custom-select > .dropdown-menu > .custom-select-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 0 4px;
    white-space: nowrap;
}
.custom-select > .dropdown-menu > .custom-select-search > input {
    width: 100%;
    height: 30px;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 20px 4px 5px;
    border-radius: 0;
}
.custom-select > .dropdown-menu > .custom-select-search:after {
    content: "\f002";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: 10px;
}
.custom-select > .dropdown-menu > ul {
    border-color: #aaa;
    border-top: 0;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    padding-right: 14px;
}
.custom-select > .dropdown-menu > ul > li > a {
    font-size: 13px;
    margin-bottom: 1px;
    margin-top: 1px;
    display: block;
    padding: 3px 8px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    width: 100%;
}
.custom-select > .dropdown-menu > ul > li > a:hover,
.custom-select > .dropdown-menu > ul > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-repeat: repeat-x;
}
.custom-select > .dropdown-menu > ul > li > a:hover {
    background: #4f99c6;
}
.custom-select > .dropdown-menu > ul > li > a:focus {
    background: #2283c5;
}
.custom-select > .dropdown-menu > ul > li.empty-result > em {
    text-align: center;
    padding: 4px 8px;
    display: block;
}
.custom-select > .dropdown-menu > .custom-select-action > button {
    border-radius: 0;
    background-image: none;
}

.m-transparent {
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    color: white;;

}
.mx-transparent {
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    color: white;;

}


#mad-cont {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

html, body {
    height: 96%;
}

.fill {
    min-height: 96%;
    height: 96%;
}
.red {
    background-color: #f4a4ae;
    color: #000000;
}
.green{
    background-color: #e5f3ff;
    color: #000000;
}
.yellow{
    background-color: #f2f4a4;
    color: #000000;
}
.orange{
    background-color: #f4daa4;
    color: #000000;
}
