


a.pdf-link, a.doc-link, a.web-link {
	display:inline-block;
	padding-left:24px;
	line-height:22px;
}
a.pdf-link {
	background:transparent url(../img/pdf_icon.png) center left no-repeat;
}
a.doc-link {
	background:transparent url(../img/doc_icon.png) center left no-repeat;
}
a.web-link {
	background:transparent url(../img/web_icon.png) center left no-repeat;
}
a.block-link {
	display: block; 
	padding: 5px 10px; 
	margin: 5px; 
	background: #993300; 
	color: #fff;
}
a.box-link {
	display: inline; 
	padding: 5px 10px; 
	margin: 5px 5px 5px 0; 
	background: #993300; 
	color: #fff;
}
a.block-link:hover, a.box-link:hover {
	text-decoration: none !important;
	background: #6E2E12;
}

.error {
	color: red;
}

.warning {
	color: yellow;
}

.message {
	color: green;
}

.errormesg {
  color: #333333;
  border: 1px solid #ef1313;
  background-color: #ffc6c6;
  padding: 8px;
  margin: 5px;
}
.warnmesg {
  color: #222;
  border: 1px solid #efbb13;
  background-color: #ffffC6;
  padding: 8px;
  margin: 5px;
}
.infomesg {
  color: #222;
  border: 1px solid #0000b2;
  background-color: #c6dfff;
  padding: 8px;
  margin: 5px;
}
.successmesg {
  color: #222;
  border: 1px solid #02b200;
  background-color: #caffc6;
  padding: 8px;
  margin: 5px;
}
.warnmesg h3, .successsmesg h3, .infomesg h3, errormesg h3 {
  font: 2.5em "Droid Sans",arial,san-serif;
  color: #555 !important;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
}

.clearbr {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.tip-header {
	border: solid 1px #000;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #f2f3f5;
	font-weight: 700;
	background-size: 25px;
	background-position: 97% 7px;
	background-repeat: no-repeat;
}

.tip-body {
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 10px;
}

#tabs div.tab-header {
	margin: 20px 0 0 0;
	padding: 10px;
	cursor: pointer;
	background-color: #777;
	color: #fff;
	font-weight: 700;
	background-size: 25px;
	background-position: 97% 7px;
	background-repeat: no-repeat;
	border-radius: 3px;
}

#tabs div.tab-header > .tab-header-title {
	display:block;
	float:left;
	position: absolute;
	color:#000 !important;	
}

#tabs div.tab-header > .tab-header-message {
	display:block;
	font-weight:bold;
	text-align:center;	
}

#tabs div.tab-body {
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.rotate-180 {
	behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(180deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(180deg);
    /* Opera */
    -o-transform:rotate(180deg);
    /* IE9 */
    -ms-transform:rotate(180deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=3.14159265, M12=-3.14159265, M21=3.14159265, M22=3.14159265);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=3.14159265, M12=-3.14159265, M21=3.14159265, M22=3.14159265)";
}

.chevron-up {
	background-image: url('../../resources/img/chevron-up.png');
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.chevron-down {
	background-image: url('../../resources/img/chevron-down.png');
}

.question {
	background-image: url('../../resources/img/question-mark.png');
	background-size: 15px;
	background-repeat: no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

/* .tooltip{
    display: inline;
    position: relative;
    white-space: pre-line;
}

.tooltip:hover:after{
    background-color: #993300;
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 999;
    width: 220px;
} */
#tabs div.chart-footer {
	padding: 10px;
	cursor: pointer;
	background-color: #ccc;
	font-weight: 700;
	background-size: 25px;
	background-position: 97% 7px;
	background-repeat: no-repeat;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#tabs div.chart-footer > .chart-message {
	display:block;
	font-weight:bold;
	text-align:center;	
}

#tabs div.chart-body {
	margin: 20px 0 0 0;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
	padding: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

/*.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	border: solid 1px #000;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #fff;
	border-radius: 10px;
}*/

.badge {
	background-color: #000;
}

.material-icons {
	font-size: 14px;
}

#main-container {
	position: relative;
}

.welcome-menu {
	position: absolute;
	top: 15px;
	right: 50px;
}

#process-form label {
	display: inline-block;
	width: 100px;
}

#mobile-primary { display: none; }



@media print {
	body {
		background: #fff !important;
	}
	.sidebar, #access, #header-right, #footer-quicklinks {
		display: none !important;
	}
	
	#content {
		margin-left:0 !important; 
		padding-right:0 !important;
	}
	
	div.breadcrumbs {
		margin: 5px 0 5px 5px !important;
	}
	
	div#footer {
		color: #555 !important;
	}
}

form.survey label {
	font-weight: normal;
}

.form-group.label-floating label.control-label {
	left: auto !important;
}

div.toolbar {
	float: left;
}

.page-content-wrap td a {
	text-decoration: none !important;
}

.main .btn {
	padding: 10px 30px !important;
	font-size: 14px !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background: rgb(21, 78, 135) !important;
}

button.dtp-btn-now, button.dtp-btn-clear, button.dtp-btn-cancel, button.dtp-btn-ok {
	padding: 2px 12px !important;
	margin: auto !important;
}

header.dtp-header {
	background: rgb(21, 78, 135) !important;
}

div.dtp-date {
	background: rgb(87, 106, 114) !important;
}

select.input-sm {
	line-height: 20px !important;
}

a.btn-fab.pull-left {
	padding: 5px 10px !important;
	top: 24px !important;
	margin-left: 20px !important;
}

.well h2 {
	margin: 0 0 20px 0 !important;
}

table.no-border-bottom tbody tr {
	border-bottom: 0;
}