/********************************** general ***********************************/
@font-face {
  font-family: "testFont";
  src: url("fonts/BreakpassDemoRegular.ttf");
}

.light-theme {
  background-color: #F7F7F7;
  color: #000000;
}

.dark-theme {
  background-color: #1D1D1D;
  color: #ffdd00;
}

.light-theme-hover:hover {
  background-color: #ffee7f;
  color: #000000;
}

.dark-theme-hover:hover {
  background-color: #ffee7f;
  color: #000000;
  text-decoration: none;
}

.inherit-background {
  background-color: inherit;
}

.inherit-color {
  color: inherit;
}

.my-general-btn {
  background-color: #ffdd00;
  color: #000000;
  border: solid 1px #000000;
  margin: 3px;
}

.my-delete-btn {
  background-color: #ff8c99;
  border: solid 1px #000000;
}

.my-delete-btn:hover {
  background-color: #f8afb7;
}

.my-general-icon {
  background-color: #ffdd00;
  color: #000000;
  border-radius: 100%;
  font-size: 20px !important;
}

.my-general-btn:hover,
.my-general-btn:focus {
  background-color: #ffee7f;
  color: #000000;
}

body,
span,
p,
font {
  font-family: "arial";
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.active-element {
  background: #ffdd00;
}

/******************************** end general *********************************/
/*************************** navbar configurations ***************************/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh);
  padding-top: 50px;
}

.nav-icon {
  margin: auto 10px;
  padding: 4px;
  padding-left: 0px;
}

.navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}

.change-lang {
  cursor: pointer;
  text-decoration: none;
}

.border-left-lang-separator {
  border-left: solid 1px;
}

.multi-email-container span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.multi-email-container input {
  border: 0;
  outline: none;
  margin: 0px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.email-badge {
  cursor: pointer;
  border: solid 1px #cccccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: black;
  display: inline-block;
  font-size: 15px;
  margin: 4px;
  padding: 2px 10px;
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.remove-icon {
  font-size: 12px;
  padding: 3px;
  background-color: #cccccc;
  border-radius: 100%;
}

.tag-design {
  font-size: 12px;
  padding: 3px;
  background-color: #cccccc;
  border-radius: 100%;
}

.email-badge:hover {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-box-shadow: 3px 3px 3px grey;
          box-shadow: 3px 3px 3px grey;
}

.card {
  -webkit-box-shadow: 5px 5px 10px #cccccc;
          box-shadow: 5px 5px 10px #cccccc;
  border-radius: 10px;
}

* {
  outline: 0;
}

span.jqtree-title {
  width: 100%;
}

.border-100 {
  border-radius: 100%;
}

.t-s {
  font-size: 15px;
}

.jqtree-element {
  padding: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  /* background-color: brown; */
}

.jqtree-element:hover {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  background-color: #eeeeee;
}

.jqtree-selected {
  background-color: aqua;
  background: none;
}

input {
  border-radius: 5px;
}

.customInput {
  outline: none;
  border: none;
  width: 100%;
  /* padding-left:15px; */
}

.box {
  width: 180px;
  height: 180px;
  background: black;
  margin: 20px 50px;
}

.circle {
  border-radius: 50%;
}

.inner-border {
  /* border: 20px solid black; */
  -webkit-box-shadow: inset 0px 0px 0px 5px red;
          box-shadow: inset 0px 0px 0px 5px red;
  /* box-sizing: border-box;*/
}

#rootSelected {
  cursor: pointer;
}

/* CSS3 solution only for rectangular shape */
.inner-outline {
  outline: 10px solid red;
  outline-offset: -30px;
}

.logout-container {
  border: solid 1px #ffffff;
}

.lang-container a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

#custom-bootstrap-menu {
  font-size: 18px;
  border-bottom: solid 4px #ffdd00;
  min-height: 50px;
  padding: 0px 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.our-logo {
  height: calc(50px - 6px);
  -webkit-backface-visibility: hidden;
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

.right-logo {
  height: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mr-auto li {
  padding-top: 7px;
}

.top-nav-element {
  padding-right: 5px;
  padding-left: 5px;
}

.top-nav-element:hover {
  text-decoration: none;
}

/************************* end navbar configurations **************************/
/******************************** side navbar *********************************/
.sidebar-name {
  display: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.side-nav-link {
  min-inline-size: -webkit-fill-available;
  width: 100%;
  padding: 0.2rem 0.4rem;
  cursor: pointer;
}

.side-nav-link:hover {
  text-decoration: none;
}

.dropdown-item {
  padding: .54rem 1.5rem;
}

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

.top-nav-link:hover {
  text-decoration: none;
  color: inherit;
}

.side-nav-dropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  border: solid 1px gray;
  min-width: 160px;
  z-index: 100;
}

.side-nav-icon {
  margin: auto 10px;
  padding: 4px;
  padding-left: 0px;
}

.show-dropdown-content {
  display: block;
  position: static;
}

#side-nav-bottom::before {
  content: '';
  display: block;
  min-height: 40px;
}

/****************************** end side navbar ********************************/
/*********************************** footer ***********************************/
#custom-footer {
  background: #F7F7F7;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-top: solid 4px #ffdd00;
}

.pull-right {
  float: right !important;
}

footer ul {
  padding-top: 5px;
  padding-left: 0px;
  list-style: none;
  float: right;
  height: 100%;
}

footer ul li {
  float: left;
  border-right: 1px solid #ffffff;
  background-color: #000000;
  margin-top: 5px;
  height: 100%;
}

footer ul li a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

footer ul li a:hover {
  color: #747474;
  text-decoration: none;
}

.footer-options div {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  border-left: 1px solid #ffffff;
}

.footer-options a {
  text-decoration: none;
  color: #000000;
}

.footer-options div:hover {
  cursor: pointer;
  text-decoration: none;
}

/************************* end footer configurations **************************/
/************************* start popover configurations **************************/
#thinrows td {
  padding-top: 0px;
  padding-bottom: 0px;
}

