#irradiator-form input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
	margin: 0px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.glyphicon { margin-right: 8px; }
/* LAYOUT
--------------------------------------- */

#calc-info {
	padding-top: 24px;
	padding-left: 16px;
}

.old-page-header {
	background-color: #C00;
	height: 56px;
    border-top: 1px solid #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.old-page-header h1 {
	margin: 0;
	padding: 0 10px;
	color: #fff;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 56px;
}

.col-intro {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.col-intro p {
	font-size: 0.9em;
	color: #006894;
	padding: 0 10px 15px 10px;
	margin: 0;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.6);
}
.col-intro p:first-child { font-size: 1.1em; }
.col-intro img { display: none; }
.col-mid { padding: 0 0 15px 0; }
.col-right {
	background: #fff;
}

#ors-calc .form-control {
	width: 50px;
	text-align: center;
}
#assumptions {
	border: 1px solid #e5e5e5;
	font-size: 0.9em;
	margin: 15px 0 30px 0px;
}
#assumptions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#assumptions ul li {
	margin: 1px;
	padding: 5px 10px;
}
#assumptions ul li:nth-child(odd) { background-color: #f9f9f9; }
#assumptions h4 {
	margin: 1px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: 400;
	background: #e9e9e9;
}
/* .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { vertical-align: middle; } */
.radio-inline { display: block; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}
.button_row {text-align: center;}

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
#ors-calc .table-striped {
	font-size: 0.8em;
	width: 100%;
}

#ors-calc .table th, #ors-calc  .table td {
    padding: 0.71875rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #cbd2d9;
}

.ors-results .table-striped {
	font-size: 0.8em;
	width: 100%;
}
#ors-calc .form-table th, td {vertical-align: top;}

/*.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } */

#irradiator-form th, #irradiator-form td {
	vertical-align: middle;
	padding: 8px 5px;
}
#irradiator-form th { text-align: right; }
.calculated { font-weight: bold; }
#calculatorResults {
	background: #fff;
	margin-bottom: 15px;
}
#calculatorResults table caption {
	font-size: 1.6em;
	font-weight: 300;
	text-align: left;
	padding-bottom: 10px;
}
#calculatorResults table td, #calculatorResults table th {
	padding: 5px;
	vertical-align: top;
  width: 50%;
}
#calculatorResults table td ul { padding-left: 1.5em; }
#calculatorResults table th { font-size: 1.2em; }
.small { color: #666; }
#irradiator-form input {
	border: 1px solid #c5c5c5;
}
#irradiator-form input.error, .errorAlert {
	border: 1px solid #c00 !important;
	background: #fee;
}
.errormsg {
	background: transparent;
	color: #c00;
	font-size: 11px;
	max-width: 130px;
}

/* MEDIA QUERIES
---------------------------------------- */

@media (min-width: 1020px) {
/*body { background: url(../img/bodyBg.gif) repeat-y top left; }*/
.wrapper.cf {  background: url(../img/bodyBg.gif) repeat-y left top; }
body#tou { background-image: none;}
#xcontainer { 
    background-image: url(../img/redCellsBtmB.png) ;
    background-repeat: no-repeat;
    background-position: 100% 0% ; 
}
.main-content {
	float: left;
	width: 100%;
	padding: 0;
}

@media (min-width: 1400px) {
    .wrapper.cf {  background: url(../img/bodyBg.gif) repeat-y left top; }
    /*.wrapper { width: 1370px; } */
    .radio-inline {
        display: inline-block;
        margin: 0 8px 0 0;
    }
    .main-content {
        width: 100%;
        padding: 0;
    }
    .col-mid, .col-right {
        float: left;
        margin: 0;
    }
    .col-mid {
    /*	padding: 0 15px; */
        width: 100%;
    }
    .col-right { width: 100%; }
    }
    
    

#irradiator-form th, #irradiator-form td {
	border-top: 0;
	vertical-align: top;
}
#irradiator-form th { text-align: right; }
#irradiator-form .radio-inline { padding-bottom: 7px; }
.calculated { font-weight: bold; }
.small { color: #666; }
#irradiator-form input.error {
	border: 1px solid #c00;
	background: #fee;
}
.errormsg {
	background: transparent;
	color: #c00;
	font-size: 11px;
	white-space: nowrap;
	width: 100px;
	padding-top: 5px;
}

/* ORD Cesium Page Styles */
.article_card {
    padding: .8em;
    margin: .9em;
    border: 1px solid grey;
    font-size: 18px;
    line-height: 1.6em;
}
.article_card > img {
    height: auto;
    width: 65px;
    float: left;
    margin-right: .8em;
}