body,
html {
  font-family: 'Montserrat';
  font-size: 14px;
}
h4 {
  font-size: 1.2em;
}
.bg-warning,
.text-warning {
  background-color: #fcf8e3 !important;
  color: inherit !important;
}
.bg-info,
.text-info {
  background-color: #d9edf7 !important;
  color: inherit !important;
}
.bg-success,
.text-success {
  background-color: #dff0d8 !important;
  color: inherit !important;
}
.bg-danger,
.text-danger {
  background-color: #f2dede !important;
  color: inherit !important;
}
.btn-rnd {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.33333333px;
  background-color: #333;
  color: #fff;
}
.datepicker-wrap,
.timepicker-wrap {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.datepicker-wrap::before,
.timepicker-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-family: Fontawesome;
  content: '\f073';
  pointer-events: none;
  font-size: 1.2em;
}
.datepicker-wrap input,
.timepicker-wrap input {
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 2em;
  font-weight: inherit;
  cursor: pointer;
  margin-top: 0.18em;
}
.timepicker-wrap::before {
  content: '\f017';
}
.btn {
  border: 1px solid #e0e0e0;
}
.btn-icon {
  border: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-weight: inherit;
}
.btn-icon .icon {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #666;
  color: #fff;
  margin-right: 10px;
}
.btn-icon .dropdown-arrow {
  margin-left: 10px;
  font-size: 0.8em;
  transition: transform linear 0.1s;
}
.dropdown .btn-icon[aria-expanded='true'] .dropdown-arrow {
  transform: rotate(180deg);
}
.panel {
  background-color: #fff;
  margin: 1em 0;
  border-radius: 5px;
}
.panel > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.panel > .head h4 {
  padding: 0 20px ;
  position: relative;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 3px solid #666;
  margin: 0;
}
.panel > .head h4 i {
  margin-right: 20px;
}
.panel > .head h4 strong {
  color: #666;
}
.panel > .head .functions {
  padding-right: 20px;
}
.panel > .head .functions .btn-rnd {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  background-color: #666;
  color: #fff;
  border: none;
}
.panel > .body {
  padding: 20px;
  overflow: auto;
}
.panel > .body.list {
  padding-top: 0;
  padding-bottom: 0;
}
.panel > .body.list .cell:last-child {
  margin-bottom: 20px;
}
.panel > .body.list .cell:first-child {
  margin-top: 20px;
}
.panel > .head + .body {
  padding-top: 0;
}
.panel > .foot {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  padding: 15px 20px;
}
.panel.transparent {
  background-color: transparent;
  box-shadow: none;
}
.panel.transparent > .head {
  mix-blend-mode: multiply;
  justify-content: flex-start;
}
.panel.transparent > .body {
  padding: 15px 0;
  overflow: visible;
}
.panel.transparent.alt {
  border-radius: 0;
  border-left: 3px solid;
  mix-blend-mode: multiply;
}
.panel.transparent.alt > .head h4 {
  border-left: none;
}
.panel.transparent.alt > .body {
  padding: 15px 20px;
}
.btn-round .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 53px;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  background-color: #fbbc00;
  font-size: 20px;
  color: #fff;
}
.btn-round .label {
  display: block;
  font-weight: 300;
  padding: 0;
  margin-top: 5px;
  line-height: 1.2;
  font-size: 0.75em;
}
.contextmenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
}
.input-label .label {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.9em;
  text-align: inherit;
  color: inherit;
}
.input-label input {
  margin: 0;
  display: block;
  width: 100%;
  height: 42.3px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 300;
}
.input-label textarea,
.input-label .cke_editable {
  min-height: 80px;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 300;
}
.input-label textarea *:last-child,
.input-label .cke_editable *:last-child {
  margin-bottom: 0;
}
.input-combo {
  border: 1px solid #ddd;
  border-radius: 2px;
}
.input-combo::after {
  display: block;
  clear: both;
  content: '';
}
.input-combo input,
.input-combo .select-wrap {
  border: none;
  float: left;
}
.lapse input {
  width: 35%;
}
.lapse .select-wrap {
  width: 65%;
}
.time-interval,
.date-interval {
  position: relative;
}
.time-interval input,
.date-interval input {
  width: 50%;
  text-align: center;
}
.time-interval::before,
.date-interval::before {
  font-family: FontAwesome;
  content: '\f178';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  pointer-events: none;
  color: #666;
}
.checkbox-label {
  width: 100%;
  font-weight: 300;
  margin: 0;
}
.checkbox-label input,
.checkbox-label .label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.checkbox-label .label {
  font-weight: inherit;
  margin-left: 10px;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.select-wrap {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 42.3px;
}
.select-wrap select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 35px 8px 10px;
  border: none;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
  background: none;
  background-color: transparent;
}
.select-wrap::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f078';
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  line-height: 40px;
  pointer-events: none;
  color: #666;
}
.select-wrap.smooth {
  border: none;
}
.select-wrap.smooth select {
  padding-left: 0;
}
.info-box {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.info-box > * {
  display: table-cell;
  vertical-align: top;
  padding: 5px 18px;
}
.info-box .icon-wrap {
  text-align: center;
  font-size: 2em;
  width: 40px;
  background-color: orange;
  color: #fff;
}
