/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent
}

body {
    /*font-family: "Lato", "Segoe UI", sans-serif;*/
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fefefe;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.security {
    text-security:disc;
    -webkit-text-security:disc;
    -mox-text-security:disc;
}

fieldset:disabled .select2,
fieldset:disabled .select2-selection {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #076c00;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #076c00;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #acffa6;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #076c00;
  border-color: #055400;
  font-weight: 600;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #0cb300;
  border-color: #076c00;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #acffa6;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}


.select2-container--default .select2-selection--single {
    height: 33.5px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #495057; 
    line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #495057 transparent transparent transparent;
    border-width: 6px 3px 0 3px;
    margin-left: -4px;
    margin-top: -2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .9rem;
}

@media (min-width: 650px) {
    .scrolling::-webkit-scrollbar-track {
        background-color: #F4F4F4;
    }
    .scrolling::-webkit-scrollbar {
        width: 8px;
        background: #F4F4F4;
    }
    .scrolling::-webkit-scrollbar-thumb {
        background: #dad7d7;
    }
}

.scrolling > .sidebar-menu {
    margin-top: 60px;
}


.datepicker.dropdown-menu {
    left: 0;
    right: auto;
    box-shadow: 0 0 7px #ddd;
    border: 1.5px solid #076c00;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 0px 5px
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

::-moz-selection {
    color: #fff;
    background-color: #001dff
}

::selection {
    color: #fff;
    background-color: #001dff
}

.main-header .navbar {
    background-color: #076c00;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.main-header .navbar .top-nav>li>a {
    color: #FFF
}

.main-header .navbar .top-nav>li>a:hover,
.main-header .navbar .top-nav>li>a:active,
.main-header .navbar .top-nav>li>a:focus {
    /*background: rgba(0, 0, 0, 0.1);*/
    color: #b4a5a5
}

.main-header .navbar .top-nav .open>a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6
}

.main-header .navbar .top-nav .open>a:hover,
.main-header .navbar .top-nav .open>a:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6
}

.main-header .navbar .top-nav>.active>a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6
}

.main-header .navbar .sidebar-toggle {
    color: #FFF
}

.main-header .navbar .sidebar-toggle:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.06);
}

.menu.sidebar-toggle {
    z-index: 12;
    width: 260px;
    position: fixed;
    top: 0;
    background: #e4e5e5;
    display: list-item;
    border-bottom: 1px solid #cecece;
    height: 60px;
}

.menu.sidebar-toggle span {
    font-size: 21px;
    line-height: 60px;
    color: #848484;
    padding: 10px 20px;
}

.menu.sidebar-toggle:hover span {
    color: rgba(255, 255, 255, 0.59);
    transition-duration: 0.5s
}

.main-header .logo {
    background-color: #5c34a4;
    color: #fff;
    border-bottom: 0 solid transparent
}

.user-panel>.info {
    color: #fff
}

.user-panel>.info>a {
    color: #fff
}

.sidebar-menu>li>a>span {
    margin-left: 15px;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu>li>a {
    color: #818181;
}

.sidebar-menu>li>a:hover {
    color: #818181;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    color: #00c505;
    font-weight: 500;
    background-color: #e4e5e5;
    border-color: #e4e5e5 !important;
    padding: 13px 0px 12px 20px;
}

.sidebar-menu .treeview-menu {
    margin: 0 1px;
    background: #2a383e
}

.sidebar-menu .treeview-menu>li>a {
    color: #fff
}

.sidebar-menu .treeview-menu>li>a:hover {
    color: #fff
}

.sidebar-menu .treeview-menu>li.active>a {
    color: #fff
}

.only-sidebar.sidebar-collapse .sidebar .logo .sidebar-toggle {
    color: #673AB7
}

.only-sidebar .sidebar .logo {
    color: #fff;
    background-color: #673AB7
}

.only-sidebar .sidebar .logo .sidebar-toggle {
    color: #fff
}

.only-sidebar .sidebar .user-panel:after {
    color: #fff
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0
}

@media (min-width: 650px) {
    .wrapper::-webkit-scrollbar-track {
        background-color: #F4F4F4;
    }
    .wrapper::-webkit-scrollbar {
        width: 8px;
        background: #F4F4F4;
    }
    .wrapper::-webkit-scrollbar-thumb {
        background: #9bc997;
    }
}

.wrapper {
    min-height: 100vh;
    /*min-height: calc(100vh - 40px);*/
    overflow: auto; 
    height: calc(100% - 60px);
    position: absolute;
    width: 100%;
    margin-top: 60px;
}

.wrapper:before {
    content: " ";
    display: table
}

.wrapper:after {
    content: " ";
    clear: both
}

.content-wrapper {
    /*    height: 100%;
    width: 100%;*/
    z-index: 800;
    /*overflow: auto;*/
    z-index: 820;
    /*padding: 30px;*/
    padding-bottom: 50px;
    /*position: absolute;*/
    transition: all 0.3s ease-in-out
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        margin-left: 0
    }
    /*    .sidebar-open .content-wrapper {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    transform: translate(230px, 0)
    }*/
}

