.tablebodytext {display: none;}

body > .container-fluid {
  padding-top: 135px;
}

body > .container-fluid.exist-fixed {
  /*padding-top: 220px;*/
}

body {
  background-color: #EEEFE9;
}

#panel {
  position: absolute;
  width: 100%;
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 150px;
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(238, 239, 233));
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(238, 239, 233));
}
.shape {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 300px;
  height: 185px;
  background: url('/i/shape4.png') no-repeat 0 0;
}

.shape-min {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 240px;
  height: 143px;
  background: url('/i/shape3_min.png') no-repeat -20px -6px;
  display: none;
}

.links {
  margin-bottom: 3em; 
  font-size: 12px;
}

.shape-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 185px;
  height: 111px;
  background: url('i/bg-shape-bottom.png') no-repeat 100% 100%;
}
.logo-title{
  font-size: 29px;
  color: rgba(0,0,0,0.4);
  font-family: "PTSansRegular";
  padding-top: 50px;
}
.phone {
  text-align: right;
  font-size: 18px;
  color: #555;
  font-family: "PTSansRegular";
  padding-top: 50px;
}
.phone .phone-number {
  font-size: 24px;
  color: #12557E;
}
.phone .phone-number span {
  font-family: "PTSansBold";
}
.phone-dbl {
  display: none;
  margin-top: 10px;
  color: #555;
  padding-left: 100px;
  text-align: right;
}
.phone-dbl .phone-number {
  color: #12557E;
  font-weight: bold;
}

.navbar-default {
  top: 150px;
  background-color: #EEEFE9;
  border: none;
  -webkit-transition: background ease-in-out 0.4s;
  -moz-transition: background ease-in-out 0.4s;
  -o-transition: background ease-in-out 0.4s;
  transition: background ease-in-out 0.4s;
}
.navbar-fixed-top {
  top: 0px !important;
  background-color: #F8F9F6;
}

.side-item {
  margin-bottom: 20px;
}
.side-item img {
  position: relative;
  left: -15px;
}

.footer {
  /*
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(238, 239, 233));
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(238, 239, 233));
  */
  background: #EEEFE9;
}
.footer > .container {
  text-align: center;
}

.text-muted {
  display: inline-block;
  padding-top: 10px;
  border-top: 1px solid #bbb;
  width: 100%;
  max-width: 400px;
  text-align: center;
  font-size: 12px;
  
}


#main{
  border-top: 1px solid #0097B0;
}

#right-bar {
  min-height: 370px;
  background: url('i/car.jpg') no-repeat right center;
}

#sidebar {
  /*padding-top: 65px;*/
}

.navbar-default .navbar-nav > li {
  border-left: 1px solid rgba(0,0,0, 0.05);
  margin-bottom: 2px
}
/*
.navbar-default .navbar-nav > .root {
  
}

.navbar-default .navbar-nav .a-root .ancor {
  display: inline-block;
  padding-right: 10px;
  max-width: 150px;
  vertical-align: middle;
}
.navbar-default .navbar-nav .a-root .caret {
  display: inline-block;
  vertical-align: middle; 
}
*/
.navbar-default .navbar-nav > .root > .li-decorate {
  display: none; 
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 3px;
  background: #abaf94;
  z-index: 5;
}

.navbar-default .navbar-nav > li > a {
  color: #12557E;
  -webkit-transition: background ease-in-out 0.4s;
  -moz-transition: background ease-in-out 0.4s;
  -o-transition: background ease-in-out 0.4s;
  transition: background ease-in-out 0.4s;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #b0d5d8;
}

.navbar-default .navbar-nav > .active > a , 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #e3e4d7;
}

.dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu > li > a {
  padding: 8px 20px;
}
.dropdown-menu > li > a:hover {
  background-color: #b0d5d8;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
  color: #555;
  background-color: #e3e4d7;
}
  

.page-header {
  margin: 30px 0 10px;
  border-bottom: none;
}

.page-header h1 {
  font-size: 26px;
  color: #222;
  font-family: "PTSansRegular";
}

.btn-lg.btn-success {
  border: none;
  font-size: 16px;
  margin-bottom: 5px;
  width: 210px !important;
}

.btn-order {
  background-color: #0097B0;
}
.btn-order:hover, .btn-order.active, .btn-order:active, .btn-order:focus {
  background-color: #4AC5DB !important;
}
.btn-group.open .btn-order {
  background-color: #4AC5DB !important;
}

.btn-neytral {
  background-color: transparent !important;
  border: none;
  padding: 2px 4px;
  margin-top: -2px;
  color: #337AC7;
}
.btn-neytral:hover {
  color: #23527c;
  text-decoration: underline;
}






.rd {
  margin-right: 20px;
  font-weight: normal !important;
}
/*
.shrink-nav .navbar-nav > li > a {
  color: #000 !important;
  line-height: 24px;
}
*/

@media (max-width: 1120px) {
  .logo-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  
  .navbar-default {
    top: 150px;
    background-color: #F8F9F6;
    border-bottom: 1px solid #0097B0;
  }
  
  body > .container-fluid {
    padding-top: 150px;
  }
  
  body > .container-fluid.exist-fixed {
    /*padding-top: 170px;*/
  }
    
  .header {
    height: 80px;
  }
  
  .logo-title {
    padding-top: 15px;
    padding-left: 135px;
    text-align: right;
    font-size: 22px;
  }
  .phone-dbl {
    display: block;
  }
  
  .shape {
    display: none;
  }
  .shape-min{
    display: block;
  }
  .shape-bottom {
    /*display: none;*/
    background-image: url('/i/bg-shape-bottom4-min.png');
    width: 165px;
    height: 100px;
  }
  
  .footer {
    
  }
  
  .footer > .container {
    text-align: left;
  }
  .text-muted {
    width: auto;
    padding: 15px 20px 0;
    margin-bottom: 10px; 
  }
 
  .navbar-default .navbar-nav > li {
    border-left: none;
  }
  .navbar-default .navbar-nav > .root > .li-decorate {
    display: none;
  }
  
  #main{
    border-top: 0px solid #fff;
    padding-bottom: 50px;
  }
  .page-header{
    margin-top: 0px;
  }
  
  #main-menu {
    padding-left: 0;
    padding-right: 0;
  }
  
}
@media (min-width: 768px) {
  #navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-brand {
    display: none;
  }
}

/****import****/
.import-section {
  margin-bottom: 25px;
}

.datepicker > div {
  display: block;
}