@charset "utf-8";

html {
  height: 100%;
}

body {
  height: 100%;
}

h5 {
  font-size: 16px;
}

div.cell {
  display: table-cell;
  border: 1px solid red;
}

div.colspan,
div.colspan + div.cell {
  border: 0;
}

div.colspan > div {
  width: 1px;
}

div.colspan > div > div {
  position: relative;
  width: 100%;
  overflow: hidden;
}

img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/*-------------------------------------*/
/*Links */
/*-------------------------------------*/
a.link {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-weight: 500;
  text-decoration: none;
  color: DimGray;
}

a.link:link {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-weight: 500;
  text-decoration: none;
  color: DimGray;
}

a.link:visited {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-weight: 500;
  text-decoration: none;
  color: DimGray;
}

a.link:hover {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-weight: 500;
  text-decoration: none;
  color: black;
}

a.link.blacklink:link {
  color: black;
}

a.link.blacklink:visited {
  color: black;
}

a.link.blacklink:hover {
  color: DimGrey;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  max-width: 1600px;
  height: 100%;
}

/*Der menu_wrapper enthï¿½lt ale Menï¿½ Elemente -> Sidebar + Header*/
#menu_wrapper {
  padding-left: 0;
  /* 	height: 100%; */
}

/*Die Sidebar befindet sich in diesem Wrapper, er ist mit hilfe des margin nach links aus dem Bild verschoben*/
/*bei :hover wird er nach rechts ins Bild geschoben*/
/* Height 805 damit es zusammen mit 15% top fast 100 ergibt
/* paddings werden gebraucht damit die Schatten des Tables nicht abgeschnitten werden
Wenn das device von der hï¿½he kleiner als 900px ist wird die bar bei 65px mit einem Breakpoint festgeklebt
 */
#sidebar-wrapper {
  position: fixed;
  top: 15%;
  height: 90%;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  left: 60px;
  width: 245px;
  margin-top: 50px;
  margin-left: -245px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}

#sidebar-wrapper:hover {
  left: 245px;
}

/*Alles was Inhalt der Seite kommt in diesen Wrapper -> NICHT Sidebar + Header */
#page-content-wrapper {
  max-width: 1200px;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 10px;
  margin: 0 auto auto auto;
}

#plugin-content-wrapper {
  padding-left: 80px;
  padding-right: 5px;
  padding-top: 50px;
  height: 99%;
}

.salome_share_wrapper {
  max-width: 100%;
  min-height: 600px;
}

.salome_iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  border: none;
}

/*-------------------------------*/
/*     Sidebar  		         */
/*-------------------------------*/
#salome_navicon {
  position: fixed;
  top: 20px;
  left: 15px;
  display: block;
  cursor: pointer;
  background-color: white;
}

#salome_navicon > .fa {
  font-size: 2em;
  padding: 4px 7px;
}

#menu_wrapper.toggled #sidebar-wrapper {
  left: 245px;
}

.sidebar_logo {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 170px;
}

.sidebar-nav {
  display: block;
  z-index: 1000;
  width: auto;
  /* 	width: 100%; */
  background: white;
  box-shadow: 2px 0 5px #aaa;
  border-radius: 0px 25px 25px 0px;
  overflow-y: auto;
}

.sidebar-nav tbody {
  width: 100%;
  display: table;
}

.sidebar-nav tr {
  line-height: 20px;
}

.sidebar-nav tr:first-child a {
  background-color: transparent;
}

.sidebar-nav-linkrow {
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.sidebar-nav-linkrow:hover {
  background-color: red;
}

.sidebar-nav tr a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}

.sidebar-nav > .sidebar-brand {
  background-color: white;
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}

.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

.fa {
  font-size: 20px;
  padding-right: 12px;
  color: #333;
}

.sidebarRowGroupHead {
  display: none;
}

.sidebarRowGroup {
  display: table-row;
}

.sidebar-nav-linkrow > td > img {
  margin-left: 3px;
  width: 20px;
  height: 20px;
}

