@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0 !important;
  color: #394154;
  font-size: 14px !important;
  background: #fff;
  position: relative;
}
a {
  color: #394154 !important;
  outline: none;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  text-decoration: none !important;
}
button:link,
button:visited,
button:focus {
  outline: none;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  color: #0b6eaf;
  text-decoration: none !important;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
section {
  position: relative;
}
table {
  background: #fff !important;
  border: 0px !important;
}
::-webkit-input-placeholder {
  color: #bcbcbc !important;
}
:-ms-input-placeholder {
  color: #bcbcbc !important;
}
::placeholder {
  color: #bcbcbc !important;
}
.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
p {
  line-height: 1.4;
  font-size: 13px;
}
/* Typography */
body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
}
.section {
  width: 100%;
  display: table;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container {
  max-width: 1240px;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.clear-all {
  clear: both;
  height: 0px;
  width: 100%;
  text-indent: -100000px;
}
.section-md {
  padding: 60px 0px;
}
.section-sm {
  padding: 40px 0px;
}
.scrollup {
  background: #204454;
  color: #fff;
  display: table;
  float: left;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 15px;
  bottom: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1000;
  display: none;
}
.scrollup i {
  line-height: 35px;
  font-size: 26px;
  text-align: center;
}
.scrollup:hover,
.scrollup:visited,
.scrollup:focus {
  color: #fff;
}
.t-0 {
  top: 0 !important;
}
.br-1 {
  border-right: 1px solid #e3e3e3;
}
.bt-1 {
  border-top: 1px solid #e3e3e3;
}
.bl-1 {
  border-left: 1px solid #e3e3e3;
}
.p-20 {
  padding: 20px;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
/*Navbar*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 100;
  background: transparent;
  width: 100%;
}
.navbar-toggler {
  width: 40px;
  height: 35px;
  background: #0a1330;
  padding: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  border: 0px;
  color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu-bar.svg);
  width: 25px;
}
.navbar-toggler span {
  color: #e42126;
}
.header .navbar {
  padding: 10px;
}
.navbar-nav {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.navbar-nav li {
  display: inline-block;
  position: relative;
}
.navbar-nav .nav-link {
  background: transparent;
  color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 15px;
  margin-left: 10px;
  border-bottom: 2px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active .nav-link {
  color: #fff !important;
  border-bottom: 2px solid #179bdf;
  background-color: rgba(255, 255, 255, 0.1);
}

/**slide-modal**/
.modal-backdrop {
  background-color: #ddd;
}
.modal-slide {
  z-index: 100000 !important;
  padding-right: 0px !important;
  position: fixed;
}
.modal-slide .modal-dialog {
  max-width: inherit;
  margin: 0;
}
.modal-slide.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal-slide.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal-slide.right .modal-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.modal-slide.right .modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-slide.right .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.modal-slide.right .modal-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 4px solid #515a6f;
}

.modal-slide.right.fade .modal-dialog {
  right: -600px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal-slide.right.fade.show .modal-dialog {
  right: 0;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal-slide .modal-body {
  padding: 0px;
}
.modal-slide .modal-content {
  position: absolute;
  top: 0%;
  right: 0px;
  height: 100vh;
  background: #fff;
  width: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}
.modal-slide.min-width .modal-content {
  width: 50% !important;
}
.modal-slide.width-40 .modal-content {
  width: 600px !important;
}

.modal-slide.show .modal-content {
  top: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-form .btnFooter {
  position: relative;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
.popUp-backdrop {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
}
.popUp-backdrop.show {
  display: block;
  opacity: 0.5;
  right: 0%;
}
.popUp-backdrop1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  opacity: 0.5;
}
.popUp-backdrop-transparent {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
  opacity: 0;
}
.popUp-backdrop-transparent.show {
  display: block;
  opacity: 0;
  right: 0%;
}
.navbar-nav .nav-link.text-white {
  color: #fff !important;
}

/*Login*/
.slide-form form {
  padding: 20px;
}
.slide-form.min-width {
  width: 50% !important;
}
.slide-form input,
.slide-form select,
.slide-form .chosen-container-single .chosen-single,
.slide-form .chosen-container-active.chosen-with-drop .chosen-single,
.form-page input,
.form-page select,
.form-page .chosen-container-single .chosen-single,
.form-page .chosen-container-active.chosen-with-drop .chosen-single {
  font-size: 15px;
  font-weight: 300;
  color: #3d3f46;
  box-shadow: none;
  border-radius: 0px;
  height: auto;
  border: 0px;
  border: 1px solid #aaa;
  height: 40px;
}
.slide-form input,
.slide-form select {
  height: 40px !important;
}
.slide-form h2 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  color: #2c7fdc;
}
.slide-form h2 span {
  text-transform: capitalize;
}
.slideFormClose {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fd3c05;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
}
/*main style*/
.col-left {
  background: #0b6eaf;
  height: 100vh;
}
.col-right {
  background: #fff;
  height: 100vh;
}
.col-body-content-container {
  position: relative;
  height: 100%;
}
/* .col-body-content {
  max-width: 500px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
} */
.col-body-content.registerBase {
  max-width: 600px;
  width: 80%;
}
.left-rcb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.left-rcb img {
  max-width: 400px;
}
.left-rcb p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
}
.col-right input,
.col-right select,
.password-change input {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  font-weight: 300;
  color: #3d3f46;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  height: 45px !important;
  padding-left: 0px;
  padding-right: 0;
}
.left-content input,
.left-content textarea {
  border: 0;
  border-bottom: 2px solid #48557e;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  padding-left: 0px;
}
.left-content textarea {
  resize: none;
  border-radius: 0px;
}
.col-right .form-check-input {
  height: auto !important;
}
.left-content form.contact {
  border-top: 1px solid #48557e;
  padding-top: 50px;
}
.col-right .custom-select option.smallDropText {
  font-size: 13px;
}
.col-right .form-group {
  margin-bottom: 15px;
}
.col-body-content h1 {
  letter-spacing: 4px;
  font-size: 2em;
  margin-bottom: 50px;
  text-align: left;
}
.col-body-content h1 span {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
}
.left-content h4 {
  font-size: 3em;
  color: #fff;
}
.col-body-content button {
  max-width: 250px;
  width: 100%;
  margin-top: 20px;
}
.btn-theme {
  border-radius: 0px;
  padding: 8px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  color: #fff !important;
  background-color: #46af5f;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}
.btn-theme:hover {
  color: #fff;
  background-color: #fd3c05;
  text-decoration: none;
}
.btn-success {
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #46af5f;
  border-color: #46af5f;
}
.btn-success:hover {
  color: #fff;
  background-color: #219576;
  border-color: #219576;
}
.btn-theme-grey {
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  background-color: #d1d1d1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}
.btn-theme-grey:hover {
  color: #fff;
  background-color: #6f6f6f;
}
.btn-rounded {
  border-radius: 30px !important;
}
.btn-default {
  border-radius: 0px;
  padding: 7px 10px;
  line-height: 1.42857143;
  color: #111 !important;
  background-color: #d3d3d3;
  text-align: center;
  border-radius: 4px;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #6f6f6f;
}
.btn-white {
  border-radius: 0px;
  padding: 8px 30px;
  line-height: 1.42857143;
  color: #111 !important;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.btn-white:hover {
  background-color: #d3d3d3;
}
.btn-sm {
  padding: 8px 20px !important;
  font-size: 12px !important;
}
.btn-xs {
  padding: 7px 10px !important;
  font-size: 12px !important;
}
.white-text {
  color: #fff !important;
}
.btn-theme img {
  width: 11px;
  margin-right: 10px;
}
.link {
  color: #0b6eaf !important;
}
.link-blue {
  color: #179bdf !important;
}
.checkInBtn,
.checkOutBtn {
  width: 150px;
}
.checkInBtn p,
.checkOutBtn p {
  margin-bottom: 0px;
  font-size: 16px;
}
.checkInBtn,
.checkInBtn:focus,
.checkInBtn:active,
.checkInBtn:hover {
  border-radius: 0px;
  padding: 8px 0px;
  line-height: 1.42857143;
  font-size: 14px;
  color: #fff !important;
  background-color: #46af5f;
  text-align: left;
  border-radius: 0px;
  text-decoration: none;
}
.checkOutBtn,
.checkOutBtn:focus,
.checkOutBtn:active,
.checkOutBtn:hover {
  border-radius: 0px;
  padding: 8px 0px;
  line-height: 1.42857143;
  font-size: 14px;
  color: #fff !important;
  background-color: #e15e6d;
  text-align: left;
  border-radius: 0px;
  text-decoration: none;
}
.clocklog {
  width: 24px;
  float: left;
  height: 28px;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 4px;
}
.form-icon-base {
  position: relative;
  height: 40px;
}
.form-icon {
  position: absolute;
  top: 11px;
  right: 20px;
}
.form-icon img {
  width: 19px;
  height: 19px;
}
.left-content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
.left-content .price-list li {
  border-bottom: 1px solid #48557e;
  padding-bottom: 15px;
}
.left-content p {
  display: block;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 300;
  margin-top: 30px;
}
.left-content .price-list li span {
  float: right;
  font-weight: 700;
  font-size: 20px;
}
.left-content .price-list li i {
  display: block;
  font-style: normal;
  font-size: 14px;
  margin-top: 7px;
}
.left-content p.note {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.half-from-scroll {
  overflow-y: scroll;
  max-height: 67vh;
  overflow-x: hidden;
}
.from-scroll {
  overflow-y: scroll;
  max-height: 83vh;
  overflow-x: hidden;
}
.slideFormScroll {
  height: calc(100vh - 90px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.mCSB_scrollTools {
  opacity: 0;
}
.col-left:hover .mCSB_scrollTools {
  opacity: 1;
}
.checkWrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkWrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.checkWrapper:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkWrapper input:checked ~ .checkmark {
  background-color: #0b6eaf;
  border: 1px solid #0b6eaf;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.checkWrapper input:checked ~ .checkmark:after {
  display: block;
}
.checkWrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ix-checkbox-label {
  position: relative;
  margin: 0px;
}
.ix-checkbox {
  opacity: 0;
  width: 0;
  margin: 0;
  display: none;
}
.ix-checkbox-label > mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaa;
  background: #fff;
}
.ix-checkbox-label input:checked + mark:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -1px;
  border-color: #000;
}
.text-white {
  color: #fff !important;
}
/*footer*/
footer {
  padding: 10px 0px;
}
footer ul li {
  display: inline-block;
  margin: 0px 10px;
}
footer ul li a {
  color: #fff;
}
footer ul li img {
  height: 30px;
  margin-right: 8px;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
/** After logged in pages style*/
/*dashboard menu*/
.top-header {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 60px;
}
.top-header .dash-logo {
  display: block;
  background: transparent;
}
.top-header .dash-logo img {
  width: 65px;
}
.top-header .rhs-menu {
  display: block;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 6px;
}
.top-header .rhs-menu a {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.top-header .rhs-menu a {
  font-size: 14px;
}
.top-header .rhs-menu a img {
  width: 15px;
}
.top-header .rhs-menu a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.top-header .rhs-menu a.bg-white i {
  font-size: 15px;
}
.top-header .rhs-menu a.bg-white {
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
.top-header .rhs-menu .dropdown-menu {
  z-index: 100001;
  left: auto !important;
  right: 0px;
  top: 28px !important;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(17, 17, 17, 0.08);
  transform: translate3d(0px, 0px, 0px) !important;
}
.top-header .rhs-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.top-header .rhs-menu .dropdown-menu a {
  cursor: pointer;
  margin: 0;
  font-size: 13px;
  position: relative;
  color: #333;
}
.ix-menu-divider {
  margin: 5px 0 !important;
  background: #f0f0f0;
  padding: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.top-header .rhs-menu .dropdown-menu a:hover {
  color: #0b6eaf;
}
.top-header .rhs-menu .dropdown-menu:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 0;
  border-right-width: 0;
  right: 13px;
  margin-top: -15px;
}
.menu-grid img {
  width: 20px !important;
}
.menu-grid {
  margin-right: 10px;
}
.left-min-menu {
  margin-left: 90px;
}
.left-min-menu .card {
  border: 0px;
  background: transparent;
}
.left-min-menu .card-body ul {
  margin: 0px;
}
.left-min-menu li a {
  display: block;
  padding: 15px 10px 15px 10px;
  position: relative;
  color: #515a6f !important;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
  transition: all 0.2s;
  opacity: 1;
  text-align: left;
  font-size: 13px;
  border-left: 3px solid transparent;
}
.left-min-menu li a:hover {
  text-decoration: none;
  color: #fd3c05;
  opacity: 1;
  /* background: #303646; */
}
.left-min-menu li.active a {
  color: #fd3c05 !important;
  opacity: 1;
  position: relative;
  /* background: #dddddd; */
}
.top-header .rhs-menu a.bg-white {
  padding: 7px 16px 6px 16px;
  border-radius: 30px;
  border: 1px solid #e3e3e3;
}
.top-header .rhs-menu a.userMenu img {
  width: 30px;
  border-radius: 100px;
}
.top-header .rhs-menu a.bg-green {
  background: #46af5f;
  color: #fff;
  padding: 7px 16px 6px 16px;
  border-radius: 30px;
}
.top-header .rhs-menu a.bg-green i {
  font-size: 12px;
  margin-left: 8px;
}
.left-min-menu .card-header,
.left-min-menu .card-body {
  padding: 7px 10px;
}
.left-min-menu .card-header .btn {
  border: 0px;
  color: #515a6f !important;
  cursor: pointer;
  font-size: 15px;
  opacity: 1;
  display: block;
  text-decoration: none;
}
.left-min-menu .card-header .btn:hover,
.left-min-menu .card-header.active {
  background: transparent !important;
  color: #fd3c05 !important;
}
.left-min-menu .card-header .btn:focus {
  border: 0px;
  box-shadow: none;
}

.searchPopupBox {
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  width: 400px !important;
  position: absolute;
  right: 10px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.searchPopupBox .form-control {
  background: transparent;
  border: 0px;
  color: #394154;
  font-size: 13.5px !important;
  padding-left: 20px;
  padding: 8px;
  height: auto;
}
.searchPopupBox .form-control:focus {
  box-shadow: none;
}
.searchPopupBox .btn i {
  color: #394154;
  position: relative;
  top: 3px;
}
.searchPopupBox .dropdown {
  width: 100%;
}
.searchPopupBox .dropdown-menu {
  min-width: inherit;
  width: 100%;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.searchPopupBox .slideFormClose {
  background: transparent;
  box-shadow: none;
  color: #aaa;
  line-height: 1;
}
.searchPopupBox .slideFormClose span {
  display: block;
  font-size: 12px;
}
.searchPopupBox .dropdown-menu a {
  padding: 17px 0 17px 56px;
  color: #333;
  font-size: 13.5px !important;
  position: relative;
}
.searchPopupBox .dropdown-menu a:hover {
  background: #f5f6fa;
}
.searchPopupBox .input-group-prepend {
  width: 100%;
}
.input-group-text {
  background: transparent !important;
  border: 0px !important;
}
/*left side bar*/
.left-sidebar {
  width: 90px;
  display: flex;
  z-index: 11;
  overflow: hidden;
  min-width: 90px;
  flex: 0 0 90px;
  position: fixed;
  /* height: calc(100vh - 81px); */
  height: calc(100vh);
  /* background: #515a6f; */
  background: #f1f1f1;
}
.left-sidebar.active {
  width: 300px;
  display: flex;
  z-index: 11;
  overflow: hidden;
  min-width: 300px;
}
.vertical-nav-menu {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  padding: 0px;
  width: 90px;
  background: #394154;
  height: 100%;
  position: relative;
  float: left;
}
.left-sidebar.sidebar-shadow {
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.03);
  border-right: 1px solid #e3e3e3;
}
.left-sidebar-heading,
.left-sidebar-heading a {
  font-size: 13px !important;
  margin: 0;
  font-weight: normal;
  color: #ccc;
  white-space: nowrap;
  position: relative;
  padding: 15px 0px;
}
.vertical-nav-menu li {
  border-bottom: 1px solid #303646;
}
.vertical-nav-menu li a {
  display: block;
  padding: 10px;
  position: relative;
  color: #fff !important;
  white-space: nowrap;
  transition: all 0.2s;
  font-size: 15px;
  opacity: 0.7;
  text-align: center;
  font-size: 12px;
  border-left: 3px solid transparent;
}
.vertical-nav-menu i.metismenu-icon {
  text-align: center;
  font-size: 25px;
  transition: color 300ms;
  margin-bottom: 10px;
}
.vertical-nav-menu li a span {
  display: block;
}
.vertical-nav-menu li.mm-active > a {
  color: #fff;
  opacity: 1;
  position: relative;
  background: #303646;
  border-left: 3px solid #fd3c05;
}
.vertical-nav-menu li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  border-left: 3px solid #fd3c05;
}
.menuSection {
  padding-top: 5px;
}
.section {
  height: 100vh;
}
.vertical-nav-menu .left-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 0px solid #303646;
  border-top: 1px solid #303646;
}
/*mainWrapper*/
.menu_header {
  font-size: 20px;
  margin-top: 35px;
}
.menu_header i {
  margin-right: 10px;
}
.basket-container {
  display: inline-block;
  background-color: transparent;
  z-index: 16;
  position: fixed;
  right: 3px;
  top: 0px;
  width: 21.5%;
  height: calc(100vh - 92px);
  background: #fff;
}
.mainWrapperBody {
  margin: 0px;
  background: #fff;
  flex: 1; /* min-height:calc(100vh - 100px);*/
  padding: 20px;
  position: relative;
}
.page-scroll {
  overflow-y: auto;
}
.mainWrapper {
  z-index: 9;
  padding-left: 90px;
  margin-top: 61px;
}
.mainWrapper.active {
  z-index: 9;
  padding-left: 300px;
  margin-top: 60px !important;
}
.menu-category-bar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  /* padding: 10px 0px; */
  height: 50px;
}
.menu-category-bar.active {
  position: sticky;
  z-index: 100;
}
.left-sidebar-inner {
  position: relative;
  width: 100%;
}
/*.left-min-menu {height: calc(100vh - 100px);overflow: scroll;overflow-x: scroll;overflow-x: hidden;scrollbar-width: thin;-webkit-scrollbar-width: thin;}
.left-min-menu::-webkit-scrollbar {width: 10px;}
.left-min-menu::-webkit-scrollbar-track {background:transparent;}
.left-min-menu::-webkit-scrollbar-thumb {background-color: #ccc;border-radius: 0px;border: 4px solid #515a6f;}
*/
.modal-backdrop {
  z-index: 1000;
}
.modal .media {
  width: 100%;
  padding: 20px 10px 20px 20px;
  background-color: #fef4f6;
  margin-bottom: 30px;
}
.mediaImg {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  font-size: 20px;
  position: relative;
}
.mediaImg img {
  width: 30px;
}
.modal .modal-header {
  overflow: hidden;
  clear: both;
  padding: 8px 15px 10px 15px;
  color: #333;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1;
  position: relative;
  background: #e8ebf0;
  color: #333;
}
.modal .modal-header .modal-title {
  font-size: 16px;
}
.modal .modal-header .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fd3c05;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
}
.modal .modal-body {
  background: #fff;
  border-radius: 10px;
}
.modal .media .hint-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal .media .hint-content {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal label {
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin-bottom: 0px;
}
.modal input,
.modal select,
.modal .chosen-container-single .chosen-single,
.modal .chosen-container-active.chosen-with-drop .chosen-single {
  font-size: 14px;
  border: transparent;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  padding: 5px 0;
  width: 100%;
  outline: 0;
  background-color: transparent;
  text-overflow: ellipsis;
  height: 40px;
}
.modal .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal .modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #e3e3e3;
  justify-content: flex-start;
}

.dash-grey {
  background-color: #eaeaea;
}
.menu-category-title h1 {
  font-size: 18px;
  padding: 12px 0px 12px 17px;
  margin: 0px;
}
.mainWrapperBody h2,
.mainWrapperBody h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1;
}
.mainWrapperBody .card {
  margin-bottom: 30px;
}
.mainWrapperBody .card-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.mainWrapperBody .card td {
  border: 0px;
  font-size: 13px;
}
.mainWrapperBody .card .table thead th {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  text-transform: none;
  font-size: 14px;
  height: auto;
  padding: 10px;
  font-weight: normal;
  border-top: 0px solid #efefef;
}
.mainWrapperBody .dropdown.fixed {
  position: absolute;
  top: 4px;
  right: 0;
  background: transparent;
}
.mainWrapperBody .dropdown:hover .dropdown-menu {
  display: block;
}
.mainWrapperBody .dropdown-menu {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(17, 17, 17, 0.08);
  left: auto !important;
  right: 0px;
  top: 28px !important;
}
.mainWrapperBody .dropdown-menu:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 0;
  border-right-width: 0;
  right: 13px;
  margin-top: -15px;
}
.pos-relative {
  position: relative !important;
}
.top-0 {
  top: 0 !important;
}
.mainWrapperBody .dropdown #dropdownMenuButton {
  font-size: 13px;
  background: transparent;
  padding: 0.375rem 0.75rem;
}
.mainWrapperBody .dropdown #dropdownMenuButton i {
  font-size: 12px;
}
.mainWrapperBody .dropdown button:focus {
  box-shadow: none !important;
}
.mainWrapperBody .dropdown a,
.dropdown-item.active {
  font-size: 13px;
  background: #fff;
  position: relative;
  color: #000;
}
.mainWrapperBody .dropdown a:hover {
  background: #eaeaea;
}

/* dashboard*/
.grey-bg {
  background: #f6f7f8;
}
.dashboard .card {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  min-height: 350px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 0px;
}
.dashboard .card-header {
  background: #fff;
  border: 0px;
}
.dashboard .card-header {
  display: inline-block;
  font-size: 16px;
  margin-top: 0px;
  color: #1d1d1d;
  margin-bottom: 7px;
  line-height: 1.4;
  position: relative;
  padding-right: 15px;
  border-bottom: 1px solid #f0f3f5;
  width: 100%;
}
.dashboard .no-data-base {
  min-height: 250px;
  position: relative;
}
.dashboard .card .no-data-content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.dashboard .card .no-data-content img {
  width: 100px;
  margin: 20px auto;
}
.dashboard .card .no-data-content p {
  ont-size: 15px;
  color: #666;
}
.dashboard .card .drag-icon {
  cursor: move;
  margin-right: 10px;
  opacity: 0.2;
}
.dashboard .card:hover .drag-icon {
  opacity: 1;
}
.dashboard .card .drag-icon img {
  width: 8px;
  position: relative;
  top: -1px;
}
.dashboard .card .mediaImg {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
.dashboard .card .mediaImg img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.dashboard .card .media h5 {
  text-transform: capitalize;
  font-size: 14px;
}
.cutomize-icon {
  float: right;
  margin-top: 0px;
  margin-right: 8px;
}
.cutomize-icon ul {
  margin: 0px;
}
.cutomize-icon ul li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}
.cutomize-icon ul li i {
  font-size: 16px;
}
.cutomize-icon img {
  width: 18px;
}
.cutomize-icon ul li select {
  font-size: 14px;
  min-width: 150px;
}
.cutomize-icon ul li .form-control {
  border: 0px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 30px;
}
.ViewGrid {
  border-radius: 4px;
  border: 1px solid #aaa !important;
}
.ViewGrid a {
  padding: 6px 12px;
  height: 30px;
  display: inline-block;
  color: #aaa !important;
}
.ViewGrid a.active {
  background-color: #aaa !important;
  color: #fff !important;
}
/**footer**/
.adminFooter {
  background: #fff;
  height: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #fff;
  z-index: 10001;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.afooter-menucontainer ul {
  width: 100%;
  margin: 0px;
}
.afooter-menucontainer ul li {
  float: left;
  padding: 5px 0px;
}
.afooter-menucontainer ul li a {
  padding: 8px 15px;
  color: #7e7e7e;
  text-decoration: none;
}
.afooter-menucontainer ul li a i {
  margin-right: 6px;
}
.afooter-menucontainer ul li:nth-child(3) {
  border-right: 1px solid #dee2e6;
}
.afooter-menucontainer ul li.active a {
  color: #00a3fe;
}
.chat-menu {
  bottom: 30px;
  position: fixed;
  height: 460px;
  width: inherit;
  border-bottom: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  width: 261px;
  float: left;
  font-size: 13px;
  line-height: normal;
  background: inherit;
  display: none;
}
.sub-chat-menu {
  bottom: 30px;
  position: fixed;
  height: 460px;
  width: inherit;
  border-bottom: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  width: 320px;
  float: left;
  font-size: 13px;
  line-height: normal;
  background: inherit;
  left: 265px;
}
.sub-chat-menu .message-input {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: #f1f1f1;
  left: 0;
  width: 100%;
}
.sub-chat-menu .message-input .form-control {
  border: 0;
  resize: none;
  font-size: 13px !important;
  font-family: inherit;
  border-radius: 4px;
  line-height: 17px;
  padding: 2px 0 0 2px;
  background: #fff;
}
.sub-chat-menu .message-input .btn {
  background: #fff;
  color: #999;
}
.sub-chat-actions {
  position: absolute;
  right: 8px;
  top: 7px;
}
.sub-chat-actions a {
  border: 1px solid #eaeaea;
  padding: 3px;
  width: 20px;
  display: inline-block;
  text-align: center;
}
.chat_searchcontainer {
  border-bottom: solid 1px #eaeaea;
  height: 32px;
}
.chat_menuheader {
  height: 50px;
  padding: 7px 9px;
  border-bottom: 1px solid #eaeaea;
}
.chat_searchicon {
  color: #999;
  font-size: 13px;
  vertical-align: middle;
  margin: 0 6px 0 8px;
}
.chat_searchinput {
  height: 100% !important;
  width: 80% !important;
  font-size: 13px !important;
  display: inline-block !important;
  padding: 0 !important;
  border: 0px;
  box-shadow: none;
}
.chat_searchinput:focus {
  border: 0px;
  box-shadow: none;
}
.chat_title {
  font-size: 14px;
  padding: 10px;
}
.badge_imgwrapper {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-top: 1px;
  text-align: center;
}
.badge_imgwrapper img {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
.chat_menu_username {
  cursor: default;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  width: 75%;
}
.chat_menu_minimize {
  color: #797979;
  cursor: pointer;
  font-size: 10px;
  right: 9px;
  position: absolute;
  top: 2px;
}
.chat_menu_minimize img {
  width: 15px;
}
.chat_settings {
  float: right;
  cursor: pointer;
  font-size: 13px;
}
.chat_userstatus {
  color: #999;
  display: inline-block;
  font-size: 12px;
  width: 70%;
  height: 17px;
  cursor: pointer;
}
.chat_invitations {
  cursor: pointer;
  height: 54px;
  width: 100%;
  padding: 10px 8px;
  position: relative;
  overflow: hidden;
}
.chat_settingsdropdown_item {
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  height: 52px;
  padding: 10px 8px;
  position: relative;
}
.chat_chathistory_icon {
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: #e3e3e3;
  border-radius: 50%;
  text-align: center;
}
.chat_userstatusiconwrapper {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-top: 1px;
  text-align: center;
}
.chathistory {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  top: 49px;
  z-index: 10;
}
.settingsname {
  display: inline-block;
  height: 16px;
  width: 61%;
  position: relative;
  top: 10px;
}
.online:after {
  background-color: #14b474;
  color: #14b474;
}
.chat_status {
  position: relative;
}
.chat_status:after {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px white;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.item_invitations {
  cursor: pointer;
  height: 54px;
  width: 100%;
  padding: 10px 8px;
  position: relative;
  overflow: hidden;
}
.invitations_imgwrapper {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-top: 1px;
  text-align: center;
}
.menu_item_msg {
  color: #999;
  margin-top: 2px;
  display: inline-block;
  width: 72%;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  color: #666;
}
.truncate-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msg_searchLeft {
  border-right: 1px solid #eaeaea;
}
.msg_searchLeft {
  min-height: 300px;
}
.transcript {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.change_status {
  width: 9px;
  height: 9px;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  left: 11px;
}
.change_status.available {
  background-color: #28b478;
}
.change_status.busy {
  background-color: #fa3736;
}
.change_status.invisiblee {
  background-color: #c0c0c0;
}
.chat-settings {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  border-top: 1px solid #eaeaea;
  top: 49px;
  z-index: 10;
  padding: 20px;
}
.chat-settings ul li {
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.chat-settings ul li .chat-settings-label {
  padding-left: 20px;
  margin-top: 10px;
}
.chat-settings ul li .chat-settings-label .form-check {
  margin: 10px 0px;
}
.chat-settings ul li .chat-settings-label .form-check-input {
  position: relative;
  top: 1px;
  left: -3px;
}

/**nofification **/
.notifoHeader {
  border-bottom: 1px solid #e3e3e3;
  line-height: 1;
  padding: 0px 30px;
  height: 50px;
  position: relative;
  background: #e8ebf0;
  line-height: 50px;
  color: #333;
  font-size: 16px;
}
.notifoHeader img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 15px;
}
.notifications-container {
  height: 100%;
  padding: 30px 30px 0;
  overflow: auto;
  -webkit-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.userInfoHeader {
  text-align: left;
  position: relative;
  padding: 40px 20px 20px 20px;
  color: #fff;
  border-bottom: 1px solid #d5dde7;
  min-height: 130px;
  background-color: #f6f8fb;
}
.userInfoHeader .userTitle {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 5px auto 10px auto;
  margin-right: auto;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  color: #000;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.userInfoHeader .userTitle img {
  width: 100%;
  border-radius: 100px;
}
.chat_status::after {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px white;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.online::after {
  background-color: #14b474;
  color: #14b474;
}
.userInfoHeader .profile-section {
  margin-bottom: 20px;
  position: relative;
  font-size: 12px;
  color: #5a616f;
  font-weight: 300;
  text-align: left;
}
.userInfoHeader .profile-section > span {
  margin-bottom: 20px;
  position: relative;
  font-size: 12px;
  color: #5a616f;
  font-weight: 300;
}
.userInfoHeader .profile-section > span {
  display: block;
  width: 80%;
  margin: auto;
  margin-top: auto;
  font-size: 12px;
  font-weight: 300;
}
.userInfoHeader .profile-name {
  color: #333;
  font-size: 14px !important;
  color: #333;
  font-weight: 400 !important;
}
.actions-container {
  border-top: 1px dashed #ccc;
  text-align: left;
  padding: 10px 20px;
  background: #085084;
}
.userInfoHeader .my-account {
  text-align: center;
}
.userInfoHeader .my-account .btn {
  display: inline-block;
  margin: 0px 10px;
  background: #fff;
  font-size: 13px;
}
.userInfoHeader .my-account .btn.red-txt {
  color: #f24340 !important;
}
.userInfoHeader .my-account .btn.green-txt {
  color: #46af5f !important;
}
.profile-content-wrap .profile_details > div {
  padding: 20px 0 18px 0px;
  margin: 0 20px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
.profile-content-wrap .profile_details .section .header_txt {
  background-color: #f4f4f4;
  color: #333;
  font-weight: 400;
  display: inline;
  margin-top: 3px;
  padding-right: 20px;
}
.profile-content-wrap .profile_details .section .half-border {
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: inline-block;
}
.profile-content-wrap .profile_details .section-details {
  margin-left: 10px;
  font-size: 13px;
}
.profile-content-wrap .profile_details .sec-action {
  margin-top: 20px;
  display: inline-block;
}
.profile-content-wrap .profile_details .tertiary-btn {
  margin-top: 7px;
  color: #fff;
  font-size: 12px;
  background: #00a3fe;
  padding: 5px 10px;
  display: inline-block;
}
.profile-content-wrap .profile_details .tertiary-btn:hover {
  color: #fff;
  background: #085084;
}
.profile_details li {
  list-style: none;
  /* padding: 10px 0; */
  border-bottom: 1px solid #f0f0f0;
  margin: 0 20px;
}
.profile_details li a {
  font-size: 13px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 9px 10px 9px 0px;
  display: inline-block;
}
.profile_details li a i {
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin-right: 15px;
}
.profile_details .upBxDv a {
  color: #4b89dc !important;
}
.userBottom {
  padding: 10px;
  border-top: 1px dotted #d5dde7;
  margin: 0 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.profile_details .upBxDv span {
  float: right;
}
.profile_details li a:hover {
  color: #4b89dc !important;
}

/**profil**/
.profile-header {
  background: url(../images/profil-bg.png);
  background-size: cover;
  padding: 20px;
}
.profile-header-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
}
.profile-header-icon img {
  height: 90px;
  object-fit: cover;
}
.profile-header-info {
  text-align: center;
}
.profile-header-info span {
  color: #fff;
  padding: 20px 0px 0px;
  display: inline-block;
  margin: 0 15px;
}
.profile-header-info span a {
  color: #fff !important;
}
.profile-left {
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fff;
}
.profile-left-tabs {
  position: relative;
  border: 0px;
}
.profile-left-tabs .nav-item {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.profile-left-tabs .nav-link {
  font-size: 14px;
  border: 0px;
  padding: 15px 10px;
  border-left: 3px solid #fff !important;
  border-radius: 0px;
}
.profile-left-tabs .nav-link.active,
.profile-left-tabs .nav-link:hover {
  border-left: 3px solid #fd3c05 !important;
}
.profile-body .card {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 0px;
}
.profile-body .card-header {
  background: #fff;
  border: 0px;
}
.profile-body .card-header {
  display: inline-block;
  font-size: 16px;
  margin-top: 0px;
  color: #1d1d1d;
  margin-bottom: 7px;
  line-height: 1.4;
  position: relative;
  padding-right: 25px;
  border-bottom: 1px solid #f0f3f5;
  width: 100%;
  font-weight: 500;
}
.profile-body .card .table td {
  border-bottom: 1px solid #f0f3f5;
}
.profile-card-line {
  border-left: 3px solid #fd3c05 !important;
}
.profile-body .card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.about-me-icon {
  text-align: center;
  padding: 10px;
}
.profile-body .form-control {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 00px;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  font-size: 13px;
}
.profile-body .card.verwandten td {
  vertical-align: baseline;
}
.profile-body .card.verwandten th {
  font-size: 15px;
}
/**settings**/
.setting-search {
  padding: 50px 0px;
}
.setting-search .input-group-prepend {
  width: 100%;
}
.setting-search .btn {
  background: #f5f5f5;
}
.setting-search .form-control {
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
}

.setting-header {
  font-size: 18px;
  margin-bottom: 25px;
  color: #1d1d1d;
  border-left: 3px solid #fd3c05 !important;
  padding-left: 15px;
}
.setting-list li {
  margin-bottom: 10px;
}
.setting-list li a {
  font-size: 15px;
}
.setting-list li a:hover {
  color: #fd3c05 !important;
}

/** Abwesenheit **/

.abwesenheit-info-bar {
  font-size: 14px;
  display: inline-flex;
}
.abwesenheit-info-bar .dropdown {
  padding: 15px 0px;
  min-width: 163px;
}
.abwesenheit-info-bar .dropdown .displyPerson {
  font-size: 14px;
}
.abwesenheit-info-bar .dropdown img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 100px;
  overflow: hidden;
}
.abwesenheit-info-bar .dropdown input {
  border: 1px solid #dee6ea;
}
.abwesenheit-info-bar .dropdown .dropdown-menu {
  top: 37px !important;
}
.abwesenheit-date {
  margin: 0px;
}
.abwesenheit-date li {
  display: inline-block;
  font-size: 13.5px;
}
.abwesenheit-date li.left i {
  margin-right: 10px;
}
.abwesenheit-date li.right i {
  margin-left: 10px;
}
.abwesenheit .no-data-base {
  height: 80vh;
}
.abwesenheit .no-data-content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.abwesenheit .no-data-content img {
  width: 100px;
  margin: 30px auto;
}
.abwesenheit .mediaImg {
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.abwesenheit .mediaImg img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.abwesenheit .media h5 {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
}
.abwesenheit-antrag-list li {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 0px;
  margin-right: 24px;
  width: 15%;
  float: left;
  padding: 10px;
  border: 1px solid #f1f1f1;
}
.abwesenheit-antrag-list li .antrag-header {
  display: inline-block;
  font-size: 15px;
  margin-top: 0px;
  color: #1d1d1d;
  margin-bottom: 7px;
  padding-bottom: 10px;
  line-height: 1.4;
  position: relative;
  padding-right: 25px;
  border-bottom: 1px solid #f0f3f5;
  width: 100%;
}
.abwesenheit-antrag-list li .antrag-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.abwesenheit-antrag-list li .antrag-icon i {
  font-size: 35px;
  line-height: 60px;
  color: #ccc;
}
.abwesenheit-antrag-list li .antrag-icon i.green {
  color: #46af5f;
}
.abwesenheit-antrag-list li .antrag-icon i.orange {
  color: #fd3c05;
}
.abwesenheit-antrag-list li p {
  margin-bottom: 10px;
}
.abwesenheit-antrag-list li p span {
  width: 100px;
  display: inline-block;
}
.abwesenheit-antrag-list li p i {
  font-style: normal;
  float: right;
}
.abwesenheit-antrag-list li p:last-child {
  margin-bottom: 0px;
}

#calendar {
  width: 100%;
}
.fc-h-event {
  border-radius: 0px !important;
  padding: 4px;
}
.fc-theme-standard th {
  padding: 10px !important;
  border: 0px !important;
}
.calendar-top-tab-links a {
  color: #888;
  margin-left: 15px;
}
.calendar-top-tab-links a.active {
  color: #46af5f !important;
}
.application-von {
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
  font-size: 18px;
  margin-bottom: 30px;
}
.application-date .form-control {
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
}
.application-info-list li {
  margin-bottom: 15px;
  font-size: 14px !important;
}
.application-info-list li span {
  display: inline-block;
  float: right;
}
.application-info-list li span strong {
  font-weight: 600;
}
.fc .fc-button {
  background: transparent !important;
  border: 0px !important;
  color: #000 !important;
  padding: 0px !important;
  margin: 0px 5px !important;
}
.fc .fc-toolbar-title {
  text-transform: capitalize !important;
  font-weight: 400 !important;
  padding-bottom: 0px !important;
  line-height: normal !important;
  font-size: 13px !important;
}
.leave-application .btnFooter {
  position: relative;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
.fc-view .fc-col-header {
  border: 1px solid #ddd !important;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px !important;
}
.text-muted {
  color: #ccc !important;
}
.leave-approved img {
  width: 20px;
}
.leave-application label {
  font-size: 14px !important;
}

/**Abwesenheit org-left **/
.org-base {
  background: #fff;
}
.org-left {
  float: left;
  width: 20%;
  border: 1px solid #e5e5e5;
}
.org-left .input-group {
  padding: 10px;
}
.org-left .input-group .input-group-prepend {
  width: 100%;
}
.org-left .input-group .form-control {
  border: 0px;
  border: 0px;
  font-size: 13px;
}
.org-left-content-bottom {
  padding: 10px;
}
.org-left-content {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.org-left-content p {
  margin-bottom: 10px;
}
.org-left-content h4 {
  margin: 0px;
  font-size: 14px;
  color: #fd3c05;
}
.weekend-light {
  background-color: #ffe192;
}
.org-right {
  width: 80%;
  overflow-x: scroll;
}
.org-table th {
  text-align: center;
}
.org-table th,
.org-table td {
  height: 82px;
}
.org-table th span.date {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.org-right {
  overflow: scroll;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.org-right::-webkit-scrollbar {
  width: 10px;
}
.org-right::-webkit-scrollbar-track {
  background: transparent;
}
.org-right::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 5px solid #fff;
}
.leave-list table {
  border: 1px solid #f1f1f1 !important;
}
.leave-list table tr td {
  border-bottom: 1px solid #f1f1f1 !important;
  font-size: 13px !important;
}
.leave-list table tr th {
  border: 1px solid #f1f1f1 !important;
  font-size: 14px !important;
}
.Feiertage table {
  border: 1px solid #f1f1f1 !important;
}
.Feiertage table tr td {
  border-bottom: 1px solid #f1f1f1 !important;
}
.Feiertage table tr th {
  border: 1px solid #f1f1f1 !important;
}
.Feiertage table tr td,
.Feiertage table tr th {
  vertical-align: inherit;
}
.leave-list table tr td {
  vertical-align: baseline;
}
.overTime {
  color: #54b476;
}
.LeftTime {
  color: #fe7382;
}
.weekdays {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 30px;
}
.present {
  background: #b9e3b3;
}
.absent {
  background: #fe7382;
}
.weekend {
  background: #ffd35f;
}
.listenansichtHeight {
  height: calc(64vh);
}
.tabellenansichtHeight {
  height: calc(76.9vh);
}
.tabellenansicht-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  margin-bottom: 0px;
}
.tabellenansicht-scroll::-webkit-scrollbar {
  width: 3px;
}
.tabellenansicht-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.tabellenansicht-scroll::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0px;
  border: 0px solid #515a6f;
}
.tabellenansicht table {
  border: 0px solid #f1f1f1 !important;
}
.tabellenansicht table tr td {
  border-bottom: 1px solid #f1f1f1 !important ;
  font-size: 13px;
  vertical-align: middle;
  height: 60px;
}
.tableHover:hover {
  cursor: pointer;
}
.tabellenansicht table tr th {
  border: 0px solid #ccc !important;
  font-size: 14px;
  position: sticky;
  top: 0;
  background: #f1f1f1;
}
.tabellenansicht-fixed-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.tabellenansicht-fixed-footer table th span {
  display: block;
  font-weight: 400;
}
.status-border {
  height: 100%;
  margin-right: 10px;
  padding-left: 10px;
}
.present-status {
  border-left: 4px solid #b9e3b3;
}
.bezahlt-urlaub-status {
  border-left: 4px solid #febf8a;
}
.feiertage-status {
  border-left: 4px solid #89cbf1;
}
.wochenende-status {
  border-left: 4px solid #ffd35f;
}
.abwesend-status {
  border-left: 4px solid #fe7382;
}
.unbezahlt-status {
  border-left: 4px solid #db4769;
}

.tabellenansicht table th,
.tabellenansicht table td {
  vertical-align: middle;
}
.statusDot span {
  float: left;
  border-radius: 30px;
  margin: 0px 3px;
  background: #dee6ea;
}
.statusDot span:nth-child(1),
.statusDot span:nth-child(3) {
  width: 8px;
  height: 8px;
}
.statusDot span:nth-child(2) {
  width: 6px;
  height: 6px;
  position: relative;
  top: 1px;
}
.presentDot span {
  background: #b9e3b3;
}
.greyDot li {
  background: #ccc;
}
.absent-half li:last-child {
  background-color: #fe7382;
}
.statusLine {
  text-align: center;
  margin: 0px !important;
  height: 2px;
  position: relative;
}
.statusLine span {
  display: inline-block;
}
.defaultLine {
  margin: 0px 0px;
  height: 2px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.presentLine {
  background: #b9e3b3;
  position: absolute;
  z-index: 1;
  height: 2px;
}
.presentLine .checkIn {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b9e3b3;
  left: 0;
  border-radius: 30px;
  top: -2px;
  cursor: pointer;
}
.presentLine .checkOut {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fe7382;
  right: 0;
  border-radius: 30px;
  top: -2px;
  cursor: pointer;
}
.weekendLine {
  background: #ffd35f;
}
.absentLine {
  background: #fe7382;
}
.absentLine {
  position: relative;
}
.absentLine {
  position: absolute;
  background-color: #fff;
  border: 1px solid #fe7382;
  padding: 3px 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}
.weekendLine {
  position: relative;
}
.weekendLine span {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ffd35f;
  padding: 3px 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}
.half-day-present {
  position: relative;
}
.half-day-present:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #b9e3b3;
  left: 0;
  border-radius: 30px;
  top: -4px;
}
.half-day-absent {
  position: relative;
}
.half-day-absent:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fe7382;
  right: 0;
  border-radius: 30px;
  top: -4px;
}
.statusLine .dropdown-menu {
  right: -75px !important;
  width: 150px;
  font-size: 13px;
  text-align: center;
  top: 10px !important;
}
.statusLine .dropdown-menu::before {
  right: auto;
  left: 50%;
  margin-left: -5px;
}
.statusLine .checkIn .dropdown-menu {
  color: #00bd9e;
}
.statusLine .checkOut .dropdown-menu {
  color: #fe7382;
}
.anwesenheit-listenansicht-top-bar {
  border: 1px solid #dee6ea;
  margin-bottom: 10px;
  overflow: hidden;
  /* padding: 15px; */
}
.anwesenheit-listenansicht-top-bar ul {
  float: right;
}
.anwesenheit-listenansicht-top-bar ul li {
  float: left;
  margin-left: 15px;
  font-size: 14px;
}
.anwesenheit-listenansicht-top-bar ul li i {
  font-size: 16px;
}
.anwesenheit-listenansicht-top-bar img {
  width: 18px;
}
.anwesenheit-listenansicht-top-bar ul li select {
  font-size: 14px;
  min-width: 150px;
  padding: 16px 30px;
  height: auto !important;
  border-right: 1px solid #dee6ea !important;
  border-left: 1px solid #dee6ea !important;
  border-radius: 0px;
}
.anwesenheit-listenansicht-top-bar ul li .form-control {
  border: 0px;
  font-size: 13px;
  /* border-radius: 30px; */
}
.anwesenheit-listenansicht-top-bar ul li .form-control.btn-theme {
  color: #fff;
}
.anwesenheit-listenansicht-top-bar .search {
  width: 100%;
  /* border-radius: 30px; 
  border: 1px solid #e3e3e3;*/
  padding: 7px 0px;
}
.anwesenheit-listenansicht-top-bar .search .input-group-prepend {
  width: 98%;
}
.anwesenheit-listenansicht-top-bar .search .form-control {
  border: 0px;
  font-size: 13px;
}
.anwesenheit-listenansicht-top-bar ul li .form-control.btn-theme {
  padding: 8px 30px !important;
  height: auto !important;
  background-color: #46af5f !important;
  border-radius: 0px;
}

.Employee table {
  border: 1px solid #f1f1f1 !important;
}
.Employee table tr td {
  border-bottom: 1px solid #f1f1f1 !important;
  font-size: 13px !important;
}
.Employee table tr th {
  border: 1px solid #f1f1f1 !important;
  font-size: 14px !important;
}
.Employee table tr td,
.Employee table tr th {
  vertical-align: inherit;
}

.Employee .mediaImg {
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
  margin-right: 0px;
  overflow: hidden;
}
.Employee .mediaImg img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.Employee-scroll {
  height: calc(100vh - 225px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.recod-result {
  margin-right: 50px;
}
.recod-result select {
  border: 1px solid #f1f1f1;
  margin-right: 10px;
  border-radius: 4px;
  width: 80px;
}
.recod-pagination a {
  margin: 0 3px;
}
.Employee-top-bar {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 14px !important;
}
.Department .card {
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f1f1;
  border-radius: 0px;
}
.Department .card-footer {
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  text-align: left;
}
.Department .card-footer p {
  margin-bottom: 5px;
  font-size: 13px !important;
}
.Department .card-footer span {
  font-size: 14px !important;
}
.department-card-left {
  position: absolute;
  left: 10px;
  top: 10px;
}
.department-card-left i {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.department-card-left i.yellow {
  color: #ffb900;
}
.department-card-left i.orange {
  color: #fd3c05;
}
.department-more {
  position: absolute;
  right: 10px;
  top: 10px;
}
.department-more img {
  width: 13px;
}

.Department .card-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 50px auto;
  overflow: hidden;
}
.Department .card-image img {
  height: 100px;
  object-fit: cover;
}
.card-deck-list ul li {
  width: 22%;
  display: inline-block;
  margin-right: 30px;
}
.Department .card .card-title {
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 0px;
}
.Department .card .card-title span.out {
  color: #fe7382;
  font-weight: 400;
}
.Department .card .card-title span.in {
  color: #46af5f;
  font-weight: 400;
}
.Department .media-header {
  padding-left: 10px;
  padding-top: 5px;
}
.Department .media-header .mediaImg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-right: 10px;
}
.Department .media-header .mediaImg img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.Department .media-header h5 {
  margin-top: 12px;
  text-transform: capitalize;
  font-size: 15px;
}
.Department .media-header h5 span {
  float: right;
  font-weight: 400;
}
.Department .search {
  width: 90%;
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  margin-top: 5px;
  padding: 0px 10px;
  margin-left: 20px;
}
.Department .search .form-control {
  border: 0px;
  font-size: 13px;
}
.depart-left-list {
  padding: 20px;
}
.depart-left-list ul li a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.depart-left-list ul li a span {
  float: right;
}
.org-tree ul {
  width: 300px;
  float: left;
  margin-right: 100px;
}
.org-tree ul li {
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 5px;
  margin-bottom: 25px;
}
.org-tree ul li h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 15px;
}
.org-tree ul li p {
  margin: 0px;
  color: #888;
}

.org-tree .mediaImg {
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin-right: 15px;
}
.org-tree .mediaImg img {
  height: 50px;
  width: 50px;
  object-fit: cover;
}
.tree-branch,
.tree-branch li,
.tree-branch-right li,
.tree-branch-left li {
  position: relative;
}

.tree-branch:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 84%;
  background: #e3e3e3;
  left: -50px;
  top: 32px;
}
.tree-branch.right-v-line:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 84%;
  background: #e3e3e3;
  right: -50px;
  top: 32px;
}
.tree-branch.active:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 84%;
  background: #fd3c05;
  right: -50px;
  top: 32px;
}
.tree-branch li:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #e3e3e3;
  left: -50px;
  top: 32px;
}
.tree-branch li.active:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fd3c05;
  left: -50px;
  top: 32px;
}

.tree-branch.right-bar li.external:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #e3e3e3;
  right: -50px;
  top: 32px;
}
.tree-branch li.active {
  border: 1px solid #fd3c05;
}
.tree-branch.right-bar li.external.active:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fd3c05;
  right: -50px;
  top: 32px;
}

.tree-branch-right li:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #e3e3e3;
  left: -50px;
  top: 32px;
}
.tree-branch-left.right-bar li:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #e3e3e3;
  right: -50px;
  top: 32px;
}

