/*Global css*/
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
}

button, input[type="submit"], input[type="search"], a {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: none;
        outline: 0;
        color: #000;
    }

    a:focus {
        outline: none !important;
        outline-offset: none !important;
        text-decoration: none !important;
    }

.badge-success {
    background-color: #85BB65 !important;
}

.badge-danger {
    background-color: #fc636b !important;
}

button:focus {
    outline: none;
}

a, img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

label {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0 0 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

ul, ol {
    list-style: none;
    margin: 0;
}

    ul li, ol li {
        list-style: none;
    }

p {
    display: block;
    line-height: 24px;
    margin: 0;
    padding: 0 0 20px;
}

.check-custom input[type="checkbox"] {
    display: none;
}

.check-custom hk input[type="checkbox"] + label {
    background: rgba(0,0,0,0) url(../images/chk.jpg) no-repeat left top;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    min-height: 22px;
    min-width: 24px;
    padding: 0 0 0 30px;
}

.check-custom input[type="checkbox"]:checked + label {
    background-image: url(../images/chk_a.jpg);
}

.radio-custom input[type="radio"] {
    display: none;
}

    .radio-custom input[type="radio"] + label {
        background: rgba(0,0,0,0) url(../images/rdo.png) no-repeat left top;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
        min-height: 22px;
        min-width: 24px;
        padding: 0 0 0 30px;
    }

    .radio-custom input[type="radio"]:checked + label {
        background-image: url(../images/rdo_a.png);
    }

.form-group {
    display: block;
    position: relative;
}

.form-control {
    border-color: #d0d8e4;
    border-radius: 0;
    box-shadow: none !important;
    height: 40px;
}

select, select.form-control {
    background: #fff url(../images/arrowdown.png) no-repeat right center !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    padding-left: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto;
}

.btn-custom {
    background: #f63d57;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

    .btn-custom:hover, .btn-custom:focus {
        background: #384160;
        color: #fff;
    }

.btn-blue {
    background: #384160;
    color: #fff;
}

    .btn-blue:hover, .btn-blue:focus {
        background: #f63d57;
        color: #fff;
    }

.dis-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.dis-block {
    display: block;
    position: relative;
}

.full-wdth {
    display: block;
    width: 100%;
    position: relative;
}

.full {
    width: 100%;
    position: relative;
    float: left;
}
/*Padding css*/
.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.padding50 {
    padding: 50px;
}

.padding60 {
    padding: 60px;
}

.padding70 {
    padding: 70px;
}

.padding80 {
    padding: 80px;
}

.padding90 {
    padding: 90px;
}

.padding100 {
    padding: 100px;
}

.padding-top5 {
    padding-top: 5px;
}

.padding-bottom5 {
    padding-bottom: 5px;
}

.padding-left5 {
    padding-left: 5px;
}

.padding-right5 {
    padding-right: 5px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-right10 {
    padding-right: 10px;
}

.padding-top15 {
    padding-top: 15px;
}

.padding-bottom15 {
    padding-bottom: 15px;
}

.padding-right15 {
    padding-right: 15px;
}

.padding-left15 {
    padding-left: 15px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-left20 {
    padding-left: 20px;
}

.padding-right20 {
    padding-right: 20px;
}

.padding-top25 {
    padding-top: 25px;
}

.padding-bottom25 {
    padding-bottom: 25px;
}

.padding-left25 {
    padding-left: 25px;
}

.padding-right25 {
    padding-right: 25px;
}

.padding-top30 {
    padding-top: 30px;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.padding-left30 {
    padding-left: 30px;
}

.padding-right30 {
    padding-right: 30px;
}

.padding-top40 {
    padding-top: 40px;
}

.padding-bottom40 {
    padding-bottom: 40px;
}

.padding-left40 {
    padding-left: 40px;
}

.padding-right40 {
    padding-right: 40px;
}

.padding-top50 {
    padding-top: 50px;
}

.padding-bottom50 {
    padding-bottom: 50px;
}

.padding-left50 {
    padding-left: 50px;
}

.padding-right50 {
    padding-right: 50px;
}

.padding-top60 {
    padding-top: 60px;
}

.padding-bottom60 {
    padding-bottom: 60px;
}

.padding-top70 {
    padding-top: 70px;
}

.padding-bottom70 {
    padding-bottom: 70px;
}

.padding-top80 {
    padding-top: 80px;
}

.padding-bottom80 {
    padding-bottom: 80px;
}

.padding-top90 {
    padding-top: 90px;
}

.padding-bottom90 {
    padding-bottom: 90px;
}

.padding-top100 {
    padding-top: 100px;
}

.padding-bottom100 {
    padding-bottom: 100px;
}
/*Margin css*/
.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin30 {
    margin: 30px;
}

.margin40 {
    margin: 40px;
}

.margin50 {
    margin: 50px;
}

.margin60 {
    margin: 60px;
}

.margin70 {
    margin: 70px;
}

.margin80 {
    margin: 80px;
}

.margin90 {
    margin: 90px;
}

.margin100 {
    margin: 100px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-right15 {
    margin-right: 15px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-right20 {
    margin-right: 20px;
}

.margin-top25 {
    margin-top: 25px;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.margin-left25 {
    margin-left: 25px;
}

.margin-right20 {
    margin-right: 20px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-left30 {
    margin-left: 30px;
}

.margin-right30 {
    margin-right: 30px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-left40 {
    margin-left: 40px;
}

.margin-right40 {
    margin-right: 40px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-top60 {
    margin-top: 60px;
}

.margin-bottom60 {
    margin-bottom: 60px;
}

.margin-top70 {
    margin-top: 70px;
}

.margin-bottom70 {
    margin-bottom: 70px;
}

.margin-top80 {
    margin-top: 80px;
}

.margin-bottom80 {
    margin-bottom: 80px;
}

.margin-top90 {
    margin-top: 90px;
}

.margin-bottom90 {
    margin-bottom: 90px;
}

.margin-top100 {
    margin-top: 100px;
}

.margin-bottom100 {
    margin-bottom: 100px;
}
/*Font Size css*/
.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}

.font26 {
    font-size: 26px;
}

.font27 {
    font-size: 27px;
}

.font28 {
    font-size: 28px;
}

.font29 {
    font-size: 29px;
}

.font30 {
    font-size: 30px;
}

.font31 {
    font-size: 31px;
}

.font32 {
    font-size: 32px;
}

.font33 {
    font-size: 33px;
}

.font34 {
    font-size: 34px;
}

.font35 {
    font-size: 35px;
}

.font36 {
    font-size: 36px;
}

.font37 {
    font-size: 37px;
}

.font38 {
    font-size: 38px;
}

.font39 {
    font-size: 39px;
}

.font40 {
    font-size: 40px;
}
/*Background Color css*/
.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}
/*Font Color css*/
.white-color {
    color: #fff;
}

.black-color {
    color: #000;
}

.green-color {
    color: #27c5a1;
}

.yellow-color {
    color: #ffcc2d;
}

.red-color {
    color: #ec1c38;
}

.grey-color {
    color: #cbcbcb;
}
/*Font Weight css*/
.font-weight200 {
    font-weight: 200;
}

.font-weight300 {
    font-weight: 300;
}

.font-weight400 {
    font-weight: 400;
}

.font-weight500 {
    font-weight: 500;
}

.font-weight600 {
    font-weight: 600;
}

.font-weight700 {
    font-weight: 700;
}

.font-weight800 {
    font-weight: 800;
}

.realtive {
    position: relative;
}

.vertical-middle {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.margin0 {
    margin: 0 !important;
}

.padding0 {
    padding: 0 !important;
}

.border0 {
    border: none !important;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
/*Page Css*/
.header-fixed {
    background-color: #426d29;
    color: #95908a;
    left: 0;
    padding: 18px 0 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-right {
    font-size: 18px;
    margin-top: 23px;
}

.header-fixed .nav.main-nav {
    margin-top: 0;
}

    .header-fixed .nav.main-nav ul li {
        float: left;
        padding-left: 22px;
    }

        .header-fixed .nav.main-nav ul li:first-child {
            padding-left: 0;
        }

        .header-fixed .nav.main-nav ul li a:link, .header-fixed .nav.main-nav ul li a:visited {
            color: #fff;
            display: block;
            padding-bottom: 2px;
            position: relative;
            text-transform: uppercase;
            font-weight: 500;
        }

        .header-fixed .nav.main-nav ul li a:hover, .header-fixed .nav.main-nav ul li a.active {
            color: #fff;
        }

        .header-fixed .nav.main-nav ul li a::before, .submenu a::before {
            background-color: #000000;
            bottom: 0;
            content: "";
            display: none;
            height: 2px;
            left: 0;
            position: absolute;
            width: 11px;
        }

        .header-fixed .nav.main-nav ul li a.active::before, .submenu a.active::before {
            display: block;
        }

.submenu {
    margin-left: 0;
}

.header-fixed .nav.main-nav ul li .submenu a:link, .header-fixed .nav.main-nav ul li .submenu a:visited {
    float: left;
    text-transform: none;
}

a.icon-signup {
    background: url(../images/signup-icon.png) 0 0 no-repeat;
    padding-left: 29px;
}

    a.icon-signup:hover {
        background: url(../images/signup-icon2.png) 0 0 no-repeat;
    }

a.icon-logout {
    background: url(../images/logout-icon.png) 0 0 no-repeat;
    padding-left: 39px;
}

    a.icon-logout:hover {
        background: url(../images/logout-icon2.png) 0 0 no-repeat;
    }

.seprator {
    float: left;
    text-align: center;
    width: 20px;
}

.main {
    background-color: #f8f8f8;
    float: left;
    width: 100%;
}

.inner-header {
    padding-top: 147px;
}

    .inner-header a {
        color: #426d29
    }

    .inner-header::after {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .inner-header .container {
        position: relative;
        z-index: 5;
    }



    .inner-header h1 {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 18px;
        padding: 22px 0 20px 78px;
        position: relative;
        text-transform: uppercase;
    }

        .inner-header h1::before {
            background: #426d29 url(../images/icon-cirtified.png) 0 0 no-repeat;
            background-size: 100%;
            border-radius: 50%;
            content: "";
            height: 69px;
            left: 0;
            position: absolute;
            top: 0;
            width: 69px;
        }

    .inner-header p {
        line-height: 26px;
    }

.field-bredcrumb {
    border-top: solid 1px #e0dbd4;
    border-bottom: solid 1px #e0dbd4;
    float: left;
    padding: 9px 0;
    width: 100%;
    /*margin-top: 85px;*/ /* Added margin-top, ON MERGE I removed it so it looks better*/
}

    .field-bredcrumb .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin: 22px 0 13px 0;
        width: auto;
        float: left;
    }

        .field-bredcrumb .breadcrumb li {
            float: left;
            padding-left: 68px;
            position: relative;
            text-transform: uppercase;
        }

            .field-bredcrumb .breadcrumb li:first-child {
                padding-left: 0;
            }

        .field-bredcrumb .breadcrumb > li + li::before, .field-bredcrumb .breadcrumb > li::before {
            background-color: #d9d3cb;
            content: "";
            bottom: 6px;
            height: 2px;
            position: absolute;
            left: 10px;
            width: 48px;
        }

        .field-bredcrumb .breadcrumb > li:first-child::before {
            display: none;
        }

        .field-bredcrumb .breadcrumb li a {
            color: #426d29;
        }

        .field-bredcrumb .breadcrumb li.breadcrumb-item.active {
            color: #426d29;
        }

.btn-black {
    background-color: #4a4a4a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 16px 38px;
    position: relative;
    min-width: 155px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
}

    .btn-black:hover {
        background-color: #426d29;
        color: #fff;
    }

.btn-brown {
    background-color: #426d29;
    border-radius: 5px; /* Slightly more rounded for a modern look */
    color: #fff;
    display: inline-flex; /* Helps with icon alignment */
    align-items: center; /* Centers icon and text */
    font-size: 14px; /* Slightly smaller font */
    padding: 10px 20px; /* Reduced padding to make buttons smaller */
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; /* Prevents button text from wrapping */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); /* More subtle shadow */
    transition: all 0.2s ease-in-out;
}

    .btn-brown i {
        margin-right: 8px; /* Adds spacing between icon and text */
        font-size: 14px; /* Keeps icon proportional */
    }

    .btn-brown:hover {
        background-color: #708c9f; /* Darker blue on hover */
        color: #fff;
    }

    .btn-brown.print-icon, .btn-black.email-icon {
        padding-left: 66px;
    }

.print-icon::before {
    background: url(../images/print.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 30px;
    left: 19px;
    position: absolute;
    top: 12px;
    width: 29px;
}

.emailbtn-icon::before {
    background: url(../images/email.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 25px;
    left: 17px;
    position: absolute;
    top: 15px;
    width: 33px;
}

.section-mid {
    float: left;
    padding: 47px 0;
    width: 100%;
    min-height: calc(100vh);
}

.col-overall-L, .col-prg-L {
    float: left;
    width: 60%;
}

.col-overall-R, .col-prg-R {
    float: left;
    width: 40%;
}

.col-overall-L h2 {
    font-size: 22px;
    font-weight: 400;
    display: block;
    padding: 41px 0 34px;
    text-transform: uppercase;
}

    .col-overall-L h2::after {
        background-color: #e8e8e8;
        content: "";
        height: 1px;
        right: 28px;
        position: absolute;
        top: 46px;
        width: 135px;
    }

    .col-overall-L h2 span {
        position: relative;
        z-index: 5;
    }

    .col-overall-L h2 strong {
        color: #e8e8e8;
        font-size: 94px;
        font-weight: 700;
        letter-spacing: 14px;
        position: absolute;
        left: 0;
        top: 6px;
        text-transform: uppercase;
    }

.progress-field {
    border: solid 1px #fff;
    border-radius: 3px;
    float: left;
    margin-top: 12px;
    width: 100%;
    -webkit-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.05);
}

.progress-main {
    float: left;
    padding: 12px 20px 12px 160px;
    position: relative;
    width: 100%;
}

    .progress-main::before {
        background-color: #e3e3e3;
        content: "";
        height: 78px;
        left: 134px;
        position: absolute;
        top: 11px;
        width: 1px;
    }

.viewall-row-th .progress-main::before {
    display: none;
}

.grade {
    background-size: cover;
    float: left;
    font-size: 32px;
    font-weight: 700;
    height: 74px;
    line-height: 74px;
    margin-left: -134px;
    text-align: center;
    text-transform: uppercase;
    width: 74px;
}

.gradeA {
    background: url(../images/gradeA.png) 0 0 no-repeat;
    background-size: cover;
    color: #3c763d;
}

.gradeB {
    background: url(../images/gradeB.png) 0 0 no-repeat;
    background-size: cover;
    color: #2f6fa6;
}

.gradeC {
    background: url(../images/gradeC.png) 0 0 no-repeat;
    background-size: cover;
    color: #2f6fa6;
}

.gradeD {
    background: url(../images/gradeD.png) 0 0 no-repeat;
    background-size: cover;
    color: #8a6d3b;
}

.gradeF {
    background: url(../images/gradeF.png) 0 0 no-repeat;
    background-size: cover;
    color: #a94442;
}

.gradeNA {
    width: auto;
    font-size: 14px;
    text-transform: none;
    margin-left: -140px;
    font-weight: 500;
}

.progress-box {
    background-color: #ededed;
    border-radius: 5px;
    float: left;
    margin-top: 30px;
    height: 10px;
    position: relative;
    width: 100%;
}

.barA {
    background: url(../images/barA.jpg) 0 0 no-repeat;
    border-radius: 5px;
    float: left;
    height: 10px;
    width: 90%;
}

.barB {
    background: url(../images/barB.jpg) 0 0 no-repeat;
    border-radius: 5px;
    float: left;
    height: 10px;
    width: 84%;
}

.barC {
    background: url(../images/barC.jpg) 0 0 no-repeat;
    border-radius: 5px;
    float: left;
    height: 10px;
    width: 74%;
}

.barD {
    background: url(../images/barD.jpg) 0 0 no-repeat;
    border-radius: 5px;
    float: left;
    height: 10px;
    width: 68%;
}

.barF {
    background: url(../images/barF.jpg) 0 0 no-repeat;
    border-radius: 5px;
    float: left;
    height: 10px;
    width: 60%;
}

.percentage-block {
    color: #fff;
    padding-top: 2px;
    height: 28px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: -30px;
    text-align: center;
    width: 44px;
}

.perA {
    background: url(../images/percentageA.png) 0 0 no-repeat;
}

.perB {
    background: url(../images/percentageB.png) 0 0 no-repeat;
}

.perC {
    background: url(../images/percentageC.png) 0 0 no-repeat;
}

.perD {
    background: url(../images/percentageD.png) 0 0 no-repeat;
}

.perF {
    background: url(../images/percentageF.png) 0 0 no-repeat;
}

.grade-title {
    float: left;
    font-size: 20px;
}

.bggrade {
    background-color: lightgray;
}

    .bggrade .grade-title {
        color: #3c763d;
    }

.bggradeA {
    background-color: #d5eccc;
}

    .bggradeA .grade-title {
        color: #3c763d;
    }

.bggradeB {
    background-color: #b7d4ec;
}

    .bggradeB .grade-title {
        color: #2f6fa6;
    }

.bggradeC {
    background-color: #d6ebf6;
}

    .bggradeC .grade-title {
        color: #2f6fa6;
    }

.bggradeD {
    background-color: #faf3ce;
}

    .bggradeD .grade-title {
        color: #8a6d3b;
    }

.bggradeF {
    background-color: #efd6d6;
}

    .bggradeF .grade-title {
        color: #a94442;
    }

.col-prg-R {
    border-radius: 0 2px 2px 0;
    padding: 36px 22px 33px 32px;
}

.progress-field .btn.btn-primary.dropdown-toggle {
    border: none;
    display: inline-block;
    height: 30px;
    padding: 0;
    text-indent: -8000px;
    width: 30px;
    -webkit-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
}

    .progress-field .btn.btn-primary.dropdown-toggle.collapsed {
        background: #fff url(../images/category-arrow.png) 0 0 no-repeat;
    }

.progress-field .btn.btn-primary.dropdown-toggle {
    background: #fff url(../images/category-arrowR.png) 0 0 no-repeat;
}

.ft-bg {
    background-color: #426d29;
    color: #fff;
    float: left;
    font-weight: 300;
    padding: 34px 0;
    width: 100%;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

    .copyright a:hover {
        text-decoration: underline;
    }

.ft-nav {
    float: right;
    width: auto;
}

    .ft-nav li {
        float: left;
        padding: 0 5px;
        position: relative;
    }

        .ft-nav li::after {
            background-color: #fff;
            content: "";
            height: 13px;
            position: absolute;
            right: 0;
            top: 1px;
            width: 2px;
        }

        .ft-nav li:last-child::after {
            display: none;
        }

        .ft-nav li:last-child {
            padding-right: 0;
        }

        .ft-nav li a {
            color: #fff;
        }

            .ft-nav li a:hover {
                text-decoration: underline;
            }
/*-----view all-----*/
.viewall-row {
    background-color: #fff;
    margin-top: 12px;
    padding: 8px 0;
    width: 100%;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.10);
}

.viewall-row-th {
    background-color: #CBCCCE;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    width: 100%;
}

.col-sep {
    border-right: solid 1px #e3e3e3;
}

    .col-sep:last-child {
        border-right: none;
    }

.col-pad {
    padding: 30px 26px 10px 26px !important;
}

.col-pad2 {
    padding: 10px 26px !important;
}

.col-pad3 {
    padding: 18px 26px 10px 26px !important;
}

.col-pad4 {
    padding: 30px 15px 15px 15px !important;
}

.viewall-row-th .col-pad {
    padding: 10px 26px !important;
}

.viewall-row-th .col-pad2 {
    padding: 12px 26px 12px 80px !important;
}

.edit-btn {
    border: solid 1px #426d29;
    border-radius: 24px;
    color: #426d29;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    width: 46px;
}

    .edit-btn:hover {
        background-color: #426d29;
        color: #fff;
    }

.delete-btn {
    border: solid 1px #222;
    border-radius: 24px;
    color: #222;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    width: 46px;
}

    .delete-btn:hover {
        background-color: #222;
        color: #fff;
    }

.btn-sep {
    background-color: #e3e3e3;
    display: inline-block;
    height: 24px;
    margin: 0 10px -8px;
    width: 1px;
}

.viewall-row .progress-box {
    margin-top: 4px;
}

.viewall-row .edit-btn, .viewall-row .delete-btn {
    margin-top: -14px;
}

.banner-viewall {
    background: url(../images/banner-viewall.jpg) center 0 no-repeat;
    background-size: cover;
}

.btn.btn-brown.dropdown-toggle, .btn.btn-black.dropdown-toggle {
    padding: 15px 32px;
    min-width: 255px;
    text-align: left;
}

    .btn.btn-brown.dropdown-toggle.filter-icon, .btn.btn-black.dropdown-toggle.report-icon {
        padding-left: 64px;
    }

.filter-icon::before {
    background: url(../images/filter.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 29px;
    left: 20px;
    position: absolute;
    top: 12px;
    width: 27px;
}

.report-icon::before {
    background: url(../images/new-report.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 29px;
    left: 19px;
    position: absolute;
    top: 12px;
    width: 29px;
}

.btn-black .caret, .btn-brown .caret {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
    position: absolute;
    right: 19px;
    top: 24px;
}

.dropp-btn-w ul.dropdown-menu {
    font-size: 14px;
    min-width: 255px;
}

.data-content {
    float: left;
    width: 100%;
}

.header-right .navbar-toggle {
    background-color: #426d29;
    display: none;
}

header .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*-----login-----*/
.loginBg {
    background: url(../images/loginBG.jpg) center top no-repeat;
    background-size: cover;
    color: #b9b9b9;
    font-size: 16px;
    min-height: 921px;
    padding: 147px 0 30px;
    width: 100%;
}

    .loginBg::after {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.login-wrap {
    margin: 125px auto;
    max-width: 965px;
    position: relative;
    width: 90%;
    z-index: 5;
}

.logincontainer {
    background: #fff;
    display: flex; /* Enables side-by-side layout */
    flex-wrap: nowrap; /* Prevents wrapping to the next line */
    border-radius: 8px; /* Smooth edges for a modern feel */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.10); /* Layered shadow for depth */
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out; /* Smooth effects */
}

    .logincontainer:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20), 0 6px 12px rgba(0, 0, 0, 0.12); /* More elevation on hover */
        transform: translateY(-2px); /* Slight lift effect */
    }


.login-left {
    background-color: #426d29;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    width: 41.2%;
    padding: 74px 25px;
    /* Flexbox for vertical centering */
    display: flex;
    flex-direction: column; /* Ensures proper stacking of content */
    align-items: center; /* Centers content horizontally */
    justify-content: center; /* Centers content vertically */
    text-align: center; /* Ensures text remains centered */
    height: 100%; /* Ensures it takes the full height of the parent container */
}


.login-right {
    width: 58.8%;
    padding: 74px 50px;
}

.login-left h1 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.login-right h2 {
    color: #222;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 26px;
    position: relative;
}

    .login-right h2:before {
        background-color: #426d29;
        content: "";
        height: 2px;
        left: -60px;
        position: absolute;
        top: 12px;
        width: 40px;
    }

.or {
    border-radius: 31px;
    border: solid 1px #4a4a4a;
    display: inline-block;
    height: 62px;
    line-height: 62px;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    text-align: center;
    width: 62px;
}

    .or::before {
        background-color: #4a4a4a;
        content: "";
        height: 1px;
        left: -29px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        width: 26px;
    }

    .or::after {
        background-color: #4a4a4a;
        content: "";
        height: 1px;
        right: -29px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        width: 26px;
    }

.btn.signupbtn {
    background: #426d29 url(../images/spacer.gif) 0 0 no-repeat;
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    min-width: 176px;
    padding: 16px 15px 17px;
    text-align: center;
    text-transform: uppercase;
}

    .btn.signupbtn:hover {
        background-color: #fff;
        color: #000;
    }

.btn.signinbtn {
    background: #426d29;
    border: solid 1px #426d29;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    min-width: 100%;
    padding: 16px 15px 17px;
    text-align: center;
    text-transform: uppercase;
}

    .btn.signinbtn:hover {
        background: transparent url(../images/spacer.gif) 0 0 no-repeat;
        color: #222;
    }

.form-control.login-inp {
    background: url(../images/spacer.gif) 0 0 no-repeat;
    height: 60px;
    border: none;
    border-bottom: solid 1px #424242;
    color: #424242;
    font-size: 14px;
    padding: 12px 0 31px 38px;
    width: 100%;
}

.email-icon::before {
    background: url(../images/email-icon.png) 0 0 no-repeat;
    background-size: cover;
    content: "";
    height: 19px;
    left: 6px;
    position: absolute;
    top: 10px;
    width: 27px;
}

.password-icon::before {
    background: url(../images/password-icon.png) 0 0 no-repeat;
    background-size: cover;
    content: "";
    height: 27px;
    left: 6px;
    position: absolute;
    top: 3px;
    width: 19px;
}

.check {
    position: relative;
    display: inline-block;
}

    .check input[type=checkbox] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        .check input[type=checkbox] + label {
            background: url(../images/check-round.png) 0 0 no-repeat;
            color: #424242;
            display: inline-block;
            font-size: 14px;
            line-height: 22px;
            padding-left: 28px;
            vertical-align: middle;
            cursor: pointer;
            font-weight: 300;
        }

        .check input[type=checkbox]:checked + label {
            background: url(../images/check-round2.png) 0 0 no-repeat;
            line-height: 22px;
        }

.login-right a {
    color: #424242;
}

    .login-right a:hover {
        text-decoration: underline;
    }

.login-right .form-group {
    margin-bottom: 44px;
}

.form-group.check-mar {
    margin-bottom: 32px;
}

.form-control:focus {
    border-color: #ccb092;
}

.form-control::-moz-placeholder {
    color: #424242;
}

.form-control:-ms-input-placeholder {
    color: #424242;
}

.form-control::-webkit-input-placeholder {
    color: #424242;
}

.form-control.daterange::-moz-placeholder {
    color: #777;
}

.form-control.daterange:-ms-input-placeholder {
    color: #777;
}

.form-control.daterange::-webkit-input-placeholder {
    color: #777;
}

.form-control:focus::-moz-placeholder, .form-control.daterange:focus::-moz-placeholder {
    color: #426d29;
}

.form-control:focus:-ms-input-placeholder, .form-control.daterange:focus:-ms-input-placeholder {
    color: #426d29;
}

.form-control:focus::-webkit-input-placeholder, .form-control.daterange:focus::-webkit-input-placeholder {
    color: #426d29;
}
/*-----enter data-----*/
.banner-enterdata {
    background: url(../images/banner-enterdata.jpg) center 0 no-repeat;
    background-size: cover;
}

.marker-icon {
    background: url(../images/marker-icon.png) 30px 6px no-repeat;
    text-transform: uppercase;
}

.description-icon {
    background: url(../images/description-icon.png) 30px 6px no-repeat;
    text-transform: uppercase;
}

.data-icon {
    background: url(../images/data-icon.png) 30px 6px no-repeat;
    text-transform: uppercase;
}

.form-control.inp-field {
    border-radius: 0;
    border-color: #e8e8e8;
}

    .form-control.inp-field::-moz-placeholder {
        color: #c2c2c2;
    }

    .form-control.inp-field:-ms-input-placeholder {
        color: #c2c2c2;
    }

    .form-control.inp-field::-webkit-input-placeholder {
        color: #c2c2c2;
    }

.enter-data h2, .predictability h2, .progress-report h2 {
    color: #426d29;
    float: left;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
}

.enter-data .viewall-row:last-child {
    margin-bottom: 35px;
}

.enter-data-field {
    float: left;
    width: 100%;
}

    .enter-data-field .viewall-row:last-child {
        margin-bottom: 45px;
    }

.btn.enter-data-btn {
    padding-left: 65px;
    min-width: auto;
}

.generate-icon::before {
    background: url(../images/generate-icon.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 30px;
    left: 18px;
    position: absolute;
    top: 12px;
    width: 30px;
}

.save-icon::before {
    background: url(../images/save-icon.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 29px;
    left: 20px;
    position: absolute;
    top: 12px;
    width: 25px;
}

.cancel-icon::before {
    background: url(../images/cancel-icon.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 29px;
    left: 18px;
    position: absolute;
    top: 12px;
    width: 29px;
}
/*-----predictability-----*/
.banner-predictability {
    background: url(../images/banner-predictability.jpg) center 0 no-repeat;
    min-height: 390px;
    background-size: cover;
}

.viewall-row-th {
    text-transform: uppercase;
}

.predictability .col-pad {
    padding: 30px 15px 10px 15px !important;
}

.predictability .viewall-row-th .col-pad {
    padding: 10px 15px !important;
}

.predictability .col-pad3 {
    padding: 18px 15px 10px 15px !important;
}
/*-----Comparison Report-----*/
.banner-comparison {
    background: url(../images/banner-comparison.jpg) center 0 no-repeat;
    background-size: cover;
}

.comparison-report .viewall-row-th h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 15px;
    padding-bottom: 8px;
    position: relative;
}

    .comparison-report .viewall-row-th h2::after {
        background-color: #b4b5b5;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        margin-left: -16px;
        position: absolute;
        width: 33px;
    }

.comparison-report .viewall-row-th p {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .comparison-report .viewall-row-th p a {
        border: solid 1px #fff;
        border-radius: 13px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        padding: 0 14px;
        text-transform: none;
    }

        .comparison-report .viewall-row-th p a:hover {
            background-color: #fff;
            color: #222;
        }

.bg-comparison {
    background: #fff url(../images/overall-comparison.png) 0 0 no-repeat;
    background-size: cover;
}

    .bg-comparison .progress-box {
        margin-top: 21px;
    }

.progress-content {
    float: left;
    padding: 12px 76px 8px 88px;
    width: 100%;
}

.bg-comparison .grade {
    margin: 0 -76px 0 0;
    font-size: 23px;
    height: 53px;
    line-height: 53px;
    width: 53px;
}

.comparison-label {
    margin: 18px 0 0 -88px;
}

.comparison-report .viewall-row {
    padding: 8px 25px;
}

.bg-comparison p {
    padding: 28px 0 0 0;
}

.comparison-report .enter-data-field .viewall-row:last-child {
    margin: 12px 0 0;
}

.comparison-report .viewall-row p {
    padding: 28px 0 13px;
}

.comparison-report .viewall-row.bg-comparison p {
    padding: 28px 0 21px 0;
}

.emailbtn-icon.btn-brown, .print-icon.btn-black {
    padding-left: 74px;
}

.btn-brown.auto, .btn-black.auto {
    min-width: 0;
    width: auto;
}

.date-compare {
    border-bottom: solid 1px #e0dbd4;
    color: #426d29;
    display: none;
    float: left;
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    width: 100%;
}
/*-----Report Card-----*/
.btn-black.emailbtn-icon {
    padding-left: 66px;
}

.overall-scorebg {
    background: #fff;
    background-size: cover;
    border: solid 1px #fff;
    border-radius: 3px;
    float: left;
    margin-bottom: 12px;
    padding: 30px 52px;
    width: 100%;
    -webkit-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.05);
}

.demo2 {
    position: relative;
    width: 288px;
    height: 288px;
    box-sizing: border-box;
    float: left;
    margin: 27px 25px 20px 26px;
}

.b-gauge__label {
    font-size: 22px;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(150, 150, 150, 1);
}

    .b-gauge__label:first-child {
        color: #a94442;
        left: -16px !important;
    }

    .b-gauge__label:nth-child(2) {
        color: #8a6d3b;
        left: 34px !important;
        top: -4px !important;
    }

    .b-gauge__label:nth-child(3) {
        color: #2f6fa6;
        left: 116px !important;
        top: -34px !important;
    }

    .b-gauge__label:nth-child(4) {
        color: #2f6fa6;
        left: 203px !important;
        top: -5.818px !important;
    }

    .b-gauge__label:nth-child(5) {
        color: #3c763d;
        left: 254px !important;
    }

.speedometer {
    float: right;
    height: 232px;
    position: relative;
    overflow: hidden;
}

.overall-percent {
    bottom: 0;
    color: #777;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .overall-percent span {
        font-size: 22px;
        color: #8a6d3b;
    }

.overall-scorebg h2 {
    float: left;
    font-size: 22px;
    font-weight: 400;
    margin-top: 103px;
    position: relative;
    text-transform: uppercase;
}

    .overall-scorebg h2::after {
        background: url(../images/overall-heading-line.png) right 0 no-repeat;
        content: "";
        height: 27px;
        right: -172px;
        position: absolute;
        top: -4px;
        width: 162px;
    }

.pws-report .viewall-row-th {
    text-align: center;
}

    .pws-report .viewall-row-th .col-prg-R {
        text-align: left;
    }

.viewall-row-th .progress-main {
    padding: 0 0 0 160px;
}

.viewall-row-th .col-prg-R {
    padding: 0;
}

.grade-heading {
    float: left;
    margin-left: -160px;
    text-align: center;
    width: 126px;
}

.btn-brown.print-icon, .btn-black.emailbtn-icon {
    min-width: 0;
    width: auto;
}

.grade-icon {
    background: url(../images/grade.png) 0 0 no-repeat;
    display: inline-block;
    padding: 6px 0 5px 40px;
}

.cat-score-icon {
    background: url(../images/catagory-score.png) 0 0 no-repeat;
    display: inline-block;
    padding: 6px 0 5px 40px;
}

.cat-name-icon {
    background: url(../images/catagory-name.png) 0 0 no-repeat;
    display: inline-block;
    padding: 6px 0 6px 40px;
}

.pws-report .panel.panel-default {
    background-color: transparent;
    border: none;
}

    .pws-report .panel.panel-default .panel-heading {
        background-color: transparent;
        border: none;
        padding: 0;
    }

.pws-report .panel-body {
    background-color: #fff;
}

    .pws-report .panel-body .viewall-row {
        -webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.06);
        -moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.06);
        box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.06);
    }
/*-----Progress Report-----*/
.daterange-field.viewall-row {
    border-radius: 3px;
    margin-top: 0;
    padding: 2px 170px 2px 2px;
}

.form-control.daterange {
    border: none;
    font-size: 16px;
    height: 51px;
    padding: 9px 42px 6px 22px;
}

.icon-calendar {
    color: #6e6e6e;
    font-size: 20px;
    position: absolute;
    right: 33px;
    top: 15px;
}

.daterange-field .col-sm-6:first-child {
    border-right: solid 1px #e3e3e3;
}

    .daterange-field .col-sm-6:first-child::after {
        background-color: #e3e3e3;
        border-radius: 15px;
        color: #777;
        content: "to";
        font-size: 16px;
        height: 29px;
        line-height: 29px;
        position: absolute;
        right: -15px;
        text-align: center;
        top: 12px;
        width: 29px;
    }

.btn.range-btn {
    background-color: #426d29;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    padding: 11px 12px 10px;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    width: 161px;
}

    .btn.range-btn:hover {
        background-color: #222;
    }
/*.pr-col-1 { padding: 27px 24px 12px; width: 21.6%; }
.pr-col-2 { padding: 27px 35px 18px; width: 45%; }
.pr-col-3 { padding: 27px 24px 12px; width: 15%; }*/
.pr-col-1 {
    padding: 27px 24px 12px;
    width: 27%;
}

.pr-col-2 {
    padding: 27px 35px 18px;
    width: 53%;
}

.pr-col-3 {
    padding: 27px 24px 12px;
    width: 15%;
}

.pr-col-4 {
    padding-right: 75px;
    width: 17.4%;
}

    .pr-col-4 .grade {
        display: inline-block;
        float: none;
        font-size: 26px;
        height: 59px;
        line-height: 59px;
        margin-left: 0;
        width: 59px;
    }

#chart_div div div, #chart_div div {
    display: inline-block;
}

#chart_div path + path + path {
    stroke: #5cb85c !important;
}

#chart_div svg g rect + g + g + g path {
    stroke: #5cb85c !important;
}

.change-chart {
    display: none;
}

.viewall-row.chart {
    margin-top: 0;
}

.graph-field {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.view-all {
    bottom: -37px;
    color: #fff;
    position: absolute;
    right: 20px;
}

    .view-all:hover {
        color: #426d29;
    }

    .view-all:focus {
        color: #fff;
    }

.viewall-f {
    z-index: 5;
}

.progress-report .btn.btn-primary.dropdown-toggle {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0;
    height: 71px;
    padding-top: 21px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 81px;
}

    .progress-report .btn.btn-primary.dropdown-toggle span {
        border: none;
        border-radius: 4px;
        display: inline-block;
        height: 30px;
        padding: 0;
        text-indent: -8000px;
        width: 30px;
        -webkit-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
        box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.16);
    }

    .progress-report .btn.btn-primary.dropdown-toggle.collapsed span {
        background: #fff url(../images/category-arrow.png) 0 0 no-repeat;
    }

    .progress-report .btn.btn-primary.dropdown-toggle span {
        background: #fff url(../images/category-arrowR.png) 0 0 no-repeat;
    }

.progress-report .panel-body, .graph-collepse {
    padding: 0;
    float: left;
    width: 100%;
}

    .graph-collepse .viewall-row {
        padding: 20px 0;
    }

.panel-collapse.in {
    height: auto !important;
}

/*06-09-2017*/
p.form-label {
    padding-bottom: 5px;
}

.form-control.inp-field:focus {
    border-color: #ccb092;
}

    .form-control.inp-field:focus::-moz-placeholder {
        color: #426d29;
    }

    .form-control.inp-field:focus:-ms-input-placeholder {
        color: #426d29;
    }

    .form-control.inp-field:focus::-webkit-input-placeholder {
        color: #426d29;
    }

.select-field .btn-group.bootstrap-select.form-control {
    background-color: transparent;
}

    .select-field .btn-group.bootstrap-select.form-control .btn.dropdown-toggle.btn-default {
        border: 1px solid #e8e8e8;
        border-radius: 0;
        padding: 9px 14px;
    }

.table-bordered.data-table tr th, .table-bordered.data-table tr td {
    vertical-align: middle;
}

.table-bordered.data-table tr th {
    background-color: #426d29 !important;
    border-right: solid 1px #ddd;
    color: #fff;
    white-space: nowrap;
}

    .table-bordered.data-table tr th:last-child {
        border-right-color: #ddd;
    }

.action-btn {
    border: solid 1px #222;
    border-radius: 24px;
    color: #222;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    width: 46px;
}

    .action-btn:hover {
        background-color: #222;
        color: #fff;
    }

.overflow-table {
    display: block;
    overflow-x: auto;
    width: 100%;
}
/*08-09-2017*/
.prof-field {
    position: relative;
    display: flex; /* Ensures proper alignment */
    align-items: center; /* Centers items vertically */
}

    .prof-field a.prof-link {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .prof-field a.prof-link i {
            font-size: 20px;
            color: #fff;
        }

.header-fixed .nav.main-nav ul li .prof-content {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 200px;
}

    .header-fixed .nav.main-nav ul li .prof-content ul {
        background-color: #fff;
        border-radius: 5px;
        display: block;
        float: left;
        padding: 5px 20px;
        position: relative;
        width: 100%;
        -webkit-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.35);
        box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.35);
    }

        .header-fixed .nav.main-nav ul li .prof-content ul::before {
            color: #fff;
            content: "\f0d8";
            font-family: 'FontAwesome';
            font-size: 20px;
            position: absolute;
            right: 35px;
            top: -19px;
        }

        .header-fixed .nav.main-nav ul li .prof-content ul li {
            border-bottom: solid 1px #e3e3e3;
            display: block;
            padding: 10px 0;
            width: 100%;
        }

            .header-fixed .nav.main-nav ul li .prof-content ul li:last-child {
                border-bottom: none;
            }

            .header-fixed .nav.main-nav ul li .prof-content ul li a {
                color: #595959;
                float: none;
                font-size: 14px;
                margin-top: 0;
                padding: 0;
            }

                .header-fixed .nav.main-nav ul li .prof-content ul li a::after {
                    display: none;
                }

                .header-fixed .nav.main-nav ul li .prof-content ul li a:hover {
                    color: #426d29;
                }
/*08-09-2017 end*/
/*Plan*/
.product-box {
    background-color: #fff;
    border: solid 1px #ececec;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.17);
}

    .product-box:hover {
        border-color: #fff;
        -webkit-box-shadow: 3px 4px 11px 0 rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 3px 4px 11px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 3px 4px 11px 0 rgba(0, 0, 0, 0.35);
    }

    .product-box .top-content {
        background-color: #f8f8f8;
        border-bottom: solid 1px #e3e3e3;
        float: left;
        padding: 14px 25px 5px;
        text-align: center;
        width: 100%;
    }

.product-content {
    color: #acaaaa;
    float: left;
    padding: 14px 25px 136px;
    position: relative;
    width: 100%;
}

.rating {
    display: inline-block;
    margin-right: 15px;
}

    .rating i {
        color: #aaa8a8;
        font-size: 12px;
    }

.actual-price {
    color: #d4161d;
    display: block;
    font-size: 26px;
}

    .actual-price span {
        color: #595959;
        font-size: 20px;
    }

        .actual-price span.free-tag {
            line-height: 24px;
        }

.product-box p {
    padding-bottom: 15px;
}

    .product-box p.button-field {
        bottom: 25px;
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0 25px;
        width: 100%;
    }

.plan-btn {
    background: #222;
    border-radius: 3px;
    color: #fff;
    float: left;
    line-height: 38px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

    .plan-btn::before {
        content: "\f0f6";
        font-family: 'FontAwesome';
        font-size: 20px;
        margin-right: 10px;
    }

    .plan-btn:hover {
        background-color: #426d29;
        color: #fff;
    }

.addplan-btn {
    border: solid 1px #222;
    border-radius: 3px;
    color: #222;
    float: left;
    line-height: 38px;
    margin-top: 10px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

    .addplan-btn::before {
        content: "\f067";
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 20px;
        margin: 0 10px -5px 10px;
    }

    .addplan-btn:hover {
        background-color: #222;
        color: #fff;
    }

.product-box h2 {
    color: #595959;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    padding: 0;
}

    .product-box h2 span {
        background: url(../images/plan-icon.png) 0 0 no-repeat;
        display: inline-block;
        padding: 3px 0 12px 47px;
    }

.prof-content li span {
    color: #426d29;
    font-size: 16px;
}

.product-box ul {
    display: block;
}

    .product-box ul li {
        color: #595959;
        padding: 0 0 10px 15px;
        position: relative;
    }

    .product-box ul li {
        font-weight: 500;
    }

        .product-box ul li::before {
            content: "\f105";
            font-family: 'FontAwesome';
            position: absolute;
            left: 0;
            top: -2px;
        }

/*---15-09-2017---*/
.radio-tab .btn.btn-default.btn-circle.btn-lg {
    background-color: transparent;
    border-radius: 50%;
    float: left;
    height: 30px;
    line-height: 28px;
    margin-right: 130px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 30px;
}

    .radio-tab .btn.btn-default.btn-circle.btn-lg span {
        float: left;
        font-size: 14px;
        margin-left: 40px;
    }

    .radio-tab .btn.btn-default.btn-circle.btn-lg.active::after {
        color: #426d29;
        content: "\f00c";
        font-family: 'FontAwesome';
        font-size: 16px;
        position: absolute;
        left: 0;
        line-height: 28px;
        text-align: center;
        top: 0;
        width: 28px;
    }

.checkout-table, .content-box {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.content-box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.checkout-table .table-bordered.data-table {
    margin-bottom: 0;
}

    .checkout-table .table-bordered.data-table tr th, .checkout-table .table-bordered.data-table tr td {
        padding: 10px 15px;
    }

    .checkout-table .table-bordered.data-table tr th {
        font-size: 18px;
    }

    .checkout-table .table-bordered.data-table tr td {
        background-color: #fff;
    }

    .checkout-table .table-bordered.data-table tr.total-bg td {
        background-color: #f3f3f3;
    }

    .checkout-table .table-bordered.data-table tr:hover td, .checkout-table .table-bordered.data-table tr.total-bg:hover td {
        background-color: #edecec;
    }

#lbltotalamount {
    color: #426d29;
    font-size: 18px;
    font-weight: 700;
}

.coupon-box {
    background-color: #fff;
    display: block;
    margin: 0 0 26px;
    padding: 15px 155px 15px 144px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

    .coupon-box .form-label {
        left: 20px;
        position: absolute;
        top: 25px;
    }

    .coupon-box .btn-blue {
        border-radius: 0 5px 5px 0;
        padding: 9px 18px;
        position: absolute;
        right: 20px;
        top: 15px;
        min-width: 138px;
    }

.content-box .btn.btn-primary {
    background-color: #222;
    border-color: #222;
}

    .content-box .btn.btn-primary:hover {
        background-color: #426d29;
        border-color: #426d29;
    }
/*---18-09-2017---*/
.basket {
    position: relative;
    font-size: 30px;
    margin-top: -9px;
}

.item-count {
    background-color: #fff;
    border-radius: 11px;
    color: #595959;
    font-size: 11px;
    left: -7px;
    line-height: 22px;
    position: absolute;
    top: -7px;
    text-align: center;
    width: 22px;
}

.basket:hover .item-count {
    background-color: #95908a;
    color: #fff;
}
/*---22-09-2017---*/
.thankyou-wrapper {
    width: 100%;
    margin: 170px 0px;
    text-align: center;
    float: left;
}

.page-thankyou {
    background: #e8e8e8;
    width: 310px;
    height: 310px;
    border-radius: 100%;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 28px;
    border: solid 8px #fff;
    position: relative;
    -webkit-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.2);
}

.thankyou-wrapper h1 {
    font-size: 60px;
    color: #595959;
    font-weight: 700;
    display: inline-block;
    padding: 120px 15px 14px;
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    line-height: 62px;
}

    .thankyou-wrapper h1 i {
        position: absolute;
        font-size: 65px;
        color: #426d29;
        height: 70px;
        left: 50%;
        margin-left: -35px;
        top: 35px;
        width: 70px;
    }

.page-thankyou h2 {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
}

.thankyou-text {
    font-size: 24px;
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

.soon-text {
    font-size: 18px;
    padding-bottom: 25px;
    width: 100%;
    float: left;
}

.go-back {
    display: block;
    padding-top: 20px;
}
/*---25-09-2017---*/
.basket {
    color: #95908a;
}

    .basket:hover {
        color: #fff;
    }

.delete-card-btn {
    right: 12px !important;
    top: 8px !important;
}
/*---25-09-2017---*/
.view-btn {
    border: 1px solid #939393;
    border-radius: 24px;
    color: #939393;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    width: 38px;
}

    .view-btn:hover {
        background-color: #939393;
        color: #fff;
    }

.delete-btn, .edit-btn {
    width: 38px;
}

.btn-sep {
    margin: 0 4px -8px;
}

.viewall-row .col-pad:last-child {
    padding: 30px 10px 10px !important;
}

/*---26-09-2017---*/
.viewall-row-th .col-pad {
    cursor: pointer;
}

    .viewall-row-th .col-pad.active {
        color: #426d29;
    }

/*---28-09-2017---*/
.edit-icon, .cancel-icon {
    padding-left: 66px;
}

    .edit-icon::before {
        background: url(../images/edit.png) 0 0 no-repeat;
        background-size: 100%;
        content: "";
        height: 27px;
        left: 19px;
        position: absolute;
        top: 12px;
        width: 27px;
    }

.btn-section a {
    min-width: 0;
    width: auto;
    padding-right: 25px;
}

/*---17-10-2017---*/
.sv-cancel-section {
    padding-right: 200px !important;
}

.btn-field-section {
    position: absolute;
    right: 0;
    top: 29px;
    width: auto;
}

.cancel-sm {
    background-color: #000;
    border: none;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 90px;
}

    .cancel-sm:hover {
        background-color: #426d29;
    }

.save-sm {
    background-color: #426d29;
    border: none;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    text-align: center;
    width: 90px;
}

    .save-sm:hover {
        background-color: #000;
    }

.shif-label {
    padding-bottom: 5px !important;
}

.shift-col1 {
    float: left;
    width: 35%;
}

.shift-col2 {
    float: left;
    width: 64%;
    padding-left: 10px;
}

.shift-container {
    padding-right: 2px !important;
}

    .shift-container .dropdown-toggle {
        background-color: #eee;
    }

.btn.focus, .btn:focus {
    color: #fff;
}

.cursor-default {
    cursor: default;
}

.product-content img {
    max-width: 210px;
    display: block;
    width: 100%;
    margin: auto;
}

/*---07-11-2017---*/
.plan-popup button.close {
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 5;
}

.plan-popup h3 {
    font-weight: 400;
    padding-bottom: 0;
}

.plan-popup .modal-dialog {
    max-width: 800px;
    width: 90%;
}

.plan-img {
    float: left;
    margin: 0 15px 10px 0;
    width: 212px;
}

.plan-price {
    color: #d4161d;
    font-size: 26px;
}

.one-time-price {
    color: #426d29;
    font-size: 20px;
}

.btn-signup {
    border: solid 1px #426d29;
    border-radius: 13px;
    color: #426d29;
    display: inline-block;
    line-height: 26px;
    margin-right: 10px;
    padding: 0 20px;
}

.free-tag {
    background-color: #426d29;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    padding: 0 5px;
}

.plan-btn-black {
    background-color: #222;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
}

    .plan-btn-black:hover {
        background-color: #426d29;
        color: #fff;
    }

.plan-btn-brown {
    background-color: #426d29;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    padding: 0 20px;
}

    .plan-btn-brown:hover {
        background-color: #222;
        color: #fff;
    }

.plan-sep {
    border-top: dashed 1px #e5e5e5;
}

.plan-popup .modal-header, .plan-popup .modal-body, .plan-popup .modal-footer {
    padding: 20px 30px;
}

.common-grade .grade {
    float: none;
    display: inline-block;
    margin: -5px 0 0;
}

.viewall-row .col-pad.pad-grade, .viewall-row .col-pad.pad-grade:last-child {
    padding: 0 26px 0 !important;
}

.col-pad.text-center {
    text-align: center;
}
/*---10-11-2017---*/
.dtinp-table {
    display: table;
    width: 100%;
}

    .dtinp-table .dt-col {
        display: table-cell;
        vertical-align: middle;
    }

.dt-txt {
    color: #4a4a4a;
    font-size: 16px;
    text-align: left;
    width: 18px;
}

    .dt-txt.right-txt {
        text-align: right;
    }

/*---404 error---*/
.error-field-404 {
    margin: 170px 0px;
}

    .error-field-404 h1 {
        color: #426d29;
        font-size: 280px;
    }

.page-notfound {
    font-size: 48px;
    line-height: normal;
}

    .page-notfound span {
        background: url(../images/error-icon.png) 0 14px no-repeat;
        display: inline-block;
        font-weight: 300;
        padding-left: 72px;
    }

.btn-404 {
    border: solid 1px #595959;
    border-radius: 22px;
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    padding: 0 40px;
}

    .btn-404:hover {
        background-color: #595959;
        color: #fff;
    }

.barP {
    background: url(../images/barP.jpg) 0 0 no-repeat;
    border-radius: 5px;
    float: left;
    height: 10px;
    width: 68%;
}

.perP {
    background: url(../images/percentageP.png) 0 0 no-repeat;
}

.percentage-block2 {
    color: #fff;
    padding-top: 2px;
    height: 28px;
    padding-top: 10px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: -30px;
    text-align: center;
    width: 44px;
}

/*-----06/08/2018-----*/

.perP.percentage-block2 {
    background: none;
    min-width: 44px;
    width: auto;
}

    .perP.percentage-block2 span {
        background-color: #78256b;
        border-radius: 3px;
        display: block;
        line-height: 18px;
        padding: 2px 5px 0;
        position: relative;
        width: 100%;
    }

        .perP.percentage-block2 span::before {
            border-bottom: 7px solid #78256b;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 0 solid transparent;
            content: "";
            position: absolute;
            top: -7px;
            left: 50%;
            transform: translateX(-50%);
        }

/*-----17/08/2018-----*/

.perD.percentage-block {
    background: none;
    min-width: 44px;
    width: auto;
}

    .perD.percentage-block span {
        background-color: #f0ad4e;
        border-radius: 3px;
        display: block;
        line-height: 18px;
        padding: 2px 5px 0;
        position: relative;
        width: 100%;
    }

        .perD.percentage-block span::before {
            border-bottom: 7px solid #f0ad4e;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-bottom: 0 solid transparent;
            content: "";
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
        }

.perC.percentage-block {
    background: none;
    min-width: 44px;
    width: auto;
}

    .perC.percentage-block span {
        background-color: #5bc0de;
        border-radius: 3px;
        display: block;
        line-height: 18px;
        padding: 2px 5px 0;
        position: relative;
        width: 100%;
    }

        .perC.percentage-block span::before {
            border-top: 7px solid #5bc0de;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-bottom: 0 solid transparent;
            content: "";
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
        }

.perB.percentage-block {
    background: none;
    min-width: 44px;
    width: auto;
}

    .perB.percentage-block span {
        background-color: #337ab7;
        border-radius: 3px;
        display: block;
        line-height: 18px;
        padding: 2px 5px 0;
        position: relative;
        width: 100%;
    }

        .perB.percentage-block span::before {
            border-top: 7px solid #337ab7;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-bottom: 0 solid transparent;
            content: "";
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
        }

.perF.percentage-block {
    background: none;
    min-width: 44px;
    width: auto;
}

    .perF.percentage-block span {
        background-color: #d9534f;
        border-radius: 3px;
        display: block;
        line-height: 18px;
        padding: 2px 5px 0;
        position: relative;
        width: 100%;
    }

        .perF.percentage-block span::before {
            border-top: 7px solid #d9534f;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-bottom: 0 solid transparent;
            content: "";
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
        }

.perA.percentage-block {
    background: none;
    min-width: 44px;
    width: auto;
}

    .perA.percentage-block span {
        background-color: #5cb85c;
        border-radius: 3px;
        display: block;
        line-height: 18px;
        padding: 2px 5px 0;
        position: relative;
        width: 100%;
    }

        .perA.percentage-block span::before {
            border-top: 7px solid #5cb85c;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-bottom: 0 solid transparent;
            content: "";
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
        }

.tooltip-inner {
    max-width: 400px;
    padding: 5px 8px;
    font-size: 14px;
}

.word-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.modal-header button.close {
    position: relative;
    z-index: 5;
}

.c-pointer {
    cursor: pointer
}

.dropp-btn-w .btn-default {
    background-color: #426d29;
    border-radius: 3px;
    border: none;
    color: #fff;
    padding: 11px 32px 11px 45px;
    font-size: 16px;
    text-transform: uppercase;
}

.dropp-btn-w .bootstrap-select.btn-group .dropdown-toggle .filter-option, .dropp-btn-w .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #fff;
}

.dropp-btn-w .open > .dropdown-toggle.btn-default {
    background-color: #000;
    color: #fff;
}

.dropp-btn-w .btn-default::before {
    background: url(../images/filter.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 12px;
    height: 29px;
    left: 13px;
    width: 19px;
}

.dropp-btn-w .disabled {
    opacity: 0.65;
}

    .dropp-btn-w .disabled:hover {
        background-color: #000;
    }


body .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
body .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: #426d29;
}
