
body {
  background: #e9eff5;
}

/* tables */

td {
  background-color: white;
  color: #333;
}

.table-bordered {
  border:1px solid #444;
}

table.browser-table th {
  color: #DDD;
  vertical-align: middle !important;
  text-align: center !important;
  background-color: #1B1B1B;
  background-image: -moz-linear-gradient(top,#222,#111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
  background-image: -webkit-linear-gradient(top,#222,#111);
  background-image: -o-linear-gradient(top,#222,#111);
  background-image: linear-gradient(to bottom,#222,#111);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
  border-left:1px solid #444 !important;
}
th {
  /*background-color: #Fc3;*/
  color: black;
}

.tr-selected td {
  background-color: #FAA732;
  color: black;
}

/*.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #666;
}
*/

/*.filter-panel .filter-panel-green legend {
  color: #333;
}
*/
.filter-panel label {
  color: #FFF;
}

.filter-panel-lpu label {
  color: #FFF;
}

.filter-panel-vrachi label {
  color: #FFF;
}


.modal label,
.modal td {
  color: black;
}

.filter-panel {
  color: black;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #304269;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.filter-panel-lpu {
  color: black;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #4e3069;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.filter-panel-vrachi {
  color: black;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #30695b;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.btn.active {
   background-color: #FAA732;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.table tbody tr.row-selected td {
  background-color: #FFF8AF;
}

/*div.in div.modal-footer {
  background-color: #F06060;
  border-top: 0px;
}*/

div.value_description {
  font-size: 10px;
  color: #1B1B1B;
  font-family: sans-serif;
}



.block-select2-search-choice {

    background-color: #999999;
    color: #FFFFFF;
    font-size: 11.4px;
    font-weight: bold;
    -moz-user-select: none;
    background-clip: padding-box;
    border-radius: 3px;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 5px;
    position: relative;
}


.block-select2-choices li {
    float: left;
    list-style: none outside none;
}

.block-select2-choices{
  margin: 0 0 10px 0;
}

a.datefont {
  color: #005580;
}

a.datefont:hover {
  color: #0088CC;
}


.text-lpu-adress {
    color: #EEF4FF;
}


.service-destination {
  border: 1px solid #CCCCCC;
  background-color: white;
  cursor: pointer;
  padding: 5px 5px 0px 5px;
  height: 160px;
  overflow-y: scroll;
  color: black;
}  

.service-destination-sum {
  border: 1px solid #CCCCCC;
  background-color: white;
  cursor: pointer;
  height: 30px;
  color: black;
}  

tr.service {
border-bottom: 1pt solid #CCCCCC;
}


.featured {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.featured img {
  position: relative;
  z-index: 1;
}
.login .modal {
  width: 470px;
  position: absolute;
  top: 65px;
  left: auto;
  right: 6%;
  z-index: 2;
  margin: 0;
  -webkit-transition: 300ms;
}
.login .modal.visible-phone {
  right: auto;
  top: auto;
  width: auto;
  position: inherit;
}
.login .modal.hasError {
  top: 10px;
}
.login .modal.visible-phone .modal-footer .btn {
  padding: 4px 11px;
}

.login .modal {
  background: url(../images/form-bg.png) repeat;
}
.login .modal-header {
  padding: 0;
  padding-left: 15px;
  padding-right: 5px;
  line-height: 4px;
  background-color: #17b1f0;
}
.login .orange {
  background: #ffb12b;
}
.login .max1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.login .orange a {
  color: black;
  text-decoration: underline;
}
.login .orange-blocks {
  color: #000;
  margin: 0;
  font: normal 1.18em "Georgia",Arial,sans-serif;
}
.login .orange-blocks h2 {
  color: #fff;
  font-size: 4.5em;
  line-height: 0.7em;
  margin: 0;
  padding-bottom: 20px;
}
.login .orange-blocks li {
  padding-bottom: 20px;
}
.login .inner.get-social p {
  padding-right: 30%;
}
.login .inner.get-social a {
  text-decoration: none;
  float: right;
  margin: 5px 4px 0;
}
.login .inner.get-social a.fb-link,
.login .inner.get-social a.twitter-link {
  margin-top: -10px;
}
.login .orange-blocks .inner {
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
.login .right-b {
  border-right: 1px solid white;
}
.login .orange-blocks .bottom-b {
  border-bottom: 1px solid white;
}