/* style begin */
/* Chrome, Safari, Edge, Opera */
.tx-p123designer-pi8 input::-webkit-outer-spin-button,
.tx-p123designer-pi8 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.tx-p123designer-pi8 input[type=number] {
    -moz-appearance: textfield;
}
.tx-p123designer-pi8 .font-bigger {
    font-size: 1.1em;
}
.tx-p123designer-pi8 .pi8-disabled {
    pointer-events: none;
    opacity: 0.65;
}
.tx-p123designer-pi8 .pi8-error {
    color: red !important;
}
.tx-p123designer-pi8 .pi8-link {
    color: #00295f;
}
.tx-p123designer-pi8 .pi8-complete {
    background-color: #00AA00 !important;
    border-color: #00AA00 !important;
    color: #fff !important;
}
.tx-p123designer-pi8 .pi8-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
}
.tx-p123designer-pi8 .pi8-flex-wrapper {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
.tx-p123designer-pi8 .pi8-flex-row {
    width: 100%;
    flex-direction: row !important;
}
.tx-p123designer-pi8 .pi8-flex-column {
    flex-direction: column !important;
}
.tx-p123designer-pi8 .pi8-progress {
    display: none;
}
.tx-p123designer-pi8 .pi8-confirm {
    font-size: 1.1em;
    color: red;
}
.tx-p123designer-pi8 .pi8-progress-bar-wrapper {
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    margin: 0 auto;
    width: 98%;
}
.tx-p123designer-pi8 .pi8-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #F8B300;
    transition: width .6s ease;
}
.tx-p123designer-pi8 .pi8-progress-text {
    margin-top: 10px;
    font-size: 1.8em;
    width: 100%;
}
.tx-p123designer-pi8 .pi8-loader {
    display: none;
}
.tx-p123designer-pi8 .pi8-loader-spin {
    margin: 0 auto;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #F8B300;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.tx-p123designer-pi8 .pi8-loader-text {
    margin-top: 10px;
    font-size: 1.8em;
}

.tx-p123designer-pi8 .pi8-hidden {
    display: none;
}
.tx-p123designer-pi8 .pi8-hidden-important {
    display: none !important;
}
.tx-p123designer-pi8 .pi8-btn {
    padding: 5px 10px;
    /*background-color: #f8b300;*/
    background-color: #e9ecef;
    /*color: #fff;*/
    border: 1px solid #dbdbdb;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.tx-p123designer-pi8 .pi8-flex.deactivate,
.tx-p123designer-pi8 .csc-mailform-submit-top.deactivate,
.tx-p123designer-pi8 .csc-mailform-submit-bottom.deactivate {
    display: none;
}
/* pi8-dialog-confirm begin */
.pi8-dialog-confirm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #919497;
}
.pi8-dialog-confirm-modalcontent {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
}
.pi8-dialog-confirm-container {
    padding: 16px;
    text-align: center;
}
.pi8-dialog-confirm-title,
.pi8-dialog-confirm-question {
    display: inline-block;
    width: 100%;
    margin: .4em auto;
    font-size: 2.6em;
    line-height: 1.1em;
}
.pi8-dialog-confirm-question {
    font-size: 1.2em;
}
.pi8-dialog-confirm-clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.pi8-dialog-confirm-clearfix button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    text-align: center;
    opacity: 0.9;
}
.pi8-dialog-confirm-clearfix button:hover {
    opacity: 1;
}
.pi8-dialog-confirm-clearfix .cancelbtn,
.pi8-dialog-confirm-clearfix .okbtn {
    width: 40%;
}
.pi8-dialog-confirm-clearfix .cancelbtn {
    float: left;
    background-color: #ccc;
    color: black;
}
.pi8-dialog-confirm-clearfix .okbtn {
    float: right;
    background-color: #F8B300;
}
/* pi8-dialog-confirm end */

/* switch end */

