@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.ttf');
	font-weight: 400;
	font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}

html {
  height: 100%;
} 

body {
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #eee;
  font-family: "Open Sans", sans-serif, Arial;
  font-size: 14px;
}

body.login-padding {
    padding-top: 100px;
}

@media all and (max-width:992px) {
    body.login-padding {
        padding-top: 0;
    }
}

h1, h2, h3, h4, h5, h6, .text-blue {
  color: #0d2347;
}

h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
}

h5 .small, small {
  font-weight: regular;
  text-transform: none;
  font-size: 14px;
}

.smaller {
  font-size: 85%;
}

hr {
  border-color: #999999;
  margin-bottom: 0;
}

a, a:focus, .label-link, .label-link:focus, .popover-body .list-group .list-group-item a, .text-link {
  color: #3784c0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a.active, .info-icon i, .label-link:hover, .label-link.active, .popover-body .list-group .list-group-item a:hover, .text-link:hover, .text-link.active, .text-link:active  {
  color: #0d2347;
}

i.disabled {
  color: #777;
}

.text-link:disabled, .text-link.disabled {
    color: #999;
    cursor: not-allowed;
}

.btn.text-link {
    box-shadow: none; 
}

a.disabled {
  pointer-events: none;
  color: #666;
  cursor: not-allowed;
}

.white-hover a:hover {
	color: #fff;
}

.zTreeLink, .zTreeLink:focus {
  color: #3784c0 !important;
}

.flag-icon {
  border-radius: 2px;
}

.zTreeLink:hover, .zTreeLink.active {
  color: #0d2347 !important;
}

.zTreeHighlight {
    font-weight: bolder;
}

.bg-primary {
  background-color: #3784c0 !important;
}

.text-normal {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
}

.text-primary {
  color: #3784c0 !important;
}

.text-urgent {
  color: #f1853e !important;
}

.text-purple {
  color: #ad62a5 !important;
}

.btn-purple {
  background-color: #ad62a5 !important;
  color: #fff;
}

.btn-purple:hover {
  background-color: #9d5396 !important;
  border-color: #ad62a5 !important;
  color: #fff;
}

.border-primary {
  border-color: #3784c0 !important;
}

.text-light {
  color: #ccc !important;
}

.text-turq {
  color: #17a2b8 !important;
}

.border-turq {
  border-color: #17a2b8 !important;
}

.text-standard {
  color: #0d2347;
}

.form-check-input[type="radio"], .form-check-input[type="checkbox"],
.form-check-input[type="radio"]:focus, .form-check-input[type="checkbox"]:focus,
.form-check-input[type="radio"]:active, .form-check-input[type="checkbox"]:active {
	border-color: #bdd4da;
	background-color: #fff;
}

.form-check-input[type="radio"]:checked, .form-check-input[type="checkbox"]:checked {
	border-color: #0d2347;
	background-color: #0d2347;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999 !important;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999 !important;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999 !important;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999 !important;
  font-style: italic;
}

.grohe-header-logo {
  display: inline-block;
  max-width: 100px;
  margin: 7px 0;
}

.grohe-header-headline {
  display: inline-block;
  font-weight: bold;
  color: #0d2347;
  vertical-align: middle;
  line-height: 16px;
  max-width: 200px;
} 

.version-text {
  display: inline-block;
  color: #999;
  font-weight: normal;
  font-size: 11px;
}

.text-muted {
  color: #999999 !important;
  font-style: italic;
}

.small-text {
  color: #666;
  font-size: 12px;
}

.pb-block {
  border-bottom: 1px solid #dee2e6;
  padding: 5px 0;
}

.pb-content {
  padding: 5px 0;
}

.pb-image {
  max-width: 100px;
}

.text-grey {
  color: #999999 !important;
}

.ct-box {
  background-color: #fff;
  padding: 15px;
  margin: 15px 0 0 0;
  border-top: 2px solid #3784c0;
  width: 100%;
}

.ct-box.ct-box-bordered {
  border-left: 1px solid rgba(0,0,0,.125);
  border-right: 1px solid rgba(0,0,0,.125);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.grey-box {
	background: #f5f5f5;
	border: 1px solid #ced4da;
	padding: 2px 12px;
}

.grey-box .table th, .grey-box .table td {
	background-color: unset;
}

.grey-box .table tr:last-child td {
	border-bottom: 0;
}

/* IF CHILD NOT COLLAPSED PARENT CHANGE?
.grey-box .collapse-btn:not(.collapsed) {
	background: #fff !important;
}
*/

.blue-box {
	background: #dee8f4;
	border: 1px solid #bfd0e3;
	padding: 10px 15px 15px 15px;
}

.entry-line {
  border-top: 1px dotted #ccc;
  padding: 5px 10px;
  color: #666;
}

.entry-line:last-child {
  border-bottom: 1px dotted #ccc;
}

.entry-line p {
  margin-bottom: 0;
}

.entry-line .fw-bold {
  color: #333;
}

.gr-box {
  width: 100%;
}

.motto-container {
  text-align: center;
  margin: 12px;
}

.motto-rounded {
  padding: 10px 5px;
  display: inline-block;
  width: 40px;
}

.motto-respect {
  background-color: #28a745;
}

.motto-commitment {
  background-color: #dc3545 ;
}

.motto-quality {
  background-color: #3784c0;
}

.motto-passion {
  background-color: #f1853e;
}

.motto-growth {
  background-color: #ad62a5;
}

.main {
  padding: 0 0 15px 0;
}

.sidebar {
  padding: 0 0 15px 0;
}

.search-box {
  background-color: #3784c0;
  padding: 15px;
  color: #fff;
  width: 100%;
}

.search-box input.form-control, .search-box select.form-control, .search-box .btn-light {
  border: 1px solid #fff !important;
}

.memo-box {
  background-color: #eee;
  padding: 15px;
  margin-top: 5px;
  width: 100%;
}

.memo-header {
  font-weight: bold;
}

.memo-box .table th, .memo-box .table td {
	background-color: transparent;
	padding-right: 0;
	padding-left: 0;
}

.green-border {
  border-top: 2px solid #28a745;
}

.green-border .memo-header {
  color: #28a745;
}

.red-border {
  border-top: 2px solid #dc3545;
}

.red-border .memo-header {
  color: #dc3545;
}

.blue-border {
  border-top: 2px solid #3784c0;
}

.blue-border .memo-header {
  color: #3784c0;
}

.yellow-border {
  border-top: 2px solid #f1853e;
}

.yellow-border .memo-header {
  color: #f1853e;
}

.bg-primary {
	background-color: #3784c0;
}

.bg-urgent {
    color: #fff;
    background-color: #f1853e;
}

.bg-purple {
    color: #fff;
    background-color: #ad62a5;
}

.bg-gold { 
	color: #fff; 
	background-color: #e7bc54; 
}

.bg-silver {
	color: #fff; 
	background-color: #9299a8; 
}

.bg-kpi {
	padding: .3em .475em .35em .475em;
	vertical-align: top;
	font-size: 80%;
	background: #fff;
	color: #212529;
	cursor: default;
}

.bg-proxy {
	padding: .3em .475em .35em .475em;
	font-size: 80%;
	background: #fff;
	color: #212529;
}


.text-primary-border {
	color: #fff;
	border-color: #3784c0;
	background-color: #3784c0;
}

.text-success-border {
	color: #fff;
	border-color: #28a745;
	background-color: #28a745;
}

.text-danger-border {
	color: #fff;
	border-color: #dc3545;
	background-color: #dc3545;
}

.text-warning {
    color: #f1853e !important;
}

.text-urgent-border {
	color: #fff;
	border-color: #f1853e;
	background-color: #f1853e;
}

.ani-flash {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#notificationCounterJob[data-count]:after {
  position: absolute;
  right: 70px;
  top: 10px;
  content: attr(data-count);
  font-size: 29%;
  padding: .6em .4em;
  border-radius: 999px;
  line-height: .75em;
  color: #fff;
  background: #cb5661;
  text-align: center;
  min-width: 2em;
  font-weight: bold;
  transition: border 0.2s ease-out;
  -webkit-transition: border 0.2s ease-out;
}

#notificationCounterJob[data-count] .fa-bell {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

footer {
  background-color: #0d2347;
  color: #fff;
  padding: 15px;
  flex-shrink: 0;
  width: 100%;
  z-index: 1000;
}

@media all and (max-width:768px) {
	footer, footer .text-right {
		text-align: center !important;
	}
}

footer a {
  color: #fff;
}

footer a:hover, footer a:focus, footer a:active {
  color: #fff !important;
  text-decoration: underline;
}

.lixil-footer-logo {
  max-width: 75px;
}

.form-group {
  margin-bottom: 0.5rem;
}

/* NAVBAR */

.bg-light {
  background: #fff !important;
  box-shadow: 0 4px 2px -1px rgba(0, 0, 0, .3);
}

.navbar {
  padding: 0;
  z-index: 1020;
}

.navbar-nav {
  float: right;
}

.navbar-light .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: .75rem;
  margin-left: .75rem;
}

