﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* RYE PELEO STUFF */

footer {
    margin-top: 150px;
}

th {
    background-color: #3D7B94;
    color:white;
    padding-left:5px;
    padding-right:5px;
    border: 1px solid #E1E1E1;
    font-weight: normal;
    text-align:center;
    min-width: 63px;
    vertical-align: middle;
}

td {
    vertical-align: middle;
}

.TblMultiPurpose {
	border-collapse: collapse;
	border: none;
	padding:0px;
	min-width: 650px;
	margin-bottom:20px;
	width:98%;
}

.tdText {
    text-align: left;
    border: 1px solid #DDD;
    padding: 3px;
    padding-left: 10px;
    padding-right: 6px;
    vertical-align: middle;
}

.tdCentered {
    text-align: center;
    border: 1px solid #DDD;
    padding: 3px;
    vertical-align: middle;
}

.tdAmount {
    text-align: right;
    vertical-align: middle;
    border: 1px solid #DDD;
    padding: 3px;
    padding-right: 12px;
}

.tdControl {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #DDD;
    padding: 3px;
    padding-left: 8px;
}

.tdTitle {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #DDD;
    background-color: #243472;
    font-weight: bold;
    color: white;
    height: 25px;
    padding-left: 8px;
    padding-right: 8px;
}

.circularBtn {
    border-radius: 50%;
}

.curved {
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-width: 0px; 
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left:10px;
    
	/*-webkit-box-shadow: -4px 4px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    -4px 4px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         -4px 4px 5px 0px rgba(50, 50, 50, 0.55);*/
}

.forRenewal {
    display:none;
}

.bold {
    font-weight: bold;
}

.italized {
    font-style: italic;
    color: #999;
}

.RegularSize {
    min-width: 130px;
}

.SemiLarge {
    min-width: 230px;
}

.pageTitle {
    margin-top:30px;
    margin-bottom:25px;
}

.actionCell {
    min-width: 275px;
}

.confirmationMsg {
    background-color: #ffaf42;
    color: white;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    padding-left: 10px;
    text-align: center;
}

.pagination {
    color:#173755; 
    font-size: 13px;
}

.spacer {
    margin-top:35px;
    margin-bottom:35px;
}

.shortSpacer {
    padding-top: 3px;
    padding-bottom: 3px;
}

.navSubMenu {
    color: #BFBFBF;
}

.midSizedHeader {
    max-width: 100px;
}

.shortSizedHeader {
    max-width: 50px;
}

.paneHeader {
    background-color: #777;
    border: 1px solid #888;
    padding: 12px;
    color: white;
}


/* jQUERY OVERRIDE CSS */

.ui-datepicker {
    min-width:280px;
}

.ui-datepicker-div {
    width: 400px;
    min-width: 400px;
}

.ui-widget {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.ui-datepicker th {
    border: 0 none;
    font-weight: normal;
    padding: 0.2em 0.1em;
    text-align: center;
    max-width: 30px;
    min-width: 30px;
}

.ui-datepicker th span {
    font-size: 11px;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.1em;
    padding-top: 7px;
    padding-bottom:7px;
}

.ui-datepicker td {
    padding: 0.9px;
    max-width: 30px;
}

.ui-datepicker .ui-state-highlight {
    
    margin-bottom: 0;
    padding: 0.1em;
    padding-top: 7px;
    padding-bottom:7px;
}

.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 13px;
}

.ui-datepicker .ui-datepicker-title span {
    font-size: 11px;
}

.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
    margin-left: -8px;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    height: 15px;
    top: 1px;
    width: 15px;
}

.ui-datepicker-next-hover .ui-icon {
    height: 16px;
    width: 16px;
}

.CircularBox {
    border-radius: 20px;
}

.ShadowedBox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ShadowedBoxYOnly {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.WhiteBg {
    background-color: #fff;
}

.tableHover tr:hover {
    background-color: #ffaf42;
}

.tableHover tr:last-child td:first-child {
    border-radius: 0 0 0 20px !important;
    -moz-border-radius: 0 0 0 20px !important;
}

.tableHover tr:last-child td:last-child {
    border-radius: 0 0 20px 0 !important;
    -moz-border-radius: 0 0 20px 0 !important;
}

.NoPadding {
    padding: 0px;
}

.spacer100 {
    margin-top: 100px;
}

.TitleText {
    font-size: 22px;
}

.DashboardBlock {
    height: 80px;
    width: 80px;
    text-align:center;
    padding-top:14px;
    padding-left:0px;
    /*text-decoration: none;*/
}

.PaidOver95 {
    background-color: #66CC33;
}

.PaidOver85 {
    background-color: #99CC66;
}

.PaidOver75 {
    background-color: #FFCC66;
}

.PaidOver65 {
    background-color: #FF9933;
}

.PaidOver50 {
    background-color: #FF6600;
}

.Paid50Below {
    background-color: #FF3300;
}

.nonTextBox {
    background-color: white;
    border: none;
}

.shortTextBox {
    max-width: 80px;
}
