@CHARSET "ISO-8859-1";
html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0 auto;
	background-color: #EEF2F5;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}

#container {
	min-height: 100%;
	min-width: 100%;
	position: relative;
}

#body {
	padding-bottom: 30px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
}

/* IE-specific hack */
* html #container {
	height: 100%;
	width: 100%;
}

div.page {
	position: absolute;
	left: 75px;
	right: 75px;
	height: 100%;
}

.tableHeader {
	height: 55px;
}

.header {
	background-color:#011F28;
	min-height:41px;
	color:#FFFFFF;
}

.leftBorder {
	background-image: url(../images/bkgd_left.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	width:75px;
}

.rightBorder {
	background-image: url(../images/bkgd_right.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	padding-left: 0px;
	width:75px;
}

.center {
	height: 100%;
}

.center.withMenu {
	height: 100%;
}

div.headerLinks {
	right: 90px;
	height: 20px;
	top: 20px;
	text-align: right;
	z-index: 2;
	vertical-align: bottom;
}

td.headerContextDetail {
	text-align: right;
	padding: 10px 10px 0 0;
	vertical-align: top;
	color: #FFFFFF;
}

td.headerLinks {
	text-align: right;
	padding: 0 10px 5px 0;
	vertical-align: bottom;
	font-weight: bold;
}

td.headerLinks a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

td.headerLinks span {
	font-weight: normal;
}

td.headerLinks a.selected {
	font-weight: bold;
	color: #000000;
}

td.readerLinks {
	padding: 0 10px 5px 0;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 9pt;
}

td.readerLinks a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

td.readerLinks span {
	font-weight: normal;
}

td.readerLinks a.selected {
	font-weight: bold;
	color: #000000;
}


.actionHeader {
	height: 26px;
	background-color: #D8D8D8;
    padding-bottom: 10px;
}

.actionHeader table {
	width: 100%;
	height: 20px;
}

.actionHeader td {
	padding: 2px 2px 2px 2px;
}

.actionHeader a {
    text-decoration: none;
    color: black;
    padding-right: 30px;
    font-weight: bold;
}

.tableActionHeader {
	height: 20px;
}

.bodyTable {
	width: 100%;
	height: 94%;
}

.bodyTable td {
	vertical-align: top;
}

.menu {
	width: 170px;
	padding: 10px;
	background-color:#CEDEE9;
}

.menu ul {
	list-style: none;
	width: 200px;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 10pt;
	background-color:#CEDEE9;
}

.menu ul.subItem {
	list-style: none;
	width: 160px;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 10pt;
}

.menu li {
	margin-bottom: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	padding: 3px 0 0 5px;
}

.menu li ul li {
	padding: 0;
}

.menu li a {
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 3px 0 0 10px;
	border-left: 4px solid #cccccc;
}

.menu ul.subItem li a {
	font-weight: normal;
	height: 12px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 0px 0 0 10px;
	border: none;
}

.menu li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

div.tmp {
	background-image: url(../images/menu-gradient.gif);
	background-repeat: repeat-y;
	background-position: right;
}

div.content {
	margin-top: 41px;
	margin-left: 3%;
	margin-right: 3%;
}

div.contentHeader {
    padding: 10px 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

div.contentHeader img {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

div.copyright {
	text-align: center;
	color: black;
	font-size: 10pt; 
	padding-top:10px;
}

button {
	width: 75px;
}

input[type=submit] {
	border-radius:5px;
}

input[type=button] {
	width: 75px;
}

input.smallText {
	width: 30px;
}

input.mediumText {
	width: 70px;
}

input.largeText {
	width: 150px;
}

input.largestText {
	width: 300px;
}

input.fullText {
	width: 100%;
}

select.largeMultiSelect {
	width: 100%;
}

table.visitationPolicies {

}

table.visitationPolicies td.description {
	width: 300px;
	height: 30px;
	vertical-align: top;
}

table.visitationPolicies td.data {
	height: 30px;
	vertical-align: top;
}

table.quotaSetup {
	width:100%;
}

table.quotaSetup td.checkBoxCell {
	width: 50px;
}

table.quotaSetup td.description {
	width: 200px;
	vertical-align: top;
}

table.quotaSetup td.data {
	vertical-align: top;
}

table.quotaSetup td.sectionBreak {
	padding-top: 10px;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 1px solid #8D8D8D;
}

table.quotaSetup td.unborderedSectionBreak {
	padding-top: 10px;
	vertical-align: top;
	font-weight: bold;
}

table.quotaSetup.generalList {
	padding: 5px;
}

table.quotaSetup.generalList.sm-padding{
	padding:10px;
}

table.restictionSetup {
	margin-left: 20px;
	margin-right: 20px;
	width: 95%;
}

table.restictionSetup td.sectionBreak {
	padding-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #8D8D8D;
}

div.genericContent, table.genericContent {
	width: 100%;
}

table.genericContentNoMargin {
	width: 100%;
}

table.genericContent td.sectionBreak {
	padding-top: 10px;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 1px solid #8D8D8D;
}

col.description {
	width: 100px;
	vertical-align: top;
}

td.description {
	width: 100px;
	vertical-align: top;
}

td.data {
	vertical-align: top;
}

td.inset {
	padding-left: 10px;
}

table.roladex {
	width: 100%;
}

table.roladex a {
	color: #505050;
}

table.generalList {
	padding: 10px;
	margin:0 0 10px 0;
}

table.generalList.noSize {
	width: auto;
}

table.generalList col.description {
	width: 100px;
}

table.generalList col.buffered {
	padding-right: 15px;
}

table.generalList input.mediumText {
	width: 70px;
}


table.generalList input.smallText {
	width: 30px;
}

table.generalList input.mediumText {
	width: 70px;
}

table.generalList input.largeText {
	width: 150px;
}

table.generalList input.largestText {
	width: 300px;
}

.generalList input.fullText {
	width: 100%;
}

#visitorForm table.generalList input[type=password] {
	width: 123px;
}

table.generalList td {
	vertical-align: top;
	padding: 1px 3px 1px 3px;
}

table.setupList {
	width: 100%;
}

table.generalList col.description {
	width: 100px;
}

table.generalList td {
	vertical-align: top;
}

#visitationPage table.generalList {
	width: 100%;
}

#visitationPage table.generalList col.description {
	width: 200px;
}

#inmateSelectionPage table.generalList col.description {
	width: 150px;
}

