/*@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,600i,700&display=swap');

/*=========================== font awesome version 4.3.0. ===========================*/
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
}

body {
    font-family: 'Muli', sans-serif;
    background: #f6f8fc;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size:14px;
}

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

select {
    width: 221px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #979797;
    background: #fff url('../images/select-arrow.jpg') no-repeat 190px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
}

input, textarea {
    outline: none;
    padding: 0 10px;
}

input, textarea, select:focus {
    outline: none !important;
}

/*************************menu css**************************************/
.left-nav {
    width: 250px;
    background: #2f355e;
    height: 100%;
    position: fixed;
    padding: 0 9px;
    overflow: auto;
}

    .left-nav h1 {
        font-size: 25px;
        font-weight: bold;
        line-height: normal;
        color: #ffffff;
        text-align: center;
        padding: 25px 0 32px 0;
    }

    .left-nav img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 10px;
    }

.dashboard-link {
    line-height: 60px;
    border-radius: 40.5px;
    width: 200px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.left-nav ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
}

    .left-nav ul li {
        position: relative;
        margin: 8px 0;
        float: left;
        width: 100%;
    }

        .left-nav ul li a {
            font-size: 16px;
            color: #757a92;
            padding: 10px 10px 10px 55px;
            display: block;
            width: 100%;
        }

        .left-nav ul li ul {
            margin: 0;
            display: none;
            background: #1f2446;
            border-radius: 0 0 17px 17px;
        }

            .left-nav ul li ul li {
                padding: 0;
                margin: 0;
                background: none;
            }

                .left-nav ul li ul li a {
                    padding: 10px 15px 10px 45px;
                    font-size: 13px;
                    background: none;
                }

        /*.left-nav ul li ul li:last-child {
                    background: #1a1e3e;
                    border-radius: 0 0 17px 17px;
                }*/

        .left-nav ul li .dropdwon:before {
            content: "\f0d7";
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 22px;
            line-height: 22px;
            color: #757a92;
            font-family: 'fontawesome';
        }

.left-nav .active:before {
    content: "\f0d8" !important;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 22px;
    line-height: 22px;
    color: #fff !important;
    font-family: 'fontawesome';
}

.team a {
    background: url('../images/workers-team.png') 8px 14px no-repeat;
    background-size: 30px;
}

.territory a {
    background: url('../images/brazil-map.png') 8px 10px no-repeat;
}

.reports a {
    background: url('../images/reports.jpg') 8px 10px no-repeat;
}

.images a {
    background: url('../images/photo-of-a-landscape.png') 8px 10px no-repeat;
}

.target a {
    background: url('../images/target1.png') 8px 10px no-repeat;
}

.masters a {
    background: url('../images/group-10.png') 8px 10px no-repeat;
    height: 45px;
    background-size: 18px;
}

.videos a {
    background: url('../images/training1.png') 8px 10px no-repeat;
}

.retailer-inventory a {
    background: url(../images/inventory2.png) 8px 10px no-repeat;
}
.my-documents a {
    background: url(../images/docs.png) 8px 10px no-repeat;
}

.team a.active {
    background: #1a1e3e url('../images/workers-team1.png') 8px 14px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
    background-size: 30px;
}

.masters a.active {
    background: #1a1e3e url('../images/group-10-1.png') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
    background-size: 18px;
}

.territory a.active {
    background: #1a1e3e url('../images/brazil-map1.png') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.reports a.active {
    background: #1a1e3e url('../images/reports-a.jpg') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.images a.active {
    background: #1a1e3e url('../images/image-a.jpg') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.target a.active {
    background: #1a1e3e url('../images/group-8-copy.png') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}
/*.videos {
    background: #1a1e3e url('../images/group-8-copy.png') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}*/
/*************************menu css End**************************************/
.right-content .right-box .sub-menu {
    border-radius: 5px;
    box-shadow: 0 5px 9px 0 #cfd3dc;
    background: #fff;
    width: 164px;
    position: absolute;
    right: 0;
    top: 56px;
    z-index: 99;
    display: none;
}

    .right-content .right-box .sub-menu::before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #fff;
        content: '';
        position: absolute;
        top: -10px;
        right: 10px;
    }

    .right-content .right-box .sub-menu li {
        color: #585858;
        font-size: 14px;
        padding: 0 16px;
    }

        .right-content .right-box .sub-menu li a {
            color: #585858;
            padding: 10px 0;
            display: block;
            border-top: 1px solid #cfd3dc;
        }

        .right-content .right-box .sub-menu li:last-child {
            background: #ecf5fb;
        }

        .right-content .right-box .sub-menu li:first-child a {
            border: none;
        }

        .right-content .right-box .sub-menu li:last-child a {
            color: #1d88d6;
            border: none;
        }

        .right-content .right-box .sub-menu li img {
            vertical-align: top;
            margin: 2px 8px 0 0;
        }

