﻿/***
Input icons
***/
.input-icon {
  position: relative;
}
.input-icon > .form-control {
  padding-left: 33px;
}
.input-group .input-icon > .form-control {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-icon > i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}
.modal .input-icon > i {
  z-index: 10055;
}
.has-success .input-icon > i {
  color: #45b6af;
}
.has-warning .input-icon > i {
  color: #dfba49;
}
.has-info .input-icon > i {
  color: #89c4f4;
}
.has-error .input-icon > i {
  color: #f3565d;
}
.input-icon.right > .form-control {
  padding-right: 33px;
  padding-left: 12px;
}
.input-group .input-icon.right > .form-control {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-icon.right > i {
  right: 8px;
  float: right;
}

/* Dropzone style*/
.dropzone {
  min-height: 0;
  border: 0px solid rgba(0, 0, 0, 0.3);  
  padding: 0; 
  overflow: hidden;
  background-color:transparent;
}

.dropzone-symbol{
    font-size: 50px;
    color: white;
}

.dropzone .dz-preview{
    margin: 0;
    margin-top: 16px;
}

.extra-bold-green
{
    color:#9ACA3C;
}

.dt-buttons
{
    margin-left:-5px;
}

.dt-buttons .btn
{
    margin:5px;
}

.dataTables_filter
{
    margin-top:10px;
}

label.form-control {
    background-color: #f5f5f5;
    height: auto;
    min-height: 34px;
}

.form-control.check-box{
    width: 34px !important;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 5px 20px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    margin-top: 15px;
    border: 1px groove #ddd !important;
}