/* Desktop Screens */

/*************** Header ****************/
#top-bar {
    height: 24px;
    min-height: 24px;
    width: 100%;
    background-color: #13392b;
}

#header-wrapper {    
    height: 100px;
    width: 100%;        
    background-color: #FFFFFF;   
    padding: 10px 0;
}

#header {
    position: relative;
    display: block;    
    height: 100%;
    width: 95%;
    margin: auto;
    border: collapse;    
    font-weight: bold;   
}

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

#header-block-b {
    width: 100%;
    display:inline-block; 
    text-transform: uppercase;   
}

.company-logo {   
    position: relative;
    display: inline-block;
    height: 80px;
    width: auto;       
    max-height: 85%;
    max-width: 100%;                             
    vertical-align: middle;
    text-align:center;
}

.company-name {    
    position: relative;
    display: inline-block;                
    max-height: 100%;
    max-width: 100%;  
    font-size: 1.3em;                           
    height: auto;             
    width: auto;       
    vertical-align: middle;
    text-align: center;
    color: #13392b;
	font-family: "DejaVu Serif", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

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

#header-block-d {
    position: absolute; 
    display: inline-block;    
    right: 0px;     
    color: #13392b;
    font-weight: normal;
    text-align: right;  
    font-size: 0.9em;    
    width: 30%;
    height: 100%;    
}

.header-divider {
    display: none;
    width: 100%;
    height: 0.2rem;
    background-color: #13392b;
}

.search-box {
    display: block;
    position: absolute; 
    border: 0.1em solid #36122E;
    background: #FFFFFF;   
    font-size: 0.9em;
    right: 0px; 
    top: 20px;
    padding: 5px 5px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;  
    text-align: right;
}

.header-links {
    display: block;
    position: absolute;
    right: 0px;
    top: 60px; 
    padding: 0em;
    font-weight: bold;
}

.header-links a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

.search-box:hover {
}

#header-wrapper a {
   text-decoration: none;
}

#header-wrapper a:hover {
    color: #06a;
}

.header-button span.arrows {
    margin:0.2em;
}

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

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

#content {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;  
}

#content-block-top {
    display: table;
    width: 100%;
    text-align: justify;
}

#content-block-row1 {
    position: relative;
    display: block;
    width: 100%;     
    vertical-align: top;
}

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

#content-block-row2 {
    position: relative;
    display: block;
    width: 95%;     
    vertical-align: top;
    padding: 0;
    font-size: 14px;
    line-height: 1.2em;
    margin: auto;
    margin-bottom: 4em;    
    overflow: hidden;
}

#content-block-row2-col1 {
    width: 25%;
    vertical-align: top;      
    display: inline-block;
}

#content-block-row2-col2 {
	display: inline-block;
	width: 70%;
    vertical-align: top;
    padding: 3em 1em 0em 2em;
}

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

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

.inline-text2 > div:nth-child(2), .inline-text4 > div:nth-child(2) {	
	margin-top: 3em;	
}

#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;
}

#market-widget {
	display: block;
	width: 100%;
	font-size: 10px;
}

#content-block-bottom {    
    position: relative;
    display: block;   
    width: 100%;              
    background-color: #FFFFFF;    
}

.content-divider {
    width: 100%;
    height: 0.2rem;
    background-color: #13392b;
}

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

.news-column-content-wide { 
	height: 100%;           
    width: 100%;
    margin: auto;
    max-height: 250px; 
    overflow-y: auto;
	font-size: 14px;
	margin-bottom: 3em;    
}

.news-column-content-wide .news-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	z-index: 0;
}

/* Items with this class definition are not to be displayed in desktop screen */
.not-screen-d {
    display: none !important;
}

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

.news-title {
	width: 80%;
}

.news-text {
	width: 100%;
	line-height: 1.8em;
}

.plan-news-text {
	width: 80%;
}

/*************** Media Widgets *****************/


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

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

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

#slide-out-menu-wrapper.stick {
    position: fixed;
    top: 2.5em;
    z-index: 10000;
    left: inherit;
    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;               
}

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

#page-menu-wrapper {
    position: relative;
    display: block;
    top: 0em; /* same as header:height */ 
    padding: 0em;
    width: 96%;
    margin: auto;     
    background-color: #FFFFFF;
    height: 3em;
}

/*************************Sticky Menu Bar ************/
#menubar {
    width: 100%;
    height: 100%;  
	display: flex;
	flex-direction: row;
	justify-content: end;    
}

