body {
  font-size: 16px;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.content-header > h1 {
  font-size: 26px;
}

.content-header > .breadcrumb {
  font-size: 14px;
}

.treeview-menu > li > a {
  font-size: 15px;
}

.form-control {
  font-size: 16px;
}

.btn-group-xs > .btn,
.btn-xs {
  font-size: 14px;
}

img {
  max-width: 100%;
}

.icheck-list label {
  font-weight: normal;
  margin-right: 20px;
}
.icheck-list .iradio_minimal-blue,
.icheck-list .icheckbox_minimal-blue,
.icheck-list .iradio_minimal-red,
.icheck-list .icheckbox_minimal-red,
.icheck-list .iradio_flat-green,
.icheck-list .icheckbox_flat-green {
  margin-right: 8px;
}

textarea {
  resize: none;
}

.ui-datepicker {
  z-index: 999999 !important;
}

.dataTable th {
  white-space: nowrap !important;
}

.nowrap {
  white-space: nowrap !important;
}

.disabled {
  background-color: #ccc !important;
}

.help-block {
  color: #d73925;
}

.overflow {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  z-index: 999999 !important;
}
.overflow .conf {
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overflow .conf p {
  margin-bottom: 20px;
}
.overflow .btns {
  display: flex;
  justify-content: space-between;
}

input.checkbox,
input.radio {
  display: none;
}
input.checkbox:checked + .checkbox-btn, input.checkbox:checked + .radio-btn,
input.radio:checked + .checkbox-btn,
input.radio:checked + .radio-btn {
  background-color: #0f0;
  color: #fff;
}

label.checkbox-btn,
label.radio-btn {
  cursor: pointer;
  background-color: #467fcf;
  color: #fff;
  margin: 2px;
}
label.checkbox-btn:hover,
label.radio-btn:hover {
  color: #fff;
}

input.checkbox-success,
input.radio-success {
  display: none;
}
input.checkbox-success:checked + .checkbox-success-btn, input.checkbox-success:checked + .radio-success-btn,
input.radio-success:checked + .checkbox-success-btn,
input.radio-success:checked + .radio-success-btn {
  background-color: #1eff00d7;
  color: #fff;
}

.checkbox-success-btn,
.radio-success-btn {
  background-color: #2ab300;
  color: #fff;
}
.checkbox-success-btn:hover,
.radio-success-btn:hover {
  background-color: #1eff00d7;
  color: #fff;
}

input.checkbox-warning,
input.radio-warning {
  display: none;
}
input.checkbox-warning:checked + .checkbox-warning-btn, input.checkbox-warning:checked + .radio-warning-btn,
input.radio-warning:checked + .checkbox-warning-btn,
input.radio-warning:checked + .radio-warning-btn {
  background-color: #ffe600;
  color: #fff;
}

.checkbox-warning-btn,
.radio-warning-btn {
  background-color: #ffc400;
  color: #fff;
}
.checkbox-warning-btn:hover,
.radio-warning-btn:hover {
  background-color: #ffe600;
  color: #fff;
}

input.checkbox-delete,
input.radio-delete {
  display: none;
}
input.checkbox-delete:checked + .checkbox-delete-btn, input.checkbox-delete:checked + .radio-delete-btn,
input.radio-delete:checked + .checkbox-delete-btn,
input.radio-delete:checked + .radio-delete-btn {
  background-color: #ff9900;
  color: #fff;
}

label.checkbox-delete-btn,
label.radio-delete-btn {
  cursor: pointer;
  background-color: #d73925;
  color: #fff;
  margin: 2px;
}
label.checkbox-delete-btn:hover,
label.radio-delete-btn:hover {
  background-color: #ff9900;
  color: #fff;
}

input.checkbox-red,
input.radio-red {
  display: none;
}
input.checkbox-red + .checkbox-border-red,
input.checkbox-red + .radio-border-red,
input.radio-red + .checkbox-border-red,
input.radio-red + .radio-border-red {
  border: 2px solid #fff;
}
input.checkbox-red:checked + .checkbox-border-red, input.checkbox-red:checked + .radio-border-red,
input.radio-red:checked + .checkbox-border-red,
input.radio-red:checked + .radio-border-red {
  border: 2px solid #d73925;
  color: #d73925;
}

.bigcheck {
  width: 15px;
  height: 15px;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.loading__inner {
  width: 20%;
}
.loading .loader {
  width: 100%;
  text-align: center;
}
.loading .loader svg path,
.loading .loader svg rect {
  fill: #357ca5;
}

.ajax-loading {
  display: none;
}
.ajax-loading .loader {
  width: 100%;
  text-align: center;
}
.ajax-loading .loader svg path,
.ajax-loading .loader svg rect {
  fill: #357ca5;
}

.calendar table {
  width: 90%;
  font-size: 20px;
}
.calendar table th {
  background-color: #fff;
}
.calendar table td {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
  width: 14.2%;
}
.calendar table td.today {
  background-color: #ffe476;
}
.calendar table td .day {
  position: absolute;
  top: 10px;
  right: 10px;
}
.calendar table td span:not(.day) {
  font-size: 14px;
  color: #000;
}
.calendar table th,
.calendar table td {
  border: 1px solid #ccc;
  text-align: center;
}
.calendar table td:first-child,
.calendar table th:first-child {
  color: #eb76a2;
}
.calendar table td:last-child,
.calendar table th:last-child {
  color: #33a1d2;
}
.calendar table .heading {
  color: #495057 !important;
  padding: 8px;
}
.pagination {
  margin: 0 !important;
  margin-top: 10px !important;
}

.page-link.active {
  background-color: #eee;
}

@media only screen and (max-width:960px) {
  .sp-font14 {
    font-size: 14px;
  }
}

@media only screen and (max-width:960px) {
  .sp-font13 {
    font-size: 13px;
  }
}

@media only screen and (max-width:960px) {
  .sp-font12 {
    font-size: 12px;
  }
}

@media only screen and (max-width:960px) {
  .sp-font11 {
    font-size: 11px;
  }
}

@media only screen and (max-width:960px) {
  .sp-font10 {
    font-size: 11px;
  }
}
