
@media (min-width: 992px) and (max-width: 1199px) {
	legend.scheduler-border{
		font-size:12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.input-container-left{
	padding-right:5px;
}
.input-container-right{
	padding-left:5px;
}
}
@media (min-width: 768px){
.form-group{
	padding-left:0px;
}
.msf-form{
	padding-left:2px;
}
}
@media (max-width: 767px) {
	
}

@media (max-width: 415px) {
	

}

/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 229px 36px !important;
    }
	
}

