.form-control{
	border-radius: 5px;
}

.jquery-date

{

  background-color: #fff !important;

}

.chosen-container{

  width: 100%;

}
.chosen-single{
  border-radius: 5px;
}

.agreement-text span{

  font-size: 16px;

  font-weight: 600;

}

.loader {

  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background: url('dist/img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);

}
.select2-selection{
  border-radius: 5px !important;  
}

.classic-inputs

{

  border-radius: 10px;

    font-size: 16px;

    font-weight: 600;

}

.maxQuantity:focus{

border-color: red;

}

.seperator-cover{ padding:10px; }

.from-seperator{ width:100%; text-align:center; border-bottom: 1px solid #ccc; line-height:0.1em; margin:10px 0 20px; } 

.from-seperator span { background:#fff; padding:0 10px; }

.table-cover{

  overflow: auto;

}

.maxQuantity:focus{

border-color: red;

}
.modal-dialog{
  border-top: 3px solid #3c8dbc;
  border-radius: 5px;
}
.modal-dialog p{
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.voucher_checkboxes b{
  margin:0 10px 0 2px;
}