.locale-layout section {
  margin-bottom: 1rem;
}
.locale-layout .load-more {
  margin: 10px;
}
.locale-layout h1,
.locale-layout h2,
.locale-layout h3,
.locale-layout h4 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}
.locale-layout h1 {
  font-size: 1.5rem;
  font-weight: 400;
}
.locale-layout h2 {
  font-size: 18px;
}
.locale-layout h3 {
  font-size: 12px;
}
.locale-layout h4 {
  font-size: 10px;
}
.locale-layout strong {
  font-weight: 600;
}
.locale-layout ul.content-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #c1c1c1;
  margin: 0;
}
.locale-layout ul.content-tabs li {
  cursor: pointer;
  flex-grow: 1;
  list-style: none;
  text-align: center;
  background: #c1c1c1;
  color: white;
  text-transform: uppercase;
  font-size: small;
  font-weight: bold;
  border-right: 1px solid white;
  padding: 10px;
}
.locale-layout ul.content-tabs li:last-child {
  border-right: none;
}
.locale-layout ul.content-tabs li.current {
  color: black;
  background: white;
}
.locale-layout .fa-stack {
  font-size: 1.2em;
}
.locale-layout .fix-select2 .select2-container .select2-choice {
  min-height: 37px;
}
.locale-layout .fix-select2 > select {
  opacity: 0;
}
.locale-layout .text {
  font-weight: 400;
  line-height: normal;
  font-size: 12px;
}
.locale-layout .text.bold {
  font-weight: 600;
}
.locale-layout .text.vbold {
  font-weight: 800;
}
.locale-layout .text.large {
  font-size: 14px;
}
.locale-layout .text.small {
  font-size: 10px;
}
.locale-layout .inline {
  display: inline-block;
}
.locale-layout input::placeholder {
  text-transform: uppercase;
  font-size: 13px;
}
.locale-layout #locale-content {
  background: #fff;
}
.locale-layout #locale-content .dt-actions {
  text-align: right;
  padding-right: 20px;
}
.locale-layout #locale-content .dt-actions .logbtn {
  float: none;
  display: inline-block;
  margin: 5px 0px 3px 0;
  min-width: 12px;
  text-align: center;
}
.locale-layout #locale-content .dt-actions .logbtn.disabled {
  color: #696969;
  background: #c1c1c1 !important;
  cursor: not-allowed;
}
.locale-layout #locale-content .datatable-header {
  color: #434343;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
