#logo img {
 	width: 200px !important;
	height: 48px !important;
/*	padding-left: 3px !important; */
  	padding-top: 5px !important;
}

.kendo-dt-option {
  margin-bottom: 0 !important;
  padding: 0 !important; 
}

@media (max-width: 767px)
#logo img { 
    margin-top: -15px;
}

@media only screen and (max-width: 888px) and (min-width: 0)
#header {
    background: #132654 !important;
}

@media only screen and (min-width: 0px) and (max-width: 888px) {
#logo img {
  	margin-top: -5px!important;
}
}

.form-group {
  margin-bottom: 7px !important;
}

.smart-form fieldset {
  padding: 15px;
}

input.htCheckboxRendererInput {
    margin: 0 !important;
}
