
/*  ########################  flexlayout        #########################  */

body {
    min-height: 100%;
}

.flexlayout-header.fullsize {
    height: 0px;
}

.flexlayout-main {
    position: relative;
    z-index: 2;
}

.flexlayout-content.fullsize {
    top: 0px;
}

.flexlayout-footer {
    width: 100%;
    z-index: 1;
}

.flexlayout-footer-content {
    display: inline-block;
    width: 99.5%;
    vertical-align: bottom;
}

.flexlayout-footer-bottom {
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    width: 0;
}
/*  ########################  rights        #########################  */

.rights {
    position: absolute;
    z-index: 11;
    border-radius: 0 10px 10px 0;
    background-color: #DBDAD5;
}

.rights .headline {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.rights .close {
    height: 20px;
    font-size: 26px;
    font-weight: 600;
    line-height: 15px;
    color: #787669;
    float: right;
    cursor: pointer;
}

.rights span {
    margin: 2px 10px 2px 5px;
}

/*  ########################  iframe        #########################  */
.modal-bar {
    position: absolute;
    width: 100%;
    height: 65px;
}

.modal-bar h4 {
    color: white;
    line-height: 65px;
    padding-left: 15px;
    font-size: 24px;
    font-weight: 500;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 100;
}

.modal-iframe {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    overflow: auto;
}
.modal-iframe.iframe-only {
    overflow: hidden;
    background-color: #ffffff;
}
.modal-iframe.iframe-only.news-iframe iframe {
    padding-top: 65px;
    padding-bottom: 51px;
}

.faq .modal-button,
.faq .modal-button:after {
    color: white;
}

.modal-button-outer.faq {
    top: 10px;
}

.modal-news-footer {
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
}
.modal-news-footer label {
    font-size: 14px;
    font-weight: bold;
}

.stats,
.iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.stats {
    background-color: #fff;
}
.stats-dates {
    margin: 10px;
    text-align: center;
}

.stats-dates label {
    padding: 0 5px 0 10px;
    color: #b4032f;
}

.stats-month {
    display: inline-block;
    width: 100px;
}

.stats-year,
.stats-month,
.stats-day {
    padding-right: 5px;
    background-color: #fff;
    color: #b4032f;
}

.stats-send {
    color: #fff;
    background-color: #b4032f;
}

.stats-year option,
.stats-month option {
    background-color: #fff;
    color: #b4032f;
}

.stats-send {
    margin-left: 10px;
    padding: 2px 10px;
    border: none;
    cursor: pointer;
}

.stats-header {
    padding: 20px 20px 0;
    font-family: 'Lato';
    font-size: 64px;
    font-weight: 300;
    line-height: 76px;
    letter-spacing: 2px;
    color: #b4032f;
    text-align: center;
}

.stats-text {
    margin: 15px 0 10px;
    font-size: 12px;
    font-style: italic;
    color: #b4032f;
}

.stats-table {
    margin: 0 auto 20px;
    border-collapse: collapse;
    border: 2px solid #b4032f;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 200;
    color: #b4032f;
}

.stats-table tr:first-child {
    font-weight: bold;
    color: #fff;
    background-color: #b4032f;
}

.stats-table tr.newGroup {
    border-top: 2px solid #b4032f;
}


.stats-table td {
    border: 1px solid #666;
    padding: 5px;
    text-align: center;
}

.stats-table td:first-child {
    text-align: left;
}

.modal-video {
    position: absolute;
    width: 812px;
    height: 458px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    box-sizing: initial;
}

.modal-video video {
    width: 100%;
    height: 100%;
}

.modal-button-outer {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
}
.modal-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
    box-sizing: content-box;
}

.modal-video .modal-button,
.modal-video .modal-button:after {
    color: #fff;
}

/*  ########################  genaral        #########################  */

