body{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height:1.6em;
	min-width:1024px;
}


#container{
	width:100%;
	background:#eee;
}

.form-container{
	background: #fff;
    /*box-shadow: 1px 1px 4px #ccc;*/
    border:1px solid #ddd;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top:40px;
}


.box-width{
	min-width:1024px;
	width:80%;
	margin:0 auto;
}

.block-padding{
	padding:70px 0px;
}

.inner-padding{
	padding:30px;
}


.dash-grid{
	padding-top:20px;	
}

.user-data-grid{
	background:#fff;
	padding:30px;
	margin-bottom:15px;
	width:200px;
	float:left;
	height:40px;
	margin-right:15px;
	border-radius:3px;
	border:1px solid #ddd;
}

.user-data-grid h3{
	margin-top:0px;
	margin-bottom:5px;
}

.clear{
	clear:both;
}

.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}

.left{
	float:left;
}

.right{
	float:right;
}

#header{
	background:#fff;
	/*box-shadow:1px 1px 10px #bbb;*/
	border-bottom:1px solid #ddd;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:19999;
}

.header-inner{
	padding:15px;
}

#main-menu-cta {
    float: left;
    margin-right: 12px;
    cursor: pointer;
    font-size: 1.8em;
    color: #888;
    margin-top: 9px;
}

#header-logo{
	float:left;
}

#header-logo a{
	text-decoration:none;
	border:none;
}

#header-logo img{
	height:40px;
}

#header-menu{
	float:right;
	margin-top:10px;
}

#header-menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

#header-menu ul > li{
	float:left;
	margin-left:30px;
}

#header-menu ul > li > a{
	text-decoration:none;
	font-size:15px;
	color:#555;
}

#header-menu ul > li > a:hover{
	color:#ff982c;
}

.header-top-margin{
	height:67px;
}

#header-drawer{
	float:right;
	margin-top:5px;
	display:none;
	
}

#banner{
	background:#77449d;
}

#banner .bx-wrapper{
	background:none !important;
}

.banner-item-title{
	color:#fff !important;
	text-align:left !important;
	text-transform:none !important;
	font-size:30px !important;
}

.banner-item-desc{
	color:#fff !important; 
	text-align:left !important;
	font-size:18px;
	line-height:25px;
	width:70%;
}

.banner-left{
	width:68%;
	float:left;
}

.service-h1-title{
	padding:35px 0px;
	margin:0px;
	font-size:2em;
	text-align:center;
	font-weight:normal;
}

.banner-right{
	width:30%;
	float:right;
	margin-left:2%;
}

#service-banner{
	background:#dcdcdc;
	height:300px;
}

#service-banner #enquiry-form{
	border:1px solid #ccc;	
}

#service-banner .bx-wrapper{
	    max-width: 100%;
    border: 5px solid #fff;
    border-radius:4px;
}

#data-container{
	min-height:700px;
}

.registration-block{
	background:#f5f5f5;
	padding:30px;
	width:700px;
	border:1px solid #ddd;
	border-radius:5px;
	margin:0 auto;
	margin-top:30px;
}

.success-block{
	background:#fff;
	padding:30px;
	width:700px;
	border:1px solid #ddd;
	border-radius:5px;
	margin:0 auto;
	margin-top:30px;
}

.form-block{
}

.form-block > h2{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	font-size:19px;	
	font-weight:normal;
}

.form-row{
	margin-top:10px;
}

.form-column{
	margin-right:20px;
	float:left;
}

.form-column label{
	display:block;
	margin-bottom:5px;
	font-size:12px;
	color:#555;
}

.form-column label > i{
	font-size:11px;
	color:#555;
}


.form-input{
		border:1px solid #bbb;
		padding:10px;
		font-size:15px;
		border-radius:3px;
		box-shadow: inset 1px 1px 5px #eee;
		color:#333;
		width:300px;
		outline-color: #ff6200;
		background: #fff;
	}

.form-select{

	border:1px solid #bbb;
		padding:10px;
		font-size:15px;
		border-radius:5px;
		box-shadow: inset 1px 1px 5px #ccc;
		color:#555;
		width:300px;
		background:#fff;
		outline-color: #be7cff;

}

