/* Из old_main.css */

#estimate {
	font-size: 30px;
	color: #333333;
}

#estimate .error {
	font-size: 16px;
	line-height: 43px;
}

#estimate > div > div:last-child {
	height: 25px;
	margin-bottom: 15px;
	border-left: 1px solid rgb(96, 96, 96);
	margin-top: 10px;
	line-height: 21px;
}

.chzn-container {
	min-width: 170px;
	max-width: 100%;
}

select.form-control.input-sm + .chzn-container.chzn-container-single .chzn-single {
	height: 30px;
	padding: 5px 9px;
	font-size: 12px;
}

select.form-control.input-sm + .chzn-container.chzn-container-single .chzn-single div {
	top: 2px;
}

select.form-control.input-sm + .chzn-container .chzn-results {
	font-size: 12px;
}

select.form-control.input-sm + .chzn-container-single .chzn-single span {
	margin-right: 12px;
}

select.form-control.input-sm + .chzn-container .chzn-search input[type="text"] {
	height: 30px;
	font-size: 12px;
	padding: 5px 12px;
}

select.form-control.input-sm + .chzn-container .chzn-results li, select.form-control + .chzn-container .chzn-results li.active-result {
	padding: 3px 10px !important;
}

.margin-bottom-5px {
	margin-bottom: 5px !important;
}

.margin-bottom-15px {
	margin-bottom: 15px !important;
}

.margin-top-5px {
	margin-top: 5px !important;
}

.margin-top-15px {
	margin-top: 15px !important;
}

.padding-right-0px {
	padding-right: 0 !important;
}

.padding-top-4px {
	padding-top: 4px !important;
}

/* ^ Из old_main.css */

body {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.chzn-container .chzn-results {
	max-height: 110px;
}

.widget-controls {
	background-color: #fafafa;
	border-radius: 2px;
	padding: 12px 15px;
	font-size: 13px;
}

.widget-result {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.widget-result-container {
	font-size: 14px;

	border-radius: 4px;
}

.widget-result-transparent-bg {
	background-color: rgba(0, 0, 0, 0.5);
}

.widget-result-filled-bg {
	background-color: #f7f6f6;
}

.widget-result-data {
	background-color: #f7f6f6;
	padding: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-radius: 4px;
}

.widget-result-close-text {
	cursor: pointer;
	border-bottom: 1px dashed grey;
	color: grey;
}

.widget-help {
	position: absolute;
	top: 100%;
	left: 50%;
}

.widget-help > div {
	position: relative;
	left: -50%;
}

img.widget-brand {
	width: 210px;
}

#cargo-dimensions {
	padding-top: 4px;
	min-width: 118px
}

#cargo-dimensions input {
	width: 25%;
	border: 0px solid black;
	font-size: 12px;
}

#cargo_switch {
	font-size: 1.8rem;
	margin-top: -2px;
	margin-right: 2px;
}

#cargo_switch .ion-toggle-filled {
	display: none;
}

#cargo_switch.active .ion-toggle {
	display: none;
}
#cargo_switch.active .ion-toggle-filled {
	display: block;
}

.widget-header {
	font-size: 16px;
}

.glyphicon.widget-result-close {
	color: grey;
	cursor: pointer;
}

#giveout_place_info {
	font-size: 13px;
}

.cargo-total-info {
	background-image: url('/img/icon_status_cargo_details.png');
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 35px;
	height: 30px;
	padding-top: 3px;
}