.tree-branch-left.active li {
  border: 1px solid #fd3c05;
}
.tree-branch-left.right-bar.active li::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fd3c05;
  right: -50px;
  top: 32px;
}
.tree-branch-left .badge {
  position: absolute;
  right: -39px;
  top: 19px;
  background: #fd3c05;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  width: 30px;
  z-index: 1;
}
.tree-branch .badge {
  position: absolute;
  right: -39px;
  top: 19px;
  background: #fd3c05;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  width: 30px;
  z-index: 1;
}

.setDasList {
  display: table;
  width: 100%;
  background-color: #fff;
  min-height: 80px;
  padding: 12px 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.setDasList li {
  display: table-cell;
  width: 16.66%;
  margin-top: 2px;
  padding: 0 12px 0 32px;
  border-right: 1px solid #e9e9eb;
}
.setDasList li .setDasHead {
  margin-bottom: 6px;
  line-height: 18px;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.setDasList li p {
  font-size: 13px;
  color: #666666;
  display: block;
  margin-bottom: 6px;
  line-height: 18px;
}
.setDasList li .setDasHead i.green {
  color: #46af5f;
}
.setDasList li .setDasHead i.red {
  color: #f24340;
}
.cutomize-icon-left {
  margin: 0px !important;
}
.cutomize-icon-left li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.cutomize-icon-left li i {
  font-size: 16px;
}
.employee-report .bold {
  font-weight: 600;
}
.employee-report .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-right: 5px;
}
.employee-report .dot.blue {
  background: #4b74fa;
}
.employee-report .dot.black {
  background: #000;
}
.employee-report .dot.green {
  background: #46af5f;
}
.employee-report .dot.orange {
  background: #fd3c05;
}
.employee-report .dot.violet {
  background: #7d4ddd;
}
#chLine,
#chLine1 {
  width: 100%;
  height: 250px !important;
}
.dblock {
  display: block;
}
.text-sm {
  font-size: 12px;
}
.employee-gender-report {
  margin: 0px;
}
.employee-gender-report li {
  display: inline-block;
  width: 30%;
  text-align: center;
}
.employee-gender-report li .gender-list {
  margin-bottom: 10px;
  font-size: 14px;
}
.employee-gender-report li .gender-list img {
  width: 100px;
  margin: 10px 0px;
}
.UnternehmensdetailsList {
  border-bottom: 1px solid #e9e9eb;
  padding: 15px 0px;
}
.UnternehmensdetailsList li h4 {
  font-size: 16px;
}
.UnternehmensdetailsList li {
  display: inline-block;
  font-size: 14px;
}
.UnternehmensdetailsList li:nth-child(1) {
  width: 100%;
}
.UnternehmensdetailsList li:nth-child(2) {
  width: 30%;
}
.contactInfoList {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0px;
}
.contactInfoList li {
  margin: 8px 0px;
}
.contactInfoList li i {
  margin-right: 5px;
}
.brand-logo-favicon ul li {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.brand-logo-favicon .brand-upload {
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 100px;
  margin: 0 auto;
}
.brand-logo-favicon .brand-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  left: 0;
}
.brand-logo-favicon .brand-upload img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.brand-logo-favicon .brand-upload a {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  opacity: 0;
}
.brand-logo-favicon .brand-upload:hover a {
  opacity: 1;
}
.brand-upload-format {
  border-left: 1px dotted #dd4b39;
  padding: 20px;
}
.brand-upload-format span {
  display: block;
}
.rebranding-note {
  border-left: 2px solid #faba59;
  padding-left: 20px;
  margin-bottom: 50px;
}
.rebranding-note span {
  display: block;
  color: #888;
}
.departmentsList li {
  width: 20%;
  display: inline-block;
  padding: 12px;
  min-height: 95px;
  max-height: 95px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px #f9fafc;
  position: relative;
  margin-right: 20px;
}
.departmentsList .depthead {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  overflow: hidden;
  display: block;
  font-size: 16px;
}
.departmentsList .depthead a {
  display: block;
}
.departmentsList .deptheadRight {
  position: absolute;
  right: 10px;
  top: 9px;
  text-align: center;
}
.departmentsList .deptheadRight i img {
  margin-bottom: 10px;
  width: 15px;
  cursor: pointer;
}
.departmentsList .deptheadRightCount {
  background-color: #4b89dc;
  border-radius: 10px;
  padding: 0 3px;
  font-size: 13px;
  color: #fff;
  height: 18px;
  text-align: center;
  min-width: 26px;
  line-height: 17px;
  display: block;
}