.sidebar-nav-linkrow > td > i {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/*-----------------------------------------*/
/*Header*/
/*-----------------------------------------*/
#salome_header {
  position: relative;
  z-index: 100;
}

#salome_header {
  position: relative;
}

#header-wrapper {
  right: 5%;
  padding: 5px 5px 5px 20px;
  position: absolute;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 2px 0 5px #aaa;
  background: white;
}

#header-element-left {
  float: left;
}

.header-element {
  float: left;
  margin-right: 15px;
}

.header-element a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

/*-----------------------------------------*/
/*Allgemeines*/
/*-----------------------------------------*/
.salome_content_header {
  padding-bottom: 10px;
}

.salome_content_header > h1,
.salome_content_header > h2 {
  color: DimGrey;
  font-size: 20pt;
  font-family: arial, "lucida console", sans-serif;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
}

.salome_content_header > h2 {
  font-size: 18pt;
}

.salome_red_link {
  color: #a30b1a;
}

/*-----------------------------------------*/
/*Support*/
/*-----------------------------------------*/
.important_information {
  padding: 10px;
  border: 1px solid #a30b1a;
  border-radius: 7px;
}

.support_text {
  padding: 10px;
  padding-right: 20px;
}

/*-----------------------------------------*/
/*Login*/
/*-----------------------------------------*/
.login_logo {
  width: 300px;
  padding-bottom: 10px;
}

.login-panel {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  box-shadow: 2px 0 5px #aaa;
  border-radius: 25px;
  padding: 20px;
}

.login-panel > .header {
  margin-bottom: 30px;
}

.centered {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.login-panel td {
  padding: 5px;
}

/*-------------------------------------*/
/*Icons */
/*-------------------------------------*/
.salome_icon {
  font-size: 1.4em;
  color: #a30b1a;
}

.salomeIconCircle {
  font-size: 1.5em;
}

.salome_pointer {
  cursor: pointer;
}

.salome_move {
  cursor: move;
}

.salome_icon_form {
  margin: 0px;
  padding: 0px;
}

.salome_text_col > .fa {
  padding-right: 0px;
}

/*-----------------------------------------*/
/*Modals*/
/*-----------------------------------------*/
.modal-dialog {
  margin: 30px auto;
}

.modal-dialog_medium {
  max-width: 400px;
}

.modal-dialog_large {
  max-width: 600px;
}

.modal-dialog_textedit {
  width: auto;
  max-width: 900px;
}

.modal_wrapper {
  padding: 15px;
  margin: auto;
}

.modal_container {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
}

.modal_horizontal_scroll_container {
  padding-top: 9px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}

.salome_close {
  margin-right: -5px;
  margin-top: -10px;
  color: #666666;
  outline: none;
}

.close {
  color: #666666;
  opacity: 1;
}

.close:hover {
  color: #000000;
  opacity: 1;
}

.form-control:focus,
.form:focus {
  border-color: red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.modal_table {
  width: 100%;
  margin: auto;
}

.modal_table td {
  padding: 8px;
}

.row_div_modal {
  padding-top: 10px;
}

.modal_div_content {
  padding: 2px 8px 2px 8px;
}

.modal_table td div {
  -ms-word-break: break-all;
  word-break: break-all;
}

.modal_content {
  width: 100%;
  margin: auto;
  padding: 8px;
  padding-top: 12px;
}

.btn-default:focus {
  border-color: red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  outline: none;
}

.btn_center {
  text-align: center;
  vertical-align: middle;
}

.date_picker_col {
  width: 160px;
}

.modal_error {
  -ms-word-break: normal;
  word-break: normal;
}

/*-----------------------------------------*/
/* Allgemeines tabellen Design */
/*-----------------------------------------*/
.salome_bulk_header_icon {
  display: none;
  margin-right: 5px;
  float: left !important;
}

#salome_bulk_header_down {
  margin-top: 13px;
}

#checkBox_header {
  margin: unset;
}

.cb_col {
  padding-left: 8px;
  width: 20px;
}

.salome_breadcrumb_row {
  background-color: #f9f9f9;
  border-bottom: 1px solid #a30b1a;
}

