.green-col {
	background-color: #99CD1E !important
}
clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
footer.page-footer .footer-copyright {
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	color: #4d4d4d;
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-weight: normal;
	background-color: none;
}
nav {
	background-color: #ffffff;
}
nav .brand-logo {
	font-size: 5rem;
}
nav ul a {
	color: #c8c8c8;
}
@media only screen and (min-width: 601px) {
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
		height: 80px;
		line-height: 80px
	}
}

.card-panel {
	transition: box-shadow .25s;
	padding: 20px;
	margin: 0 0;
	border-radius: 0;
	background-color: #fff;
}
.dropdown-content li > a, .dropdown-content li > span {
	color: #d0143e;

}
.side-nav {
	width: 100%;
}
ul.side-nav.leftside-navigation li.active > a {

}
.picker__date-display {
	background-color: #d0143e !important;
}
.picker__weekday-display {
	background-color: #d0143e;
}
.picker__day.picker__day--today {
	color: #d0143e
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
	background-color: #d0143e;
}
.picker__close, .picker__today {
	color: #d0143e
}
s5ths,
.m5ths,
.l5ths,
.xl5ths {
	margin-left: auto;
	left: auto;
	right: auto;
}

.row .col.s5ths {
	width: 20%;
}

@media only screen and (min-width: 601px) {
	.row .col.m5ths {
		width: 20%;
	}
}

@media only screen and (min-width: 993px) {
	.row .col.l5ths {
		width: 20%;
	}
}

@media only screen and (max-width: 1400px) {
	#data-table-row-grouping tbody tr td{
		font-size: 14px !important;
	}

}
.clockpicker-canvas line {
	stroke: rgba(208, 20, 62,0.25);
}
.clockpicker-canvas-bg {
	fill: rgba(208, 20, 62,0.25);
}
.clockpicker-canvas-bearing {
	fill: rgba(208, 20, 62,0.75);
}


.custom-btn{
	margin-bottom: 15px;
	background: #D0143E !important;
	color: #fff !important;
	margin-right: 0 !important;

}
.custom-btn:hover{
	margin-bottom: 15px;
	background: none !important;
	color: #4d4d4d !important;

}
.chk-box{
	float: left;
}
.box{
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 20px 0 0;
	border-radius: 2px;
}
#data-table-row-grouping {
	text-align: center;
}
#data-table-row-grouping  thead{
	background: #c3c3c3;
}
#data-table-row-grouping thead th{
	text-align: center;
}
#data-table-row-grouping tbody tr{
	background: #f3f3f3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#data-table-row-grouping  tbody tr td{
	border: 1px solid #fff;
	text-align: center;
	padding:5px 15px !important;
}
#data-table-row-grouping  tbody tr td a{
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display:inline-block;
	overflow: hidden;
	padding: 0 0;
	text-align: center;
	vertical-align: middle;
}
#data-table-row-grouping  tbody tr td a i{
	padding:0;
	font-size: 12px !important;
	color: #fff;
}
.chk-box{
	color: #777;
	font-size: 16px;
	line-height: 20px;
}/*
#data-table-row-grouping  tbody tr td:nth-child(2),
#data-table-row-grouping  thead th:nth-child(2){
	text-align: left;
}*/
tr.group{
	display: none;
}
.chk-box .select-wrapper span.caret{
	height: 27px !important;
}
#data-table-row-grouping .dataTable.display tbody tr.even {
	background-color: #f9f9f9;
}
table.dataTable thead th,
table.dataTable.no-footer{
	border-bottom: 0 !important;
}
.box-holder{
	overflow: hidden;
	margin-top: 7px;
	float: left;
}
.rmv-bordr{
	border-bottom: none;
	margin-bottom: 0;
}

#data-table-row-grouping_filter{
	display: none;
}
.chk-box .select-wrapper input.select-dropdown{
	width: 100px;
}
.red-color{
	background: #d40000 !important;
}

.fa-play{
	padding: 5px 9px;
}
.style-chk input[type="checkbox"] + label::before{
	display: none;
}

