﻿.auth-layout-wrap .auth-content {
    max-width: 330px;
}

@media (min-width: 1024px) {
    .auth-layout-wrap .auth-content {
        min-width: 330px;
    }
}

a[disabled]{
    pointer-events:none;
}

.input-validation-error{
    border:1px solid red;
}

.field-validation-error{
    color: red;
}

.landing-page {
    width:1080px;
    padding: 10px 25px;
    background:rgba(255, 255, 255, 0.7);
}

.product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    outline: none !important;
}

.product-hover {
    font-weight:bold;
}

.check-list {
    display: block;
}

    .check-list input {
        width: auto !important;
    }

.label-big {
    font-size: 14px;
    font-weight:bold;
}

#tabs {
    display:flex;
}

#tabs .tab-pages {
    width:100%;
}

    #tabs .ui-tabs-nav li {
        float:none;
        border:0;
    }

    #tabs .ui-state-active a {
        color: #000;
        font-weight:bold;
    }