.mt-1 {

}

.mt-2 {

}
.mt-3 {

}
@media (max-width:767px) {
  #birthday-year {
      display:inline-block;
      width:30%;
  }
  #birthday-month {
      display:inline-block;
          width:22%;
  }
  #birthday-day {
      display:inline-block;
      width:22%;
  }
}

.miniText {
  font-size:12px;
}

label.block {
  display:block;
}
.col-hr {
  border-top:1px solid #CCC;
  padding-bottom:20px;
}
.thin-hr {
  border-top:1px solid #BBB;
  margin-top:5px;
  margin-bottom:5px;
}
.bold-hr {
  border-top:2px solid #BBB;
}
.checkbox-list label {
  margin-right:25px;
}
span.after-text {
  margin-left:5px;
}
p.error {
  color:red;
}
.content-wrapper, .right-side {
  background-color: #F6F6F6;
}

.historyTable td,.historyTable th {
  width:30%;
}
.historyTable td:nth-child(3),.historyTable th:nth-child(3) {
  width:5%;
}
.table thead {
  background-color:#EFEFEF;
}
th.w200 {
  width:200px;
}
th.w300 {
  width:300px;
}
.form-inline .form-control.input-wide {
  width:400px;
  max-width:100%;
}
.form-group p {
  padding-left:20px;
}

span.blue {
  color:#3aa7fd;
}

span.orange {
  color:orange;
}

span.red {
  color:red;
}

.terms {
  padding:30px;
}

.terms h4 {
  margin-top:20px;
}

.terms ol {
  margin-top:10px;
}


.terms li {
  line-height:24px;
  margin-bottom:10px;
}

.td-250 {
  max-width:250px;
  word-break:all;
  margin:0;
}

@media (min-width: 768px) {
  .modal-dialog {
      width: 80%;
      margin: 30px auto;
  }

  .form-inline .form-control.long-input {
    width:300px;
  }

}
@media (max-width: 600px) {
  .content .container {
    padding:0;
  }
}
@media (max-width: 991px) {
  .skin-green .main-header .navbar .dropdown-menu li a {
      color: #fff;
  }
  .skin-green .main-header .navbar .dropdown-menu li a:hover {
      color: #000;
  }
  .skin-green .main-header #navbar-collapse .dropdown-menu li a {
      color: #777;
  }
  .skin-green .main-header #navbar-collapse .dropdown-menu li a:hover {
      color: #777;
  }
}

@media (max-width: 767px) {
  .skin-green .main-header .navbar .dropdown-menu li a {
      color: #fff;
  }
  .skin-green .main-header .navbar .dropdown-menu li a:hover {
      color: #000;
  }
  .skin-green .main-header #navbar-collapse .dropdown-menu li a {
      color: #FFF;
  }
  .skin-green .main-header #navbar-collapse .dropdown-menu li a:hover {
      color: #FFF;
  }
}

@media (max-width: 991px) {
  .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
      position: absolute;
      right: 5%;
      left: auto;
      border: 1px solid #ddd;
      background: #000;
  }
}
.fc-toolbar h2 {
  font-size: 1em !important;
}
.fc-button {
    font-size: .7em !important;
}
.fc-list-item-time {
  display:none;
}
.linkBlock {
  position:relative;
}
.linkBlock a.block {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.content-header>.breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #F6F6F6;
    padding-left: 10px;
}

.terms ol,.terms ul {
  padding-left:15px;
  margin-top:12px;
}
.terms ul li {
  line-height:20px;
}

ol.brackets-counter {
  margin-top:12px;
  counter-reset: brackets-counter;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
ol.brackets-counter > li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
ol.brackets-counter > li:before {
  content: "(" counter(brackets-counter) ")";
  counter-increment: brackets-counter;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

ol.circle-counter {
  counter-reset: circle-counter;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
ol.circle-counter > li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
ol.circle-counter > li:before {
  content: counter(circle-counter);
  counter-increment: circle-counter;
  background-color: #FFF;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #333;
  font-size: 90%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#dailyReportAggregationTable th,td{
  width:5%;
}

#dailyReportAggregationTable th:first-child,td:first-child{
  width:7%;
}