#menubar.stick {
    position: fixed;
    width: 96%;
    margin: auto;
    top: 0;
    z-index: 10000;
    background-color: rgba(54, 18, 46, 0.8);   
    color: #FFF;
    height: 3em;
}

#page-menu-wrapper .left-box-wrapper {
    position: absolute;
    left: 0.75em;
    top: 50%;
    transform: translateY(-50%);     
    width:25px;
    height:20px;
    z-index: 100;       
    color: #36122E;
    cursor: pointer;  
}

#page-menu-wrapper .left-box-wrapper.stick {
    color: #FFFFFF;
    left: 0.75em;
}

#page-menu-wrapper .menu-button
{ 
    width:25px;
    height:4px;  
    background-color:#36122E;
}

#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 .left-box-wrapper::after {
    position: absolute;
    left: 2em;
    content: 'MENU';
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    top: 1px;
    -webkit-animation-name: menu-text-slide; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: menu-text-slide;
    animation-duration: 2s;    
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-text-slide {
    0%   {left:6em;}
    100% {left:2em;}
}

/* Standard syntax */
@keyframes menu-text-slide {
    0%   {left:6em;}
    100% {left:2em;}
}

#page-menu-wrapper .center-box-wrapper {
	display: none;
}

#page-menu-wrapper .right-box-wrapper {
    display: inline-block;    
    padding-right: 0.75em;    
    font-weight: normal;
    text-align: right; 
    height: 100%;    
    z-index: 100;
}

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

.logout-button {
   position: relative;
   border: 0.1em solid #36122E;
   background: #36122E;   
   padding: 3px 42px;
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
   vertical-align: middle;  
   cursor: pointer;
   text-transform:uppercase;
}

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

.logout-button.stick {
    padding: 0em;
    margin: 0em 1em 0em 0em;
    background: none;
    border: none;
    font-weight: bold;
}

.logout-button.stick:hover {
    background: none;
    color: #FFFFFF;
}

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

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

textArea.message-textbox {
	height: 15em;
	width: 600px;
}

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

textArea {
    width: 300px;
}

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

#navigation {
	display: block;
	font-weight: normal;
	font-size:14px; 
	font-style: normal;
	text-align: left;
	line-height: 1.5em;
    background-color: rgba(154, 192, 4 ,0.4);
    text-transform: uppercase;	
    padding: 0.5em 0em;
}

#navigation-content {
	width: 95%;
	margin: auto;
}

#navigation:empty {
	display: none;
}

#navigation-heading {
	display: inline-block;
	padding: 0em 0.5em 0em 0em;
	text-align: left;
	width: 35%;
	vertical-align: top;
}

#navigation-heading span {
	cursor: pointer;
	color: #666;
}

#navigation-heading span:hover {
	color: #06a;
}

#navigation-links {
	position: relative;
	display: inline-block;
	text-align: right;
	width: 63%;
	overflow: visible;
	color:#666;
}

#navigation-links li {
	display: inline-block;
}

#navigation-links li:nth-child(n+2)::before {
 	padding-right: 0.5em;
 	padding-left: 0.5em;
	content: "\007C";
}

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

#footer-wrapper {
    width: 100%;         
    color: #BFBFBF;
    background-color: #13392b; 
}        

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

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

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

#footer-left .heading {
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: top;
	width: 30%;
}

#footer-left .content {
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
}

#footer-right {
	display: inline-block;
    width: 65%;
    vertical-align: top;  
    font-weight: normal;
    text-align: right;
    line-height: 1.5em;
}

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

#footer-right .footer-company-name {                               
    vertical-align: middle;
    text-align: right;
    color: #BFBFBF;
	font-family: "DejaVu Serif", serif;
	font-size: 20px;
	font-weight: bold;
}

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

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

.company-footer-icon {
	height: 80px;
	width: auto;
}

#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.8em;
    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-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;    
}

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: auto;
	margin-left: 0;
	min-width: 50%;
}

table.stretch2 {
	width: auto;
	margin-left: 0;
	min-width: 80%;
}

/***************Pie Chart*******************/
.inline-chart {
	display: block;
    margin: auto;
    padding: 10px;
    width: 100%;
    height: 350px;
    color: #000000;
    line-height: 1.5em;
    font-size: 1.1em;    
}

.popup-content {
	width: 90%;
	height: 500px;
}

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

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

div.css-form.multi-fa .row .column {
	display: inline-block;
}

div.css-form.multi-fa .row .column.label {
	padding: 0 0.5rem 0.1rem 0;
	vertical-align: middle;	
}

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

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

/***************Session Timeout ********/
.session-timeout-modal-content {
	width: 600px;
}