.icn{
	background: #B8B8B8;
	border: none;
	left: auto !important;
	color: #fff;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 11px;
	line-height: 20px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;


}
.style-chk input[type="checkbox"] + label .icn::before{
	background-repeat: no-repeat;
	background-image: url("../../images/icon-play.png") !important;
	background-size: 12px;
	background-position: center;
	color: #f3f3f3;
	width: 22px !important;
	height: 22px !important;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
	content: '' !important;
	padding: 0 2px 0 0;
}
.style-chk input[type="checkbox"]:checked + label .icn::before{
	background-repeat: no-repeat;
	background-image: url("../../images/icon-stop.png") !important;
	background-size: 10px;
	background-position: center;
	color: #f3f3f3;
	width: 22px !important;
	height: 22px !important;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
	content: '' !important;
	padding: 0;
}
.style-chk input[type="checkbox"]:checked + label .icn{
	background: #D40000;
}

.style-chk input[type="checkbox"] + label,
.style-chk input[type="checkbox"]:checked + label{
	height: 30px !important;
	padding: 0;
	top: 0;
}


form{
	position: relative;
}
.dataTables_length{
	position: absolute;
	right: 39px;
	top: -69px;
	width: 192px;

}
.dataTables_length .select-wrapper input{
	margin-bottom: 0 !important;
	border-radius: 3px;
	background: #f5f5f5;
	height: 30px !important;
}
.dataTables_length .select-wrapper span.caret{
	background: #f5f5f5 url(../../images/icons/select-arrow.png)center no-repeat;
	height: 28px;
	z-index: 9;
	width: 28px;
	padding:0;
	top: 1px !important;

}
.dataTables_length label{
	color: #fff;
}.dataTables_length .select-wrapper{
	 color: #777;
 }
.right .chk-box span.grey-col{
	margin-right: 108px;
}

.grey-col{
	background: #BBBBBB;
}
.large-width{
	width:21.37%;
}
.medium-width{
	width:13.9%;
}
.extra-small-width{
	width:6.42%;
}

#data-table-row-grouping thead th:nth-child(1){
	width: 2% !important;
}/*
#data-table-row-grouping tbody tr td:nth-child(2){
 width: 29.5%;
}

#data-table-row-grouping tbody tr td:nth-child(3){
 width:12.5%;
}

#data-table-row-grouping tbody tr td:nth-child(4),
#data-table-row-grouping tbody tr td:nth-child(5){
 width:8.5%;
}
#data-table-row-grouping tbody tr td:nth-child(6),
#data-table-row-grouping tbody tr td:nth-child(7){
 width:4.5%;
}
#data-table-row-grouping tbody tr td:nth-child(8){
 width: 5%;
}*/
.fa-stop::before{
	font-size: 9px !important;
}
table.dataTable.display tbody tr > .sorting_1{
	background: none !important;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1{
	background: none !important;
}
#data-table-row-grouping tbody tr:hover{
	background:#C4E2FF;
}
#data-table-row-grouping tbody tr td span{
	margin: 0;
}
#data-table-row-grouping tbody tr:hover  td {
	border-color: #C4E2FF !important;
}
.fa-pencil:before{
	background-repeat: no-repeat;
	background-image: url("../../images/iconss.png") !important;
	background-size: 12px;
	background-position: center;
	color: #f3f3f3;
	width: 22px !important;
	height: 22px !important;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
	content: '' !important;
}

.fa-pencil:hover {
	background: #ccc;
	opacity: .5;
	transition: opacity 200ms linear;
	color: #fff;

}
.sorting, .sorting_asc, .sorting_desc {
	background : none !important;
}
table.dataTable thead th{padding: 10px 0 !important;}

@media only screen and (max-width: 14000px) {
	#data-table-row-grouping thead th{
		padding: 8px 15px !important;
		border-right: 1px solid #fff;
	}
}

@media only screen and (max-width: 1500px) {
	#data-table-row-grouping thead th{
		padding: 8px 5px !important;
	}
}
@media only screen and (max-width: 1300px) {
	#data-table-row-grouping tbody tr td {
		font-size: 12px !important;
	}
	#data-table-row-grouping thead th {
		font-size: 14px !important;
	}
}
#data-table-row-grouping tbody tr td.style-chk{
	padding: 5px 0 !important;
}

.chk-box .select-wrapper{
	visibility: hidden;
	opacity: 0;
}
.formType1 .custom-btn{
	height: 45px !important;
	margin: -12px 0 5px 0 !important;
	font-size: 18px !important;
	line-height: 44px !important;
	min-width: 232px !important;
	font-family: "Roboto";
	font-weight: 500;

}
.chk-box .box{
	border-radius: 0 !important;
	width: 13px !important;
	height: 13px !important;
}
.card-header h4{
	line-height: 26px;
}


