﻿/*================================================================================
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
    Version: 2.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(194, 220, 195, 0.3);
}

div.LoadingPanel {
  width: 100px;
  height: 100px;
  background-image: url(/pic/loading/spinner.png);
  background-repeat: no-repeat;
  opacity: 0.7;
  translate: -36px;
}

.mr-05 {
  margin-right: 0.5rem !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #212724;
  border: none;
}

.events-container::-webkit-scrollbar {
  background: #fff;
  width: 6px;
}

::-webkit-scrollbar-corner {
  background: #323a32;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #18a460;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

@keyframes spinnerframes {
  from {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinnerframes /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.SpinnerRotater {
  -webkit-animation: spinnerframes 1.3s linear infinite;
  -moz-animation: spinnerframes 1.3s linear infinite;
  -o-animation: spinnerframes 1.3s linear infinite;
  animation: spinnerframes 1.3s linear infinite;
}

#MainUpdatePanel {
  padding-bottom: 1px;
}

.login-image {
  background-image: url(/pic/login_636.jpg);
  background-size: cover;
  width: 400px;
}

.login-logo {
  position: absolute;
  height: 3em;
  right: 2.5em;
  bottom: 1em;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
  background-image: url(/pic/logo-monitorio.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 20px;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  margin-bottom: 0 !important;
}

/*
.navigation-main .nav-item i*/
.main-menu-content .nav-item i {
  display: inline;
  width: 20px;
}

.main-menu.menu-light .navigation li.has-sub ul.menu-content {
  padding-left: 12px;
}

.navbar-container .icon-refresh-cw {
  top: -3px;
  position: relative;
}

.navbar-container .icon-maximize {
  top: -3px;
  position: relative;
}

.header-navbar .user-initials {
  display: block;
  background-color: #127846;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  padding: 0;
}

.header-navbar .user-initials i {
  color: white !important;
}

.bk-profilepic {
  width: 100%;
  border-radius: 50%;
}

.list-profilepic {
  position: relative;
  height: 34px;
  border-radius: 50%;
  margin-top: -1px;
  transform: scale(1);
  transition: all 0.4s;
}

/*.list-profilepic.active {
    z-index: 10;
    transform: scale(9);
    transition: all 0.2s;
    margin-left: 168px;
}*/
.card-button {
  position: absolute;
  bottom: 12px;
}

#main-icons .card-text {
  margin-bottom: 50px;
}

.popover {
  max-width: none;
}

.popover .popover-header {
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.popover-header {
  background-color: #28c76f;
  border-bottom: 1px solid #28c76f;
}

body.dark-layout .popover[x-placement=left] .arrow:after {
  border-left-color: #219e59;
}

body.dark-layout .popover .popover-body {
  color: #fff;
  background-color: #219e59;
}

.RadWindow .rwTitle {
  margin-top: 3px;
}

.RadWindow .rwTitleWrapper {
  height: 28px;
}

.RadWindow .rwIcon {
  position: absolute;
  font-size: 14px;
  top: 11px;
  left: 13px;
}

.RadWindow .rwTitleRow .rwIcon {
  position: absolute;
  font-size: 14px;
  top: 4px;
  left: 13px;
}

.RadWindow_BlackMetroTouch .rwTable a.rwIcon {
  background-image: none;
}

.RadWindow_BlackMetroTouch .rwShadow a.rwIcon {
  margin: 8px 0 0 7px;
}

.RadWindow_BlackMetroTouch .rwShadow ul.rwControlButtons {
  margin: -1px -11px 0;
}

.RadWindow_BlackMetroTouch .rwTable ul.rwControlButtons {
  margin: 0px 0 0;
}

.RadWindow_BlackMetroTouch .rwShadow .rwTitlebarControls em {
  padding: 4px 0 0 0px;
}

.RadWindow_BlackMetroTouch .rwTable .rwTitlebarControls em {
  font-size: 16px;
}

#ImagePreviewToolBar.RadToolBar_BlackMetroTouch .icnImageEditor .rtbText {
  margin-top: 0px;
}

.RadWindow_BlackMetroTouch .rwTable .rwTitlebarControls {
  height: 40px;
}

.BlackMetroTouch.RadEditor .reEditorModes a:focus,
.BlackMetroTouch.RadEditor .reEditorModes a:active,
.BlackMetroTouch.RadEditor a.reMode_selected,
.BlackMetroTouch.RadEditor a.reMode_selected:hover,
.BlackMetroTouch.reToolWrapper .reSplitButton.reTool:hover {
  background-color: #64d19c;
  border-color: #64d19c;
  color: #fff !important;
}

.reTextArea {
  background-color: #212722;
  font-size: 14px;
  color: #c2dccb;
  font-family: monospace;
}

/* List things */
.RadGrid_BlackMetroTouch .rgPagerCell .rgNumPart a.rgCurrentPage {
  border-color: #64d19c;
  color: #64d19c;
}