ul {
  list-style-type: none;
}

.popover-body {
  color: red;
}

.popover {
  z-index: 100010;
}

/************************* start popover configurations **************************/
/************************* pagination **************************/
.pagination {
  margin: 30px 0 30px 0;
}

.pagination .page-item.active .page-link {
  background: #ffffff;
  color: #000000;
  border-color: #747474;
  font-weight: 400;
}

.pagination .page-item .page-link {
  background: #ffdd00;
  color: #000000;
  border-color: #747474;
  font-weight: 700;
}

.pagination .page-item.disabled .page-link {
  background: #ffffff;
  color: #747474;
  border-color: #747474;
  font-weight: 400;
}

#pagination-selected {
  background-color: #ffdd00;
  color: #000000;
  float: right;
}

#pagination-not-selected {
  background-color: white;
  color: black;
  float: right;
}

/************************* bar chart (maitenance) **************************/
.progress-bar {
  background: #ffdd00;
  color: #000000;
}

.progress-bar.bg-danger {
  background: #ff0000;
  color: #ffffff;
}

/****************************** dynamic table *******************************/
.myMoreLess {
  color: #007bff;
  cursor: pointer;
}

.myMoreLess:hover {
  text-decoration: underline;
}

.btn-group > button {
  border: 1px solid;
}

/******** pagination ******/
.bootstrap-table .fixed-table-pagination .pagination .pagination .page-item .page-link {
  background: #ffffff;
  color: #000000;
  border-color: #747474;
  font-weight: 400;
}

.bootstrap-table .fixed-table-pagination .pagination .pagination .page-item.active .page-link {
  background: #ffdd00;
  color: #000000;
  border-color: #747474;
  font-weight: 700;
}

/******** buttons *********/
td .btn-secondary {
  color: #000000;
  background-color: #ffdd00;
}

#all_buttons .btn-secondary {
  color: #000000;
  background-color: #ffdd00;
}

.fixed-table-toolbar div button {
  background-color: #ffffff;
  color: #000000;
  border: none;
}

.fixed-table-toolbar div button:focus,
.fixed-table-toolbar div div button:focus,
.fixed-table-toolbar div button:hover,
.fixed-table-toolbar div div button:hover,
.fixed-table-toolbar div button:active,
.fixed-table-toolbar div div button:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/**************************** multi email field *******************************/
.multi-email-container {
  border: solid 1px #cccccc;
  display: inline-block;
  padding: 5px;
  width: 300px;
  max-height: 300px;
  border-radius: 5px;
  overflow: auto;
  height: auto;
}

