/*
	TonyHerman.com	  
*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background:#fff;
	color:#0f0f0f;
	line-height:normal;
	font-weight:normal;
	padding: 0;
	margin: 0;
}

a:link {color: #0f0f0f}
a:visited {color: #0f0f0f}
a:active {color: #0f0f0f}
a:hover {text-decoration: none}

h2 { margin-top: 5px; font-size: 20px; font-weight: bold; }

p {
	display: block;
	padding-right:0px;
}
#wrapper { 
	margin: 0 auto;
	width:100%;
	height: auto;
	display: block;
}
form.mainb_login_form {
    min-height: 300px;
}

form.mainb_login_form tr td {
    width: 50%;
}
form.mainb_login_form tr td:first-child {
    width: 37%;	
}
form.mainb_login_form tr td input[type="text"], form.mainb_login_form tr td input[type="password"] {
    min-height: 20px;
    padding: 5px 8px;
    font-size: 17px;
    color: #000;
}
.clsTopHeader {
    overflow: hidden;
}
#header {
	color: #990000;
	height: 154px;	
	margin: 0px 0px 0px 0px;
	background: url(images/header_bg.jpg);
}
#header a {
	color: #000;
	text-decoration: none;
}
#links {
	color: #333;
	width: 800px;
	float: left;
	padding: 10px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	background: #fff;
	text-align: center;
}
#nav {
	clear:both;
	float:right;
}
#nav a {
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	margin-right:23px;

	position:relative;
}
#nav a:last-child{
	margin-right:0;
}
#nav a::before{
	border-bottom: 3px solid #a51720;
    content: "";
    display: inline-block;
    height: 1em;
    left: 0;
    margin-top: 10px;
    opacity: 0;
	bottom:-3px;
    position: absolute;
    transform: scale(0, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
}
#nav a:hover::before{
    opacity: 1;
    transform: scale(1);
}
#nav a:hover {
	text-decoration: none;
}
#rightcolumn {
	color: #000;
	margin: 0px;
	padding:0;
	height: 100%;
	background: #fff;
}

#footer {
    clear: both;
    color: #fff;
    margin: 10px 0px 0px 0px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background: #0e0e0e;
    line-height: 20px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
table {
	width:100%;
	text-align:center;
}
table.padded-table {
    background-color: #f3f3f3;
    text-align: center;
}
table.padded{
	width:90%;
	border: thin solid #666;
	background-color: #eee;
	text-align:center;
}
.tbl_hdr {
	color: #0f0f0f !important;
	background-color: #cccccc !important;
	font-weight: 500;
	text-transform:uppercase;
}
.tbl_hdr a{
	text-decoration:none;
}
table.padded-table tr.tbl_hdr:hover a{
	color: #0f0f0f !important;
}
/*table.padded-table.padded-hover tr:hover a{
	color:#fff !important;
}*/
table.padded-table.no-hov tr:hover a{
	color:#000 !important;
}
table.padded-table tr:nth-child(odd){
	background: #f3f3f3;
}
table.padded-table tr:nth-child(even){
	background: #FFF;
}
table.padded-table.padded-hover tr:hover {
	background-color: #fafafa;
}
table.padded-table.no-hov tr:hover {
	color: #000;
	background: none;
}

table.padded-table td { 
padding:15px;
max-width:240px;
}

.negative  {
color:red;
padding: 11px 4px;
}
.negative.no-hov:hover {
    color: red;
}
.negative:hover {
color:red;
}
.right{
text-align:right;
}

#wrapper1{
padding-left:20px;
text-align:center;
}

#client_list{
width:300px;
float:left;
}

#template_list{
float:left;
width:300px;
}

.small{
font-size:10px;
}

#block_balance{
padding-left: 10px;

}

#client_name{
padding-left: 10px;

}