.navbar-light .navbar-nav .nav-link p {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-light .navbar-nav  .nav-item .nav-link,
.navbar-light .navbar-nav .nav-item:focus .nav-link {
  border-top: 2px solid #fff;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  border-top: 2px solid #0d2347;
  color: #000;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: #3784c0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0d2347;
}

.navbar-light .navbar-nav .dropdown-menu {
  margin: 5px 12px 0 0;
  font-size: 14px; 
  border-radius: 0;
}

.navbar-light .navbar-nav .dropdown-item, a.dropdown-item {
  color: #3784c0;
}

.navbar-light .navbar-nav .dropdown-item:hover, a.dropdown-item:hover {
  color: #0d2347;
}

.navbar-light .navbar-nav .dropdown-item.active, .dropdown-item:active  {
  color: #fff !important;
  background-color: #3784c0;
}

.navbar-light .navbar-nav .dropdown-item {
  padding: .25rem 1.25rem .25rem 1rem;
}

/* Nav-Pills */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover, .nav-pills .show > .nav-link:hover {
    background-color: #0d2347;
    color: #fff;
    border-radius: 0;
}

.nav-pills .nav-link.active:hover, .nav-pills .show > .nav-link:hover {
	cursor: default;
}

.nav-pills .nav-link {
    background-color: #3784c0;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 0;
}

.login-area {
  padding: 10px 15px;
  border-left: 1px solid #ccc;
  height: 100px;
  width: 100%;
}

.login-headline {
  display: inline-block;
}

.page-headline {
	text-transform: uppercase;
	font-weight: bold;
}

.form-select {
  border-radius: 0;
  border-color: #ced4da;
  color: #666;
  font-size: 14px;
}

.form-select:disabled {
    color: #666;
    border-color: #ced4da;
    cursor: not-allowed;
}

.dropdown-menu {
  border-radius: 0 !important;
  border: 1px solid #ccc;
  padding:0;
  z-index: 1009;
}

#telephonyReasoncodes.dropdown-menu {
	border-color: #3784c0;
}

.dropdown-item {
  font-size: 14px;
  color: #495057;
  padding: .25rem .5rem;
  font-family: "Open Sans", sans-serif, Arial !important;
  margin-top: 2px;
}

.popover {
  font-family: "Open Sans", sans-serif, Arial !important;
  font-size: 14px;
  z-index: 1499;
  max-width: 450px;
}

.popover-header {
  font-size: 14px;
  font-weight: bold;
}

li.selected a.selected {
    background-color:#EEEEEE;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #EEEEEE;
  color: #495057 !important;
}

.form-control {
  border-radius: 0;
  font-size: 14px;
  color: #666;
  border-color: #ced4da;
}

.form-control[type="color"] {
  height: calc(1.5em + .75rem + 3px);
}

.form-control.noSpinner {
    min-width: 45px;
} 

:disabled.form-control, .form-control:disabled, .form-control.disabled, .form-control[readonly], .form-check-input:disabled, .tagify[readonly] {
  color: #666;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
}

.input-table .form-check {
  margin-bottom: 0;
  margin-top: 7px;
  margin-bottom: 4px;
}



input:read-only:focus {
  background-color: #e9ecef;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.btn-group-lg .btn-primary {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  margin-right: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

@media all and (max-width:992px) {
	.btn-block-xs {
		width: 100%;
		display: block;
	}
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled), .bootstrap-select .btn-light:not(:disabled):not(.disabled):hover, .bootstrap-select .btn-light:not(:disabled):not(.disabled):focus, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .btn-light:not(:disabled):not(.disabled).active {
  background-color: #fff;
  border: 1px solid #ced4da;
  cursor: default;
  font-size: 14px;
  color: #666;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  color: #666;
  background-color: #e9ecef;
  border-color: #ced4da;
  font-size: 14px;
  cursor: not-allowed;
}

.bootstrap-select.freeText .no-results {
    display: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: #495057 !important;
}

.bootstrap-select.disabled > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select.disabled  > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.disabled  > .dropdown-toggle.bs-placeholder:hover {
	color: #666 !important;
	cursor: not-allowed;
} 

.btn.disabled, .btn:disabled {
  opacity: 1 !important;
  cursor: not-allowed;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary:disabled, .btn-primary:disabled:hover,
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning:disabled, .btn-warning:disabled:hover,
.btn-success.disabled, .btn-success.disabled:hover, .btn-success:disabled, .btn-success:disabled:hover,
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger:disabled, .btn-danger:disabled:hover {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}

.btn-teaser1 {
  padding: 0.6rem 1.2rem;
  width: 58%;
  font-weight: bold;
  background-color: #aaaaaa !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px !important;
  border-bottom: 3px solid #eee;
  border-right: 3px solid #eee;
  border-top: 0;
  border-left: 0;
}

.btn-teaser1:hover, .btn-teaser1:focus {
  background-color: #666 !important;
  border-bottom: 3px solid #eee;
  border-right: 3px solid #eee;
  border-top: 0;
  border-left: 0;
}

.btn-teaser2 {
  padding: 0.6rem 1.2rem;
  width: 42%;
  font-weight: bold;
  background-color: #aaaaaa !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px !important;
  border-bottom: 3px solid #eee;
  border-left: 3px solid #eee;
  border-top: 0;
  border-right: 0;
}

.btn-teaser2:hover, .btn-teaser2:focus {
  background-color: #666 !important;
  border-bottom: 3px solid #eee;
  border-left: 3px solid #eee;
  border-top: 0;
  border-right: 0;
}

.btn-teaser1.active, .btn-teaser2.active {
  background-color: #fff !important;
  color: #0d2347 !important;
  border: 0;
  border-top: 2px solid #3784c0 !important;
}

.nav-tabs {
	border-bottom: 1px solid #ced4da;
}

.nav-tabs .nav-item .nav-link {
   margin-right: 2px;
   font-size: 15px;
   text-transform: uppercase;
   border-color: #ced4da;
   background: #f5f5f5;
 }
 
.nav-tabs .nav-item .nav-link.active {
	color: #0d2347;
	border-color: #ced4da #ced4da #fff;
	background: #fff;
}

.ct-box .nav-tabs .nav-item .nav-link {
	color: #666;
}

.ct-box .nav-tabs .nav-item .nav-link.active {
	color: #0d2347;
}

/* NAVBAR Mobile */

@media (max-width: 1200px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
  	padding: 0 15px;
  }
  .mt-mob-1 {
  	margin-top: .25rem !important;
  }
  .navbar-nav {
    width: 100%;
	float: left;
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #ccc;
	width: 100%;
  }
  .navbar-light .navbar-toggler {
  	border: none;
  }
  .navbar-light .navbar-toggler-icon {
  	background-size: 150%;
  }
  .navbar-light .navbar-nav .nav-item {
    text-align: left !important;
    margin: 5px 0;
    border-top: 1px solid #ccc !important;
  }
  .navbar-light .navbar-nav .nav-item:last-child {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
	margin-left: 0;
	margin-right: 0;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 5px 0;
  }
  .nav-tabs .nav-item .nav-link {
    padding: .5rem .75rem;
    border-radius: 0;
  }
  .navbar-nav  .fa-2x {
    font-size: 1.25em;
	margin-top: 7px;
	float: left;
  }
  .navbar-light .navbar-nav .nav-link p {
   	display: inline-block;
	margin-left: 10px;
  }
  .navbar-light .navbar-nav  .nav-item .nav-link,
  .navbar-light .navbar-nav .nav-item:focus .nav-link {
    border-top: 0;
  }
  .navbar-light .navbar-nav .nav-item:hover .nav-link,
  .navbar-light .navbar-nav .nav-item.active .nav-link {
    border-top: 0;
  }
  .login-area {
    width: 100%;
	padding: 15px 0;
    border-left: 0;
  }
  .navbar-light .navbar-nav .dropdown-menu {
	margin: 0 0 0 7px;
 	font-size: 14px;
 	border: 0;
 	padding: 0;
  }	
  .navbar-light .navbar-nav .dropdown-item:focus, .navbar-light .navbar-nav .dropdown-item.active {
    color: #0d2347 !important;
  }

  .navbar-light .navbar-nav .dropdown-item.active, .navbar-light .navbar-nav .dropdown-item:active, .navbar-light .navbar-nav .dropdown-item:hover {
   background-color: #fff;
  }
  
  .navbar-light .navbar-nav .dropdown-item {
    padding: .25rem 1rem;
  }
}

/* BUTTONS */

.btn {
  border-radius: 0;
  font-size: 14px;
}

.btn-primary {
  background-color: #3784c0;
  border-color: #3784c0;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active
.btn-primary.active, .open > .dropdown-toggle.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0d2347;
  border-color: #0d2347;
  color: #fff !important; 
}

a.bg-primary {
  background-color: #3784c0;
  padding: .3em .475em .35em .475em;
  vertical-align: top;
  font-size: 80%;
  color: #ffffff !important;			
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0d2347;
  color: #fff !important;			
}


.btn-danger:focus,
.btn-success:focus {
  color: #fff !important; 
}

.btn-outline-primary {
  border-color: #3784c0;
  color: #3784c0;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active
.btn-outline-primary.active, .open > .dropdown-toggle.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #3784c0;
  border-color: #3784c0;
  color: #fff !important;
}

.btn-outline-secondary {
  border: 2px dashed #999;
}

.btn-placeholder {
    width: 100%;
    background: white;
    border-color: white;
}

/* TABLES */

.scroll-container {
  overflow: auto;
}

.scroll-container-y {
  overflow-y: auto;
}

.scroll-container tr td:last-child, .scroll-container tr th:last-child,
.scroll-container-y tr td:last-child, .scroll-container-y tr th:last-child {
	padding-right: 16px;
}

.table, .smalltable {
  color: #666666;
}

.table td, .table th {
  padding: 0.6rem;
  color: #666;
}

.smalltable td, .smalltable th {
  padding: 5px;
  font-size:12px;
}

.smalltable select, .smalltable.input {
  font-size:12px;
} 

.table td.left-td, .table th, .smalltable td.left-td, .smalltable th {
  color: #111f3a;
}

.table td, .table td.left-td, .table th, .table thead th,
.smalltable td, .smalltable td.left-td, .smalltable th, .smalltable thead th {
  border-top: 0;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}

.table .formtable td, .formtable td.left-td, .formtable th, .formtable thead th {
  border: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0.3rem;
  padding-left: 0;
}

.table .table-switch td, .table .table-switch th {
  border-top: 1px solid #dee2e6;;
  border-bottom: 0;
  background-color: #f3f3f3;
}

.table .table-switch tr:last-child td {
	border-bottom: 1px solid #dee2e6;;
}

.table-danger {
    background-color: #f8d7da;
}

table .sticky-header {
    z-index: 1000;
}

thead.sticky-header th {
	background-color: #fff;
    z-index: 2;
}

thead.sticky-header th, thead.sticky-header {
	border-top: 0;
	position: sticky;
	position: -webkit-sticky;
	-webkit-transform: translate3d(0,0,0);
	top: 0;
}

.sticky-header th:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: -1px;
    border-bottom: 1px solid #dee2e6;
}

