﻿@font-face {
    font-family: 'National2-Bold';
    src: url(../fonts/National2-Bold.woff);
    src: url(../fonts/National2-Bold.eot);
    src: url(../fonts/National2-Bold.eot?#iefix)format('embedded-opentype'), url(../fonts/National2-Bold.woff)format('woff'), url(../fonts/National2-Bold.ttf)format('truetype'), url(../fonts/National2-Bold.svg#wf)format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'National2Condensed-Bold';
    src: url(../fonts/National2Condensed-Bold.woff);
    src: url(../fonts/National2Condensed-Bold.eot);
    src: url(../fonts/National2Condensed-Bold.eot?#iefix)format('embedded-opentype'), url(../fonts/National2Condensed-Bold.woff)format('woff'), url(../fonts/National2Condensed-Bold.ttf)format('truetype'), url(../fonts/National2Condensed-Bold.svg#wf)format('svg');
    font-weight: normal;
    font-style: normal;
}
/*********************** font ends here *********************/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    margin: 0;
    font-size: 14px;
    padding: 0;
}

::-webkit-scrollbar {
    -webkit-appearance: none
}

    ::-webkit-scrollbar:vertical {
        width: 12px
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 10px;
    border: 2px solid #ccc;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

ul, li {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s linear;
}

    a:hover, a:focus, a:active {
        outline: 0;
        color: #000;
        text-decoration: none;
    }

.d-none {
    display: none !important;
}

.glyphicon {
    margin-right: 10px;
}
/******************************* heading style *******************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'National2Condensed-Bold';
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 32px;
    line-height: 32px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4 {
    font-size: 26px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 25px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.container {
    width: 100%;
}

.with-arrow:after {
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin-left: 8px;
    margin-bottom: 1px;
    transform: rotate(-45deg);
    padding: 3px;
    display: inline-block;
    content: "";
}

strong,
.text-bold {
    font-weight: 700 !important;
}

.link-underline {
    text-decoration: underline;
}
/****************************** clearfix style ********************************/
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/****************************** custom checkbox style ********************************/
.check-wrapper {
    margin-bottom: 25px;
}

.checkbox {
    margin-top: 0;
}

    .checkbox + .checkbox, .radio + .radio {
        margin-top: 0
    }

    .checkbox label {
        padding-left: 30px;
        position: relative;
        line-height: 18px;
    }

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox span:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        content: '';
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 2px;
    }

    .checkbox span:after {
        content: "";
        position: absolute;
        display: none;
        left: 7px;
        top: 2px;
        width: 6px;
        height: 12px;
        border: solid #e4002b;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .checkbox input:checked ~ span:after {
        display: block;
    }


/****************************** form style ********************************/
a.bttn, button.bttn, input.bttn, .bttn:hover {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 18px 16px;
    border-radius: 5px;
    background-color: #e4002b;
    border: 2px solid #e4002b;
    line-height: 20px;
    font-size: 16px;
    min-width: 100px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.bttn:focus {
    outline: none;
}

.bttn.btn-white:hover,
.bttn.btn-white {
    background: #fff;
    border-color: #000;
    color: #000
}

.bttn.btn-black:hover,
.bttn.btn-black {
    background: #000;
    border-color: #000;
}

.btn-block {
    display: block;
}

.button-group {
    display: flex;
    justify-content: space-between;
}

    .button-group .bttn {
        width: 48%;
    }

.text-danger {
    color: #e4002b;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

    .text-danger ul {
        margin-bottom: 20px;
    }

    .text-danger li {
        margin-bottom: 5px;
    }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

    .form-group label {
        margin-bottom: 0;
        font-size: 13px;
        top: 5px;
        font-weight: normal;
        transition: 0.2s ease all;
        position: absolute;
    }

.form-control[disabled] {
    color: #a5a3a3;
    background: #fff;
}

.form-control {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.42);
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding-left: 0;
}

    .form-control.input-validation-error {
        border-bottom: 2px solid #e4002b;
    }

    .form-control:focus {
        box-shadow: none;
        border-bottom: 2px solid #000;
    }

        .form-control:focus + label, .form-group.active label {
            top: 15px;
            font-size: 12px;
            top: -13px;
            color: #666;
        }


.label-req:after {
    content: "*";
    color: red
}

.bootstrap-select > .dropdown-toggle {
    background: none;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.42);
    border-radius: 0;
    padding-left: 0;
}

.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:active {
    outline: none;
    background: none;
}
/****************************** header style ********************************/
header {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 1;
}

    header .logo {
        width: 70px;
        background: url(../images/kfc-logo-mobile.svg) no-repeat;
        height: 22px;
        text-indent: -9999px;
        float: left;
        background-size: contain;
        overflow: hidden;
        margin-right: 20px;
    }

    header .header-right {
        float: right;
        text-align: right;
    }

        header .header-right ul li {
            display: inline-block;
            border-right: 1px solid #c4c4c4;
            padding-right: 10px;
            padding-left: 6px;
        }

            header .header-right ul li:last-child {
                border-right: 0;
                padding-right: 0;
            }

            header .header-right ul li a {
                font-weight: bold;
            }

    header .header-middle {
        float: left;
        padding-top: 28px;
    }

        header .header-middle h4 {
            margin-bottom: 0
        }
/****************************** menu style ********************************/
nav {
    top: 47px;
    background: #000;
    position: sticky;
    z-index: 2;
}

    nav ul li {
        display: block;
        float: left;
        border-right: 1px solid #a5a5a5;
    }

        nav ul li a {
            color: #fff;
            display: block;
            padding: 12px 15px;
        }

            /*  nav ul li a.with-arrow:after {
                border-color: #fff;
                transform: rotate(44deg);
                margin-bottom: 3px;
            }
*/
            nav ul li a:hover, nav ul li a:focus, nav ul li a.active {
                background: #cecece;
                color: #000;
            }

/* nav ul li a.with-arrow:hover:after, nav ul li a.with-arrow:focus:after {
                border-color: #000;
            }*/
/****************************** footer style ********************************/
.wrapper {
    min-height: calc(100vh - 40px);
}

footer {
    background: #202124;
    color: #ababab;
    text-align: center;
    font-size: 13px;
    padding: 10px 10px;
    position: relative;
}
/****************************** body style ********************************/
.body-content {
    padding-bottom: 40px;
}

.content-block {
    padding-top: 40px;
}

.left-panel {
    background: #202124;
    color: #fff;
    padding: 60px 35px 45px;
    position: relative;
}

    .left-panel:before {
        content: "";
        position: absolute;
        top: 0;
        width: 12px;
        left: 58px;
        height: 30px;
        box-shadow: inset 0 0 0 32px #e4002b, -22px 0 #e4002b, 22px 0 #e4002b;
    }

    .left-panel ul li {
        margin-bottom: 12px;
    }

        .left-panel ul li a {
            color: rgba(255,255,255,.5);
        }

            .left-panel ul li.active a, .left-panel ul li a:hover {
                color: #fff;
            }

.my-account .left-panel h1:before {
    content: "";
    display: block;
    background: url(../images/profile-circle.png) no-repeat -5px 0;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 86px;
    height: 87px;
}

.my-account .left-panel:before {
    left: 70px;
}

.account-right h3 {
    text-transform: uppercase;
}

.account-right h4 {
    text-transform: uppercase;
    padding-top: 15px;
}

.selected-item {
    max-height: 100px;
    overflow: auto;
    height: auto;
    min-height: 0px;
}

.element {
    display: inline-block;
    background: #e91e63;
    padding: 3px 10px;
    position: relative;
    border-radius: 22px;
    margin: 4px;
    font-size: 11px;
    color: #fff;
}

    .element .delete-item {
        color: #fff;
        font-style: normal;
        margin-left: 6px;
        font-weight: bold;
        cursor: pointer;
    }
/****************************** application page style ********************************/
.content {
    margin-bottom: 15px;
}

    .content a {
        display: block;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
        border-radius: 5px;
        overflow: hidden;
       
    }

    .content .picture {
        background: #e7e7e7;
        padding-top: 25px;
    }

    .content a img {
        max-width: 100%;
        margin: 0 auto 10px;
        display: block;
    }

    .content a span {
        padding: 12px;
        display: block;
        border-top: 1px solid #dadada;
        font-family: 'National2-Bold';
    }

/****************************** login page style ********************************/

.login-wrapper {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 28px 23px 20px;
    margin-bottom: 3rem;
    margin-top: 6rem;
    background: #f9f9f9;
    box-shadow: 0 3px 6px 0px #ccc;
}

/****************************** login page style ********************************/
@media (max-width: 767px) {
    .left-panel {
        margin: 0 -15px 25px;
        padding: 60px 20px 0;
    }

        .left-panel:before {
            left: 42px;
        }

    .my-account .left-panel:before {
        left: 52px;
    }

    .left-panel h1 {
        display: flex;
        margin-bottom: 40px;
    }

    .my-account .left-panel h1 {
        margin-bottom: 20px;
    }

    .left-panel ul li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 15px;
    }

        .left-panel ul li a {
            padding-bottom: 8px;
            display: block;
            border-bottom: 3px solid #202124;
        }

            .left-panel ul li.active a, .left-panel ul li a:hover {
                border-color: #e4002b;
            }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    header .header-right {
        padding-top: 28px;
    }

    nav {
        top: 103px;
    }

    header .logo {
        background-image: url(../images/kfc-logo-mobile.svg);
        width: 90px;
        height: 50px;
    }

    .login-container {
        width: 50%;
        margin: 0 auto;
    }

    .body-content {
        padding-top: 40px;
    }

    .content-block {
        padding-top: 0;
    }

    .left-panel {
        border-radius: 10px;
    }
}

@media (min-width:992px) {
    body {
        font-size: 15px;
    }

    .content a span {
        font-size: 18px;
    }

    .account-right {
        padding-left: 80px;
    }

        .account-right h3 {
            font-size: 38px;
        }
}

@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    }

    header .header-middle {
        width: 30%;
        text-align: center;
        position: relative;
        left: 45%;
    }

    header .logo {
        margin-right: 110px;
    }
}

@media (min-width: 1580px) {
    .container {
        max-width: 85%;
    }

    header .header-middle {
        width: 64%;
    }

    .login-container {
        width: 40%;
    }
    header .logo {
        margin-right: 170px;
    }
}
.bootstrap-select .filter-option {
    white-space: normal;
}

.bootstrap-select .btn {
    height: 50px;
    overflow: auto;
}