 
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/*# sourceMappingURL=style.map */
.header{
  text-align: center;
}
.logout{
  top: 20px;
  position: absolute;
  right: 20px;
}
 
.form-control{
  width: 300px;
  display: inline-block;
}
.control-label{
  display: inline-block;
  width: 60px;
  text-align: right;
  vertical-align: top;
}
.part{
  height: 10px;
}
.ml10{
  margin-left: 10px;
}
.red{
  color: red;
}
.header{
        text-align: center;
    }
.calendar{
    height: auto;
    width:90vw;
    max-width: 800px;
    border: 1px solid #eee;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    box-shadow: 5px 5px 5px #ccc;
    position: relative;
}

.calendar .table td,th{
    text-align: center;
    border-top: 0;
}
h3{
    font-size: 20px;
}
.calendar .table span{
    display: block;
}
.year{
    font-size: 20px;
    font-weight: bold;
}
.year img{
    width: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}
.r-box{
    position: absolute;
    right: -95px;
    top: 1px;
}
@media (max-width: 600px) {
      .r-box{
        position: absolute;
        right: 0;
        bottom: -95px;
    }
}
.train_txt{
    display: inline-block;
}
.train{
    margin: 0 auto;
    width:90vw;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
}
.icon-base{
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.icon1{
    background-color:#b21d23;
}
.icon2{
    background-color:#108040;
}
.icon3{
    background-color:#FECC66 ;
}
.day {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    color:#fff ;
    cursor: pointer;
}
.day-box{
    font-size: 14px;
}
.day1{
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
}
.ml2{
    margin-left: 2px;
    display: inline-block !important;
}
.company{
  cursor: pointer;
}