@charset "UTF-8";
.has-feedback .form-control { padding-right: 16px; }
.date-time-wrap { position: relative; }
.date-time-wrap:after { position: absolute; top: 5px; right: 13px; bottom: 0; color: rgba(0, 0, 0, 0.4); font-family: themify; font-size: 18px; pointer-events: none; }
.date-icon.date-time-wrap:after { content: "\e6b6"; }
.time-icon.date-time-wrap:after { content: "\e6c6"; }
.date-time-wrap:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: transparent;
  content: '';
  pointer-events: none;
}
.date-time-wrap select::-ms-expand {
  display: none;
}

.datepicker td { color: #333333; font-weight: 500; }
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #C0C0C0;
}

.has-error .form-control { border-color: #843534; }
.has-success .form-control { border-color: #3ca5d5; }
.has-success .form-control:focus {
    border-color: #3ca5d5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #75b8d6;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #75b8d6;
}

.modal-confirm {		
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;   
  position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px; 
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}	
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}	
.modal-confirm .icon-box {
  color: #fff;		
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #3ca5d5;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm.error .icon-box { background: #a90909; }
.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #3ca5d5;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-confirm.error .btn { background: #a90909; }
.modal-confirm .btn:hover, .modal-confirm .btn:focus, .modal-confirm .btn:active {
  background: #67c1ea;
  outline: none;
}
.modal-confirm.error .btn:hover, .modal-confirm.error .btn:focus, .modal-confirm.error .btn:active { background: #bb2222; }
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

@media only screen and (max-width:419px) {
  .modal-confirm { width: 310px; }
}