#offsetPage table.generalList {
	margin-left: 20px;
}

#offsetPage table.generalList col.description {
	width: 100px;
}

.offset {
	margin-left: 20px;
}

.top_offset {
	margin-top: 10px;
}

.dateTimePageTable {
	margin-left: 20px;
	width:88%;
}

.dateTimePageTable .buffered {
	vertical-align: top;
	padding-left: 10px;
}

.dateTimePageTable select {
	width: 150px;
}

/* Login page */
.loginPage {
	text-align: center;
	padding-top:10%;
}

.loginPage .outerLogin {
	border: 1px solid #101010;
	margin-top: 50px;
	cellpadding: 10px;
	width: 500px;
	height: 300px;
	background-color: white;
}

.loginPage .outerLogin td {
	padding:5px 20px 5px 10px;
}

.loginPage .outerLogin select {
	width:100%;
}

.loginPage .outerLogin input[type='text'] {
	width:100%;
}

.loginPage .outerLogin input[type='password'] {
	width:100%;
}

.loginPage thead {
	background-color: #FFFFFF;
	text-align:center;
}

.loginPage thead td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.loginPage .loginButton {
	text-align: center;
}

.loginPage label {
	font-size: small;
	font-weight: bold;
	color: black;
}

.loginPage .contact {
	font-size: x-small;
	text-align: center;
	color: black;
}

#loginButton {
	padding: 3px 30px;
}

.contentInset {
	margin-left: 5px;
	margin-right: 5px;
}