@media (max-width: 480px) {
    .content-wrapper {
        padding: 10px
    }
}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030
}

.main-header>.navbar {
    margin-bottom: 0;
    /* margin-left: 230px; */
    border: none;
    max-height: 60px;
    border-radius: 0;
    box-shadow: 2px 0px 4px rgba(145, 145, 145, 0.4), -2px 0px 4px rgba(145, 145, 145, 0.4);
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 16px 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: relative;
    transition: all 0.3s ease;
    max-height: 60px;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-size: 21px
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent
}

.main-header .logo {
    display: block;
    width: 230px;
    font-style: italic;
    height: 50px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    float: left;
    overflow: hidden
}

.main-header .navbar-brand {
    color: #fff
}

.main-header .top-nav {
    list-style: none;
    padding-left: 0;
    /* display: inline-block; */
    float: right;
    margin-bottom: 0;
    margin-right: 22px
}

.main-header .top-nav>li {
    display: inline-block;
    position: relative
}

.main-header .top-nav>li>a {
    display: block;
    padding: 10px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px
}

.main-header .top-nav .settings-menu li a {
    font-weight: 500;
    text-transform: uppercase
}

.footer {
    margin-bottom: -10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-menu li a {
    position: relative;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}


.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #e0e0e0
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.main-header .top-nav .notification-menu .dropdown-menu {
    min-width: 230px
}

.main-header .top-nav .notification-menu .dropdown-menu i {
    width: auto
}

.main-header .top-nav .notification-menu .dropdown-menu .fa-stack {
    text-align: center
}

.main-header .top-nav .notification-menu .dropdown-menu .fa-stack-1x,
.main-header .top-nav .notification-menu .dropdown-menu .fa-stack-2x {
    width: 100%
}

.main-header .top-nav .notification-menu .dropdown-menu .fa-stack-2x {
    font-size: 2em
}

.main-header .top-nav .notification-menu .media {
    display: block;
    border-bottom: 1px solid #ddd
}

.main-header .top-nav .notification-menu .media .block:not(.text-muted) {
    font-weight: 500
}

.main-header .top-nav .notification-menu .not-head {
    padding: 8px 20px;
    text-align: center;
    font-weight: 500;
    background-color: rgba(103, 58, 183, 0.4);
    color: #333
}

.main-header .top-nav .notification-menu .not-footer {
    text-align: center;
    background-color: #eee
}

@media (max-width: 767px) {
    .main-header {
        position: relative
    }
    .main-header .logo {
        width: 100%;
        float: none
    }
    .main-header .navbar {
        width: 100%;
        float: none;
        margin: 0
    }
}

@media (max-width: 768px) {
    .main-header .top-nav {
        margin-right: 20px
    }
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    /*padding-top: 50px;*/
    background-color: #f5f5f5;
    min-height: 100vh;
    width: 260px;
    z-index: 1031;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out
}

@media (max-width: 767px) {
    .main-sidebar {
        /*  padding-top: 100px; */
        -webkit-transform: translate(-264px, 0);
        -ms-transform: translate(-264px, 0);
        transform: translate(-264px, 0)
    }
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-264px, 0);
        -ms-transform: translate(-264px, 0);
        transform: translate(-264px, 0)
    }
}

