/* Mobile Screens */
@media (max-width: 300px) {
  .menu-button-right-wrapper, .menu-button-right {
      display:none;
  }
  
  #header {
    font-size: 0.7em;
  }
}
/*************** Header ****************/

#top-bar {
    display: none;
}

#header-wrapper {
	display: block;
    width: 100%;
    height: 3.0rem;        
    background-color: #13392b;   
}

#header {
    position: relative; 
    display: block;   
    height: 100%; 
    width: 100%;  
    border:collapse;
    color: #FFFFFF;
    font-weight: bold;   
    font-size: 0.8em;
}

#header-block-a {
	display: none;
}

#header-block-b {  
    display: inline-block;
    height: 100%;
    width: 100%;
}

#header-block-c {
    display: none;
}

#header-block-d {
    display: none;    
}

#user-info-popup-link {
	display: none;
}

/****************Login*******************/

#login-block {
	width: 100%;
}

#login-block td {
	text-align: center;
}

#login-block .login-input {
	width: 90%;
	margin: 0em auto 1em auto;
}

#login-password {
	width: 87%;
}

.login-button {
   border: 0.1em solid #36122E;
   background: #36122E;   
   padding: 4px;
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
   vertical-align: middle;  
   cursor: pointer;
   font-size: 100%;
   margin: 1.5em 0em 0em 0em;   
   width: 90%;
}

.login-button:hover {
    background-color: #FFFFFF;
    color: #36122E;
}

.logout-button {
   position: relative;
   padding-right: 15px;
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
   vertical-align: middle;  
   cursor: pointer;
   font-weight: bold;
   line-height: 2.9rem;       /* same as height of header wrapper. This will allow the text to vertically align in the middle */
   font-family: "serif";   
   border: none;
   background: none;   
   text-transform:uppercase;
}

.logout-button:active {
    color: #06a;
    background-color: #FFF;
}

.logout-button .arrows {
    display: none;
}

.logout-form {
	display: inline-block;
}

/******************* Text input *******************/

input[type=text]:not(.inline-input):not(.login-input):not(.inline-input1) {
	width: 220px;
}

textArea {
    width: 220px;
}

/*************** Content ****************/

#content-wrapper {
   display: block;
   width: 100%;
   background-color: #FFFFFF;   
}

#content {
    display: block;
} 

#content-block-row1 {
    display: none;    
}

#content-block-top {
    padding: 1em 0em 2.5em 0em;
}

#content-block-row2 {
    width: 100%;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0em 0em 1em 0em;
    text-align: justify;     
    overflow: hidden;
}

#content-block-row2-body {
	width: 95%;
	margin: auto;
	overflow-x: auto;
	overflow-y: hidden;
}

#content-block-row2-col1 {
	position: relative;
    display: block; 
}

#content-block-row2-col2 {
    position: relative;
    display: block;
    overflow: hidden; 	
}

.inline-text1, inline-text3 {
	display: block;
	width: 100%;
}

.inline-text2 {
}

.inline-text4 {
	display:none;
}

#notifications {
	display: block;
	width: 100%;
	margin-top: 1em;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	border-radius: 2px;
	border: 1px solid rgba(154, 192, 4, 0.4); 
}

#notifications tr td {
	padding: 0.5em;
}

.client-logo {
	width: 100%;
}

.client-logo td.page-heading {
	width: 50%;
}

.client-logo td.logo {
	width: 50%;
}

.client-logo td.logo img {
	width: 100%;
}

#content-block-bottom {    
    display: block;   
    width: 100%;              
    background-color: #FFFFFF;    
    padding: 0em 0em 1em 0em;
}

.content-divider {
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: gray;
}

#news-wrapper {
    position: relative;  
    width: 100%; 
}

.news-column-content-wide {
    height: 250px;  
    border: 1px solid #F0F0F0;    
    overflow-y: scroll;
	font-size: 12px;    
}

/* Items with this class definition are for screens 'm' (mobile) */
.not-screen-m {
    display:none !important;
}

/*************** Plan News *********************/

.news-title {
	width: 100%;
}

.news-text, .plan-news-text {
	width: 100%;
}

/*************** Page Menu ****************/