.salome_nav_row_link {
  color: #a30b1a;
  font-size: 20px;
}

.salome_nav_row_link_notallowed {
  font-size: 22px;
}

.salome_nav_row_link:hover {
  color: #a30b1a;
  text-decoration: underline;
}

.salome_table {
  width: 100%;
  vertical-align: middle;
  border-collapse: collapse;
}

.salome_table_groupadministration {
  vertical-align: middle;
  border-collapse: collapse;
  width: 100%;
}

.salome_div_table_cell {
  padding: 8px;
  display: table-cell;
  width: 33%;
  vertical-align: top;
}

.salome_div_table_cell_middle {
  border-left: 1px solid #a30b1a;
  border-right: 1px solid #a30b1a;
}

.white_row {
  background-color: white !important;
}

.white_row > tbody > tr {
  background-color: white;
}

.salome_table > tbody > tr:nth-of-type(2n + 2) {
  background-color: #f9f9f9;
}

.salome_icon_col_right {
  text-align: right;
}

.salome_div_tablehead {
  font-weight: bold;
}

.salome_icon_col {
  padding: 0px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.salome_div_icon_col {
  float: right;
  padding-top: 9px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.salome_icon_col .fa {
  padding: 0;
}

.salome_text_col {
  -ms-word-break: break-all;
  word-break: break-all;
  /*      Non standard for webkit */
  word-break: break-word;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.salome_div_text_col {
  height: 38px;
  float: left;
  -ms-word-break: break-all;
  word-break: break-all;
  /*      Non standard for webkit */
  word-break: break-word;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 7px;
  float: left;
}

.salome_div_header {
  font-weight: bold;
}

.salome_div_content_row:nth-of-type(2n + 2) {
  background-color: #f9f9f9;
}

.salome_width_125px {
  width: 125px;
}

.salome_fileshare .salome_text_col {
  -ms-word-break: break-all;
  word-break: break-all;
}

.salome_nbr_elements_dropdown {
  float: right;
  margin: 8px;
}

.headerline th {
  padding-top: 10px;
  padding-bottom: 7px;
}

.small_annotation_head {
  padding-right: 5px;
  padding-left: 3px;
  text-align: right;
}

.small_annotation {
  padding-right: 5px;
  padding-left: 3px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 7pt !important;
  font-weight: 500;
  text-decoration: none;
  color: DimGray;
  text-align: right;
}

.small_annotation a {
  font-size: 7pt !important;
}

.visibility_hidden {
  visibility: hidden;
}

/*----------------------------------------- */
/* Grid */
/*----------------------------------------- */
.dashb_container {
  padding-left: 0px;
  padding-right: 5px;
}

.administration_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.administration_internal_container {
  padding-right: 15px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.box {
  margin-bottom: 15px;
}

.box-inner {
  border: 1px solid #dedede;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.box-header {
  overflow: auto;
  border: none;
  background-color: #f9f9f9;
  border-bottom: 1px solid #a30b1a;
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  max-height: 150px;
  min-height: 45px !important;
  margin-bottom: 0;
  vertical-align: middle;
  padding: 7px;
  padding-top: 7px;
}

.box-header-text h4 {
  margin: 0px;
}

.box-header-text {
  width: 80%;
  float: left;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 0;
}

.box-header .fa {
  padding: 0;
  margin: 2 2 2 2px;
}

.box-header-icons {
  /* 	display: table; */
  float: right;
}

.box-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 30px;
  width: 30px;
}

.box-content {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 10px;
}

.box-content img {
  max-width: 100%;
  max-height: 100%;
}

.box-content-deactivated {
  background-color: #d9d9d9;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    rgba(255, 255, 255, 0.7) 35px,
    rgba(255, 255, 255, 0.7) 70px
  );
}

.box-footer {
  text-align: right;
}

#create_dashbitem_btn {
  margin-right: 0px;
  margin-bottom: 5px;
  padding-right: 0px;
  margin-left: -5px;
}

#create_dashbitem_btn > .box-icon {
  float: right;
  display: block;
}