/*  Code39Azalea Copyright 2012 Jerry Whiting (CC BY-ND 3.0) azalea.com/web-fonts/  */
@font-face {
    font-family: 'Code39Azalea';
    src: url('../css/fonts/Code39Azalea.eot') format('embedded-opentype'), /* IE9 Compat Modes */
        url('../css/fonts/Code39Azalea.woff') format('woff'),             /* Modern Browsers */
        url('../css/fonts/Code39Azalea.ttf') format('truetype'),          /* Safari, Android, iOS */
        url('../css/fonts/Code39Azalea.svg#Code39Azalea') format('svg');  /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.highlight {
    top: 1px;
    left: 1px;
    box-shadow: inset 0px 0px 10px 5px rgba(255,255,255,0.5);
}

.side-menu-bubble,
.side-menu-disable {
    position: absolute;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    z-index: -1;
}

.side-menu-item.disabled .side-menu-bubble,
.side-menu-item.disabled .side-menu-disable {
    z-index: 1;
}

.side-menu-bubble-text {
    position: absolute;
    direction: inline-block;
    margin: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 100;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    color: transparent;
    transition: all 0.5s ease-out;
}

.side-menu-item.disabled .side-menu-bubble .side-menu-bubble-text.show,
.side-menu-item.disabled .side-menu-bubble:hover .side-menu-bubble-text {
    background-color: white;
    color: #222;
    border-color: #222;
}
.side-menu-item.disabled .side-menu-bubble:hover .side-menu-bubble-text {
    transition: all 0.5s ease-out 0.5s;
}
.side-menu-item.disabled .side-menu-bubble .side-menu-bubble-text.show {
    transition: all 0.5s ease-out 0s;
}

.barcode {
    display: inline-block;
    margin-top: 5px;
    font-family: 'Code39Azalea';
    font-size: 34px;
}
/*  ########################  header         #########################  */
/*  ########################                       ###############  */
.header {
    position: relative;
    margin: 0;
    z-index: 10;
}

.header-container {
    position: relative;
}

.header-logo {
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

/*  ########################  header menu          ###############  */

.header-menu {
    display: inline-block;
    height: 68px;
    font-weight: 400;
    white-space: nowrap;
}

.header-menu .header-menu-item {
    display: inline-block;
}

.header-menu.visible {
    visibility: visible;
}

.header-menu.hidden {
    visibility: hidden;
}

.header-menu-item {
    cursor: pointer;
}

.header-menu-item.inactive {
    color: #ccc;
    cursor: default;
}


/*  ########################  header menu language ###############  */
.header-menu-language {
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
}

.header-menu-language-image {
    display: inline-block;
    border-width: 9px 10px 9px 10px;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;
}

.header-menu-language-dropdown {
    display: none;
    position: absolute;
    width: 42px;
    height: auto;
    padding-top: 5px;
    white-space: normal;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 1);
}

.header-menu-language-dropdown {
    top: 35px;
    right: 0px;
}

.header-menu-language-dropdown.open {
    display: block;
    z-index: 1;
}

.header-menu-language-dropdown .header-menu-language-image:hover {
    border-color: #b4032f;
}

/*  ########################  header menu small    ###############  */
.header-menu-icon {
    position: absolute;
    top: 23px;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.header-menu-small {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    padding-top: 5px;
    background-color: rgba(0,0,0,0.5);
    overflow-x: hidden;
    overflow-y: auto;
}

.header-menu-small .header-menu-item {
    display: block;
    height: 68px;
    margin: 6px 0;
    color: #fff;
    cursor: pointer;
}

.header-menu-small-item-close {
    display: block;
    height: 51px;
    margin: 5px 0;
    padding: 10px 61px;
    background-color: #d3d3d3;
    cursor: pointer;
}

/*  ########################  form           #########################  */
.form-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
    z-index: 100;
}

.form-content {
    width: 600px;
    max-width: 100%;
    margin: 30px auto;
    padding-top: 15px;
    background-color: white;
}

.form-header {
    height: 88px;
    margin: 0 15px;
    padding: 0 15px;
    font-size: 21px;
    font-weight: normal;
    line-height: 88px;
    color: #fff;
}

.form-panel-input {
    margin: 35px 0 0;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.form-panel-check {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.form-panel-check input {
    margin-right: 5px;
}

.form-link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    float: right;
    text-decoration: none;
    cursor: pointer;
}

.form-text {
    margin: 25px 0 10px;
    font-size: 21px;
    font-weight: 300;
    color: #333333;
}

.mail .form-text,
.register .form-text,
.getHelp .form-text {
    margin: 10px 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.form-error {
    margin: 5px 0 -5px;
    font-size: 14px;
    font-weight: normal;
    color: #772818;
}

.form-label {
    display: inline-block;
    width: 25%;
    height: 26px;
    margin-top: 5px;
    font-size: 14px;
}

.form-input {
    width: 100%;
    height: 46px;
    margin-top: 15px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    background-color: #eeeeee;
    border-radius: 3px;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-input::placeholder {
    color: #ccc;
}

.register .form-input,
.getHelp .form-input {
    width: 50%;
    height: 26px;
    margin-top: 2px;
    padding: 5px 8px;
    font-size: 14px;
}

.form-dropdown {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 26px;
    margin-top: 2px;
    padding: 0px 3px;
    font-size: 14px;
    background-color: #eeeeee;
    border-radius: 3px;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-dropdown:focus,
.form-textarea:focus,
.form-input:focus {
    border-color: #4d1a0f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc4529;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc4529;
}
.form-textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.33;
    background-color: #eeeeee;
}

.form-textarea:focus,
.form-send:focus,
.form-cancel:focus {
    outline: 0;
}

.form-cancel {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    color: #ffffff;
    background-color: #1a1a1a;
    border: 1px solid #0d0d0d;
    cursor: pointer;
}

.form-send {
    margin-left: 5px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    color: #ffffff;
    border: 1px solid #9b0328;
    cursor: pointer;
}

.form-send.left {
    float: left;
}

.form-send.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: auto;
}

.form-panel-button {
    text-align: right;
    margin: 0;
    padding: 15px;
}

/*  ########################  content        #########################  */
.content {
    margin: 0 auto;
}

/*  ########################  main           #########################  */
/*  ########################                  ####################  */
a.imprint {
    padding: 0 5px;
    cursor: pointer;
}

.main {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*  ########################  main steps      ####################  */
.main-steps {
    position: relative;
    display: flex;
    height: 50px;
    margin-bottom: 5px;
}

.main-steps-step {
    display: inline-block;
    width: 33.3%;
    position: relative;
    flex: 1;
    text-align: center;
    padding-right: 15px;
    line-height: 50px;
    font-size: 20px;
    color: #bbb;
    cursor: pointer;
}

.main-steps-step.active {
    color: #fff;
}

.main-steps-step:not(:last-child):before {
    right: 0;
    border-width: 25px 5px 25px 15px;
}

.main-steps-step:not(:first-child):after {
    left: -14px;
    border-width: 25px 0px 25px 15px;
}

.main-steps-step.active:after {
    border-color: rgba(180, 3, 38, 1);
}

.main-steps-step:not(:last-child):before,
.main-steps-step:not(:first-child):after {
    content: '';
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-left-color: transparent;
}
/*  ########################  main elements   ####################  */
.main-elements {
    display: none;
}

/*  ########################  main frontview  ####################  */
.frontview {
    position: relative;
    height: 100%;
    vertical-align: top;
}

.frontview.fullsize {
    margin-right: 0px;
}

.frontview-startscreen {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.frontview-startscreen img {
    display: block;
    width: 100%;
}

.frontview-intro {
    position: absolute;
    display: inline-block;
    width: 80%;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    margin: 15% 10% 0;
    font-size: 34px;
}

.frontview-intro.startscreen {
    width: 100%;
    margin: 15% 0 0;
    color: white;
    margin-top: 65%;
}

.size-show {
    position: absolute;
    display: inline-block;
    z-index: 3;
}

.size-show.width {
    top: 0;
}

.size-show.height.left{
    left: 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}

.size-show.height.right {
    right: 0;
    transform: rotate(90deg);
    transform-origin: top right;
}

.size-value,
.size-label {
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    background-color: rgba(255,255,255, 1);
    border-style: solid;
}

.size-label {
    display: none;
    border-width: 1px 1px 0 1px;
    font-weight: bold;
}

.size-value {
    border-width: 1px;
}

.frontview .canvas {
    position: absolute;
    cursor: pointer;
}

.frontview .canvas.disabled {
    /*opacity: 0.5;*/
    z-index: 2;
}

.frontview .canvas .hinge.disabled,
.frontview .canvas .latch.disabled {
    opacity: 0.5;
}

.frontview .canvas .hinge.disabled:after,
.frontview .canvas .latch.disabled:after {
    width: 0;
    height: 0;
}

.frontview .canvas .disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    opacity: 0.5;
}

.frontview .canvas svg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: visible;
}

.frontview .canvas.ground svg {
    z-index: 0;
}

.frontview .canvas svg path {
    stroke: none;
    stroke-width: 1px;
}

.frontview .canvas svg path.hinge {
    stroke: #999;
    fill: #999;
}

.frontview .canvas svg path.door.graphit {
    stroke: #64645f;
    fill: #64645f;
}

.frontview .canvas svg path.door.terra {
    stroke:  #77604f;
    fill:  #77604f;
}

.frontview .canvas svg path.poleBase {
    fill: grey;
    opacity: 0.5;
}

.frontview .canvas svg path.white {
    fill: white;
    opacity: 0.3;
}

.frontview .canvas.disabled svg path.white {
    /*fill: none;*/
}

.frontview .canvas text {
    fill: #000;
    stroke: none;
    stroke-width: 1;
    font-size: 13px;
    font-family: arial;
}

.frontview .canvas.disabled text {
    fill: #888;
    font-size: 12px;
}

.hinge,
.latch,
.pole,
.bar,
.door,
.slat,
.plain,
.wave,
.zigzag,
.gap,
.canvas-line {
    position: absolute;
    display: inline-block;
    transform-origin: left;
}

.canvas-ground {
    position: absolute;
    height: 500px;
}

.frontview .handle {
    fill: #222;
}

.frontview .hole {
    fill: #333;
}

.frontview .latch {
    fill: grey;
}

.frontview .pole {
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 5;
}

.slat {
    background-repeat: repeat;
    z-index: 3;
}

.door.horizontal,
.bar.horizontal {
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 3;
}

.door.vertical,
.bar.vertical {
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 3;
}

.plain {
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 0;
}

.canvas-line {
    display: none;
}

.view-scale.old {
    display: none;
}

/*  ########################  main topview    ####################  */
.topview {
    position: relative;
    vertical-align: top;
    z-index: 1;
}

.topview-cont {
    position: relative;
}

.topview-box {
    position: relative;
    padding-left: 50px;
    overflow-x: auto;
    overflow-y: hidden;
}

.topview-container {
    margin: 0 auto;
    position: relative;
    box-sizing: initial;
}

.topview-container.fullsize {
    padding-right: 0px;
}

.topview .canvas {
    transform-origin: left;
    cursor: pointer;
    /*border: 1px solid green;*/
}

.topview .canvas.disabled :not(.selected) {
    opacity: 0.5;
}

.topview .canvas.selected + .canvas .pole.left {
    opacity: 1;
}

.topview .canvas text {
    fill: #000;
    stroke: none;
    stroke-width: 1;
    font-size: 12px;
    font-family: arial;
}

.topview .canvas.selected text {
    stroke: #000;
    font-size: 13px;
}

.topview .baseline {
    position: absolute;
    border-top: 1px solid red;
    height: 0px;
    transform-origin: left;
}

.topview svg {
    position: absolute;
    width: 100px;
    height: 100px;
}

.topview svg path.graphit {
    stroke: #666;
    fill: #666;
}

.topview svg path.terra {
    stroke:  #77604f;
    fill:  #77604f;
}

.plan-table svg path.dooropen,
.site svg path.dooropen,
.topview svg path.dooropen {
    stroke: yellow;
    fill: none;
}

svg path.dooropen.large {
    stroke-width: 10;
}

svg path.dooropen.medium {
    stroke-width: 5;
}

svg path.dooropen.small {
    stroke-width: 3;
}

.topview .pole {
    background-size: cover;
    transform-origin: 50% 50%;
}

.topview .pole.round,
.topview .pole.oval {
    border-radius: 50%;
    z-index: 1;
}

.topview .bar {
    z-index: 0;
}

.topview .arrow {
    position: absolute;
    right: 20px;
    width: 50px;
    z-index: 2;
}

.topview .canvas {
    position: absolute;
}

.topview .hinge:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
}
.topview .hinge:after {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: 20%;
    width: 50%;
    height: 4px;
    background-color: black;
    border-radius: 50%;
}
/*  ########################  main list       ####################  */

.list {
    z-index: 2;
}

.flexlayout-footer.list-absolute {
    position: relative;
    top: 0px;
}

.list-cont {
    z-index: 3;
}

.list-cont.fullsize {
    margin-right: 0px;
}

.list-box {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    max-height: 1000px;
    transition: all 0.5s ease-in;
}

.list-box.closed {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.main-list-overview {
    width: 100%;
    height: 30px;
    margin: 0 auto;
}

.main-list-overview .project .number {
    text-align: left;
}

.main-list-overview .project .status {
    text-align: center;
}

.main-list-overview .project .total {
    text-align: right;
}

.list-details table {
    width: 100%;
    text-align: left;
    font-size: 12px;
    border-collapse: collapse;
}

.list-details tr {
    cursor: pointer;
}

.list-details td.list-header {
    padding: 0;
    padding-right: 5px;
}

.list-details td.list-header:first-child {
    text-align: left;
    padding-left: 10px;
}

.list-details td {
    padding-right: 5px;
    vertical-align: top;
    border-collapse: collapse;
}

.list-details td:first-child {
    width: 5%;
    text-align: center;
}

.list-details td:nth-child(2) {
    width: 25%;
}

.list-details td:nth-child(3) {
    width: 35%;
}

.list-details td:nth-child(4) {
    width: 15%;
}

.list-details td:nth-child(5) {
    width: 12.5%;
}

.list-details td:nth-child(6) {
    width: 7.5%;
}

/*  ########################  main material   ####################  */
.main-box.fullsize {
    max-width: 1000px;
    margin: 0px auto;
}

.main-material {
    background-color: #fff;
    padding: 20px;
}

.main-material-overview {
    font-size: 13px;
}

.main-material-overview span {
    display: inline-block;
}

.main-material-overview span:first-child {
    width: 175px;
}

.main-material h4 {
    padding: 10px 0px;
}

.main-material table {
    width: 100%;
    text-align: left;
    color: #333;
    border-collapse: collapse;
}

.main-material td {
    vertical-align: top;
}

.main-material-header {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.main-material-table {
    font-size: 12px;
    border: 1px solid black;
}

.main-material-table td {
    padding: 5px;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid black;
}

.main-material-table td .posNo {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: auto;
    color: white;
    background-color: black;
    border-radius: 50%;
}

.main-material-table td img {
    width: 85px;
}

.main-material-table td:first-child {
    width: 10%;
    text-align: center;
}

.main-material-table td:nth-child(2) {
    width: 12.5%;
    text-align: center;
}

.main-material-table td:nth-child(3) {
    width: 47.5%;
}

.main-material-table td:nth-child(4) {
    width: 20%;
}

.main-material-table td:nth-child(5) {
    width: 10%;
    text-align: center;
}

.main-material-table td:nth-child(6) {
    width: 10%;
    text-align: center;
}

/*  ########################  main plan       ####################  */
/*  ######################## font-sizes   ####################  */
.large .borehole + .svg-text-meas,
.large .svg-text-part {
    font-size: 12px;
}

.medium .borehole + .svg-text-meas,
.medium .svg-text-part {
    font-size: 10px;
}

.small .borehole + .svg-text-meas,
.small .svg-text-part {
    font-size: 8px;
}

.large .svg-text-meas {
    font-size: 10px;
}

.medium .svg-text-meas {
    font-size: 8px;
}

.small .svg-text-meas {
    font-size: 6px;
}

.gauges .borehole .svg-text-meas {
    font-size: 14px;
    fill: black;
    font-weight: bold;
}

.large .inner-label {
    font-size: 34px;
}

.medium .inner-label {
    font-size: 24px;
}

.small .inner-label {
    font-size: 12px;
}

.large .outer-label {
    font-size: 34px;
}

.medium .outer-label {
    font-size: 24px;
}

.small .outer-label {
    font-size: 12px;
}

/*  ########################    svgs           ####################  */
svg {
    position: absolute;
    overflow: visible;
    stroke-width: 1;
    stroke: #000;
    fill: none;
    /*border: 1px solid red;*/
}

svg.totalLeft,
svg.totalVer {
    transform-origin: left top;
    /*border: 1px solid red;*/
}

svg defs marker.marker path {
    fill: #999;
    stroke: #999;
    stroke-width: 1;
}

svg defs marker#dooropenend path {
    fill: yellow;
    stroke: none;
    opacity: 1;
    z-index: 1;
}

svg line {
    stroke: #999;
    stroke-width: 0.75;
}

svg line.arrow.reverse {
    stroke: transparent;
}

svg line.dotted {
    stroke-width: 0.5;
    stroke: #999;
    stroke-dasharray: 2, 2;
}

svg.borehole line,
svg.borehole line.arrow.reverse {
    stroke-width: 1;
    stroke: #000;
}

svg g text {
    stroke: none;
    fill: #999;
    font-family: arial;
}

svg path.angle {
    stroke-width: 1;
    stroke: #446688;
    fill: none;
}

svg g .angle + text {
    stroke: none;
    fill: #446688;
}

svg path.baseLine {
    stroke: #999;
    stroke-dasharray: 4, 5;
}

svg path.plate,
svg path.connector {
    stroke: #555;
    fill: #555;
}

svg path.holder {
    stroke: #AAA;
    fill: #AAA;
}

svg path.drilling {
    stroke: red;
    fill: #AAA;
}

svg path.scaleMark {
    stroke: #666;
    stroke-width: .5;
}

svg line.edge {
    stroke: #666;
    stroke-width: .5;
    stroke-dasharray: 4, 5;
}

pattern#gravel {
    fill: #ddd;
    stroke: black;
    stroke-width: .5;
    opacity: 0.1;
}

pattern rect.cement {
    width: 20px;
    height: 20px;
    fill: #c6bbb5;
    stroke-width: 0;
    stroke: none;
    opacity: 0.05;
}

/*  ########################    main-plan      ####################  */
.main-plan {
    position: relative;
}

.main-plan.fullsize {
    margin-right: 0px;
}

.main-plan-frame {
    position: relative;
    min-height: 300px;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #666;
    overflow: auto;
}

.main-plan-frame.total,
.main-plan-frame.drilling,
.main-plan-frame.single,
.main-plan-frame.site {
    padding-left: 50px;
}

.gauges .plan-container {
    position: relative;
    width: 29.7cm;
    border: 1px solid #666;
    /*overflow: hidden;*/
}

.gauges .plan-container .plan-table {
    margin-left: 0.5cm;
    min-width: 0;
}

.gauges .plan-container .scissors {
    display: none;
}

.gauges .plan-container.cutting .scissors {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 50px;
    width: 50px;
    transform: rotate(15deg);
}

.gauges .plan-container.cutting {
    margin-top: 0.5cm;
    border-top: 1px dashed #666 !important;
}

.gauges .plan-container .disclaimer {
    margin-left: 0;
}

.gauge-legend {
    margin: 0;
    padding: 15px 50px;
    font-size: 12px;
}

.gauge-legend label {
    width: 125px;
    height: 100px;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.gauge-no {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: 0 5px;
    text-align: center;
    color: white;
    background-color: black;
    border-radius: 50%;
}

.legend.gauge-scale {
    top: 10px;
    left: 0px;
    border: none;
}

.gauge-scale .ratio {
    font-size: 12px;
}

.main-plan #ppcm {
    width: 1cm;
}

.main-plan svg path.poleBase {
    stroke: none;
}

.main-plan svg.totalHor {
    position: relative;
}

.main-plan-image {
    max-width: 840px;
    padding: 0 20px;
    margin: 0 auto;
}

.main-plan-image img {
    width: 100%;
}

.main-plan-image .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-43%, -63%);
    width: 280px;
    cursor: pointer;
}