/* switch begin */
.tx-p123designer-pi8 .pi8-switch-wrapper {
    margin: 5px 0;
}
.tx-p123designer-pi8 .pi8-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 15px;
}
.tx-p123designer-pi8 .pi8-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.tx-p123designer-pi8 .pi8-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.tx-p123designer-pi8 .pi8-switch-slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 15px;
    left: 3px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.tx-p123designer-pi8 .pi8-switch input:checked + .pi8-switch-slider {
    background-color: #F8B300;
}
.tx-p123designer-pi8 .pi8-switch input:focus + .pi8-switch-slider {
    box-shadow: 0 0 1px #F8B300;
}
.tx-p123designer-pi8 .pi8-switch input:checked + .pi8-switch-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.tx-p123designer-pi8 .pi8-switch-label {
    margin-left: 6px;
    font-size: 1.1em;
}
/* switch end */

/* ID style begin */
#txp123designerpi8-wrapper {
    font-size: 1em;
}
#txp123designerpi8-optMotif {
    display: none;
}
/* ID style end */

/* FontAwesome style begin */
.tx-p123designer-pi8 .pi8-fnt-fa:before {
    font-family: 'FontAwesome', serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.tx-p123designer-pi8 .pi8-info-circle-fa:before {
    content: "\f05a";
}
.tx-p123designer-pi8 .pi8-minus-fa:before {
    content: "\f068";
}
.tx-p123designer-pi8 .pi8-plus-fa:before {
    content: "\f067";
}
.tx-p123designer-pi8 .pi8-chevron-down-fa::before,
.tx-p123designer-pi8 .pi8-toggle-close::before {
    content: "\f078";
}
.tx-p123designer-pi8 .pi8-chevron-up-fa::before,
.tx-p123designer-pi8 .pi8-toggle-open::before {
    content: "\f077";
}
.tx-p123designer-pi8 .pi8-trash-fa:before {
    content: "\f1f8";
}
.tx-p123designer-pi8 .pi8-eye-fa:before {
    content: "\f06e";
}
.tx-p123designer-pi8 .pi8-eye-slash-fa:before {
    content: "\f070";
}
.tx-p123designer-pi8 .pi8-edit-fa:before {
    content: "\f044";
}
.tx-p123designer-pi8 .pi8-check-fa:before {
    content: "\f00c";
}

/* FontAwesome style end */

/* iPoint/Info style begin */
.tx-p123designer-pi8 .pi8-ipoint {
    position: relative;
    cursor: pointer;
    font-size: 1.4em;
}
.tx-p123designer-pi8 .pi8-ipoint:before {
    color: #26a6fc
}
.tx-p123designer-pi8 .pi8-ipoint-begin {
    margin-right: 2px;
}
.tx-p123designer-pi8 .pi8-ipoint-end {
    margin-left: 5px;
}
.tx-p123designer-pi8 .pi8-ipoint-info {
    position: relative;
    border: 2px dotted #DBDBDB;
    padding: 5px;
    cursor: pointer;
}
.tx-p123designer-pi8 .pi8-ipoint-message {
    padding-right: 15px;
}
.tx-p123designer-pi8 .pi8-ipoint-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    padding: 3px 5px;
    opacity: .5;
}
.tx-p123designer-pi8 .pi8-ipoint-close:hover {
    background: #9fa0a1;
}
.tx-p123designer-pi8-info {
    display: none;
    margin-bottom: 10px;
}
/* iPoint/Info style end */

/* ico-btn style begin */
.tx-p123designer-pi8 .pi8-ico-btn {
    display: inline-flex;
    width: 20px;
    padding: 0;
    align-self: normal;
    justify-content: center;
    box-sizing: border-box;
}
.tx-p123designer-pi8 .pi8-ico-btn:before {
    align-self: center;
}
.tx-p123designer-pi8 .pi8-input-ico-btn {
    text-align: center;
    margin: 0 5px;
    width: 80px;
}
/* ico-btn style end */