.form-radio{
		border:1px solid #bbb;
		padding:7px 12px 7px 7px;
		font-size:13px;
		border-radius:5px;
		color:#555;
		display:inline-block !important;
		cursor:pointer;
	}

.form-radio:hover{
		border-color: #be7cff;
	}

.radio-label{
	margin-bottom:7px;
	font-size:13px;
	color:#555;
}

.form-button{
	background: #e44d98;
    border: 1px solid #e0358b;
    border-radius: 2px;
    padding: 10px 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    outline-color: #c72d7a;
    margin-right: 5px;
    font-weight: 600;
    margin-top: 5px;
	}

.form-button:active{
		opacity:.8;
	}
	
.small-button{
	padding:3px 10px;
	font-size:12px;
}
	
.micro-button{
	padding:1px 5px;
	font-size:11px;
}	
	
.bg-green{
		background:#53AF01 !important;
		border-color:#449000 !important;
	}

.bg-secondary{
		background:#a077cc !important;
		border-color:#8C5CBE !important;
	}

.bg-grey{
		background:#999 !important;
		border-color:#7d7d7d !important;
	}
	
.bg-transparent{
	background:#fff;
	border:1px solid #aaa;
	color:#888;
}

label.error{
	display: block;
  font-size: 11px;
  color: rgb(230, 99, 99);
  font-style: italic;
  padding-top: 5px;
}

label.form-radio label {
    position: absolute;
    margin-top: 5px;
    
 }
 
 .req{
	color:red;
 }

.val-error {
    margin-top: 5px;
    font-style: oblique;
    color: #ff5858;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}

#footer{
	padding:20px;
	text-align:center;
	background:#262020;
	color:#f5f5f5;
	font-size:12px;
}

h1.success-title{
	margin-top:0px;
	color:#73c310;
}

.success-block span{
	font-size:15px;
	color:#555;
}

.micro-input{
		width:auto !important;
		padding:3px !important;
		font-size:10px !important;
		font-weight:normal !important;
		text-transform:none !important;
		border-radius:2px !important;
	}


#enquiry-form{
	background:#fff;
	border-radius:4px;
}

#enquiry-form .form-button{
	width:100% !important;
	height:50px;
	font-size:17px;
}

#enquiry-form .h1-title{
	margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    color: #234776;
}

.form-div form{
	margin-bottom:0px;
}

.categories-container{
	text-align:center;
}

#categories{
	background:#fff;
}

.block-padding h2{
	text-align:center;
	margin-bottom:40px;
	margin-top:0px;
	font-size:1.5em;
	color:#555;
	text-transform:uppercase;
}

.cat-item{
	display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 23px;
    padding: 15px 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 165px;
}

.cat-item img{
	display:inline-block;
	height:50px;
}

.cat-item span{
	display:block;
	margin-top:10px;
	font-size:13px;
}

.howitworks-item{
	background:#fff;
	float:left;
	width:30%;
	margin-left:1%;
	margin-right:1%;
	border-radius:4px;
	text-align:center;
	margin-bottom:20px;
}

.howitwork-info{
	opacity:.7;
}

.howitworks-item img{
	height:40px;
	opacity:0.6;
}

.howitwork-inner{
	padding:25px;
}


#about-us{
	background:#fff;
}

.aboutus-left{
	float:left;
	width:35%;
	text-align:center;
}

.aboutus-right{
	float:left;
	width:60%;
	padding-top: 10px;
    font-size: 17px;
    color: #555;
    line-height: 29px;
}

.aboutus-right > h2{
	text-align:left;
	margin-bottom:25px;
}

.read-more{
	margin-top:20px;
}

.service-block{
	background:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	margin-top:20px;
	padding:25px;
}

.service-content-title{
	margin-top:0px;
	margin-bottom:20px;
	text-transform:uppercase;
	color:#333;
	font-size:17px;
}

.service-content{
	color:#555;
}

.service-content ul li{
	margin-bottom:15px !important;
}

.call-now{
	font-size:15px;
	font-weight:bold;
	color:#9c17ff;
}

.aboutus-content{
	text-align:center;
	font-size:17px;
	line-height:25px;
	color:#444;
	padding:0px 50px;
	padding-bottom:50px;
}

.our-team{
	text-align:center;
}

.team-member{
	width:80%;
	margin:0 auto;
	margin-bottom:30px;
	text-align:left;
	padding:20px;
	background:#f9f9f9;
	border-radius:5px;
	
}

