/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
body {
	padding-top: 70px;
	padding-bottom: 20px;
	color: #333 !important;
}
body h1 {

    color: #006ab3;
}
body div  {
    color: #333 !important;
}
.fruity a {
    color: #333 important;
}
label.control-label a {
    color: #333 important;
}
.logo {
    float: right !important;
}
#ls-button-submit {
    background-color: #006ab3 !important;
}
#ls-button-previous {
    color: #0f0f0f !important;
    border-color:#006ab3 !important;
}
.ls-language-changer-item {
    background-color: #006ab3 !important;
}
.table>tbody>tr>th {
	vertical-align: middle !important;
}

.logo {
	padding: 60px;
}

li.withslider span.input {
	display: none;
}

.slider_callout {
	font-weight: bold;
	position: absolute;
	top: -20px;
}

.slider_showmin {
	float: left;
	padding-top: 10px;
}

.slider_showmax {
	float: right;
	padding-top: 10px;
}

.multinum-slider {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.slider-labels {
	margin-bottom: 15px;
}

.em_value_range.good {
	color: rgb(53, 102, 53);
}

.em_value_range.error, .warningjs {
	color: rgb(185, 74, 72);
}

.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li {
	padding-top: 10px;
	padding-bottom: 22px;
}

button.ui-datepicker-trigger {
	display: none;
}

.btn-default {
	text-shadow: none !important;
}

.logo-container {
  padding: 20px !important;
  float: right !important;

  font-size: 18px;
  line-height: 20px;
}

.logo-container>img {
  max-height: 110px;
  padding: 15px;
  width: auto;
}

.brand-logo  .top-container .top-content{
    padding-top: 2em;
}
