/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
    --white: #ffffff;
    --dark-gray: #686c6f;
    --top-bar-color: #e3e6e5;
    --dark-text-color: #00020f;
    --base-color: #004e37;
    --active-hover-menu-color: #004e37;
    --step-color: #898989;
}

body {
    color: #686c6f;
}

#renderbody {
    padding: 0;
}

.form-control {
    height: 50px;
    border-radius: 25px;
    padding: 6px 22px;
    font-family: "SegoeUISemiBold";
}

.form-control-feedback {
    top: 25px;
    right: 20px;
}

/* Login */

#page-login .logo {
    background: url(img/morrisons/logo.png) no-repeat center;
    background-size: auto 200px;
}

#page-login .background-row {
    padding: 50px 0;
    background: url(img/morrisons/background.jpg) no-repeat center;
    background-size: cover;
}

#page-login input[type='submit'] {
    background: #004e37;
}

#page-login input[type='button'] {
    background: #004e37;
}

#page-login h2,
#page-login label,
#page-login a {
    color: #ffffff;
}

/* Top */

#top-welcome {
    color: #686c6f;
}

    #top-welcome a {
        color: #004e37;
        background-color: transparent;
    }

#top-panel {
    background: #e3e6e5;
}

.panel-menu a.lang {
    background: #004e37 !important;
}

.panel-menu a.account {
    color: #00020f;
    transition: color .3s ease, background .3s ease;
}

.panel-menu > li > a:hover,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #004e37;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #004e37;
    color: #00020f;
}

.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover, .nav ul > li > a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-color: #004e37;
}

.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover, .panel-menu > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    opacity: 0.8;
    color: #ffffff;
}

.main-menu .dropdown-menu {
    background: #e3e6e5;
}

#top-welcome {
    color: #686c6f;
}

#logo a {
    background: url(img/morrisons/logo.png) no-repeat center;
    background-size: auto 80%;
}

/* Sidebar & Content */

.sidebar-hide #content {
    width: 100%;
}

#sidebar-left {
    background: #686c6f;
}

    #sidebar-left .nav > li a {
        color: #e3e6e5;
    }

        #sidebar-left .nav > li a.active {
            color: #ffffff;
        }

.show-sidebar-container {
    width: 185px;
    font-size: 20px;
    background: #e3e6e5;
    color: #686c6f;
}

.show-sidebar {
    background: url(img/morrisons/menu.png) no-repeat center;
}

.show-sidebar-container.open div.title-menu {
    padding-left: 100px;
    background: #e3e6e5;
}

.show-sidebar-container div.title-menu {
    background-color: #e3e6e5;
}

.show-sidebar-container.open .show-sidebar {
    background: url(img/morrisons/menu.png) no-repeat center;
}

.show-sidebar-container a {
    float: left;
}

.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    background-color: #004e37;
}

.nav.main-menu ul > li > a {
    background-color: #004e37;
    color: #00020f;
}

.main-menu .dropdown-menu {
    opacity: 1;
}

.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    opacity: 0.90;
}

#sidebar-left .nav .dropdown-menu > li a {
    color: #ffffff;
}

/* Hide */

/* Home Page */