.menu-category-bar .dropdown #dropdownMenuButton {
  font-size: 13px;
  background: transparent;
  padding: 0.375rem 0.75rem;
}
.menu-category-bar .dropdown #dropdownMenuButton i {
  font-size: 12px;
}
.menu-category-bar .dropdown button:focus {
  box-shadow: none !important;
}
.menu-category-bar .dropdown a,
.dropdown-item.active {
  font-size: 13px;
  background: #fff;
  position: relative;
  color: #000;
}
/* .menu-category-bar .dropdown a:hover {
  background: #eaeaea;
} */
.cutomize-icon ul li {
  position: relative;
}

.menu-category-bar .dropdown:hover .dropdown-menu {
  display: block;
}
.menu-category-bar .dropdown-menu {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(17, 17, 17, 0.08);
  left: auto !important;
  right: 0px;
  top: 28px !important;
}
.menu-category-bar .dropdown-menu:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 0;
  border-right-width: 0;
  right: 13px;
  margin-top: -15px;
}

.DepartmentScroll {
  height: calc(100vh - 275px);
  overflow-x: hidden;
  overflow-y: auto;
}

.no-data-base {
  min-height: 250px;
  position: relative;
}
.no-data-content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.no-data-content img {
  width: 100px;
  margin: 20px auto;
}
.no-data-content p {
  font-size: 15px;
  color: #666;
}
.FunktionenListview li {
  width: 350px;
  display: inline-block;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px #f9fafc;
  position: relative;
  margin-right: 20px;
}
.FunktionenListview .dvRoleTp {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.FunktionenListview .dvRoleTp .rolename {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.FunktionenListview .dvRoleTp .dgry {
  display: block;
  font-size: 13px;
  color: #888;
}
.FunktionenListview .dvRoleBt {
  padding: 10px 0px 0px 0px;
}
.FunktionenListview .dvRoleBt span {
  background-color: #4b89dc;
  border-radius: 10px;
  padding: 0 3px;
  font-size: 13px;
  color: #fff;
  height: 18px;
  text-align: center;
  min-width: 26px;
  line-height: 17px;
  float: right;
}
.tabMenu {
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.tabMenu ul {
  margin: 0px;
}
.tabMenu ul li {
  display: inline-block;
  margin-right: 15px;
}
.tabMenu ul li a {
  padding: 10px 0px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.tabMenu ul li a.active {
  color: #fd3c05;
  border-bottom: 1px solid #fd3c05;
}
.berechtigungen th,
.berechtigungen td {
  text-align: center;
  vertical-align: inherit !important;
}

.berechtigungen i {
  font-style: normal;
}
.berechtigungen span.circle {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.berechtigungen span.circle:hover {
  border: 1px solid #ccc;
}
.berechtigungen i.strike {
  position: relative;
  color: #b7b6b6;
}
.berechtigungen i.strike:after {
  width: 20px;
  height: 0.5px;
  background: #b7b6b6;
  position: absolute;
  content: '';
  transform: rotate(-43deg);
  left: -4px;
  top: 7px;
}
.berechtigungenList {
  margin-bottom: 20px;
  float: right;
}
.berechtigungenList ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  min-width: 100px;
  text-align: center;
}
.berechtigungenList ul li span.circle {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: -5px;
  bottom: -4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 1px 1px 10px 1px #ccc;
}
.switch input:checked + .slider {
  background-color: #02d719;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #02d719;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch-pos {
  position: relative;
  top: -2px;
}
.spezificheOpen {
  position: relative;
  top: -3px;
}
.globaleBerechtigungen .card-header {
  display: inline-block;
  font-size: 14px;
  margin-top: 0px;
  color: #1d1d1d;
  margin-bottom: 7px;
  line-height: 1.4;
  position: relative;
  padding-right: 25px;
  border-bottom: 1px solid #f0f3f5;
  width: 100%;
}
.globaleList {
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.globaleList::-webkit-scrollbar {
  width: 10px;
}
.globaleList::-webkit-scrollbar-track {
  background: transparent;
}
.globaleList::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 4px solid #515a6f;
}
.globaleList li {
  margin-bottom: 10px;
}
.adminops span.circle {
  width: 10px;
  height: 10px;
  background: #4b89dc;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #4b89dc;
  display: block;
  margin: 0 auto;
}
.adminops th,
.adminops td {
  text-align: center;
  vertical-align: inherit !important;
}
.adminops td {
  border: 1px solid #dee2e6 !important;
}
.adminops .add-user {
  border: 2px solid #4b89dc;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: #4b89dc;
  color: #fff !important;
  margin-top: 10px;
}
.adminops .mainWrapperBody .card {
  border: 0px;
  margin-bottom: 10px;
}
.adminops .mainWrapperBody .card-header {
  padding: 0px;
  border-bottom: 0px;
}
.adminops .mainWrapperBody .card-header .btn {
  display: block;
  text-transform: capitalize;
  text-align: left;
  width: 100%;
  box-shadow: none;
  border: 0px;
  text-decoration: none;
  color: #394154 !important;
  padding: 10px;
}
.adminops .mainWrapperBody .card-body {
  border: 0px;
  padding: 10px 0px;
}
.green-txt {
  color: #46af5f;
}
.red-star {
  color: #f24340;
}
.beschrankung {
  border: 1px solid #dee2e6;
  width: 100%;
}
.beschrankung .nav-item {
  width: 40%;
}
.beschrankung .nav-link {
  border: 0;
}
.beschrankung .nav-link.active {
  border-bottom: 1px solid #4b89dc;
}

.frmsettings .rounded {
  background-color: #4b89dc;
  color: #fff;
  position: absolute;
  left: -5px;
  top: -15px;
  width: 25px;
  height: 25px;
  border-radius: 50px !important;
  text-align: center;
  line-height: 25px;
  z-index: 10;
  font-size: 12px;
}
.frmsettings ul li {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #ffffff;
  padding: 7px 15px;
  border: 1px solid #eee;
}
.frmsettings ul li.active {
  background-color: #f5f8fb;
  border: 1px solid #eee;
  color: #30363e;
  padding: 7px 15px;
  font-weight: 600;
}
.frmsettings .card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.cursor-move {
  cursor: move;
}
.frmsettings .list-edit {
  margin-left: 10px;
  font-size: 10px;
  opacity: 0;
}
.frmsettings ul li.active:hover .list-edit {
  opacity: 1;
}
.frmsettings .switch {
  opacity: 0;
}
.frmsettings ul li.active:hover .switch {
  opacity: 1;
}
#FormularHinzufügen label {
  font-size: 14px;
}

.dashboard-widgets .card .switch {
  opacity: 0;
}
.dashboard-widgets .card:hover .switch {
  opacity: 1;
}
.dashboard-widgets .card .list-edit {
  margin-left: 10px;
  font-size: 10px;
  opacity: 0;
}
.dashboard-widgets .card:hover .list-edit {
  opacity: 1;
}
.menu-category-bar .custom-select {
  font-size: 13px;
  border-radius: 30px;
  height: 33px !important;
}

.Kriteriums .card {
  border: 0px;
  margin-bottom: 10px;
}
.Kriteriums .card-header {
  padding: 0px;
  border-bottom: 0px;
  border: 1px solid #eee;
}
.Kriteriums .card-header a {
  display: block;
  text-transform: capitalize;
  text-align: left;
  color: #000;
  font-size: 15px;
}
.Kriteriums .card-header h2 {
  padding-bottom: 0px;
}
.Kriteriums .card-body {
  border: 0px;
  padding: 10px 0px;
}
.Kriteriums .card-body h3 {
  font-size: 15px;
  padding: 10px 0px;
  margin: 0px 0px 15px 0px;
  font-weight: 400;
}
.Kriteriums .card-body ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 5px 0px;
}

.add-criteria {
  background-color: #fff;
  padding: 10px;
  margin: 10px 0px;
}
.add-criteria .form-control {
  height: 35px !important;
}
.add-criteria span.circle {
  width: 35px;
  height: 35px;
  background: #fff;
  display: inline-block;
  line-height: 35px;
  border-radius: 50px;
  border: 1px solid #ced4da;
  text-align: center;
}
.add-criteria .add-btn {
  margin-top: 15px;
  cursor: pointer;
}

.EmailVorlage .action-btn {
  opacity: 0;
}
.EmailVorlage tr:hover .action-btn {
  opacity: 1;
}
.fr-box.fr-basic,
.fr-toolbar.fr-top,
.second-toolbar {
  border-radius: 0px;
}
.second-toolbar #logo {
  display: none;
}
.font-14 {
  font-size: 14px;
}
.box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.FreigabeContent h4 {
  color: #333;
  font-size: 16px;
}
.dvcustom-field-head {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}
.dvcustom-field li {
  width: 48%;
  display: inline-block;
}
.dvcustom-field li a {
  background-color: #fff;
  border-radius: 2px;
  padding: 15px 10px;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  position: relative;
  box-shadow: 0 0 2px #f9fafc;
  cursor: move;
  white-space: nowrap;
  color: #333;
  display: block;
  font-size: 14px;
}
.dvcustom-field li a span {
  margin-right: 8px;
}

.loginBg {
  background: #fff url(../images/login-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.col-body-content {
  width: 1100px;
  position: fixed;
  text-align: left;
  background: #fff;
  box-shadow: 0 5px 10px 2px rgba(17, 17, 17, 0.08);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}
.col-body-content .loginForm {
  padding: 30px;
}
.login-logo {
  padding: 30px;
  margin-bottom: 50px;
  /* width: 100%;
  margin: 0 auto 50 auto;
  text-align: center;
  background-color: #f1f1f1; */
}
/* .login-logo img{
  width: 150px;
} */
/* .login-logo img{width: 350px;} */
.col-body-content h1 {
  letter-spacing: 0px;
  font-size: 2em;
  margin-bottom: 50px;
}
.loginForm .form-control {
  border-radius: 30px;
  height: 45px !important;
}
.ix-checkbox {
  opacity: 0;
  width: 0;
  margin: 0;
  display: none;
}
.ix-checkbox-label > mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaa;
  background: #fff;
  position: relative;
  top: -2px;
}
.ix-checkbox-label input:checked + mark:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -1px;
  border-color: #3880ff;
}
.PasswortSpeichern {
  font-size: 15px;
}
.loginForm label {
  font-size: 15px;
}
.loginForm .btn-theme {
  border-radius: 30px;
  height: 45px !important;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
}
.alert {
  background-color: #fff;
  border: 0px;
  border-left: 5px solid #ffff;
  width: 99%;
  margin: 0 auto;
  color: #000;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  position: fixed;
  top: -15%;
  z-index: 10000;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.alert.active {
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.alert-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
.alert-success {
  border-left: 5px solid #47d764 !important;
}
.alert-info {
  border-left: 5px solid #2f86eb !important;
}
.alert-warning {
  border-left: 5px solid #ffc021 !important;
}
.alert-danger {
  border-left: 5px solid #ff0000 !important;
}
.alert span.icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
}
.alert span.icon i {
  color: #fff;
  font-size: 14px;
}
.alert-success span.icon {
  background-color: #47d764 !important;
}
.alert-info span.icon {
  background-color: #2f86eb !important;
}
.alert-warning span.icon {
  background-color: #ffc021 !important;
}
.alert-danger span.icon {
  background-color: #ff0000 !important;
}
.alert-danger span.icon i {
  position: relative;
  top: -1px;
}
.errorMsg {
  color: red;
}
.AccessDeniedLogo {
  max-width: 600px;
}
.AccessDeniedLogo img {
  width: 100%;
}
.AccessDeniedBtn.btn-theme {
  margin-top: 50px;
  display: inline-block;
  border-radius: 30px;
  font-size: 18px;
  /*color: #16b5d7;*/
  background-color: #16b5d7 !important;
  padding: 15px 30px;
  border: 1px solid #16b5d7;
}
.AccessDeniedBtn.btn-theme:hover {
  background-color: #3a3668 !important;
  color: #fff;
  border: 1px solid #3a3668;
}
.AccessDenied h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #3a3668;
}
.LoginRight {
  background: #4c98d2;
  text-align: center;
}

