.notification {
	width: 90%;
	padding: 16px 10px 18px !important;
}
.notification-close {
	width: 10%;
	padding: 16px 5px 18px !important;
}
.notification, .notification-close {
	float:left;
	height: 55px;
}

.notification:hover{
	text-decoration: none !important;
}

.dashboard-list {
	vertical-align:middle !important;
}

.sector-row {
	margin-bottom: 5px;
}

.sectorcodes-row {
	margin-bottom: 15px;
}

hr.sectorhr {
	margin: 10px 0;
	border-top: 1px solid #ccc;
}

.price-flash {
  margin: 20px;
}

.alert-green {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.postcodes-map {
	max-height: 330px;
	overflow-y: scroll;
}

.response-table {
	max-height: 300px;
	overflow-y: auto;
}

.responseRowNo {
	background-color: #fec4c4;
}

.responseRowYes {
	background-color: #c6fec4;
}

#monster-modal .modal-dialog {
  width: 98%;
  height: 92%;
  padding: 0;
}

#monster-modal .modal-body {
	height: 94%;
}

#monster-modal .modal-content {
  	height: 99%;
}

#monster-modal .modal-header {
	color: black;
	background-color: #f5f5f5;
	border-color: #ddd;
}

#map_canvas_view {
    height: 100%;
    width: 100%;
    text-align: center;
}

.cleanerInfoLoading {
	text-align: center;
	padding-top: 5px;
}

.interviewRowNo {
	background-color: #ff00003b;
}

.interviewRowYes {
	background-color: #0080005e;
}

.interviewRowNo , .interviewRowYes {
	border-bottom: solid 1px #0072BB;
	padding: 3px 0 3px;
}

.bookingDateChangeTable td {
	vertical-align: middle !important;
}

.ajaxEditForm label {
	padding-left: 15px;
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px !important;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Active";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Inactive";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px !important;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.resource-actions form {
    display: inline;
}

.statustd > select {
    max-width: 80%;
}

.reference-body > .row > div:first-child {
    font-weight: bold;
}

.hardcoded-status {
    background-color: pink;
}

.interviewer-row {
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid darkgrey;
}

.interviewer-row div:nth-child(-n+3) {
    padding-top: 4px;
}

.template-row:first-of-type {
    font-weight: bold;
    font-size: 14px;
}

.template-row > div {
    padding: 5px;
}

#post_select {
    margin-bottom: 12px;
}

input[type='checkbox'][name='client_status[]'], input[type='checkbox'][name='cleaner_status[]'], input[type='checkbox'][name='cleaner_postcode[]'] {
    margin-left: 10px;
}

.panel-body.replacements {
    line-height: 22px;
    margin: 0 30px;
}

.prooven {
    background-color: lightgreen;
}

.possible {
    background-color: yellow;
}

.submitted {
    background-color: tomato;
    color: white;
}

.submitted select {
    color: initial;
}

.bankRow {
    /*margin-bottom: 5px;*/
    margin: 5px;
    padding: 10px;
    line-height: 30px;
}

.bankRow .actions {
    font-size: 18px;
}

.bankRow select {
    padding: 5px;
}

.burger-toggle{
    position: absolute;
    top: 117%;
    left: 7%;
}

.holidayHdrRow{
    font-weight: bold;
}

.notification-settings-form > .form-group {
    margin-bottom: 0px;
}

.notification-settings-form > .form-group label{
    margin-bottom: 5px;
    margin-top: 5px;
}

.notification-settings-form .row:nth-of-type(even) {
  background: #d8d8d8;
}

.notification-settings-form .btn-primary {
  margin-top: 10px;
}

.reportHeader {
    color: red;
}

@media (min-width: 991px) {
    .burger-toggle {
        display: none;
    }
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-message .dropdown-menu .dropdown-menu-list > li a .details .label-icon i {
    margin-right: 2px;
    margin-left: 1px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-message .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-message .dropdown-menu .dropdown-menu-list > li a .details {
    overflow: hidden;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-message .dropdown-menu .dropdown-menu-list > li > a .time {
    background:
    #f1f1f1;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-message .dropdown-menu .dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

.add-interviewer-ajax, .edit-interviewer-ajax {
    display: none;
}

.roleName {
    display: none;
}

.statustldr {
	text-align: center;
}

.cleaner-notes {
	padding:10px;
}

@media print {
	.col-md-2 {
		width: 16.66667%;
		float: left;
	}
	.col-md-6 {
		width: 50.00000%;
		float: left;
	}
	.actions {
		display: none;
	}
}
