/****************************  SIMPLE BASE TEMPLATE  ****************************/

.errorInfo {
    margin-top: 50px;
}

.errorInfo b {
    font-size: 1.25em;
}

#version-text {
    padding-right: 15px;
}

#content-main {
    /* min-width:680px; */
    margin-top: 180px;
    width: 100%;
    position: absolute;
    min-height: calc(100% - 184px);
    background: #fff;
}

.text-small {
    font-size: 0.75em;
}

.formInline {
    display: table;
    cursor: pointer !important;
}

.formInline * {
    border-radius: 0 !important;
    display: table-cell;
    height: 34px !important;
}

.formInline *:first-child {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.formInline *:last-child {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.btn-upload-image:hover {
    background-color: #2e6da4;
}

.btn.btn-no {
    text-decoration: underline;
    box-shadow: none !important;
    font-size: 1.3em;
}

select.form-control.error,
li.list-group.error {
    border: 1px solid #d21f31;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 175, 175, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 175, 175, 0.6);
}

.createRequestStep h3 {
    font-size: 20px;
}

.createRequestStep .stepNumber {
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    background-color: #c9cbd3;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    padding: 6px 15px;
    display: inline-block;
}

.createRequestStep .stepNumber .number {
    color: white;
}

.createRequestStep .stepNumber .check {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: block;
    position: absolute;
    top: 35px;
    left: 45px;
    font-size: 10px;
    padding: 1px 3px;
    border: #50c14e 1px solid;
    border-radius: 9px;
    background: #fff;
    color: #50c14e;
    opacity: 0;
}

.createRequestStep .stepNumber .times {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: block;
    position: absolute;
    top: 35px;
    left: 45px;
    font-size: 10px;
    padding: 1px 3px;
    border: #d21f31 1px solid;
    border-radius: 9px;
    background: #fff;
    color: #d21f31;
    opacity: 0;
}

.createRequestStep .stepNumber.finished {
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    background-color: #50c14e;
}

.createRequestStep .stepNumber.rejected {
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    background-color: #d21f31;
}

.createRequestStep .stepNumber.finished .check,
.createRequestStep .stepNumber.rejected .times {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}

.createRequestStep .col-xs-1 {
    padding: 12px 0 0 15px;
}

.createRequestStep input,
.createRequestStep .form-group input {
    width: 100%;
    font-weight: normal;
}

.createRequestStep .fileUpload label {
    width: 100%;
}

.createRequestStep .form-group input,
.createRequestStep .form-group span {
    height: 32px;
    padding: 0 5px !important;
}

.createRequestStep .form-horizontal .control-label {
    text-align: left;
}

.createRequestStep a.btn,
.createRequestStep button.btn {
    width: 100%;
}

.createRequestStep .radio input {
    width: auto !important;
}

.createRequestStep textarea {
    resize: none;
}

.createRequestStep #sendButtons button {
   margin-right: 10px;
}

div.form-group .radio input {
    height: auto;
    border: none;
    box-shadow: none;
}

li.group {
    list-style: none;
    width: 100%;
    border: 1px solid #c9cbd3;
    border-radius: 5px;
    height: 32px;
    display: table;
    margin-bottom: 6px;
}

li.group.error {
    list-style: none;
    width: 100%;
    border: 1px solid #d21f31;
    border-radius: 5px;
    height: 32px;
    display: table;
    margin-bottom: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 175, 175, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 175, 175, 0.6);
}

.group .groupElem {
    height: 32px;
    width: 100%;
    display: table-cell;
    border-left: 1px solid #c9cbd3;
    font-size: 14px;
    padding: 6px 12px;
    background: white;
}

.group .groupElem:first-child {
    border-left: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.group .groupElem:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.group .groupElem.groupElemSmall {
    width: 32px;
}

.group .groupElem.groupElemSmall.drop {
    background-color: #eeeeee;
}

#viewer,
#viewer_preview {
    width: 100%;
    min-height: 700px;
    height: calc(70vh - 100px);
}

#viewer_preview {
    background-color: #edeff5;
    color: #93959e;
    padding-top: calc(20vh);
}

#viewer_preview span {
    text-align: center;
    width: 100%;
}

.viewer .resizeFullscreen {
    position: absolute;
    bottom: 12px;
    left: 30px;
    background: white;
    padding: 8px 9.5px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #c9cbd3;
    border-radius: 5px;
}

.canvas-container.fullscreen {
    position: fixed;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 101;
}

.fullscreen canvas {
    margin: 0 auto;
    display: block;
}

.viewer.fullscreen h3 {
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    max-width: 1200px;
    margin: auto;
}

.viewer.fullscreen .containerViewer {
    max-width: 1200px;
    margin: auto;
    overflow-y: auto;
    height: calc(100% - 150px);
}

.viewer.fullscreen #viewer_preview h3 {
    color: #93959e !important;
}

.viewer.fullscreen #viewer_preview,
.viewer.fullscreen #viewer {
    height: 90%;
}

/************************************** MEDIA QUERIES **************************************/

/*@media (max-width: 400px) {*/