.table.table-sm td, .table.table-sm th {
  padding: 0.3rem;
  vertical-align: top;
  font-size: 0.9em;
}

.table.table-sm tr:first-child td, .table.table-sm tr:first-child th {
  border-top: 1px solid #dee2e6;
}

.back2Top {
    overflow: hidden;
    display: none;
    cursor: pointer;
}

.rc-table th {
  font-weight: normal;
  border-bottom: 0 !important;
}

.rc-table th,.rc-table td {
  border: 0;
  padding: 0.3rem;
}

.input-table td {
  border-top: 2px solid #fff;
  border-bottom: 0;
  color: #666666;
  background-color: #f3f3f3;
  vertical-align: middle;
}

.input-table td.left-td {
  border-top: 2px solid #fff;
  border-bottom: 0;
  color: #111f3a;
  background-color: #e9e9e9;
}

.input-table tr:first-child td {
  border-top: 0;
}

.auswahl-table td {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 0;
  color: #666666;
  background-color: #f3f3f3;
  vertical-align: middle;
  cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.table-striped .sticky-top th {
  background-clip: padding-box;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #f3f3f3 !important;
}

.table .sticky-top {
	z-index: 990;
	border-collapse: collapse;
}

.table-striped tr th {
  border-right: 2px solid #fff;
  background-color: #3784c0 !important;
  color: #fff;
  font-weight: normal;
}

.table tr td {
  vertical-align: top;
}

.table-striped tr td {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 0;
  color: #666666;
  vertical-align: middle;
}

.table-striped tr th:last-child, .table-striped tr td:last-child {
	border-right: 0 !important;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f3f3f3 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e9e9e9 !important;
}

.table-striped tbody tr.stripLight {
  background-color: #f3f3f3 !important;
}

.table-striped tbody tr.stripDark {
  background-color: #e9e9e9 !important;
}

.auswahl-table tr:hover td {
  background-color: #ccc;
}

.auswahl-table td:last-child {
	border-right: 0;
}

.auswahl-table tr.active td {
	background-color: #3784c0;
	color: #fff;
}

table.table-striped-light tbody:nth-of-type(2n + 1) td {
	background-color: rgba(0,0,0,.025);
}

.table-responsive {
	-ms-overflow-style: scrollbar !important;
}

.table-responsive .table-bordered {
	border: 1px solid #dee2e6;
}

.table-light th {
	border-top: 0 !important;
	background: #f5f5f5;
	border-bottom: 0 !important;
	font-weight: normal;
	color: #000;
	padding: 0.05rem 0;
}

.table-light td {
	border-top: 0 !important;
	background: #f5f5f5;
	border-bottom: 0 !important;
	color: #666;
	padding: 0.2rem 1rem 0.2rem 0;
	vertical-align: top;
}

.table-light-padding th {
	border-top: 1px solid #dee2e6;
	background: #f5f5f5;
	font-weight: normal;
	color: #000;
	padding: 0.5rem 1rem 0.5rem 0;
}

.table-light-padding td {
	border-top: 0 !important;
	background: #f5f5f5;
	color: #666;
	padding: 0.5rem 1rem 0.5rem 0;
}

.table-light-padding tr th:last-child, .table-light-padding tr td:last-child {
	padding-right: 0;
}

.table-light-padding tbody tr:last-child td {
	border-bottom: 0;
}

.table-light-padding thead tr:first-child th {
	border-top: 0;
}

.small-padding td, .small-padding th {
	padding: 0.6rem 0.3rem
}

/* MODAL */
.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-vl {
  max-width: 1280px;
}

.modal-xl {
  max-width: 1440px;
  --bs-modal-width: 1440px;
}

.modal-title {
  text-transform: uppercase;
  font-weight: bold;
}

.modal-body .ct-box {
  margin: 15px 0;
  padding: 15px 0;
}

.inline-row > .col-md-6 {
 display: inline-block;
 float: none;
}

.modal-md {
	max-width: 650px;
}

/* QUICK-Zone */

.content-area {
	flex: 1;
}

.quick-zone {
  background-image: radial-gradient(farthest-side ellipse at 10% 0%, rgba(169, 197, 230, 1), rgba(210, 225, 242, 1), rgba(171, 199, 231, 1));
  background-position: fixed;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 1010;
}

.quick-zone .col {
	min-width: auto;
}

.quick-zone .kanal-headline {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.quick-zone .custom-kanal {
  width: 100%;
}

.quick-zone .kanal-info {
  font-size: 11px;
  color: #fff;
}

.dialer-area .btn-light {
  border-color: #fff;
  padding: 6px 0;
  margin: 0 2px;
}

.dialer-area .dialer-numbers .btn-light {
  width: 54px;
  color: #0d2347;
}

.dialer-area .dialer-info {
  background: #FFF;
  padding: 5px;
  margin:15px;
  color: #666;
  font-size:14px;
  text-align:left;
}

#dialerStatus .btn-primary:hover {
  background-color: #0d2347 !important;
  color: #fff !important;
}

.dialer-area .dialer-info-table {
  font-size:11px;
}

.navbar .dropdown-toggle::after, .quick-zone .dropdown-toggle::after {
  display: none;
}

.quick-zone .dropdown-menu-quick {
  top: -17px !important;
  max-height: 215px !important;
  background-color: #0d2347;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.quick-zone .dropdown-menu-quick.dropdown-menu {
  font-size: 14px !important;
}

.quick-zone .dropdown-menu-quick .dropdown-footer a:hover {
  color: #fff !important;
}


.quick-zone #telephonyDropDown {
  max-height: 425px !important;
}