table.quotaInformation {
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.quotaInformation caption {
	border-bottom: 1px solid #000000;
	font-size: smaller;
	text-align: left;
}

table.quotaInformation th, table.quotaInformation td {
	padding-left: 10px;
	text-align: right;
}

table.quotaInformation td.left {
	width: 75px;
	text-align: left;
	padding-left: 0px;
}

.dateTimePageTable select.station {
	width: 100%;
}

select.station {
	width: 100%;
}

.duration {
	width: 7em;
}

table.shiftedSections {
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
}

table.shiftedSections td.description {
	width: 100px;
	vertical-align: top;
}

table.shiftedSections td.data {
	vertical-align: top;
}

table.shiftedSections td.sectionBreak {
	padding: 10px 0 10px 0;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #8D8D8D;
}

.visitationSearch table {
	width: 100%;
}

.visitationSearch table th {
	background-color: #F2F2F2;
	text-align: center;
	border: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}

.visitationSearch table th .renovoColumn {
	
}

.visitationSearch table th a {
	color: #333333;
}

.visitationSearch table tbody tr {
	text-align: right;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.visitationSearch table td.footer {
	text-align: center;
}

.refreshRooms {
	text-align: justify;
}

.refreshRooms img {
	vertical-align: middle;
}

.info {
	display: block;
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	font-weight: bolder;
	text-align: center;
}

.warningBlock {
	display: block;
	border: 1px solid #FFCC00;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
	font-weight: bolder;
	text-align: center;
}

.error {
	display: block;
	border: 1px solid #FF0000;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFBBBB;
	font-weight: bolder;
	text-align: center;
}

.MinorDisplayFilterisMinor {
	color: #FF0000 !important;
}

.InmateAwaitingApprovalDisplayFilter {
	color: #FF0000 !important;
}

.statusPRE_CONFIRMED,
.statusCONFIRMED {
	color: #008000;
}

.statusCANCELLED,
.statusCONFLICTED,
.statusPENDING,
.statusPRE_CONFIRMED_CONFLICT,
.statusREQUESTED {
	color: #FF0000;
}

.hidden {
	display: none;
}

#notificationsUserGroupsListRenderContainer{
	visibility: hidden;
	position: absolute !important; 
	top: 30px;
}

#notificationsUsersListRenderContainer{
	position: absolute !important; 
	top: 30px;
}

#buffer{
	height:425px;
}

#emailInputContainer{
	visibility: hidden;
}

#emailInput{
	width:208px;
	height:15px;
}

.floatLeftList{
	float:left; 
	margin-right:5px;
}

#rejectionReasonCustom{
	width:210px;
	height:75px;
	display:none;
}


/* Email Review */
#emailReview .fullWidth {
	width: 100%;
}

#emailReview .label
{
    width: 15%;
    font-weight: bold;
}

#emailReview .statCol {
    width: 15%;
    padding-left: 10px;
}

#emailReview .thresholdCol {
    width: 15%;
}

#emailReview .keyCol {
    width: 2%;
}

#emailReview .keyBox {
    border: 1px solid black;
}

#emailReview .headerLabel {
    font-weight: bold;
}

#emailReview .spelling {
    background-color: rgb(255, 255, 128);
}
#emailReview .blacklist {
    background-color: rgb(255, 128, 128);
}

#visitorPass{
	width:125px;
}

#visitationForm { 
	margin-left:20px; 
}

/*
#visitationForm :checked + label { 
	text-shadow: 0 0 .5em green; 
	font-weight:bold;
}

 Works for IE9 
.professionalCheckbox :checked + label + div {display:block !important;}

 Works for FF 
.professional :checked + label + div {display:block !important; }
*/

#visitationForm {
	
}

/* Billing Info page */

#billingInfo h2 {
	padding-top: 10px;
	vertical-align: top;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #8D8D8D;
}

#billingInfo .requiredNote {
	color: #FF0000;
}

#billingInfo .changed {
	color: #FF0000;
}

#billingInfo #visitorNames {
	width: 250px;
}

#billingInfo .sectionHeader {
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#billingInfo li {
	padding-bottom: 2px;
}

#billingInfo label {
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
}

#billingInfo #address1, 
#billingInfo #address2, 
#billingInfo #city,
#billingInfo #country {
	width: 300px;
}

#billingInfo #zipPostal {
	width: 100px;
}