.header_links {
	font-size: 10px;
	color: #000000;
}
.header_links a:link, .header_links a:visited, .header_links a:active
{
	text-decoration:underline;
	color: #000000;
	font-size: 10px;
}
.header_links a:hover
{
text-decoration:none;
color: #000000;
	font-size: 10px;
}
#header #wrapper{
	background:transparent;
}
.clsLogo {
    padding-top: 45px;
	float:left;
}
.clsHeaderMenu{
	float:right;
}
.clsHeaderMenu.main_login_page{
	padding-top: 65px;
}
.header_link_copy_cont a.clsRedBtn {
	width: auto;
}
.clsRedBtn{
	background:#a51720;
	width:210px;
	height:39px;
	font-size:18px;
	color:#fff !important;
	text-align:left;
	padding:0 22px;
	line-height:39px;
	margin:28px 0;
	float:right;
	font-family: 'Exo', sans-serif;
	font-weight:500;
	border-radius:2px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	transition: all 0.35s ease 0s;
}
.clsRedBtn span{
	margin-right:12px;
}
.clsRedBtn:hover{
	background:#fff;
	color:#333 !important;
}
.clsBreadcrumb {
    color: #747474;
    font-size: 14px;
	border-bottom:1px solid #e1e1e1;
    padding: 12px 0;
}
.clsBreadcrumb a{
	color:#a51720;
	background:url(images/breadcrumb_sep.png) no-repeat right center;
	padding-right:11px;
	margin-right:6px;
}
#rightcolumn h2{
	font-family: 'Exo', sans-serif;
	font-size:36px;
	color:#a51720;
	font-weight:500;
	padding:35px 0;
	margin-bottom:0;
}
#rightcolumn h2.admin_page_heading{
	padding: 35px 0 0 0;
}
.admin_page_webs_domn {
    padding: 0px;
    margin: 0px 10px 40px 0px;
    display: block;
    text-align: center;
    font-size: 15px;
}
table.padded-table td:last-child{
	text-align:left !important;
}
form.mainb_login_form input[type="submit"]:hover {
	background: #0e0e0e;
}
form.mainb_login_form input[type="submit"] {
    background: #a51720;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 17px;
    font-family: 'Exo', sans-serif;
    transition: all 0.35s ease 0s;
    border-radius: 2px;
}
.clsResponsiveTable {
    max-width: 100%;
    overflow-x: scroll;
}
span.mobile_menu_ic {
	display: none;
}
.button_cont input[type="submit"]:hover, .button_cont input[type="button"]:hover {
	background: #fff;
	color: #333;
    border: 1px solid #333;
}
.button_cont input[type="submit"], .button_cont input[type="button"] {
    background: #a51720;
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}
.set_min_ht {
    min-height: 400px;
}
table.padded-table input[type="text"], table.padded-table input[type="email"], table.padded-table input[type="text"], table.padded-table textarea {
    max-width: 86%;
    border: 1px solid #ccc;
    min-height: 22px;
    padding: 3px;
}
table.padded-table select {
    border: 1px solid #aaa;
    padding: 3px;
    font-size: 15px;
}
p.header_links_1 {
 	margin-bottom: 50px;
    text-align: center;
}
p.header_links_1 a {
    border: 1px solid #ddd;
    padding: 8px 10px 8px 25px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    margin: 0px 11px 10px 11px;
    display: inline-block;
}
p.header_links_1 a:hover {
    border: 1px solid #aaa;
}
p.header_links_1 a.bl_back_view_bl {
	background: url("https://www.maintenanceblocks.com/template/images/spyglass.png") no-repeat left 6px center;
}
p.header_links_1 a.bl_back_view_cl_page {
	background: url("https://www.maintenanceblocks.com/template/images/specialist-user.png") no-repeat left 6px center;
}
p.header_links_1 a.bl_back_view_cnt {
	background: url("https://www.maintenanceblocks.com/template/images/phone-book.png") no-repeat left 6px center;
}
p.header_links_1 a.bl_back_edit_cl {
	background: url("https://www.maintenanceblocks.com/template/images/pencil-edit-button.png") no-repeat left 6px center;
}
p.header_links_1 a.bl_back_new_ent {
	background: url("https://www.maintenanceblocks.com/template/images/contract.png") no-repeat left 6px center;
}
table.padded-table tr.approved_sched_row {
    background: #fde9a7;
}
table.padded-table tr.approved_sched_row:hover, table.padded-table tr.approved_sched_row:hover a {
    color: #000 !important;
}