.RadGrid_BlackMetroTouch .rgPagerCell .rgNumPart a {
  width: auto;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.RadGrid_BlackMetroTouch td:has(.list-norm-number) {
  text-align: center;
}

.RadGrid_BlackMetroTouch .list-norm-number {
  font-weight: 700;
  font-size: 20px;
  font-family: Arial;
}

.RadGrid_BlackMetroTouch .list-norm-title {
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.RadGrid_BlackMetroTouch .list-norm-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.RadGrid_BlackMetroTouch .list-checkpoint-title {
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

tr.week-delimiter {
  height: 48px !important;
}

/*tr.week-delimiter::before {
    display: inline;
    position: absolute;
    content: "KW";
}
*/
tr.week-delimiter td {
  border-top: 10px solid #46a3cd !important;
}

/*.dashboard-grid.hide-checkbox tr td:first-of-type,        #46a3cd #127846
.dashboard-grid.hide-checkbox tr th:first-of-type {
    width: 50px
}
*/
.search-container {
  float: right;
  padding: 0.9rem 2rem;
  line-height: 1.3em;
  border-radius: 1.428rem;
  background-color: #212724;
  padding: 0.6rem 1rem;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .search-container {
    float: left;
  }
}
.btn-group {
  float: left;
  margin-right: 5px;
}

.search-container-left {
  float: left;
  padding: 0.9rem 2rem;
  line-height: 1.3em;
  border-radius: 1.428rem;
  background-color: #212724;
  padding: 0.6rem 1rem;
  margin-bottom: 15px;
}

.search-textbox {
  border: none !important;
  color: #badfc5;
  background-color: transparent !important;
  outline: none;
  margin-left: 0.7em;
  margin-right: 0.7em;
  width: 140px;
}

.list-status-box {
  border-radius: 20px;
  font-size: 12px;
  padding: 3px 11px;
  color: #000;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
}

.RadGrid_BlackMetroTouch .rgRow > td,
.RadGrid_BlackMetroTouch .rgAltRow > td {
  border-bottom: 1px solid #1b1b1b;
}

.RadGrid .rgRow > td,
.RadGrid .rgAltRow > td,
.RadGrid .rgEditRow > td,
.RadGrid .rgFooter > td,
.RadGrid .rgFilterRow > td,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgGroupHeader td {
  padding-left: 10px;
  padding-right: 10px;
}

.dashboard-grid .rgHeader {
  white-space: nowrap;
}

.crematio-order table {
  min-width: 1200px;
}

.dropdown .btn:not(.btn-sm):not(.btn-lg),
.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle {
  padding-top: calc(0.9rem - 0px);
  padding-bottom: calc(0.9rem - 0px);
}

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.3rem;
  hyphens: none;
}

.fit-content {
  width: fit-content;
}

.bold-text {
  font-weight: 700;
}

.btn-warning {
  color: #2a2e30;
}

.dropdown .dropdown-menu::before {
  border-top: 1px solid #65c38d;
  border-left: 1px solid #65c38d;
}

body.dark-layout .dropdown-menu {
  border: 1px solid #65c38d;
  padding: 7px;
}

body.dark-layout .scrolllist .dropdown-menu {
  overflow-x: auto;
  max-height: calc(100vh - 350px);
  top: calc(100% - 10px);
}

@media (max-width: 575.98px) {
  body.dark-layout .scrolllist .dropdown-menu {
    max-height: calc(100vh - 395px);
  }
}
.min-height-600 {
  min-height: 420px;
}

.btn-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-outline-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover,
.btn-flat-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
  color: #fff !important;
  background-color: #65c38d !important;
}

.dropdown .dropdown-menu .dropdown-item,
.dropup .dropdown-menu .dropdown-item,
.dropright .dropdown-menu .dropdown-item,
.dropleft .dropdown-menu .dropdown-item {
  padding: 0.4rem 1.4rem;
  font-size: 1rem;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item {
  padding: 0.85rem 1.4rem;
  font-size: 1rem;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  border: none !important;
  -webkit-text-fill-color: #c2dccb !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 30px #333934 inset !important;
}

.ishere input:-webkit-autofill,
.ishere input:-webkit-autofill:hover,
.ishere input:-webkit-autofill:focus,
.ishere input:-webkit-autofill:active {
  border: none !important;
  -webkit-text-fill-color: #c2dccb !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 30px #006d00 inset !important;
}

:focus {
  outline: none;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
  padding-top: 13px;
  padding-bottom: 12px;
  font-weight: bold;
}

.RadGrid_BlackMetroTouch {
  font-size: 1.1rem;
  font-family: "Montserrat", Helvetica, Arial, serif;
  background-color: #212722;
  color: #c2dccb;
  letter-spacing: -0.05em; /* Little bit more compact! */
  clear: both;
}

.btn {
  letter-spacing: -0.05em; /* Little bit more compact! */
}

.RadGrid_BlackMetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid_BlackMetroTouch .rgSelectedRow {
  color: #212722;
  background: #64d19c;
}

html .RadGrid .rgDragIcon {
  top: -3px;
  position: relative;
}

.NoEntries {
  margin: 20px;
}

.autoheight .rgDataDiv {
  height: auto !important;
}

.dashboard-grid.card {
  margin-bottom: 0 !important;
}

.dashboard-grid.card.mb {
  margin-bottom: 1.1em !important;
}

body.dark-layout .rgSelectedRow .ListImageLabel {
  color: #212722;
}

body.dark-layout .rmText {
  color: #c2dccb;
}

body:has(.RadWindow:not([style*="display: none"])) {
  overflow: hidden;
}

/* Alerts */
.TelerikModalOverlay {
  background-color: #000000 !important;
  opacity: 0.2 !important;
  /*    width: 100% !important;
  height: 100% !important;*/
}

.RadWindow .rwIcon::before {
  content: "\e137";
  margin: -3px 0 0 -11px;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  font: 2em/1 "WebComponentsIcons";
  display: block;
}

.RadWindow.rwShadow {
  box-shadow: 4px 2px 10px 2px rgba(88, 168, 117, 0.35);
}

.RadWindow_BlackMetroTouch {
  font-family: "Montserrat", Helvetica, Arial, serif;
  color: #fff;
  background-color: #222;
  border-color: #64d19c;
  padding: 0;
}

.monitorio-list {
  overscroll-behavior-y: contain;
}

/*.monitorio-list .RadWindow_BlackMetroTouch {
    // Telerik fixer!
    position: fixed !important;
    top: calc(50vh - 80px) !important;
}*/
.RadWindow .rwDialogButtons {
  padding: 10px;
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.RadWindow_BlackMetroTouch .rwContent {
  background-color: transparent;
}

.rwDialogButtons button {
  margin-bottom: 10px !important;
  padding: 4px 25px !important;
}

.RadWindow_BlackMetroTouch .rwPromptDialog .rwOkBtn,
.RadWindow_BlackMetroTouch .rwDialogButtons .rwOkBtn,
.RadWindow_BlackMetroTouch .rwConfirmDialog .rwOkBtn {
  border-color: #64d19c;
  color: #212722;
  background-color: #64d19c;
}

.RadWindow_BlackMetroTouch .rwPromptDialog .rwOkBtn:active,
.RadWindow_BlackMetroTouch .rwDialogButtons .rwOkBtn:active,
.RadWindow_BlackMetroTouch .rwConfirmDialog .rwOkBtn:active {
  border-color: #64d19c;
  color: #212722;
  background-color: #64d19c;
}

.RadWindow_BlackMetroTouch .rwPromptDialog .rwOkBtn:hover,
.RadWindow_BlackMetroTouch .rwDialogButtons .rwOkBtn:hover,
.RadWindow_BlackMetroTouch .rwConfirmDialog .rwOkBtn:hover {
  border-color: #64d19c;
  color: #212722;
  background-color: #64d19c;
}

.RadWindow_BlackMetroTouch .rwDialogButtons button:active {
  border-color: #03745c;
  color: #fff;
  background-color: #03745c;
}

.RadWindow .rwDialogContent {
  min-height: 50px;
  padding: 0.714em 0 0.71428571em 4.58571429em;
}

.RadWindow .rwDialog::before {
  color: #626262;
  top: 0.3em;
  font-size: 40px;
}

.RadWindow .rwCommands {
  margin: -10px 0 0;
}

.rwDialogPopup.radconfirm {
  padding: 25px 15px;
}

/* Mask */
.AdminEditorContainer {
  padding: 1.5rem 1.5rem;
}

.AdminEditor {
  width: 100%;
}

.AdminEditor .FieldLabel {
  width: 30%;
  hyphens: manual;
}

.AdminStatusEditor {
  width: 100%;
}

.AdminStatusEditor .FieldLabel {
  width: 45%;
}

.FieldLabel {
  padding-top: 10px;
  padding-right: 20px;
  vertical-align: top;
}

i.is-required-asterix:after {
  content: " *";
  color: #f00;
  font-size: 18px;
  line-height: 10px;
  position: relative;
  top: 2px;
  left: -2px;
}

.FieldValue {
  vertical-align: top;
  padding-bottom: 8px;
}

.FieldDisplayOnly {
  display: block;
  margin-top: 9px;
  vertical-align: top;
  font-weight: 700;
}

.FieldDisplayOnlyMb {
  display: block;
  margin-top: 9px;
  margin-bottom: 8px;
  vertical-align: top;
  font-weight: 700;
}

body.dark-layout .FieldTextBox,
body.dark-layout .FieldNumericBox {
  color: #c2dccb;
  background-color: #333934;
}

body.dark-layout .FieldTextBox:focus,
body.dark-layout .FieldNumericBox:focus {
  background-color: #487b5a !important;
}

body.dark-layout .FieldTextBox:hover,
body.dark-layout .FieldNumericBox:hover {
  background-color: #487b5a !important;
}

.RadComboBox_BlackMetroTouch .rcbInner {
  color: #c2dccb !important;
  background-color: #333934 !important;
  border-color: #1a1f1d !important;
  border-radius: 5px !important;
  outline: 0 !important;
}

.RadComboBox .rcbInner {
  padding: 7px 2em 9px 10px !important;
}

.RadComboBox_BlackMetroTouch .rcbInner:hover,
.RadComboBox_BlackMetroTouch .rcbInner:focus-within {
  background-color: #487b5a !important;
}

.RadComboBox_BlackMetroTouch .rcbFocused .rcbActionButton, .RadComboBox_BlackMetroTouch .rcbExpanded .rcbActionButton {
  border: none;
  color: #fff;
  background-color: #127846;
}

.RadComboBoxDropDown_BlackMetroTouch {
  background-color: #333934;
  border: 1px solid #000;
  border-top: none;
  -webkit-box-shadow: 5px 5px 23px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 23px -6px rgba(0, 0, 0, 0.3);
}

.RadComboBox .rcbActionButton {
  top: 0 !important;
  background-color: #333934;
}

.RadComboBox .rcbActionButton {
  border: 0;
  height: 28px;
  border-radius: 5px;
}

.FieldTextBox,
.FieldNumericBox {
  /* display: block;*/
  width: 100%;
  height: calc(1.25em + 1.4rem + 1px);
  padding: 0.7rem 0.7rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.FieldNumericBox {
  padding: 0.5rem 0.5rem !important;
}

.FieldValue input:disabled:not(.rcbInput),
.FieldValue textarea:disabled {
  background-color: #232738;
}

.AdminEditorButtons {
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  .AdminEditorButtons {
    margin-bottom: 35px;
  }
}
.editor-field .profile-pic {
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .editor-field .profile-pic {
    margin-bottom: 15px;
  }
}
.editor-field .signature {
  border-radius: 25px;
  background-color: #fefefe;
}

@media (max-width: 575.98px) {
  .editor-field .signature {
    margin-bottom: 15px;
  }
}
.editor-field .profile-file {
  position: absolute;
  top: -3px;
  margin: 0;
  font-size: 24px;
  padding: 0;
  width: 200px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}

.RadComboBox .rcbInner {
  padding: 7px 2em 6px 10px;
}

.RadComboBox .rcbActionButton {
  top: 3px;
}

.RadInput_Black .riTextBox,
.RadInput_Black .riSelect,
.RadInput_Black .rcSelect,
.RadInputMgr_Black {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #c2dccb;
  background-color: #333934;
  line-height: 1.25;
  padding: 0.7em 0 0.4rem 0.6em;
}

.RadInput_Black.RadInputFocused .riTextBox,
.RadInput_Black.RadInputFocused .riSelect,
.RadInput_Black.RadInputFocused .rcSelect,
.RadInputMgr_Black {
  border-color: #487b5a;
  color: #c2dccb;
  background: #487b5a;
}

.RadInput_Black.RadInputHovered .riTextBox,
.RadInput_Black.RadInputHovered .riSelect,
.RadInput_Black.RadInputHovered .rcSelect,
.RadInput_Hover_Default {
  border-color: #487b5a;
  color: #c2dccb;
  background: #487b5a;
}

.RadInput_BlackMetroTouch .riTextBox,
.RadInput_BlackMetroTouch .riSelect,
.RadInput_BlackMetroTouch .rcSelect,
.RadInputMgr_BlackMetroTouch {
  border-color: #1a1b1f;
  color: #c2dccb;
}

.RadInput_BlackMetroTouch a,
.RadInput_BlackMetroTouch.RadInputDisabled a:hover,
.RadInput_BlackMetroTouch.RadInputDisabled a:active {
  border-color: #1a1b1f;
}

.RadComboBox_BlackMetroTouch .rcbReadOnly {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #c2dccb;
  background-color: #333934;
}

.FieldComboBox.processing .rcbReadOnly {
  background: #7367ef;
  font-weight: bold;
  color: #fff;
}

.FieldComboBox.uploaded .rcbReadOnly,
.FieldComboBox.erteilt .rcbReadOnly {
  background: #ff9f43;
  font-weight: bold;
  color: #fff;
}

.FieldComboBox.bestaetigt .rcbReadOnly {
  background: #28c76f;
  font-weight: bold;
  color: #fff;
}

.FieldComboBox.completed .rcbReadOnly {
  background: #555555;
  font-weight: bold;
  color: #fff;
}

.FieldComboBox.pending .rcbReadOnly,
.FieldComboBox.cancelled .rcbReadOnly {
  background: #ea5455;
  font-weight: bold;
  color: #fff;
}

.RadComboBox_BlackMetroTouch .rcbReadOnly.rcbFocused {
  border-color: #487b5a;
  color: #c2dccb;
  background: #487b5a;
}

.RadComboBox_BlackMetroTouch .rcbReadOnly.rcbExpanded,
.RadComboBox_BlackMetroTouch .rcbReadOnly.rcbHovered {
  border-color: #487b5a;
  color: #c2dccb;
  background: #487b5a;
}

.RadComboBoxDropDown_BlackMetroTouch .rcbHovered {
  color: #c2dccb;
  background-color: #487b5a;
}

.UploadImageProgress {
  margin-left: 10px;
}

.card-header-mask {
  /*    border-bottom: 1px solid #333934;*/
  padding: 0 0 0.2em 0;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: none;
}

.card-subheader-mask {
  border-bottom: 1px dotted #5f5f5f;
  padding: 0.5em 0 0.2em 0;
  margin-bottom: 0.2em;
}

.mask-comment {
  /*    border-bottom: 1px solid #333934;*/
  padding: 0 0 0.2em 0;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 14px;
  color: #c2dccb !important;
  line-height: 1.6rem;
}

.mask-bold-comment {
  /*border-bottom: 1px solid #333934;*/
  padding: 0.4em 0 0 0;
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: 14px;
  color: #c2dccb !important;
  line-height: 1.6rem;
}

.mask-sign-comment {
  /*border-bottom: 1px solid #333934;*/
  padding: 0.4em 0 0 0;
  margin-bottom: 1em;
  /*font-weight: 700;*/
  font-size: 14px;
  color: #c2dccb !important;
  line-height: 1.6rem;
}

.checkpoint-description {
  padding: 0.4em 0 0 0;
  margin-bottom: 1em;
  font-size: 20px;
  display: block;
}

.checkpoint-error {
  padding: 0.4em 0 0 0;
  margin-bottom: 1em;
  font-size: 20px;
  display: block;
  color: red !important;
}

.checkpoint-success {
  padding: 0.4em 0 0 0;
  margin-bottom: 1em;
  font-size: 20px;
  display: block;
  color: #20d17b !important;
}

IMG.FieldLabelFlag {
  display: none; /* to-do later! */
  position: absolute;
  right: 6px;
  margin-top: 11px;
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0.6;
}

.FieldCheckbox {
  display: block;
  margin: 10px 0 0 4px;
}

.availability-mask .FieldCheckbox {
  display: inline-block;
}

.FieldCheckbox label {
  margin-left: 4px;
  top: -1px;
  position: relative;
}

IMG.PicPreviewer {
  margin-top: 10px;
  max-width: 440px;
  -webkit-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
}

.img-fluid {
  /*margin-top: 55px;*/
}

.modal .modal-header .close {
  transform: translate(-11px, 10px);
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus,
.modal .modal-header .close:active {
  transform: translate(-11px, 8px);
}

body.dark-layout .modal .modal-header .close:hover,
body.dark-layout .modal .modal-header[class*=bg-] .close:hover {
  background-color: #487b5a;
}

.reTextArea::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 14px; /* width of the entire scrollbar */
  height: 14px;
}

.reTextArea::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  background-color: #212722; /* color of the tracking area */
}

.reTextArea::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background-color: #487b5a; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 2px solid #212722;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.swiper-slidenew {
  min-width: 200px;
}

.swiper-slidenew {
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 280px;
  padding: 10px;
  background-color: #22252b;
}

.swiper-slidenew img {
  width: 280px;
  margin-top: 48px;
}

.swiper-slidenew p {
  padding-top: 10px;
  margin-bottom: 5px;
}

.swiper-span {
  position: absolute;
  top: 11px;
  left: 11px;
  font-weight: bold;
  color: #c2dccb !important;
}

/* Error notifications */
DIV.VSErrorMessage {
  position: absolute;
  top: 2000px;
}

.RadNotification_BlackMetroTouch {
  color: #c2dccb;
  background-color: #5f2c2c;
  font-family: "Montserrat", Helvetica, Arial, serif;
}

.RadNotification_BlackMetroTouch .rnTitleBar {
  border-color: #555;
  border: none;
  background: rgb(95, 44, 44);
  width: 500px !important;
  color: #fff !important;
  text-shadow: #666 1px 1px;
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 1em;
}

.RadNotification.rnRoundedCorners .rnTitleBar {
  border-radius: 0.35714286em 0.35714286em;
}

.RadNotification .rnTitleBarTitle {
  margin: 0.15em 0 0 0;
}

.RadNotification .rnContentWrapper {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.RadNotification .rnContent {
  min-height: auto;
  display: contents;
}

.RadNotification .ErrorMessage ul {
  margin-top: 26px;
  margin-bottom: 8px;
}

.app-content .wizard > .steps {
  margin-top: 20px;
}

.app-content .wizard > .steps > ul > li.done .step {
  border-color: #64d19c;
}

.app-content .wizard > .steps > ul > li.current .step {
  border-color: #64d19c;
  background-color: #64d19c;
}

.app-content .wizard.wizard-circle > .steps > ul > li:before, .app-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #64d19c;
}

.app-content .wizard > .steps > ul > li.current > a {
  color: #64d19c;
}

.card.wizard p {
  text-align: center;
  margin: 20px 20px 30px 20px;
}

.app-content .wizard.wizard-circle > .steps .step {
  line-height: 3.2rem;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  color: #41cb9d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  height: 37px;
}

/*html body.navbar-sticky .app-content .content-wrapper {
    min-height: calc(100vh - 184px);
}*/
.RadGrid_BlackMetroTouch th.rgSorted {
  background-color: #1a8350;
}

body {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.mobile-scroll-helper {
  display: none;
}

.mobile-scroll-helper {
  display: block;
  position: absolute;
  top: 350px;
  right: 0;
  bottom: 0;
  background-color: transparent;
  width: 130px;
}

.content-body {
  position: relative;
}

.order-popup-container,
.matmissing-popup-container,
.employee-popup-container {
  display: none;
  position: fixed;
  z-index: 100;
  margin-left: -10px;
  padding: 15px;
  top: 72px;
  width: 300px;
  color: #fff;
  background-color: #111;
  border: 1px solid #666;
  box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -webkit-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -moz-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
}
.order-popup-container h2,
.matmissing-popup-container h2,
.employee-popup-container h2 {
  color: #20a564 !important;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.order-popup-container h2.middle-header,
.matmissing-popup-container h2.middle-header,
.employee-popup-container h2.middle-header {
  margin-top: 15px;
}
.order-popup-container h3,
.matmissing-popup-container h3,
.employee-popup-container h3 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin-right: 0px;
  margin-bottom: 0px;
}
.order-popup-container p,
.matmissing-popup-container p,
.employee-popup-container p {
  font-size: 0.95em;
  margin: 0 0 4px 0;
}
.order-popup-container b,
.matmissing-popup-container b,
.employee-popup-container b {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}

.employee-popup-container {
  width: 450px;
  margin-left: 300px;
}

@media (max-width: 575.98px) {
  .employee-popup-container {
    width: 370px;
    margin-left: -10px;
  }
}
.order-popup,
.matmissing-popup,
.employee-popup {
  height: 31px;
  display: block;
  line-height: 30px;
}

.rgMasterTable nobr {
  width: 100%;
  /*display: block;*/
}

.rgDataDiv .rgMasterTable nobr:not(.doevents),
.rgDataDiv .rgMasterTable div:not(.doevents) {
  pointer-events: none;
}

/***********************************************
    Calendar Month
************************************************/
/* #eee */
/* #626262 */
.calendar-container {
  position: relative;
  min-width: 920px;
  display: grid;
  grid-template-columns: 0.8fr repeat(7, 2fr);
  width: 100%;
  margin-top: 15px;
  background-color: #fff;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -webkit-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -moz-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
}
.calendar-container .kw-header, .calendar-container .day-header {
  background-color: #18a460;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
.calendar-container .cal-kw, .calendar-container .cal-day, .calendar-container .cal-weekkw, .calendar-container .cal-weekday, .calendar-container .cal-hidden-day {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
.calendar-container .cal-kw, .calendar-container .cal-weekkw {
  text-align: center;
}
.calendar-container .cal-kw, .calendar-container .cal-day, .calendar-container .cal-weekday, .calendar-container .cal-hidden-day {
  cursor: pointer;
}
.calendar-container .cal-kw, .calendar-container .cal-day, .calendar-container .cal-hidden-day {
  height: 164px;
}
.calendar-container .cal-height1 {
  height: 500px;
}
.calendar-container .cal-height2 {
  height: 450px;
}
.calendar-container .cal-kw, .calendar-container .cal-weekkw, .calendar-container .cal-hidden-day {
  background-color: #e0dfdf;
}
.calendar-container .cal-today {
  background-color: rgba(129, 220, 175, 0.6901960784);
}
.calendar-container .cal-today .day-number {
  color: #ffffff;
}
.calendar-container .cal-holiday {
  background-color: #d6ffdd;
}
.calendar-container .cal-holiday .day-number {
  color: #b3e8b3;
}
.calendar-container .kw-number {
  font-size: 2em;
  font-weight: bold;
  color: #5c5c5c;
}
.calendar-container .day-number {
  position: absolute;
  top: -4px;
  left: 5px;
  font-size: 1.8em;
  font-weight: bold;
  color: #8d8d8d;
}
.calendar-container .cal-hidden-day .day-number {
  color: #b8b8b8;
}
.calendar-container a.work-link {
  position: relative;
  text-decoration: none;
  display: block;
}
.calendar-container .events-container {
  position: relative;
  height: 100%;
  padding-top: 1.8em;
  overflow-y: auto;
  cursor: pointer;
}
.calendar-container .daily-event {
  margin: 1px 0;
  border-radius: 0px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
.calendar-container .timed-event {
  margin: 2px;
  border-radius: 5px;
  border: 1px solid #404040;
}
.calendar-container .daily-event, .calendar-container .timed-event {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  width: auto;
  font-size: 12px;
  line-height: 17px;
  padding: 0 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 8px -7px rgba(0, 0, 0, 0.5803921569);
  box-shadow: 0px 5px 8px -7px rgba(0, 0, 0, 0.5803921569);
  letter-spacing: -0.02em;
}
.calendar-container .timed-event:hover {
  background-color: #daffd0;
}

@media (max-width: 575.98px) {
  .calendar-container {
    grid-template-columns: 0.7fr repeat(7, 2fr);
  }
  .calendar-container .kw-header {
    font-size: 12px;
    padding-top: 6px;
  }
  .calendar-container .day-number {
    top: -4px;
    right: 4px;
    font-size: 1.4em;
  }
  .calendar-container .kw-number {
    font-size: 1em;
    position: relative;
    top: 1px;
  }
  .calendar-container .timed-event {
    font-size: 9px;
  }
}
/***********************************************
    Calendar Year - Mini Version
************************************************/
.yearcalendar-container {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr repeat(7, 2fr);
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -webkit-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -moz-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
}
.yearcalendar-container .month-header {
  grid-column: span 8;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  background-color: #18a460;
  color: #fff;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  cursor: pointer;
}
.yearcalendar-container .kw-header, .yearcalendar-container .day-header {
  background-color: #18a460;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
.yearcalendar-container .cal-kw,
.yearcalendar-container .cal-day,
.yearcalendar-container .cal-hidden-day {
  position: relative;
  height: 40px;
  overflow: hidden;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  cursor: pointer;
}
.yearcalendar-container .cal-kw {
  text-align: center;
}
.yearcalendar-container .cal-kw,
.yearcalendar-container .cal-hidden-day {
  background-color: #e0dfdf;
}
.yearcalendar-container .cal-today {
  background-color: rgba(129, 220, 175, 0.6901960784);
}
.yearcalendar-container .cal-today .day-number {
  color: #ffffff;
}
.yearcalendar-container .cal-holiday {
  background-color: #d6ffdd;
}
.yearcalendar-container .cal-holiday .day-number {
  color: #b3e8b3;
}
.yearcalendar-container .kw-number {
  font-size: 1em;
  font-weight: bold;
  color: #6f6f6f;
}
.yearcalendar-container .day-number {
  position: absolute;
  top: -4px;
  left: 3px;
  font-size: 1.4em;
  font-weight: bold;
  color: #6f6f6f;
}
.yearcalendar-container .cal-hidden-day .day-number {
  color: #b8b8b8;
}
.yearcalendar-container a.work-link {
  position: relative;
  text-decoration: none;
  display: block;
}
.yearcalendar-container .events-count {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: right;
  font-size: 10px;
  font-weight: bold;
  color: #fff !important;
  background-color: #18a460;
  width: fit-content;
  margin-top: 19px;
  margin-right: 3px;
  padding: 1px 6px;
  border: 1px solid #404040;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 18px -7px #000;
  box-shadow: 0 5px 18px -7px #000;
}
.yearcalendar-container .events-count:hover {
  color: #fff;
  background-color: #78c6a0;
}

@media (max-width: 575.98px) {
  .yearcalendar-container.day-number {
    top: -6px;
    right: 4px;
    font-size: 30px;
  }
  .calendar-container .daily-event, .calendar-container .timed-event {
    font-size: 10px;
    line-height: 13px;
  }
  .calendar-container .events-container {
    padding-top: 1.25em;
  }
}
.WeekDayCheckbox {
  display: inline-block;
}

.SingleEvent input {
  margin-right: 3px;
}
.SingleEvent label {
  position: relative;
  top: -3px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.scrollme {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .AdminEditorContainer {
    padding: 1.1rem 1.1rem;
  }
  .card {
    margin-left: -10px;
    margin-right: -10px;
  }
  .card-content .dashboard-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .row-xs {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row-xs2 {
    margin-left: -9px;
    margin-right: -9px;
  }
}
/***********************************************
    Day Calendar Year
************************************************/
.daycalendar-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
.daycalendar-container .cal-kw, .daycalendar-container .cal-day, .daycalendar-container .cal-weekkw, .daycalendar-container .cal-weekday {
  position: relative;
  overflow: hidden;
}
.daycalendar-container .cal-kw, .daycalendar-container .cal-weekkw, .daycalendar-container .cal-hidden-day {
  background-color: #e0dfdf;
}
.daycalendar-container a.work-link-timed, .daycalendar-container a.work-link {
  position: relative;
  text-decoration: none;
  display: block;
}
.daycalendar-container a.work-link-timed {
  width: fit-content;
}
.daycalendar-container .daily-event {
  margin: 5px 0;
  border-radius: 0px;
  border: 1px solid #404040;
}
.daycalendar-container .timed-event {
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #404040;
}
.daycalendar-container .daily-event, .daycalendar-container .timed-event {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  width: auto;
  font-size: 16px;
  padding: 2px 8px 3px 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 18px -7px #000000;
  box-shadow: 0px 5px 18px -7px #000000;
}
.daycalendar-container .daily-event {
  width: auto;
}
.daycalendar-container .timed-event {
  width: fit-content;
}
.daycalendar-container .timed-event:hover {
  background-color: #daffd0;
}

@media (max-width: 575.98px) {
  .calendar-container .timed-event {
    font-size: 9px;
  }
}
.calendar-popup-container {
  display: none;
  position: fixed;
  z-index: 100;
  margin-left: -10px;
  padding: 15px;
  top: 72px;
  width: 300px;
  color: #fff;
  background-color: #111;
  border: 1px solid #666;
  box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -webkit-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
  -moz-box-shadow: 6px 6px 30px 0 rgba(32, 165, 100, 0.45);
}
.calendar-popup-container h2 {
  color: #20a564 !important;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.calendar-popup-container h2.middle-header {
  margin-top: 15px;
}
.calendar-popup-container h3 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin-right: 0px;
  margin-bottom: 0px;
}
.calendar-popup-container p {
  font-size: 0.95em;
  margin: 0 0 4px 0;
}
.calendar-popup-container b {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}

.calendar-popup {
  height: 31px;
  display: block;
  line-height: 30px;
}

@media (max-width: 575.98px) {
  .RadCalendarPopup .RadCalendarTimeView {
    position: fixed !important;
    left: 41% !important;
    top: 50% !important;
    transform: scale(0.85) translate(-50%, -50%);
  }
  .RadCalendarPopup .RadCalendarTimeView a {
    padding: 4px 6px;
  }
}
/***********************************************
    Absences Weeks View
************************************************/
.now-week {
  /*background-color: #127846 !important;*/
}

.absence-entry {
  cursor: pointer;
  background-color: #191919;
  border: 1px solid #191919;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0.25rem 1.5rem;
  margin-bottom: 1px;
  transition: all 0.3s;
}
.absence-entry:nth-of-type(even) {
  background-color: #1f1f1f;
}
.absence-entry.today {
  background-color: #127846;
}
.absence-entry.abs-status1 {
  background-color: #f48f3a;
  /*color: #000;*/
}
.absence-entry.abs-status3 {
  background-color: #f03d3e;
}
.absence-entry.hover {
  border: 1px solid #127846;
  box-shadow: 0 0 5px 7px rgba(0, 0, 0, 0.25);
  filter: brightness(150%);
  transition: all 0.3s;
}

.card.card-c {
  height: calc(100% - 2.2rem);
}

/* Chats */
.form-control.message {
  height: 2.66rem;
}

.btn.send {
  padding-top: 0;
  padding-bottom: 0;
  height: 2.66rem;
}

.btn.send span {
  text-wrap: nowrap;
}

.btn.send i {
  height: 13px;
}

.birthday-cake {
  width: 100%;
  margin: 15px 0;
}

.birthday-text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

/****************************
 File Browser Button
****************************/
.fb-left {
  float: left;
}

.FileBrowserBackground {
  background-color: #333934;
  width: 37px;
  height: 36.5px;
  margin: 1px 0 0 2px;
  border-radius: 5px;
}

.FileBrowserBackground:hover {
  background-color: #487b5a;
}

.ImageManagerBrowser {
  background-image: url("/pic/editor/btn_ImageManager.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
  cursor: pointer;
}

.ImageManagerBrowserDisabled {
  background-image: url("/pic/editor/btn_ImageManager_disabled.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
}

.DocumentManagerBrowser {
  background-image: url("/pic/editor/btn_DocumentManager.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
  cursor: pointer;
}

.DocumentManagerBrowserDisabled {
  background-image: url("/pic/editor/btn_DocumentManager_disabled.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
}

.InternalLinkManagerBrowser {
  background-image: url("/pic/editor/btn_InternalLinkManager.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
  cursor: pointer;
}

.InternalLinkManagerBrowserDisabled {
  background-image: url("/pic/editor/btn_InternalLinkManager_disabled.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
}

.FlipBookChooser {
  background-image: url("/pic/editor/btn_FlipBookChooser.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
  cursor: pointer;
}

.FlipBookChooserDisabled {
  background-image: url("/pic/editor/btn_FlipBookChooser_disabled.png");
  background-repeat: no-repeat;
  background-position: 3px 2px;
  height: 37px;
  width: 37px;
}

.ColorPickerDisplayOnlyPicker {
  margin: 4px 0 2px 2px;
  border-radius: 5px;
}

.ls-l-active {
  /*    border: #18a460 1px dotted !important;
  margin-left: -1px !important;
  margin-top: -1px !important;*/
  user-select: none;
  z-index: 10;
  outline: 3px dotted #18a460 !important;
}

/****************************
 Drag n Drop
****************************/
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.85;
  filter: alpha(opacity=85);
  background-color: #323a32;
  border: 1px solid #18a460;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.layer-body {
  display: flex;
  align-items: center;
}

.list-group-item {
  padding: 0.2rem 1rem;
}

.list-group-item i.fa {
  width: 16px;
  margin-right: 1.1rem;
}

.list-group-item h5 {
  padding-top: 0.1rem;
  font-weight: 400;
}

#layers_group .list-group-item {
  cursor: -webkit-grab;
  cursor: grab;
}

.newelement {
  position: relative;
  display: inline-block;
}

.delelement {
  float: right;
}

.newelement i.fa-plus {
  position: absolute;
  display: inline-block;
  font-size: 6px;
  top: 6px;
  color: #18a460 !important;
}

.AssignBoxes input[type=checkbox] {
  position: relative;
  top: 3px;
}

@supports (-moz-appearance: none) {
  .AssignBoxes input[type=checkbox] {
    position: relative;
    top: 1px;
  }
}
.AssignBoxes label {
  position: relative;
  top: 0px;
  margin-left: 4px;
}

/* Textarea chrome fix! */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .FieldValue textarea {
    margin-bottom: -5px;
  }
}
@-moz-document url-prefix() {
  .FieldValue textarea {
    margin-bottom: -1px;
  }
}
/* chrome fix end */
/********************
Mat Missing
**********************/
.mat-missing-container {
  max-width: 100%;
  overflow-x: auto;
  margin: 0 2px 10px 1px;
}

.mat-missing-list.validation-error {
  border: 1px solid #1a1f1d;
  -webkit-animation: color_change 1s 6 alternate;
  -moz-animation: color_change 1s 6 alternate;
  animation: color_change 1s 6 alternate;
}

@-webkit-keyframes color_change {
  from {
    border-color: rgba(26, 31, 29, 0);
  }
  to {
    border-color: #b90000;
  }
}
@-moz-keyframes color_change {
  from {
    border-color: rgba(26, 31, 29, 0);
  }
  to {
    border-color: #b90000;
  }
}
@keyframes color_change {
  from {
    border-color: rgba(26, 31, 29, 0);
  }
  to {
    border-color: #b90000;
  }
}
.mat-missing-popup {
  overflow-x: auto;
}

.mat-missing-list {
  display: grid;
  grid-template-columns: 30px 60px 40px 3fr 1fr 3fr 1fr 30px;
  gap: 0;
  color: #c2dccb;
  background-color: #333934;
  border: 1px solid #1a1f1d;
  /*border: 1px solid #565656;*/
  /*border-radius: 5px;*/
  margin: 10px 0 0 0;
  min-width: 600px;
}
.mat-missing-list .header {
  font-weight: 700;
  text-align: center;
  padding: 3px 3px;
  border-left: 1px solid #565656;
  hyphens: none;
  background-color: #1c1c1c;
}
.mat-missing-list .header.click {
  cursor: pointer;
}
.mat-missing-list .header.click:hover {
  color: #127846;
}
.mat-missing-list .header.sortcol-up, .mat-missing-list .header.sortcol-down {
  filter: brightness(1.3);
}
.mat-missing-list .header.sortcol-up::after {
  font-family: feather !important;
  font-weight: 100;
  content: "\e845";
  margin-left: 3px;
}
.mat-missing-list .header.sortcol-down::after {
  font-family: feather !important;
  font-weight: 100;
  content: "\e842";
  margin-left: 3px;
}
.mat-missing-list .header:first-of-type {
  border-left: 0;
}
.mat-missing-list .cell {
  text-align: center;
  padding: 0;
  border-left: 1px solid #565656;
  border-top: 1px solid #565656;
  hyphens: none;
}
.mat-missing-list .cell input[type=checkbox] {
  position: relative;
  top: 2px;
}
.mat-missing-list .cell input {
  width: 100%;
  border: none;
  color: #c2dccb;
  background-color: transparent;
  padding: 0 4px;
  letter-spacing: -0.5px;
}
y .mat-missing-list .cell input:disabled {
  color: #969696;
  font-weight: 700;
}
.mat-missing-list .cell select {
  width: 100%;
  border: none;
  color: #c2dccb;
  background-color: #333934;
  padding: 0;
  letter-spacing: -0.5px;
}
.mat-missing-list .cell .center {
  text-align: center;
}
.mat-missing-list .cell span {
  cursor: pointer;
  color: #ea5455;
}
.mat-missing-list .cell span:hover {
  color: #18a460;
}
.mat-missing-list .cell.ishere {
  background-color: #006D00;
}
.mat-missing-list .cell.ishere select {
  background-color: #006D00;
}
.mat-missing-list .cell.sortcol-up, .mat-missing-list .cell.sortcol-down {
  filter: brightness(1.15);
}
.mat-missing-list .cell:first-of-type {
  border-left: 0;
}

.matmissing-popup-container {
  width: 750px;
}

@media (max-width: 575.98px) {
  .matmissing-popup-container {
    width: 370px;
  }
}
.mat-missing-table {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #eee;
}
.mat-missing-table .center {
  text-align: center;
}
.mat-missing-table tr.ishere {
  background-color: #006D00;
}
.mat-missing-table input[type=checkbox] {
  position: relative;
  top: 2px;
}
.mat-missing-table th {
  background-color: #313131;
  hyphens: none;
  padding: 0 4px;
}
.mat-missing-table th.sortcol-up::after {
  font-family: feather !important;
  font-weight: 100;
  content: "\e845";
  margin-left: 3px;
}
.mat-missing-table th.sortcol-down::after {
  font-family: feather !important;
  font-weight: 100;
  content: "\e842";
  margin-left: 3px;
}
.mat-missing-table td {
  vertical-align: top;
  padding: 0 4px;
}
.mat-missing-table .sortcol-up, .mat-missing-table .sortcol-down {
  backdrop-filter: brightness(1.15);
}

.IsCheckbox {
  font-size: 13px;
  letter-spacing: -0.8px;
}

/********************
Testing classes
**********************/
.AdminEditorContainer.bg-checkprotocol {
  background-color: transparent !important;
  background-image: url(/pic/checkprotocol/checkprotocol.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.AdminEditorContainer .btn-primary:disabled {
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.AdminEditorContainer .btn-primary:disabled:hover {
  box-shadow: none;
}
.AdminEditorContainer .test-checkbox {
  display: block;
  line-height: 1.2em;
}
.AdminEditorContainer .test-checkbox .p-i-checkbox:before {
  content: "\f096";
}
.AdminEditorContainer .test-checkbox .rbIcon {
  margin: 0 8px 0 0;
}
.AdminEditorContainer .test-checkbox .rbIcon::before {
  font: 28px/1 "FontAwesome";
}
.AdminEditorContainer .test-checkbox .rbIcon {
  top: -5px;
  width: 28px;
  vertical-align: 6px;
}
.AdminEditorContainer .test-checkbox.ok .p-i-checkbox-checked:before {
  content: "\f046";
}
.AdminEditorContainer .test-checkbox.ok .rbToggleCheckboxChecked, .AdminEditorContainer .test-checkbox.ok .rbToggleCheckboxFilled, .AdminEditorContainer .test-checkbox.ok .rbToggleRadioChecked {
  color: #18a460;
}
.AdminEditorContainer .test-checkbox.nok .rbIcon.p-i-checkbox-checked {
  top: -7px;
}
.AdminEditorContainer .test-checkbox.nok .rbToggleCheckboxChecked, .AdminEditorContainer .test-checkbox.nok .rbToggleCheckboxFilled, .AdminEditorContainer .test-checkbox.nok .rbToggleRadioChecked {
  color: #ff5454;
}
.AdminEditorContainer .test-checkbox.nok .p-i-checkbox-checked:before {
  /*content: "\f057";*/
  content: "\f00d";
}
.AdminEditorContainer .test-checkbox span.rbText {
  font-size: 18px;
  font-family: Montserrat, Helvetica, Arial, serif;
}
