@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Light.woff2') format('woff2'); font-weight: 100; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Light.woff2') format('woff2'); font-weight: 200; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Light.woff2') format('woff2'); font-weight: 300; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Bold.woff2') format('woff2'); font-weight: 800; font-style: normal;}
@font-face{font-family: 'Quicksand_web'; src: url('../fonts/Quicksand-Bold.woff2') format('woff2'); font-weight: 900; font-style: normal;}


*{
  position: relative;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Quicksand_web';
  color: #ddd;
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  text-shadow: 1px 1px 1px #0000004a;
}

html, body{
  min-height: 100vh;
  background-color: #b1b1b1;
}

body{
  background-image: url('../img/back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  
}

.both{
  clear: both;
}

.page{
  
}

.login_form{
  width: 300px;
  margin: 0px auto;
}
.login_form label{
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px;
}
.login_form input{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  background-color: #ffffff30;
  border-bottom: 1px solid #5e5e5f;
  border-right: 1px solid #5e5e5f;
  border-top: 1px solid #2e2e2f;
  border-left: 1px solid #2e2e2f;
  text-align: center;
}
.login_form button{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  background-color: #43b809;
  border-top: 1px solid #5e5e5f;
  border-left: 1px solid #5e5e5f;
  border-bottom: 1px solid #2e2e2f;
  border-right: 1px solid #2e2e2f;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  cursor: pointer;
}

.login_form_err{
  text-align: center;
  margin-top: 30px;
  color: #efa32e;
}

.top{
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #2e2e2f;
}
a.top_submenu_icon{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100px;
  height: 65px;
  background-color: #ffffff30;
  text-decoration: none;
  text-align: center;
  line-height: 63px;
}
.top_company{
  position: absolute;
  top: 0px;
  left: 110px;
  line-height: 63px;
  color: #fff;
  font-size: 23px;
}
.top_logo{
  position: absolute;
  width: 600px;
  top: 0px;
  left: calc(50% - 300px);
  text-align: center;
  height: 63px;
  background-image: url('../img/logo_fin_3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 60%;
  
}
.top_login{
  position: absolute;
  width: 100px;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 63px;
}
.left_bar{
  position: relative;
  float: left;
  width: 100px;
  border-right: 1px solid #2e2e2f;
  height: calc(100vh - 65px);
}
.cars{
  
}
.car{
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 11px;
  border-bottom: 1px solid #ffffff47;
  padding-top: 5px;
  cursor: pointer;
}

.car_img{
  width: 100px;
  height: 60px;
  background-image: url('../img/cars.png');
  background-repeat: no-repeat;
  background-size: 500px auto;
}
.car_1{
  background-position: 0px 8px;  
}
.car_21{
  background-position: 0px -248px;  
}
.car_14{
  background-position: -300px -123px;
}

.main_container{
  border-top: 1px solid #5e5e5f;
  border-left: 1px solid #5e5e5f;
  float: left;
  width: calc(100% - 101px);
  height: calc(100vh - 65px);
}
.main_window{
  height: 70%;
  min-height: 400px;
  border-bottom: 1px solid #2e2e2f;
}
.main_window_day{
  width: 260px;
  border-right: 1px solid #ffffff47;
  height: 100%;
  overflow: hidden;
  float: left;
}
.main_window_day_name{
  font-size: 18px;
  padding: 15px 17px 15px 17px;  
  border-bottom: 1px solid #ffffff47;
  height: 75px;
}
.main_window_day_info{
  padding: 3px 0px;
  font-size: 12px;
}
.main_window_day_items{
  overflow: auto;
  height: calc(100% - 75px);
}
.main_window_day_item{
  border-bottom: 1px solid #ffffff47;
  width: 100%;
  clear: both;
  height: 57px;
  cursor: pointer;
}
.main_window_day_item_h{
  font-size: 18px;
  padding: 12px 17px 12px 17px;
  width: 30%;
  text-align: center;
  line-height: 30px;
  float: left;
}
.main_window_day_item_p{
  width: 50%;
  float: left;
  padding: 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
}
.main_window_day_item_l{
  width: 20%;
  float: left;
  text-align: center;
  line-height: 30px;
  padding: 12px 0px 12px 0px;
}
.main_window_map{
  background-image: url('../img/map_back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: calc(100% - 520px);
  height: 100%;
}
.main_window_cal{
  width: 260px;
  border-right: 1px solid #ffffff47;
  height: 100%;
  overflow: hidden;
}
.main_window_cal_search{
  padding: 23px 15px;
  height: 75px;
  border-bottom: 1px solid #ffffff47;
}
input#cal_search{
  width: 100%;
  padding: 3px 5px;
  background-color: #ffffff30;
  border-bottom: 1px solid #5e5e5f;
  border-right: 1px solid #5e5e5f;
  border-top: 1px solid #2e2e2f;
  border-left: 1px solid #2e2e2f;
  text-align: center;
  font-size: 16px;
}
.main_window_cal_items{
  overflow: auto;
  height: calc(100% - 75px);
}
.main_window_cal_item{
  cursor: pointer;
  border-bottom: 1px solid #ffffff47;
}
.main_window_cal_item:last-child{
  border: 0px;
}
.main_window_cal_item_active{
  background-color: #ffffff36;
}
.main_window_cal_item_name{
  font-size: 18px;
  padding: 15px 17px 15px 17px;  
  height: 74px;
}
.main_window_cal_item_info{
  padding: 3px 0px;
  font-size: 12px;
}

.info_line{
  border-top: 1px solid #5e5e5f;
}


.info_line_items{
  text-align: center;
  border-bottom: 1px solid #ffffff47;
}

.info_line_item{
  width: 155px;
  height: 70px;
  display: inline-block;
  padding-top: 5px;
  border-left: 1px solid #ffffff47;
}

.info_line_item:last-child{
  border-right: 1px solid #ffffff47;
}
.info_line_item_name{
  padding: 3px 0px;
  font-size: 12px;
}
.info_line_item_value{
  font-size: 20px;
  font-weight: 500;
  padding: 5px 17px 15px 17px;
}



