body {
  font-size: 12px;
}


.main-content > .content {
    padding: 1rem;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal.modal-big.fade.in {
  top: 4rem;
  bottom: 4rem;
  left: 1rem;
  right: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.modal.modal-big .modal-body {
  max-height: none;
    height: calc(100% - 6rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content, .modal-dialog{
  overflow: hidden;
  height: 97%;
  width: 85%;
  margin-left: 10%;
}
.modal-tiny .modal-content,
.modal-tiny .modal-dialog {
    height: auto;
    width: 55%;
    margin-left: 20%;
}
.modal-tiny .modal-body,
.modal-notify .modal-body {
    margin: 0 1rem 3rem 1rem;
}
.modal-notify .modal-content,
.modal-notify .modal-dialog {
    z-index: 10000;
    height: auto;
    width: 75%;
    margin-right:auto;
    margin-left:auto;
    margin-top:10%;
}
.modal-header {
    height: 3rem;
    font-size: 1rem;
    background: #eee;
    border-bottom: 1px solid #ccc;
}
.modal-header h3 {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}
.modal-footer {
    background: #eee;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
    padding: 0.5rem 1rem;
}


a.modalMenuItem {
    display: block;
    line-height: 2.3rem;
    padding: 0 1rem;
    border-right: 1px solid #ccc;
    float: left;
    text-decoration: none !important;
}
a.activeModalMenuItem {
    font-weight: bold;
    background: #555;
    color: #fff;
}.select2-hidden-accessible {
     display: none !important;
 }




textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
/*@media (min-device-width: 2000px) {
  html {
    font-size: 18px;
  }
}
@media (min-device-width: 2500px) {
  html {
    font-size: 22px;
  }
}
@media (min-device-width: 2800px) {
  html {
    font-size: 28px;
  }
}*/

a {
  text-decoration: none !important;
}

body {
  font-size: 0.8rem;
}
.sidebar.leftside {
  position: fixed;
  left:0;
  top: 2.5rem;
  bottom: 41px;
  width: 25%;
  min-width: 19rem;
  max-width: 25rem;
  background: #fbfbfb;
  padding:1rem;
  border-right: 1px solid #ccc;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sidebar h4 {
	position: relative;
  background: #eee;
  color: #666;
  padding: 0 1rem;
  margin: -16px -16px 0 -16px;
  border-bottom: 1px solid #ccc;
  line-height: 2.4rem;
}
.sidebar h4 .glyphicons:before {
  font-size: 1.3rem;
  padding-top: 0.6rem;
}

.sidebar.leftside .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.roundBtn {
	background: #f5a900;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	display: block;
	position: absolute;
	padding: 6px;
	top: -5px;
	right: 15px;
	border: 1px solid #999;
}
.roundBtn i:before {
	color: #fff;
}
.navbar {
    min-height: 40px;
}
.navbar-fixed-top .navbar-inner {
  background: #fff !important;
  height: 2.5rem !important;
  min-height: 0;
}




.leftside_menu .nav>li>a {
	padding: 5px 15px;
}
.leftside_menu .nav>li>a i:before {
	color: #f5a900;
}

.nav-stacked>li.active>a, .nav-stacked>li.active>a:focus, .nav-stacked>li.active>a:hover {
	color: #fff;
	background-color: #999;
}

.leftside_menu .nav>li.active>a i:before {
	color: #fff;
}

#treetable td .fancytree-title {
	font-size: 0.9em !important;
	line-height: 20px !important;
	margin-left: 25px;
	white-space: nowrap;
}
#treetable td .fancytree-node .glyphicons:before {
	font-size: 15px;
}

.fancytree-folder .fancytree-node {
	font-weight: normal !important;
	overflow: hidden;
}
.fancytree-node span.glyphicons:before {
	color: #ccc;
	font-size: 1rem;
}

.fancytree-folder.fancytree-has-children span.glyphicons:before {
	color: #fbd25e;
}
.fancytree-node span.glyphicons:before {
	margin-left: 1rem;
}
span.fancytree-title {
    font-size: 0.8rem !important;
    line-height: 1rem;
    padding-bottom: 0.2rem;
}
ul.fancytree-container {
    font-family: inherit;
}
.fancytree-node .fancytree-title {
	margin-left: 0.3rem;
    outline: none;
}
.fancytree-folder .glyphicons-file:before {
	content: '\E441';
}

.fancytree-node span.glyphicons.glyphicons-file:before {
	color: #FBBA02;
}
.fancytree-folder .fancytree-node span.glyphicons.glyphicons-file:before {
	color: #e2d8bc !important;
}

tr.fancytree-active td {
	background-color: #ffefc3 !important;
}

.ui-fancytree-disabled ul.fancytree-container {
    background-color: transparent !important;
}

fancytree h4 {
    background: #f1f1f1;
    margin: 0 -1rem 0.5rem -1rem;
    padding: 0.3rem 1rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    line-height: 1.3rem;
}

.stateCells {
    padding:0.5rem 0;
    color: maroon;
    text-align: left;
    vertical-align: top;
}
.stateRow {
    border-top: 1px solid #888;
    width: 100%;
}
.stateIconWarn, .stateIconError {
    width: 3%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5rem;
}

.stateIconWarn {
    color:yellow;
}
.stateIconError {
    color:maroon;
}

.title-alert {
    color: rgb(167, 63, 63);
}

.duplicateWarning {
    color: maroon;
    font-weight: bolder;
    text-align: center;
    position: relative;
}

#pdfImg {
      width: 100%;
    }
    .slick-prev,
    .slick-next {
      display: none !important;
    }
    .container-fluid {
      padding-left: 25%;
    }
    .document.container-fluid {
      padding-right: 25%;
      padding-left: 25%;
    }
    .tagsPopup a.colorpicker {
      height:20px;
      width:20px;
      float: left;
      margin: 10px 5px 10px 0;
      display: block;
        border-radius: 50px;
    }
    .tagsPopup a.colorpicker.active {
        border: 1px solid #444;
        margin: 7px 5px 10px 0;
        height:25px;
        width:25px;
    }
    .tagsPopup input {
        border: 1px solid #ccc;
        font-size: 1.2rem;
    }

    .label.cp_f5cf7b,
    .rightside_tag.cp_f5cf7b,
    .select_tag.cp_f5cf7b,
    a.colorpicker.cp_f5cf7b {
      font-weight: normal;
      background: #f5cf7b !important;
      color: #bd8200 !important;
      border: 1px solid #bd8200 !important;
    }
    .label.cp_7bf581,
    .rightside_tag.cp_7bf581,
    .select_tag.cp_7bf581,
    a.colorpicker.cp_7bf581 {
      font-weight: normal;
      background: #7bf581 !important;
      color: #038e0a !important;
      border: 1px solid #038e0a !important;
    }
    .label.cp_7bdcf5,
    .rightside_tag.cp_7bdcf5,
    .select_tag.cp_7bdcf5,
    a.colorpicker.cp_7bdcf5 {
      font-weight: normal;
      background: #7bdcf5 !important;
      color: #0a7894 !important;
      border: 1px solid #0a7894 !important;
    }
    .label.cp_a77bf5,
    .rightside_tag.cp_a77bf5,
    .select_tag.cp_a77bf5,
    a.colorpicker.cp_a77bf5 {
      font-weight: normal;
      background: #a77bf5 !important;
      color: #e6d8ff !important;
      border: 1px solid #744eb7 !important;
    }
    .label.cp_f57be9,
    .rightside_tag.cp_f57be9,
    .select_tag.cp_f57be9,
    a.colorpicker.cp_f57be9 {
      font-weight: normal;
      background: #f57be9 !important;
      color: #9e0a90 !important;
      border: 1px solid #9e0a90 !important;
    }
    .label.cp_ff1414,
    .rightside_tag.cp_ff1414,
    .select_tag.cp_ff1414,
    a.colorpicker.cp_ff1414 {
      font-weight: normal;
      background: #ff1414 !important;
      color: #ffc6c6 !important;
      border: 1px solid #b31e1e !important;
    }

    .label.cp_f5cf7b i.glyphicons:before {
      color: #bd8200;
    }
    .label.cp_7bf581 i.glyphicons:before {
      color: #038e0a;
    }
    .label.cp_7bdcf5 i.glyphicons:before {
      color: #0a7894;
    }
    .label.cp_a77bf5 i.glyphicons:before {
      color: #e6d8ff;
    }
    .label.cp_f57be9 i.glyphicons:before {
      color: #9e0a90;
    }
    .label.cp_ff1414 i.glyphicons:before {
      color: #ffc6c6;
    }

    .label.cp_f5cf7b i:before {
      font-size: 0.8rem;
    }
    .label.cp_7bf581 i:before {
      font-size: 0.8rem;
    }
    .label.cp_7bdcf5 i:before {
      font-size: 0.8rem;
    }
    .label.cp_a77bf5 i:before {
      font-size: 0.8rem;
    }
    .label.cp_f57be9 i:before {
      font-size: 0.8rem;
    }
    .label.cp_ff1414 i:before {
      font-size: 0.8rem;
    }


    .closeFullscreen:before {
      font-size: 2rem;
    }
    .well.well-small {
      box-shadow: none !important;
    }
    a.bookmark {
      position: absolute;
      top: -3px;
      right: 20px;
      z-index: 1;
    }
    a.bookmark i:before {
      font-size: 3rem;
      color: #ddd
    }
    a.bookmark.bookmarked i:before {
      color: #eab44a;
    }



    .rightside .documentNote,
    .rightside .documentQuestion {
      padding: 10px;
      margin: 0 -10px;
      background: #f9f9f9;
      line-height: 13px;
    }
    .rightside .documentNote .bezug,
    .rightside .documentQuestion .bezug {
      text-align: right;
      background: #ccc;
      margin: 5px -16px -5px -16px;
      padding: 2px 10px;
      border-top: 1px solid #bbb;
      border-bottom: 1px solid #666;
    }



    .slick-slider {
      margin-bottom: 0;
    }
    .slick-prev {
      left: -23px;
    }
    .slick-next {
      right: -18px;
    }
    .slick-prev:before, .slick-next:before {
      color: #444444;
      font-size: 25px;
    }


    .notesOverlay {
      position: absolute;
      top: 2rem;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: transparent;
      z-index: 1;
    }
    .notesOverlay a.notesMarker {
      margin-top: -53px;
      margin-left: -11px;
      position: absolute;
    }
    .notesOverlay a.notesMarker .xmark {
      width: 0;height: 0;margin-left: 12px;margin-top: 3px;
    }
    .notesOverlay a.questionMarker {
      margin-top: -46px;
      margin-left: -3px;
      position: absolute;
    }

    .notesOverlay a.tagMarker {
    /*margin-top: -46px;
    margin-left: -3px;*/
    position: absolute;
    margin-top: -1.4rem;
  }


  .notesOverlay i.fa-clipboard-list,
  .notesOverlay i.fa-comments-alt {
    font-size: 1.7rem;
    color: rgba(249, 185, 43, 0.9);
  }
 /* .notesOverlay i.fa-comments-alt:before {
    font-size: 3rem;
    color: rgba(249, 185, 43, 0.9);
  }*/

  .notesOverlay .label {
    font-size: 0.8rem;
    padding: 3px 10px;
    line-height: 1rem;
    background: #f5cf7b;
    border: 1px solid #999;
    text-shadow: none;
    color: #666;
    font-weight: normal;
  }

  #docPreview .overlay {
    position: absolute;
    top: 2rem;
    left: -3px;
    right: -5px;
    bottom: -3px;
    background: rgba(255, 255, 255, 0.62);
    z-index: 2;
    display: none;
  }
  #docPreview.waitForDoc .overlay {
    display: block;
  }
  #docPreview.waitForDoc canvas {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  .spinner {
    top: 8rem !important;
  }

  .spinner_text {
      text-align: center;
      position:relative;
      font-size: 2em;
      top:10em;
      display: block;
      color: #f5a900;
      font-weight: bold;
  }
  .webui-popover {
    z-index: 3000;
  }
  .webui-popover-title {
    background: #eee;
    border-bottom: 1px solid #ccc;
  }

  .btn-toolbar .active {
    background: #ffe2a3;
  }

