/*STYLE ALWAYS */
/*STYLE LIVE */
/*STYLE STRUCTURE*/
/*.dinA4_structure .compcontainer:before {
    content: "Spalte: " attr(id);
 }
*/
/*STYLE EDIT */
/* FIXES */
/*wysiwyg_editor*/
/*
        Font Sizes
        fs represents the font-size attribute; therefore,
        fs-five would be the equivalent to font-size: 5;
*/
/*VALIDATION OF FORMS **/
/*VALIDATION OF SERVER */
/*SELECT2 INVALID */
.konsentas body {
  background: #eee;
}
.konsentas body [class*=flaticon-]:before {
  margin-left: 0px;
}
.konsentas #formpage_wrapper {
  display: block;
  border: 1px solid #d1d1d1;
  margin: 125px auto 20px auto;
  max-width: 230mm;
  min-height: 305mm;
  background-color: #fff;
  position: relative;
  padding: 1.8mm 3.4mm 11.7mm 3.4mm;
}
.konsentas #formpage_wrapper img {
  max-width: 100%;
}
.konsentas #formpage .formrow {
  min-height: 30px;
}
.konsentas #formpage .compcontainer {
  min-height: 30px;
}
.konsentas #formpage .component {
  min-height: 30px;
}
.konsentas #formpage .header {
  width: 100%;
}
.konsentas #formpage textarea {
  resize: none;
}
.konsentas #formpage .footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.konsentas footer {
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 10px;
  padding-top: 50px;
  color: #888;
}
.konsentas footer a {
  color: #666;
}
.konsentas footer a:hover {
  color: #222;
}
.konsentas .dinA4_live .hiddenRow {
  display: none !important;
}
.konsentas .dinA4_live [draggable] {
  cursor: default;
}
.konsentas .inputNotvalid {
  background: lightcoral;
}
.konsentas .inputNotvalid input:not([type=radio]):not([type=checkbox]) {
  background-color: #FDD;
  box-shadow: 0px 0px 3px 0px red;
}
.konsentas .inputNotvalid select {
  background-color: #FDD;
  box-shadow: 0px 0px 3px 0px red;
}
.konsentas .inputNotvalid textarea {
  background-color: #FDD;
  box-shadow: 0px 0px 3px 0px red;
}
.konsentas .inputNotvalid label span {
  color: #F55;
}
.konsentas .dinA4_structure .component {
  opacity: 0.4;
}
.konsentas .dinA4_structure .component * {
  pointer-events: none;
}
.konsentas .dinA4_structure .component input {
  cursor: move;
}
.konsentas .dinA4_structure .formrow {
  background-color: #FFF5F5;
}
.konsentas .dinA4_structure .formrow:before {
  content: "\f0a4";
  position: absolute;
  left: -32px;
  display: inline-block;
  font: normal normal normal 23px/1.2 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1004;
}
.konsentas .dinA4_structure .compcontainer {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #F5FFF5;
}
.konsentas .dinA4_edit .row.options {
  border: 0px dashed rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  background-color: #eee;
  padding: 15px;
  position: relative;
}
.konsentas .dinA4_edit .row.options:hover {
  border: 0px dashed rgba(0, 0, 0, 0.2);
}
.konsentas .dinA4_edit .compcontainer.drophover {
  background: #edd;
  position: relative;
}
.konsentas .dinA4_edit .compcontainer.drophover:after {
  bottom: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.konsentas .dinA4_edit .compcontainer.drophover:before {
  bottom: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #888;
  border-width: 8px;
  margin-left: -8px;
}
.konsentas .dinA4_edit .component.drophover {
  background: #ddd !important;
  position: relative;
}
.konsentas .dinA4_edit .component.drophover:after {
  top: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #888;
  border-width: 8px;
  margin-left: -8px;
}
.konsentas .dinA4_edit .component.isDragging {
  opacity: 0.25;
  position: relative;
}
.konsentas .dinA4_edit .compcontainer.isDragging {
  opacity: 0.25;
  position: relative;
}
.konsentas .dinA4_edit .component {
  border: 1px dashed rgba(0, 0, 0, 0);
}
.konsentas .dinA4_edit .component * {
  pointer-events: none;
}
.konsentas .dinA4_edit .component:hover {
  border: 1px dashed rgba(0, 0, 0, 0.5);
  background-color: #F5F5FF;
  cursor: move;
}
.konsentas .dinA4_edit .component input {
  cursor: move;
}
.konsentas .dinA4_edit .editnow {
  border: 3px solid rgba(0, 0, 0, 0.5) !important;
}
.konsentas .dinA4_edit .formrow:hover {
  background-color: #FFF5F5;
}
.konsentas .dinA4_edit .compcontainer {
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.konsentas .dinA4_edit .compcontainer:hover {
  border: 1px dashed rgba(255, 0, 0, 0.5);
  background-color: #F5FFF5;
}
.konsentas .dinA4_edit .header {
  border-bottom: 1px dotted #d1d1d1;
}
.konsentas .dinA4_edit .footer {
  border-top: 1px dotted #d1d1d1;
}
.konsentas .component.drophover:before {
  top: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.konsentas .toolbar {
  min-height: 40px;
}
.konsentas .toolbar button {
  cursor: move;
}
.konsentas a:not([href]) {
  cursor: pointer;
}
.konsentas a .c_design:hover {
  color: #9BCA9B;
}
.konsentas a .c_form:hover {
  color: #BFCCE4;
}
.konsentas a .c_store:hover {
  color: #BD93CD;
}
.konsentas a .c_rule:hover {
  color: #CD9393;
}
.konsentas [draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  cursor: move !important;
}
.konsentas .wysiwyg_editor {
  max-height: 250px;
  height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none;
  overflow: scroll;
  min-height: 150px;
  max-height: 450px;
}
.konsentas .wysiwyg_editor:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.konsentas div[data-role=editor-toolbar] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.konsentas .dropdown-menu a {
  cursor: pointer;
}
.konsentas .btn-toolbar {
  padding: 10px 0px 10px 0px;
}
.konsentas [contentEditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder);
}
.konsentas .imgUpload {
  width: 0;
  height: 0;
  position: absolute;
}
.konsentas .fs-Four {
  font-size: large;
}
.konsentas .fs-Two {
  font-size: small;
}
.konsentas .fs-One {
  font-size: x-small;
}
.konsentas .fs-Three {
  font-size: medium;
}
.konsentas .fs-Five {
  font-size: x-large;
}
.konsentas .formpage_notification p {
  display: block;
  unicode-bidi: embed;
  white-space: pre-line;
}
.konsentas #formpage_comments {
  float: right;
  position: fixed;
  margin: 0px 10px;
  right: 0px;
  top: 150px;
  max-width: 450px;
  z-index: 5052;
  padding: 20px 10px;
}
.konsentas #formpage_comments .alert {
  border: 1px solid;
  padding: 10px;
  min-width: 300px;
}
.konsentas #formpage_comments:empty {
  display: none;
}
.konsentas .btn-group.windowoptions {
  margin-top: -15px;
  margin-right: -15px;
}
.konsentas .options {
  background: #ddd;
  border: 1px solid;
  z-index: 1010;
  position: absolute;
  margin: auto;
  padding: 15px;
}
.konsentas .form_name {
  display: inline-block;
  font-size: 24px;
  margin: 0px;
  float: left;
  color: #333;
  padding: 5px 5px 0px 8px;
  margin-top: 13px;
}
.konsentas .form_name:empty {
  border: 1px dashed #F00;
}
.konsentas .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.konsentas .nav > li > a:first-child {
  padding-left: 8px;
}
.konsentas .navbar-light {
  background-color: #fff;
}
.konsentas .firstcontainer {
  padding-top: 132px;
  min-height: 700px;
}
.konsentas .navtoolbar {
  width: 100%;
  background-color: #eee;
  padding: 0px 0px 0px 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 1px 0 0 #fff;
}
.konsentas .navtoolbar .toolbar_separator {
  border-left: 1px solid #d5d5d5;
  height: 33px;
  margin: 0 5px 0 4px;
  vertical-align: top;
  width: 1px;
  display: inline-block;
}
.konsentas .navtoolbar .btn-default {
  color: #333;
  font-size: 19px;
  background-color: transparent;
  border: 1px solid #eee;
  margin: 1px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}