.team-member-pic{
	float:left;
	width:20%;
}

.team-member-pic img{
	width:120px;
	border-radius:120px;
	border:3px solid #fff;
}

.team-member-name{
	float:left;
	width:80%;
}

.team-member-name h3 > span{
	font-weight:normal;
	font-size:14px;
}

.team-member-name p{
	color:#555;
}

.success-content{
	background:#fff;
	padding:50px;
	text-align:center;
	border:1px solid #31ff00;
	width:80%;
	margin: 0 auto;
}


ul.footer-menu{
	list-style:none;
	padding:0px;
	margin:0px;
}

ul.footer-menu > li{
	float:left;
	margin-left:30px;
}

ul.footer-menu > li > a{
	text-decoration:none;
	font-size:14px;
	color:#ddd;
}

ul.footer-menu > li > a:hover{
	color:#fff;
}

.page{
	padding:40px 0px;
}

h1.page-title{
	font-size:25px;
	margin-top:0px;
	margin-bottom:30px;
	text-align:center;
	font-weight:normal;
}

.page-content{
	line-height:20px;
	color:#333;
}

#login-block{
	padding-top: 150px;
    background: url(../images/login_bg.png);
    background-size: cover;
    min-height: 550px;
}

#login-form{
	
	width:310px;
	background:#fff;
	padding:40px;
	border: 1px solid #ddd;
	text-align:center;
}

#login-form .h1-title{
	margin-top: 0px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 26px;
}

.module-block{
	padding:20px;
}

/* #commented width: 25% by Prashanth*/
.module-title{
	float:left;
	/* width:25%; */
	width:30%;
	font-size:19px;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:30px;
}

.module-action-items{
	float:right;
	width:64%;
	text-align:right;
}

.module-content-section{
	background:#fff;
	padding:20px;
	border-radius:3px;
	border:1px solid #ddd;
}

.table-container table {
    font-family: 'Open Sans', sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

.table-container td, .table-container th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px 8px;
    border-left: 0px;
    border-right: 0px;
}

.table-container tr:nth-child(even) {
    background-color: #f5f5f5;
}

.blocks-right{
	text-align:right !important;
}

.form-container .h1-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 17px;
    text-transform: uppercase;
    color: #555;
}

.status-message{
	background: #fffccf;
    padding: 18px 15px;
    color: #e32987;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 19999;
    text-align: center;
    font-size: 12px;
    box-shadow: 0px 0px 10px #cecece;
    display:none;
}


#drawer-menu {
    background: #fff;
    box-shadow: 1px 1px 9px #cccccc;
    position: fixed;
    top: 70px;
    left: 0px;
    height: 100%;
    display: none;
    z-index: 400;
    overflow-y:auto;
    
}

#main-nav {
    width: 300px;
    
    padding-bottom:100px;
}

.main-nav-item {
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    font-size: 13px;
    display:block;
    text-decoration:none;
    color: #555;
}

.main-nav-item:hover{
	background:#ef1878;
	color:#fff;
}

.nav-item-icon {
    float: left;
    margin-right: 10px;
    
    margin-top:5px;
}

.nav-item-label {
    float: left;
}


.validation-errors p{
	font-size: 12px;
    color: #444;
    border: 1px solid #ffadad;
    padding: 3px 8px;
    border-radius: 3px;
}

.form-left{
	width:33%;
	float:left;
}

.form-right{
	width:33%;
	float:right;
}

.pagination-buttons{
	border-radius:30px;
}

.data-pagination{
	text-align:center;
	padding:10px 0px;
}

.status-new{
	background: #ffffff;
    display: inline-block;
    border: 1px solid #4790ff;
    border-radius: 3px;
    padding: 0px 3px;
    font-size: 11px;
}

.status-complete{
	background: #ffffff;
    display: inline-block;
    border: 1px solid #4790ff;
    border-radius: 3px;
    padding: 0px 3px;
    font-size: 11px;
}

.status-assigned{
	background: #ffffff;
    display: inline-block;
    border: 1px solid #4790ff;
    border-radius: 3px;
    padding: 0px 3px;
    font-size: 11px;
}