.multi-email-container span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.multi-email-container input {
  border: 0;
  outline: none;
  margin: 0px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.email-badge {
  cursor: pointer;
  border: solid 1px #cccccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: #000000;
  display: inline-block;
  font-size: 16px;
  margin: 4px;
  padding: 2px 10px;
  border-radius: 25px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.remove-icon {
  font-size: 5px;
  padding: 3px;
  background-color: #cccccc;
  border-radius: 100%;
}

.email-badge:hover {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-box-shadow: 3px 3px 3px grey;
          box-shadow: 3px 3px 3px grey;
}

.multi-email-container .material-icons {
  font-size: 12px;
}

/****************************** left side menu ********************************/
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.btn-warning {
  border: solid 1px #000000;
  margin: 3px;
  background-color: #ffdd00;
  color: #000000;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  overflow: auto;
}

.custom-sidebar {
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: none;
}

#left-sidebar-0 {
  border-right: solid 1px gray;
  overflow: auto;
  z-index: 1000;
}

#left-sidebar-1 {
  border-right: solid 1px gray;
  background-color: #ffffff;
}

#left-sidebar-2 {
  border-right: solid 1px gray;
  background-color: #ffffff;
}

#main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}

#main-content-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.split-section {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  overflow-x: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media screen and (max-width: 900px) {
  .split-section {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    overflow-x: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

#right-sidebar-1 {
  border-left: solid 1px gray;
  background-color: #ffffff;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 54px;
  max-width: 600px;
}

#dismiss-right {
  cursor: pointer;
}

#dismiss {
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar ul p {
  color: #ffffff;
  padding: 10px;
}

#sidebar .sidebar-header {
  padding: 20px;
}

@media screen and (max-width: 700px) {
  #left-sidebar-0 {
    z-index: 10;
  }
  .side-nav-dropdown-content .dropdown-item {
    padding-left: 0px;
    margin-left: 28px;
    border-left: 1px solid;
    width: auto;
  }
  .side-nav-dropdown-content .dropdown-item::before {
    content: '- ';
    margin-left: 9px;
  }
  .side-nav-dropdown-content {
    border: 0;
  }
  #left-sidebar-0 {
    position: fixed;
    z-index: 50;
    height: calc(100vh - 50px);
  }
  #left-sidebar-1 {
    position: fixed;
    z-index: 20;
    background-color: #ffffff;
    height: calc(100vh - 50px);
  }
  #left-sidebar-2 {
    position: fixed;
    z-index: 30;
    background-color: #ffffff;
    height: calc(100vh - 50px);
  }
  #right-sidebar-1 {
    position: fixed;
    z-index: 40;
    background-color: #ffffff;
    height: calc(100vh - 50px);
  }
}

/**************************** multi input field ******************************/
ul li {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  list-style: none;
}

