@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700italic,400italic&subset=latin,cyrillic-ext);

body,
.container-fluid {
	/* font-family: Tahoma, sans-serif; */
	font-family: Roboto Condensed, Segoe UI, sans-serif;
	font-size: 14px;
	position: relative;
}

.container-fluid ul.clear2 li{
	padding-bottom:0 !important;
}


h1 {
    font-size: 24px;
    margin: 0 0 18px;
    color: #03204e;
}

#tech-card-frame .row {
	margin-bottom: 10px;
}

img.suggest-photo {
	max-width: 100px;
	margin-right: 10px;
}

img.tech-photo {
	max-width: 200px;
}

img.tech-photo-agreement {
	max-width: 130px;
}

img.tech-scheme {
	max-width: 300px;
	margin-left: -40px;
	/* margin-top: -20px; */
}

img.tech-footer {
	max-height: 110px;
}

img.agree-photo {
	max-width: 120px;
}

.tech-specs span {
	font-weight: bold;
}


div #headtext {
	height: 100px;
}

.rent-foot {
	width: 100%;
	height: 6px;
	border: solid 3px #777;
	border-radius: 3px;
	clear:both;
	margin-top:1.5em;
}

.line-spec > span {
	display: inline-block;
	width: 125px;
}

.hidden-block {
	display: none;
}

table.money {
	font-size: 25px;
	margin-bottom: 10px;
}

table.money tr > td:first-child{
	text-align: right;
	padding-right: 10px;
}

table.money tr:last-child{
	font-size: 14px;
}

table.money tr.under{
	border-bottom: 1px solid;
}

#choose-frame form {
	margin-bottom: 20px;
}

#technics-wrapper, #showroom #form-frame {
	position: relative;
}

.bg_yellow{
	background:yellow;
}
.grey,
.greycolor{
	color:grey !important;
}
.red,
.redcolor{
	color:red !important;
}




/* ajax loaders */
.loader {
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1000;
	background-image: url("../img/gears.gif");
}

