a {
	text-decoration: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

body {
	margin: 0px;
	font-size: 12px;
	font-family: arial;
	background: #D4D0C8;
}

#wrapper {
	max-width: 100%;
	height: 600px;
	position: relative;
	top: 0px;
	left: 0px;
}

#Logo {
	background-image: url(../img/cbc_logoLrg.png);
	display: block;
	height: 120px;
	width: 240px;
}

.text-red {
	color: #ce2e2e;
}

.alert:not(.cbc-alert-success) {
	color: red;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}

.green, .cbc-alert-success {
	color: #3c763d;
}

.cbc-bootstrap-alert-info {
    color: #004085 !important;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.cbc-bootstrap-alert-success {
    color: #155724 !important;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#content {
	position: absolute;
	display: block;
	padding: 3px;
	left: 250px;
	right: 0px;
	top: 100px;
	overflow: hidden;

	border: 1px solid black;
	border-left: 1px solid #fff;
	border-top: 1px solid #eee;
	border-radius: 4px;
}
#content.bootstrap {
	padding: 3px 3px 3px 15px;
}

div#tableWrapper,
div.tableWrapper {
	border: 1px solid #000;
	border-radius: 2px;
	height: 480px;
	overflow: auto;
	background: #fff;
}

#reportSummaryEmail div#tableWrapper,
div.tableWrapper {
	max-height: 480px;
	height: 100%;
}

fieldset div.tableWrapper {
	margin-top: 15px;
}

#tableWrapper table,
div.tableWrapper table {
	border-collapse: collapse;
	width: 100%;
}

#tableWrapper table thead,
.tableWrapper table thead,
#tableWrapper table tr.thead,
.tableWrapper table tr.thead {
	background: #B3AEA8;
}

#tableWrapper table thead tr th,
#tableWrapper table tbody tr.thead td,
#tableWrapper table tbody tr.thead th,
.tableWrapper table thead tr th,
.tableWrapper table tbody tr.thead td,
.tableWrapper table tbody tr.thead th {
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	text-align: left;
}

#tableWrapper table tbody tr td,
.tableWrapper table tbody tr td {
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	font-size: 11px;
	white-space: nowrap;
}

.tableWrapper.wordwrap table tbody tr td {
	white-space: normal;
}

#standardControls {
	position: absolute;
	left: 250px;
	top: 50px;
	right: 0px;
	width: auto;
	height: 50px;
	border: 1px solid black;
	border-left: 1px solid #fff;
	border-top: 1px solid #eee;
	border-bottom: 0px;
	border-right: 0;
	border-image: linear-gradient(to right, #eee, #D4D0C8) 1;
	white-space: nowrap;
}

#standardControls a {
	display: inline-block;
	width: 85px;
	height: 45px;
	margin: 2px;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 10pt;
	font-weight: bolder;
	text-indent: 18px;
}

.new {
	background: url('../img/standardControls_NewBg.png') no-repeat;
}

#standardControls a.back {
	background: url('../img/submenu_background.png') no-repeat;
	text-indent: 0;
}

.edit {
	background: url('../img/standardControls_EditBg.png') no-repeat;
}

.search {
	background: url('../img/standardControls_SearchBg.png') no-repeat;
}

.save {
	background: url('../img/standardControls_SaveBg.png') no-repeat;
}

#standardControls a:hover {
	color: #fff;
}

#FilterByStatusForm fieldset,
#FilterContactForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#menu {
	position: absolute;
	width: 240px;
	height: 300px;
	margin: 0 0.5em;
}

#menu a {
	position: relative;
	width: 100%;
	height: 55px;
	display: block;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bolder;
	color: #000;
	background: url('/img/menu_background.png') no-repeat;
	margin-top: 3px;
}

#menu a.selected,
#menu a:hover {
	color: #fff;
}

#subMenuContainer {
	position: absolute;
	top: 27px;
	left: 250px;
	height: 25px;
}

#subMenuContainer #subMenu a {
	font-size: 11px;
	color: #000;
	margin-right: 1px;
	line-height: 25px;
	text-align: center;
	padding: 3px;
	border: 1px solid black;
	border-left: 1px solid #fff;
	border-top: 1px solid #eee;
	border-bottom: 0px;
}

#subMenuContainer #subMenu a:hover {
	color: blue;
}

.DetailsBox {
	padding: 0 10px 10px 10px;
	margin: 5px;
	min-width: 200px;
	min-height: 280px;
	float: left;
	border: 1px solid black;
	border-left: 1px solid #fff;
	border-top: 1px solid #eee;
}

.DetailsBox h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.DetailsBox h3 {
	font-size: 12pt;
	margin: 0px;
}

.DetailsBox p {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}