.quick-zone .dropdown-menu {
  border-radius: 0;
  border: 0;
  margin: 0;
}

.quick-zone .btn-quick {
  padding: 14px 15px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
	.quick-zone .btn-quick.mob-center .btn-quick-info {
		display: none !important;
	}
	.quick-zone .btn-quick.mob-center .btn-quick-icon.float-left {
		float: none !important;
	}
}

.quick-zone .show .btn-quick {
  background-color: #0d2347;
  border-color: #0d2347;
}

.quick-zone .btn-quick-icon {
  color: #fff;
}

.quick-zone .quick-info {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-color: #fff;
  overflow-x: hidden;
}

.quick-zone .quick-info.form-control {
  height: 100%;
}

.quick-zone .quick-info h6 {
  font-size: 1em; 
}

.quick-zone .quick-info h6 {
  margin-bottom: 0;
}

.quick-zone .fa-2x {
  font-size: 1.75em;
}

.quick-zone .btn-quick .fa-2x {
  margin-top: 4px;
}

.quick-zone .btn-quick-info {
  line-height: 14px;
  text-align: left;
  margin-left: 40px;
  color: #fff;
}

.quick-zone .quick-search {
  color: #fff;
  background-color: #0d2347;
  padding: 12px 16px;
  margin-bottom: 15px;
}

#mobQuicksearch .quick-search .btn-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0d2347 !important;
}

#mobQuicksearch .quick-search .form-control {
	border-color: #fff;
}

.quick-zone .quick-search .light-link, .quick-zone .quick-search .light-link:focus, .quick-zone .quick-search .light-link:hover {
	color: #fff;
}

.quick-zone .quick-search .form-control {
  border: 0;
}

.quick-zone .quick-search .form-control {
  border: 1px solid #fff;
}

.quick-zone .quick-search .input-group-prepend .input-group-text {
  padding: 0 .75rem 0 0;
  color: #fff;
  background-color: transparent;
  border: none;
}

.input-group.clean-append .input-group-text {
  color: #666;
  background-color: transparent;
  border: none;
}

.quick-zone .quick-search .input-group-append .input-group-text {
  padding: 0 0 0 .75rem;
  color: #fff;
  background-color: transparent;
  border: none;
}

.quick-zone .quick-search .input-group-append a,
.quick-zone .quick-search .input-group-append a:hover,
.quick-zone .quick-search .input-group-append a:focus {
  color: #fff;
}

.quick-zone .fa-lock {
  transform: scaleX(1.14308);
}

.input-table .input-group-prepend .input-group-text, #jobPartnerListTableBody .input-group-prepend .input-group-text, .editTable .input-group-prepend .input-group-text, .rc-table .input-group-prepend .input-group-text {
  padding: 0 .75rem 0 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text {
 	border-radius: 0 !important;
}

.editTable .input-group-append .input-group-text, .rc-table .input-group-append .input-group-text {
  padding: 0 0 0 .75rem;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.input-group-text {
  font-size: 14px;
  border-radius: 0;
  background-color: #eee;
  border-color: #ced4da;
}

.input-group-lg .small-text {
  font-size: 14px;
  padding: 1rem;
}

.input-table .input-group-append .input-group-text {
  padding: 0 0 0 .75rem;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.input-table .input-group-append a.input-group-text, .input-table .input-group-prepend a.input-group-text {
  text-decoration: none;
}

.mail-content {
  min-height:250px;
}

.text-breakall {
	word-break: break-all;
}

.no-border {
  border: 0;
}

.table tr.no-border-tds td, .table tr.no-border-tds th {
  border-bottom: 0 !important;
}

.note-block {
  background-color: #3784c0;
  padding: 7px 10px;
  color: #fff;
}

.note-block {
  background-color: #3784c0;
  padding: 7px 10px;
  color: #fff;
}

.note-link, .note-link:focus {
  color: #fff;
}

.note-editor.note-frame {
  border: 1px solid #ced4da;
  border-radius: 0;
} 

.note-editor .note-dropzone {
	opacity: 0 !important;
}

.note-block .note-editor.note-frame {
  border: 0;
}

.note-popover {
  position: absolute;
  --bs-popover-border-radius:  0;
}

.table {
	--bs-table-active-bg: #eee;
}

.bs-deselect-all, .bs-select-all {
  white-space: nowrap !important;
}

.bs-actionsbox .btn-group, .bs-actionsbox .btn-group button {
	width: 100%;			
}

.btn-light {
  background-color: #fff;
  border: 1px solid #C4C4C4;
}

.btn-success:focus {
  color: #fff !important;
}

.bg-info {
  background-color: #17a2b8 !important
}

/* hide mobile version by default */
.mobile {
  display: none;
}
/* when screen is less than 600px wide
 show mobile version and hide desktop */
@media (max-width: 768px) {
  .mobile {
    display: inline-block;
  }
  .desktop {
    display: none;
  }
}

/* Autocompleter */
.autocomplete-suggestions {
	background-color: #fff;
	border: 1px solid #aaa;
	overflow-y: scroll;
	z-index: 2020 !important;
	padding: 2px 5px;
	color: #666666;
	cursor: pointer;
}

.autocomplete-suggestion:hover{
	color: #0d2347;
}

.autocomplete-suggestion:nth-child(even) {
	background-color: #eee;
}

/* Drag&Drop */
.dropzone {
	border: 3px dashed #ced4da;
	min-height: 150px;
	width: 100%;
	color: #999;
	background-color: #eee;
	cursor: pointer;
}

.dropzone:hover, .dropzone-dragover {
	border: 3px dashed #999;
	background-color: #ccc;
	color: #666;
}

.alert {
	border-radius: 0;
}

/* Mail */

.mail-row {
	cursor: pointer;
}

/* Google chart */
svg > g > g:last-child {
    pointer-events: none;
}

.google-chart g g g rect {
    cursor: pointer !important;
}

/* Progress bar */

.progress {
	height: 20px;
	background-color: #ddd; 
}

.progress-bar {
    background-color: #0d2347;
    height: 20px;
    width: 100px;
    padding: 3px 4px;
    border-radius: 5px;
    box-shadow: none;           
}

.progress-bar span {
    display: inline-block;
    border-radius: 3px;
}

.progress-bar span.loading-ani {
    height: 100%;
}

.infinite-loading span {
    position: relative;
}


.infinite-loading span::after {
    content: '';
    opacity: .75;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3784c0;
    border-radius: 3px;
    animation: animate-loading 10s ease-out infinity;             
}

.loading span {
    position: relative;
}


.loading span::after {
    content: '';
    opacity: .75;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3784c0;
    border-radius: 3px;
    animation: animate-loading 10s linear;             
}

@keyframes animate-loading {
    0% {width: 0;}
    100% {width: 100%;}
}

.invalid, .bootstrap-select .bs-invalid {
    border: 2px solid red !important;
}

/* -------------------------------- 
BREADCRUMB
-------------------------------- */

ul#breadcrumbs-one {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d4d4d4;
    display: table;
    height: 1px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f3f3f3;
}

#breadcrumbs-one li {
    display: table-cell;
    height: 100%;
}

#breadcrumbs-one a {
    padding: .75em .5em .75em 1.5em;
    float: left;
    display: block;
    height: 100%;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #0d2347!important;
    position: relative;
    background-color: #fff;
}

#breadcrumbs-one li:first-child a {
	padding-left: 5px !important;
}

#breadcrumbs-one a h5 {
    color: #0d2347 !important;
    
}

#breadcrumbs-one small {
    font-size: 11px;
}

#breadcrumbs-one i {
    padding: 9px 0;
}

#breadcrumbs-one a:hover {
    background: #3784c0;
}

#breadcrumbs-one a:hover h5 {
    color: #fff !important;
}

#breadcrumbs-one a::after, #breadcrumbs-one a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2em;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

#breadcrumbs-one a::after {
    z-index: 2;
    border-left-color: #fff;
}

#breadcrumbs-one a::before {
    border-left-color: #777;
    z-index: 1;
}

#breadcrumbs-one a:hover::after {
    border-left-color: #3784c0;
}

#breadcrumbs-one a.disabled, #breadcrumbs-one a.disabled:hover {
    background: #e3e3e3;
    color: #777 !important;
    cursor: not-allowed;
}

#breadcrumbs-one a.disabled h5, #breadcrumbs-one a.disabled:hover h5 {
    color: #777 !important;
}

#breadcrumbs-one a.disabled::after {
    z-index: 2;
    border-left-color: #e3e3e3;
}