.hello-panel {
    width: 100%;
    height: 200px;
    background: #686c6f;
    padding: 50px;
}

    .hello-panel h2 {
        color: #ffffff;
        font-size: 46px;
        margin-bottom: 10px;
    }

    .hello-panel h3 {
        color: #ffffff;
        width: 185px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .hello-panel .phone {
        padding-left: 25px;
        background: url(img/common/phone.png) no-repeat left center;
        background-size: 22px;
    }

    .hello-panel p {
        color: #ffffff;
    }

        .hello-panel p.welcome {
            color: #ffffff;
            font-weight: bold;
            font-size: 21px;
        }

    .hello-panel .right {
        float: right;
    }

    .hello-panel .left {
        float: left;
    }

    .hello-panel .col-md-6 {
        padding: 0;
    }

.bottom-info {
    line-height: 50px;
    color: #ffffff;
    padding: 0 40px;
    font-size: 22px;
    background: #898989;
    width: 100%;
}

/* Steps */

.stepWithoutBackground {
    color: #898989;
}

.home-page .step1,
.home-page .step2,
.home-page .step3,
.home-page .step4 {
    background: #898989;
}

.submit-proof .step1 {
    background: #a1a1a1;
}

.submit-proof .step2 {
    background: #8b8b8b;
}

.submit-proof .step3 {
    background: #767676;
}

.submit-proof .step4 {
    background: #676767;
}

.home-page .upload a,
.tesco .documents .btn,
.tesco .documents .btn-back a,
.btn-add-one-more {
    background-color: #004e37;
}

.tesco .step {
    background: #686868;
}

/* PopUp */

.modal-header {
    background: #898989 !important;
}

.btn-submit {
    color: #ffffff;
    background: #004e37;
}

/* Upload Document */

.upload-document {
    padding: 50px;
}

    .upload-document .form-control {
        background: #f2f0f0;
        max-width: 400px;
        border: none;
    }

    .upload-document .col-md-6 img {
        max-width: 100%;
    }

    .upload-document .sample-doc,
    .upload-document .user-doc {
        width: 100%;
        height: auto;
        min-height: 400px;
        text-align: center;
        margin-bottom: 20px;
        display: table;
    }

    .upload-document #userDocument,
    .upload-document #sampleDocument {
        display: table-cell;
        vertical-align: middle;
    }

    .upload-document .sample-doc {
        background: #f5f5f5 url(img/common/example-icon.png) no-repeat center;
        background-size: 80%;
    }

    .upload-document .user-doc {
        background: #f5f5f5 url(img/common/upload-icon.png) no-repeat center;
    }

    .upload-document .docs-row {
        margin-top: 15px;
    }

    .upload-document input[type='file'] {
        display: none;
    }

    .upload-document label.instead {
        max-width: 400px;
        display: block;
        border-radius: 25px;
        background-color: #004e37;
        color: #ffffff;
        width: auto;
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition: opacity .3s ease;
        cursor: pointer;
    }

        .upload-document label.instead:hover, .btn-save:hover {
            opacity: .7;
        }

    .upload-document input[type='submit'], .btn-save {
        display: block;
        border-radius: 25px;
        background: #004e37;
        border: none;
        color: #ffffff;
        width: auto;
        padding: 0 50px;
        height: 50px;
        line-height: 50px;
    }