.right-content {
    margin-left: 250px !important;
}

    .right-content .right-box {
        float: right;
        margin: 18px 30px 0 0;
        position: relative;
        ;
    }

    .right-content .header {
        box-shadow: 0 2px 17px 0 rgba(153, 157, 181, 0.37);
        background: #fff;
        height: 60px;
    }

.notification-box {
    float: left;
    border-right: 1px solid #c3c3c3;
    margin: 0 25px 0 0;
    padding: 0 25px 0 0;
    position: relative;
    z-index: 99;
}

.user-box {
    position: relative;
    cursor: pointer;
    float: right;
}

    .user-box span {
        font-size: 16px;
        color: #000;
        margin: 0;
    }

    /*.user-box:after {
        content: "\f0d7";
        position: absolute;
        right: 0;
        top: 1px;
        font-size: 22px;
        line-height: 22px;
        color: #000;
        font-family: 'fontawesome';
    }*/

    .user-box img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px 0 0;
    }

.member-box {
    text-align: center;
    margin: 25px 0 0 0;
}

    .member-box a {
        display: inline-block;
        vertical-align: top;
        padding: 0 25px;
        line-height: 40px;
        border-radius: 20px;
        border: solid 1px #979797;
        font-size: 14px;
        color: #000;
        margin: 0 6px;
    }

    .member-box .red-btn {
        border: solid 1px rgba(255, 0, 0, 0.62);
        background-color: rgba(255, 0, 0, 0.1);
        color: rgba(255, 0, 0, 0.8);
        font-weight: bold;
    }