#breadcrumbs-one a.disabled::before {
    border-left-color: #777;
    z-index: 1;
}

#breadcrumbs-one .current, #breadcrumbs-one .current:hover {
    background: #0d2347;
    cursor: default !important;
    color: #fff !important;
}

#breadcrumbs-one .current, #breadcrumbs-one .current  h5, #breadcrumbs-one .current, #breadcrumbs-one .current:hover  h5 {
    color: #fff !important;
}

#breadcrumbs-one a.current::after {
    z-index: 2;
    border-left-color: #0d2347;
}

#breadcrumbs-one .bg-dark {
    background-color: #395682;
}

#breadcrumbs-one .current .bg-dark {
    background-color: #fff;
    color: #0d2347;
}

#breadcrumbs-one li:last-child a {
    background: #bd2130 !important;
    color: #fff !important;
    text-align: center;
    float: right;
    opacity: .75;
    display: block;
    height: 100%;
    padding-left: 30px !important;
    padding-right: 5px !important;
}

#breadcrumbs-one li:last-child a.success {
    background: #28a745 !important;
}

#breadcrumbs-one li:last-child a:hover {
    opacity: 1;
}

#breadcrumbs-one li:last-child a h5 , #breadcrumbs-one li:last-child a:hover h5 {
    color: #fff !important;
}

#breadcrumbs-one li:last-child a::before, #breadcrumbs-one li:last-child a::after{
    content: "";
    position: absolute;
    top: 0;
    margin-top: 0;
    border-top: 0;
    border-bottom: 0;
    border-left:0;
    right: -1em;
}

@media (max-width: 992px) {
	#breadcrumbs-one li:last-child a {
    	padding-left: 15px !important;
	}
	#breadcrumbs-one .mob-center {
		text-align: center !important;	
	}
	#breadcrumbs-one .mob-center .step-desc {
		display: none !important;
	}
	#breadcrumbs-one .current .mob-center .step-desc {
		display: inline-block !important;
	}
	#breadcrumbs-one .current .mob-center {
		text-align: left !important;
	}
}

@media (max-width: 768px) {
	#breadcrumbs-one a {
    	padding: 1em .5em 1em 1.5em;
    }

	#breadcrumbs-one .current .mob-center .step-desc {
		display: none !important;
	}
	#breadcrumbs-one .current .mob-center {
		text-align: center !important;
	}
}

/* tablist */

.tabContainer {
    margin-top: 0px;
    border-top: none;
}

.tabContainer > .ct-box:first-child {
    margin-top: 0px;
    border-top: none;
}

.tablist {
    margin-top: 15px;
    margin-bottom: 0px !important;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

/* Tabs Mobile only Icons
@media (max-width: 992px) {
.tablist span {
		display: none !important;
	}
}
*/

.tablist li {
    padding: 15px 12px 8px 12px;
    cursor: pointer;
}

.tablist li:not(.active) {
    color: #fff;
    background-color: #aaa;
    border-top: 2px solid #aaa;
    margin: 0 2px 2px 0 !important;
}

.tablist li:not(.active) h5 {
    color: #fff;
}

.tablist li.active {
    background-color: #fff;
    border-top: 2px solid #3784c0;
    margin: 0 2px 0 0 !important;
}

.togglelist {
	display: table;
}

.togglelist li {
	display: table-cell;
	white-space: nowrap;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #aaa;
}

.togglelist li.active {
	border-bottom: 2px solid #fff;
}


.togglelist li.collapse-btn {
	width: 100%;
	border-right: 0;
	background: #ddd;
	border-right: 0;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
}

a.collapse-btn:hover {
	text-decoration: none;
}

.togglelist li.collapse-btn h5 {
	color: #0d2347 !important;
}

.only-child:not(:only-child) {
    display: none;
}

.centerv  {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Sortable tables */
.tablesorter-bootstrap thead th:not(.sorter-false), .tablesorter-bootstrap thead td:not(.sorter-false) {
    cursor: pointer;
}


.tablesorter-bootstrap thead .tablesorter-headerUnSorted i.fa-sort-down, .tablesorter-bootstrap thead .tablesorter-headerUnSorted i.fa-sort-up, .tablesorter-bootstrap thead .tablesorter-headerUnSorted.sorter-false i.fa-sort {
    display: none;
}

.tablesorter-bootstrap thead .tablesorter-headerAsc i.fa-sort-down, .tablesorter-bootstrap thead .tablesorter-headerAsc i.fa-sort {
    display: none;
}

.tablesorter-bootstrap thead .tablesorter-headerDesc i.fa-sort-up, .tablesorter-bootstrap thead .tablesorter-headerDesc i.fa-sort {
    display: none;
}

/* Tagify */
.tagify {
    height: auto !important;
    min-height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
}

.tagify tag.absence div::before {
    -webkit-box-shadow: 0 0 0 25px rgba(30, 144, 255, .66) inset !important;
    box-shadow: 0 0 0 25px rgba(30, 144, 255, .66) inset !important;
}

.tagify tag.tagify--notAllowed div::before, .tagify tag.invalidValue div::before {
    -webkit-box-shadow: 0 0 0 25px rgba(211, 148, 148, .44) inset !important;
    box-shadow: 0 0 0 25px rgba(211, 148, 148, .44) inset !important;
}

.tagify tag x:hover+div::before {
    -webkit-box-shadow: 0 0 0 25px rgba(211, 148, 148, .3) inset !important;
    box-shadow: 0 0 0 25px rgba(211, 148, 148, .3) inset !important;
}

.tagify tag>div {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.tagify__dropdown {
	z-index: 1051;
}

.tagify tag > div > span {
    white-space: normal;
    display: inline-block;
}

.tagify tag, .tagify span.tagify__input {
    margin: 2.5px;
    overflow: hidden;
    min-height: 1.85rem;
}

.tagify tag>div::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #e5e5e5;
}

.tagify tag:hover:not([readonly]) div::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #d3e2e2;
}

.tagify tag.tagify--notAllowed div::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(211, 148, 148, .44) !important;
}

.tagify tag x:hover+div::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(211, 148, 148, .3) !important;
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
	border-bottom-width: 1px;
}


/* Notification */

.dropdown-menu.notify-dropdown {
	font-size: 14px !important;
	min-width: 30rem;
}

.dropdown-menu.notify-dropdown .dropdown-header {
	font-size: 14px !important;
	font-weight: bold;
	color: #0d2347;
	text-transform: uppercase;
	padding: 1rem;
}

.dropdown-menu.notify-dropdown .alert, .dropdown-menu.notify-dropdown .alert-dismissible .close {
	padding: .75rem
}

.dropdown-menu.notify-dropdown .dropdown-footer {
	padding: 0 1rem 1rem 1rem;
}

.dropdown-menu.notify-dropdown .notfiyCol:last-child .alert {
	margin-bottom: 0;
}

#notificationCounter {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 1em;
}

#notificationCounter::before {
    display: block;
    font-size: 14px;
    content: "\f0f3";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    transform-origin: top center;
}

#notificationCounter::after {
    font-family: Arial;
    font-size: 80%;
    font-weight: bold;
    position: absolute;
    top: -8px;
    right: -13px;
    color: #fff;
	padding: 3px 6px 4px 6px;
    line-height: 100%;
    border-radius: 60px;
    background: #dc3545;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#notificationCounter.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

#notificationCounter.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Drilldowns */
[data-toggle="collapse"] .fa:before, [data-toggle="collapse"] .fas:before {   
  content: "\f146";
}

[data-toggle="collapse"].collapsed .fa:before, [data-toggle="collapse"].collapsed .fas:before {
  content: "\f0fe";
}

/* Collapse */

.collapse-btn-toggle {
    cursor: pointer;
}

.collapse-btn.collapsed {
    margin-bottom: 0px;
}

.card-header.collapse-btn.collapsed {
	border-bottom: 0;
}

.card-header {
	background-color: #e9ecef;
	border-radius: 0;
}

.card-header:first-child {
	border-radius: 0;			
}

.card {
	border-radius: 0;
}

.treeChild:before {
	position: absolute;
    top:-16px;
    left:-90px;
    content: " ";
    width: 197px;
    height: 52px;
	background-image: url("../img/treeLine.png");
	background-repeat: no-repeat;
}

.collapse-btn .collapse-btn-toggle:before {
    content: "\f146";
}

.collapse-btn.collapsed .collapse-btn-toggle:before {
    content: "\f0fe";
}

.collapse-btn-toggle {
	margin-top: 3px;
}

.collapse-btn.collapsed ~ .collapse-target, .collapse-btn.collapsed > .collapse-target {
    display: none;
}