.status-cancelled{
	background: #ffffff;
    display: inline-block;
    border: 1px solid #4790ff;
    border-radius: 3px;
    padding: 0px 3px;
    font-size: 11px;
}


#ajax-loader{
		background:rgba(256,256,256,.8);
		text-align:center;
		position:fixed;
		height:100%;
		width:100%;
		z-index:750;
		top:0px;
		display:none;
}

#ajax-loader img{
		 margin-top:15%;
	}

#ajax-content-loader{
	text-align:center;
	display:none;
	padding:250px 0px;
}

#black-shade{
		position:fixed;
		width:100%;
		height:100%;
		top:0px;
		background:rgba(256,256,256,.8);
		z-index:500;
		display:none;
	}
	
#popup{
		z-index:550;
		position:fixed;
		top:100px;
		width:750px;
		left:0px;
		right:0px;
		margin:0 auto;
		display:none;
	}

#popup-container{
		float:left;
		width:700px;
		background:#fff;
		border-radius:5px;
		box-shadow: 0px 0px 85px #c8a6ff;
    border: 1px solid #ccc;
	}

#popup-close{
		float:left;
		margin-left:10px;
		color:#8a59ff;
		font-size:2em;
		cursor:pointer;

	}

#popup-contents{
		padding:15px;
	}
	
.module-order-nav{
	background: #fff;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}	

.report-order-nav{
	background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 5px;
}	

.order-nav-item {
   float: left;
    padding: 9px 0px;
    background: #fffefd;
    border-radius: 3px;
    margin-right: 0.19%;
    border: 1px solid #ccc;
    width: 32.5%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #777;
}

.order-nav-item:hover{
	background-color: #eee;
}

.order-nav-active{
	background:#fff38a !important;
}

span.show-count {
    display: inline-block;
    background: #999;
    font-size: 11px;
    padding: 1px 10px;
    border-radius: 63px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
}

.grey-count{
	background:#777 !important;
}

.orange-count{
	background:#ff8700 !important;
}

.blue-count{
	background:#3e90ff !important;
}

.show-sub-count{
	font-size: 11px;
    color: #fff;
    line-height: 12px;
    padding: 1px 6px;
    border-radius: 10px;
    background: #999;
}

.order-sub-nav{
	margin-top:5px;
	text-align:center;
}

.order-sub-nav-item{
	text-decoration: none;
    font-size: 12px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 12px;
    display:inline-block;
}

.order-sub-nav-item:hover{
	background-color: #eee;
}

.order-sub-nav-active{
	background:#fff38a !important;
}

.highlight{
	background:#f7ffa1;
	font-size:12px;
}


.filter-form input[type='text'], .filter-form input[type='date'], .filter-form select{
	width:120px !important; 
	height:20px;
}

a.report-sub-nav-item {
    display: block;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
}

.report-sub-nav{
	background: #f9f9f9;
}

.report-nav-main{
	padding: 20px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-weight:bold;
}

.report-nav-item {
    width: 32%;
    float: left;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-right: 1%;
}

.pink-count{
	background:#ef1878 !important;
}

.switch-gear {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

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

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

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

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

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

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

/* Rounded sliders */
.slider-gear.round {
  border-radius: 34px;
}

.slider-gear.round:before {
  border-radius: 50%;
}

.high-priority{
	font-size: 10PX;
    display: inline-block;
    margin-left: 5px;
    background: #ff2020;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    line-height: 17px;
    font-weight:bold;
}

#quote-tabs-container {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
	margin: 0;
	position: absolute;
    width: 84.5vw;
}

#quote-tabs-container>li {
	list-style: none;
    flex-grow: 1;
    text-align: center;
    background: #4c5277;
    border: 1px solid #fff;
	color: #ffe500;
	padding: 5px;
	cursor: pointer;
}

.active-quote-tab-header {
	opacity: 0.6;	
}

#quote-tabs-container>li:hover {
	color: #8BC34A;
	background: #495394;
	transition: .4s ;
}

.quote-tab-container {
	padding: 20px;
}

.active-quote-tab, .display-block {
	display: block;
}

.hide-quote-tab {
	display: none;
}

.quote-next-btn {
    margin: 10px;
    background: #007c89!important;
    border: 1px solid #007c89!important;
}

.form-align-center {
	margin: auto;
  	width: 80%;
}