.main-plan-image .button p {
    position: relative;
    top: 50px;
    left: 20px;
    color: white;
    font-size: 22px;
    text-align: center;
}

/*  ######################## plan-select   ####################  */

.plan-select {
    position: relative;
}

.plan-select h2 {
    display: inline-block;
    height: 20px;
    line-height: 15px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    vertical-align: middle;
}

.plan-select input {
    margin-left: 5px;
    height: 18px;
    vertical-align: middle;
}

.plan-select label {
    font-size: 12px;
    margin-left: 2px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

/*  ########################  plan table   ####################  */
.plan-table {
    position: relative;
    min-width: 100%;
    min-height: 260px;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.plan-table td {
    position: relative;
    vertical-align: top;
}

.plan-table svg.canv {
    transform-origin: left;
    /*border: 1px solid blue;*/
}

.total .td-measures,
.site .td-measures {
    padding-right: 25px;
}

.drilling .td-enlarges,
.single .td-measures {
    padding-bottom: 30px;
}

.measures {
    position: relative;
    z-index: 3;
}

.plan-table .td-parts {
    padding: 0;
}

.plan-table .td-parts .div-parts {
    min-height: 100px;
    position: relative;
    z-index: 2;
}

.single .plan-table .td-legend,
.drilling .plan-table .td-legend {
    min-width: 250px;
    height: 425px;
}

.gauges .plan-table .td-legend {
    min-width: 250px;
}

.gauges .plan-table {
    margin-bottom: 0;
}

.gauges .plan-table .td-legend {
    height: 19cm;
}

.gauges .plan-container.cutting .plan-table .td-legend {
    height: 18.5cm;
}

.gauges .plan-table td:first-child:not([colspan]) {
    display: none;
}

.plan-table .td-divider {
    height: 25px;
}

.main-plan-frame.gauges .plan-table .td-divider {
    height: 0px;
}

/*  ########################  plan site   ####################  */

.site .plan-table {
    margin-top: 30px;
}

svg.northpoint {
    position: absolute;
    transform-origin: center;
    cursor: pointer;
    z-index: 3;
}

svg.northpoint polygon {
    stroke-width: 1;
    stroke: #000;
    fill: #fff;
}

.topview svg.northpoint polygon {
    fill: none;
}

svg.northpoint polygon:first-child {
    fill: #000;
}

svg.northpoint text {
    font-family: arial;
    stroke: none;
    fill: #000;
}

/*  ########################  plan enlargement  ####################  */
.circleA {
    margin-top: 5%;
    padding-right: 50px;
}

.circleB {
    display: inline-block;
}

.circleB:nth-child(1) {
    float: left;
    margin-left: 5%;
}

.circleB:nth-child(2) {
    float: right;
    margin-right: 5%;
}

.circleA:nth-child(2) {
    position: absolute;
    bottom: 5%;
}

.single .enlargement {
    position: relative;
}

.enlargement {
    position: relative;
}

.enlargement .circle {
    position: relative;
    background-color: white;
    border-radius: 50%;
    border: 2px solid black;
    overflow: hidden;
}

.enlargement .circle svg defs pattern line {
    stroke: #aaa;
    stroke-width: 1;
}

.enlargement .outer-label {
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0px;
}

.enlargement .inner-label {
    position: absolute;
    top: 25%;
    left: 10%;
}

svg.gauge,
svg.enlargeVer {
    transform: rotate(90deg);
    transform-origin: left top;
    /*border: 1px solid green;*/
}


/*  ########################  plan single ####################  */

circle.posNoTag {
    fill: black;
}

text.posNoTag {
    fill: white;
}

.small text.posNoTag {
    font-size: 8px;
}

.medium text.posNoTag {
    font-size: 10px;
}

.large text.posNoTag {
    /*stroke: white;*/
    font-size: 12px;
}
/*  ########################  plan legend ####################  */
.legend {
    position: absolute;
    right: 0px;
    bottom: 0px;
    min-width: 210px;
    margin-right: 20px;
    padding: 5px 10px;
    border: 1px solid #666;
}

.site .legend {
    position: relative;
    margin: 10px 25px 10px 10px;
    float: right;
}

.single .legend,
.drilling .legend {
    min-width: 215px;
}

.legend-box {
    position: relative;
    min-width: 250px;
    min-height: 210px;
}

.site .legend-box,
.total .legend-box {
    min-width: 230px;
    min-height: 200px;
}

.plan-table .td-legend-box {
    vertical-align: bottom;
}

.legend.drill {
    top: 10px;
    bottom: auto;
}

.legend .scale {
    position: relative;
    height: 8px;
}

.legend .scale:before,
.legend .scale:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
}

.legend .scale:before {
    left: 0;
    height: 100%;
    border: 1px solid black;
}

.legend .scale:after {
    left: 50%;
    border-top: 10px solid black;
}

.legend .text {
    text-align: center;
    font-size: 10px;
}

.legend .text .middle {
    display: inline-block;
    width: 55px;
    text-align: right;
}

.legend .text .left {
    float: left;
}

.legend .text .right {
    float: right;
}

.legend .additional {
    display: block;
    padding-left: 15px;
}

.legend h2 {
    font-size: 18px;
    font-weight: bold;
}

.legend p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: nowrap;
}

