@charset "UTF-8";
.login-card{display:inline-block;}

.wrapper{width:100%;}
.container {
  width: 1170px;
  max-width: none !important;
}
.container.container_wide{
  width: 98%;
}

.date_selector{line-height:30px;font-size:15px;width:600px;margin:35px auto;max-width:100%;text-align:center;}
.date_selector .date_btn{float:left;cursor:pointer;}
.date_selector .date_selected{display:inline-block;}
.date_selector .date_btn:last-child{float:right;}

.schedule_header, .schedule_row{//width:100%;padding:10px 0;border:rgba(255,255,255,0) 2px solid;background:white;border-bottom:1px solid #999999;}
.schedule_row{background:rgba(39,39,176,0.8);color:white;overflow:hidden;}
.schedule_row.secret{background:rgba(182,39,39,0.8);}
.schedule_header > div{width:10%;float:left;}
.schedule_row > div {width:5%;float:left;border-right;position:relative;height:50px;line-height:25px;}
.schedule_row > div.bname {width:10%;text-align:center;line-height:50px;}
.schedule_row > div .rev_time{position:absolute;top:-5px;left:5px;bottom:-5px;background:deepskyblue;box-sizing:border-box;padding:5px;}
.schedule_row > div .rev_time_1{width:95%;-webkit-width:calc(100%-10px);}
.schedule_row > div .rev_time_2{width:195%;-webkit-width:calc(200%-10px);}
.schedule_row > div .rev_time_3{width:295%;-webkit-width:calc(300%-10px);}
.schedule_row > div .rev_time_4{width:395%;-webkit-width:calc(400%-10px);}
.schedule_row > div .rev_time_5{width:495%;-webkit-width:calc(500%-10px);}
.schedule_row > div .rev_time_6{width:595%;-webkit-width:calc(600%-10px);}
.schedule_row > div .rev_time_7{width:695%;-webkit-width:calc(700%-10px);}
.schedule_row > div .rev_time_8{width:795%;-webkit-width:calc(800%-10px);}
.schedule_row > div .rev_time_9{width:895%;-webkit-width:calc(900%-10px);}
.schedule_row > div .rev_time_10{width:995%;-webkit-width:calc(1000%-10px);}