.loader.page {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

/* #loader-file { */
	/* width: 100%; */
	/* text-align: center; */
	/* padding: 10px 0px; */
	/* z-index: 1000; */
/* } */

.loader-spin {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #43a6df;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
	z-index: 10000;
	display: inline-block;
	vertical-align: middle;
	/* display: none; */
}

.loader-spin.page {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.loader-spin.page.spin-sm {
	margin-left: -10px;
	margin-top: -10px;
}

.loader-spin.spin-sm {
    width: 20px;
    height: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ajax loaders */

#final-message {
	height: 300px;
	padding-top: 100px;
}


ul.rent-footer > li {
	/*margin: 1em 0;*/
}

.media-left {
	line-height: 1.3em;
}

.media-list {
	display: table;
	width: 100%;
}

.media-list > div {
	display: table-cell;
	vertical-align: middle;
}

.media-list > div:first-child {
	width: 150px;
	text-align: right;
	padding-right: 20px;
}

.media-icon {
	/*HAWK width: 80px;*/
	text-align: center;
	float: right;
	margin-left: 20px;
}

/* Element colors */

/*
.warning, a.warning {
	color: #d9534f !important;
}

.orange, a.orange {
	color: #F6A504 !important;
}

.green, a.green {
	color: #5cb85c !important;
}

.white, a.white {
	color: #FFF !important;
}

.gray, a.gray {
	color: #666 !important;
}

a:hover.warning,
a:hover.recomend,
a:hover.info,
a:hover.warning,
a:hover.orange,
a:hover.green,
a:hover.white,
a:hover.gray {
	color: #444 !important;
}

.bg-white {
	background-color: #FFF;
}

.bg-orange {
	background-color: #F6A504;
}

.bg-green {
	background-color: #5cb85c;
}

.bg-warning {
	background-color: #d9534f;
}

.bg-dark {
	background-color: #ECECEC;
}

.elm-disabled {
	opacity: 0.2 !important;
}

*/



 /* Redefine validator error style */
.has-error .form-control,
.form-control.has-error {
	background: rgba(255, 5, 0, 0.24)
}


/* Redefine DADATA styles */
#form-rentagreement > div:nth-child(3) > div:nth-child(3) > div.row > div:nth-child(1) > div > div {
	width: 200% !important;
}

.suggestions-wrapper {
	display: block !important;
}

.alert>p, .alert>ul {
    margin-bottom: 10px;
}


/* Breadcrumbs */

/*
.f-breadcrumb {
	font-size: 14px;
	background-color: #fff;
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 10px 0px;
	border-radius: 0px;
}

.f-breadcrumb li {
	display: inline-block;
	height: 30px;
	width: 32.3%;
}

.f-breadcrumb li a {
	display: inline-block;
	position: relative;
	height: 30px;
	width: 100%;
	text-align: center;
	padding: 5px 10px 5px 30px;
	margin: 0px 1px 0px 0px; 
	color: #333;
	text-decoration: none;
	background-color: #ffcc33;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.f-breadcrumb li a:after {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ffcc33;
	position: absolute; right: -15px; top: 0;
	z-index: 1;
}

.f-breadcrumb li:after {
	content: "";  
}

.f-breadcrumb li a:before {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute; left: 0; top: 0;
}

.f-breadcrumb li a.active {
	background-color: #06275c;
	color: #fff;
}

.f-breadcrumb li a.active:after {
	border-left: 15px solid #06275c;
}

.f-breadcrumb li a.disabled {
    pointer-events: none;
    cursor: default;
    color: #333;
	background-color: #f1f1f1;
}

.f-breadcrumb li a.disabled:after {
	border-left: 15px solid #f1f1f1;
}

.f-breadcrumb li:first-child a {padding-left: 15px;}
.f-breadcrumb li:first-child a:before {display: none;}

.f-breadcrumb li a:hover {
	background-color: #efbc23;
}

.f-breadcrumb li a:hover:after {
	border-left-color: #efbc23 !important;
}

.f-breadcrumb li a.active:hover {
	background-color: #00174c;
}

.f-breadcrumb li a.active:hover:after {
	border-left-color: #00174c !important;
}

.f-breadcrumb > li + li:before { 
	display: none;
}
*/


/*
#make_request,
#fill_agree {
	width:270px;
}
*-/

/* Assistant */
.assistant {
	margin: 15px 0px;
}
.assistant{
	font-family: 'Arsenal', sans-serif;
	font-style:italic;
	font-size:17px;
}


.assistant .cloud{
	border:1px dashed #aaa;
	padding:0 1em;
	border-radius:20px;
	position:relative;
	background:#f1f1f1;
}

.assistant .cloud .conner{
	position:absolute;
	z-index:1;
}

.assistant .cloud .conner.left{
	top:14px;
	left:-40px;
}

.assistant .cloud .conner.right{
	top:5px;
	right:-40px;
}

.assistant .cloud .conner.bottom{
	bottom:-40px;
	left:40px;
}

.assistant .cloud .conner.bottom_small{
	bottom:-24px;
	left:40px;
}

.assistant p{
	margin:0;
	padding:0.5em 0;
}

.assistant .form-control {
	display:  inline !important;
	width: 150px !important;
}

.assistant img.assistant-people {
	float: left;
	max-height:  140px;
	margin-right: 10px;
}




/*-
.assistant input#username {
	height: 14px;
	width: auto;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid rgb(0, 112, 192);
	outline: none;
	box-shadow: none;
}


.assistant input#username:focus, .assistant input#username:active {
	outline: none;
	box-shadow: none;
}

.dynamic-user {
	cursor: pointer;
	color: rgb(0, 112, 192);
	border-bottom: 1px dashed rgb(0, 112, 192);
}

.dynamic {
	cursor: pointer;
	color: rgb(0, 112, 192);
	border-bottom: 1px dashed rgb(0, 112, 192);
	line-height: 2em;
}

.dynamic .form-control {
	display:  inline !important;
}

.dynamic .form-group {
	margin: 0px !important;
	display: inline-block;
}

.dynamic input, .dynamic select, .dynamic button {
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	padding: 0px 3px;
}

.dynamic .input-group-addon {
	height: 20px;
	font-size:6px;
}

.dynamic input:focus, .dynamic input:active, .dynamic select:focus, .dynamic select:active {
	outline: none;
	box-shadow: none;
}

.lh-2em {
	line-height: 2em;
}

*/

/* Baloons */

/*
.baloon {
	position: relative;
	background: #eaeaea;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	outline: none;
	border-radius: 0.75em;
	font-size: 14px;
	line-height: 1.5em;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
}

.baloon section {
	color: #666;
	visibility: hidden;
	position: absolute;
	bottom: 35px;
	left: 50%;
	z-index: 999;
	width: 230px;
	margin-left: -115px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: .9;
	background-color: #efefef;
	border-radius: 4px;
	text-align: left;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.baloon:hover {
	border: 0; 
	text-decoration: none;
}

.baloon:hover section {
	visibility: visible;
}

.baloon section:before,
.baloon section:after	{
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}

.baloon section:before {
	border-top-color: #ccc;
	bottom: -8px;
}

.baloon.info section{
	border-color:#3dc334;
}

.baloon.warning section{
	border-color:#ff4200;
}

.baloon.recomend section{
	border-color:#4b3ec1;
}

.baloon.info {
	color: #fff !important;
	animation: blinkinfo 1s cubic-bezier(.5, 0, 1, 1) infinite;
}

.baloon.recomend {
	color: #fff !important;
	animation: blinkrecomend 1s cubic-bezier(.5, 0, 1, 1) infinite;
}

.baloon.warning {
	color: #fff !important;
	animation: blinkwarning 1s cubic-bezier(.5, 0, 1, 1) infinite;
}

@keyframes blinkinfo {
	0% { background: rgb(55, 179, 55); }
	50% { background: rgb(64, 204, 55); }
	100% { background: rgb(55, 179, 55); }
}

@keyframes blinkwarning {
	0% { background: rgb(255, 66, 0); }
	50% { background: rgb(216, 56, 0); }
	100% { background: rgb(255, 66, 0); }
}

@keyframes blinkrecomend {
	0% { background: rgb(75, 62, 193); }
	50% { background: rgb(60, 50, 156); }
	100% { background: rgb(75, 62, 193); }
}

*/

/* SMS */
.sended {
	background: #5cb85c !important;
}

#map-output, #branch-detected {
	font-size: 11px;
}

