/* DE Web Works - Custom CSS 
 * 
 * These are the CSS rules in charge of styling the page for the client.
 * Custom positioning, color adjustments, and non site-wide styles will 
 * go here.  After initial launch, this is the only file that should be 
 * edited.
 */
 table.rgCommandTable > tbody > tr > td[align=right] {text-align: right;}
#leftnav-holder {
	padding-left:0px;
	padding-right:0px;
	position:relative;
	height:100%;
	background-color: #EFEFEF;
}
#leftnav {
	background-color: #EFEFEF; /*to match skin */
    vertical-align: top;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
    position: relative;
    left: 0;
}

.subTblHeader{
	padding: 0px 5px 0px 19px;
	height:32px;
	color:#333;
	text-shadow: 0 1px rgba(255,255,255,0.3);
	line-height:32px;
	font-size: 14px;
	border-radius: 3px;
	background-color: #afb3b7;
	background-image: -webkit-linear-gradient(top,#ced2d6 0,#afb3b7 100%);
	background-image: -moz-linear-gradient(top,#ced2d6 0,#afb3b7 100%);
	background-image: -ms-linear-gradient(top,#ced2d6 0,#afb3b7 100%);
	background-image: -o-linear-gradient(top,#ced2d6 0,#afb3b7 100%);
	background-image: linear-gradient(top,#ced2d6 0,#afb3b7 100%);
}

.enroll-form-wrapper {
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
}

.enroll-form-wrapper .riTextBox {
	position: relative;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #C7D8E3;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	border-radius: 4px;	
}

.button[type="submit"],
.blackButton {
	background-color: #303231;
	color: #19b6c5;
}
.button[type="submit"]:hover,
.button[type="submit"]:focus,
.blackButton:hover {
	background-color: #3F4D32;
	color: #19b6c5;
}

/*=== Popup Windows ===*/
#domBody .RadWindow .rwTitleRow {
	background-color: #3f4140;
}

#domBody .RadWindow .rwTitleRow .rwTopLeft,
#domBody .RadWindow .rwTitleRow .rwTitlebar,
#domBody .RadWindow .rwTitleRow .rwTopRight {
	background-image: none;
	border-radius: 0;
}

#domBody .RadWindow .rwTitleRow .rwTitlebar table {
	background-color: transparent;
}

.RadWindow .rwContentRow,
.RadWindow .rwFooterRow {
    background-color: #fff;
}

body.popup {
    background-color: #fff;
    background-image: none;
}
body.popup *,
body.popup *:before,
body.popup *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Login block */
#body-login *,
#body-login *:before,
#body-login *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#body-login hr {
  margin: 0.75rem 0 1.25rem;
}

#body-login .panel {
    max-width: 600px;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 50px 85px 30px;
    background-color: #2f2f2f;
    color: #fff;
}
#body-login .panel h1,
#body-login .panel h2,
#body-login .panel h3,
#body-login .panel h4,
#body-login .panel h5,
#body-login .panel h6,
#body-login .panel p {
    color: #fff;
}
#body-login .button[type="submit"] {
	background-color: #010101;
	color: #19b6c5;
}
#body-login .button[type="submit"]:hover,
#body-login .button[type="submit"]:focus {
	background-color: #3F4D32;
}
#body-login .prefix {
	border-color: #19b6c5;
	background-color: #19b6c5;
	color: #fff;
	font-size: 22px;
}
#body-login .label {
    text-align: left;
    white-space: normal;
}
#body-login .error {
    background-color: #222222;
    color: #f12127;
    font-size: 13px;
    line-height: 1.4;
}
#body-login footer {
    max-width: 440px;
    margin: 0 auto; 
}
#body-login footer .columns {
        padding: 0;
        font-size: 13px;
        line-height: 1.5;
}
.login-welcome strong {
	color: #19b6c5;
	font-size: 18px;
}

.green-block {
	display: inline-block;
    border: solid 1px #303231;
    background-color: #7bb839;
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 10px;
}
.green-block span.inline {
	margin-right: 16px;
	font-weight: bold;
}
.gray-block {
    display: inline-block;
    margin-bottom: 16px;
    padding: 20px;
    background-color: #eceaeb;
}

/* Form styles */
.form h2 {
    color: #7bb839;
    font-size: 21px;
    font-weight: bold;
}
.form hr.row-separator{
	margin: 9px 0 9px;
	text-align: left;
}
.form hr.row-separator.separator-width {
	max-width: 675px
}
.form label.inline {
	display: block;
	/*margin: 0 0 1rem 0;*/
	padding: 0.625rem 0;
}
body.popup .form input[type="text"] {
    width: 100%;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
}
body.popup .form .prefix {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.footerRightAlign tfoot td
{
    text-align:right;
}

.green-button {
    box-sizing: content-box;
    margin-top: 0px;
    border: solid 1px #7ca800;
    padding-right:25px;
    padding-top:10px;
    padding-bottom:10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: #b6e026; /* Old browsers */
    background: url(./img/icon-enroll-bar.png) no-repeat right center, -moz-linear-gradient(top,  #b6e026 1%, #74b92a 100%); /* FF3.6+ */
    background: url(./img/icon-enroll-bar.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b6e026), color-stop(100%,#74b92a)); /* Chrome,Safari4+ */
    background: url(./img/icon-enroll-bar.png) no-repeat right center, -webkit-linear-gradient(top,  #b6e026 1%,#74b92a 100%); /* Chrome10+,Safari5.1+ */
    background: url(./img/icon-enroll-bar.png) no-repeat right center, -o-linear-gradient(top,  #b6e026 1%,#74b92a 100%); /* Opera 11.10+ */
    background: url(./img/icon-enroll-bar.png) no-repeat right center, -ms-linear-gradient(top,  #b6e026 1%,#74b92a 100%); /* IE10+ */
    background: url(./img/icon-enroll-bar.png) no-repeat right center, linear-gradient(to bottom,  #b6e026 1%,#74b92a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#74b92a',GradientType=0 ); /* IE6-9 */
}

.submitLink {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  color: blue;
  cursor: pointer;
}
submitLink:focus {
  outline: none;
}

.bottomGridLine{
    border-style: solid;
    border:1px solid rgba(255, 254, 254, 0.00);
    border-bottom: 1px solid #c8c8c8;
}
.bottomGridLine:nth-child(even) {
    color: blue;
    background-color: green !important;
}
.invoiceHeader {
    color: #575757; font-size:1.5rem; font-weight:bold;
}

.invoiceItems {
    color: #303231; font-size:1rem; font-weight:bold;
}