@media(min-width:1200px){
	#wrapper{
		max-width:1080px;
	}
}
@media (min-width:1100px) and (max-width:1199px){
	#wrapper{
		max-width:1000px;
	}
}
@media (min-width:1024px) and (max-width:1099px){
	#wrapper{
		max-width:900px;
	}
	.clsLogo img {
		max-width: 380px;
	}
	#nav a{
		font-size:14px;
	}
	table.padded-table td{
		font-size:13px;
	}
}
@media (min-width:981px) and (max-width:1023px){
	#wrapper{
		max-width:900px;
	}
	.clsLogo img {
		max-width: 380px;
	}
	#nav a{
		font-size:14px;
	}
	table.padded-table td{
		font-size:13px;
	}
}
@media (min-width:768px) and (max-width:980px){
	#wrapper{
		max-width:700px;
		overflow:hidden;
	}
	.clsLogo img {
		max-width: 320px;
	}
	#nav a{
		font-size:14px;
	}
	table.padded-table td{
		font-size:12px;
		max-width: 130px;
		padding: 12px;
	}
	.clsRedBtn{
		width:auto;
		font-size:16px;
	}
	#nav a{
		margin-right:20px;
		font-size:13px;
	}
	#rightcolumn h2{
		font-size: 26px;
		padding: 15px 0;
	}
}
@media (min-width:768px){
	.header_link_copy_cont {
	    min-height: 76px;
	}
}
@media (max-width:767px){
	#wrapper{
		max-width:90%;
	}
	#header{
		height:auto;
		padding:15px 0;
	}
	.clsLogo img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.clsLogo{
		padding:0;
	}
	.clsLogo, .clsHeaderMenu, .clsRedBtn, #nav{
		float:none;
		text-align:center;
		margin:0 auto;
	}
	.clsHeaderMenu.copy_cont #nav a {
	    width: 100%;
	    display: block;
	    text-align: left;
	    margin: 10px 0px;
	}
	.clsHeaderMenu.copy_cont .header_link_copy_cont, .clsHeaderMenu.copy_cont #nav {
	    margin: 20px 0px;
	}
	span.mobile_menu_ic {
	    background: url('https://www.maintenanceblocks.com/template/images/menu-button.png') no-repeat;
	    display: block !important;
	    width: 130px;
	    height: 30px;
	    cursor: pointer;
	}
	span.mobile_menu_ic:after {
	    content: "Menu";
	    position: relative;
	    top: 4px;
	    font-weight: bold;
	    font-size: 21px;
	}
	.clsHeaderMenu.copy_cont .header_link_copy_cont,
	.clsHeaderMenu.copy_cont #nav {
		display: none;
	}
	.clsHeaderMenu.copy_cont {
	    margin-top: 20px;
	}
}

#cstmList {
background: #FFFFFF;
color: #000000;
border: 1px solid #A9A9A9;
min-width: 80px;
margin-bottom: 20px;
padding: 5px;
}
.mainNegative {
    overflow: hidden;
    margin: 0 0 20px 0;
}
#cstmNegativeTime {
    float: left;
}
#activeNegativeTime {
    float: left;
    margin: 0 0 0 15px;
}
#negative_period_count {
    height: 25px;
    padding: 0 10px;
    border: 1px solid #ccc;
}
.btnNegative{
    background: #a51720;
    border: none;
    height: 25px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.leftNegative{
float: left;
}
.rightNegative{
float: right;
}
@media (max-width:678px){
#activeNegativeTime {
    float: none;
    margin: 15px 0;
    padding-top: 10px !important;
}
.mainNegative div {
    float: none;
}
.leftNegative {
overflow: hidden;
}
.rightNegative{
padding-top: 10px !important;
}
}
.cstmTitle{
display: block;
color: #A51720;
font-weight: bold;
padding-bottom: 5px;
}
.btnGo {
    background: #a51720;
    border: none;
    height: 36px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-control {
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width:440px){
.input-group.input-daterange {
    display: block;
}
#sdate, #edate {
    width: auto;
}
.btnGo {
    margin-top: 10px;
    margin-left: 10px;
}
}