.submit-proof .show-proof {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

    .submit-proof .show-proof img {
        max-width: 100%;
    }


.profile-page button[type='submit'],
.profile-page a.btn {
    max-width: 200px;
    display: block;
    border-radius: 25px;
    background: #004e37;
    color: #ffffff;
    width: auto;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    margin: 0 auto;
    margin-top: 20px;
}

.submit-proof input[type='submit'],
.submit-proof a.btn {
    width: 300px;
    display: block;
    border-radius: 25px;
    background: #004e37;
    color: #ffffff;
    /*width: auto;*/
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    margin: 0 auto;
    margin-top: 20px;
}

.profile-page button[type='submit'],
.profile-page a.btn {
    display: inline-block;
    margin-right: 20px;
}

.profile-page a.btn {
    background: #004e37;
}

.profile-page input[type='text'] {
    border: none;
    background: #ebf2f4;
    box-shadow: none;
}

/* Profile Page */

.profile-page {
    padding: 50px;
}

    .profile-page .inner {
        /*width: 600px;*/
        margin: 0 auto;
    }

    .profile-page .has-feedback .form-control-feedback {
        line-height: 0px;
        width: 50px;
        height: 50px;
    }

    .profile-page input[type="checkbox"] {
        width: 13px;
        height: 13px;
    }

/* Documets */

.tesco .documents {
    padding: 50px;
}

    .tesco .documents .item {
        min-height: 40px;
        line-height: 40px;
        background: #f5f5f5;
        padding: 0 20px;
        color: #686868;
    }

        .tesco .documents .item:nth-child(2n + 2) {
            background: #ffffff;
        }

    .tesco .documents .btn.remove {
        display: inline-block;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .tesco .documents .btn-back {
        display: inline-block;
    }

.tesco .documents-info {
    margin-bottom: 20px;
}

    .tesco .documents-info .col-md-6 img {
        max-width: 100%;
    }


/* Status */

.home-page .status .inner {
    height: 150px;
    position: relative;
    padding-left: 50px;
}

    .home-page .status .inner.orange {
        background: #e38809;
    }

        .home-page .status .inner.orange .icon {
            background: #e2740c url(img/common/status1.png) no-repeat center;
        }

        .home-page .status .inner.orange .filter {
            background: rgba(247, 148, 9, 0.85) url(img/common/status1-big.png) no-repeat center;
        }

    .home-page .status .inner.red {
        background: #e31249;
    }

        .home-page .status .inner.red .icon {
            background: #c00939 url(img/common/status2.png) no-repeat center;
        }

        .home-page .status .inner.red .filter {
            background: rgba(227, 18, 73, 0.85) url(img/common/status2-big.png) no-repeat center;
            height: 470px;
        }

    .home-page .status .inner.green {
        background: #38b98d;
    }

        .home-page .status .inner.green .icon {
            background: #2ba279 url(img/common/status3.png) no-repeat center;
        }

        .home-page .status .inner.green .filter {
            background: rgba(56, 185, 141, 0.85) url(img/common/status3-big.png) no-repeat center;
        }

    .home-page .status .inner.black {
        background: #20252B;
    }

        .home-page .status .inner.black .icon {
            background: #0C0B0D url(img/common/status4.png) no-repeat center;
        }

        .home-page .status .inner.black .filter {
            background: rgba(12, 11, 13, 0.85) url(img/common/status4-big.png) no-repeat center;
        }


    .home-page .status .inner .icon {
        position: absolute;
        right: 0;
        top: 0;
        height: 150px;
        width: 150px;
    }

.home-page .status .static {
    line-height: 150px;
    font-size: 40px;
    color: #ffffff;
    float: left;
}

.home-page .status .inner .message {
    display: table;
    height: 150px;
    padding-left: 50px;
    font-size: 20px;
    color: #ffffff;
}

    .home-page .status .inner .message p {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

.home-page .status .inner .filter {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 520px;
}

@media (max-width: 992px) {
    .hello-panel {
        padding: 10px;
    }

        .hello-panel .right {
            float: none;
        }

        .hello-panel .left {
            float: none;
        }

        .hello-panel h2 {
            font-size: 30px;
            margin: 10px 0 0 0;
        }

        .hello-panel p.welcome {
            font-weight: bold;
            font-size: 17px;
        }

    #logo {
        width: 130px;
    }

        #logo a {
            background-position: left center !important;
        }

    #main {
        margin-top: 80px;
    }

    .panel-menu a.account {
        width: 85px;
        background: rgba(0, 0, 0, 0.2) url(img/common/user-icon.png) no-repeat center;
    }

        .panel-menu a.account span {
            display: none;
        }

    .navbar-nav .open .dropdown-menu {
        background: rgba(0, 0, 0, 0.3);
    }

    .home-page .status .inner .message {
        font-size: 16px;
    }

    .home-page .status .inner {
        padding-left: 20px;
    }

    .tesco .step.filename {
        font-size: 14px;
    }

    #content {
        padding-top: 0;
    }
}

@media (max-width: 720px) {
    .profile-page .inner {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .home-page .steps,
    .submit-proof .steps,
    .stepWithoutBackground,
    .bottom-info {
        font-size: 1em;
    }
}

@media (max-width: 600px) {
    .home-page .status .inner,
    .home-page .status .inner .message {
        height: 80px;
    }

    .home-page .status .static {
        font-size: 25px;
        line-height: 80px;
    }

    .home-page .status .inner .message {
        font-size: 14px;
    }

    .home-page .status .inner .filter {
        top: 80px;
    }

    .home-page .status .inner .icon {
        height: 80px;
        width: 80px;
        background-size: 50% !important;
    }

    .upload-document .sample-doc, .upload-document .user-doc {
        height: auto;
        min-height: 200px;
    }

    .hello-panel h2 {
        font-size: 30px;
        margin: 5px 0 0 0;
    }

    .tesco .step p {
        font-size: 20px;
        padding-left: 0;
    }

    .tesco .step.filename p {
        font-size: 12px;
    }

    .upload-document,
    .profile-page,
    .tesco .documents {
        padding: 30px;
    }

    .submit-proof .show-proof {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .navbar {
        min-width: 300px;
    }

    .home-page .status .static {
        display: none;
    }

    .home-page .status .inner .message {
        padding-left: 10px;
    }

    .home-page .steps,
    .submit-proof .steps {
        padding: 0 30px;
    }

        .home-page .steps p,
        .submit-proof .steps p {
            padding-left: 15px;
        }

    .hello-panel h2 {
        font-size: 25px;
        margin: 5px 0 0 0;
    }

    .hello-panel p {
        margin-bottom: 0;
    }

        .hello-panel p.welcome {
            font-weight: normal;
            font-size: 15px;
        }
}

