
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body, html{
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A6C8E4;
}
h1 {
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	#color: #2665A2;
	color: #555555;
}
h3 {
	font-size: 18px;
}
a:link, a:visited {
	color: #2665A2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #AD1F30;
}
.red:link, .red:visited{
	color: #AD1F30;
}
.red:hover{
	color: #AD1F30;
	text-decoration: underline;
}
.black:link, .black:visited{
	color: #454545;
}
.black:hover{
	color: #2665A2;
}
#content{
	padding: 25px;
	background-color: #FFFFFF;
	min-height: calc(100% - 277px);
}
#main{
	left: 50%;
	position: relative;
	margin-left: -436px;
	width: 872px;
	height: 100%;
}
#topRight{
	float: right;
	bottom: 0px;
	position: relative;
	width: 443px;
	background-color: #ECECEC;
}
#nameBox{
	bottom: 0px;
	right: 25px;
	position: absolute;
}
#grayBar{
	height: 3px;
	background-color: #C3C3C3;
}
#nav{
	height: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FFD800;
	padding-left: 25px;
	padding-right: 25px;
}
#supTitle{
	float: left;
	color: #454545;
	text-transform: uppercase;
}
#navBtn{
	float: right;
	margin-top: -1px;
}
#bottom{
	height: 76px;
	background-color: #FFFFFF;
}
#bottomRight{
	float: right;
	width: 451px;
	float: right;
	height: 41px;
	margin-top: 35px;
	bottom: 0px;
	background-color: #ECECEC;
}
#bottomLine{
	background-color: #C0C0C0;
	height: 8px;
}
#top{
    background-color: #ECECEC;
    height: 115px;
}
.thumb{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wrapper{
    overflow: hidden;
    clear: both;
}
#topRightInner{
    height: 112px;
}
table.adaptive, table.adaptive td, table.adaptive th{
    border: 1px solid #777777;
    border-collapse: collapse;
}
@media screen and (max-width: 850px){
    #bottomRight{
        width: calc(90vw - 421px);
    }
    #topRight{
        width: 100%;
    }
    #main{
    	width: 90vw;
        margin-left: -45vw;
    }
    #top{
        #height: auto;
    }
    #topRightInner{
        height: 50px;
    }
    #nav{
    	height: auto;
    }
    #supTitle{
        float: none;
        width: 50vw;
        display: inline-block;
    }
    #logo1{
        width: 90vw;
        max-width: 429px;
    }
    #logo2{
        width: 90vw;
        max-width: 421px;
    }
}
@media screen and (max-width: 429px){
    #bottomRight{
        display: none;
    }
    #top{
        height: auto;
    }
    #bottom{
        height: auto;
    }
}
@media screen and (max-width: 600px){
  table.adaptive{
    border: 0px;
  }
  table.adaptive thead {
    display: none;
  }
  table.adaptive tr {
    display: block;
    border: 0px;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  table.adaptive td {
    border: 0px;
    display: block;
    text-align: right;
  }
  table.adaptive td:before {
    border: 0px;
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
}


.fold{
    padding: 5px;
    font-size: 18px;
    background-color: #D2E3F3;
    #border: 1px solid #5693CC;
    border-bottom: 3px solid #5693CC;
    cursor: pointer;
}
.fold:hover, .foldBtnActive{
    background-color: #F3E7D2;
    #border: 1px solid #5693CC;
    border-bottom: 3px solid #AD1F30;
}
.smallBtn{
    width: 120px;
    text-align: center;
    padding: 8px;
    background-color: #75B1E9;
    color: #FFFFFF;
    border-bottom: 3px solid #0E4679;
    cursor: pointer;
}
.smallBtn:hover, .smallBtnActive{
    background-color: #5693CC;
}
.smallBtnG{
    #background-color: #A6C2DC;
}
.smallBtnG:hover, .smallBtnGActive{
    #background-color: #C4CBD2;
}
.addForm{
    padding: 20px;
    background-color: #FFFFFF;
}
.group{
    background-color: #FFFFFF;
    padding: 20px;
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    min-width: 36px;
    cursor: pointer;
}
.groupGray{
    background-color: #F1F1F1;
    font-size: 18px;
    font-weight: normal;
}
.error{
    color: #BB0000;
}
.regError{
    background-color: #FADADA;
}
.checkbox{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -1px;
}
.checkboxFoldSelected{
    background-color: #F6EFC8;
}
.big{
    font-size: 24px;
}
.big2{
    font-size: 18px;
}
.green{
    color: #006600;
}
.fileDiv{
    margin-bottom: 10px;
}
.regInput, .datePicker{
    padding: 5px;
    font-size: 16px;
    width: 200px;
}
.regTable td{
    background-color: #D8E7F4;
    border: 3px solid #FFFFFF;
}
.userTask{
    background-color: #DDE8F1;
    padding: 10px;
    font-size: 16px;
    border-bottom: 2px solid #444444;
    cursor: pointer;
}
.userTask:hover, .userTaskActive{
    background-color: #444444;
    border-bottom: 2px solid #EEEEEE;
    color: #FFFFFF;
    cursor: pointer;
}
.userTaskInner{
    padding: 20px;
    border: 2px solid #EEEEEE;
}
.red{
    color: #BE4626;
}
.taskBox{
    padding: 10px;
    background-color: #F9F9F9;
}
.helpBar{
    width: 150px;
    text-align: center;
    padding: 10px;
    background-color: #F6F0D0;
    border-bottom: 2px solid #FFD800;
    margin-top: 10px;
    cursor: pointer;
}
.helpBar:hover{
    background-color: #FFD800;
}
.payBar{
    width: 250px;
    text-align: center;
    padding: 10px;
    background-color: #D3F6D0;
    border-bottom: 2px solid #4FB645;
    margin-top: 10px;
    cursor: pointer;
}
.payBar:hover{
    background-color: #4FB645;
    color: #FFFFFF;
}
.redBar{
    width: 250px;
    text-align: center;
    padding: 10px;
    background-color: #F6D0D0;
    border-bottom: 2px solid #B64545;
    margin-top: 10px;
    cursor: pointer;
}
.redBar:hover{
    background-color: #B64545;
    color: #FFFFFF;
}
#help{
    background-color: #F6F0D0;
    padding: 20px;
    width: 550px;
    font-size: 16px;
    margin-top: 10px;
}
.barContainer{
    height: 50px;
}
.helpBar{
    float: left;
}
.payBar400{
    float: left;
    margin-left: 30px;
    width: 400px;
}
.payBar500{
    float: left;
    margin-left: 30px;
    width: 500px;
}
.payBar150{
    float: left;
    margin-left: 30px;
    width: 150px;
}
.adaptiveInput{
    width: 350px;
}
.adaptiveTextarea{
    width: 550px;
    height: 250px;
}
.adaptiveTextarea2{
    width: 450px;
    height: 70px;
}
.sbAdaptive{
    width: 160px;
    float: left;
}
.sbAdaptiveRight{
    margin-left: 30px;
    width: 240px;
    float: left;
}
.sbContainer{
    height: 45px;
}
.sbContainer2{
    height: 36px;
}
.sbAdaptive2{
    float: left;
}
.sbAdaptiveRight2{
    width: 300px;
    float: right;
}
@media screen and (max-width: 850px){
    .payBar, .redBar, .payBar400, .payBar500, .payBar150, .helpBar{
        width: 80%;
        float: none;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    #regSel{
        width: 200px;
    }
    #help{
        width: 80%;
    }
    .barContainer{
        height: auto;
    }
    .helpBar{
        float: none;
    }
    .selectAdaptive{
        width: 80%;
    }
    .adaptiveInput{
        width: 80%;
    }
    .adaptive textarea{
        width: 80%;
    }
    .adaptiveTextarea{
        width: 90%;
        height: 100px;
    }
    .adaptiveTextarea2{
        width: 90%;
        height: 100px;
    }
    .sbAdaptive{
        width: 160px;
        float: none;
        margin-bottom: 10px;
    }
    .sbAdaptiveRight{
        margin-left: 0px;
        width: 160px;
        float: none;
        margin-bottom: 10px;
    }
    .sbContainer{
        height: auto;
    }
    .sbAdaptive2{
        float: none;
    }
    .sbAdaptiveRight2{
        margin-top: 10px;
        width: auto;
        float: none;
    }
    .sbContainer2{
        height: auto;
    }
}