/*.navbar-right-own .navbar-right-buttons {*/
/*float: right;*/
/*}*/

/*.navbar-right-own a {*/
/*margin-left: 0px;*/
/*margin-top: 10px;*/
/*}*/

/*.footer .footer_agb {*/
/*font-size: 11px;*/
/*}*/
/*}*/

@media (max-width: 471px) {
    .createRequestStep .col-xs-1 {
        display: none;
    }

    .createRequestStep .col-xs-11 {
        width: 100%;
    }

    .attachmentInfo .col-xs-8 {
        display: none;
    }

    .attachmentItemSize {
        display: none;
    }
}

@media (max-width: 537px) {
    .navbar-default,
    .head-nav,
    .content,
    .footer,
    .navbar-add {
        padding-left: initial;
        padding-right: initial;
    }
}

@media (max-width: 770px) {
    .createRequestStep h3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .createRequestStep .stepNumber {
        font-size: 18px;
        padding: 0 7px;
    }

    .createRequestStep .col-xs-2 {
        padding-top: 5px;
        /*padding-left: 12px;*/
    }

    .createRequestStep .stepNumber.finished .check,
    .createRequestStep .stepNumber.finished .times {
        top: 22px;
        left: 32px;
    }
    .createRequestStep .stepNumber.rejected .check,
    .createRequestStep .stepNumber.rejected .times {
        top: 22px;
        left: 32px;
    }

    #viewer_preview,
    #viewer {
        display: none !important;
    }

    .footer-right {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    /* Extra small devices - Phones */
    .hide-on-mobile {
        display: none;
    }

    .login-container {
        margin-right: auto;
    }

    .footer-right {
        /*width: 350px;*/
        padding-top: 10px;
        /*margin-left: -4px;*/
        float: none;
        margin-top: 25px;
    }

    .footer-right .brand-container {
        margin: 0 auto;
    }

    .footer-right .brand-container .brand-icon {
        display: none;
    }

    .footer-right .brand-container,
    .footer-right .dropup {
        float: none;
    }

    .footer-right .dropup button {
        margin-top: -13px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-right {
        /*width: 350px;*/
        padding-top: 10px;
        /*margin-left: -4px;*/
        float: none;
        margin-top: 25px;
    }

    .footer-right .brand-container,
    .footer-right .dropup {
        /*width: 350px;*/
        padding-top: 10px;
        /*margin-left: -4px;*/
        float: none;
        margin-top: 0;
    }

    .footer-right .brand-container,
    .footer-right .dropup {
        float: none;
    }

    .footer-right .dropup button {
        margin-top: -13px;
        margin-left: 10px;
    }

    .navbar-slogan {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1467px) {
    .createRequestStep .stepNumber {
        font-size: 18px;
        padding: 0 7px;
    }

    .createRequestStep .stepNumber.finished .check,
    .createRequestStep .stepNumber.finished .times {
        top: 22px;
        left: 32px;
    }

    .createRequestStep .stepNumber.rejected .check,
    .createRequestStep .stepNumber.rejected .times {
        top: 22px;
        left: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .footer_agb {
        text-align: center;
    }

    .footer-right {
        /*width: 350px;*/
        padding-top: 10px;
        /*margin-left: -4px;*/
        float: none;
        margin-top: 5px;
    }

    .footer-right .brand-container {
        width: 100%;
        text-align: center;
    }

    .footer-right .brand-container .brand-icon {
        float: none !important;
    }

    .footer-right .brand-container,
    .footer-right .dropup,
    .footer-right .dropdown-label {
        float: none;
    }

    .hide-on-small {
        display: none;
    }

    .footer-right .dropup button {
        margin-top: -13px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 992px) {
    .registerInfo {
        margin-top: 75px;
    }

    .footer {
        /*min-height: 60px;*/
    }

    .footer-right {
        float: right;
        padding-top: 2px;
    }

    .navbar-default,
    .navbar-add,
    .head-nav {
        padding-left: 2%;
        padding-right: 2%;
    }

    .greeting {
        font-size: 15px;
    }

    .slogan {
        /*white-space: nowrap;*/
        font-size: 15px;
    }
}

.profile-buttons {
    margin-right: 5px;
    margin-top: 5px;
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

.equal > div[class*="col-"] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    #fp_create .form-horizontal .control-label {
        padding-top: 0px;
    }

    #fp_create .form-horizontal .form-group {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.relative {
    position: relative;
}

.fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1 1 auto;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.fp-loading-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    text-align: center;
}

/*.spinner {*/
/*    margin:0 auto;*/
/*    height:64px;*/
/*    width:64px;*/
/*    animation:rotate .8s infinite linear;*/
/*    border:5px solid #b22222;*/
/*    border-right-color:transparent;*/
/*    border-radius:50%*/
/*}*/
.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Display ConsentManager Icon on the lower right corner */
.cmpboxrecall {
    right: 5px;
    left: unset !important;
    bottom: 45px !important;
}

/* more panel styles */
.panel-failed {
    border-color: #a94442;
}
.panel-failed>.panel-heading {
    color: #fff;
    background-color: #c15d5b;
    border-color: #a94442;
}