.top-heading-box {
    padding: 20px 30px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

    .top-heading-box h1 {
        float: left;
        color: #000;
        font-size: 17px;
    }

    .top-heading-box .search {
        float: right;
        position: relative;
    }

        .top-heading-box .search input {
            width: 278px;
            height: 36px;
            border-radius: 23px;
            background: #e2e7ef;
            border: none;
            font-size: 13px;
            color: #1a1a1a;
            padding: 0 5px 0 45px;
        }

    .top-heading-box button {
        border: none;
        background: none;
        position: absolute;
        left: 18px;
        top: 11px;
    }

input::-webkit-input-placeholder {
    color: #1a1a1a;
}

input:-ms-input-placeholder {
    color: #1a1a1a;
}

input:-moz-placeholder {
    color: #1a1a1a;
}

input::-moz-placeholder {
    color: #1a1a1a;
}

.grey-btn {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    border-radius: 20px;
    border: solid 1px #979797;
    font-size: 14px;
    color: #000;
    margin: 0 6px;
    padding: 0 30px;
}

/*****************Table CSS*****************/
.mid-wrap {
    padding: 0 30px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

table {
    width: 100%;
    max-width: 100%;
    box-shadow: 5px 5px 20px 0 #dde3ee;
    background: #fff;
    margin: 12px 0 0 0;
    border-spacing: 0;
    border-collapse: collapse;
}

    table th {
        text-align: left;
        color: #1a1a1a;
        font-size: 13px;
        padding: 10px;
        background: #f7f7f7;
        font-weight: normal;
    }

    table td {
        text-align: left;
        font-size: 13px;
        padding: 10px;
        color: #585858;
        border-bottom: 1px solid #e0e0e0;
    }

        table td:last-child {
            text-align: center;
        }

    table th:last-child {
        text-align: center;
    }

/*****************Login page CSS*****************/
.login-main-wrap {
    display: flex;
    vertical-align: top;
    width: 100%;
    background: #fff;
}

    .login-main-wrap .login-left {
        background: url('../images/bitmap@2x.png') 0 0 no-repeat;
        width: 50%;
        background-size: cover;
        min-height: 100vh;
    }

.login-right {
    float: right;
    width: 50%;
    text-align: center;
}

    .login-right .logo {
        margin: 50px 0 0 0;
    }

.user-form {
    width: 410px;
    margin: 40px auto 0;
    position: relative;
}

    .user-form input {
        width: 100%;
        height: 67px;
        border-radius: 33.5px;
        border: solid 0.5px #979797;
        font-size: 16px;
        padding: 0 5px 0 50px;
        margin: 0 0 20px 0;
    }

        .user-form input.user-icon,
        .user-form input.pass-icon {
            margin-bottom: 10px
        }

.field-validation-error {
    margin-bottom: 10px;
    display: block;
    text-align: left;
    color: red;
    padding: 0 0 0 20px;
}

#txtUserName-error,
#txtPassword-error {
    color: red;
}

.user-form .user-icon {
    background: #fff url('../images/profile.png') 15px 22px no-repeat;
}

.user-form .pass-icon {
    background: #fff url('../images/password.png') 15px 22px no-repeat;
}

.user-form h3 {
    font-size: 34px;
    color: #000;
    font-weight: normal;
    margin: 0 0 28px 0;
}

    .user-form h3 span {
        font-weight: bold;
        font-size: 36px;
        color: #000;
    }

.user-form input[type="submit"] {
    height: 67px;
    border-radius: 33.5px;
    background: #2f355e;
    border: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    margin: 25px 0 15px 0;
    cursor: pointer;
}

.user-form p {
    font-size: 14px;
}

    .user-form p a {
        color: #ff0000;
        text-decoration: underline;
    }

.white-box {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px;
    line-height: 0;
    margin: 37px 0 0 0;
}

.date-box {
    float: left;
}

    .date-box input {
        width: 181px;
        height: 38px;
        border-radius: 19px;
        border: solid 1px #d4d4d4;
        background: #fff url('../images/calendar.png') 150px 11px no-repeat;
        font-size: 15px;
        padding: 0 15px;
        margin: 0 15px 0 0;
    }

.download-box {
    float: right;
}

/*****************Form CSS---create notification page*****************/
.form-wrap {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 5px 5px 20px 0 #dde3ee;
    background-color: #ffffff;
    margin: 16px 21px 53px 0px;
    padding: 27px 0px 50px 31px;
}

form input {
    width: 221px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #979797;
}

form textarea {
    width: 492px;
    height: 139px;
    border-radius: 19px;
    border: solid 1px #979797;
}

form input[type="submit"] {
    width: 191px;
    height: 38px;
    border-radius: 20px;
    background-color: #fd2c2d;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    border: none;
}

.note-box {
    display: flex;
    margin-bottom: 37px;
}

label {
    display: block;
    font-size: 15px;
    font-family: Muli;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.note-box {
    margin-right: 50px;
}

    .note-box .box {
        margin: 0 50px 0 0;
    }

form > .note-box:nth-child(3) {
    margin-bottom: 29px;
}

.user-box2 {
    position: relative;
}

    .user-box2:after {
        content: "\f0d7";
        position: absolute;
        left: 186px;
        bottom: 15px;
        font-size: 22px;
        width: 14px;
        height: 7px;
        color: #000;
        font-family: 'fontawesome';
    }
/*****************Form CSS---my territory page*****************/

/*****************Form CSS---my territory page*****************/
.form-wrap-margin2 {
    margin: 17px 21px 26px 0px;
}

.form-padding2 > div {
    display: flex;
    align-items: flex-end;
}

.table-width1 {
    width: 789px;
}

.top-heading-box1 {
    padding: 0px 30px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

    .top-heading-box1 h1 {
        float: left;
        color: #000;
        font-size: 17px;
    }

.notification-message {
    width: 734px;
    height: 51px;
    border-radius: 25.5px;
    background-color: #d8eaf8;
    margin: 159px 207px 31px 206px;
}

    .notification-message p {
        font-family: Muli;
        font-size: 17px;
        color: #000000;
        text-align: center;
        padding-top: 15px;
    }

.red {
    color: #fd2c2d;
}

.green {
    color: #56c973;
}

/*****************my-profile-personal-detail*****************/
.form-wrap-margin3 {
    margin: 17px 21px 446px 0px;
    padding: 0;
}

.form-padding3 {
    padding: 22px 0px 34px 30px;
}

    .form-padding3 section > div {
        display: inline-block;
        margin-right: 12px;
        position: relative;
        vertical-align: top;
        width: 22%;
        word-break: break-word;
    }

    .form-padding3 section figure {
        position: absolute;
    }

    .form-padding3 section span {
        font-size: 13px;
        color: #585858;
        line-height: 14px;
        display: block;
        margin: 0 0 5px 0;
    }

    .form-padding3 section p {
        font-family: Muli;
        font-size: 16px;
        color: #1a1a1a;
    }

    .form-padding3 section figure ~ div {
        margin-left: 22px;
    }

    .form-padding3 section:nth-child(1) {
        margin-bottom: 36px;
    }

.filter {
    float: right;
    margin: 0 30px 0 0;
    font-size: 16px;
    color: #000;
    background: #e2e7ef;
    border-radius: 20px;
    padding: 10px 17px;
    cursor: pointer;
}

    .filter img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 0;
    }

.updated-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 25px 0 0 0;
}

.updated-left {
    float: left;
    width: 72%;
    box-shadow: 5px 5px 20px 0 #dde3ee;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 0 40px 0;
}

    .updated-left .top-box {
        width: 100%;
        background: #f7f7f7;
        padding: 11px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 50px 0;
    }

    .updated-left h3 {
        color: #000;
        font-size: 14px;
    }

    .updated-left img {
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

span {
    font-size: 12px;
    color: #565656;
}

.updated-left h4 {
    float: left;
    margin: 10px 25px 0 20px;
    font-size: 17px;
}

.updated-left .target {
    display: flex;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin: 30px 0 0 150px;
}

    .updated-left .target span {
        background: #395bbf;
        height: 18px;
        width: 18px;
        margin: 2px 7px 0 0;
    }

.updated-right {
    float: right;
    width: 25%;
    text-align: center;
}

    .updated-right .bule-box {
        border-radius: 5px;
        box-shadow: 5px 5px 20px 0 #dde3ee;
        background-color: #ffffff;
        border-top: 3px solid #8c53ec;
        padding: 18px 20px;
        margin: 0 0 18px 0;
    }

        .updated-right .bule-box p {
            font-size: 20px;
            color: #8c53ec;
            margin: 0 0 8px 0;
        }

        .updated-right .bule-box span {
            font-size: 32px;
            font-weight: bold;
            color: #8c53ec;
        }

    .updated-right .green-box {
        border-radius: 5px;
        box-shadow: 5px 5px 20px 0 #dde3ee;
        background-color: #ffffff;
        border-top: 3px solid #08977d;
        padding: 18px 20px;
        color: #08977d;
    }

        .updated-right .green-box p {
            font-size: 20px;
            margin: 0 0 8px 0;
        }

        .updated-right .green-box span {
            font-size: 32px;
            font-weight: bold;
            color: #08977d;
        }

.activity-wrap {
    margin: 22px 0 26px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.activity-box {
    border-radius: 5px;
    box-shadow: 5px 5px 20px 0 #dde3ee;
    background: #ffffff;
    width: 49%;
    float: left;
    margin: 0 20px 0 0;
}

.activity-wrap .activity-box:nth-child(2) {
    margin: 0;
}

.activity-box h4 {
    color: #000;
    font-size: 17px;
    background-color: #f7f7f7;
    line-height: 40px;
    padding: 0 0 0 20px;
}

    .activity-box h4 img {
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

.activity-box .graf {
    float: left;
    width: 35%;
    margin: 30px 0 0 0;
}

    .activity-box .graf img {
        width: 100%;
    }

.activity-box .graf-wrap {
    padding: 25px 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

    .activity-box .graf-wrap img {
        width: 100%;
    }

.activity-box .graf-right {
    float: right;
    width: 60%;
    margin: 0 15px 0 0;
}

    .activity-box .graf-right p {
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    .activity-box .graf-right ul {
        margin: 25px 0 0 0;
        font-size: 14px;
    }

    .activity-box .graf-right li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 0 0;
    }

        .activity-box .graf-right li span {
            margin: 2px 8px 0 0;
        }

        .activity-box .graf-right li small {
            margin: 0 0 0 25px;
            font-size: 14px;
            text-align: right;
            float: right;
        }

.brown {
    width: 18px;
    height: 18px;
    background: #f86641;
    margin: 1px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.green {
    width: 18px;
    height: 18px;
    background: #50c86e;
    margin: 1px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.yellow {
    width: 18px;
    height: 18px;
    background: #ffd337;
    margin: 1px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.blue {
    width: 18px;
    height: 18px;
    background: #395bbf;
    margin: 1px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

/*****************Manage image page*****************/
.form-padding-4 {
    padding: 30px 0 10px 20px;
    margin: 16px 21px 30px 0px;
}

.note-box-margin {
    margin: 0px 195px 20px 0px;
}

.box select {
    font-family: Muli;
    font-size: 12px;
    color: #585858;
    padding: 10px 32px 9px 21px;
}

.select-calender {
    width: 200px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #979797;
    background: #fff url('../images/calendar.png') no-repeat 168px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
}

.select-after {
    background: #fff url(../images/select-arrow.jpg) no-repeat 169px 16px;
}

.select-width {
    width: 200px !important;
}

.box input {
    font-family: Muli;
    font-size: 12px;
    padding: 10px 20px 9px 21px;
    border-radius: 19px;
    border: solid 1px #979797;
}

    .box input::placeholder {
        color: #585858;
    }

.box span input {
    width: 431px;
    padding: 10px 274px 9px 21px;
    position: relative;
}

.box-span-input-padding {
    padding: 10px 0px 9px 51px !important;
}

.box span img {
    width: 17px;
    height: 17px;
    position: absolute;
    z-index: 1;
    margin: 11px 0px 10px 21px;
}

.box-margin {
    margin-right: 25px !important;
}

.form-wrap header {
    display: flex;
    align-items: flex-start;
}

    .form-wrap header section {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        width: 50%;
    }

        .form-wrap header section input {
            width: 24px;
            height: 24px;
            margin: 0px 9px 0px 24px;
        }

        .form-wrap header section p {
            font-family: Muli;
            font-size: 15px;
            color: #2f355e;
        }

.form-padding-5 {
    padding: 18px 23px 21px 20px;
    margin: 0px 21px 53px 0px;
}

.form-wrap .card div {
    display: flex;
    justify-content: space-between;
}

    .form-wrap .card div figure img {
        position: relative;
        width: 100%;
    }

    .form-wrap .card div figure {
        margin: 10px 24px 10px 0px;
    }

        .form-wrap .card div figure:last-child {
            margin: 10px 0px 10px 0px;
        }

.form-wrap .card figure input {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: -30px;
}

.top-heading-box-width {
    width: 50%;
    padding: 0px;
}

.checkbox-align {
    display: inline-flex;
    align-items: initial;
}

/*****************My Activity Detail page*****************/
.my-activity-wrapper {
    width: 789px;
    height: 609px;
    border-radius: 5px;
    overflow: hidden;
}

.container1 {
    max-width: 707px;
    margin: 0 auto;
}

.my-activity-wrapper header {
    width: 789px;
    height: 66px;
    background-color: #f6f8fc;
    position: relative;
}

    .my-activity-wrapper header h1 {
        font-family: Muli;
        font-size: 17px;
        font-weight: bold;
        color: #2f355e;
    }

    .my-activity-wrapper header h1, figure {
        float: left;
    }

.position-corner {
    position: absolute;
    left: 754px;
    bottom: 31px;
}

.my-activity-wrapper header figure span {
    font-family: Muli;
    font-size: 17px;
    font-weight: bold;
    color: #2f355e;
    margin-left: 9px;
}

.verticle-line {
    width: 2px;
    height: 13px;
    border-left: 1px solid #babdd0;
    margin: 4px 20px 24px 18px;
}

.padding-top {
    padding-top: 25px;
}

.main-content1 {
    background-color: #ffffff;
    width: 789px;
    height: 318px;
    padding: 15px 0px 0px;
    width: 100%;
}

.left-content1 {
    width: 50%;
    float: left;
}

    .left-content1 p {
        font-family: Muli;
        font-size: 13px;
        color: #585858;
        line-height: 1.62;
        width: 50%;
        float: left;
        margin-bottom: 22px;
    }

        .left-content1 p:nth-child(5) {
            width: 100%;
        }

    .left-content1 span {
        color: #1a1a1a;
        font-weight: bold;
    }

.right-content1 {
    width: 50%;
    float: left;
}

    .right-content1 h2 {
        font-family: Muli;
        font-size: 13px;
        font-weight: bold;
        color: #1a1a1a;
    }

    .right-content1 section {
        float: left;
    }

        .right-content1 section figure img {
            margin: 16px 21px 21px 0px;
        }

.margin-right1 {
    margin-right: 0px !important;
}

.my-activity-footer {
    background-color: #ffffff;
    width: 789px;
    height: 225px;
}

    .my-activity-footer h2 {
        font-family: Muli;
        font-size: 13px;
        font-weight: bold;
        color: #1a1a1a;
        padding-top: 17px;
    }

    .my-activity-footer figure img {
        width: 706px;
        height: 157px;
        margin-top: 11px;
    }

/*******************Chart css*******************/
#activityTypeChart, #activityCropChart, #activityProductChart, #dvMap {
    height: 340px !important;
}

#dvMap {
    width: 100% !important;
}

.highcharts-container {
    height: 340px !important;
}

.progress {
    width: 80%;
    border-radius: 19px;
    height: 42px;
    box-shadow: none;
    padding: 5px;
    margin-left:15px;
}

.progress-bar {
    border-radius: 19px 0 0 19px;
    box-shadow: none;
    line-height: 34px;
    padding: 0 20px 0 5px;
}

.progress-bar-zero {
    border-radius: 19px;
    box-shadow: none;
    line-height: 34px;
    padding: 0 20px 0 5px;
}

.progress-bar-center {
    border-radius: 19px 0 0 19px !important;
    box-shadow: none;
    line-height: 34px;
    padding: 0 20px 0 5px !important;
    color: #fff;
}

/*******************Popup css*******************/
.web_dialog {
    border: none;
    width: 650px;
    padding: 0 0 20px 0;
    height: auto !important;
}

    .web_dialog table {
        box-shadow: none;
    }

    .web_dialog label {
        margin-bottom: 3px;
    }

.web_dialog_title {
    border: none;
    padding: 10px;
    background: #2f355e;
    text-align: center;
    position: relative;
}

    .web_dialog_title #btnClose {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #fff;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        color: #2f355e;
        line-height: 22px;
        text-align: center;
        font-size: 22px;
    }

.web_dialog .SumoSelect {
    width: 100%;
}

    .web_dialog .SumoSelect > .CaptionCont {
        width: 100%;
        height: 34px;
    }

.btn-wrap {
    text-align: center;
}

/*****************map user page*****************/
.map-user {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: 5px 5px 20px 0 #dde3ee;
    background-color: #ffffff;
    margin: 17px 0 0 0;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

    .map-user .box {
        float: left;
        margin: 0 15px 0 0;
    }

        .map-user .box select {
            padding: 8px 33px 9px 15px;
        }

.map-user-table {
    margin: 0;
}

.excel-btn {
    color: #1d88d6;
    font-size: 13px;
    float: right;
    padding: 8px 20px;
    border-radius: 19px;
    font-weight: 300;
    border: none;
}

    .excel-btn img {
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .excel-btn:focus {
        outline: none;
    }

.map-user .box button {
    border-radius: 19px;
    background-color: #fd2c2d;
    border: none;
    color: #fff;
    height: 38px;
    width: 100px;
    font-size: 15px;
    cursor: pointer;
}

    .map-user .box button:focus {
        outline: none;
    }

#ui-datepicker-div {
    display: none;
}

.box-margin {
    margin-right: 25px !important;
    float: left;
}

#ui-datepicker-div {
    z-index: 9 !important;
    background: #2f355e;
}

    #ui-datepicker-div table {
        margin: 0;
    }

.ui-datepicker-header {
    padding: 5px 10px;
    text-align: center;
}

    .ui-datepicker-header span {
        color: #fff;
        font-size: 13px;
    }

    .ui-datepicker-header .ui-datepicker-prev {
        float: left;
        cursor: pointer;
    }

    .ui-datepicker-header .ui-datepicker-next {
        float: right;
        cursor: pointer;
    }

.red {
    border-radius: 19px;
    background-color: #fd2c2d;
    border: none !important;
    color: #fff;
    height: 38px;
    width: 100px !important;
    font-size: 15px;
    cursor: pointer;
    border: none;
}

.deputeFields input {
    width: 156px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #979797;
    box-shadow: none;
}

.deputeFields select {
    padding: 0 32px 0 10px;
    width: 191px;
    background-position: 168px 15px;
    outline: none;
}

.deputeFields .red {
    width: 90px !important;
    border: none;
}

.tblScroll {
    max-height: 400px;
    overflow-y: auto;
    margin: 12px 0 0 0;
}

    .tblScroll table {
        margin: 0;
    }

        .tblScroll table th {
            position: sticky;
            top: 0;
            z-index: 9;
        }

span.imgCheckbox0 {
    margin: 0 10px 0 0 !important;
}

.SumoSelect > .CaptionCont {
    border: solid 1px #979797;
    border-radius: 19px;
    height: 38px;
    line-height: 28px;
}

    .SumoSelect > .CaptionCont > span.placeholder {
        color: #585858;
        font-style: normal;
        font-size: 12px;
    }

    .SumoSelect > .CaptionCont > label {
        top: 8px;
    }

.SumoSelect .select-all {
    height: 38px;
}

    .SumoSelect > .optWrapper.multiple > .options > li span, .SumoSelect .select-all > span {
        top: 9px !important;
        height: 14px;
    }

.SumoSelect > .optWrapper > .options > li label {
    font-weight: normal;
}

.fa-search:before {
    color: #fff;
}

.manage-btn {
    background: #fd2c2d;
    border: none !important;
    color: #fff;
    margin: 10px 0 0 0;
}

    .manage-btn:focus {
        outline: none;
    }

/************************notification popup css*************************/
.notification {
    display: none;
    width: 340px;
    position: absolute;
    top: 50px;
    right: -70px;
    background: #FFF;
    z-index: 9;
    /*padding: 0 0 20px 0;*/
    box-shadow: 5px 5px 20px 0 #dde3ee;
    border-radius: 5px;
}

    .notification:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid #CCC;
        border-color: transparent transparent #FFF;
        margin-top: -20px;
        margin-left: 198px;
    }

    .notification h4 {
        display: block;
        color: #333;
        background: #FFF;
        font-weight: bold;
        font-size: 13px;
        padding: 8px;
        margin: 0;
        /*border-bottom: solid 1px rgba(100, 100, 100, .30);*/
    }

.close {
    color: #000;
    font-size: 30px;
    opacity: 1;
}

    .close:hover {
        background: #bbb;
    }

.notification table {
    box-shadow: none;
    margin: 0;
    border-top: solid 1px rgba(100, 100, 100, .30);
}

    .notification table th {
        font-size: 12px;
        padding: 7px;
    }

    .notification table td {
        font-size: 12px;
        padding: 7px;
    }

#noti_Counter {
    display: block;
    position: absolute;
    background: #E1141E;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 3px;
    margin: -8px 0 0 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}
/************************notification popup css End*************************/
.editButton {
    background: #fff url(../images/edit-single.png) no-repeat 0 0;
    border: none;
}

.deleteButton {
    background: #fff url(../images/delete.png) no-repeat 0 0;
    border: none;
}

.btnDelete {
    background: #fff url(../images/delete.png) no-repeat 0 0;
    border: none;
    background-size: contain;
}

#btnSend {
    background: #fd2c2d;
    border: none !important;
    color: #fff;
    margin: 10px 0 0 0;
}

#btnSend {
    outline: none;
}

/*Suyash Activity Detail changes start*/
#map-canvas {
    width: 30em;
    float: right;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    /*height: 80%;*/
}