.session-header {
	border: 1px solid #bbb;
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    color: #333;
	outline-color: #ff6200;
	background: #eee;
	line-height: 5px;
}

/* .session-header{
	border: 1px solid #bbb;
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
    color: #fff;
    outline-color: #ff6200;
    background: #638bbd;
} */

.width-20 {
	width: 20%;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-80 {
	width: 80%;
}

.width-10 {
	width: 10%;
}

.hide-visible {
	visibility: hidden;
}

.font-weight-bold {
	font-weight: bold;
}

.service-price {
	display: inline-block;
    line-height: 40px;
}

.inline-ele {
	display: inline!important;
}

.create-quote-popup-container {
	width: 85vw!important;
    max-height: 80vh;
    overflow-y: auto;
}

.assign-popup-container {
	overflow-y: auto;
    max-height: 70vh;
    width: 60vw!important;
}

.margin-10 {
	margin: 10px;
}

.button-disable {
	pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.float-none {
	float: none;
}

.input-width-50 {
	width: 50%;
}

.form-column-10 {
	width: 10%;
}

.selected-option-bg {
	background: #d2cbcb;
}

.center {
	text-align: center;
}

.remove-button {
	padding: 8px;
}

.purple-font {
	color: purple;
}

.green-font {
	color: green;
}

.close-bg {
	background: #d47b7b;
}

.width-130px {
	width: 130px;
}

.width-90px {
	width: 90px;
}

.width-120px {
	width: 120px;
}

.width-290px {
	width: 290px;
}

.tbl-header {
	position: sticky;
    top: 0;
    z-index: 2;
    background: hsl(20, 50%, 70%);
    padding: 5px;
    font-weight: 600;
}

.line-height-10 {
	line-height: 10px;
}

.margin-top-30 {
	margin-top: 30px;
}

.send-quotation-label {
	margin: 10px;
	padding: 10px;
    background: #eee;
}

#quote-review-container {
	margin: 0 auto;
	width: 60%;
	font-style: oblique;
}

.sevices-description {
	font-size: 14px;
	font-style: oblique;
}

#quote-review-form-container {
	background: #f5f5f5;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.quote-review-session {
	background: #68679e;
    padding: 0px 5px;
    color: #fff;
}

.quote-review-row {
	background: #f5f5f5;
    padding: 10px;
    margin: 0px;
    border-bottom: 1px solid blue!important;
}

.error-field {
	border: 2px solid rgb(255 55 55);
}

.pros-services {
	padding: 20px;
    border: 1px solid #ccc;
}

.full-width {
	width: 100%;
}

#deliverables-tbl th {
	padding: 5px 40px;
    background: #7391d4;
    border: none;
    color: #fff;
}

#deliverables-tbl td {
	padding: 5px 40px;
	border: none;
	border-bottom: 1px solid #ccc;
}

.fa-window-close {
	font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
    color: #b75a5a;
}

.fa-check-square {
	font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
    color: #54945c;
}

.order-postponed {
	font-size: 10PX;
    display: inline-block;
    margin-left: 5px;
    background: #009688;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    line-height: 17px;
    font-weight:bold;
}

.long-arrow {
	font-size: 15px;
    vertical-align: middle;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
    width: 220px;
    background-color: #4c5277;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    color: yellow;
    margin: 0px 5px;
  }

  .file-download {
	padding: 6px 30px;
    text-decoration: none;
    font-weight: 900;
    font-size: 13px;
  }

  .action-loader {
	visibility: hidden;
	width: 30px;
    height: 16px;
    vertical-align: bottom;
  }

  .customer-data, .package-data {
		background: #f5f5f5;
		padding: 10px;
		border: 1px solid #dad8d8;
		margin: 30px 0px;
  }

  .display-none {
	display: none;
  }

  .update-pros-select-input {
	  width: 150px;
  }

  .time-format {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
  }

  .time-format-option {
	border: 1px solid #bbb;
    padding: 0px 10px;
    margin: 0px;
	cursor: pointer;
	border-radius: 3px;
    /* background: #9496ad; */
  }

  .time-format-option:hover {
	background: #9496ad;
	color: yellow;
  }

  .selected-time-format {
	background: #4c5277;
	color: yellow;
  }

  .view-header-row {
	background: #4c5277!important;
    color: yellow;
  }