#billingInfo label.radio {
	float: none;
	display: inline;
}

#billingInfo #cardSecurityCode {
	width: 50px;
}

/* Billing Info page */

.padTop15 {
	padding-top: 15px;
}

.invoiceTable{
	border-spacing: 0px; 
	border-collapse: collapse;
	float:right; 
	width:100%;
	margin-top:15px;
}

.invoiceTable thead td {
	font-weight:bold; 
	font-size:14px;
	border:none;
}

.invoiceTable td{
	border:1px #eeeeee solid;
	padding:2px 5px 2px 5px;
	text-align:right;
	width:125px;
}

.invoiceTable th{
	text-align:right;
	border:none;
	padding-right:5px;
}

.invoiceTableOfficer{
	border-spacing: 0px; 
	border-collapse: collapse;
	float:right; 
	width:100%;
	margin-top:15px;
}

.invoiceTableOfficer thead td {
	font-weight:bold; 
	font-size:14px;
	border:none;
}

.invoiceTableOfficer td{
	border:1px #eeeeee solid;
	padding:2px 5px 2px 5px;
	text-align:right;
	width:425px;
}

.invoiceTableOfficer th{
	text-align:right;
	border:none;
	padding-right:5px;
}


.visitorImages {
	position: absolute;
	left: 500px;
}

.checkinImageWrapper {
	width: 171px;
	float: left;
	position:relative;
	margin-right: 10px;
}

.visitorImage {
	margin-bottom: 20px;
	text-align: center;
}

.visitorImage img {
	height: 128px;
}

td > .visitorImage {
	margin-top: 10px;
}

.visitorImageId {
	margin-bottom: 20px;
	text-align: center;
}

.visitorImageId img {
	height: 128px;
}

td > .visitorImageId {
	margin-top: 10px;
}

.visitorImageId img:hover {
    -webkit-transform:scale(2.0); /* or some other value */
    transform:scale(2.0);
} 

.loadingWrapperScreen {
	position: absolute;
	right:30px;
	top:30px;
	height: 250px;
	width: 380px;
	background-color: #FFF;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.loadingImage {
	margin: 90px auto;
	width: 64px;
	display: block;
}

#bulletinMessageContainer2 {
	position:absolute;
	top:0;
	left:140px;
	z-index:1000;
	color:#000;
	font-size:16px;
	font-weight:700;
	width:642px;
	text-align:center;
	padding:0 10px;
}

#imglightboxScreen {
	height: 100%;
	width: 100%;
	background-color: #666666;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .5;
	filter:alpha(opacity=50);
	z-index:100;
}


div.postForm label{
	float:left;
	margin-right:20px;
	width:200px;
}

div.postForm input[type='text']{
	width: 200px;
}

div.postForm select{
	width: 205px;
}

div.postForm li{
	margin:2px 0;
}

div.buttons{
	float:right;
}

div.buttons.float-right{
	float:right;
}

.width625{
width:625px;
}

.postContent {
overflow-y:auto;
overflow-x:hidden;
max-height:350px;
height:350px !important;
}

.postContent li{
font-weight:400;
text-align:left;
width: 670px !important;
font-size: 14px !important;
height:auto;
padding:5px;
}

.postContent li li{
width: auto !important;
padding:0;
border:0 !important;
height:auto !important;
display:list-item !important;
}

.postContent li ul, .postContent li ol{
margin-left:50px !important;
font-size:12px;
color:#333;
}
	
.postContent li ul{
list-style:disc;
}

.postContent li ol{
list-style:decimal;
}

.postContent em {
font-style: italic;
}

.postContent strong{
font-weight: bold;
}

.printSummary{height:auto !important; padding-left:5px;overflow:visible !important; margin-top:125px;}
.printSummary li{font-size:12px !important; width:100% !important;}
.printSummary img{max-width:175pt;}
.minHeightAuto{min-height:auto !important;}
@page { size:8.5in 11in; margin: 2cm }

.paddingLeft20{padding-left:20px !important;}
.grid div {float:left; min-width: 220px;}
.grid li {clear:both;}

/* Start of "Micro clearfix" */  
.cf { zoom: 1; }
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