#create_dashbitem_btn > .box-icon > .salome_icon {
  padding-right: 5px;
}
/* Ausblenden der Checkbox "Link in einem neuen Fenster öffnen in Summernote - Links werden standardmäßig in einem neuen Fenster geöffnet (Siehe Ajax Call) */
.note-editor .link-dialog .checkbox {
  display: none;
}

/*------------------------------------------*/
/*Dashboard Slider */
/*------------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  margin-top: 10px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #a30b1a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.text-margin {
  margin-top: 14px;
}

/*----------------------------------------- */
/* Paginator */
/*----------------------------------------- */
.pagination {
  padding-left: 1px;
}

.pagination .active span,
.pagination .active span:hover {
  background-color: #a30b1a;
  border-color: #a30b1a;
}

.pagination,
.pagination .disabled span,
.pagination li a {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #a30b1a;
}
/*----------------------------------------- */
/* Administration */
/*----------------------------------------- */
.selected {
  background-color: #a30b1a;
}

.selected .salome_nav_row_link {
  color: white;
}

.salome_import_header {
  border-top: 1px solid #a30b1a;
  border-bottom: 1px solid #a30b1a;
}

.salome_import_table {
  border-right: 1px solid #a30b1a;
  border-left: 1px solid #a30b1a;
}

.align_right {
  text-align: right;
  padding-right: 5px;
}

.resetpw_showmesecond {
  display: none;
}

.small_number_input {
  width: 80px;
}

#resetGroupPassword_users {
  padding-top: 10px;
}

#resetGroupPassword_queryPW {
  padding-top: 10px;
}

.cb_group {
  padding-top: 10px;
}

.centered_input {
  display: inline-block;
}

/* ------------------------------------------------------------------- */
/* Share - Dropzone */
/* ------------------------------------------------------------------- */
#salomeDropzone {
  display: none;
  /* 	Pagination has index 3.. */
  z-index: 4;
  position: fixed;
  right: 15px;
  bottom: 15px;
  box-shadow: 2px 0 5px #aaa;
  width: 362px;
  max-height: 335px;
  background-color: white;
}
/* Header */
#salomeDropzoneHeader {
  min-height: 35px;
  padding: 7px;
  background-color: #f9f9f9;
}

.salomeDzPreviewContainer {
  position: relative;
  width: inherit;
  max-height: 295px;
  overflow-y: auto;
  overflow-x: hidden;
}

.salomeDzPreviewContainerinner {
  width: inherit;
}

.salomeDzPreviewContainer::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.salomeDzPreviewContainer::-webkit-scrollbar-thumb {
  background-color: #827e7ec2;
}

#salomeDropzoneHeader #salomeDropzoneHeaderText {
  float: left;
}

#salomeDropzoneHeader #salomeDropzoneHeaderButtons {
  float: right;
}

.salomeDzOpen .showonlyifOpen {
  display: inline-block;
}

.showonlyifOpen {
  display: none;
}

.salomeDzClosed .showonlyifClosed {
  display: inline-block;
}

.showonlyifClosed {
  display: none;
}

/* File */
.dz-file-preview {
  position: relative;
  width: inherit;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  border-top: solid 1px #eee;
}

.dz-filename {
  max-width: 87%;
  width: 87%;
  float: left;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  /* 	width: 100%; */
  unicode-bidi: embed;
}

.dz-filename:hover {
  white-space: normal;
  word-break: break-all;
  text-overflow: initial;
}

.salome-dz-status-icon {
  float: right;
}

.dz-error-mark,
.dz-error-message,
.dz-warning-message,
.dz-success-mark {
  display: none;
}

.dz-error-message {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 4px;
  border-radius: 4px;
  max-width: 87%;
  width: 87%;
}

.dz-warning-message {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 4px;
  border-radius: 4px;
}

.dropzone-previews .dz-error .dz-error-mark,
.dropzone-previews .dz-error .dz-error-message {
  display: inline-block;
}

