@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');
@import url('switcher-resources/theme-switcher.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.screen {
    width: 100%;
    min-height: 100%;
    display: table;
}

    .screen > a {
        min-width: 1px;
        min-height: 1px;
        display: block;
    }

.screen-1 {
    background: linear-gradient(to bottom, #267de5, #364abe);
    overflow: hidden;
    position: relative;
}


    .screen-1 .letter-b {
        background: url(../Resources/landing-b.png) no-repeat top;
        background-size: 100%;
        opacity: .15;
        position: absolute;
        z-index: 10;
    }

    .screen-1 .product-clothing-block {
        color: #fff;
        font-weight: 400;
        position: absolute;
        width: 400px;
        font-size: 1.25em;
        z-index: 15;
    }

    .screen-1 .text-block {
        color: #fff;
        font-weight: 400;
        position: absolute;
        width: 760px;
        font-size: 1.25em;
        z-index: 15;
    }

    .screen-1 #scene .layer.tablet {
        background: url(../Resources/landing-tablet.png) no-repeat center;
        background-size: 100% 100%;
        float: right;
        margin-top: 60px;
        margin-right: -50px;
        margin-bottom: 60px;
        width: 800px;
        height: 695px;
    }