.checkbox-menu li label {
  width: 100%;
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  margin: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.checkbox-menu li input {
  margin: 0px 5px;
  font-size: 10px;
  top: 2px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight: bold;
  width: 100%;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.dropdown ul {
  width: 100%;
  background-color: #ffffff !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5 !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #f5f5f5 !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.form-title {
  height: calc(50px + 5);
}

/********************************** select2 ***********************************/
.select2-dropdown {
  z-index: 100010;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffdd00;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffee7f;
  color: #000000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000000;
}

.select2-selection__rendered {
  line-height: calc(1.5em + 10px) !important;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 14px) !important;
  border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single[aria-disabled="true"] {
  background-color: #e9ecef;
}

.select2-selection__arrow {
  height: calc(1.5em + 13px) !important;
}

.select2-container .select2-selection--multiple {
  min-height: 47px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.select2-search__field {
  vertical-align: -webkit-baseline-middle !important;
}

/********************************** Tagging system ***********************************/
ul.jqtree-tree {
  list-style: none outside;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

ul.jqtree-tree.jqtree-dnd {
  -ms-touch-action: none;
      touch-action: none;
}

ul.jqtree-tree ul.jqtree_common {
  list-style: none outside;
  margin-left: 12px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
  display: none;
}

ul.jqtree-tree li.jqtree_common {
  clear: both;
  list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
  border-bottom: none;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
  color: #000;
  text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
  background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
  margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
  margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.jqtree-tree .jqtree-title {
  color: #1c4257;
  vertical-align: middle;
  margin-left: 1.5em;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
  margin-left: 0;
}

ul.jqtree-tree li.jqtree-folder {
  margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  margin-bottom: 1px;
}

ul.jqtree-tree li.jqtree-ghost {
  position: relative;
  z-index: 10;
  margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
  display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border: solid 2px #ffdd00;
  /* border: solid 2px #0000ff; */
  border-radius: 100px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: -4px;
  left: -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #ffdd00;
  /*0000ff*/
  height: 2px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
  margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  border: solid 2px #ffdd00;
  /*0000ff */
  border-radius: 6px;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

li {
  margin: 5px 0px;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background-color: #fff9da;
  /* background: linear-gradient(#fff5bd, #fff8ce); */
  /* border: solid 1px #fff1a4; */
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff1a4;
          box-shadow: inset 0px 0px 0px 1px #fff1a4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: dashed 1px #ffdd00;
  /*0000ff*/
}

ul.jqtree-tree.jqtree-rtl {
  direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
  margin-left: 0;
  margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
  margin-left: 0.5em;
  margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
  margin-left: 0;
  margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
  margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
  margin-right: 0;
  margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
  right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
  right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
  margin-left: 0;
  margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
  right: -2px;
}

span.jqtree-dragging {
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
  padding: 2px 8px;
}

.multi-email-container span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.multi-email-container input {
  border: 0;
  outline: none;
  margin: 0px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.email-badge {
  cursor: pointer;
  border: solid 1px #cccccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: black;
  display: inline-block;
  font-size: 15px;
  margin: 4px;
  padding: 2px 10px;
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.remove-icon {
  font-size: 12px;
  padding: 3px;
  background-color: #cccccc;
  border-radius: 100%;
}

.tag-design {
  font-size: 12px;
  padding: 3px;
  background-color: #cccccc;
  border-radius: 100%;
}

.email-badge:hover {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-box-shadow: 3px 3px 3px grey;
          box-shadow: 3px 3px 3px grey;
}

.card {
  -webkit-box-shadow: 5px 5px 10px #cccccc;
          box-shadow: 5px 5px 10px #cccccc;
  border-radius: 10px;
}

* {
  outline: 0;
}

span.jqtree-title {
  width: 100%;
}

.border-100 {
  border-radius: 100%;
}

.t-s {
  font-size: 15px;
}

.jqtree-element {
  padding: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  /* background-color: brown; */
}

.jqtree-element:hover {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  background-color: #eeeeee;
}

.jqtree-selected {
  background-color: aqua;
  background: none;
}

input {
  border-radius: 5px;
}

.customInput {
  outline: none;
  border: none;
  width: 100%;
  /* padding-left:15px; */
}

.box {
  width: 180px;
  height: 180px;
  background: black;
  margin: 20px 50px;
}

.circle {
  border-radius: 50%;
}

.inner-border {
  /* border: 20px solid black; */
  -webkit-box-shadow: inset 0px 0px 0px 5px red;
          box-shadow: inset 0px 0px 0px 5px red;
  /* box-sizing: border-box;*/
}

#rootSelected {
  cursor: pointer;
}

/* CSS3 solution only for rectangular shape */
.inner-outline {
  outline: 10px solid red;
  outline-offset: -30px;
}

ul.jqtree-tree .jqtree-element {
  border: 1px solid;
}

/* tags im overview */
.badge-primary {
  font-size: 15px;
  color: #000000;
  background-color: #ffdd00;
}

/********************************** Toggle switch ***********************************/
.toggle {
  margin: 0 1rem 0 1rem;
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
}

.toggle input {
  display: none;
}

.roundbutton {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border: solid 1px gray;
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
  border-radius: 0.3rem;
  cursor: pointer;
}

.roundbutton:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 20%;
  display: block;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: white;
  border: solid 1px gray;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input:checked + .roundbutton:before {
  -webkit-transform: translate(1.5rem, 0);
          transform: translate(1.5rem, 0);
}

/********************************** Home Page ***********************************/
.homepage-content ul {
  list-style-type: circle;
}

.homepage-content ul li {
  list-style: circle;
}

/******************************* Notification *********************************/
.card-header.collapsed .fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#notification-count {
  font-size: 16px;
  font-weight: 700px;
  background: transparent;
  color: #ff0000;
  padding: 0 0px;
  vertical-align: top;
  margin-left: -10px;
}

#notification-accordion .card-header a i {
  font-size: 18px;
  padding: 0;
}

#sort-arrow {
  padding: 10px 8px 10px 8px;
  -webkit-transition: none;
  transition: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

.notification-highlight {
  padding: 1rem;
  margin: 0rem 1rem 1rem 1rem;
  background-color: #f8f9fa;
}

/********************************* personal area *********************************/
.personal-area-card {
  border: solid 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 80%;
  padding-left: 15px;
}

.personal-area-header {
  background-color: transparent;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
}

.personal-area-notific-cb {
  padding-left: 0px;
}

.card-header.collapsed .personal-area-subpages {
  border-bottom: none;
}

.personal-area-subpages {
  border-bottom: solid 2px;
  font-size: 18px;
  margin-top: 20px;
}

/********************************* scroll bar *********************************/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(109, 117, 125, 0.801);
  border-radius: 2px;
}

::-webkit-scrollbar-track {
  background-color: rgba(188, 196, 206, 0.212);
}

/********************************* waiting for ajax response *********************************/
.waiting {
  display: none;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9000;
}

/********************************* comparison table (insight) *********************************/
.comparison-table-background-color-1 {
  background-color: transparent;
}

.comparison-table-background-color-2 {
  background-color: #ECECEC;
}

.comparison-table-background-color-3 {
  background-color: #faf6e8;
}

.comparison-table-background-color-4 {
  background-color: #ecf5ff;
}

#table2.table-bordered td,
#table2.table-bordered th {
  border-color: #9c9c9c;
}

#table2 thead th {
  border-bottom: 3px solid #9c9c9c;
}

/********************************* datetime picker *********************************/
.timepicker .timepicker-picker,
.timepicker .timepicker-picker .table-condensed {
  height: 100%;
}

.table-condensed tbody tr td a {
  color: #000;
}

td.active.today,
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #ffdd00;
  color: black;
  border-bottom-color: black;
}

td.active.today:hover,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active:hover {
  background-color: #ffee7f;
  color: black;
  border-bottom-color: black;
}

td.active.today:before {
  border-bottom-color: black;
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: black;
}

.form-control:focus {
  border-color: #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(231, 231, 231, 0.064), 0 0 6px rgba(109, 117, 125, 0.801);
          box-shadow: inset 0 1px 1px rgba(231, 231, 231, 0.064), 0 0 6px rgba(109, 117, 125, 0.801);
}

/******************************* Maintenance *********************************/
.sparepart-card {
  background: #27a1ca;
}

.remove-default-style,
.remove-default-style:hover,
.remove-default-style:focus,
.remove-default-style:active {
  text-decoration: none;
  color: inherit;
}

/******************************* text *********************************/
.text-with-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.text-with-line:after,
.text-with-line:before {
  content: '  ';
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
}

.left-text-with-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-text-with-line:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #000;
  margin-left: 10px;
}