.collapse-btn:not(.collapsed) ~ .collapse-antitarget, .collapse-btn:not(.collapsed) > .collapse-antitarget {
    display: none;
}

.mention {
    color: #17a2b8 !important;
    font-style: normal;
    font-weight: bold;
}

.note-hint-popover .popover-content {
    max-height: 300px;
}

.order-person {
	padding: 10px 0;
	border-top: 1px solid #dee2e6;
}

.order-person:last-child {
	border-bottom: 1px solid #dee2e6;
}

/* DHTMLX CUSTOM STYLES */

.dhx_cal_navline .dhx_cal_date {
    width: unset !important;
    left: unset !important;
    right: 185px;
}

.dhx_cal_container, .dhx_cal_event_line, .dhx_cal_light, .dhx_cal_lsection, .dhx_cal_lsection .dhx_fullday, .dhx_cal_ltext, .dhx_cal_light select, .dhx_cal_navline .dhx_cal_date, .dhtmlx_popup_text, .dhtmlx_modal_box, .dhx_cal_editor, .dhx_text_disabled {
	font-family: "Open Sans", sans-serif, Arial !important;
}

.dhx_cal_lsection .dhx_fullday, .dhx_cal_lsection {
	color: #000 !important;
	background-color: #f3f3f3 !important;
} 

.dhx_cal_ltext {
	padding: 0 !important;
}

.dhx_cal_ltext, .dhx_cal_light select, .dhx_cal_ltext textarea, .dhx_text_disabled {
	color: #666 !important;
}

.dhx_cal_light {
	min-width: 30% !important;
}

.dhx_btn_set, .dhtmlx_popup_button {
	text-transform: none !important;
}

.dhx_cal_light_wide .dhx_cal_lsection {
	text-align:left !important;
	min-width: 200px !important;
}

.dhx_cal_light_wide .dhx_cal_ltext {
	min-width: 340px !important;
}

.dhx_cal_light, .dhx_cal_ltitle, .dhx_cal_event_line, .dhtmlx_modal_box {
	border-radius: 0 !important;
}

.dhx_cal_ltitle {
	font-weight: bold !important;
    border-color: #3784c0 !important;
    background-color: #3784c0 !important;
}

.dhx_cal_navline .dhx_cal_date {
	color: #0d2347 !important;
}

.dhx_cal_light_wide .dhx_wrap_section {
	background-color: #f3f3f3 !important;
	padding-top: 4px !important;
	padding-bottom: 2px !important;
	margin: 0 0 2px 0 !important;
}

.dhx_cal_navline .dhx_cal_date {
	font-size: 15px !important;
	margin-top: 2px;
	padding-left: 25px !important;
	font-weight: bold !important;
}

.dhx_cal_date_sync {
	font-size: 15px !important;
}

.dhx_cal_ltext .custom-control.custom-checkbox {
    line-height: 1.5;
}

.day_tab {
	left: 0 !important;
}

.week_tab {
	left: 87px !important;
}

.month_tab {
	left: 176px !important;
}

.dhx_cal_light {
	width: 580px !important;
	background-color: #f3f3f3 !important;
}

.dhx_cal_date_sync {
	font-weight: bold !important;
	color: #0d2347 !important;
	font-family: "Open Sans", sans-serif, Arial !important;
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.dhx_cal_light select {
	padding: 0 2px 2px 8px !important;
	background-color: #fff !important;
	margin-bottom: 2px !important;
	border-color: #ced4da !important;
}

.dhx_cal_light textarea {
	border-color: #ced4da !important;
}

.dhx_cal_scale_placeholder {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.1) !important;
}

.dhx_cal_ltitle {
	padding: 0 15px !important;
	margin-bottom: 15px !important;
}

.dhx_cal_larea {
	margin-bottom: 15px !important;
	border-top: 2px solid #fff !important;
}

.dhx_cal_tab {
	background-color: #3784c0 !important;
	color: #fff !important;
	font-weight: bold !important;
	height: 31px !important;
	border-radius: 0 !important;
	border: 2px solid #fff !important;
}

.dhx_cal_today_button {
	font-weight: bold !important;
}

.dhx_cal_tab.active, .dhx_cal_tab:hover  {
	background: #0d2347 !important;
	border: 2px solid #fff !important;
}

.dhx_delete_btn_set {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
	color: #fff !important;
}

.dhx_delete_btn_set:hover div {
	background-color: #6D071A !important;
}

.dhx_delete_btn_set:hover {
	border-color: #6D071A !important;
}

.dhx_cancel_btn_set, .dhx_save_btn_set, .jobdetail_button_set {
	border-color: #3784c0 !important;
	background-color: #3784c0 !important;
	color: #fff !important;
}

.dhtmlx_cancel_button, .jobdetail_button {
	float: left !important
}

.dhtmlx_popup_controls {
	padding: 5px 15px 20px 15px !important;
}

.dhtmlx_popup_button.dhtmlx_ok_button div, .dhtmlx_popup_button.dhtmlx_ok_button, .dhtmlx_popup_button.dhtmlx_cancel_button div, .dhtmlx_popup_button.dhtmlx_cancel_button, .jobdetail_button {
	border-color: #3784c0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	background-color: #3784c0 !important;
}

.dhtmlx_popup_button.dhtmlx_ok_button:hover div, 
.dhtmlx_popup_button.dhtmlx_ok_button:hover, 
.dhtmlx_popup_button.dhtmlx_cancel_button:hover div, 
.dhtmlx_popup_button.dhtmlx_cancel_button:hover,
.dhtmlx_popup_button.jobdetail_button:hover div, 
.dhtmlx_popup_button.jobdetail_button:hover {
	background-color: #0d2347 !important;
	border-color: #0d2347 !important;
}

.dhx_cancel_btn_set:hover div, .dhx_save_btn_set:hover div, .jobdetail_button_set:hover div {
	background-color: #0d2347 !important;
}

.dhx_cancel_btn_set:hover, .dhx_save_btn_set:hover, .jobdetail_button_set:hover {
	border-color: #0d2347 !important;
}

.dhx_cal_cover {
	position: fixed !important;
	z-index: 1031 !important;
}

.dhx_cal_light {
	z-index: 1032 !important;
}

.dhx_modal_cover {
    z-index: 1033 !important;
}

.dhtmlx_modal_box.dhtmlx-alert {
    z-index: 1034 !important;
}

.dhx_cal_light .dhx_wrap_section .dhx_section_time {
	padding: 2px 0 0 220px !important;
}

.dhx_cal_template .ev-confirmation-mail {
	margin-top: 3px;
}

.dhx_section_time select {
	margin-bottom: 2px !important;
}

.dhx_cal_light_readonly .dhx_section_time {
    text-align: left;
}

.dhx_cal_light .dhx_title {
    padding-left: 5px !important;
}

.dhx_cal_data table .dhx_cal_event_line, .dhx_cal_event_line {
  white-space: nowrap !important;
}