.legend p.valid {
    white-space: normal;
}

.legend .check {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
}

.legend .sign {
    font-size: 10px;
    line-height: 14px;
    border-top: 1px solid #999;
}

.content-table {
    border-collapse: collapse;
}
/*  ########################  plan divider / instruction / disclaimer ####################  */
.site .plan-divider,
.total .plan-divider,
.single .plan-divider,
.drilling .plan-divider {
    position: absolute;
    left: -50px;
    right: 0px;
    border-top: 1px solid black;
}

.instruction {
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    margin-right: 20px;
    margin-top: 10px;
    color: #666;
}

.disclaimer {
    font-size: 10px;
    line-height: 12px;
    text-align: justify;
    margin: 10px 20px 0 0;
    color: #999;
}
.gauges .disclaimer {
    margin: 10px 20px;
}
/*  ########################  side menu      #########################  */
/* #################                     #########################  */
.side {
    display: inline-block;
    position: absolute;
    max-width: 100%;
    width: 448px;
    margin-top: 20px;
    z-index: 5;
}

/* ################# side-menu-item      #########################  */
.side-menu-item {
    width: 100%;
    max-height: 40px;
    margin: 0 0 2px 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.side-menu-item.selected {
    max-height: 448px;
    transition: all 0.5s ease-in;
}

.side-menu-item-title {
    display: block;
    min-height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
}

.side-menu-item-title .info {
    display: none;
}

.selected .side-menu-item-title {
    position: relative;
    color: #fff;
}

.selected .side-menu-item-title .info {
    display: inline;
    position: absolute;
    top: 7px;
    right: 14px;
}

.side-menu-item-info {
    position: relative;
    padding: 15px;
    font-size: 18px;
    color: #333;
    background-color: white;
}

.side-menu-item-info p {
    padding: 5px;
}

.side-menu-item-info-text .bold {
    font-weight: bold;
}

.side-menu-item-sub-title {
    padding-left: 20px;
}

/* ################# side-menu options   #########################  */
/*  ########################               #########################  */
.options {
    position: relative;
}
/*  ########################  inputgroup   #########################  */

.options-inputgroup-field {
    display: inline-block;
    position: relative;
    height: 74px;
    padding: 20px 5px 5px 20px;
    text-align: right;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    color: black;
    font-size: 18px;
    background: linear-gradient(to bottom, #afada1 0%,#c9c7b9 100%);
}

.options-inputgroup-field.num1 {
    width: 100%;
}

.options-inputgroup-field.num2 {
    width: 50%;
}

.options-inputgroup-field-input {
    display: inline-block;
    width: 70px;
    height: 30px;
    padding: 1px 5px 0px;
    margin: 5px;
    font-size: 100%;
    border: none;
    border-radius: 3px;
    outline: none;
    background-color: #f2f2f2;
    text-align: right;
}

.options-inputgroup-field.check {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 5px;
    text-align: right;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    color: black;
    font-size: 18px;
    background: linear-gradient(to bottom, #afada1 0%,#c9c7b9 100%);
}

.options-inputgroup-field-input[type=checkbox] {
    height: auto;
    width: 60px;
}

.options-inputgroup-field-input[type=number] {
    padding-right: 0;
}

.options-inputgroup-field-input[readonly=readonly] {
    background-color: #d4d4d4;
}

.options-inputgroup-field-label {
    display: inline-block;
    padding-right: 10px;
    min-width: 30px;
}

/*  ########################  buttongroup  #########################  */
.options-buttongroup {
    display: flex;
    position: relative;
    background: linear-gradient(to bottom, #afada1 0%,#c9c7b9 100%);
}

.options-buttongroup > div {
    display: flex;
    position: relative;
    width: 100%;
}

.options-buttongroup-button {
    position: relative;
    height: 38px;
    padding: 0;
    text-align: center;
    border: 1px solid #d3d3d3;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.options-buttongroup-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.5);
}

.options-buttongroup-button.selected {
    background: linear-gradient(to top, #afada1 0%,#c9c7b9 100%);
}

.options-buttongroup-button.selected:after {
    background-color: rgba(211, 211, 211, 0);
}

.options-buttongroup-button.num1 {
    width: 100%;
}

.options-buttongroup-button.num2 {
    width: 50%;
}

.options-buttongroup-button.num3 {
    width: 33.3%;
}

.options-buttongroup-button.num4 {
    width: 25%;
}

.options-buttongroup-button.num5 {
    width: 20%;
}

.options-buttongroup-button.num7 {
    width: 14.3%;
}

.options-buttongroup-button-title {
    display: inline-block;
    padding: 5px 2px;
    font-size: 18px;
}

.options-buttongroup-button-img {
    vertical-align: middle;
}

/*  ########################  icongroup    #########################  */
.options-icongroup {
    display: flex;
    position: relative;
    height: 108px;
}

.options-icongroup-button {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 18px 10px 0 18px;
    text-align: center;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid transparent;
    outline: none;
}

.options-icongroup-button-img {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.options-icongroup-title {
    position: absolute;
    right: 7px;
    bottom: 2px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}

/*  ########################  imagegroup   #########################  */
.options-imagegroup {
    display: inline-block;
    position: relative;
    width: 50%;
    text-align: center;
    overflow: hidden;
    margin-bottom: -4px;
    cursor: pointer;
}

.options-imagegroup.num1 {
    width: 100%;
}

.options-imagegroup.num1.large {
    height: 256px;
}

.options-imagegroup:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.options-imagegroup.selectable:after,
.options-imagegroup.selected:after {
    background-color: transparent;
}

.options-imagegroup-container {
    display: inline-block;
}

.options-imagegroup-img {
    display: inline-block;
    margin: 0 auto;
}

.num1.large .options-imagegroup-img {
    width: 100%;
    height: 100%;
    margin-top: 2px;
}

.options-imagegroup-measures {
    position: absolute;
    right: 7px;
    bottom: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: right;
}

.options-imagegroup-title {
    position: absolute;
    right: 7px;
    bottom: 2px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: right;
}

.half .options-imagegroup-title {
    max-width: 50%;
    height: auto;
}

.scanMarker .options-imagegroup-title {
    display: inline-block;
    width: 100px;
    height: auto;
    bottom: 10px;
    font-size: 12px;
    line-height: 12px;
    left: 55px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    opacity: 0.5;
}


/*  ########################  image        #########################  */
.options-image {
    display: block;
    width: 100%;
    height: 196px;
    text-align: center;
}

.options-image img {
    height: 196px;
}

/* ################# side-menu-next      #########################  */
.side-menu-next {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    text-align: right;
    height: 76px;
    margin-top: 5px;
}

.side-menu-next-button {
    width: auto;
    height: 80%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #FFF;
    text-align: right;
    font-size: 30px;
    padding: 0 20px;
    cursor: pointer;
}

.side-menu-next-button:nth-child(2) {
    float: left;
    margin-left: 75px;
}

.side-menu-button-subtitle {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
}

/*  ########################  responsiveness #########################  */
@media screen and (max-width: 1300px) {
    .plan-select {
        padding: 0;
    }

    .header-menu-item {
        padding: 16px 20px;
    }
}

@media screen and (max-width: 1150px) {
    .header-menu-item {
        padding: 16px 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width :1024px)  {
    .header-menu-item {
        padding: 16px 10px !important;
    }
}

@media screen and (max-width: 1000px) {
    .frontview-intro {
        font-size: 24px;
    }

    .main-list table {
        font-size: 10px;
    }

    .list-details td.list-header,
    .main-list-title td {
        font-size: 14px;
    }
}

@media screen and (max-width: 810px) {

    .main-box {
        max-width: 1000px;
        margin: 0px auto;
    }

    .content {
        display: block;
    }

    .main {
        margin: 20px auto 0px;
        position: relative;
    }

    .side {
        display: block;
        position: relative;
        margin: 0 auto;
        float: none;
    }

    .main-list table {
        font-size: 12px;
    }

    .topview-box {
        width: 100%;
        padding-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    .main-list table {
        font-size: 10px;
    }
}

/*  ########################  print   #########################  */
.pagebreak {
    visibility: hidden;
    height: 0px;
}

@media screen {
    .printonly {
        display: none !important;
    }
}

@page {
    margin: 10mm;
}

@media print {
    .flexlayout-content {
        top: 0px !important;
    }

    .main,
    .flexlayout-content {
        position: relative !important;
    }
    .pagebreak {
        page-break-after: always !important;
    }

    .flexlayout-content {
        top: 0px;
    }

    .main-material-overview {
        margin-left: 0;
    }

    .main-material tr {
        page-break-inside: avoid;
    }

    .main-box,
    .plan-box {
        padding: 0!important;
    }

    .main-plan-frame {
        position: relative;
        overflow: visible;
        border: none;
    }

    .plan-table {
        margin: 0 !important;
        border: none;
    }

    .gauges .plan-container {
        margin-left: 0.5cm;
        border: none;
    }

    .gauges .plan-container.cutting {
        margin: 0 0 0 0.25cm;
        border-bottom: 1px solid white;
    }

    .gauges .plan-container .disclaimer {
        max-width: 96%;
    }

    .gauges .plan-container.cutting .disclaimer {
        margin: 1px;
    }

    .noprint {
        display: none !important;
    }
}

.is-close {
    display: none;
}
div.modal#mgw-webplayer-modal div.modal-iframe {
    padding: 0;
    height: 100%;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -o-calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px 25px;
    width: 100%;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    top: 0;
    left: 0;
}
div.modal#mgw-webplayer-modal div.modal-iframe .modal-bar h4 {
    text-transform: uppercase;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body {
    padding-top: 65px;
    height: 100%;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body a {
    text-decoration: none;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body div#gameContainer {
    padding: 0;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body div#gameContainer div#logo,
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body div#gameContainer div#Progress {
    display: none;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body div#gameContainer,
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body canvas.emscripten {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto !important;
    display: block;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body div#gameContainer.error,
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body canvas.emscripten.error {
    display: none;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .no-margin {
    margin: 0;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .webgl-error {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .webgl-error span {
    display: inline-block;
    margin-top: 42px;
    font-size: 24px;
    color: #b4032f;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .webgl-error span.no-margin {
    margin: 0;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .webgl-error a.browser-link {
    font-size: 24px;
    color: #b4032f;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .webgl-error a.browser-link > img {
    height: 20px;
    margin-bottom: 5px;
    vertical-align: middle;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .webgl-error a.browser-link:hover span {
    text-decoration: underline;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading {
    position: absolute;
    top: 65px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: -moz-calc(100% - 65px);
    height: -webkit-calc(100% - 65px);
    height: -o-calc(100% - 65px);
    height: calc(100% - 65px);
    background-color: #ffffff;
    z-index: 100000;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading,
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading * {
    -webkit-transition: opacity 5s;
    -moz-transition: opacity 5s;
    -o-transition: opacity 5s;
    transition: opacity 5s;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading.out,
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading.out * {
    opacity: 0;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading-container {
    position: absolute;
    height: 230px;
    width: 230px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading-container .mgw-webplayer-loading-outer {
    width: 230px;
    height: 230px;
    position: absolute;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation: rotate-matlist-loader 2.2s infinite linear;
    -moz-animation: rotate-matlist-loader 2.2s infinite linear;
    -o-animation: rotate-matlist-loader 2.2s infinite linear;
    animation: rotate-matlist-loader 2.2s infinite linear;
    border: 25px solid #b4032f;
    border-top: 25px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading-container .mgw-webplayer-loading-outer.animate {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading-container .mgw-webplayer-loading-inner {
    height: 170px;
    width: 170px;
    margin: 0 auto;
    position: absolute;
    left: 30px;
    top: 27px;
    text-align: center;
}
div.modal#mgw-webplayer-modal div.modal-iframe div.modal-body .mgw-webplayer-loading-container .mgw-webplayer-loading-inner .is-loading {
    top: 50px;
    color: #b4032f;
    font-size: 28px;
    font-weight: normal;
    position: relative;
    left: 0px;
}
.mgw-planner-ios-badge {
    display: inline-block;
    width: 224px;
    height: 128px;
    background-image: url(../img/apple_store.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.mgw-planner-google-badge {
    display: inline-block;
    width: 224px;
    height: 128px;
    background-image: url(../img/google_play.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/* animation */
@-webkit-keyframes rotate-matlist-loader {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-matlist-loader {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate-matlist-loader {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@keyframes rotate-matlist-loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#materialsListManageExport {
    text-align: center;
}
#materialsListManageExport * {
    font-size: 18px;
}
#materialsListManageExport table {
    margin-left: auto;
    margin-right: auto;
}
#materialsListManageExport table td,
#materialsListManageExport table th {
    padding: 10px 15px;
}
.modal-wws-export {
    width: 60%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.modal-wws-export .modal-bar {
    position: static;
}
.modal-wws-export .modal-button-outer.faq {
    top: 60px;
    right: calc(20% + 5px);
}
.modal-wws-export .modal-content {
    background: #ffffff;
    padding-bottom: 25px;
    padding-top: 15px;
}
.wws-export-button {
    padding: 10px 16px;
    font-size: 16px;
}
#materialsListManageExport .wws-export-api-link {
    margin: 5px 10px;
    font-size: 14px;
}
#materialsListManageExport .wws-export-api-link * {
    font-size: 14px;
    font-weight: bold;
}
#materialsListManageExport .wws-export-api-link p {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 9.5px;
    margin: 1em 0;
}
td#materialsListManageExportInfo {
    padding-left: 20px;
    padding-right: 10px;
}
@media screen and (max-width: 900px) {
    .modal-wws-export {
        width: 70%;
    }
    .modal-wws-export .modal-button-outer.faq {
        right: calc(15% + 5px);
    }
}
@media screen and (max-width: 770px) {
    .modal-wws-export {
        width: 80%;
    }
    .modal-wws-export .modal-button-outer.faq {
        right: calc(10% + 5px);
    }
}
@media screen and (max-width: 675px) {
    .modal-wws-export {
        width: 98%;
    }
    .modal-wws-export .modal-button-outer.faq {
        right: calc(1% + 5px);
    }
}

.mgw-cookie-hint {
    width: 100%;
    padding: 7px 5%;
    box-sizing: border-box;
    background-color: #adadad;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    text-align: center;
}
.mgw-cookie-hint .mgwCookiecontent {
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding-right: 5px;
}
.mgw-cookie-hint .mgwCookiebuttons {
    float: right;
    display: inline-block;
    font-size: 16px;
}
.mgw-cookie-hint .mgwCookiebuttons a.btn {
    font-size: 16px;

    text-decoration: none;
    color: #d3d3d3;
    font-size: 16px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.mgw-cookie-hint .mgwCookiebuttons a.btn:hover {
    color: #333;
}