.main-time-scale {
  width: 100%;
  height: 21px;
  border-top: 1px solid #dadada;
}
.main-time-scale .scale-col:nth-of-type(1) {
  border-left: 1px solid #dadada;
}
.main-time-scale .scale-col {
  position: relative;
  border-right: 1px solid #dadada;
  width: 11.1111%;
  float: left;
  height: 25px;
}
.main-time-scale .scale-col .bottom-lines {
  height: 13px;
  width: 100%;
  font-size: 0px;
  padding-top: 0px;
}
.main-time-scale .scale-col .bottom-lines span {
  height: 7px;
  border-right: 1px solid #dee6ea;
  width: 25%;
  display: inline-block;
  margin-bottom: 3px;
}
.main-time-scale .scale-col .bottom-lines span.mid-line {
  height: 10px;
  margin-bottom: 0px;
  margin-top: 2px;
}
.main-time-scale .scale-col .bottom-lines span {
  height: 7px;
  border-right: 1px solid #dee6ea;
  width: 25%;
  display: inline-block;
  margin-bottom: 3px;
}
.main-time-scale .scale-col .top-text {
  height: 20px;
  text-align: center;
  margin-left: 3px;
  font-size: 11px;
  font-weight: 300;
}
.weiterOptionen a.exportIcon {
  font-size: 10px;
  letter-spacing: 1px;
  position: relative;
  top: -3px;
  color: #919191 !important;
}
.weiterOptionen a i {
  font-size: 12px;
  margin-right: 5px;
  color: #bfbfbf !important;
}
.user-enter-notes-base {
  padding: 15px;
}
.user-enter-notes {
  background: #fff;
  padding: 12px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}