.photodoc-image {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.photodoc-image-view, .photodoc-vido-view {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .btn-primary:hover,
.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .btn-primary:focus,
.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .btn-primary:active,
.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .btn-primary.active
.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .btn-primary.active, .open > .dropdown-toggle.btn-primary,
.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .btn-primary:not(:disabled):not(.disabled).active,
.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .btn-primary:not(:disabled):not(.disabled):active,
.quick-zone .dropdown-menu-quick.quick-zone-bg-dark .show > .btn-primary.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  color: #0d2347 !important;
}

/* NAVBAR FSD Mobile */

.navbar-dark.bg-dark {
  background: #0d2347 !important;
  color: #fff;
}

.navbar-dark.bg-dark h5 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-dark.bg-dark a, .navbar-dark.bg-dark a:focus {
  color: #fff;
}

.navbar-dark.bg-dark a:hover  {
  color: #3784c0;
}

.navbar-dark.bg-dark .dropdown-menu {
  font-size: 14px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  margin-right: -1px;
  margin-top: 8px;
  padding: 8px 15px;
}

.navbar-dark.bg-dark .dropdown-menu a {
  color: #3784c0 !important;
}

.navbar-dark.bg-dark .dropdown-menu .dropdown-item {
  color: #3784c0;
  padding: 8px;
}

.navbar-dark.bg-dark .dropdown-menu .dropdown-item:hover,
.navbar-dark.bg-dark .dropdown-menu .dropdown-item:focus,
.navbar-dark.bg-dark .dropdown-menu .dropdown-item:active,
.navbar-dark.bg-dark .dropdown-menu .dropdown-item.active {
  color: #0d2347 !important;
  text-decoration: underline;
}

.navbar-dark.bg-dark .dropdown-menu .dropdown-header {
  color: #0d2347 !important;
  padding: 5px 0;
  font-weight: bold;
}

.navbar-dark.bg-dark .dropdown-menu .dropdown-divider  {
  border-top: 1px dotted #ccc;
  margin: 5px 0;
}

.navbar-dark.bg-dark .grohe-header-logo {
  margin: 0;
}

.navbar-dark.bg-dark .fa-3x {
  font-size: 2.5em;
}

.navbar-dark.bg-dark .fa-4x {
  font-size: 3em;
}

.dropdown-menu .alert,
.navbar-dark.bg-dark .dropdown-menu .alert-dismissible .close {
  padding: .5rem 1rem
}

.navbar-dark.bg-dark .version-text, .navbar-dark.bg-dark .login-headline, .navbar-dark.bg-dark .lang-text {
  display: block;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}

.navbar-dark.bg-dark .grohe-header-headline {
  margin-bottom: 3px;
}

/* PDF SHEET */

.sheet {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 .5mm 2mm rgba(0,0,0,.3);
}

.sheet.padding-a4 { padding: 15mm 10mm 10mm 15mm }

.sheet .page-article {
    margin-top: 0mm;
}

.sheet .mt-10 {
    margin-top: 10mm;
}
	
.sheet h1 {
	color: #112038;
	margin-top: 0;
	margin-bottom: 5mm;
	padding: 0;
	font-weight: 700;
	font-size: 13pt;
}

.sheet .mb-1 {
	margin-bottom: 1mm;
}

.sheet .mt-1 {
	margin-top: 1mm;
}

.sheet .mt-3 {
	margin-top: 3mm;
}

.sheet .my-1 {
	margin-bottom: 1mm;
	margin-top: 1mm;
}
	
.sheet .page-title span {
	font-size: 7pt;
	text-transform: none;
	color: #000;
}
	
.sheet .page-header {
	margin-bottom: 15mm;
}

.sheet .custom-control {
	padding-left: 0;
}

.sheet .page-header img {
	width: 30mm;
}

.sheet .text-italic{
	color: #666;
	font-style: italic;
}

.sheet table {
	width: 100%;
	margin-bottom: 5mm;
	text-align: left;
}

.sheet .table tr td {
  vertical-align: middle;
}

.sheet .custom-control label {
	margin: .45rem 0;
}

.sheet .custom-control label input {
	margin-right: .2rem;
}

.sheet .table-py-0 td {
	padding-left: 0;
	padding-right: 0;
}

.sheet .page-break {
    page-break-after: always;
}

.sheet .next-page {
    page-break-before: always;
}

.sheet .avoid-break {
	page-break-inside: avoid;
}

.page-title {
	margin-top: 3mm;
}

.page-title span {
	font-size: 7pt;
	text-transform: none;
	color: #000;
}
	
.page-logo {
	margin-bottom: 7mm;
}

.page-logo img {
	width: 40mm;
}

.table-mat th {
	background-color: #eee;
	white-space: nowrap;
}

.table-mat td, .table-mat th {
	vertical-align: top;
	border-right: 2px solid #fff;
}

.table-mat tr td:last-child, .table-mat tr th:last-child {
	border-right: 0;
}

.table-sign {
	border: 1px solid #000000;
}

.table-sign td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.table-mat td, .table-mat th, .table-sign td, .table-sign th {
	padding: 1mm 2mm;
}

.table-mat td {
	padding-bottom: .5mm;
}

.table-sign tr:last-child td {
	border-bottom: 0;
}

.table-sign tr td:last-child {
	border-right: 0;
}

.table-sign img {
	height: 20mm;
	padding: 1mm;
}

.sheet .table-sign td.hover:hover {
	color: #000 !important;
	cursor: pointer;
}

.sheet .table-sign td .text-muted:hover {
	color: #000 !important;
}

.table-imprint {
	font-size: 7pt;
	margin-bottom: 3mm;
}

.sheet .table-borders {
	border: 1px solid #000000 !important;
	padding: 1mm;
}

.sheet .table-borders td, .sheet .table-borders th {
	padding: .5mm 1mm;
}

.sheet .table-lines{
	border: 1px solid #000000 !important;
}

.sheet .table-lines td, .sheet .table-lines th {
	border-right: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
	padding: 2mm;
}

.sheet .table-lines td:last-child, .table-linesth:last-child {
	border-right: 0;
}

.sheet .table-lines tr:last-child td {
	border-bottom: 0;
}

.sheet input[type=checkbox] {
	margin-right: 2mm;
}

.sheet ::placeholder {
	font-style: italic;
}

.sheet p {
	margin: 0 0 2mm 0;
}

.sheet .page-footer {
	font-size: 7pt;
	color: #000;
	margin-top: 7mm;
}

.sheet small {
	font-size: 7pt;
}

.serviceReportTableInput {
    width: 100%;
    border: 1px solid #ced4da;
}

div.no-transform div.dropdown-menu {
        transform: translate3d(0px, 35px, 0px) !important;
}

.dhx_matrix_scell.folder .dhx_scell_name {
	max-width:150px !important;
	white-space: nowrap;
	float: left !important;
}

.inner-table tr td:first-child, .inner-table tr th:first-child {
	padding-left: 0;
}
.inner-table tr td:last-child, .inner-table tr th:last-child {
	padding-right: 0
}
.inner-table tr:first-child td, .inner-table tr:first-child th {
	padding-top: 0;
}
.inner-table tr:last-child td, .inner-table tr:last-child th {
	border-bottom: 0;
	padding-bottom: 0;
}

/* STACKING */
.fa-stack-add {
	font-size: 7px;
	margin-left: -8px;
	margin-bottom: -4px;
}

.fa-stack-bg {
	font-size: 16px;
}

.fa-stack-add i.fa-stack-2x {
    line-height: 16px;
}

.fa-stack-add i.fa-stack-1x {
    line-height: 16px;
    font-size: 8px;
}

tr.table-success .fa-inverse {
	color: #c3e6cb !important;
}

tr.table-warning .fa-inverse {
	color: #ffeeba !important;
}

tr.table-warning.active .fa-inverse {
	color: #ffdf8e !important;
}

body:not(.sidebar-layout-body) .collapsed-show {
    display: none;
}

.mailcenter:not(.show-left-view) .left-view {
    display: none;
}

.mailcenter.show-left-view .top-view {
    display: none;
}

.mailcenter.show-left-view:not(.show-mail-view) .mail-view {
    display: none;
}

.mailcenter.show-left-view:not(.show-mail-view).mail-view {
    display: none;
}

.mailcenter.show-left-view.show-mail-view .mail-write-view {
    display: none;
}

.mailcenter.show-left-view.show-mail-view.mail-write-view {
    display: none;
}

.mailcenter.no-editor .mail-write-view {
    display: none !important;
}

.mailcenter.no-editor.mail-write-view {
    display: none !important;
}

tr.table-warning.active {
    background-color: #ffdf8e;
}

tr.table-warning.active td, tr.table-warning.active th {
    background-color: #ffdf8e;
}

tr.click-row {
    cursor: pointer;
}

tr.click-row:hover {
    background-color: #e0ecb6 !important;
    --bs-table-bg: #d1e7dd !important;
}

.mailcenter.no-editor span.mailcenter-editor, .mailcenter.show-left-view.show-mail-view span.mailcenter-editor {
    cursor: not-allowed;
}

.mailcenter.no-editor span.mailcenter-editor a, .mailcenter.show-left-view.show-mail-view span.mailcenter-editor a {
    color: #666;
    pointer-events: none;
}

td > label.custom-control.custom-checkbox {
    margin: 0;
}

/* Drilldown */

.drilldown-owner {
	cursor: pointer;
}

.drilldown-line > td {
	background-color: #fff;
}

.drilldown-line:not(.with-padding) > td {
	padding-left: 0;
	padding-right: 0;
}

#pdfEditorCanvasContainer {
    border: 1px solid #000;
    background-color: #808080;
    overflow: auto;
}

.pdfEditorCanvasDiv {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.pdfEditorCanvasDiv + .pdfEditorCanvasDiv {
    margin-top: 1rem;
}

.pdfEditorCanvasDiv:last-child {
    margin-bottom: 2rem;
}

.pdfEditorCanvas, .pdfEditorTextareaContainer, .pdfEditorCanvasEditContainer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: show;
    top: 0;
    left: 0;
}

.pdfEditorCanvas {
    position: relative;
}