.ActivityDetails {
    width: 520px;
    /*height: 17em;*/
    /*background: darkblue;*/
}

/*Suyash Activity Detail changes end*/

/*Saurabh code start*/
.pb-100 {
    padding-bottom: 10px !important;
}

.notification-outer {
    display: inline-block;
    position: relative;
}

.notification-box .fa {
    font-size: 25px;
}

    .notification-box .fa.disabled {
        color: #ccc;
    }

.notification h4 .clear-all {
    float: right;
    color: #42a1f5;
    cursor: pointer;
    font-weight: 400;
}

.notification table .close {
    color: #000;
    opacity: 1;
}

    .notification table .close span {
        color: #000;
    }

/*Saurabh code end*/

.pagination > li {
    display: inline-block;
    vertical-align: middle;
}

#tableActivityName th:last-child {
    text-align: right;
}

#tableActivityName td:last-child {
    text-align: right;
}

.tblConfiguration .check-box {
    width: 14px;
}

.tblConfiguration input {
    height: 30px;
}

.btnConfiguration {
    float: right;
    margin: 15px 0 0 0;
    width: 85px !important;
}

#managePermissionTableData input[type=checkbox], input[type=radio] {
    margin: 0px 6px 0 6px;
}

#managePermissionTableData th:last-child {
    text-align: right;
    width: 15px;
    min-width: 15px;
}