.home-table thead tr,
.home-table tbody tr{
	overflow: hidden;
	overflow-y: scroll;
	display: table;
	width: 100%;
}
.home-table thead th{
	display: table-cell;
}
.home-table tbody tr td{
	height: 33px;
	cursor: pointer;
	display: table-cell;
}
.home-table tbody tr td input[type="checkbox"]:not(:checked),
.home-table tbody tr td input[type="checkbox"]:checked{
	position: static !important;
	left: auto !important;
	right: auto !important;
	visibility: visible !important;
}

.d-0{
	width:3.5% !important;
}
.d-0-1{
	width:7% !important;
}
.d-1{
	width: 14.5%;
}
.d-2{
	width: 16.5%;
}
.d-3{
	width: 11.5%;
}
.d-4{
	width: 12%;
}
.d-5{
	width: 16%;
}
.home-table .group{
	display: none;
}
.home-style table thead{
	background:#C3C3C3;
}
.home-style table thead th{
	padding: 8px 5px !important;
	color:rgba(0, 0, 0, 0.87);
	border-right: 1px solid #fff;
}
.home-style table thead tr th,
.home-style table tbody tr td{
	text-align: center !important;
}


.home-style .dataTables_length,
.home-style .dataTables_filter,
.home-style .dataTables_info,
.home-style .dataTables_paginate{
	display: none;
}

.home-style tbody tr td input[type="checkbox"]:not(:checked),
.home-style tbody tr td input[type="checkbox"]:checked{
	position: static !important;
	left: auto !important;
	right: auto !important;
	visibility: visible !important;
}
.home-style tbody tr{
	border-bottom: 1px solid #fff;
}
.home-style tbody tr,
.home-style tbody tr.odd,
.home-style tbody tr.even{
	background: #f3f3f3 !important;

}
.home-style tbody tr:hover{
	background: #C4E2FF  !important;
}

.home-style tbody tr td{
	cursor: pointer;
	padding: 9px 10px !important;
	border-right: 1px solid #fff;
}
.grey-anchor{
	background: #838383 !important;
}
.home-style tbody tr td .green-col,
.home-style tbody tr td .grey-col,
.home-style tbody tr td .orange{
	margin: 0  !important;
}

.form-error{
	color: red;
}



.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-heading {
	color: inherit;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}

.alert-block p + p {
	margin-top: 5px;
}
.collapsible-body ul li ul li a:after{
	display: none;
}
.radio-btns{
	display: inline-block;
	vertical-align: middle;
	padding:15px 25px 15px 0;
}
.select-wrapper span.caret{

	background: #f5f5f5 url(../../images/icons/select-arrow.png)center no-repeat;
	height: 20px;
	z-index: 9;
	width: 24px;
	padding: 0;
	color: #f5f5f5 !important;
	top: 7px !important;
}

.alert-danger ul li:before{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background:#b94a48;
	content: '';
	border-radius: 10px;
	margin: -3px 5px 0 0;
}
.inputGroup .select-wrapper span.caret{
	top: 0 !important;
}
.fa-trash:before{
	background-repeat: no-repeat;
	background-image: url("../../images/delete.png") !important;
	background-size: 12px;
	background-position: center;
	color: #f3f3f3;
	width: 22px !important;
	height: 22px !important;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
	content: '' !important;
}
.anchor-red i{
	padding: 0 0.5px !important;
}
.anchor-red{
	background-color: #EA0D25 !important;
	border-color: #EA0D25 !important;
}




.collapsible-body ul li ul li a.dropdown-toggle:after{
	display: block !important;
	color:#fff !important;
}
.dropdown-menu{
	padding: 0 15px;


}
.dropdown-menu li a{
	padding: 15px  5px !important;

}

