
/* hide vue app until pageload complete */
[v-cloak] {
    display: none
}


#load-spinner {
    margin-top: 25%;
}

@media (min-width: 500px) {
    #load-spinner {
        margin-top: 25%;
    }
}

@media (min-width: 800px) {
    #load-spinner {
        margin-top: 15%;
    }
}

@media (min-width: 1100px) {
    #load-spinner {
        margin-top: 5%;
    }
}

#search-disclaimer {
    background: #f5f5f5;
    height: 300px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    border: solid 1px #e4e2e2;
    font-size: 13px;
    color: #403e3e;
    padding: 8px;
}

#search-disclaimer span {
    display: block;
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}

#search-disclaimer p {
    text-align: left;
}

.popup-wrapper {
    overflow: hidden;
}

.popup-wrapper .button {
    font-size: 13px;
    padding: 10px 11px !important;
}


/*!* width *!*/
/*::-webkit-scrollbar {*/
/*    width: 6px;*/
/*}*/

/*!* Track *!*/
/*::-webkit-scrollbar-track {*/
/*    background: #f9f9f9;*/
/*}*/

/*!* Handle *!*/
/*::-webkit-scrollbar-thumb {*/
/*    background: #F31705;*/
/*}*/

#agree-disclaimer {
    color: white;
    background-color: #F31705;
    border-color: #F31705;
    margin-left: 10px;
}

#agree-disclaimer:hover {
    color: #F31705;
    background-color: white;
    border-color: #F31705;
}

.search-form {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    width: 100%;
}

.search-row {
    flex: 1;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    max-width: 500px;
}

.input-group>input.searchbar {
    flex: 3;
    font-size: 1rem !important;
}

.input-group>input.searchbar:disabled::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8a7a7;
    opacity: 1; /* Firefox */
}

.input-group>input.searchbar:disabled:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a8a7a7;
}

.input-group>input.searchbar:disabled::-ms-input-placeholder { /* Microsoft Edge */
    color: #a8a7a7;
}

.input-group>.form-select.search-type-sel {
    flex: 1;
    max-width: 200px;
    min-width: 124px;
}

.form-select:disabled {
    color: #a8a7a7;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a8a7a7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

* {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif
}

body {
    background-color: #ffffff;
    color: #000000;
}

.float-body {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
}

.nav-bar {
    width: 100%;
    height: 80px;
    background-color: #000000;
}

.main-content-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-image: url("../images/repertory/background.5e5293690850.jpg");
    opacity: 0.6;
}

.main-content-wrapper {
    width: 100%;
    min-height: 600px;
    max-height: 800px;
}

.main-content {
    position: relative;
    min-width: 60%;
    padding-top: 2rem;
    /*background: rgb(255, 255, 255, 0.3);*/
}

#main-body-padding {
    margin: 0 auto;
    width: 100%;
    min-width: 280px;
    padding: 5% 9%;
    position: relative;
    background-color: white;
}

.basic-field {
    display: table !important;
    padding-right: 40px;
}

.results:nth-child(last) {
    margin-right: 0px;
    padding-right: 0px;
}

.section-header {
    padding-top: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.result {
    display: block !important;
    width: 98%;
    max-width: 100%;
    text-align: left;
    border-radius: 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 8px #ccc;
    padding: 12px 30px 12px 20px;
    color: #484747;
    font-size: 14px;
    background-color: white;
}

.result table {
    margin: 10px;
    width: 98%;
}

.result th {
    font-weight: 600;
    color: white;
    padding: 3px 0 3px 10px;
    background-color: #F3170594;
}

.result td, th {
    padding: 5px 0 5px 10px;
    min-width: 90px;
}

.result td {
    font-size: 13px;
}

.result td:nth-child(1), th:nth-child(1) {
    width: 45%;
}

.result td:nth-child(2), th:nth-child(2) {
    width: 25%;
}

.result td:nth-child(3), th:nth-child(3) {
    width: 30%;
}

.result tr:nth-child(odd) {
    background: #f7eeea;
}

.result label {
    font-weight: 600;
    color: #F3170594;
    font-size: 14px;
    display: table-cell;
    /*margin-right: 5px;*/
    width: 180px;
}

@media(min-width: 500px) {
    .result label {
        width: 160px;
    }

}


.result:active {
    box-shadow: none;
}

.result .col-sm {
    margin-left: 8px;
    line-height: 1.1rem;
}

.no-result {
    text-align: center;
    margin-left: -10%;
}

#work-id {
    color: gray;
    font-weight: 100;
    font-size: 13px;
    display: inline-block;
}

hr {
    width: 100%;
    height: 3px !important;
    margin: 18px 0 0 0;
}

.logo-box {
    border-bottom: 1px;
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5% 5%;
    background-color: white;
    margin: auto;
}

.partner-logo {
    height: 40px;
    max-height: 100%;
    max-width: 268px;
}

.txt-tiny {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    color: #353535;
    line-height: 1rem;
}