#managePermissionTableData td:last-child {
    text-align: center;
    width: 15px;
    min-width: 15px;
}

label {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.left-nav ul li a.highlight {
    color: #fff;
    font-weight: bold;
}

.left-nav ul li a.report-highlight {
    color: #fff;
    font-weight: bold;
}

.left-nav .open-menu ul {
    display: block;
}

/*.left-nav .open-menu > a {
    background: #1a1e3e url(../images/brazil-map1.png) 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}*/

button:focus {
    outline: none !important;
}

#managePermissionTableData th:nth-child(2) {
    padding: 0 0 0 18px;
}

.excel-Report {
    position: absolute;
    right: 8px;
    top: -24px;
}

.tblScroll .activity-User {
    width: 2620px;
    max-width: inherit;
}

.email-box {
    width: 28% !important;
}

.closeNotificationPopUp {
    color: #000;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    top: -9px;
    right: 8px;
    cursor: pointer;
}


.notification-popup .modal-content {
    width: 330px;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: fixed;
    margin: 0;
}

#dialogYes {
    background: green;
    color: #fff;
    border: none;
    padding: 3px 13px;
}

#dialogNo {
    background: red;
    color: #fff;
    border: none;
    padding: 3px 13px;
}

.notification-popup span {
    margin: 0 0 13px 0;
    display: block;
}