.dropzone-previews .dz-warning .dz-warning-message {
  display: inline-block;
}

.dropzone-previews .dz-success .dz-success-mark {
  display: inline-block;
}

.dropzone-previews .dz-success .salome-dz-cancel {
  display: none;
}

.dropzone-previews .dz-success .dz-progress {
  display: none;
}

.dz-error-message {
  max-width: 87%;
  float: left;
}

.dropzone-previews .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  right: 50px;
  top: 30%;
  width: 80px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone-previews .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone-previews .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone-previews .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone-previews .dz-preview:not (.dz-processing ) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.ipad-syncerrorformat {
  display: inline-block;
  margin-left: 30px;
}
/* ------------------------------------------------------------------- */
/* Share - Rest */
/* ------------------------------------------------------------------- */
.name_head {
  padding-left: 42px;
}

.salome_icon.dontshowme {
  color: DimGrey;
  font-size: 1.1em;
}

.fa-stack {
  padding-right: 12px;
  height: 1.4em;
  line-height: 1.4em;
}

.notsynced {
  border: 1px solid #a30b1a;
}

.overflow {
  overflow-x: auto;
}

.salome_nav_tab_row {
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #a30b1a;
}

.salome_nav_tab {
  padding: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.salome_nav_tab:first-child:nth-last-child(1) {
  width: 50%;
}

.salome_nav_tab:first-child:nth-last-child(2),
.salome_nav_tab:first-child:nth-last-child(2) ~ .salome_nav_tab {
  width: 45%;
}
.salome_nav_tab:first-child:nth-last-child(3),
.salome_nav_tab:first-child:nth-last-child(3) ~ .salome_nav_tab {
  width: 25%;
}

#share_tab_row_short {
  display: none;
}

.share_drop {
  float: left;
}

.share_crumb {
  padding: 5px;
  float: left;
}

.share_crumb > .fa {
  padding-right: 2px;
}

.share_header_icon {
  padding: 10px 0px 10px 0px;
  float: right;
}

#modalWarningText {
  -ms-word-break: normal;
  word-break: normal;
}

/*-------------------------------------*/
/*SHOWME */
/*-------------------------------------*/
.showme {
  display: none;
  float: left;
}

.dontshowme {
  float: left;
  display: block;
}

.showhim:hover .showme {
  display: block;
}

.showhim:hover .dontshowme {
  display: none;
}
/* ---------------------------------------------------------------------------- */
/*-----------------------------------------*/
/* Custom Dropdown*/
/*-----------------------------------------*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content label {
  font-weight: normal;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.salome_icon_col .dropdown-content {
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  text-align: left;
}

.filter_dropdown {
  padding: 5px;
}

.filter_active {
  border: 1px solid #a30b1a;
  border-radius: 15px;
  background-color: #a30b1a;
}

.filter_active > .fa {
  color: white;
}

.dropdwnbtn {
  background-color: #a30b1a;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  outline: none;
}

/* ---------------------------------------------------------------------------- */
/*-----------------------------------------*/
/* Forum*/
/*-----------------------------------------*/