/* ------------------------------------- */
/* ---------	Low Res View	 ------- */  
/* ------------------------------------- */
@media screen and (max-width:1024px) {
.leftBorder,.rightBorder{display:none;}
}

img.logoImage{
	max-height:75px;
	vertical-align:middle;
}

.myTable {
	border: solid 1px #DDEEEE;
	border-collapse: collapse;
	border-spacing: 0;
	font: normal 13px Arial, sans-serif;
}

.myTable thead th {
	background-color: #DDEFEF;
	border: solid 1px #DDEEEE;
	color: #336B6B;
	padding: 10px;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
}

.myTable tbody td {
	border: solid 1px #DDEEEE;
	color: #333;
	padding: 10px;
	text-shadow: 1px 1px 1px #fff;
}

.myTable-rounded {
	border: none;
}

.myTable-rounded thead th {
	background-color: #CCC;
	border: none;
	text-shadow: 1px 1px 1px #ccc;
	color: #333;
}

.myTable-rounded thead th:first-child {
	border-radius: 10px 0 0 0;
}
.myTable-rounded thead th:last-child {
	border-radius: 0 10px 0 0;
}

.myTable-rounded tbody td {
	border: none;
	border-top: solid 1px #957030;
	background-color: #EEE;
}

.myTable-rounded tbody tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

.myTable-rounded tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

span.visitation-icons{
	font-size: 25px;
	vertical-align:middle;
}

.action-icons{
	font-size:15pt;
}

.generalList {
	width: 100%;
	background-color:#FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 10px;
	padding: 15px 0 15px 15px;
	font-size:14px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.row:after {
	display:table;
	clear:both;
}

[class*='col col-']{
	float: left;
    position: relative;
  	min-height: 1px;
  	padding-right: 10px;
}

.text-on-right{
	text-align:right;
}


[class*='col-']:last-of-type{
  	padding-right: 0;
}

.col.col-1 {
  width: 8%;
}

.col.col-2 {
  width: 16%;
}

.col.col-3 {
  width: 24%;
}

.col.col-4 {
  width: 33%;
}

.col.col-5 {
  width: 41%;
}

.col.col-6 {
  width: 49%;
}

.col.col-7 {
  width: 57%;
}

.col.col-8 {
  width: 64%;
}

.col.col-9 {
  width: 73%;
}

.col.col-10 {
  width: 81%;
}

.col.col-11 {
  width: 89%;
}

.col.col-12 {
  width: 99%;
}

table.generalList label.bold-labels{
	font-weight:bold;
}

select#durationHours.hoursOfDuration{
	    width: 22%;
}

select#durationMinutes.minutesOfDuration{
	    width: 22%;
}

h2.section-title{
	margin-left: 20px;
    padding-top: 20px;
}

.generalList td.description{
	/*width:100%;*/
}


div.page-action-buttons{
	padding:10px;
}

div.page-action-buttons-top{
	padding:0px 10px 0px 10px;
}

table.generalList label.not-bolded-label{
	font-weight:normal;
}

.float-right{
	float:right;
}

.popup-anchor>a{
    font-size: 10pt;
}

.sm-padding{
	padding-top:10px;
}

.sm-padding-top{
	padding-top:10px;
}

.sm-padding-bottom{
	padding-bottom:10px;
}


table.shiftedSections.generalList {
	margin-left: 0;
	margin-right: 0;
}

a.small-anchor{
	font-size:10pt;
}

.generalList>thead{
	font-weight:bold;
}

.md-margin-left{
	margin-left:30px
}

.align-right{
	text-align: right;
}


.generalList .item>.name{
	font-size:18px;
}

.buttons.float-right>input{
	margin-left:5px;
}

.full-width{
	width:100%;
}

.three-quarters-width{
	width:74%;
}

.tab-page .generalList{
	border:0px;
	font-size:inherit;
	width: inherit;
	background-color: inherit;
	
}

.generalList.md-padding{
    padding: 15px;
}

.xs-margin-left {
	margin-left: 5px;
}

.sectionBreak {
	font-weight: bold;
}
