@CHARSET "ISO-8859-1";
.tsgart {
	background-image: url("");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}

tfoot tr {
	text-align: center;
}

table caption {
	background: linear-gradient(#81ea94, #3ead52 50%, #167f29);	
	text-align: center;
	font-weight: bold;
	color: white;
}

table.spaceUnder td {
	padding-bottom: 3px !important;
}

table.wrapWhitespace {
	white-space: pre-line;
}

table.columnBorders{
	empty-cells: show;
}

table.columnBorders th,  table.columnBorders td{
	border: 1px solid black !important;
}

table.columnBorders th {
	background-color: #f9f9f9;
	border-top: 1px solid black !important;
}

table.columnBorders td {
	background-color: #ffffff;
}

table.removeBorders th, table.removeBorders td {
	border: none !important;
}

table.certSubtables th,  table.certSubtables td{
	vertical-align: top;
}

.spacer {
	margin-top: 150px;
}

.login-panel {
	border-bottom-left-radius: 1.5em;
	border-top-right-radius: 1.5em;
	border: 1px solid #000;
}

.login-panel>.custom-panel-heading {
	border-top-right-radius: 1.5em;
}

.login-panel>.custom-panel-footer {
	border-bottom-left-radius: 1.5em;
}

.custom-panel-heading, .custom-header {
	background: linear-gradient(#04519b, #003c73 60%, #02325f);
}

.custom-panel-heading>.panel-title, .custom-header{
	color: #fff;
	font-weight: bold;
}

.more-less {
        float: right;
 }

 .ui-autocomplete {
 	border: 1px solid #DCDCDC;
 	width: 25%;
 	padding-left: 0 !important;
 }
 
 .ui-autocomplete li{
 	list-style: none; 	
 }
 
 .ui-autocomplete .ui-menu-item {
 display:block;
}

.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus {
 background-color:blue;
 color: #fff;
 cursor: pointer;
 
}

.ui-helper-hidden-accessible { display:none; }

.custom_alert>li {
	padding: 10px !important;
	border-radius: 10px !important;
	list-style: none !important;
}

.pager li>a {
	border: none;
	background: none;
}
.pager li.active a, 
.pager li.active a:active,
.pager li.active a:hover {
	background: none;
	color: #04519b;
	font-weight: bold;
}

.square_box {
	background-color: #fff;
	border: 1px solid #04519b;
}

table.scrollable {
    width: 100%;
}

table.scrollable thead, table.scrollable tbody, table.scrollable tr, table.scrollable td, table.scrollable th { display: block; }

table.scrollable tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
table.scrollable thead th {
    height: 30px;
    text-align: left;
}

table.scrollable tbody {
    height: 700px;
    overflow-y: auto;
}

table.scrollable tbody td, table.scrollable thead th {
    float: left;
}

table.scrollable thead {
    /* fallback */
}

table.visits tbody {
	height: 300px !important;
	margin-bottom: 0;
}

table.removeBottomMargin {
	margin-bottom: 0;
}


.nav-tabs>li>a {
	padding: 5px 5px;
}

.ui-datatable.headerless thead th{
    padding: 0;
}

.ui-button-text-only .ui-button-text {
	padding: .2em 1em !important;
	font-weight: normal;
}

.container {
	width: 90% !important;
}

.preserveWhiteSpace{
	white-space: pre;
}

.carilionMedBlueBG{
	background-color: #2FA0CF !important;
}

.carilionLightBlueBG{
	background-color: #A0D4EE !important;
}

.ui-panel .ui-panel-content {
    padding: 0;
}

.bottom-buffer {
	margin-bottom: 10px;
}

.buttonWidth{
	width: 225px;
}
.hidePanelBorder table, .hidePanelBorder th, .hidePanelBorder tr, .hidePanelBorder td{
	border: none !important;
	background: inherit;
}
.navyBoldCenter{
	color: Navy;
	text-align: center;
	font-weight: bold;
}