.datepicker{
    background-color: white !important;
}

.fast-date-from, .fast-date-to {
	display: inline;
	width: 80%;
}

.fast-date-from ~ span, .fast-date-to ~ span{
	top: 0 !important;
	right: 50px !important;
}

.calculation-edit-date-from ~ span, .calculation-add-date ~ span{
	right: 19px !important;
	top: 11px !important;
}

.interest-rate-edit-date-from ~ span, .interest-rate-add-date-from ~ span{
	right: 19% !important;
	top: 15px !important;
}

.interest-rate-edit-date-to ~ span, .interest-rate-add-date-to ~ span{
	right: 19% !important;
	top: 1px !important;
}

span.panel-title{
	position: absolute;
	margin-top: 5px;
}

.dt-before-editable-input{
	margin-top: 18px;
}

.dt-first-editable-input{
	margin-top: 7px;
}

.editable-input{
	margin-top: 10px;
}

.input-search-calculations{
	display: inline !important;
	width: 80%;
}

@media (max-width: 460px) {
	.hidden-xxs {
		display: none !important;
	}
}

.form-error{
	background-color: #f2dede !important;
}

.error-message{
	padding-top: 10px !important;
	color: #a94442 !important;
}

.button-remove-search{
	background-color: #f2dede;
	border-color: #f2dede;
	color: #a94442;
}

a.button-remove-search:hover{
	background-color: #a94442;
	border-color: #a94442;
	color: white;
}

.table tbody tr:hover{
	background-color: #428bca !important;
	color: white;
}

.glyph-disabled{
	opacity: 0.25;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

#remaining{
	margin-top: 6px;
	margin-left: 0px;
}

.zoo {
    margin-bottom: 15px;
    margin-left: -20px;
}

.zoo-ie {
    margin-bottom: 15px;
}

.zoo label {
    display: inline-block;
    position: relative;
    padding: .5rem;
    line-height: 1rem;
}

.zoo label > input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -0.5rem;
    cursor: pointer;
    opacity: 0;
}

.zoo label > input[type="checkbox"] + span {
    background-image: url("../img/checkbox_unchecked_blue.png");
    border: 2px solid #5294F6;
    background-color: #5DA1D3;
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 0.5rem;
    box-shadow: 2px 2px 2px #888;
}

.zoo label > span {
    line-height: 2.7rem;
}

.zoo label > input[type="checkbox"]:checked + span {
    background-image: url("../img/checkbox_checked_blue.png");
}

.zoo-body {
    text-align: justify;
}