:root {
  --theme-1: #1A6292; /* Orange */
  --theme-2: #2e9fcc;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("../assets/fonts//SourceSansPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../assets/fonts//SourceSansPro-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
table a{
    color: #001A32 !important;
}
body.login_page {
    background-color: rgba(0, 0, 0, .5);
    background-image: url('../assets/img/login-background.jpg');
    background-size: cover;
    height: 100%;
    max-height: 100%;
    min-height: 99%;
    /* overflow: hidden; */
    width: 100%;
}
hr{
    display: block;
    border:1px solid #ccc;
    width:100%;
}
textarea{
    overflow-y: auto;
}

#main-menu-wrapper {
    padding-top: 0px;
    overflow: hidden;
    position: relative;
}
#main-menu-wrapper ul {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#main-menu-wrapper ul.wraplist {
    padding-bottom: 0px;
}
#main-menu-wrapper li ul.sub-menu {
    padding-left: 45px;
}
#main-menu-wrapper li ul.sub-menu ul.sub-menu {
    padding-left: 20px;
}
#main-menu-wrapper li ul.sub-menu {
    display: none;
    list-style-type: none;
    font-size: 14px;
    width: 100%;
}
#main-menu-wrapper li a {
    display: block;
    line-height: 45px;
    min-height: 45px;
    height: auto;
    color: #f1f1f1;
    color: rgba(214, 218, 223, 1.0);
    text-decoration: none;
    padding-left: 30px;
    clear: both;
    text-transform: uppercase;
    font-size: 15px;
}
#main-menu-wrapper li .sub-menu a {
    line-height: 36px;
    min-height: 36px;
    text-transform: capitalize;
}
#main-menu-wrapper li .sub-menu a {
    color: rgba(174, 178, 183, 1.0);
    margin-bottom: 2px;
    padding-left: 15px;
    border-left: 3px solid transparent;
}
#main-menu-wrapper li.open .sub-menu a.active, #main-menu-wrapper li.open .sub-menu a:hover, #main-menu-wrapper li .sub-menu a:hover {
    background-color: #212026;
    border-left: 3px solid #1A6292; ;
}


#main-menu-wrapper li a:hover, #main-menu-wrapper li.open a {
    background-color: #1A6292; 
    color: #ffffff;
}
#main-menu-wrapper li a:hover .arrow:before, #main-menu-wrapper li.open a .arrow:before {
    color: rgba(234, 238, 243, 0.9);
}
#main-menu-wrapper li .sub-menu a:hover .arrow:before, #main-menu-wrapper li.open .sub-menu a .arrow:before {
    color: rgba(194, 198, 203, 0.65);
}
#main-menu-wrapper li.open .sub-menu a {
    background-color: transparent;
    color: rgba(174, 178, 183, 1.0);
}
#main-menu-wrapper li a i {
    display: inline-block;
    width: 45px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: -2px;
    position: relative;
}
#main-menu-wrapper li a .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
    color: rgba(194, 198, 203, 0.65);
}
#main-menu-wrapper li.open a .arrow.open:before {
    content: "\f107";
}
#main-menu-wrapper li a .arrow {
    float: right;
}
#main-menu-wrapper .fa {
    font-size: 14px;
}

#main-menu-wrapper li .badge{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 3px 7px;
    float: right;
    margin: 15px 15px 0 0;
        border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#main-menu-wrapper li .badge.nosubmenu{
    margin-right: 41px;
}
.cke{
    min-width:100% !important;
}

.g-recaptcha{
    display: flex;
    justify-content: center;
}

.loginpage img{
    display: block;
    max-width:230px;
    margin:20px auto;
    border-radius:10px;
}
.off{
    display:none !important;
}
.table{
    color:#676767 !important;
}
.textarea-html {
    min-height: 150px;
    max-height: 300px;
    overflow-y: auto;
    white-space: normal;
    background: #fff;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    border-radius: .25rem;
}
.titlesContent{
    text-align: center;
    width:100%;
    color: rgba(var(--theme-1), 1);
    font-weight: 700;
}

/*-----------------------------------------------------------
    Logo
----------------------------------------------------------*/

.page-topbar .logo-area {
    background-image: url('../in/img/template/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.page-topbar.sidebar_shift .logo-area {
    background-image: url('../in/img/template/logo-folded.png');
    background-repeat: no-repeat;
    background-position: right top;
}
.page-topbar.chat_shift .logo-area {
    background-image: url('../in/img/template/logo-folded.png');
    background-repeat: no-repeat;
    background-position: right top;
}

