﻿/* _Layout.cshtml */ 
html
{
    background-color: #005d9a;
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    margin: 0;	
    padding: 0;
    font: 1em arial, helvetica, sans-serif;
    min-width: 1200px;
}

.main
{
    margin: 0;	
    background-color: #005d9a;
    border: 0;
    width: auto;
    min-height: 100%;
    max-height: 100%;
}

.title
{
    width: 100%;
    border-collapse: collapse;
    border: 0;	
    padding: 0;
    margin: 0;	
    top: 0;
}

.imageLogo
{
    float: left;
    background: transparent url(../Images/top_chp.png) no-repeat; 
    border: 0;
    width: 275px;
    height: 155px;
}

.textLogoContainer
{
    float: right;
}

.textLogo
{
    margin-right: 25px;
    margin-top: 18px;
}

.headerBar
{
    float: left;
    background: transparent url(../Images/top_bar.png) repeat-x;
    border: 0;
    width: 100%;
    height: 155px;
    vertical-align: top;
}

.user
{
    color: #FFF;
    margin-left: 25px;
    font-family: Arial,Times New Roman, Sans-Serif;
    font-size: 10px;
    line-height: 24px;
    float: left;
}

.headerText
{
    margin-right: 25px;
    font-family: Arial,Times New Roman, Sans-Serif;
    font-size: 20px;	
    line-height: 24px;
    font-style: italic;
    float: right;
    color: #FFF;
}

.contentWrapper 
{
    clear: both;
    background: #FFF url(../Images/reform_medium.png) no-repeat right bottom;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 360px;
    padding: 25px;
}

/* Index.cshtml */
.indexContent
{
    /*min-width: 800px;*/
    background-color: #f1f1f1;
    border: solid 1px #999999;
    border-radius: 10px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.indexHeader
{
    width: 50%;
    border: 2px solid #005d9a;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.indexHeaderTitle
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.indexHeaderText
{
    text-align: left;
}

.formColumn, .resultColumn
{
    width: 85%;
    border: 2px solid #005d9a;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/* Form.cshtml */
.selectLists
{  
    border-width: 0;
    background-color: transparent;
    margin: 5px 15px 5px 5px;
    font-size: 14px;
    font-weight: bold;
}

.numberOfMembersHidden
{
    display: none;
}

.numberOfMembersVisible
{
    display: inline-block;
}

.formLines
{
    width: 100%;
    clear: both;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.formLabel
{
    float: left;
    text-align: right;
    width: 45%;
}

.formInput
{
    float: left;
    text-align: left;
    margin-left: 1%;
}

.formColumnRight, .formColumnLeft
{
    float: left;
    text-align: center;
    width: 50%;
}

.formLabelUneven
{
    float: left;
    text-align: right;
    width: 60%;
}

.formInputUneven
{
    float: left;
    text-align: left;
    margin-left: 1%;
}

.asterisk
{
    color: Red;
    font-size: 14px;   
    font-weight: bold;
}

.employee
{
    display: inline-block;
    position: relative;
    border: 1px solid black;
    padding: 1em;
    margin-bottom: 1em;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.removeEmployee
{
    border: 3px outset gray;
    margin-top: 2px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.seamless
{
    border: 0;
}

#ulError li
{
    list-style-type: none;
    color: Red;
}

.formButton
{
    clear: both;
}

/* Results.cshtml */
.printResult
{
    margin-bottom: 10px;
}

.resultHeader
{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#divErrorMessage, #divMemberListError
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: Red;
}

.resultTable
{
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    border-bottom: 1px solid #1164a6;
}

.resultTable td
{
    width: 20%;
}

.resultTable thead tr 
{
    border-top: 1px solid #1164a6;
    border-bottom: 1px solid #1164a6;
}

.resultTable th, table td
{
    padding-top: .7em;
    padding-bottom: .7em;
}

.resultTable tfoot tr td:last-child
{
    text-align: right;
}

.resultTableSeparator
{
    border-bottom: 1px solid  #1164a6;
}

.rate
{
    font-weight: bold;
}

/* Misc */
.noscriptmessage
{
    display: none;
}

a img
{
    outline: none; 
    border: none;  
}

a
{
    font-size: 16xpx;
    font-weight: bold;
}

.twoColumn
{
    float: left;
    width: 47%;
    text-align: center;
}

.twoColumnSpacer
{
    float: left;
    width: 3%;
    display: inline-block;
}

.textAlignLeft
{
    text-align: left;
}

.noTextWrap
{
    white-space: nowrap;
}

/* Buttons */
.greenButton 
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background: -webkit-gradient(linear, center top, center bottom, from(#77d42a), to(#5cb811));
    background: -moz-linear-gradient(top,  #77d42a,  #5cb811);
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px 8px 12px;
    display: inline-block;
}

.greenButton:hover 
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
    background: -webkit-gradient(linear, center top, center bottom, from(#5cb811), to(#77d42a));
    background: -moz-linear-gradient(top,  #5cb811,  #77d42a);
}

.greenButton:disabled
{
    color: #C0C0C0;
}

/* DatePicker */
.ui-datepicker
{
    border: 1px solid black;   
}

.ui-datepicker-header 
{
	background-color: White;
	color: Black;
	font-weight: bold;
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}

.ui-datepicker-title 
{
	text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next 
{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	color: Black;
	font-size: 10px;
}

.ui-datepicker-prev 
{
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next 
{
	float: right;
	background-position: center 0px;
}

.ui-datepicker table
{
    border-collapse: collapse;
    width: 100%;
}

.ui-datepicker th 
{
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	background-color: White;
}

.ui-datepicker td
{
    padding: 3px;
}

.ui-datepicker tbody 
{
    background-color: White;
}

/*.ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all
{
    display: none;
}*/

#ui-datepicker-div { display: none; }

/* Hide Print */
.printHeader, .printFormData, .printDisclaimer, .printFooter, .printResultDisplay, .printFinalRatesDisplay
{
    display: none;
}