body {
    font-family: LGFontMedium;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div {
    display: block;
}

a, a:hover {
    text-decoration: none;
}

    a:focus {
        outline: none;
        outline-offset: -2px;
    }

.strong {
    font-weight: bold;
}

.login-main {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    min-width: 320px;
}

.login-header {
    width: 100%;
    position: relative;
    height: auto;
    padding: 5px 0px;
    margin-bottom: 70px;
}

    .login-header .logo {
        width: 110px;
    }

.login-body {
    background: #fff;
    display: block;
    padding: 15px;
    text-align: left;
    border-radius: 8px;
}

    .login-body h3 {
        text-transform: uppercase;
        color: #a40032;
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .login-body p {
        text-transform: uppercase;
        color: #bdbdbd;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 18px;
    }

    .login-body input[type='text'] {
        background: #DFDFDF;
        border-radius: 0px;
        border: 0px solid #DFDFDF;
        min-height: 40px;
        margin-bottom: 14px;
        box-shadow: none;
        font-size: 18px;
        font-weight: normal;
        color: #000;
        font-family: "LGFontRegular";
    }

    .login-body input[type='password'] {
        background: #DFDFDF;
        border-radius: 0px;
        border: 0px solid #DFDFDF;
        min-height: 40px;
        margin-bottom: 14px;
        box-shadow: none;
        font-size: 18px;
        font-weight: normal;
        color: #000;
        font-family: "LGFontRegular";
    }

.btn-login {
    background: #a40032;
    border-color: #a40032;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 10px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 5px;
}

    .btn-login:hover {
        background: #c3003c;
    }

.panel {
    background: #fff;
    display: block;
    padding: 0px 4px 4px 4px;
    text-align: left;
    border-radius: 8px;
    margin-top: 25px;
    min-height: 86vh;
}

    .panel .panel-header {
    }

        .panel .panel-header h2 {
            margin: 0px;
            font-size: 18px;
            color: #a40032;
            text-transform: uppercase;
            font-weight: normal;
            padding: 20px 15px;
            position: relative;
        }

.btn-back {
    position: absolute;
    left: 15px;
    color: #a40032;
}

.body-panel ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

    .body-panel ul li a {
        display: block;
        padding: 10px 15px; /*Change on 21-Feb-2020  -  Amit Gupta*/
        text-transform: uppercase;
        line-height: 12px;
        position: relative;
    }

        .body-panel ul li a:hover {
            text-decoration: none;
        }

        .body-panel ul li a img {
            width: 42px;
            display: block;
            margin: 0 auto 6px auto;
        }

.r-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    border: 1px solid;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    transform: translate(0px, -50%);
}

.bg-red {
    background: #a40032;
    color: #fff;
}

    .bg-red:hover {
        color: #fff;
    }

.bg-white {
    background: #fff;
    color: #a40032;
}

    .bg-white:hover {
        color: #a40032;
    }

.radio-main {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

    /* Hide the browser's default radio button */
    .radio-main input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #a40032;
}

/* On mouse-over, add a grey background color */
.radio-main:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-main input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-main input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-main .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a40032;
}

.ml-r {
    width: 155px;
}

.ml-80 {
    width: 80px;
}

.mt-15 {
    margin-top: 15px;
}

.mtd-main {
    background: #e0e0e0;
    text-align: left;
    padding: 3px;
}

    .mtd-main .mtd-head .mtd-h {
        left: 0px;
        display: inline-block;
        background: #a40032;
        color: #fff;
        padding: 2px 5px;
        vertical-align: top;
        margin-right: 8px;
    }

.radio-left {
    text-align: left;
    margin-left: 50px;
}

.grid {
    display: block;
    position: relative;
    margin-top: 8px;
}

    .grid ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .grid ul li {
            display: inline-block;
            padding: 0px;
            margin: 0px;
            overflow: auto;
            vertical-align: top;
        }

            .grid ul li:first-child {
                width: 15%;
            }

            .grid ul li:last-child {
                width: 85.1%;
                margin-left: -5px;
            }