.ui-dialog-titlebar-close {
    display: none;
}

.notification-popup input {
    margin: 0 5px;
}

.ui-dialog-titlebar-close:focus {
    outline: none !important;
}

.ui-dialog {
    position: fixed !important;
    z-index: 99;
}

    .ui-dialog:focus {
        outline: none !important;
    }


/********PDF icon CSS********/
.pdf_mannual img {
    height: 30px;
    width: auto !important;
}

.pdf_mannual.cursorPointer {
    position: absolute;
    right: 55px;
    bottom: 50px;
}

.left-nav .team.open-menu > a {
    background: #1a1e3e url(../images/workers-team1.png) 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.left-nav .reports.open-menu > a {
    background: #1a1e3e url('../images/reports-a.jpg') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.left-nav .images.open-menu > a {
    background: #1a1e3e url('../images/image-a.jpg') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.left-nav .target.open-menu > a {
    background: #1a1e3e url('../images/group-8-copy.png') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.left-nav .videos.open-menu > a {
    background: #1a1e3e url(../images/training.png) 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}
.left-nav .my-documents.open-menu > a {
    background: #1a1e3e url(../images/docs-1.png) 8px 10px no-repeat !important;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}
.left-nav .retailer-inventory.open-menu > a {
    background: #1a1e3e url(../images/inventory.png) 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

#btnDownload {
    margin-left: 0 !important;
    position: absolute;
    right: 85px;
    top: 7px;
}
/********PDF icon CSS End********/
#webVideo {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
#mobileVideo {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.VideoRadio{
    display:inline-block;
}

    .VideoRadio label {
        font-size: 16px;
        color: #000;
        margin-right: 10px;
        vertical-align: middle;
    }
/*.videos a.active {
    background: url('../images/training.png') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}
.retailer-inventory a.active {
    background: url(../images/inventory.png) 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}*/
.videos a.active {
    background: #1a1e3e url('../images/training.png') 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}

.retailer-inventory a.active {
    background: #1a1e3e url(../images/inventory.png) 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}
.my-documents a.active {
    background: #1a1e3e url(../images/docs-1.png) 8px 10px no-repeat;
    padding: 10px 10px 10px 55px;
    border-radius: 17px 17px 0 0;
    color: #fff;
}
.right-content {
    margin-left: 250px !important;
}
.left-nav {
    width: 250px !important;
}
.retailer-market {
    font-size: 16px;
    color: #757a92;
    padding: 10px 10px 10px 55px;
    display: block;
    width: 100%;
}
    .retailer-market {

        background: url(../images/brazil-map.png) 8px 10px no-repeat;
    }
        .retailer-market.act {
            color: #fff;
            background: url(../images/brazil-map1.png) 8px 10px no-repeat;
        }
.beat-planning > a {
    background: url(../images/beat1.png) 8px 10px no-repeat;
}

    .beat-planning > a.active {
        background: url(../images/beat2.png) 8px 10px no-repeat;
    }

.vilmappopup table td:nth-child(2), .vilmappopup table td:nth-child(2) select {
    text-align: left;
}

/*.web_dialog_overlay{
    opacity:0.5 !important;
}*/

#lblEmployeeId, #lblEmployeeName {
    color: #000;
    font-weight: bold;
}
.vilmappopup table td {
    padding: 10px 25px !important;
}

.vilmappopup .SumoSelect > .optWrapper > .options li.opt label {
    word-break: break-word !important;
    white-space: normal !important;
    text-overflow: unset !important;
}

.vilmappopup .SumoSelect > .optWrapper > .options {
max-height:225px !important;
}

#loadingImageVill{
    display:none;
}
#dvActivity_Toataltarget {
    margin: 4px 0 0 3px;
}

.activity-wrap tspan {
    font-size: 12px !important;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 0 !important;
    cursor: pointer;
}

.btn_excel_new input {
    height: 30px;
    width: 52px;
    border: none;
    margin: -14px 0 0 0;
    border-radius: 0;
}

.Approve_cls td:last-child {
    text-align: left;
}
#btnSend_v2 {
    background: #ff000159;
    border: none !important;
    color: #fff;
    margin: 10px 0 0 0;
}

.btn-success_v2 {
    color: #fff;
    background-color: #5cb85c9e;
    border-color: #4cae4c73;
}