.search-bar #data-table-row-grouping_filter{
	display: block !important;
	position: absolute;
	top: -45px;
}
.search-bar #data-table-row-grouping_filter label{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.search-bar #data-table-row-grouping_filter input{
	margin-bottom: 0 !important;
	border-radius: 3px;
	box-shadow: none !important;
	width: 190px !important;
	background: #f5f5f5;
	height: 30px !important;
}
.left .select2-container{
	width: 100% !important;

}
.left.inputGroup:after{
	display: none !important;
}
.left .select2-selection{
	border-color:#cccccc !important;

}
.left .select-wrapper span.caret{
	top: 0 !important;
}
.left .select2-container--default .select2-selection--single{
	border-radius: 0px !important;
	height: 2.6rem;
}
.left  .select2-container--default .select2-selection--single .select2-selection__arrow{
	background: #EFEFEF;
	width: 45px !important;
	height: 2.5rem;
}
.left  .select2-container--default .select2-selection--single .select2-selection__arrow b{
	color: #666 !important;
}
.fa-trash:before{
	padding: 0 0.45px;
}

.side-nav.fixed .collapsible-body li.active .collapsible-body ul{
	padding-left: 35px;
}

.dropdown-toggle.rotate:after{
	transform: rotate(-360deg);
}
.dropdown-toggle.rotate:after{
	transform: rotate(-269deg);
}


.span-box{
	width: 49%;
	float: left;
	border-right: 1px solid #fff;

}
.span-box1{
	width: 49%;
	float: left;
	border-right:0;
}

.pdf{
	background-repeat: no-repeat;
	border: 0;
	background-image:url(../../images/icon-export-pdf.png) !important;
	background-size: 28px;
	background-position: center;
	background-color: transparent !important;
	color: #f3f3f3;
	width: 32px !important;
	height: 32px !important;
	display: block;
	margin: 0 auto !important;
	border-radius: 0 !important;
	cursor: pointer;

}
.xls{
	background-repeat: no-repeat;
	border: 0;
	background-image:url(../../images/icon-export-xlsl.png) !important;
	background-size: 28px;
	background-position: center;
	background-color: transparent !important;
	color: #f3f3f3;
	width: 32px !important;
	height: 32px !important;
	display: block;
	margin: 0 auto !important;
	border-radius: 0 !important;
	cursor: pointer;

}

/*modal-styling*/

.modal-content .select2-container--default .select2-search--inline .select2-search__field{
	width: 100% !important;
	border:none !important;
}
.modal-content  .select2-container .select2-search--inline{
	float: none;
	display: block;
}
.modal-content .left .select-wrapper span.caret{
	top: 1px !important;
	z-index: 9;
	height: 36px;
}
.modal input.select-dropdown{
	width: 100% !important;
	height: 38px !important;
	margin-bottom: 0 !important;
}
.modal .modal-footer{
	height: 75px !important;
	z-index: 9999;
}
.modal-close{
	position: absolute;
	top: -33px;
	right: -18px;
	background: #444;
	color: #fff;
	z-index: 9999;
	border-radius: 100%;
	width: 40px;
	height: 38px;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 0;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
	float: right;
	margin: 7px 15px 0 0;
}
.modal.modal-fixed-footer{
	height: 90% !important;
	overflow: visible;
}
.modal-content{
	overflow: hidden;
}
.modal.modal-fixed-footer{
	height: 80% !important;
}
#modal1{
	transform:none !important;
}
.modal.modal-fixed-footer .modal-content{
	height: calc(100% - 80px) !important;
}
.modal-overlay{
	z-index: 1002;
	display: block;
	opacity: 0.5;
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.modal-content .formType1 .inputGroup{
	margin-bottom: 5px !important;
}
/* font-awsome-icon-styling*/
#data-table-row-grouping tbody tr td a i{
	text-align:center;
	/* important */
	min-height:22px;
	width:22px;
	white-space:nowrap;
	display: block;
}
#data-table-row-grouping tbody tr td a i:after{
	content:'';
	display:inline-block;
	height:22px; /* the same as min-height */
	width:1px;
	overflow:hidden;
	margin:0 0 0 -1px;
	vertical-align:middle;
}
#data-table-row-grouping tbody tr td a i:before{

	display:inline-block;
	vertical-align:middle;
	white-space:normal;
}


#card-stats{
	min-height: 100vh !important;
}
/*checkbox */
.checkboxGrid{
	position: static !important;
	left: 0 !important;
	visibility: visible !important;
}
.dropdown-menu li a{
	color: #333;

}
.side-nav.fixed .collapsible-body li,
.side-nav.fixed .collapsible-body li a{
	color: #4d4d4d !important;
}
ul.side-nav.leftside-navigation li.active li.highLighted a{
	color: #444 !important;
}

.side-nav .collapsible-body{
	background: none !important;
}
.picker--opened .picker__frame{
	top: 25% !important;
}
