body{color:#000;}
.form-holder{padding:15px;}
#test_data form {margin-left: auto;margin-right: auto;}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.7;
}

.form-control:focus + .form-control-placeholder{
  /*font-size: 75%;*/
  font-size: 14px;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  font-weight: bold;
}

.form-control-label {font-weight: bold;/* font-size: 75%;*/ font-size: 14px; opacity: 1; transform: translate3d(0px, -100%, 0px);}

.form-control:focus{
  border:0px;
  border-bottom:1px solid #80bdff;
}

.form-control{
  border:0px;
  border-bottom:1px solid #ced4da;
  border-radius:0;
  box-shadow:none;
}

.mandatory{
  color:red;
  content: "\00a0";
  font-size:18px;
}

.mandatory-notes{
  color:red;
  font-size:12px;
}

ul.notes{
  padding-left:15px;
}

.soft-notes{
text-align: center;font-size: 10px;color: #000;display: inherit;font-weight: bold;
}

ul.group_boxes {padding:0px;margin:0px;margin-top:0px;padding-top: 10px}

ul.group_boxes li{display:inline-block;vertical-align: middle;margin-right: 10px;}

.input-li{padding-left:13px;}

.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}
.card{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}
.card_header{ background-color: #33b5e5 !important;color:#ffffff; border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;padding:.75rem 1.25rem;}
.scroll {height:200px;overflow-y:scroll;}
.button { background-color: #33b5e5;padding: 10px;color:#fff;margin:15px 0px;border: none; }
.head-color {color:#33b5e5;}
.icon-datepicker-prev{ font-family:finex } 
.time_slot li{display:inline-block; padding:10px; margin:5px; background-color:#f0f0f0;cursor: pointer;}

.time_slot li.selected{ background-color:#33b5e5; color: #ffffff}
.time_slot li:hover {font-weight: bold}


.font_normal {font-weight:normal;}

.required:after{
  content:"*";
  font-weight:bold;
  color:red;
  font-size:18px;
}


/**Modal Box**/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #33b5e5;
  color: white;
  font-size: 18px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #33b5e5;
  color: white;
}
/**Modal box end**/

@media screen and (max-width: 768px){
  .form-holder{padding:15px 2px;}

  .form-control:focus + .form-control-placeholder{  
    transform: translate3d(0, -70%, 0);  
    font-size: 13px;
  }

  .form-control-placeholder{font-size: 13px;}

  .form-control-label {transform: translate3d(0px, -70%, 0px);font-size: 13px;}

  .input-li{padding-left:0px !important;}

}

.buttonpane .ok{
  font-size:18px;font-weight: bold;
}