.grid-table {
    border: 1px solid #a40032;
    border-collapse: collapse;
    width: 100%;
}

    .grid-table tr th {
        background: #a40032;
        padding: 3px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: #fff;
        border: 1px solid #a40032;
        font-weight: normal;
        text-transform: uppercase;
    }

    .grid-table tr td {
        background: #fff;
        padding: 3px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid #a40032;
    }

.ytd-main {
    background: #fff;
    text-align: left;
    padding: 3px;
    margin-top: 3px;
}

    .ytd-main .ytd-head .ytd-h {
        left: 0px;
        display: inline-block;
        background: #a40032;
        color: #fff;
        padding: 2px 5px;
        vertical-align: top;
        margin-right: 8px;
    }

.mt-60 {
    margin-top: 60px;
}



.bg-pattern {
    background-color: #A40032;
}

.sale-rev h2 {
    margin: 5px 0px 10px 0px;
    font-size: 16px;
    text-align: center;
    color: #a40032;
    font-weight: bold;
    text-indent: 0px;
    letter-spacing: 0.3px;
}

.sale-rev .control-label {
    color: #616161;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: normal;
}

.sale-rev .form-control {
    background: #e0e0e0;
    border-radius: 0px;
    height: 32px;
    padding: 0px 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

.dashboard-home {
    width: 250px;
    margin: 0 auto;
}

    .dashboard-home ul li {
        display: inline-block;
        margin: 10px;
        vertical-align: top;
    }

        .dashboard-home ul li a {
            background: #a40032;
            color: #fff;
            padding: 15px 12px;
            border-radius: 8px;
            text-align: center;
            width: 103px;
            min-height: 106px;
            vertical-align: top;
            line-height: 13px;
            text-transform: capitalize;
        }

.mt8 {
    margin-top: 8px !important;
}

.rating {
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 765px;
    height: 265px;
    text-align: left;
}

.excellent {
    background: url("../images/ExcelentI.png") center top no-repeat, url("../images/ExcelentT.png") center bottom no-repeat;
    background-size: 70px,80px;
}

.very-good {
    background: url("../images/veryGoodI.png") center top no-repeat, url("../images/veryGoodT.png") center bottom no-repeat;
    background-size: 70px,80px;
}

.good {
    background: url("../images/goodI.png") center top no-repeat, url("../images/goodT.png") center bottom no-repeat;
    background-size: 70px,80px;
}

.fair {
    background: url("../images/fairI.png") center top no-repeat, url("../images/fairT.png") center bottom no-repeat;
    background-size: 85px,95px;
}

.poor {
    background: url("../images/poorI.png") center top no-repeat, url("../images/poorT.png") center bottom no-repeat;
    background-size: 85px,95px;
}

.verytasty {
    background: url("../images/ExcelentT.png") center bottom no-repeat;
}

.feed-back {
    width: 460px;
    margin: 0 auto;
    position: relative;
}

    .feed-back .smily1 {
        width: 70px;
        margin-left: 38px;
    }
    .feed-back .smily2 {
        width: 70px;
        margin-left: 67px;
    }
    .feed-back .smily3 {
        width: 70px;
        margin-left: 53px;
    }
.feed-back-text input:nth-child(1) {
    height: 26px;
    width: 139px;
    background-image: url(../images/ExcelentT.png);
    background-size: 100% 26px;
    border: 0px solid #000;
    background-color: transparent;
    color:#fff;
}
.feed-back-text input:nth-child(2) {
    height: 26px;
    width: 131px;
    background-image: url(../images/veryGoodT.png);
    background-size: 100% 26px;
    border: 0px solid #000;
    background-color: transparent;
    color:#fff;
}
.feed-back-text input:nth-child(3) {
    height: 26px;
    width: 131px;
    background-image: url(../images/goodT.png);
    background-size: 100% 26px;
    border: 0px solid #000;
    background-color: transparent;
    color:#fff;
}