.unselectable {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/******************************* duration picker *********************************/
.bdp-input input {
  display: inline-block;
  margin-bottom: 3px;
  width: 60px;
}

.bdp-block {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 5px 3px;
}

/******************************* colored radio box *********************************/
.colored-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-name: dot-anim;
          animation-name: dot-anim;
  margin: 0px;
}

.colored-radio-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.colored-radio-label:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.colored-radio-input:checked + .colored-radio-label:after {
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.colored-radio-input + .colored-radio-label:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.colored-radio-input:checked + .colored-radio-label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .4s;
  transition: all .4s;
}

/******************************* dynamic table multiple search *********************************/
.label-info {
  color: inherit;
}

.bootstrap-tagsinput {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 4px 6px;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-tagsinput .tag {
  border-bottom: solid;
  margin-right: 6px;
  padding: 2px 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

/******************************* tooltip *********************************/
.no-wrap-before::before {
  white-space: nowrap;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  color: inherit;
  background-color: #ffee7f;
  font-size: 0.8rem;
  border: unset;
  border-bottom: 1px solid;
  border-radius: inherit;
  border-color: #ced4da;
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

[data-tooltip]::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-color: transparent;
  border-top-color: #ced4da;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:hover::before {
  opacity: 1;
}

[data-tooltip]:hover::after {
  opacity: 1;
}

.right-sticky-button {
  position: fixed;
  top: calc(50px + 19.5px);
  right: 20px;
  cursor: pointer;
  min-width: 36px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=gebr_pfeiffer.css.map */