#page-menu-wrapper {
    position: relative;
    display: block;
    top: 0em; /* same as header:height */ 
    width: 100%;     
    background-color: #13392b;
    height: 3rem;
}

/*************************Sticky Menu Bar ************/
#menubar {
	position: relative;
	display: flex;
	flex-direction: row;
	border: collapse;
    width: 100%;  
    height: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;   
}

#menubar.stick {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background-color: rgba(19, 57, 43, 0.9);   
    color: #FFF;
    height: 3rem;
}

#page-menu-wrapper .left-box-wrapper {
    position: absolute;
    left: 13px;
    top: 32%;
    width:20px;
    height:20px;
    z-index: 100;       
    cursor: pointer;
    color: #FFFFFF;
}

#page-menu-wrapper .left-box-wrapper.stick {
    color: #FFFFFF;
    left: 13px;
}

#page-menu-wrapper .menu-button
{ 
    width:20px;
    height:3px;  
    background-color:#FFF;
}

#page-menu-wrapper .menu-button.stick {
    background-color:#FFFFFF;
}

#page-menu-wrapper .menu-button:after, .menu-button:before
{
    content: '';
    width: 100%;
    height:3px;
    background-color: inherit;
    position:absolute;
}

#page-menu-wrapper .menu-button:after
{
    top:7px;
}

#page-menu-wrapper .menu-button:before
{
    top:14px;
}

#page-menu-wrapper .center-box-wrapper {
    height: 100%;
    width: 100%;
}

#company-header {    
    width: 70%;
    height: 100%;
    margin: auto;
    text-align: center;
    position:relative;
}

#company-header a {
    display: inline-block;   
    max-height: 100%; 
    height: 100%;
    width: 100%;
}

.company-logo {   
	display: none;
}

.company-name {    
    position: relative;
    display: inline-block; 
    text-transform: uppercase;             
    color: #FFFFFF;  
    line-height: 2.9rem;    
	font-family: "serif";    
}

#page-menu-wrapper .right-box-wrapper {
    position: absolute;
    display: inline-block;    
    right: 0em;    
    font-weight: normal;
    text-align: right;  
    width: 50%;
    height: 100%;    
    z-index: 100;
}

.userName {
	display: none;	
}

/*
#page-menu-wrapper {
    display: none;
}
*/

/*************** Slide Out Menu ****************/
#slide-out-menu-wrapper {   
    position: absolute;
    display: none;    
    padding: 0.4em;       
    margin: 0;  
    left: 0em;
    width: 15em;
    height: auto;
    min-height: 85%;
    background-color: #FFFFFF;
    z-index: 200;
    border: 1px solid #D2DEDA;
    cursor: pointer;
}

#slide-out-menu {   
    height: 100%;
    width: 100%;
    list-style-type: none;   
    z-index: 500;
}

#slide-out-menu-wrapper.stick {
    position: fixed;
    top: 2.7em;
    z-index: 10000;
    left: 0;
    overflow-y: auto;
    height: 85%;    
}

#slide-out-menu li {
    display: block;     
    margin: 0;
    line-height: 1.5em;                                    
    font-size: 0.9em;                 
}            

#slide-out-menu li span {
    position: relative;                                               
    display: block;   
    margin: 0;
    padding: 0.5em 0em 0.5em 0.5em;
    text-decoration: none; 
    text-align: left;   
    color: #36122E;
    border-bottom: 1px solid #9B8997;
}

#slide-out-menu ul > li span {
    padding: 0.5em 0em 0.5em 2.5em;
    color: #36122E;
    border: none;
    font-size: 0.9em;
}

#slide-out-menu li a.active-link span {
	color: #0066FF;
}

#slide-out-menu ul > li > ul > li span {
    padding: 0.5em 0em 0.5em 5.5em;
}

#slide-out-menu li span:hover {
    border-radius: 0px;
    background-color: #36122E;
    color: #FFFFFF;
}

#slide-out-menu li a:active {
    border-radius: 0px;
    background-color: #13392b;
    color: #FFFFFF;
}

#slide-out-menu .menu-arrow-right {
   position: absolute;
   right: 15px;
   vertical-align: middle;
   display: inline;
   font-weight: bold;
   font-size: 1rem;
   -ms-transform: rotate(90deg); /* IE 9 */
   -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
   transform: rotate(90deg);      
   writing-mode: lr-tb;               
}