.pdfEditorCanvasEditContainer:not(.edit), .pdfEditorCanvasOverlayContainer:not(.edit) {
    pointer-events: none;
}

.pdfEditorTextarea {
    position: absolute;
    background-color: transparent;
    display: inline-block;
    padding: 0;
}

.pdfEditorTextarea textarea {
    background-color: transparent;
    resize: both;
    min-height: 25px;
    min-width: 25px;
    overflow: hidden;
    font-size: 12px;
    margin: 0;
    border: 1px dashed #999;
    font-family: Helvetica;
}

.pdfEditorToolBar {
    position: absolute;
    top: 0;
    left: 0;
    min-width: max(150px, 100%);
    transform: translateY(calc(-100% + 1px));
    border: 1px solid #000;
    display: none;
    border-radius: 5px 5px 0 0;
    padding: 0.25rem 0.5rem;
    overflow: hidden;
    z-index: 2;
}

.pdfEditorToolBar select {
    width: auto;
}

.pdfEditorDragable {
    cursor: move;
}

.pdfEditorToolBar.active, .pdfEditorToolBar:hover, .pdfEditorTextarea:hover .pdfEditorToolBar, .pdfEditorTextarea textarea:focus + .pdfEditorToolBar {
    background-color: #fff;
    display: block;
}

#alertModalBody {
	word-break: break-word;
}

.quick-zone .fa-counter {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 1em;
	margin: 0;
	text-align: center;
	width: 2em;
}

.quick-zone .fa-counter::before {
    display: block;
    font-size: 24px;
	color: #fff;
    content: attr(data-content);
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    transform-origin: top center;
}

.quick-zone .fa-counter.far::before {
    font-weight: 400;
}

.quick-zone .fa-counter::after {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
	top: -6px;
	right: -10px;
    color: #3784c0;
    padding: 3px 6px 4px 6px;
    line-height: 100%;
    border-radius: 60px;
    border: 2px solid #3784c0;
    background: #fff;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transition: color .15s ease-in-out, border-color .15s ease-in-out;
}

.quick-zone .fa-counter.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.quick-zone .custom-kanal .btn.btn-quick {
	line-height: 1.2 !important;
}

.quick-zone .custom-kanal .btn.btn-quick.disabled .fa-counter::after {
	color: #aaa;
	background: #fff;
	border: 2px solid #aaa;
}

.quick-zone .custom-kanal .btn.btn-quick:hover .fa-counter::after,
.quick-zone .custom-kanal .btn.btn-quick:focus .fa-counter::after,
.quick-zone .custom-kanal .btn.btn-quick:active .fa-counter::after,
.quick-zone .show .btn-quick .fa-counter::after {
	color: #0d2347;
	background: #fff;
	border: 2px solid #0d2347;
}

.action-popover {
    max-width: none;
}

.app-container .app-box {
    padding: 10px 15px;
    background: #f3f3f3;
    margin-bottom: 15px;
}

.app-container .app-box:last-child {
    margin-bottom: 0;
}

.app-container .app-box iframe {
    width: 100%;
    max-height: 125px;
    border: none;
    padding: 0;
    background: #fff;
}

.app-container .app-box textarea {
    font-family: Segoe UI, Calibri;
    font-size: 13px;
    width: 100%;
    max-height: 125px;
    border: none;
    padding: 0;
    background: #fff;
}

.columnSelect .sortable-ghost {
    background-color: #e9e9e9;
}

.columnSelect .sortable-drag {
    opacity: 0;
}

td.masterTd, th.masterTd {
	background-color: #e9ecef;
}

td.slaveTd, th.slaveTd {
    background-color: none;
}

.border-2px {
    border-width: 2px;    
}

.dropdown-toggle.caret-off::after {
    display: none;
}

.drilldown-tr {
	background-color: #f3f3f3 !important;
}

.grey-box .drilldown-tr {
	background-color: #e9ecef !important;
}

i.fas.drilldown-icon::before {
    content: "\f0fe";
}

.drilldown-open i.fas.drilldown-icon::before {
    content: "\f146";
}


.bs-actionsbox .actions-btn, .bs-actionsbox .actions-btn:focus {
	background: #3784c0 !important;
	border-color: #3784c0 !important;
	color: #fff !important;
	border-radius: 0;
	font-size: .825rem;
}

.bs-actionsbox .actions-btn:hover, .bs-actionsbox .actions-btn:active, .bs-actionsbox .actions-btn.active {
	background: #0d2347 !important;
	border-color: #0d2347 !important;
	color: #fff !important;
}

.bs-actionsbox .actions-btn:not(.is-invalid):not(.defaultValue) {
	border-color: #fff !important;
}

tr[data-disabled="true"] {
    background-color: #f5c6cb;
    --bs-table-bg: #f5c6cb;
}

tr[data-disabled="true"] .editTableDisabled, tr[data-disabled="false"] .editTableEnabled {
    display: none;
}

tr[data-disabled="true"] .editTableEnabled, tr[data-disabled="false"] .editTableDisabled {
    display: inline-block !important;
}

.hide-disabled-children [data-disabled="true"] {
    display: none;
}

/* SELECT2 */

.select2-container--default .select2-selection--multiple {
	border-radius: 0;
	border-color: #ced4da;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.select2-dropdown {
	border-radius: 0;
}

.select2-container--default .select2-results__option {
	color: #3784c0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=false],
.select2-container--default .select2-results__option--highlighted[aria-selected=true]:hover {
	background-color: #f8f9fa;
	color: #212529 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
	background-color: #eee;
	color: #3784c0;
}

.select2-results__option[aria-selected=true]::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: right;
    color: rbg(255,0,0);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #0d2347;
	border: 1px solid #0d2347;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	padding: 0 5px 1px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	font-size: 1rem;
	margin-right: 3px;
	color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #eee;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover,
.select2-container--default .select2-results__option[aria-selected="true"]:focus {
	color: #212529;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	font-size: 1rem;
	margin-right: -20px;
	margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-right: 30px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	background-color: #999;
	border: 1px solid #999;
	padding: 3px 6px 2px 6px;
}

.modal-body.dark-body {
  background: #f5f5f5;
}

.modal-body.dark-body .ct-box {
  padding: 15px;
}

label.radio-select {
    display: relative;
}

label.radio-select.radio-select-img {
	overflow: hidden;
}

label.radio-select:not(:disabled):not(.disabled) {
    cursor: pointer;
}

label.radio-select .radio-select-content {
    position: relative;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
   
    background-color: #fff;
    border: 1px solid #C4C4C4;
}

label.radio-select.radio-select-img .radio-select-content,
label.radio-select.radio-select-img .radio-select-content:focus {
    border: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    opacity: .375;
    transition: opacity .5s linear;
}

label.radio-select.radio-select-img .radio-select-content:hover {
    opacity: 1;
    transition: opacity .5s linear;
}

label.radio-select.radio-select-img .radio-select-content img {
	height: 180px;
	object-fit: cover;
	border-radius: .5rem;
}

label.radio-select input[type="radio"]:checked + .radio-select-content {
    background-color: #3784c0;
    border-color: #3784c0;
    color: #ffffff !important;
}

label.radio-select.radio-select-img input[type="radio"]:checked + .radio-select-content {
    background-color: #fff;
    border-color: #fff;
    color: inherit !important;
    opacity: 1;
    transition: opacity .5s linear;
}

label.radio-select input[type="radio"] {
    display: none;
}

label.radio-select input[type="radio"] + .radio-select-content .checked-only {
    display: none;
}

label.radio-select input[type="radio"]:checked + .radio-select-content .checked-only {
    display: unset;
}

label.radio-select input[type="radio"]:checked + .radio-select-content.check-after::after {
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    margin-left: 0.5rem;
}

.corner-ribbon {
  width: 75px;
  position: absolute;
  top: 6px;
  right: -22px;
  left: auto;
  font-size: .75rem;
  text-align: center;
  line-height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1018;
}

.ribbon-blue {
	background: #3784c0;
	color: #fff;
}

#telephonieController-telnumberList div.autocomplete-suggestions {
	max-height:230px !important;
}

.table-bg .bg-primary, .table-bg .bg-danger, .table-bg .bg-success, .table-bg .bg-purple, .table-bg .bg-urgent {
	color: #fff !important;
}
				
.table-bg .bg-warning {
	 color: #333 !important;
}

.table-bg .bg-primary {
	background-color: #3784c0 !important;;
}

.table-bg .bg-urgent {
    background-color: #f1853e !important;
}

.table-bg .bg-purple {
    background-color: #ad62a5 !important;
}

.clr-picker.clr-pill {
    width: 440px !important;
}