.sidebar {
    padding-bottom: 10px;
    font-family: "PT Sans", "Hind", "Segoe UI", sans-serif;
    font-size: 14px
}

.sidebar .user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap
}

.sidebar .user-panel:before {
    content: " ";
    display: table
}

.sidebar .user-panel:after {
    content: " ";
    display: table;
    clear: both
}

.sidebar .user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto
}

.sidebar .user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px
}

.sidebar .user-panel>.info>p {
    margin-top: 2px;
    margin-bottom: 5px;
    font-family: "Lato", "Segoe UI", sans-serif;
    font-size: 17px
}

.sidebar .user-panel>.info>.designation {
    font-size: 13px
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden
}

.sidebar-menu:hover {
    overflow: visible
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0
}

.sidebar-menu>li>a {
    padding: 13px 8px 12px 20px;
    display: block;
    position: relative;
    border-left: 3px solid transparent;
    cursor: pointer;
    border: none;
}

.sidebar-menu>li>a>.fa {
    width: 25px
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden
}

.sidebar-menu li>a>.fa-angle-right {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    padding: 0;
    float: none;
    margin-right: 10px;
    margin-top: 3px;
    transition: all 0.3s ease
}

.sidebar-menu li.active>a>.fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.sidebar-menu li.active>.treeview-menu {
    display: block
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px
}

.sidebar-menu .treeview-menu>li {
    margin: 0
}

.sidebar-menu .treeview-menu>li>a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    position: relative
}

.sidebar-menu .treeview-menu>li>a>.fa-angle-left,
.sidebar-menu .treeview-menu>li>a>.fa-angle-down {
    width: auto
}

.sidebar-menu .treeview-menu>li>a>i:first-of-type {
    margin-right: 5px
}

.conshade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1031;
    left: 0;
    transition-property: opacity;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .conshade {
        display: none;
        animation: 1s    }
    .sidebar-open .conshade {
        display: block;
    }
}