/* Back to Top button styles */
#backToTop {
  display: none;
  position: fixed;
    bottom: 40px;
    right: 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#backToTop:hover {
  background-color: #fff;
}
#backToTop:focus {
  outline:none;
}

/* Favourite client list styles */

.margin-right{
	margin-right: 15px;
    vertical-align: middle;
}

.cursor-pointer{
	cursor:pointer;
}
.favourite-row{
	background-color:#e6ecff !important;
	border-bottom:1px solid #ccc;
}
#clientListTable table.padded-table td:nth-child(5) {
  word-wrap: break-word;
  max-width: 145px;
}

#domainList {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #A9A9A9;
	min-width: 80px;
	margin-bottom: 20px;
	padding: 5px;
	max-width: 170px;
}

.search-input {
	display: inline-block;
	width: 80%;
	padding: 6px;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top:25px;
}

.search-input::placeholder{
color:#767676;
}

.search-input:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255/ 25%);
}

.desc-search {
	cursor: pointer;
	vertical-align:middle;
}
.search-btn{
background: #a51720;
    padding: 6px 10px 8px 10px;
    margin-left: 8px;
    border-radius: 3px;
}
.clsAvoid {
	text-decoration: line-through;
}

.clsUnavoid {
	text-decoration: none;
}

.clsVoidBtn {
	text-decoration: underline;
}

.voidUnvoid {
	text-decoration: underline;
}

.btnVoidUnvoid {
	width: 80px;
}

.voidUnvoid:hover {
	text-decoration: none;
	cursor:pointer;
}

.void-modal .modal-dialog {
	max-width: 500px;
}

.void-modal .modal-header {
	padding:8px;
}

.void-modal .modal-header .modal-title {
	padding: 15px 15px 0px 15px;
	margin-top:8px;
	width:100%;
}
.void-modal .modal-header .modal-title span{
display:inline-block;
}

.void-modal .modal-content {
	box-shadow: 2px 2px 15px #ccc;
	background:#f9f9f9;
	border: 1px solid #f2f2f2;
}

.void-modal .modal-body {
	padding: 25px;
}

.void-modal .footer {
	padding: 15px 15px 10px 15px;
}

.void-modal .modal-header .close {
	padding: 22px;
	opacity: 1;
	outline:none;
}

.void-modal .modal-header .close:hover {
	opacity: 1;
}
.void-modal .modal-header {
	border-bottom:none;
}
.block-note-ctn {
	display: none;
}

.note-info {
	position: relative;
	cursor: pointer;
	margin-right: 0px;
}

.note-info:hover>.block-note-ctn {
	display: inline-block;
}

.block-note-ctn {
	position: absolute;
	right: 0px;
	bottom: 20px;
	padding: 10px;
	box-shadow: 2px 2px 15px #ccc;
	background: #fff;
	width: 500px;
	border-radius: 5px;
	opacity: 1;
}

textarea:focus {
	outline: none;
}

table.padded-table td:last-child {
	min-width: 120px;
}

.model-label {
	font-weight: 600;
}

.void-modal .modal-footer {
    margin-left:10px;
	margin-bottom:10px;
    border-top: 0px;
	padding-top: 0px;
	justify-content: flex-start;
}
.modal-dialog{
	cursor:pointer;
}

.cls-padding{
	margin-top: 5px;
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
}
.void-modal .modal-footer button{
width:80px;
}

/* Toggle button style start*/

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #a51720;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.cursor-pointer{
	cursor:pointer;
}
.clsVoidedContainer{
	text-align:right;
	margin: 20px 20px;
}
/* Toggle button style end */

.ql-editor {
  min-height: 300px;
}