.btn-default {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none !important;
}
.p-well{
  background: #fafafa;
  border-radius: 5px;
  border:1px solid #ddd;
  padding: 15px;
}

a, .btn, input, button{
  transition: all 0.3s;
}

.mt-10{ margin-top: 10px; }
.mb-10{ margin-bottom: 10px; }
.pt-10{ padding-top: 10px; }
.pb-10{ padding-bottom: 10px; }

.mt-15{ margin-top: 15px; }
.mb-15{ margin-bottom: 15px; }
.pt-15{ padding-top: 15px; }
.pb-15{ padding-bottom: 15px; }

.mt-20{ margin-top: 20px; }
.mb-20{ margin-bottom: 20px; }
.pt-20{ padding-top: 20px; }
.pb-20{ padding-bottom: 20px; }

.mt-30{ margin-top: 30px; }
.mb-30{ margin-bottom: 30px; }
.pt-30{ padding-top: 30px; }
.pb-30{ padding-bottom: 30px; }

.pb-0{ padding-bottom: 0 !important; }

.mt-40{ margin-top: 40px; }
.mb-40{ margin-bottom: 40px; }
.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }

.mt-50{ margin-top: 50px; }
.mb-50{ margin-bottom: 50px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }

.pl-15{ padding-left: 15px; }
.pr-15{ padding-right: 15px; }

.pl-20{ padding-left: 20px; }
.pr-20{ padding-right: 20px; }
.pl-30{ padding-left: 30px; }
.pr-30{ padding-right: 30px; }
.pl-40{ padding-left: 40px; }
.pr-40{ padding-right: 40px; }
.pl-50{ padding-left: 50px; }
.pr-50{ padding-right: 50px; }

.text-right{ text-align: right; }

.cursor, label{
  cursor: pointer;
}

.alert-success, .btn-success{
  color: #fff !important;
  background-color: #04b804;
  border-color: #04b804;
}

.alert-danger, .btn-danger{
  color: #fff !important;
  background-color: #ec3737;
  border-color: #ec3737;
}

.form-group.has-error label{
  color: #ec3737;
}

.clearfix{
  clear: both;
}

.label-years, .label-months{
  position: relative;
  top: 8px;
}

.months_select2 span.select2.select2-container.select2-container--default, 
.years_select2 span.select2.select2-container.select2-container--default{
  width: 100% !important;
}

span.select2-selection.select2-selection--single {
    background: #fafafa;
    border-color: #ddd;
}

.form-group.has-error input,
.form-group.has-error select{
  border-color: #ec3737;
}

label.error{
  color: #ec3737;
  font-size: 12px;
}

.form-control.error{
  border-color: #ec3737;
}

.form-group.has-error span.select2-selection.select2-selection--single{
  border-color: #ec3737;
}

.login-logo {
    max-width: 200px;
    margin: 0 auto;
}

.light-logo{
  width: 110px;
}

.mini-sidebar .top-navbar .navbar-header .light-logo{
  width: 90px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px;
}

.tab-bordered {
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
}

.tab-bordered tr td{
  /*padding: 7px;*/
}

.tab-bordered label{
    margin: 0;
    padding: 8px;
}

.tab-bordered tr:first-child{
  border-bottom: 1px solid #eee;
}

.sidebar-nav > ul > li {
    margin-bottom: 0;
    margin-top: 0;
}

.table th, .table td {
    padding: 7px;
    margin: 0;
    line-height: 15px;
    font-size: 13px;
}

.table thead th, .table th {
    padding: 14px 7px;
}

.dataTables_length {
    margin-left: 15px;
}

.dataTables_length select {
    background: #fb9678;
    color: #fff;
    height: 30px;
    border-radius: 4px;
    width: 50px;
}

.tooltip-item {
    background: #03a9f3;
    padding: 4px 10px;
}

.dataTables_wrapper {
    max-width: 100%;
    overflow: scroll;
}

.form-control {
    background: #fafafa;
    border-color: #ddd;
}

.asterik{
  color: #ff1000;
}

select {
    height: 38px !important;
}

.well{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-top: 15px;
}

#loader{
  display: none;
}

#test_menu, #show_tests{
  display: none;
}

b, strong {
    font-weight: 600;
}

.cus-well{
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: none;
  background: #f1f1f1;
}

/* wizard start */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.w-50{
  width: 50%;
}

#loading{
  display: none;
}

select.form-control {
    height: 36px !important;
}

.select2-container{
  width: 100% !important;
}

#processing{
  display: none;
}

.select2-container--default .select2-selection--multiple, 
.select2-container--default.select2-container--focus .select2-selection--multiple,
span.select2-selection.select2-selection--multiple{
    border: 1px solid #ddd !important;
    background: url(http://localhost/hl7i/zndos/images/custom-select.png) #fafafa center right no-repeat !important;
    background-position: 98% 14px !important;
}

div.dataTables_processing {
    width: 100%;
    padding: 10px 20px;
    background: #329999;
    color: #fff;
    margin-bottom: 15px;
    font-size: 17px;
    text-align: center;
    border-radius: 3px;
}

.btn-xs{
  margin-bottom: 3px;
}

@media (min-width: 768px){
  .mini-sidebar .top-navbar .navbar-header {
      width: 100px;
  }
}
/* wizard end */