@media (min-width: 768px) {


    .sidebar-collapse .conshade {
        display: none;
        transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    }


    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 3px !important;
        z-index: 840
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 0px !important;
        z-index: 850
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li {
        position: relative
    }
    /*    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
    margin-right: 0;
    position: relative;
    transition: none;
    color: #fff;
    background-color: #791c1e;
    border-color: #b55c5e !important;
    padding: 7px 33px 7px 23px;
    }*/
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.fa-angle-right {
        display: none
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        border-top-right-radius: 4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
        border-bottom-right-radius: 4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        display: block !important;
        position: absolute;
        width: 180px;
        left: 50px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
        top: 0;
        margin-left: -3px;
        padding: 7px 5px 7px 20px;
        background-color: inherit
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 46px;
        margin-left: 0
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info {
        display: none !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right {
        display: none !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}



.page-title {
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f8f8f8;
    /*margin-top: -30px;*/
    /* margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px; */
    padding: 10px 30px;
    height: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.page-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400
}

.page-title p {
    margin-bottom: 0;
    font-style: italic
}

.page-title .breadcrumb {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize
}

.page-title .breadcrumb.side {
    margin-top: 10px;
    text-align: left;
    padding: 0
}

@media (max-width: 480px) {
    .page-title {
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px
    }
}


.arrow-menu {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: block;
    position: absolute;
    right: 13.5px;
    top: -8px;
    z-index: 1;
    height: 0;
    width: 0;
}


.profile--image {
    float: left;
    line-height: 64px;
    height: 60px;
    width: 60px;
    font-size: 60px;
    margin-right: 12px;
    color:  #9a9a9a;
}

.profile--dropdown {
    padding: 10px 20px;
    width: 290px;
    height: 85px;
    background-color: #fff;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.profile--dropdown h4 {
    line-height: 44px;
    font-weight: 600;
    color: #565656;
}

.main-header .top-nav > .user-dropdown > a {
    border-radius: 50%;
    height: 41px;
    width: 41px;
    padding: 0;
    margin-top: 9px;
}
.main-header .top-nav > .user-dropdown a .user-icon {
    font-size: 40px;
}

.dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 7px;
    border-radius: 5.5px;
    border: 0;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu li a {
    position: relative;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li a i {
    width: 20px;
    font-size: 18px;
    vertical-align: middle
}

.open>.dropdown-menu {
    -webkit-animation-name: scaleDrop;
    animation-name: scaleDrop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

@-webkit-keyframes scaleDrop {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleDrop {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animated-checkbox input[type="checkbox"] {
    display: none
}

.animated-checkbox input[type="checkbox"]+.label-text {
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.animated-checkbox input[type="checkbox"]+.label-text:before {
    content: "\f0c8";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 2px;
    vertical-align: -2px
}

.animated-checkbox input[type="checkbox"]:checked+.label-text:before {
    content: "\f14a";
    color: #076c00;
    -webkit-animation: tick 180ms ease-in;
    animation: tick 180ms ease-in
}

.animated-checkbox input[type="checkbox"]:checked:disabled+.label-text:before {
    content: "\f14a";
    color: #ccc;
    -webkit-animation: tick 180ms ease-in;
    animation: tick 180ms ease-in
}

.animated-checkbox input[type="checkbox"]:disabled+.label-text {
    cursor: not-allowed !important
}

.animated-checkbox input[type="checkbox"]:disabled+.label-text:before {
    content: "\f0c8";
    color: #ccc
}

.animated-radio-button input[type="radio"] {
    display: none
}

.animated-radio-button input[type="radio"]+.label-text {
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.animated-radio-button input[type="radio"]+.label-text:before {
    content: "\f1db";
    font-family: "FontAwesome";
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 2px;
    vertical-align: -2px
}

.animated-radio-button input[type="radio"]:checked+.label-text:before {
    content: "\f192";
    color: #fe5d50;
    -webkit-animation: tick 180ms ease-in;
    animation: tick 180ms ease-in
}

.animated-radio-button input[type="radio"]:disabled+.label-text {
    cursor: not-allowed !important
}

.animated-radio-button input[type="radio"]:disabled+.label-text:before {
    content: "\f111";
    color: #ccc
}

@-webkit-keyframes tick {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    90% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    90% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.toggle.lg input[type="checkbox"]+.button-indecator:before {
    font-size: 30px
}

.toggle input[type="checkbox"] {
    display: none
}

.toggle input[type="checkbox"]+.button-indecator {
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.toggle input[type="checkbox"]+.button-indecator:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px
}

.toggle input[type="checkbox"]:checked+.button-indecator:before {
    content: "\f205";
    color: #673AB7;
    -webkit-animation: toggleBtn 0.3s ease-in-out;
    animation: toggleBtn 0.3s ease-in-out
}

.toggle input[type="checkbox"]:disabled+.button-indecator {
    cursor: not-allowed !important
}

.toggle input[type="checkbox"]:disabled+.button-indecator:before {
    color: #ccc
}

.toggle-flip input[type="checkbox"] {
    display: none
}

.toggle-flip input[type="checkbox"]+.flip-indecator {
    position: relative;
    width: 60px;
    height: 30px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-perspective: 90px;
    perspective: 90px;
}

.toggle-flip input[type="checkbox"]+.flip-indecator:before,
.toggle-flip input[type="checkbox"]+.flip-indecator:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    border-radius: 3px;
    transition: all 0.5s ease
}

.toggle-flip input[type="checkbox"]+.flip-indecator:before {
    content: attr(data-toggle-off);
    background-color: #3ab749;
    color: #fff;
}

.toggle-flip input[type="checkbox"]+.flip-indecator:after {
    content: attr(data-toggle-on);
    background-color: #3958d7;
    color: #fff;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.toggle-flip input[type="checkbox"]:checked+.flip-indecator:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.toggle-flip input[type="checkbox"]:checked+.flip-indecator:after {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.toggle-flip input[type="checkbox"]:disabled+.flip-indecator {
    cursor: not-allowed !important;
    color: #ccc
}

@-webkit-keyframes toggleBtn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes toggleBtn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.material-half-bg {
    height: 100vh;
    background-color: #e7e7e7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.material-half-bg .cover {
    background-color: #0081ce;
    height: 50vh
}

.m-loader {
    position: relative;
    width: 40px
}

.m-loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.m-circular {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #ea4335;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.btn-spinner {
    display: inline-block;
    z-index: 2000;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 10px;
    -webkit-animation: bSpinner 0.8s linear infinite;
    animation: bSpinner 0.8s linear infinite
}

@-webkit-keyframes bSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes bSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.widget-small {
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.widget-small .icon {
    display: -ms-flexbox;
    display: flex;
    min-width: 85px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px
}

.widget-small .info {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    -ms-flex-item-align: center;
    align-self: center
}

.widget-small .info h4 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400
}

.widget-small .info p {
    margin: 0;
    font-size: 16px
}

.widget-small.primary {
    background-color: #673AB7
}

.widget-small.primary.coloured-icon {
    background-color: #fff;
    color: #2a2a2a
}

.widget-small.primary.coloured-icon .icon {
    background-color: #673AB7;
    color: #fff
}

.widget-small.info {
    background-color: #2196F3
}

.widget-small.info.coloured-icon {
    background-color: #fff;
    color: #2a2a2a
}

.widget-small.info.coloured-icon .icon {
    background-color: #2196F3;
    color: #fff
}

.widget-small.warning {
    background-color: #FF9800
}

.widget-small.warning.coloured-icon {
    background-color: #fff;
    color: #2a2a2a
}

.widget-small.warning.coloured-icon .icon {
    background-color: #FF9800;
    color: #fff
}

.widget-small.danger {
    background-color: #F44336
}

.widget-small.danger.coloured-icon {
    background-color: #fff;
    color: #2a2a2a
}

.widget-small.danger.coloured-icon .icon {
    background-color: #F44336;
    color: #fff
}

.product {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.product img {
    margin-right: 10px
}

.product .item-desc h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px
}

.product .item-desc p {
    margin-bottom: 0
}

.user-list {
    padding: 0 15px
}

.user-list .user img {
    border-radius: 50%;
    max-width: 50px;
    margin: 0 auto;
    display: block
}

.user-list .user a {
    margin-top: 10px;
    font-weight: 500;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lockscreen-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh
}

.lockscreen-content .logo {
    font-family: 'Niconne';
    margin-bottom: 40px;
    color: #fff
}

.lockscreen-content .logo h1 {
    font-size: 52px
}

.lockscreen-content .lock-box {
    position: relative;
    min-width: 320px;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    -webkit-perspective: 800px;
    perspective: 800px;
    transition: all 0.5s ease-in-out
}

.lockscreen-content .lock-box .user-image {
    border: 3px solid #fff;
    max-width: 100px;
    display: block;
    margin: 0 auto
}

.lockscreen-content .lock-box .user-name {
    margin-bottom: 2px
}

.lockscreen-content .lock-box label {
    color: #666
}

.page-error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page-error h1 {
    margin: 10px;
    color: #F44336;
    font-size: 42px
}

.folder-head {
    padding: 10px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd
}

.mailbox-controls {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mailbox-controls .animated-checkbox .label-text:before {
    vertical-align: -7px !important
}

.mail-nav>li>a {
    background-color: #fff;
    color: #2a2a2a;
    border-radius: 0 !important;
    font-weight: 500
}

.mailbox-messages table tr td {
    border: 0 !important;
    padding: 5px !important
}

.mailbox-messages .mail-subject {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 500px
}

.user .profile {
    margin: -30px -30px 0 -30px;
    display: -ms-flexbox;
    display: flex
}

.user .profile .info {
    padding: 30px 60px;
    text-align: center;
    background-color: #fff;
    white-space: nowrap;
    background-color: #404040;
    color: #fff
}

.user .profile .info img {
    border-radius: 50%;
    max-width: 110px;
    margin-bottom: 20px;
    margin-top: 10px
}

.user .profile .cover-image {
    -ms-flex: 1;
    flex: 1;
    background-image: url(http://placeimg.com/1200/300/nature);
    background-size: cover;
    background-position: center
}

.user .user-tabs {
    margin-top: 20px
}

.user .user-tabs>li.active>a {
    border-left: 3px solid #673AB7;
    border-bottom: 0;
    background-color: #eee !important
}

.user .user-tabs>li>a {
    border-left: 3px solid transparent;
    padding: 12px 15px;
    border-bottom: 0;
    font-size: 15px
}

.user .user-tabs>li>a:hover,
.user .user-tabs>li>a:active {
    background-color: #eee !important;
    border-bottom: 0
}

.user .tab-content {
    margin: 20px -10px -10px
}

.user .timeline .post {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.user .timeline .post .post-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px
}

.user .timeline .post .post-media img {
    margin-right: 10px
}

.user .timeline .post .post-media h5 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 15px
}

.user .timeline .post .post-content {
    margin-bottom: 20px
}

.user .timeline .post .post-utility {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.user .timeline .post .post-utility .likes,
.user .timeline .post .post-utility .shares {
    margin-right: 10px
}

.user .timeline .post .post-utility .likes a,
.user .timeline .post .post-utility .shares a {
    color: #555
}

.user .timeline .post .post-utility .comments {
    color: #555;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.user .user-settings .line-head {
    font-size: 18px;
    margin-bottom: 30px;
    color: #2a2a2a
}

.user .user-settings label {
    color: #666
}


.re-captcha div {
    padding: 5px;
    background-color: #000;
    width: 100%;
    height: 40px;
    margin: 5px auto 20px auto;
}

.footer-dash {
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-family: inherit;
}

.input-group-addon {
    height: 27px;
    padding: 0 9px;
    font-size: 12px;
    border-radius: 0px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.6);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: rgba(255, 255, 255, 0.2); 
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    font-weight: 600;
}

.nav-tabs {
    border:none;
}

.sidebar-nav .nav-flyout {
    position: absolute;
    background: #f5f5f5;
    z-index: 9;
    left: -18.7em;
    top: 60px;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.nav-settings .nav-link {
    padding: 12px;
    border-top: 3px solid transparent;
    font-weight: 600;
}

.nav-settings .nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid #28a745;
    border-radius: 0;
    color: #28a745 !important;
}

.sidebar-nav .nav-flyout-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0em;
}

.disable-menu {
    display: none;
}

.ui-sortable-handle {
    cursor: -webkit-grab;
}

.right-arrow .fa-chevron-right {
    float: right;
    padding: 3px;
    font-size: 12px;
    padding-left: 11px;
    margin-right: 11px;
    color: rgba(255, 255, 255, 0);
}

.right-arrow:hover .fa-chevron-right {
    color: #3c3c3c
}


/* ////////////////  Upload Image */


.file-upload {
    background-color: #ffffff;
    width: 140px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 2px solid #a0e2bf;
    position: relative;
    height: 140px;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #a0e2bf;
    border: 4px solid #a0e2bf;
}

.image-title-wrap {
    color: #222;
}

.drag-text {
    text-align: center;
    margin-top: 10%;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    font-size: 14px;
}


.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.botao-remover {
    font-size: 20px;
    color: #ff7d7d;
}

.botao-remover:hover {
    color: #ea0000;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}


/* MOD */

@media (min-width: 650px) {
    .rolagem::-webkit-scrollbar-track {
        background-color: #F4F4F4;
    }
    .rolagem::-webkit-scrollbar {
        width: 5px;
        background: #F4F4F4;
    }
    .rolagem::-webkit-scrollbar-thumb {
        background: #dad7d7;
    }
    .sidebar-rolagem::-webkit-scrollbar-track {
        background-color: #F4F4F4;
    }
    .sidebar-rolagem::-webkit-scrollbar {
        width: 5px;
        background: #F4F4F4;
    }
    .sidebar-rolagem::-webkit-scrollbar-thumb {
        background: #dad7d7;
    }
}
.navbar-custom-menu {
    float: right;
}
/*

DatePicker
*/

.datepicker-inline {
    width: 100%
}
.table-condensed {
    width: 100%
}

.panel-blue {
    background-color: #f39c1f;
    margin-bottom: 0;

}

.Calendar-mod {
    border-radius: 4px;
}

/*Table paginatio*/

/*.boottable {
margin-left: -30px;
margin-right: -30px;
}*/

.boottable .boottable-head {
    height: 64px;
    padding-left: 24px;
    padding-right: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-display: flex;
    border-bottom: solid 1px #DDDDDD;
}

.boottable .boottable-title {
    font-size: 20px;
    color: #000;
}

.boottable .boottable-head .actions {
    display: -webkit-flex;
    /*margin-right: auto;*/
}

.boottable .boottable-head .pagination {
    margin-left: auto;
    margin: 0;
}

.boottable .boottable-head .actions a:not(.btn) {
   width: 40px;
   height: 40px;
   padding: 0px 9.4px;
   font-size: 20px;
   line-height: 2;
   border-radius: 50%;
   margin: 0 2px;
}

.boottable .boottable-head .actions a:hover:not(.btn) {
    background: rgba(0, 0, 0, 0.08);
    transition: .4s
}

.boottable table tbody tr .actions a:not(.btn) {
width: 35px;
    float: right;
    height: 35px;
   padding: 3px 9.4px;
   line-height: 2;
   border-radius: 50%;
   margin: 0 2px;
}

.boottable table tbody tr .actions a:hover {
    background: rgba(0, 0, 0, 0.08);
    transition: .4s
}
.boottable table tbody tr .actions a:active {
    background: rgba(0, 0, 0, 0.2);
    transition: .4s
}

.boottable table tbody tr .actions {
    visibility: hidden;
    right: 0;
    position: absolute;
    padding: 3px 10px;
    background: #ececec;
}

.boottable table tbody tr .actions {
    visibility: hidden;
    right: 0;
    position: absolute;
    padding: 3px 10px;
    background: #ececec;
}
.boottable table tbody tr td:last-child {
    border-left: none 
}
.boottable table tbody tr td:nth-last-of-type(2) {
    border-right: none 
}

.boottable table tbody tr:hover .actions {
    visibility: visible;
}

.boottable .boottable-head a,
.boottable .boottable-head input
{
    outline: none;
    box-shadow: none;
}

.boottable .boottable-card {
    position: relative;
    /* overflow: hidden; */
    /* margin: 0.5rem 0 1rem 0; */
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 0px;
    /*box-shadow: 0 0 1px #b2b2b2;*/
}

.boottable-search {
    margin-left: auto;
    margin-right: 20px;
}

/*
padding: 10px;
border: none;
background: #f8f8f8;
*/
    
.boottable .boottable-search input {
    outline: none;
    padding: 0 14px 0 24px;
    border-bottom: solid 1px #DDDDDD;
    margin: 0;
    border: transparent 0 !important;
    height: 42px;
    color: rgba(0, 0, 0, .84);
    box-sizing: content-box;
    background: #f8f8f8c2;
    /*border-radius: 4px;*/
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
    color: #4d4d4d
}

.boottable .boottable-search .icon {
    width: auto;
    float: right;
    padding: 11.555px;
    background: #f9f9f9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.boottable .boottable-search input::placeholder {
    color: #CCC;
    opacity: 1; /* Firefox */
}
.boottable .boottable-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #CCC;
}
.boottable .boottable-search input::-ms-input-placeholder { /* Microsoft Edge */
   color: #CCC;
}

.boottable .boottable-search input:focus {
    background: #FFF;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    transition: 0.4s
}
.boottable .boottable-search label {
    width: 99%
}

.boottable table td {
    border: 1px solid #ddd;
}

.boottable table {
    /* width: 99.8%; */
    margin-bottom: 45px;
    margin-left: -1px
}

.boottable-boddy {
    overflow: auto;
    height: calc(100vh - 184px);
}

.boottable .boottable-footer {
    height: 100px;
    padding-left: 24px;
    padding-right: 14px;
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.54);
}

.boottable .boottable-pagination > div {
    float: left;
}

.boottable .boottable-pagination .pagination input {
    border-radius: 0; 
}

.boottable .boottable-pagination .boottable-pages {
    height: 33px;
}

.boottable .boottable-pagination .boottable-pages p {
    line-height: 2.8;
    margin: 0 10px;
    color: #898989;
    font-size: 0.9rem;
}

@media (min-width: 650px) {
    .boottable-footer__pagination {
        float: left;
    }
    .pagination {
        float: right;
    }
}

.pagination li .boss-pagination-link  {
    background-color: #e8e8e8;
    color: #f4f4f4;
    border-color: #e8e8e8;
}

.found {
    background-color: yellow;   
}

.btn-r {
   width: 40px;
   height: 40px;
   padding: 0px 9.4px;
   font-size: 20px;
   line-height: 2;
   border-radius: 50%;
   margin: 0 2px;
   color: black;
}

.btn-r:hover {
    background: rgba(0, 0, 0, 0.08);
    transition: .4s
}

.btn-group--table {
    padding: 0 !important
}

.btn-group--table .btn-group {
    width: 100%
}

.btn-group--table button {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    color: #0081ce;
    box-shadow: none;
}

.btn-group--table button:hover {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
}

.btn-group--table button:active {
    box-shadow: none;
    background-color: #0081ce;
}

.btn-group--table button:focus {
    box-shadow: none;
    background-color: #0081ce;
}

.btn-group--table .dropdown-menu {
    min-width: 150px;
}

.btn-group--table a {
    cursor: pointer;
}

/*///////////////////////// Modal*/

.modal-max .modal-header .close {
    line-height: 14px;
    float: left;
    padding: 7px;
    margin-right: 10px;
}

.modal-max .modal-header .btn-option {
    float: right;
}

@media (min-width: 480px){

    .ipmSrH:focus  {
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
        width: 450px;
    }
}

.modal-view .nonedisplay {
    display: none !important;
}

.optionaldisplay {
    display: none;
}

.modal-view .optionaldisplay {
    display: block;
}

.modal-view .modal-header .btn-option button {
    float: left;
}

.button-flyout {
    background-color: rgba(127, 255, 212, 0);
    color: #d4d4d4;
    padding: 12px 6px 12px 8px;
    border: none;
    border-bottom: 0.8px solid #c2c2c291;
    text-align: left;
    width: 100%;
    outline: none;
}

.button-flyout:hover i {
    color: #827c7c
}

.button-flyout span {
    font-size: 20px;
    color: #868686;
}

#accordionHospedagens .card-header {
    background-color: transparent;
    border-bottom: none;
}

#accordionHospedagens .card:first-child {
    border-top: none;
}


/*
--------------------------------------
Form add Imagem
--------------------------------------
*/

.file-upload {
    background-color: #ffffff;
    width: 140px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}


.image-title-wrap {
    /*padding: 0 15px 15px 15px;*/
    color: #222;
}

.drag-text {
    text-align: center;
    margin-top: 10%;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    font-size: 14px
        /* padding: 60px 0; */
}

/*.file-upload-image {
max-height: 200px;
max-width: 200px;
margin: auto;
padding: 20px;
}*/


/* .remove-image {
width: 200px;
margin: 0;
color: #fff;
background: #cd4535;
border: none;
padding: 10px;
border-radius: 4px;
border-bottom: 4px solid #b02818;
transition: all .2s ease;
outline: none;
text-transform: uppercase;
font-weight: 700;
} */

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.botao-remover {
    font-size: 20px;
    color: #ff7d7d;
}

.botao-remover:hover {
    color: #ea0000;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.14rem rgba(0, 0, 0, 0.25);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #555;
  border-radius: 3px;
  z-index: 1;
}
.overlay-nn {
    display: none;
    transition: .5s
}


.modal-header {
    background-color: black
}

.modal-content {
    border-radius: .5rem;
}

/*
---- STYLE
modos para actions do modal
*/

.action-edition .ac-edit {
    display: none;
}

.action-edition .ac-save {
    display: inline-block;
}

.action-edition .ac-delete {
    display: inline-block;
}

.action-visualization .ac-save {
    display: none;
}

.action-new .ac-delete,
.action-new .ac-edit
{
    display: none;
}