.post-cell {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.posts-grid {
  border: 1px solid #dedede;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.post-row-header {
  overflow: auto;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  background-color: #f9f9f9;
  border-bottom: 1px solid #a30b1a;
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  max-height: 150px;
  min-height: 45px !important;
  margin-bottom: 0;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fabutton {
  background: none;
  padding: 0px;
  border: none;
}

.topic-heading {
  color: black;
}

.salome-clickable-header {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}

/* ---------------------------------------------------------------------------- */
/*-----------------------------------------*/
/*-----------------------------------------*/
/*Breakpoint 980px*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media (max-width: 980px) {
  #sidebar-wrapper {
    top: 65px;
    margin-top: 0px;
    left: 0;
  }
  #page-content-wrapper {
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 10px;
    margin: 0 auto auto auto;
  }
  .dashb_container {
    padding-left: 0px;
    padding-right: 15px;
  }
  #plugin-content-wrapper {
    padding-left: 5px;
    padding-top: 60px;
    height: 100%;
  }
  .input_file {
    width: 150px;
  }
  /* 	Die Filter Dropdowns werden nun nach links geöffnet, da sie sonst über den Rand hinausstehen */
  .filter_dropdown > .dropdown-content {
    margin-left: -150px;
  }
  .hiding_cells {
    display: none;
  }
  .box-header-text {
    width: 75%;
  }
  .salome_nav_row_link {
    font-size: 16px;
  }
  .share_crumb {
    padding: 8px;
  }
  .share_header_icon {
    padding: 9px 0px 8px 0px;
  }
}

/*-----------------------------------------*/
/*-----------------------------------------*/
/*Breakpoint 760px*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media (max-width: 760px) {
  #share_tab_row_short {
    display: flex;
  }
  #share_tab_row_long {
    display: none;
  }
}

/*-----------------------------------------*/
/*-----------------------------------------*/
/*Breakpoint 530px*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media (max-width: 530px) {
  #menu_wrapper {
    width: 100%;
  }

  /*Logos werden zum Platz sparen ausgeblendet*/
  .header-logo {
    display: none;
  }
  /*Aufgrund des neuen Menï¿½ Balkens muss der Inhalt nach unten verschoben werden*/
  #page-content-wrapper {
    padding-top: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .dashb_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #salome_header_center {
    display: table-cell;
    vertical-align: middle;
  }
  #salome_header {
    position: fixed;
    width: 100%;
    box-shadow: 2px 0 5px #aaa;
    height: 50px;
    background-color: white;
    display: table;
  }
  #salome_navicon {
    position: static;
    margin: auto auto auto 15px;
    float: left;
  }
  #header-wrapper {
    position: static;
    margin: 3px 0px auto auto;
    float: right;
    padding: 5px 5px 5px 5px;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
  }
  #salome_header_location {
    margin-right: 0px;
  }
  /* Bei kleinen Breiten wird die Spalte Rolle ausgeblendet  */
  .administration_role_col {
    display: none;
  }
  .login-panel {
    box-shadow: none;
  }
  .input_file {
    width: 100px;
  }
  /* 	Bei kleinen Auflösungen wird die Zellengröße der Buttons im Header erhöht weil es sonst Probleme auf Nexus Geräten gab */
  #fileshare_items .salome_breadcrumb_row .salome_icon_col {
    max-width: 30px;
    min-width: 30px;
    width: 30px;
  }
  .box-header-text {
    width: 70%;
  }
}

/*-----------------------------------------*/
/*-----------------------------------------*/
/*Breakpoint 450px*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media (max-width: 450px) {
  .showme {
    display: block;
  }
  .dontshowme {
    display: none;
  }
}

/*-----------------------------------------*/
/*-----------------------------------------*/
/*Breakpoint 400px*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media (max-width: 400px) {
  /* 	Falls noch weniger platz ist werden der Username und das Location Icon ausgeblendets */
  #salome_header_username {
    display: none;
  }
  #salome_header_location {
    display: none;
  }
  /* 	Bei sehr kleinen Displays werden die Icons hier vertikal angezeigt */
  .box-header-text {
    width: 65%;
  }
  .box-header-icons {
    width: 30px;
  }
  .box-icon {
    float: left;
  }
  #salomeDropzone {
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
}

/*-----------------------------------------*/
/*-----------------------------------------*/
/*Breakpointv1 VERTICAL! 800px*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media (max-height: 800px) {
  .sidebarRowGroupHead {
    display: table-row;
  }
  .sidebarRowGroup {
    display: none;
  }
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/*Breakpointv1 VERTICAL! 900px*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media (max-height: 900px) {
  #sidebar-wrapper {
    top: 65px;
    margin-top: 0px;
  }
}

.plugin_content {
  position: absolute;
  top: 40px;
  bottom: 20px;
  left: 70px;
  right: 10px;
  z-index: -1;
}

.onoffswitch {
  position: relative;
  width: 63px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 0px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 12px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #c21f1f;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #cccccc;
  color: #333333;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 14px;
  margin: 0px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 49px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