.konsentas .navtoolbar .btn-default:hover {
  background-color: #eDeDeD;
  border-color: #ccc;
  color: #000;
}
.konsentas .navbar-brand {
  height: 40px;
}
.konsentas .navbar-brand img {
  width: 150px;
}
.konsentas .navbar-brand svg {
  width: 150px;
}
.konsentas .navbar-brand #svg_logo_girona {
  fill: #931633;
  font-family: sans-serif;
  font-size: 40px;
  letter-spacing: 1.6px;
  line-height: 125;
  word-spacing: 0;
  letter-spacing: 1.3px;
  transition-duration: 0.5s;
}
.konsentas .navbar-brand #svg_logo_forms {
  fill: #797e86;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 125;
  word-spacing: 0;
  font-size: 35px;
  transition-duration: 0.5s;
}
.konsentas .navbar-brand #svg_logo_editor {
  fill: #1C881C;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 125;
  word-spacing: 0;
  font-size: 35px;
  transition-duration: 0.5s;
}
.konsentas .navbar-brand #svg_logo_red {
  fill: #931633;
  transition-duration: 0.5s;
}
.konsentas .navbar-brand #svg_logo_grey {
  fill: #797e86;
  transition-duration: 0.5s;
}
.konsentas .navbar-brand:hover #svg_logo_red {
  fill: #797e86;
}
.konsentas .navbar-brand:hover #svg_logo_grey {
  fill: #931633;
}
.konsentas .navbar-brand:hover #svg_logo_girona {
  text-shadow: 3px 3px 12px #931633;
}
.konsentas .navbar-brand:hover #svg_logo_forms {
  text-shadow: 3px 3px 12px #797e86;
}
.konsentas .navbar-brand:hover #svg_logo_editor {
  text-shadow: 0px 0px 12px #1C881C;
}
.konsentas .navbar-form {
  margin-top: 3px;
  margin-bottom: 0px;
}
.konsentas .navbar .collapse {
  margin-left: 165px;
}
.konsentas .navbar .collapse .nav_account {
  float: right;
}
.konsentas .navbar .collapse.in {
  margin-left: 0px;
}
.konsentas .navbar .nav_account {
  font-size: 10px;
  padding: 14px 0px 0px 0px;
}
.konsentas table.dataTable .highlight {
  background-color: #FFFF88;
}
.konsentas btn-drag {
  cursor: move;
}
.konsentas #editor_toolbar_div {
  min-height: 33px;
}
.konsentas .icon_big {
  font-size: 45px;
  display: block;
  margin: auto;
  font-size: 45px;
  display: block;
  margin: auto;
}
.konsentas .icon_big:before {
  font-size: 128px !important;
  font-weight: 100;
}
.konsentas .bigicon_row a {
  text-align: center;
  color: #777;
}
.konsentas .bigicon_row a:hover {
  text-decoration: none;
  color: #444;
}
.konsentas .c_design {
  color: #1C881C;
}
.konsentas .c_form {
  color: #3794DD;
}
.konsentas .c_store {
  color: #7C279B;
}
.konsentas .c_rule {
  color: #9B2727;
}
.konsentas .thumbnail .caption {
  margin: 5px;
  height: 45px;
  padding: 3px;
  text-align: center;
  overflow: hidden;
}
.konsentas .inputvalid input:not([type=radio]):not([type=checkbox]) {
  background-color: #DFD;
  box-shadow: 0px 0px 3px 0px green;
}
.konsentas .inputvalid select {
  background-color: #DFD;
  box-shadow: 0px 0px 3px 0px green;
}
.konsentas .inputvalid textarea {
  background-color: #DFD;
  box-shadow: 0px 0px 3px 0px green;
}
.konsentas .inputvalid label span {
  color: #5F5;
}
.konsentas input[type=checkbox]:valid + label {
  color: green;
}
.konsentas .servervalidation_failed {
  background-color: #FDD;
  box-shadow: 0px 0px 3px 0px red;
}
.konsentas select.servervalidation_failed + span.select2 span.selection span {
  background-color: #FDD;
  box-shadow: 0px 0px 3px 0px red;
}
.konsentas #canvas:hover {
  cursor: url("../../images/pencil-24.png") 0 24, auto;
}
.konsentas .maintenance-background {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23f0f0f0' fill-opacity='0.4'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.konsentas .tooltip {
  z-index: 100;
}
.konsentas .fc-list-heading {
  background: #eee;
  font-weight: 700;
}
.konsentas .fc-widget-header {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.konsentas .fc-list-table th {
  border-width: 1px 0 0 !important;
  padding: 8px 14px !important;
}
@media (max-width: 992px) {
  .konsentas #formpage .formrow {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .konsentas .navbar-brand img {
    width: 100px;
    margin-top: -7px;
  }
  .konsentas .navbar-brand svg {
    width: 100px;
    margin-top: -7px;
  }
  .konsentas .navbar .collapse.in .nav_account {
    float: left;
  }
  .konsentas .row {
    margin-right: 0px;
  }
}
@media print {
  .konsentas nav {
    display: none;
  }
  .konsentas #formpage_comments {
    display: none;
  }
  .konsentas #formpage_save {
    display: none;
  }
  .konsentas ::-webkit-input-placeholder {
    color: transparent;
    color: white;
  }
  .konsentas :-moz-placeholder {
    color: transparent;
    color: white;
  }
  .konsentas ::-moz-placeholder {
    color: transparent;
    color: white;
  }
  .konsentas :-ms-input-placeholder {
    color: transparent;
    color: white;
  }
  .konsentas :placeholder-shown {
    color: transparent;
  }
  .konsentas .input-buttons {
    display: none;
  }
  .konsentas #formpage_wrapper {
    max-width: 230mm;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px solid #d1d1d1;
    box-shadow: none;
  }
  .konsentas [class*=col-sm-] {
    float: left !important;
  }
  .konsentas [class*=col-md-] {
    float: left !important;
  }
  .konsentas .col-md-12 {
    width: 100%;
  }
  .konsentas .col-sm-12 {
    width: 100%;
  }
  .konsentas .col-md-11 {
    width: 91.6666666667%;
  }
  .konsentas .col-sm-11 {
    width: 91.6666666667%;
  }
  .konsentas .col-md-10 {
    width: 83.3333333333%;
  }
  .konsentas .col-sm-10 {
    width: 83.3333333333%;
  }
  .konsentas .col-md-9 {
    width: 75%;
  }
  .konsentas .col-sm-9 {
    width: 75%;
  }
  .konsentas .col-md-8 {
    width: 66.6666666667%;
  }
  .konsentas .col-sm-8 {
    width: 66.6666666667%;
  }
  .konsentas .col-md-7 {
    width: 58.3333333333%;
  }
  .konsentas .col-sm-7 {
    width: 58.3333333333%;
  }
  .konsentas .col-md-6 {
    width: 50%;
  }
  .konsentas .col-sm-6 {
    width: 50%;
  }
  .konsentas .col-md-5 {
    width: 41.6666666667%;
  }
  .konsentas .col-sm-5 {
    width: 41.6666666667%;
  }
  .konsentas .col-md-4 {
    width: 33.3333333333%;
  }
  .konsentas .col-sm-4 {
    width: 33.3333333333%;
  }
  .konsentas .col-md-3 {
    width: 25%;
  }
  .konsentas .col-sm-3 {
    width: 25%;
  }
  .konsentas .col-md-2 {
    width: 16.6666666667%;
  }
  .konsentas .col-sm-2 {
    width: 16.6666666667%;
  }
  .konsentas .col-md-1 {
    width: 8.3333333333%;
  }
  .konsentas .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .konsentas .icon_big:before {
    font-size: 128px !important;
    font-weight: 100;
  }
}
@media (max-width: 768px) {
  .konsentas .icon_big:before {
    font-size: 48px !important;
    font-weight: 100;
  }
}

/*# sourceMappingURL=style.css.map */
