/* Tablet Screens */

/*************** 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-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: 190px;   
}

.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 {
	width: 100%;
	background-color: #FFFFFF;
}

#content {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;     /* also set for page menu and footer */   
    width: 100%;
}

#content-block-row1 {
    position: relative;
    display: table;
    width: 100%;     
    vertical-align: top;
    padding: 1em;
    font-size: 1em;
    line-height: 1.5em;       
    text-align: justify;    
}

#content-block-top {
    text-align: justify;    
    min-height: 40em;
}

#content-page-image {    
    width: 100%;
    height: 150px;
}

/*****************************/

#content-block-row2 {
    margin: auto;
    width: 100%;
    margin-bottom: 4em;
    font-size: 14px;
    line-height: 1.2em;
    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: inline-block; 
    width: 35%;
    vertical-align: top;
    float: left;   
}

#content-block-row2-col2 {
    position: relative;
    display: inline-block; 	
    width: 58%;
    vertical-align: top;
    padding-right: 2em;
    float: right; 	     
}

.inline-text1 {
	display: inline-block;
	width: 70%;
}

.inline-text2 {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	float: right;
}

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

.inline-text4 {
	display:none;
}

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

#notifications tr td {
	padding: 0.5em;
}

.client-logo {
	width: 100%;
}

#content-block-bottom {    
    position: relative;
    display: block;   
    width: 100%;              
    padding: 0em 0em 1em 0em;
}

.content-divider {
    width: 95%;
    margin: auto;
    height: 2px;
    background-color: #13392b;
}

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

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

.vertical-divider {
    position: absolute;
    display: inline-block;
    height: 80%;
    width: 1.5px;
    background-color: /*#F5D04C;*/ #13392b;
    top: 15%;
    opacity: 0.5;
}

/* Items with this class definition are not for tablet screen */
.not-screen-t {
    display:none !important;
}

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

.news-title {
	width: 100%;
}

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

/*************** Menu Bar ****************/

/*************** 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: 30%;
    width:25px;
    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:25px;
    height:4px;  
    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:4px;
    background-color: inherit;
    position:absolute;
}

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

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

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

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

#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;
    position: relative;
    margin: 0px; 
    padding: 0em;
    width: 100%;
    height: 2.5em;    
    background-color: #13392b;
}
*/

/*************** Slide Out Menu ****************/

#slide-out-menu-wrapper {   
    position: absolute;
    display: none;    
    padding: 0.2em;       
    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 {
    opacity: 1;
}

#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: #36122E;
    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;    
}

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

#footer-left {
    display: inline-block;
    width: 33%;  
    font-weight: normal;  
    text-align: left;
    line-height: 2.0em;
    font-size: 0.9em;
}

#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: inline-block;
    width: 65%;
    vertical-align: top;  
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
    line-height: 2.9em;    
}

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

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

#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 {
	margin-left: auto;
	margin-right: auto;
}

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-size: 0.875rem;
    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#login-block {
	width: auto;
}

table.stretch1 {
	width: 100%;
}

table.stretch2 {
	width: 100%;
}

/***************Pie Chart*******************/

.inline-chart {
	display: block;
    margin: auto;
    padding: 10px;
    width: 80%;
    height: 300px;
    color: #000000;
    line-height: 1.5em;
    font-size: 1.1em;    
}

.popup-content {
	width: 90%;
}

.chart-key-text-2 {
	display: none;
}

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

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

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

div.css-form.multi-fa .row .column.input {
	width: 60%;
}

div.css-form.multi-fa .row .column.msg {	
	display: block;
	width: 100%;
	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: 60%;
}