@media only screen and (max-width: 768px) {
  	.header .site-header{
		display: none;
	}
}

body {
  font-size: 13px !important;
  font-family: 'Raleway','Open Sans',"Helvetica Neue",'Helvetica','Arial','sans-serif';
}

/*login Header*/
.login.login-with-news-feed .login-header{
	padding:0px;
}

/*placeholder color*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input::-webkit-input-placeholder {
	color: #adadad !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
	color: #adadad !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
	color: #adadad !important;  
}
 
input:-ms-input-placeholder {  
	color: #adadad !important;  
}

*::placeholder {
   color: #adadad !important;  
}

/*drop down toggle button text to not bold*/
.dropdown-toggle{
	font-weight: inherit;
}

.dropdown-toggle:focus{
	background: none;
}

/*//datatables*/
div.dataTables_wrapper div.dataTables_processing {
	border: 2px solid;
}

.dataTable .td{
	white-space: nowrap;
} 

/*fullcalendar*/
.fc-icon{
	font-family: fcicons !important;
}

.fc-event-title{
	color:white;
}

.fc-event:hover .fc-event-title{
	color:black;
}

.fc-day-grid-event .fc-content{ white-space: normal!important; }


/*getting all bootstrap datepicker to upmost zindex*/
.datepicker
{
 z-index: 9999 !important; /* must be > than popup editor (950) */
}