.breadcrumbs {
	float: right;
	font-size: 0.7em !important;
}

.grid-view .button-column {
	width: 85px !important;
	
}

.grid-view .table {
	width: 99% !important;
}
/* .grid-view .table thead th{
	color: #fff !important;
} */

.note {
	color: red;
}
.cancelled
{
	color:red;
}
.grid-view .summary {
	margin: 5px 10px 4px 0px !important;
}

.modal {
	position: fixed;
	top: 50px !important;
	left: 0;
	z-index: 3050;
}

.yiiTab div.view {
	border: 0px !important;
}

.delete {
	display: none !important;
}

.errorMessage {
	color: red !important;
}

.grid-view table.items tr.odd {
	background: #a1bbff;
}

.grid-view table.items tr.even {
	background: #d4dffa;
}

.grid-view table.items tbody tr:hover {
	background: #729afd;
}

.apexcharts-tooltip.light .apexcharts-tooltip-title {
	background: rgb(0, 143, 251) !important;
	border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip-text-label {
	color: #000 !important;
}

.apexcharts-tooltip-text-value {
	color: #000 !important;
}

.mmf_table {
	width: 100% !important;
	margin-top: 10px !important;
	color: #fff !important;
}

.buttons {
	background-color: #3f6ad8;
	color: #fff;
	border: 1px solid #3f6ad8;
	padding: 5px 10px;
}
.formbtn{
	margin-left: 15px;
}
.pointer{
    cursor: pointer;
}
table.mmf_table th, table.mmf_table td {
	text-align: center !important;
	/* background: #6582cf !important; */
  }
  .trackingrow .grid-view table thead th {
	background: #6582cf;
	color: #fff !important;
  }
  .mmf_table thead th {
	background: #6582cf;
  }
.SubFormData {
	width: 100% !important;
}
.btn{
	padding: 5px 12px !important;
}
.flagentryinput{
	margin-top: 5px !important;
  	margin-bottom: 5px !important;
}
.extrasmbtn{
	padding: 2px 8px !important;
}
.spanner {
	position: fixed;
	top: 50%;
	left: 0;
	background: #2a2a2a55;
	width: 100%;
	display: block;
	text-align: center;
	height: 450px;
	color: #FFF;
	transform: translateY(-50%);
	z-index: 1000;
	visibility: hidden;
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #ffffff;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

.show{
	visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}