.webix_ssheet_table .webix_ss_header,
.webix_ssheet_table .webix_ss_vscroll_header,
.webix_ssheet_table .webix_ss_header TD,
.sheet_column_0 div {
    background: #f1f1f1 !important;
}
.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus,
.mce-menu-item-normal.mce-active {
    background: #f9b92b !important;
    color: #fff !important;
}

#pdfImgh.rotate90 {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
  }
  #pdfImgh.rotate180 {
    transform: rotate(180deg) translate(-100%, -100%);
    -webkit-transform: rotate(180deg) translate(-100%, -100%);
    -ms-transform: rotate(180deg) translateX(-100%);
  }
  #pdfImgh.rotate270 {
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-100%);
    -ms-transform: rotate(270deg) translateX(-100%);
  }
  .item-tabs .tab-content,
  header.newHeader {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 1px;
  }
  .item-tabs .nav-tabs > li > a, .item-tabs .nav-tabs > li > a:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 1px;
    background: #efefef;
  }
  .item-tabs .nav-tabs > li.active > a,
  .item-tabs .nav-tabs > li.active > a:hover {
    background: #fff;
  }
  .item-tabs .nav-tabs > li {
    margin-bottom: -2px;
  }
  .btn {
    text-shadow: none !important;
    border-radius: 1px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
      border-radius: 3px;
  }
  .listview, .pagination_footer, .leftside .well.well-small, .shadow-box {
   box-shadow: none !important;
   -webkit-box-shadow: none !important;
   border-radius: 1px;
 }




 .sub-bg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.9;
    width: 300px;
  }
        .nav .submenu {
            box-shadow: none;
            border: 0;
            background: #fff;
            top: 0px;
            width: 400px;
            bottom: 0px;
            margin: 0px;
            position: absolute;
            display: none;
            padding: 1rem;
            border: 1px solid #d4d4d4;
            border-left: 1px solid #ddd;
        box-shadow: 6px 7px 12px rgba(221, 221, 221, 0.97);
        }

        .nav .submenu-content {
            background: #fff;
        }
        .nav .submenu-content h4 {
      color: #f9b92b;
    font-weight: bold;
    background: #f4f4f4;
    padding: 5px 10px;
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 0px;
        }

        .nav .submenu-content img {
            height: 212px;
            max-width: 270px;
        }

        .nav .dropdown-menu {
            -webkit-border-top-right-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .nav .dropdown-menu > li > a {
            line-height: 1.5rem;
          font-size: 1rem;
          color: #666;
            margin-left: -0.30rem;
            line-height: 1.7rem;
        }
        .nav .dropdown-menu > li > a:hover {

        }
        .nav .dropdown-menu > li > a .far:before,
        .nav .dropdown-menu > li > a .glyphicons:before {
            color: inherit;
            padding: 3px 0.2rem 3px 0;
            font-size: 1rem;
            width: 1.4rem;
            display: inline-block;
    }

    .nav .dropdown-menu > li > a:hover {
            background-image: none;
            color: #666;
            background-color: #fff;
        }

        .nav .dropdown-menu > li.active > a {
            background: #fff1d2;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            cursor: default;
        }

        .nav .dropdown-menu > li > a.maintainHover {
            color: white;
            background-color: #f9b92b;
        }



/****************************************/
.dataroomPreviewToolbar .pagination1 {
  text-align: center; white-space: nowrap;     padding-right: 2.6rem; overflow: hidden;
}

.dataroomPreviewToolbar .pagination1 i:before {
  padding-top: 6px;
}

.attentionMessage, .attentionText, .limit_exceeded {
    color: #ff6464;
    font-weight: 700;
}

.attentionMessage {
    font-size: 1.2rem;
    line-height: 1rem;
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}

.messageText {
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #ccc;
    line-height: 2rem;
}

#sidebar1 {
    position: fixed;
    top: 2.4rem;
    bottom: 2.2rem;
    left: 0;
    width: 22rem;
    z-index: 1;
    background: #fff;
    border-right: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar2 {
    position: fixed;
    top: 2.4rem;
    bottom: 2.2rem;
    left: 22rem;
    width: 22rem;
    z-index: 1;
    background: #fbfbfb;
    border-right: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar3 {
    position: fixed;
    top: 2.4rem;
    bottom: 2.2rem;
    right: 0;
    width: 22rem;
    z-index: 1;
    background: #fff;
    border-left: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.hasSidebar1x2 #sidebar1 {
    width: 44rem;
    box-shadow: 5px 0 10px #aaaaaa40;
    z-index: 3;
}
/* the 'blur' effect */
body.hasSidebar1x2:before {
    content: '';
    background-color: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
}
body.hasSidebar1x2 .main-content img {
    display: block; /* remove bottom space */
}


body.hasSidebar1 .main-content {
    padding-left: 22rem;
}
/*
body.hasSidebar1x2 .main-content {
    padding-left: 44rem;
}*/

body.hasSidebar2 .main-content {
    padding-left: 22rem;
}

body.hasSidebar1.hasSidebar2 .main-content {
    padding-left: 44rem;
}

body.hasSidebar3 .main-content {
    padding-right: 22rem;
}
.sidebar h4 {
    background: #f1f1f1;
    margin: 0 -1rem 0.5rem -1rem;
    padding: 0.3rem 1.5rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: bold;
}

.sidebar h4 i {
    margin: 0 0.5rem;
}

.sidebar ul.leftsidemenu {
    padding: 0;
    list-style: none;
}

.sidebar ul.leftsidemenu li {
    font-size: 1.1rem;
    line-height: 2.4rem;
    border-bottom: 1px solid #ccc;
    margin: 0 -0.5rem 0 -1rem;
    padding: 0 1.5rem;

}

.sidebar ul.leftsidemenu li:first-child {
    border-top: 1px solid #ccc;
}

.sidebar ul.leftsidemenu li a {
    color: #888;
    display: block;
    margin: 0 -1rem;
    padding: 0 1rem;
}

.sidebar ul.leftsidemenu li.active a {
    color: #666;
    cursor: default;
   /* background: #fff1d2;
    background: -moz-linear-gradient(top, #fff1d2 0%, #fff9ef 50%, #fff1d2 100%);
    background: -webkit-linear-gradient(top, #fff1d2 0%,#fff9ef 50%,#fff1d2 100%);
    background: linear-gradient(to bottom, #fff1d2 0%,#fff9ef 50%,#fff1d2 100%);*/
    background: #fff7ea;
    background: -moz-linear-gradient(top, #fff7ea 0%, #ffebc4 50%, #ffe7b7 51%, #ffecc6 100%);
    background: -webkit-linear-gradient(top, #fff7ea 0%,#ffebc4 50%,#ffe7b7 51%,#ffecc6 100%);
    background: linear-gradient(to bottom, #fff7ea 0%,#ffebc4 50%,#ffe7b7 51%,#ffecc6 100%);
}

.sidebar ul.leftsidemenu li.active a:hover,
.sidebar ul.leftsidemenu li a:hover {
    background: #f9b92b !important;
    color: #fff !important;
}

.sidebar ul.leftsidemenu li a i {
    width: 2rem;
    text-align: center;
}

.context-menu-icon.context-menu-icon--fa::before {
    font-family: "Font Awesome 5 Pro" !important;
}

.navbar-fixed-bottom.devmode .navbar-inner {
    background: #ff6464 !important;
}

.webui-popover-title {
    border-bottom: 1px solid #c8c8c8 !important;
    background: #f3f3f3 !important;
}

.modal-fileList {
    font-size: 0.8rem;
    color: rgb(63, 132, 167);
}

.modal-body .pdfImg {
    width: 100% !important;
}
.deact {
    color:#ccc !important;
}
.progress_50 {
    background: #f9b92b !important;
}
.progress_100 {
    background: #1aff5f !important;
}
.progress_25 {
    background: #ff6464 !important;
}
.progress_archived {
    background: #26833d !important;
}
.ok_text {
    color: #116200;
}
.dataroom_paused {
    background-image: url("/img/dr_pause.png");
}
.dataroom_paused_en {
    background-image: url("/img/dr_pause_en.png");
}