/* chkbtn style begin */
.tx-p123designer-pi8-input input[type="checkbox"].pi8-chkbtn {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.tx-p123designer-pi8-input input[type="checkbox"].pi8-chkbtn + label:before {
    content: none;
}
.tx-p123designer-pi8-input input[type="checkbox"].pi8-chkbtn:checked + label:before {
    content: none;
}
.tx-p123designer-pi8-input input[type="checkbox"].pi8-chkbtn + label {
    display: inline-flex;
    padding: .3em .5em;
    background: #ccc;
    background-image: linear-gradient(#ddd, #bbb);
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px white inset;
    -moz-box-shadow: 0 1px white inset;
    box-shadow: 0 1px white inset;
    text-align: center;
    text-shadow: 0 1px 1px white;
    cursor: pointer;
    justify-content: center;
    margin: 0;
    text-indent: 0;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.6em;
}
.tx-p123designer-pi8-input input[type="checkbox"].pi8-chkbtn:checked + label,
.tx-p123designer-pi8-input input[type="checkbox"].pi8-chkbtn:active + label {
    -webkit-box-shadow: .04em .1em .2em rgba(0, 0, 0, .6) inset;
    -moz-box-shadow: .04em .1em .2em rgba(0, 0, 0, .6) inset;
    box-shadow: .04em .1em .2em rgba(0, 0, 0, .6) inset;
    border-color: rgba(0, 0, 0, .3);
    background: #bbb;
}
#txp123designerpi8-input-distribution input[type="checkbox"].pi8-chkbtn + label {
    width: 30%;
}
#txp123designerpi8-input-printdata input[type="checkbox"].pi8-chkbtn + label {
    width: 47%;
}

/* chkbtn style end */

/* location style begin */
/*noinspection CssUnknownTarget*/
.tx-p123designer-pi8-locationIcon-wrapper .icon {
    display: inline-block;
    height: 55px;
    width: 55px;
    background: url('../typo3conf/ext/p123designer/res/media-icons.png') no-repeat;
    background-position-x: 0;
    background-position-y: 0;
}
.tx-p123designer-pi8-locationIcon-wrapper .icon-GF { background-position: 0 0; }
.tx-p123designer-pi8-locationIcon-wrapper .icon-SP { background-position: 0 -55px; }
.tx-p123designer-pi8-locationIcon-wrapper .icon-ZZ { background-position: 0 -120px; }
.tx-p123designer-pi8-locationIcon-wrapper .icon-GZ { background-position: 0 -182px; }
.tx-p123designer-pi8-locationIcon-wrapper .icon-GV { background-position: 0 -242px; }
.tx-p123designer-pi8-locationIcon-wrapper .icon-PF { background-position: 0 -298px; }
.tx-p123designer-pi8-locationIcon-wrapper .icon-VI,
.tx-p123designer-pi8-locationIcon-wrapper .icon-VN { background-position: 0 -362px; }