div#tableWrapper tr:not(.thead):not(.red):not(:hover):nth-child(even),
div.tableWrapper tr:not(.thead):not(.red):not(:hover):nth-child(even) {
	background: #f8f8ff;
}

div#tableWrapper tr:hover,
div.tableWrapper tr:hover {
	color: #000000;
	background-color: #d1e5ff;
}

tr.gold {
	background-color: Gold;
}

tr.gold a {
	color: #999;
}

tr.red {
	background-color: #E02222;
	color: #fff;
}

tr.red a {
	color: #ddd;
}

tr.red:hover a {
	color: #000;
}

tr.blue {
	background-color: blue;
	color: #fff;
}

tr.bluetext {
	color: blue;
}

tr.red a {
	color: #ddd;
}

td a {
	color: #0E77BB;
}

td.gold {
	background-color: Gold;
}

td.gold a {
	color: #999;
}

td.red {
	background-color: #E02222;
	color: #fff;
}

td.red a {
	color: #ddd;
}

td.red:hover a {
	color: #000;
}

td.blue {
	background-color: blue;
	color: #fff;
}

td.bluetext {
	color: blue;
}

td.red a {
	color: #ddd;
}

td a {
	color: #0E77BB;
}

/*Assign Visits*/

.viscontainer {
	width: 100%;
	border: 1px solid #000;
	border-radius: 3px;
	margin: 10px 0;
	cursor: -webkit-zoom-grab;
	cursor: grab;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccdce+0,dddddd+50,d3d3d3+51,e5e7e8+100 */
	background: #cccdce;
	/* Old browsers */
	background: -moz-linear-gradient(top, #cccdce 0%, #dddddd 50%, #d3d3d3 51%, #e5e7e8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccdce 0%, #dddddd 50%, #d3d3d3 51%, #e5e7e8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccdce 0%, #dddddd 50%, #d3d3d3 51%, #e5e7e8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccdce', endColorstr='#e5e7e8', GradientType=0);
	/* IE6-9 */
}

.viscontainer:active,
.viscontainer.ui-draggable-dragging {
	cursor: -webkit-zoom-grabbing;
	cursor: grabbing;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.37);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.37);
	z-index: 1;
}

.ui-sortable-placeholder {
	width: 100%;
	height: 75px;
	border: 1px dashed #000;
	border-radius: 3px;
}

.droppable {
	width: 100%;
	text-align: center;
	border-radius: 8px;
	color: #000;
	padding: 2%;
	text-decoration: none !important;
	width: 95%;
	min-height: 100px;
}

.droppableContainer {
	float: none;
	width: 100%;
	list-style: none;
}

#users {
	float: left;
}


#arrow {
	position: absolute;
	right: 10px;
	display: block;
	text-align: center;
	width: 60px;
	pointer-events: none;
}

.visitLegend {
	font-weight: bold;
	font-size: 20px;
}

#VisitSelector {
	margin-left: 1.1em;
}

/*Diary*/

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	z-index: 10000;
	font-size: 14px;
}

.ui-dialog-title {
	font-size: 16px;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

#dialogTable {
	text-align: center;
	border-collapse: collapse;
	margin: auto;
	width: 95%;
	padding-top: 5px;
}

#dialogTable thead th,
#dialogTable tbody td {
	border: 1px solid #9d9d9d;
}

#dialogTable tbody td a:link {
	color: #0E8EAB;
	text-decoration: underline;
}

#dialogTable tbody td a:hover {
	color: blue;
	text-decoration: underline;
}

#dialog #tableWrapper {
	background-color: #F7F7F7;
}

#content form .mailOptionBlock input[type="checkbox"] {
	float: none;
	margin: 0px;
	display: inline;
}

#content form .mailOptionBlock input[type="text"] {
	float: none;
}

#content form .mailOptionBlock label {
	margin: 0px;
	display: inline;
	float: none;
}

#reportSummaryEmail input[type="checkbox"] {
	width: auto;
	margin: 0.25em;
}

.NotificationSuccess {
	background-color: #C8D4C8;
	border: 1px solid #7ECF7E;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	border-radius: 4px;
}

.wordwrap {
	white-space: normal;
}

#fancybox-outer {
	background-color: #D4D0C8 !important;
}

.fancybox-title-float {
	top: 0px;
	bottom: auto;
}

.required {
	color: #E02222;
}

.bootstrap-on {
	display: none;
}

.inspectionHeading {
    font-weight: bold;
}

.inspectionHeading.panel-title {
    display: block;
    font-size: 140%;
    margin-bottom: 10px;
}

.inspectionHeading.blue {
	color: #337AB7;
}

.inspectionHeading a:hover {
	text-decoration: underline;
}

.panel {
    margin-bottom: 20px;
}

abbr[title] {
    cursor: help;
	border-bottom: 1px dotted #333;
}

.mobile-on {
    display: none;
}

.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}