﻿:root {
    --main-color-spp: #bb1b18;
}

body, html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #222222;
    margin: 0 0 0 2px;
    padding: 0;
    height: 100%;
}

h1, h2, h3, h4
{
    color: #0099cc;
    margin: 0 0 4px 0;
    padding: 0;   
}

a
{
    color: #336699;
    text-decoration: none;    
}

a:hover
{
    color: #336699;
    text-decoration: underline;
}
.applogo {
    padding:20px 0px 5px 15px;  
}
/*input
{
    border: solid 1px #03628e;
}*/

/****************** Top ******************/
.divTop
{
    /*margin: 2px 5px 10px 4px;*/
    border-bottom: dashed 1px #dcdcdc;
    /*vertical-align: bottom;*/
    max-width: 1440px;
}

/****************** Left Menu ******************/
.leftMenu
{
    width: 152px;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    float: left;
}

.leftMenu .menuHeader
{
    font-size: 1.1em;
    font-weight: bold;
    border: none;
    color: #ffffff;
    text-align: center;
    background-color: #0099cc;
    /*background: #000000 url(../../Images/back.gif) repeat-x;*/
    width: 152px;
}

.leftMenu ul
{
    list-style: none;
    display: block;
    margin: 2px 0 0 5px;
    padding: 0;
}

.leftMenu li
{
    padding: 5px 0 0 0;
    border-bottom: solid 1px #dcdcdc;
}

.leftMenu a
{
    color: #666666;
    display: block;
    width: 100%;
    padding: 2px 0 2px 5px;
}

.leftMenu a:hover
{
    color: #666666;
    display: block;
    width: inherit;
    padding: 2px 0 2px 2px;
    border-left: none;
    text-decoration: none;
    border-left: solid 3px #0B3D91;
}

.leftMenu .searchBox
{	
	padding-right: 6px;
	text-align: right;
}

.leftMenu .searchBox 
{
	margin-top: 5px;	
}

/*.searchButton
{
	margin-top: 5px;	
	background-color:  #ea5e0d;
	border-right: solid 1px #000050;
	border-bottom: solid 1px #000050;
	border-top: solid 1px #f8a708;
	border-left: solid 1px #f8a708;
	color: #ffffff;
	
}*/

/****************** overViewLatest ******************/
.overViewLatest
{
    margin: 50px 0 0 0;
    clear:both;
    border-top: solid 1px #dcdcdc;
}

.userTableHeaderStyle a, .userTableHeaderStyle a:hover
{
    color: #000000;
}

/************ faq ********************/
.question
{
    color: #336699;
    font-weight: bold;
}

.answer
{
    color: #999999;
    font-weight: bold;
}

/************** ResponseInfoUc ******************/
.responseInfoTab
{
    width: 300px;
    padding: 3px;
    
    background-color: #f0f0f0;
    border-top: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    
    font-size: 0.9em;
    font-weight: bold;
    float:left;
}

.responseInfoView
{
    margin: 15px 0 0 0;
}

.divTop
{
    /*vertical-align: bottom;*/
    max-width: 1440px;
}

.responseInfoTop {
    width: 1000px; 
    text-align: right; 
    margin-left: 280px;
}

.mainContent {
    display: table-cell;
    padding: 0 0 0 10px;
    width: 1280px;
}

.content {
    display: table-cell;
    padding: 0 0 0 10px;
    max-width: 1280px;
}
    
.responseInfoBody
{        
    background-color: #f0f0f0;
    border-left: solid 1px #e1e1e1;
    clear: both;
}

.signHeader {
    color: #da291c !important;
}

.latest-news {
    border-color: var(--main-color-spp) !important;
}

.news-title, .news-icon {
    color: var(--main-color-spp) !important;
} 