.container-custom {
    margin-left: auto;
    margin-right: auto;
}
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.main-body-container{
    -webkit-box-shadow: 0px 1px 48px 7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 48px 7px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 48px 7px rgba(0,0,0,0.75);
    padding-top: 10px;
}
.white-background{
    background-color: #FFFFFF;
}
.gray-background{
    background-color: #515254;
}
.light-gray-background{
    background-color: #9B9DA0;
}
.have-light-gray-background{
    background-color: #D4D4D4;
}

.red-background{
    background-color: #ff0000;
}
.dark-red-background{
    background-color: #90101C;
}

.brown-background{
    background-color: #865E26;
}
.product-header-background{
    background-color: #007095;
}

.purple-background{
    background-color: #9554A6;
}
.light-purple-background{
    background-color: #9C73B2;
}
.orange-background{
    background-color: #FE8B2A;
}
.dark-green-background{
    background-color: #072E13;
}
.light-green-background{
    background-color: #718E41;
}

.have-light-green-background{
    background-color: #EEF6EA;
}


.dark-blue-background{
    background-color: #0F1153;
}

.color-white{
    color: #fff;
}
.color-red{
    color: #ff0000;
}
.color-black{
    color: #000;
}
.color-gray{
    color: #D8D9DB;
}
.color-gold{
    color: #a0632f;
}
.color-orange{
    color: #F37121;
}
.color-green{
    color: #006738;
}
.color-purple{
    color: #9554A6;
}
.color-brown{
    color: #865E26;
}
.color-fb{
    color: #23527c;
}

.content-head{
    font-family:Arial, Helvetica, sans-serif;
    font-size:24px;
}

.content-head-mid{
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
}

.content-head-margin{
    padding: 10px 0 10px 0;
}
.text-content{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}


.logo{
    margin-bottom:-20px;
    position: relative;
    z-index: 99;
}

.left-border{
    border-left: 1px solid #7D7E81;
}
.page-footer a{
    color: #fff;
}

.custom-class td,th{
    vertical-align: middle;
    text-align: center;
}
#month-head{
    text-align: left;
    vertical-align: middle;
}
.holiday{
    color: #ff0000;
}



a.fa:hover,
a.fa:focus {
    text-decoration: none;
}

#footerlink a{
    color: #fff;
}


.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


#success_message{ display: none;}