#slide-out-menu .menu-arrow-down {    
    /* Rotate div */
   position: absolute;
   right: 15px;
   vertical-align: middle;
   display: inline;
   font-weight: bold; 
   font-size: 1rem;      
   -ms-transform: rotate(45deg); /* IE 9 */
   -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
   transform: rotate(45deg);      
   writing-mode: lr-tb;               
}

/*************** Navigation Bar ****************/           

#navigation {
	display: none;
}

/*************** Footer ****************/

#footer-wrapper {
    display: block;
    position: relative;
    width: 100%;         
    color: #BFBFBF;
    background-color: #13392b;    
    line-height: 1.5rem;
}

#footer {
    max-width: 1200px;
    padding-top: 0.2em;
    width: 95%;
    margin: auto;
}

#footer-left {
    display: block;
    width: 100%;  
    font-weight: normal;
    padding-top: 1em;    
    text-align: center;
    font-size: 0.8em;
}

#footer-left .block {	
	display: block;
	padding-top: 1em;
}

#footer-left .heading {
	display: block;
	font-size: 1.2rem;
}

#footer-left .content {
	display: block;
}

#footer-right {
	display: block;
    width: 100%;
    vertical-align: top;  
    font-size: 0.7em;
    font-weight: normal;
    text-align: center;
}

#footer-right .footer-company-name {                               
	display: none;
}

#footer-right ul > li {
    display: inline-block;
    width: 100%;   
    padding: 1.1em 0em 0em 0em;     
    font-size: 1.1em;       
}

#footer a {
    color: #BFBFBF;
    text-decoration: none;
}

#footer a:hover {
    color: #06a;
}

.company-footer-icon {
	display: none;
}

#follow-us {
    font-size: 1.2rem;
    display: inline-block;
    padding-right: 0.2em;
}

#copyright {
    display: block;
    color: #FFFFFF;
    padding: 2em 0em 2em 0em;
    width: 100%;
    font-size: 0.6em;
    text-align: center;
    margin: auto;
}

/**********************Table************************/

table {
}

table caption {
    background: transparent;
    color: #13392b;
    font-size: 1rem;
    font-weight: bold;
}

table thead {
    background: -webkit-linear-gradient(#13392b, #9FA99F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#13392b, #9FA99F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#13392b, #9FA99F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#13392b, #9FA99F); /* Standard syntax */ 
}

table thead tr th,
    table thead tr td 
{
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    color: #FFFFFF;
}
  
table tfoot 
{
    background: #D8D8D8; 
}

table tfoot tr th, table tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222222; 
}

table tr th {
    padding: 0.5em 0.5em;
    font-size: 0.875rem;
    color: #FFFFFF; 
    text-align: left;
}

table tr td {
 
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
}      

table tbody td.right-align, th.right-align, 
table tfoot td.right-align, th.right-align {
	text-align:right;
}

table tr.sub-header {
    background: #C0C0C0;    
    font-weight: bold;
}

table tr.sub-footer {
    background: #C0C0C0;    
}

table tr.blank {
    background: #FFFFFF;
}

table.stretch1, table.stretch2 {
	width: 100%;
}


center {
    width: inherit;
    max-width: 100%;
    margin: auto;
}

/***************Pie Chart*******************/
.pie-chart-icon {
	display: none;
}

.inline-chart {
	display:none;
}

/***************Multi Factor Authentication *********/

div.css-form.multi-fa {
	width: 100%;
}

div.css-form.multi-fa .row .column {
	display: block;
	width: 100%;
}

div.css-form.multi-fa .row .column.label {
	padding-bottom: 0.5rem;
}

div.css-form.multi-fa .row .column.msg {
	padding-top: 0.1rem;
}

div.css-form.multi-fa .row .auth-value {
	display: block;
	padding-top: 0.4rem;
}

div.css-form.multi-fa .row .column.input .checkbox {	
	display: block;
	vertical-align: middle;
	text-align: left;
	padding-top: 10px;
	margin: 0;
}

/***************Session Timeout ********/
.session-timeout-modal-content {
	width: 90%;
}