#main {
    padding-left: 25pt;
    padding-right: 25pt;
}

@media all and (min-width: 500px) {
    .main-page-container {
        display: flex;
    }
}

.main-page-container {
    flex-direction: column;
    justify-content: flex-start;
}

.app-subheader {
    text-align: left;
    padding: 25pt;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.app-btn.demo-btn {
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    background-color: #56d693;
    transition: all .15s linear;
}

.app-btn.demo-btn._disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.header-btn-container {
    position: absolute;
    right: 10px;
    top: 10px;

    display: none;
}

.header-btn-container.home--fixed {
    display: block;
}

.app-btn.demo-btn-small {
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background-color: #56d693;
    padding: 5px 8px;
}

.disabled {
    pointer-events: none;  /**<-----------*/
}

.app-screenshot {
    max-width: 5cm;
}

.app-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
    outline: none !important;
    margin: 0 2px;
}

.app-btn.disabled ._spin,
.app-btn:not(.disabled) :not(._spin) {
    display: inherit;
}

.app-btn:not(.disabled) ._spin,
.app-btn.disabled :not(._spin) {
    display: none !important;
}


#auth {
    color: #fff;
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
    bottom: 0;
    flex-grow: 1;
}

#auth .contact-info {
    font-size: 13px;
    font-family: NunitoSans-Black, sans-serif;
    text-transform: uppercase;
}

#auth .contact-info a {
    color: #56d693;
}

.main-page-h3 {
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
}

.app-btn:hover,
.app-btn:focus {
    color: #fff;
    text-decoration: none;
}

.bold-link {
    font-weight: bold;
}

.step-class {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    background: #a0a0a0 none;
    color: #fff;
    border-radius: 5px
}

.step-class.step-class-active {
    background: firebrick none;
}

.app-common-text {
    font-family: Manrope-Regular, sans-serif;
}

.ngpdf-alternates {
    font-family: Manrope-Regular, sans-serif;
}

.app-common-header {
    font-family: Manrope-Bold, sans-serif;
}

.navbar-default {
    border: 0;
    border-radius: 0;
    padding-left: 25pt;
    font-weight: bold;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.app-logo.navbar-brand {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
}

.app-logo {
    font-family: NunitoSans-Black, sans-serif;
    font-variant: small-caps;
}

.navbar-default .navbar-text {
    color: white;
}

.table > tbody > tr,
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eeeeee;
    border-color: #f0f0f0;
    color: #848484;
}

.table > thead > tr,
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: white;
    border-color: #f0f0f0;
    color: #9a9a9a;
}

.table-bordered {
    border: solid 1px #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left: 1px solid #ddd;
}

.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left: 0;
}

.answers-table > thead > tr,
.answers-table > tbody > tr {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left: 1px solid #ddd;
}

#help-wrapper {
    color: #a19a9a
}

#help-wrapper h2 {
    font-family: Manrope-Bold, sans-serif;
    font-size: 24px;
    color: black;
}

#help-wrapper h1 {
    font-family: Manrope-Bold, sans-serif;
    color: black;
}

#help-wrapper h3 {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

#help-wrapper pre {
    color: #c7254e;
}

#help-wrapper img {
    max-width: 100%;
}

#feedback-form .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: black;
}

.icon-bar {
    background: #56d693;
}

@media (max-width: 767px) {
    .navbar-collapse.in,
    .navbar-collapse.collapsing {
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
    }

    .navbar-collapse > .navbar-nav {
        width: 100%;
        text-align: end;
    }

    .navbarLoadingPDF,
    .container {
        width: 100%;
    }
}

a {
    color: #32b771;
}

a:hover {
    color: #3ba06b;
}

.home-app-title {
    color: white;
    font-size: 42px;
}

.navbarLoadingPDF:not(.with-menu-panel) .navbar-toggle,
.navbarLoadingPDF:not(.with-menu-panel) #navbar {
    display: none !important;
}

@media (max-width: 520px) {
    .home-app-title {
        font-size: 200% !important;
    }

    #auth .contact-info {
        font-size: 80% !important;
    }

    .loadingPDFwrapp >h5 {
        font-size: 90% !important;
    }

    .loadingSuccess h4 {
        font-size: 90% !important;
    }
}

@media (max-width: 350px) {
    .app-btn {
        padding: 10px 8px;
        font-size: 16px;
    }

    #auth .contact-info {
        font-size: 70% !important;
    }

    .home-app-title {
        font-size: 180% !important;
    }
}

._spin {
    -webkit-animation: spin .8s infinite steps(8, end);
    -moz-animation: spin .8s infinite steps(8, end);
    -o-animation: spin .8s infinite steps(8, end);
    animation: spin .8s infinite steps(8, end);
}

.dz-filename {
    word-break: break-all;
}

.alert-danger .app-common-text,
#loading_message pre {
    white-space: pre-wrap;
    word-break: break-word;
}

.alert-warning {
    word-break: break-word;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