.tx-p123designer-pi8-locationInfo-wrapper {
    width: 100%;
    padding-left: 1em;
}
.tx-p123designer-pi8-locationInfo-wrapper .pi8-title {
    display: inline-flex;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: .5em;
}
.tx-p123designer-pi8-locationInfo-wrapper .pi8-text {
    display: inline-flex;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

/* location style end */

/* section style begin */
.tx-p123designer-pi8-section {
    flex-direction: column !important;
    width: 100%;
    border-top: 0;
    margin-top: 0;
}
.tx-p123designer-pi8-section ~ .tx-p123designer-pi8-section {
    border-top: 1px solid #DBDBDB;
    margin-top: 10px;
    padding-top: 10px;
}
/* section style end */

/* headline style begin */
.tx-p123designer-pi8-headline {
    width: 100%;
    margin-bottom: 5px;
}
/* headline style end */

/* input style begin */
.tx-p123designer-pi8-input {
    width: 100%;
    margin-bottom: 10px;
}
/* input style end */

/* note style begin */
.tx-p123designer-pi8-note {
    width: 100%;
    margin-bottom: 10px;
    line-height: 2em;
}
.tx-p123designer-pi8-note .pi8-note-highlight {
    color: #BE1010;
    font-weight: bold;
}
/* note style end */

/* grp-chkbtn begin */
.tx-p123designer-pi8-section .pi8-grp-chkbtn {
    justify-content: space-between;
}
/* grp-chkbtn end */

/* motif style begin */
.tx-p123designer-pi8-input.pi8-motif {
    flex-direction: column !important;
    font-size: 1.1em;
}
.pi8-motif-headline-wrapper {
    flex-direction: row !important;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #DBDBDB;
    background-color: #e9ecef;
    align-items: center !important;
    align-content: stretch !important;
}
.pi8-motif-headline-wrapper .pi8-motif-headline-nr {
    order: 1;
    width: 40px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    border-right: 1px solid #DBDBDB;
}
.pi8-motif-headline-wrapper .pi8-motif-headline-nr.pi8-nr-ready {
    background-color: rgba(131, 185, 50, 0.85);
}
.pi8-motif-headline-wrapper .pi8-motif-headline-name {
    order: 2;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 5px;
    flex-grow: 1 !important;
}
.pi8-motif-headline-wrapper .pi8-motif-headline-btn {
    display: inline-flex;
    order: 4;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 40px;
    border-left: 1px solid #DBDBDB;
    /*background-color: #e9ecef;*/
    align-self: normal;
    justify-content: center;
    cursor: pointer;
}
.pi8-motif-headline-wrapper .pi8-motif-headline-btn:before {
    align-self: center;
}
.pi8-motif-headline-wrapper .pi8-motif-input-text {
    display: inline-flex;
    width: 100%;
    order: 3;
    align-items: center;
    margin: 0 5px 0 0 !important;
    height: 2em;
}
.pi8-motif-wrapper {
    flex-direction: column !important;
    width: 100%;
    background-color: #FAF7F2;
    border: 1px solid #DBDBDB;
    padding: 5px;
}
.pi8-motif-wrapper .pi8-motif-dropzone {
    display: block;
    height: 70px;
    padding: 50px 0;
    text-align: center;
}
.pi8-motif-wrapper .pi8-motif-fileinput-button {
    position: relative;
    background-color: #F8B300;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    padding: 6px 12px;
    text-align: center;
}
.pi8-motif-wrapper .pi8-motif-fileinput-button input {
    display: inline-block;
    position: absolute;
    font-size: 1.3em !important;
    margin: 0;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1.5em;
    width: 8em;
    cursor: pointer;
}
.pi8-motif-wrapper .pi8-motif-fileinput-text {
    display: inline-block;
    font-size: 1.8em;
    line-height: 1em;
    margin-top: 30px;
    width: 100%;
}
.pi8-motif-wrapper .pi8-motif-fileinput-text.pi8-error {
    font-size: 1.2em;
    margin-top: 5px;
}
.pi8-motif-wrapper .pi8-motif-checkbox {
    display: block;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
}
.pi8-motif-wrapper .pi8-motif-bg-border {
    background: #e7e7e7;
    border: 2px dashed #868686;
}
/* motif style end */

/* preview style begin */
.pi8-motif-preview {
    width: 100%;
}
.pi8-img-wrapper {
    width: 100%;
}
.pi8-img-wrapper img {
    width: 100%;
}
.pi8-preview-btn-wrapper {
    width: 100%;
    justify-content: flex-end !important;
}
.pi8-preview-btn-wrapper .pi8-trash,
.pi8-preview-btn-wrapper .pi8-edit,
.pi8-preview-btn-wrapper .pi8-check {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    opacity: .8;
    font-size: 2em;
    background-color: #e9ecef;
    border: 1px solid #dbdbdb;
}
.pi8-preview-btn-wrapper .pi8-edit {
    order: 1;
}
.pi8-preview-btn-wrapper .pi8-trash {
    order: 2;
}
.pi8-preview-btn-wrapper .pi8-check {
    order: 3;
}
/* preview style end */


/* spin begin */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* spin end */