/* Config Colors
-------------------------------------*/
/* Defaults 
-------------------------------------*/
body {
font-family: 'Roboto', sans-serif;
color: #716d6e;
width: 800px;
margin-left: auto;
margin-right: auto;
}
input:invalid {border-color: red;}
input:valid {border-color: green;}

.hours img
{
/*width: 5%;*/
margin-left: auto;
margin-right: auto;
left: 40%;
top: 40%;
position: absolute;
}
.col-md-5 img
{
width: 30%;
}
.col-md-5 label
{
font-size: 14px;display: inline-block;width: 50%;text-align: right;
}
.pull-left
{
font-size: 14px;
width: 60%;text-align: left;
}
.pull-right
{
font-size: 14px;
width: 40%;text-align: right;
}

/* модальное окно на время загрузки */
#modal_form_save #modal_form_load  
{
	/*width: 300px; */
	height: 50px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 10px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 15%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 25%; /* пoлoвинa экрaнa слевa */
	margin-top: -20px;
	margin-left: auto; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	margin-right: auto;
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 10px;
	display: none;
}
/* Пoдлoжкa */
#overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
/*----------------------------------------------*/
.service-icon {
  height: 34px;
  width: 34px;
  background-color: #509c2f;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  /*float: right;*/
  margin-top: 5px;
border: 1px solid transparent;
border-radius: 4px;
}
.service-icon-minus {
  height: 34px;
  width: 34px;
  background-color: #f31242;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  /*float: right;*/
  margin-top: 5px;
border: 1px solid transparent;
border-radius: 4px;
}


/* Animation Delay
--------------------------------------------*/
.delay05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.v-hidden {
  visibility: hidden;
}
/* Links
--------------------------------------------*/
a {
  color: #509c2f;
}
a:hover {
  color: #509c2f;
  text-decoration: none;
}
/* Header
--------------------------------------------*/
header {
  height: 90px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
/* Footer
--------------------------------------------*/
footer {
  margin-top: 90px;
  padding: 40px 0;
  background-color: #dbdbdb;
}
footer .footer-nav {
  list-style: none;
  margin: 0 auto 20px auto;
  padding: 0;
}
footer .footer-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
footer .footer-nav li a {
  font-size: 18px;
  text-decoration: underline;
  color: #716d6e;
  font-weight: bold;
}
#full-info
{
display: none;
}
/*------- list user ---------*/
.form-list-client-short
{
    display: inline-block;
    height: 65px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 5px;
    align-content: ;
    width: 45%;
}

/* форма  */
.form-control-client 
{
    display: none;
}
.form-client label {
  display: inline-block;
width: 15%;
}
.form-client-short2 label {
  display: inline-block;
width: 15%;
}

.form-client-short label {
  display: inline-block;
width: 35%;
}
.form-client-short textarea {
display: block;
width: 85%;
height: 100px; /* Высота поля в пикселах */
resize: none; /* Запрещаем изменять размер */
border-radius: 5px;
font-family: roboto;
font-size: 14px;
}

.form-control-client 
{
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 5px;
    align-content: ;
    width: 80%;
}
.form-control-client-short
{
    display: inline-block;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 5px;
    align-content: ;
    width: 45%;
}
.form-control-client-short2
{
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 5px;
    align-content: ;
    width: 10%;
}
.submitbutton {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
    display: inline-block;
    padding: 6px 6px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
width: 40%;	
}
/* --- Start Media Queries ---*/
/* Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  /* Header
	--------------------------------------------*/
  header.large .brand {
    width: 75%;
  }
  header .header-info .contact {
    font-size: 14px;
  }
  header .navbar-default {
    font-size: 14px;
  }
  header.large {
    height: 133px;
  }
  header.small {
    height: 91px;
  }
  header.small .brand {
    margin: 28px 0 0 0;
  }
  /* Footer
	--------------------------------------------*/
  footer .footer-nav li a {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* Small devices (660px and down) */
@media (max-width: 660px) {
body {
margin-left: 20px;
}

header.large {
    height: 60px;
}
.form-control-client-short
{
width: 30%;
}
.form-client-short textarea {
width: 65%;
}
.col-md-5 img
{
width: 20%;
}
.col-md-5 label
{
font-size: 14px;display: inline-block;width: 45%;text-align: right;
}

}
/* Small devices (480px and down) */
@media (max-width: 480px) {

}
@media (max-width: 450px){
body {
    width: 450px;
}
}
