/* CSS Document */
body {
    background-color: #e3e3e3;
    color: #000000;
    font-size: 14px;
}
a {
    color: #4ba82e;
}
a:hover {
    color: #4ba82e;
}
.navbar {
    min-height: 60px;
}
.navbar-default  {
    background-color: #fff;
    border-color: #fff;
}
.navbar-header {
    min-height: 60px;
}
.navbar-nav>li>a {
    line-height: 60px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #4ba82e;
    color: #fff;
}
.separator {
    line-height: 60px;
    vertical-align: middle;
    color: #ccc;
    font-size: 32px;
    margin-left: 12px;
    margin-right: 12px;
}
#profile_link {
    background: none;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    padding-top: 10px;
}
#profile_link:hover {
    color: #000;
}
#logout_link {
    background: none;
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
    padding-top: 4px;
    color: #4ba82e;
    text-align: right;
}
label {
    text-transform: uppercase;
    padding-left: 26px;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.form-control {
    border-radius: 0;
    border: none;
    padding: 12px 26px;
    height: 48px;
}
.checkbox label {
    padding-left: 0;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: none;
    background-color: #ffffff;
    color: #000;
  border-radius: 0;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 10%;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}
.greenBorder {
    border: 1px solid #4ba82e !important;
}
.greenIcon {
    color: #4ba82e;
}
input[type=search] {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    border: none;
    padding: 12px 26px;
    height: 48px;
}

th.sorting, th.sorting_asc, th.sorting_desc {
    text-transform: uppercase;
    font-size: 12px !important;
    color: #000;
    background-color: #fff;
    border-bottom: 18px solid #e3e3e3 !important;
}
td {
    border: none !important;
    border-bottom: 1px solid #e3e3e3 !important;
    background-color: #fff;
    padding: 12px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 18px 24px;
}
.mdi {
    color: #4ba82e;
    margin-left: 3px;
    margin-right: 3px;
}
.dataTables_length {
    margin-top: 12px;
}


.btn {
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: bold;
}
.btn-primary {
    background-color: #4ba82e;
    color: #fff;
}
.btn-primary:hover {
    background-color: #4ba82e;
    color: #fff;
}
.btn-default:hover {
    background-color: #fff;
    color: #000;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    padding: 12px 26px;
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4ba82e;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e3e3e3;
    border: none;
    border-radius: 0;
    height: 48px;
    padding-right: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #4ba82e;
    padding: 12px 6px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}
.select2-container--default .select2-selection--multiple {
    border: none;
}

h1 {
    font-size: 28px;
    font-weight: lighter;
}
h2 {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: lighter;
}
hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

#status_desc {
    height: 120px;
}
.whiteBG {
    background-color: #ffffff;
}
.m10 {
    margin: 10px;
}
.p10 {
    padding: 10px;
}
.greyBG {
    background-color: #e3e3e3;
}

.dayOverview {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.nDay, .pStart, .pEnd, .dToday, .dTask {
    padding: 0;
    border: 1px solid #e3e3e3 !important;
}
.nDay {
    background-color: #b4b4b4;
}
.pStart {
    background-color: #4ba82e;
}
.pEnd {
    background-color: #cd3232;
}
.dToday {
    background-color: #15af97;
}
.dTask {
    background-color: #a2c617;
}
.white {
    color: #fff;
}
.dayTL {
    margin: 0;
}
.highlightTask {
    background-color: #a2c617;
    color: #fff;
}

.redWarning {
    font-weight: bold;
    color: #ff0000;
}
.clickable-row {
    cursor: pointer;
}
.tl_day {
    font-size: 80%;
    border: 1px solid #e3e3e3 !important;
}