/* Minification failed. Returning unminified contents.
(31,27): run-time error CSS1046: Expect comma, found '13'
(31,33): run-time error CSS1046: Expect comma, found '/'
(98,12): run-time error CSS1038: Expected hex color, found '#0000000'
 */

#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/individual restaurants/logo.png") no-repeat center;
}

#page-login .background-row {
    padding: 50px 0;
    background: url("img/individual restaurants/background.jpg") no-repeat center;
    background-size: cover;
}

#page-login .background-row .inner {
	background-color: rgb(21 13 13 / 30%);
    padding: 15px;
}

#page-login input[type='submit'] {
    background: #cd1719;
}

#page-login input[type='button'] {
    background: #820900;
}

#page-login h2,
#page-login label,
#page-login a {
    color: #ffffff;
}

.field-validation-error {
    color: #CD1719;
}

.validation-summary-errors {
    color: #CD1719;
}

/* Top */

#top-welcome {
    color: #eaeaea;
}

    #top-welcome a {
        color: #fff;
        background-color: #828282;
    }

#top-panel {
    background: #828282;
}

.panel-menu a.account {
    color: #333;
    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: #820900;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #526b7e;
}

.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=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: #526b7e;
}

.main-menu .dropdown-menu {
    background-color: #820900;
}

#top-welcome {
    color: #0000000;
}

#logo {
    width: 260px;
}

    #logo a {
        background: url("img/individual restaurants/logo-small.png") no-repeat center;
    }


/* Sidebar & Content */

.sidebar-hide #content {
    width: 100%;
}

#sidebar-left {
    background: #828282;
}

    #sidebar-left .nav > li a {
        color: #ffffff;
    }

.show-sidebar-container {
    width: 185px;
    font-size: 20px;
    background: #eee;
    color: #444;
}

.show-sidebar {
    background: url(img/nsl/menu-icon.png) no-repeat center;
}

.show-sidebar-container.open div.title-menu {
    padding-left: 100px;
    background: #828282;
}

.show-sidebar-container div.title-menu {
    background-color: #828282;
}

.show-sidebar-container.open .show-sidebar {
    background: url(img/nsl/menu-icon.png) no-repeat center;
}

.show-sidebar-container a {
    float: left;
}

#sidebar-left .nav > li a {
    color: #FFF;
}

.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    background-color: #526b7e;
}

.nav.main-menu ul > li > a {
    background-color: #5c7486;
}
/* Hide */

.sidebar-hide #sidebar-left {
    width: 300px;
    left: -400px;
}


/* Home Page */

.hello-panel {
    width: 100%;
    height: 200px;
    background: #004990;
    padding: 50px;
}

    .hello-panel h2 {
        color: #000;
        font-size: 46px;
        margin-bottom: 10px;
    }

    .hello-panel h3 {
        color: #fff;
        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: #000;
    }

        .hello-panel p.welcome {
            color: #fff;
            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: #000;
    padding: 0 40px;
    font-size: 22px;
    background: #004990;
    width: 100%;
}

/* Steps */

.stepWithoutBackground {
    color: #ffffff;
}

.home-page .step1 {
    background: #ffffff;
}

.home-page .step2 {
    background: #ffffff;
}

.home-page .step3 {
    background: #ffffff;
}

.home-page .step4 {
    background: #ffffff;
}

.submit-proof .step1 {
    background: #3ba18e;
}

.submit-proof .step2 {
    background: #3ba18e;
}

.submit-proof .step3 {
    background: #3ba18e;
}

.submit-proof .step4 {
    background: #3ba18e;
}

.home-page .upload a,
.tesco .documents .btn,
.tesco .documents .btn-back a,
.btn-add-one-more {
    background-color: #820900;
}

.tesco .step {
    background: #820900;
}

/* PopUp */
.modal-header {
    background: #820900 !important;
}

.btn-submit {
    color: #fff;
    background: #820900;
}

/* 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: #820900;
        color: #fff;
        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: #67c0ea;
        border: none;
        color: #fff;
        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: #1eacaf;
    color: #fff;
    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: #1eacaf;
    color: #fff;
    /*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: #198e90;
}

.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: #1e3c83;
    }

        .tesco .documents .item:nth-child(2n+2) {
            background: #fff;
        }

    .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: 450px;
        }

    .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: #fff;
    float: left;
}

.home-page .status .inner .message {
    display: table;
    height: 150px;
    padding-left: 50px;
    font-size: 20px;
    color: #fff;
}

    .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: 500px;
}

@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;
        }
}