.user-enter-notes .input-group {
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  border-radius: 4px;
}
.user-enter-notes .input-group input {
  border-right: 1px solid #ced4da !important;
  text-align: center;
}
.user-enter-notes .input-group input,
.user-enter-notes .input-group select {
  border: 0px;
  height: 30px !important;
  font-size: 12px;
  padding: 0px;
  color: #000;
}
.user-enter-notes .input-group select {
  width: 70px;
  padding-left: 5px;
}
.user-enter-notes .input-group-prepend {
  border-right: 1px solid #ced4da !important;
}
.user-enter-notes textarea {
  resize: none;
  font-size: 12px;
  color: #000;
}
.user-notes-btns {
  text-align: center;
  padding: 20px;
}
.user-notes-btns a {
  display: inline-block;
  width: 120px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  margin: 0 10px;
}
.user-notes-btns a.btn-success {
  color: #fff !important;
}
.user-notes-btns a.btn-theme-grey:hover {
  color: #fff !important;
}
.loginNoteDetails li {
  font-size: 12px;
  color: #000;
  margin-bottom: 5px;
}
.loginNoteDetails li i {
  margin-right: 5px;
  color: #999 !important;
}
.loginNoteDetails li.loginTime {
  color: #fe7382 !important;
  font-size: 13px;
}
.loginNoteDetails li.logoutTime {
  color: #44aa95 !important;
  font-size: 13px;
}
.wavy-loader {
  text-align: center;
  padding: 30px 20px;
}
.wavy-loader span {
  position: relative;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 5px 2px;
  background-color: #394154;
  opacity: 0.5;
  display: inline-block;
}
.wavy-loader span:first-child {
  animation: wavy-loader 2.5s 0.1s ease-out infinite;
}
.wavy-loader span:nth-child(2) {
  animation: wavy-loader 2.5s 0.2s ease-out infinite;
}
.wavy-loader span:nth-child(3) {
  animation: wavy-loader 2.5s 0.3s ease-out infinite;
}
.wavy-loader span:nth-child(4) {
  animation: wavy-loader 2.5s 0.4s ease-out infinite;
}
.wavy-loader span:nth-child(5) {
  animation: wavy-loader 2.5s 0.5s ease-out infinite;
}
@keyframes wavy-loader {
  0% {
    top: 2px;
  }
  1% {
    top: 4px;
  }
  2% {
    top: 6px;
  }
  3% {
    top: 8px;
  }
  4% {
    top: 10px;
  }
  5% {
    top: 12px;
    opacity: 1;
  }
  6% {
    top: -2px;
    opacity: 1;
  }
  7% {
    top: -4px;
    opacity: 1;
  }
  8% {
    top: -6px;
    opacity: 1;
  }
  9% {
    top: -8px;
    opacity: 1;
  }
  10% {
    top: -10px;
    opacity: 1;
  }
  11% {
    top: -12px;
    opacity: 1;
  }
  12% {
    top: 0;
    opacity: 0.5;
  }
  100% {
    top: 0;
    opacity: 0.5;
  }
}
