﻿
body {
    font-family: 'Open Sans', sans-serif;
}

li {
    list-style: none;
}

textarea {
    resize: none;
}

ul {
    padding: 0;
}

header {
    padding: 5px 0;
    background: #fff;
}

    header .top-heading {
        color: #e81d24;
        font-size: 25px;
        text-align: center;
        line-height: 52px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 30px;
    }

label, th {
    font-weight: normal;
}

.mydetails th {
    font-size: 13px;
    padding: 5px !important;
    font-weight: bold;
    text-align: left;
}

.mydetails td {
    font-size: 13px;
    padding: 4px !important;
}

.npr {
    padding-right: 0;
}

.npl {
    padding-left: 0;
}

.np {
    padding-right: 0;
    padding-left: 0;
}

.menu {
    background: #1d6736;
}

    .menu h3 {
        text-align: center;
        color: #5d5d5d;
        padding: 20px 0 0 0;
        margin: 0;
        font-size: 20px;
    }

.body-content {
    border-radius: 5px;
    border: 1px solid #ddd;
    min-height: 500px;
    margin-top: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.content-section {
    padding: 15px 0;
}

.right-content {
    min-height: 500px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 15px;
}

footer {
    background: #f2f2f2;
    line-height: 40px;
}

    footer .copy, footer .developedby {
        font-size: 13px;
        line-height: 40px;
        color: #000;
        text-align: left;
    }

    footer .developedby {
        text-align: right;
    }

.top-row-strip {
    background: #f5f5f5;
    border-radius: 4px 4px 0 0;
    margin-top: -15px;
    margin-bottom: 15px;
}

    .top-row-strip .filter {
        margin-top: 5px;
        font-weight: bold;
    }

.filter .form-control {
    height: 26px;
    /*margin-top: 8px;*/
    padding: 0 6px;
}

.navbar {
    margin-bottom: 0;
    min-height: 20px;
}

.navbar-inverse {
    background: none;
    border: none;
}

.navbar-nav > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.dropdown-menu {
    background-color: #fff;
    border: none;
}






.mydashboard h1 {
    border-bottom: 1px dashed #ddd;
    color: #0067ac;
    font-size: 20px;
    margin-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

    .mydashboard h1 span {
        float: right;
        color: #ec528d;
    }

.profile-pic {
    background: #f2f2f2;
    border-radius: 5px;
    padding-top: 15px;
    /*min-height: 695px !important;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}




.edit-profile {
    position: relative;
}

    .edit-profile img {
        margin-bottom: 20px;
        margin-left: 50px;
    }

    .edit-profile a {
        position: absolute;
        bottom: 15px;
        color: #192294;
        font-size: 16px;
        z-index: 9;
        left: 127px;
        bottom: 24px;
        border: 1px solid #343788;
        border-radius: 7px;
        background-color: #c3cace;
    }






.carousel-control.left, .carousel-control.right {
    background: none;
}

.item {
    background-image: url(../images/slider-bg4.jpg) !important;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.carousel-control {
    width: 5%;
}

.slide {
    margin-bottom: 20px;
}


.board {
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: #de5c10;
    min-height: 95px;
}



    .board i {
        font-size: 25px;
        color: #fff;
        margin-top: 15px;
    }

    .board h3 {
        color: #fff;
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 0;
    }

    .board h4 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin: 5px 0 0 0;
    }






.board2 {
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: #3598dc;
}





.board3 {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: #e7505a;
}



.board4 {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: #32c5d2;
}



#myCarousel .item {
    background: none;
    min-height: auto;
    padding-top: 0;
}

.fontred {
    color: #de1b2a;
}

.label-left {
    text-align: left !important;
}

.label-center {
    text-align: center !important;
}

.label-right {
    text-align: right !important;
}

.overlay-loader {
    background: rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
}

    .overlay-loader img {
        position: absolute;
        left: 50%;
        top: 50%;
    }

.disablegray {
    background: lightgrey;
}
/*//////////////////////*/
.breadcrumb {
    border-radius: none;
    margin-bottom: 0;
    background: none;
    padding: 4px 2px 8px 2px;
}

    .breadcrumb > li {
        font-size: 13px;
    }

    .breadcrumb > .active {
        color: #de1b2a;
    }

    .breadcrumb a {
        color: #2a3c73;
    }

.distributor-product {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    min-height: 465px;
}

    .distributor-product img {
        max-width: 240px;
        max-height: 240px;
        min-width: 240px;
        min-height: 240px;
        margin-bottom: 15px;
    }

.product-code {
    font-size: 16px;
}

.product-name {
    color: #29737c;
    font-size: 14px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}


.btn-primary {
    color: #fff;
    background-color: #027040 !IMPORTANT;
    border-color: #027040 !IMPORTANT;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #099457 !IMPORTANT;
        border-color: #099457 !IMPORTANT;
    }

.mem-pan {
    position: relative;
    cursor: pointer;
}

.mem-pan-details {
    position: absolute;
    width: 250px;
    height: 180px;
    border-radius: 7px;
    display: none;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}



.mem-pan:hover .mem-pan-details {
    display: block;
    z-index: 90000000000;
    top: 0px;
    left: 100px;
    cursor: pointer;
}


.mem-acc {
    position: relative;
    cursor: pointer;
}

.mem-acc-details {
    position: absolute;
    width: 250px;
    height: 180px;
    border-radius: 7px;
    display: none;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}



.mem-acc:hover .mem-acc-details {
    display: block;
    z-index: 90000000000;
    top: 0px;
    left: 100px;
    cursor: pointer;
}

.mem-add {
    position: relative;
    cursor: pointer;
}

.mem-add-details {
    position: absolute;
    width: 250px;
    height: 180px;
    border-radius: 7px;
    display: none;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}



.mem-add:hover .mem-add-details {
    display: block;
    z-index: 90000000000;
    top: 0px;
    left: 100px;
    cursor: pointer;
}

.mem-dlets-img {
    height: 150px;
    width: 250px;
}

@media (min-width:120px) and (max-width:480px) {

    .mem-acc:hover .mem-acc-details {
        z-index: 1000;
        top: -21px;
        left: 82px;
    }

    .mem-acc-details {
        width: 100px;
        height: 71px;
        display: none;
    }


    .mem-add:hover .mem-add-details {
        z-index: 1000;
        top: -52px;
        left: 82px;
    }

    .mem-add-details {
        width: 100px;
        height: 71px;
        display: none;
    }

    .mem-pan:hover .mem-pan-details {
        z-index: 1000;
        top: -21px;
        left: 82px;
    }

    .mem-pan-details {
        width: 100px;
        height: 71px;
        display: none;
    }

    .mem-dlets-img {
        height: 50px;
        width: 76px;
    }
}


button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    opacity: 1;
    z-index: 9;
}


.business-evolution {
    background: #f2f2f2;
    min-height: 100px;
    padding: 15px;
    border-radius: 7px;
}

.business-evolution-inner {
    border: 2px dashed #dadada;
    min-height: 100px;
    padding: 15px;
    border-radius: 7px;
}

.business-evolution h1 {
    text-align: center;
    margin-top: 0;
    color: #00a0d3;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.business-evolution h2 {
    text-align: center;
    color: #333;
    font-size: 20px;
}

.business-evolution ol {
    padding-left: 0;
    text-align: center;
}

    .business-evolution ol li {
        padding-right: 25px;
        list-style: decimal;
        font-size: 18px;
        color: #525252;
        display: inline;
    }

.typeofplan h1 {
    text-align: center;
    color: #7cbc00;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
}

.typeofplan .board {
    width: 100%;
    margin: 0 auto;
    /* height: 500px; */
    background: #fff;
    /* box-shadow: 10px 10px #ccc,-10px 20px #ddd; */
}

    .typeofplan .board .nav-tabs {
        position: relative;
        /* border-bottom: 0; */
        /* width: 80%; */
        margin: 40px auto;
        margin-bottom: 0;
        box-sizing: border-box;
        text-align: center;
    }

    .typeofplan .board > div.board-inner {
        background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
        background-size: 30%;
    }

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 200px;
    height: 70px;
    line-height: 28px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

    span.round-tabs h6 {
        font-size: 18px;
        color: #fff margin: 0;
        line-height: 9px;
    }

    span.round-tabs.one {
        color: #fff;
        border: 2px solid rgb(34, 194, 34);
        background: #7cbc00;
    }

li.active span.round-tabs.one {
    background: #7cbc00 !important;
    border: 2px solid #ddd;
    color: #fff;
}

span.round-tabs.two {
    color: #fff;
    border: 2px solid #febe29;
    background: #febe29;
}

li.active span.round-tabs.two {
    background: #febe29 !important;
    border: 2px solid #ddd;
    color: #fff;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    width: 20%;
}
    /*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
    .nav-tabs > li:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #ddd;
        transition: 0.1s ease-in-out;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;
    }

    .nav-tabs > li a {
        width: 200px;
        height: 70px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .nav-tabs > li a:hover {
            background: transparent;
        }

.tab-content {
}

.tab-pane {
    position: relative;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ) {

    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
}

#paln1 h5, #paln2 h5 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#paln1 h5 {
    color: #7cbc00;
}

#paln2 h5 {
    color: #febe29;
}