/* Conditions */

#form-condition .form-control {
	width: 130px;
}

#form-condition .checkbox-inline {
	margin-top: 5px;
}


/* Bootstrap Styles */

/* Fixes and tuning */

img {
	box-sizing: content-box;
	vertical-align: baseline;
}

.tab-pane {
    border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;	
	border-bottom: 1px solid #DDD;
	padding: 10px;
}

.nav-tabs>li>a {
    color: #555;
}

.nav>li>a>img {
	max-height: 40px;
	min-height: 40px;
	vertical-align: middle;
	margin: -15px 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-top-color: #F6A504;
}

.navbar-brand img {
	display: inline;
	vertical-align: middle;
	margin: -15px 5px;
}

.bootstrap-datetimepicker-widget a {
	color: #666;
}

select option:disabled {
	color: #ccc;
}

.has-error .form-control,
.has-error .help-block {
	background: rgba(255, 27, 22, 0.21);
}

.modal#commentsModal {
	z-index: 200000;
}

@media (max-width:768px){
	.img-responsive, x:-moz-any-link {
		display: block;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 992px) {
	.nav li {
		font-size: 13px;
	}
}

/* IE/Edge ? 9 fix */
@media screen and (min-width:0\0) {
	.img-responsive {
		width: 100%;
	}	
}

/* IE/Edge ? 8 fix */
@media \0screen\,screen\9 {
	.img-responsive {
		width: 100%;
	}	
}
/* /Fixes and tuning */

/* Custom added */
.table-heading thead tr {
	background-color: #F0F0F0;
	background-image: linear-gradient(to bottom, #F2F2F2, #EFEFEF);
	background-image: -webkit-linear-gradient(top, #F2F2F2, #EFEFEF);
	background-image: -moz-linear-gradient(top, #F2F2F2, #EFEFEF);
	background-image: -ms-linear-gradient(top, #F2F2F2, #EFEFEF);
	background-image: -o-linear-gradient(top, #F2F2F2, #EFEFEF);
}

.table-clear>tbody>tr>td,
.table-clear>tbody>tr>th,
.table-clear>tfoot>tr>td,
.table-clear>tfoot>tr>th,
.table-clear>thead>tr>td,
.table-clear>thead>tr>th {
    border-top: none !important;
}

/* /Custom added */


/* Theme styling */

.table {
	/* margin-bottom: 0px; */
}

.panel,
.thumbnail,
.img-thumbnail {
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, .075); */
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.well {
	border-color: #dcdcdc;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #2e6da4;
}
.navbar-default {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	margin-bottom: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.list-group {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* /Bootstrap Styles */

* Behavior and alignment of containers */

/* Margins and paddings */
.m-0 {
    margin: 0px !important;
}

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

.m-10 {
    margin: 10px !important;
}

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

.m-20 {
    margin: 20px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

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

.m-t-10 {
    margin-top: 10px !important;
}

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

.m-t-20 {
    margin-top: 20px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

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

.m-b-10 {
    margin-bottom: 10px !important;
}

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

.m-b-20 {
    margin-bottom: 20px !important;
}

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

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

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

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

/* Behavior and alignment of containers */

.vmiddle {
	vertical-align: middle !important;
}

table.vmiddle th,
table.vmiddle td,
tr.vmiddle td {
	vertical-align: middle !important;
}

td .form-group {
	margin-bottom: 0 !important;
}

th.tight,
td.tight {
	width: 1%;
	white-space: nowrap !important;
}

.vtop {
	vertical-align: top !important;
}

.vbottom {
	vertical-align: bottom !important;
}

.nowrap {
	white-space: nowrap !important;
}

.wrap-normal {
	white-space: normal !important;
}

.wrap-force {
	word-wrap: break-word !important;
	white-space: pre-wrap !important;
	white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

.txt-hidden {
	display: none;
}

.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.txt-left {
	text-align: left !important;
}

.txt-justify {
	text-align: justify !important;
}

.txt-caps {
	text-transform: uppercase;
}

.txt-caps::placeholder {
	text-transform: none;
}


/* Sortable lists */
td.sort-handle {
	cursor: ns-resize;
}

.sort-placeholder td {
	margin: 50px;
	background-color: #F6A504 !important;
}