.footer-height {
    margin-top: 10px;
    height: 50px;
    background-color: #f8f8f8;
}

.result-data {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}

.label-top {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.result hr {
    margin-bottom: 7px;
    margin-top: 5px;
    width: 45%;
}

.section {
    padding: 1.5rem !important;
}

/** Mobile **/
@media (max-width: 380px) {
    #load-spinner {
        margin-top: 20%;
    }

    footer .col-xs-4 {
        width: 30%;
        padding: 5px;
    }

    .result {
        overflow: visible;
        font-size: 12px;
        margin: 20px auto !important;
    }

    .result td {
        font-size: 10px;
    }

    .result th span {
        display: block;
    }

    #main-body-padding .section {
        padding: 1rem 0rem !important;
        background-color: white;
    }
}

/** Mobile/Tablet **/
@media screen and (max-width: 600px) {

    .main-content-wrapper {
        min-width: 260px !important;
    }

    #writer-format {
        display: block;
    }

    .result {
        padding: 12px 0px 12px 10px;
        width: 100% !important;
        overflow: visible;
    }

    .result table {
        width: 92% !important;
    }

    .half-right {
        padding-right: 20px !important;
    }

    .row-left, .row-left-gray {
        padding-left: 20px !important;
    }

    .section-header {
        padding-right: 0px !important;
        text-align: center !important;
    }

    #main-body-padding {
        padding: 0px;
    }
}

/** Tablets **/
@media (max-width: 991px) {
    body .yikes-easy-mc-error-message {
        margin-top: 45px;
    }

    .testimonial-block, body .yikes-easy-mc-success-message {
        text-align: center;
    }

    #map-wrapper .image-hover {
        display: none !important;
    }

    .mob-menu-banner {
        display: block;
        position: fixed;
        left: 100%;
        width: 100%;
        bottom: 0;
        background-size: cover;
        background-position: center center;
        padding: 55px 10px;
        overflow: hidden;
    }

    .mob-menu-banner:before {
        content: '';
        position: absolute;
        padding-bottom: 200px;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .mob-menu-banner .title {
        position: relative;
    }

    header .toggle-block.open-menu .mob-menu-banner {
        left: 0;
    }
}

@media (max-height: 600px) {
    .mob-menu-banner {
        display: none;
    }
}

@media (max-width: 767px) {
    #agree-disclaimer {
        color: white;
        background-color: #F31705;
        border-color: #F31705;
        margin-left: 0px;
        margin-top: 10px;
    }

    body .yikes-easy-mc-form input[type=email] {
        padding: 0 30px;
    }

    body .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
        display: block;
        width: 100%;
        position: relative;
    }

    body .yikes-easy-mc-form .submit-button-inline-label {
        width: 100%;
    }

    body .yikes-easy-mc-form label.label-inline {
        padding: 0;
    }

    body .yikes-easy-mc-error-message {
        margin-top: 95px;
        width: 100%;
        text-align: center;
    }

    body .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button[disabled],
    body .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
        height: 45px;
    }

    body .yikes-easy-mc-error-message {
        background: transparent;
        position: absolute;
        margin-top: 95px;
        color: #F31705;
        text-align: center;
        width: 100%;
    }

    body .ajax-loader {
        right: 16px;
    }

    body .yikes-easy-mc-form input[type=email] {
        outline: none !important;
        background: transparent;
        padding: 0 200px 0 30px;
        border: 2px solid #0560D3;
        margin: 0;
        width: 100%;
        line-height: inherit;
    }
}

/** Tablets/Laptops **/
@media (min-width: 600px) {
    .partner-name {
        display: block;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    body .yikes-easy-mc-form input[type=email] {
        outline: none !important;
        background: transparent;
        padding: 0 200px 0 30px;
        border: 2px solid #0560D3;
        margin: 0;
        width: 100%;
        line-height: inherit;
    }

    .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .result {
        margin: 20px auto !important;
    }
}

/** Desktops **/
@media (max-width: 1500px) and (min-width: 1025px) {
    .footer-top .col-md-10 {
        margin-left: 2px;
        width: 95%;
    }

    .popup-container .simple-text p {
        font-size: 14px;
    }

    .popup-container .simple-text p b {
        font-size: 15px;
    }
}


@media screen and (max-width: 1320px) {
    .result {
        max-width: 85% !important;
    }
}

@media screen and (max-width: 600px) {
    .result {
        max-width: 100% !important;
    }

    @media screen and (min-width: 600px) {
        .result {
            max-width: 90% !important;
        }
    }
}

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

#app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 370px;
}

#header-license-cta{
    color: white;
    display: block;
    font-size: 11.5px;
    font-family: Lato;
    font-weight: 900;
    font-stretch:100%;
    margin-left: 20px;
}
@media(max-width: 400px){
    #header-license-cta{
        margin-top: 20px;
    }
}

@media(min-width: 800px) {
    .nav-wrap {
        margin-left: 33%;
    }
}