.locale-layout #locale-content .datatable-header h1 {
  margin-top: 6px;
  font-weight: inherit;
  font-size: inherit;
}
.locale-layout #locale-content .datatable-header .filter-daterange {
  text-align: right;
}
.locale-layout #locale-content .datatable-header .filter-daterange button {
  margin-right: 15px;
}
.locale-layout #locale-content .datatable-header .filter-daterange .inptDiv {
  background: #c2652d;
  border: none;
  margin-right: 15px;
}
.locale-layout #locale-content .datatable-header .filter-daterange .inptDiv input {
  color: white;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.locale-layout #locale-content .logbtn i.fa {
  margin-right: 0;
}
.locale-layout .btn-custom {
  padding: 5px 10px 0px;
}
.locale-layout .input-search-field {
  position: relative;
  display: inline-block;
  width: calc(100% - 11px);
}
.locale-layout .input-search-field .btn-search-cancel {
  display: none;
  position: absolute;
  min-width: initial;
  background-color: #fff !important;
  color: #1f1f1f !important;
  border-radius: 30px !important;
  min-height: initial;
  width: 30px;
  height: 30px;
  top: 3px;
  right: 3px;
  transition: color 0.5s ease;
}
.locale-layout .input-search-field .btn-search-cancel:hover {
  color: #404040 !important;
  background-color: #fafafa !important;
}
.locale-layout .input-search-field.active .btn-search-cancel {
  display: block;
}
.signature-box a.ipad_custom,
.signature-box a.sigweb {
  display: block;
  background: none !important;
  color: #212121 !important;
  border-top: solid 2px #c1c1c1;
  border-bottom: solid 2px #c1c1c1;
  padding: 12px;
  margin-top: 20px;
}
.scroller-widget,
.grid-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.scroller-widget.padded,
.grid-container.padded {
  padding-bottom: 1.5rem;
}
.scroller-widget .scroller-item,
.grid-container .scroller-item,
.scroller-widget .grid-item,
.grid-container .grid-item {
  margin-top: 1.5rem;
  background: #f7f7f7;
  position: relative;
}
.scroller-widget .scroller-item .spacer,
.grid-container .scroller-item .spacer,
.scroller-widget .grid-item .spacer,
.grid-container .grid-item .spacer {
  padding: 10px;
}
.scroller-widget .scroller-item h3,
.grid-container .scroller-item h3,
.scroller-widget .grid-item h3,
.grid-container .grid-item h3 {
  margin: 0;
}
.scroller-widget .scroller-item .grid-image,
.grid-container .scroller-item .grid-image,
.scroller-widget .grid-item .grid-image,
.grid-container .grid-item .grid-image {
  position: relative;
  height: 128px;
  overflow: hidden;
}
.scroller-widget .scroller-item .grid-image img,
.grid-container .scroller-item .grid-image img,
.scroller-widget .grid-item .grid-image img,
.grid-container .grid-item .grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroller-widget .scroller-item .grid-image .label,
.grid-container .scroller-item .grid-image .label,
.scroller-widget .grid-item .grid-image .label,
.grid-container .grid-item .grid-image .label {
  position: absolute;
  color: white;
  background: rgba(68, 68, 68, 0.52);
  padding: 5px 9px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.scroller-widget .scroller-item .grid-image .label:empty,
.grid-container .scroller-item .grid-image .label:empty,
.scroller-widget .grid-item .grid-image .label:empty,
.grid-container .grid-item .grid-image .label:empty {
  display: none;
}
.scroller-widget .scroller-item .grid-image .topleft,
.grid-container .scroller-item .grid-image .topleft,
.scroller-widget .grid-item .grid-image .topleft,
.grid-container .grid-item .grid-image .topleft {
  top: 0;
  left: 0;
}
.scroller-widget .scroller-item .grid-image .bottomright,
.grid-container .scroller-item .grid-image .bottomright,
.scroller-widget .grid-item .grid-image .bottomright,
.grid-container .grid-item .grid-image .bottomright {
  bottom: 0;
  right: 0;
}
.scroller-widget .scroller-item .grid-content,
.grid-container .scroller-item .grid-content,
.scroller-widget .grid-item .grid-content,
.grid-container .grid-item .grid-content {
  padding: 10px;
  font-size: 0.7rem;
}
.scroller-widget .scroller-item .grid-content p,
.grid-container .scroller-item .grid-content p,
.scroller-widget .grid-item .grid-content p,
.grid-container .grid-item .grid-content p {
  font-size: 1em;
  margin: 0;
  line-height: normal;
}
.scroller-widget .scroller-item .grid-content .btn-bottom-right,
.grid-container .scroller-item .grid-content .btn-bottom-right,
.scroller-widget .grid-item .grid-content .btn-bottom-right,
.grid-container .grid-item .grid-content .btn-bottom-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 5px 12px;
  line-height: normal;
}
.grid-row-pad {
  padding: 10px 0;
}
.medium-dialog .grid-margin-y {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
li.context-menu-item {
  list-style-type: none;
}
li.context-menu-item.context-menu-hover {
  background: #aaa;
}
.medium-dialog .modal-form-static {
  font-size: 0.8em;
}
#confirmBox.style-2019 h1 {
  text-transform: uppercase;
  font-size: 1.5em !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
  margin: 0px 20px !important;
  margin-bottom: 15px !important;
}
#confirmBox.style-2019 div#confirmButtons {
  text-align: right;
}
#confirmBox .confirmBoxCloseIcon {
  display: none;
  float: right;
  font-size: 22px;
  opacity: 0.6;
  font-weight: bold;
  margin: 5px 10px;
  cursor: pointer;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 0;
  border-radius: 0;
}
.saved-it {
  text-transform: uppercase;
  color: red;
  font-size: small;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  right: 36px;
  bottom: -6px;
}
.notes-tooltip .material-icons-outlined {
  font-size: 14px;
  line-height: 22px;
}
.tooltipster-no-border {
  border-radius: 5px;
  border: none;
  background: #555555;
  color: #fff;
  max-width: 300px;
  font-size: 10px;
}
.tooltipster-no-border .tooltipster-content {
  padding: 16px;
}
.tooltipster-no-border .tooltipster-content h4 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 10px;
}
.tooltipster-no-border .tooltipster-content p {
  white-space: pre-line;
  line-height: 14px;
  padding-bottom: 0px;
}
.tooltipster-no-border .tooltipster-content .wd-100 {
  max-width: 100px;
}
.tooltipster-no-border .tooltipster-content .wd-200 {
  max-width: 200px;
}
.tooltipster-no-border .tooltipster-content .wd-300 {
  max-width: 300px;
}
.tooltipster-no-border .tooltipster-arrow-border {
  border: none;
}
.form-group-contracted-handle,
.form-field-contracted-handle {
  color: #212121 !important;
  font-size: 13px;
  cursor: pointer;
}
.restyle-2022 label.checkbox-label,
.restyle-2022 .form-label-wrapper {
  text-transform: none;
}
.restyle-2022 .dropzone,
.restyle-2022 .select2-container,
.restyle-2022 .inptDiv {
  border: 1px solid #909090 !important;
  border-radius: 3px;
}
.restyle-2022 .dropzone.disabled,
.restyle-2022 .select2-container.disabled,
.restyle-2022 .inptDiv.disabled {
  opacity: 0.6;
}
.restyle-2022 .selectDiv {
  min-height: initial;
  background: none;
}
.restyle-2022 .switch_wrap .switch {
  border-radius: 18px;
  border-color: #7b7b7b;
}
.restyle-2022 .switch_wrap .switch span.bullet {
  border-radius: 25px !important;
  border: 1px solid #7b7b7b !important;
  width: 24px !important;
  height: 24px !important;
  background: #fff !important;
  top: -1px;
  left: -1px;
  transition: left 0.2s linear;
}
.restyle-2022 .switch_wrap .switch span.bullet:before,
.restyle-2022 .switch_wrap .switch span.bullet:after {
  content: none;
}
.restyle-2022 .switch_wrap .switch::before {
  left: 5px;
}
.restyle-2022 .switch_wrap .switch::after {
  left: 25px;
}
.restyle-2022 .switch_wrap input[type=checkbox]:checked + div.switch .bullet {
  left: 41px;
}
.restyle-2022 .switch_wrap input[type=checkbox]:disabled + div.switch {
  opacity: 0.6;
}
.restyle-2022 .select2-search-field .select2-input {
  color: #909090 !important;
  font-size: 14px !important;
  margin-left: 2px !important;
}
.restyle-2022 .select2-container .select2-choice {
  min-height: initial;
  height: initial;
}
.restyle-2022 .select2-container .select2-choice .select2-arrow {
  border-radius: 3px;
  background: none;
  width: 40px;
}
.restyle-2022 .select2-container .select2-choice .select2-arrow b {
  background-color: inherit;
}
.restyle-2022 .select2-container .select2-choice .select2-arrow b:before {
  font-size: 20px;
  line-height: 38px;
}
.restyle-2022 .select2-container.select2-container-disabled {
  opacity: 0.6;
}
.restyle-2022 .select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 20px 5px 5px;
}
.restyle-2022 .select2-container-multi .select2-choices .select2-search-field input {
  padding: 4px 8px;
}
.restyle-2022 .select2-container-multi .select2-choices::after {
  content: "\f107";
  position: absolute;
  right: -1px;
  top: 0px;
  height: 100%;
  width: 40px;
  color: #ffffff;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  cursor: pointer;
}
.restyle-2022 input::placeholder {
  text-transform: none;
  font-size: 14px;
  color: #909090 !important;
  padding: 6px;
}
.restyle-2022 .checkContainer {
  background: #1f1f1f;
  border: none;
  border-radius: 3px;
}
.restyle-2022 .checkContainer .chk.clicked:before {
  color: #fff;
  font-size: 16px;
}
.restyle-2022 .radioCont .checkBox {
  border: solid 1px #909090;
  border-left: none;
  border-right: none;
  position: relative;
  width: 140px;
}
.restyle-2022 .radioCont .checkBox:first-child {
  border-radius: 3px 0 0 3px;
  border-left: solid 1px #909090;
}
.restyle-2022 .radioCont .checkBox:last-child {
  border-radius: 0 3px 3px 0;
  border-right: solid 1px #909090;
}
.restyle-2022 .radioCont .checkBox .checkContainer {
  background: none;
  width: 100%;
  height: 35px;
  position: relative;
}
.restyle-2022 .radioCont .checkBox .checkContainer input[type="radio"] {
  width: 100%;
  height: inherit;
  top: 0px !important;
  z-index: 10000;
}
.restyle-2022 .radioCont .checkBox .checkContainer .chk {
  position: static;
  width: 100%;
  height: inherit;
  border-radius: 0;
  margin: 0px !important;
}
.restyle-2022 .radioCont .checkBox .checkContainer .chk.clicked {
  background: #1f1f1f;
}
.restyle-2022 .radioCont .checkBox .chkTxt {
  position: absolute;
  text-align: center;
  width: inherit;
  height: inherit;
  margin: 6px 0;
  color: inherit;
  overflow: hidden !important;
  white-space: nowrap;
  padding: 0 4px;
}
.restyle-2022 .radioCont .checkBox.radio-on {
  color: #fff;
}
.restyle-2022 table.datatable td {
  text-transform: none;
}
.restyle-2022 table.datatable td table.dt-view-details tr > td:first-child {
  text-transform: uppercase;
}
.restyle-2022 .dataTables_length label {
  background: none;
  color: #747474;
  text-transform: none;
}
.restyle-2022 .dataTables_length label .select2-container {
  background: none;
  border: none !important;
}
.restyle-2022 .dataTables_length label .select2-container .select2-arrow {
  width: 32px;
}
.restyle-2022 .dataTables_length label .select2-container .select2-arrow b:before {
  line-height: 38px;
}
.restyle-2022 .dataTables_paginate {
  background: none !important;
}
.restyle-2022 .dataTables_paginate a.paginate_button {
  background: none;
  color: #747474;
  text-decoration: none;
}
.restyle-2022 .dataTables_paginate a.paginate_button.previous,
.restyle-2022 .dataTables_paginate a.paginate_button.next {
  font-size: 20px;
}
.restyle-2022 .dataTables_paginate a.paginate_button.disabled {
  opacity: 0.38;
}
.restyle-2022 .dataTables_paginate a.paginate_button:hover {
  background: #0000000a !important;
}
.restyle-2022 .dataTables_paginate a.paginate_button.current {
  background: #1f1f1f !important;
  color: #fff;
}
.restyle-2022 .log_footer {
  float: none;
}
