﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #FFFFFF;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
}

.container {
    width: 1366px;
}

.fontblank {
    color: #000;
    user-select: none;
}

.ies-add-user-select {
    width: 350px;
    height: auto;
    padding: 5px;
    border-radius: 2px;
    box-shadow: inset 0px 0px 2px rgba(0,0,0,0.2);
}

.widht-100 {
    width: 100%;
}

.User_MasterDiv {
    width: 50%;
    /* float: left; */
    margin: 20px auto;
    height: auto;
}

td {
    padding: 1px 0px 1px 0px;
}

.lblMsg {
    font-size: small;
    font-weight: bold;
    color: red;
}

.td_Controls {
    text-align: right;
    font-weight: bold;
}

.td_header {
    font-size: 20px;
    padding-left: 35%;
    font-weight: bold;
}

td_align_right {
    text-align: right;
}

a:link, a:visited {
    /*color: black;*/
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background: none !important;
    padding-left: 0px;
}

#__tab_MainContent_tcTransmissionReport_tpMetaHeaderData span {
    border-right: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background: none !important;
}

a:hover {
    color: #1fb141;
    text-decoration: none;
}

.tran-label {
    /*margin-right: 5px;
    margin-left: 5px;*/
    font-weight: bold;
}

a:active {
    color: #000;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    /*color: #666666;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

#MainContent_dtOngoingCases {
    width: 50%;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #FF8000;*/
    background-color: #f5f5f5;
    width: 100%;
    min-height: 50px;
    /*box-shadow: inset 0 -1px 0 0 hsla(0,0%,80%,.96);*/
}

    .header h1 {
        font-weight: 700;
        margin-top: 0px;
        padding: 10px;
        /*color: #f9f9f9;*/
        color: #337ab7;
        border: none;
        line-height: 1em;
        font-size: 20px;
    }

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    font-size: 1.1em;
    display: block;
    float: left;
    /*text-align: right;*/
    padding: 5px;
    /*width: 56%;*/
}

.loginDisplay {
    font-size: 14px;
    display: block;
    text-align: right;
    padding: 15px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: 24px !important;
}

.ajax__tab_xp .ajax__tab_body {
    border: none !important;
}

.ajax__tab_xp .ajax__tab_header {
    background: none !important;
}




.green-btn {
    /*-moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);*/
    background-color: #ff8000;
    border: 1px solid #ff8000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    /*padding: 5px 25px;
    float: right;*/
    text-decoration: none;
    height: 25px;
    /*width: 100px;*/
}

.reset-btn {
    /*-moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);*/
    background-color: #91b8b3;
    border: 1px solid #91b8b3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    height: 25px;
    text-decoration: none;
}

.tr-td-padding {
    padding-top: 20px;
    padding-right: 8px;
}

.ajax__tab_tab span {
    font-weight: bold;
    color: dimgray;
    border-right: #ff8000 3px solid;
    padding-right: 7px;
}

.export-btn {
    padding: 3px;
}

#MainContent_tcTransmissionReport_header {
    font-size: 14px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    padding: 0px !important;
    padding-right: 5px !important;
}

.export-btn1 {
    position: absolute;
    margin-left: 1076px;
    margin-top: 20px;
    float: left;
}

.btn-go {
    padding: 0px 25px;
}



/*#### Menu Master - Start ###
--------------------
*/

.ies-menu-master-coloum {
    float: left;
    width: 100%;
    height: auto; /* 475px;*/
    margin-left: 10px;
    padding-right: 15px;
    /*margin-bottom: 5px;
    padding-bottom: 5px;
    margin: 5px 1% 1%;*/
}

    .ies-menu-master-coloum .menu-master-header {
        float: left;
        width: 50%;
        height: auto;
        font-family: inherit;
        font-size: 20px;
        font-weight: bold;
        color: dimgray;
        padding-bottom: 10px;
    }

    .ies-menu-master-coloum .menu-master-choose-over {
        float: left;
        width: 200px;
        height: auto;
        color: #333333;
        padding: 2px 5px;
        position: relative;
    }

    .ies-menu-master-coloum .menu-master-section {
        float: left;
        width: 100%;
        height: auto;
        margin: 5px 0 0;
        border: solid 1px #cccccc;
        border-bottom: 0;
        border-right: 0;
        border-left: 0;
    }

        .ies-menu-master-coloum .menu-master-section td {
            border-right: solid 1px #cccccc;
            border-bottom: solid 1px #cccccc;
            color: #333333;
            padding: 5px 0px 5px 10px;
        }

            .ies-menu-master-coloum .menu-master-section td .call_button {
                cursor: pointer;
            }

                .ies-menu-master-coloum .menu-master-section td .call_button:hover {
                    text-shadow: 0 0 1px rgba(0,0,0,1);
                }

        .ies-menu-master-coloum .menu-master-section tr:nth-child(odd) td {
        }

        .ies-menu-master-coloum .menu-master-section tr:first-child td {
            color: black;
            /*text-align:left;*/
        }

            .ies-menu-master-coloum .menu-master-section tr:first-child td:last-child {
                border-right: 0;
                padding: 0;
            }

        .ies-menu-master-coloum .menu-master-section tr td:first-child,
        .ies-menu-master-coloum .menu-master-section tr td:last-child {
            padding: 0;
            text-align: center;
            border-left: navy;
        }

            .ies-menu-master-coloum .menu-master-section tr td:last-child .access_save {
                float: right;
                width: 80px;
                text-align: center;
            }

            .ies-menu-master-coloum .menu-master-section tr td:last-child .access_cancel {
                float: right;
                padding: 0 12px;
                width: 60px;
                margin: 0 0 0 10px;
            }

        .ies-menu-master-coloum .menu-master-section tr:last-child td {
            border-bottom: 0;
            border-left: 0;
            border-right: 1;
        }

        .ies-menu-master-coloum .menu-master-section tr td:last-child {
            border-right: 0;
            padding-top: 10px;
        }

th {
    border-right: solid 1px #cccccc;
    text-align: center;
    padding: 5px 20px 5px 20px;
    /*font-size: 16px;*/
}

.makecenter {
    text-align: center;
}


/*
#### Menu Master - End ###

    
    /*Added By Devraj*/

.btnExport {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    height: 25px;
    width: 100px;
}



.GridPager a {
    text-decoration: underline;
    padding: 2px 10px;
}

    .GridPager a:hover {
        background-color: #FF8000;
        color: white;
    }

.GridPager span {
    background-color: #FF8000;
    color: white;
    padding: 2px 10px;
}

    .GridPager span:hover {
        color: white;
    }




hr {
    float: left;
    border-top: 1px solid #ccc;
    /*margin-left: 10px;*/
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    width: 99%;
}

.GridContainer {
    overflow: auto;
    width: 1335px;
    padding-left: 10px;
    /*height: 400px;*/
}

.ControlSize {
    width: 250px;
    height: 25px;
}

.ControlSize1 {
    padding-left: 102px;
}


.tdSize {
    width: 170px;
    padding-right: 20px;
}

.ListToExport {
    position: relative;
    float: right;
    padding-top: 20px;
    z-index: 1;
}

.trans_grid_header_label {
    min-width: auto;
    max-width: 100px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ErrorHighLighter {
    border-color: #FF8000;
}

.activeStep {
    font-weight: bold;
}

.passiveStep {
    font-weight: normal;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.Terms-Condition-Body {
    max-height: 376px;
    overflow-y: auto;
}

    .Terms-Condition-Body p {
        padding-right: 5px;
    }


.RowLR-M-5 {
    margin: 0px 5px 0px 5px;
}

.RowLR-M-10 {
    margin: 0px 10px 0px 10px;
}

.RowLR-M-5 {
    margin: 0px;
}

.RowLR-PD-10 {
    padding: 0px 10px 0px 10px;
}

.Row-PD-T-10 {
    padding-top: 10px;
}

.Row-PD-T-15 {
    padding-top: 15px;
}

.Row-PD-T-20 {
    padding-top: 20px;
}

.Row-PD-T-25 {
    padding-top: 25px;
}

.Row-PD-B-10 {
    padding-bottom: 10px;
}

.Row-PD-B-15 {
    padding-bottom: 15px;
}

.Row-PD-B-5 {
    padding-bottom: 5px;
}

.Row-PD-B-20 {
    padding-bottom: 20px;
}

.Row-PD-T-5 {
    padding-top: 5px;
}

.Row-PD-T-60 {
    padding-top: 65px;
}

.Pd-R-10 {
    padding-right: 10px;
}

.ma-T-20 {
    margin-top: 20px;
}




.label-header {
    font-weight: bold;
    color: #0f346c;
    font-size: 22px;
    text-decoration: none;
}

@media (max-width:768px) {
    .label-Deal {
        font-weight: 500;
        color: #0f346c;
        font-size: 14px;
        float: left;
    }
}



/*added by gaurav to show new icon in organization text field on 29/5/2019*/
.newIcon {
    background: white url("/Images/new.png") no-repeat 98% 50%;
    padding-left: 17px;
    padding-right: 2px;
}

.Icon-ok {
    background: white url("/Images/Icon-ok.png") no-repeat 98% 50%;
    padding-left: 17px;
    padding-right: 2px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-weight: bold;
}
/*added by gaurav on 3/june/2019 for new deal popup*/
.modal-header-deal {
    min-height: 14.43px;
    padding: 5px;
    background-color: #0f346c;
}

.modal-header-bgColor {
    background-color: #1fb141;
}

.modal-d-f-divide {
    border-right: solid 2px;
    border-color: #ccc;
}

.modal-deal-title {
    color: white;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.2857143;
    padding-left: 10px;
}

button.close-deal-follow {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-deal-follow {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}
/*new deal popup css end here*/

.HiddenColumn {
    display: none !important;
}

.AlternateGridFormat {
    background-color: #ffffff !important;
    color: #333 !important;
    /*color: #0f346c !important;*/
}



.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            /*position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;*/
            z-index: 3;
            color: #fff;
            background-color: #337ab7;
            border-color: #337ab7;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/*Home page Grid height width css*/
.DataListFormat {
    min-height: 550px !important;
    max-height: 10000px !important; /*Appmix Nikhil chotaliya 15-apr-2020 Home page Grid height modified*/
}

.btn-outline {
    color: inherit !important;
    background-color: transparent !important;
    transition: all .5s !important;
}

.btn-primary.btn-outline {
    color: white !important;
    background-color: #0f346c !important;
}

    .btn-primary.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: white !important;
        background-color: #0f346c !important;
    }

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.tooltip-inner {
    background-color: #333333 !important;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #333333;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #333333;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333333;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #333333;
}

.circle-text {
    width: 50%;
}

    .circle-text:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background: #FFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #CCC;
    }

    .circle-text span {
        float: left;
        width: 100%;
        padding-top: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        text-align: center;
        color: #CCC;
        /*font-weight: 600;*/
        font-size: 18px;
    }


/* Organization & Machine Learinig Circle Width*/
.OrgTDWidth {
    width: 70%;
    text-align: left;
}

.CircleTDWidth {
    width: 30%;
    padding-top: 3px;
}

.colcontainer {
    display: flex;
    height: auto;
}

.RepcommonHeight {
    flex: 1;
    margin: 0 auto; /* Center the DIV horizontally */
}

.Rep_Border {
    border: 1px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
    height: 100%;
}


/* END Organization & Machine Learning Circle Width*/

.dropdown-messages {
    width: 500px !important;
    min-width: 0;
    padding: 10px;
}


.navbar-top-links .dropdown-messages {
    margin-left: auto;
    right: 0;
    left: auto;
}



.navBorder {
    -webkit-box-shadow: 0px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px #ccc;
    box-shadow: 0px 1px 1px #ccc;
}

.chart-Input {
    height: 400px;
}

.Home-PG-Padding {
    margin: 15px 10px 0px 10px;
}

.divStages {
    position: fixed !important;
    left: 0;
    width: 100%;
    z-index: 1 !important;
    top: 58px;
    background-color: #FFF;
    padding-top: 10px;
}

.container-T-Margin {
    margin-top: 55px;
}

.container-T-Margin-35 {
    margin-top: 35px;
}

#divpiplinefloat {
    width: 100% !important;
    float: left;
}

@media (min-width: 480px) and (max-width: 991px) {
    .Row-PD-T-5 {
        padding-top: 5px !important;
    }
}

@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 220px;
        }

    .side-collapse {
        top: 50px;
        bottom: 0;
        left: 0;
        width: 220px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        background-color: #f1f1f1;
        -webkit-box-shadow: 1px 1px 0px 0px #ccc;
        -moz-box-shadow: 1px 1px 0px 0px #ccc;
        box-shadow: 1px 1px 0px 0px #ccc;
    }

        .side-collapse.in {
            width: 0;
        }

    .navbar-default {
        background-color: #f1f1f1;
    }

    .NavLogout {
        float: left !important;
    }

    /*.navbar-header {
        padding-top: 0px;
    }*/

    .offset:before {
        display: block !important;
        content: " ";
        height: 145px !important; /* Give height of your fixed element */
        margin-top: -145px !important; /* Give negative margin of your fixed element */
        visibility: hidden !important;
    }

    .divStages {
        position: fixed !important;
        left: 0;
        width: 100%;
        top: 50px !important;
        background-color: #f1f1f1;
    }

    .container-T-Margin {
        margin-top: 10px !important;
    }



    .pd-Mobile-T-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }

    #divpiplinefloat {
        width: 45% !important;
        float: left;
    }

    .nav {
        padding-left: 0px !important;
        margin-bottom: 0;
        list-style: none;
    }

    #dvTab .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 6px !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        padding: 5px;
        margin-top: 10px;
    }

    .Column-PD-B-10 {
        padding-bottom: 10px !important;
        /*margin-top: 110px !important;*/
    }


    #NavSideMenu ul li a {
        padding-left: 30px !important;
    }

    .Row-PD-T-25 {
        padding-top: 10px !important;
    }

    .chart-Input {
        height: 260px !important;
    }

    .Home-PG-Padding {
        margin: 0px 10px 0px 10px !important;
    }
    /*Added By appmix kalpesh on 5-1-2021 for fixed mobile margin row class */
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    .colcontainer {
        display: inline-block;
        width: 100%; /*Added By appmix kalpesh on 5-1-2021 for Show in Moblile Width 100%*/
    }


    /* Mobile View Cicle CSS*/
    .circle-text {
        width: 50%;
    }

        .circle-text:after {
            content: "";
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background: #FFF;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: solid 1px #CCC;
        }

        .circle-text span {
            float: left;
            width: 100%;
            padding-top: 50%;
            line-height: 1em;
            margin-top: -0.5em;
            text-align: center;
            color: #CCC;
            font-size: 22px;
        }

    /* Organization & Machine Learinig Circle Width*/


    .OrgTDWidth {
        width: 80%;
        text-align: left;
    }

    .CircleTDWidth {
        width: 20%;
    }

    .btnCarousel {
        font-size: 35px;
        color: #0f346c;
    }

    /* END Organization & Machine Learinig Circle Width*/
    #radioBtn .notActive {
        color: #3276b1;
        background-color: #fff;
    }

    .hide-me[aria-expanded="true"] {
        display: none;
    }
    /* Addded  By APPMIX kalpesh FOr Remove Border on 30-4-2020*/
    .Rep_Border {
        border: 0px solid #e5e5e5;
        border-right: 0px solid #e5e5e5;
        height: 100%;
    }
    /* Addded By APPMIX kalpesh FOr Remove Border 30-4-2020*/
    #sixStage {
        border: solid 0px !important;
    }
}

.divEmpty {
    margin-top: 10px;
    padding: 8px;
    background-color: #f9f9f9;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    font-size: 16px;
}


/* new Font CSS Added by kalpesh on 06-06-2019 */

.Menu-Item {
    font-size: 14px !important;
    /*16 to 14 changed by gaurav vishwakarma on 11 nov 2020*/
}

.LogoText {
    font-size: 24px !important;
    vertical-align: middle;
}

.HeadingLabel {
    font-size: 22px !important;
    font-weight: 600;
}

h1, h2.HeadingLabel {
    /*font-size: 26px !important;*/
    color: #333;
}

    h1, h2.HeadingLabel::after {
        content: '';
        height: 1px;
        display: block;
        background: #ddd;
        margin: 10px 0 20px;
    }

.PopupHeading {
    font-size: 16px !important;
    color: #FFFFFF;
    margin-left: 10px;
    line-height: 40px;
}

h1, h2.PopupHeading::after {
    content: '';
    height: 0px;
    background: #ddd !important;
}

span.PopupHeading {
    font-size: 16px !important;
    /*color: #FFFFFF;*/
}

.FieldLabel {
    font-size: 16px;
    font-weight: 600;
}

.LabelInsideField {
    font-size: 16px !important;
}

input[type="radio"] + label {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    font-family: 'Archivo', sans-serif, Verdana, arial;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    font-family: 'Archivo', sans-serif, Verdana, arial;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 16px;
    font-family: 'Archivo', sans-serif, Verdana, arial;
}

.RowCountLabel {
    font-size: 16px;
}

.StageHeading {
    font-size: 16px;
    font-weight: 600;
}

table tr th {
    font-size: 16px;
    font-weight: 600;
}

table tr td {
    font-size: 16px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #1fb141;
    border-color: #1fb141;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.Support-Body {
    max-height: 235px;
    overflow-y: auto;
}

/* END new Font CSS Added by kalpesh on 06-06-2019 */



/*Added By kalpesh Master Page Mobile Menu CSS*/

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed !important; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0 !important;
    right: 0 !important;
    background-color: #1fb141; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        text-decoration: none;
        font-size: 17px;
        color: black !important;
        display: block;
        transition: 0.3s;
        list-style: none;
        background-color: #1fb141 !important;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }



.MobileMenu_ul {
    list-style: none;
    padding-left: 5px;
}

    .MobileMenu_ul li {
        padding: 3px;
    }


@media (min-width: 1281px) {
    #main {
        transition: margin-left .5s;
        padding: 10px;
    }
}

.Rem_EndDate {
    float: left;
    width: 50%;
    padding-right: 5px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
*:focus {
    outline: none;
}

#MobileMenu {
    display: none;
}

.navbar-brand img {
    max-width: 194px !important;
}

@media only screen and (min-width : 280px) and (max-width:1330px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        z-index: 1000000;
    }


    #ulUpgrade {
        display: none;
    }

    .navbar-header {
        display: none !important;
    }

    #MainContent_divUpload .FieldLabel {
        display: contents !important;
    }

    #MobileMenu {
        display: block !important;
        overflow: hidden;
        position: fixed !important;
        z-index: 1;
        width: 100%;
        background-color: #ffffff !important;
    }

    #divContainerFluid {
        display: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav .open .dropdown-menu {
        position: static !important;
        float: none !important;
        width: auto !important;
        margin-top: 0 !important;
        background-color: transparent !important;
        border: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    #divTab ul {
        display: none !important;
    }

    .nav {
        padding-left: 0px !important;
        margin-bottom: 0 !important;
        list-style: none !important;
        width: 100% !important;
    }

    .vertical-tab .nav {
        display: table-cell;
        width: 30% !important;
        min-width: 30% !important;
        vertical-align: top;
        border: none;
    }

    .open > .dropdown-menu {
        display: block !important;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px !important;
    }

    navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px !important;
    }

    .navbar-nav .caret {
        display: inline-block !important;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none !important;
        /*background-color: #eee !important;*/
        /*color: #000 !important;commented by gaurav on 28 july 2021*/
        color: white !important;
    }

    .sidenav a:hover {
        color: #f1f1f1 !important;
    }

    .pd-Mobile-T-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .Rem_EndDate {
        width: 100% !important;
    }

    .QuoutedDiv {
        padding: 0px !important;
    }

    .card-body {
        padding: 0.50rem !important;
    }
}


.hamberg-icon {
    font-size: 30px;
    cursor: pointer;
    padding-left: 5px;
    color: #1fb141;
    line-height: 46px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.img-doubleQuotte {
    width: 20px;
    height: 20px;
}

#followUpNote p {
    font-size: 14px;
    font-weight: 600;
}

.carosole-btn {
    margin-top: 75%;
    position: fixed;
}

.anchorClick {
    color: #317ae2;
    cursor: pointer;
}

    .anchorClick:hover {
        color: #317ae2 !important;
        cursor: pointer;
    }

.ma-T-10 {
    margin-top: 10px;
}

.ma-T-15 {
    margin-top: 15px;
}

.margin-Top-Bottom-10 {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

a {
    font-family: inherit;
    color: #333;
}

    a, a:active, a:focus {
        outline: none;
    }

input[type=button], input[type=button]:focus, input[type=button]:active {
    outline: none;
}

.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
/*End Mobile menu CSS*/
.full-Width {
    width: 100% !important;
}

.TblStage td {
    height: 24px;
}

.custom-radios div {
    display: inline-block;
}

.custom-radios input[type="radio"] {
    display: none;
}

    .custom-radios input[type="radio"] + label {
        color: #333;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

        .custom-radios input[type="radio"] + label span {
            display: inline-block;
            width: 60px;
            height: 60px;
            margin: -1px 20px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid #FFFFFF;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
            background-repeat: no-repeat;
            background-position: center;
            text-align: center;
            line-height: 44px;
        }

            .custom-radios input[type="radio"] + label span img {
                opacity: 0;
                transition: all .3s ease;
            }

    .custom-radios input[type="radio"]#MainContent_rblColor_0 + label span {
        background-color: #0f346c;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_1 + label span {
        background-color: #2ecc71;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_2 + label span {
        background-color: #f1c40f;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_3 + label span {
        background-color: #e74c3c;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_4 + label span {
        background-color: #ffffff;
    }

    
    .custom-radios input[type="radio"]#MainContent_rblColor_TwoWayChat_0 + label span {
        background-color: #0f346c;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_TwoWayChat_1 + label span {
        background-color: #2ecc71;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_TwoWayChat_2 + label span {
        background-color: #f1c40f;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_TwoWayChat_3 + label span {
        background-color: #e74c3c;
    }

    .custom-radios input[type="radio"]#MainContent_rblColor_TwoWayChat_4 + label span {
        background-color: #ffffff;
    }

    .custom-radios input[type="radio"]:checked + label span {
        opacity: 1;
        background: url('../Images/check-icn.svg') center center no-repeat;
        width: 60px;
        height: 60px;
        display: inline-block;
    }



/* Added By Appmix Kalpesh On 8-6-2020 Css For EzzyLead Bot Active / Deactive Toggle Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1fb141;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


#MainContent_rblChatTemplate input[type="radio"] + label {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
}
/* Code End */

.wizard-height {
    min-height: 310px;
}

#CreateTemplate .modal {
    text-align: center;
    padding: 0 !important;
}

    #CreateTemplate .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

#CreateTemplate .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 768px) {
    #CreateTemplate .modal-dialog {
        position: absolute !important;
        top: 0;
        left: 0;
        transform: none;
    }

    .rptLabel {
        font-size: 11px;
    }

    .buttonAdd {
        white-space: normal !important;
        max-width: 108px;
        font-size: 12px;
    }

    .statuslabel {
        font-size: 11px;
    }

    .container-T-Margin-75 {
        margin-top: 75px !important;
    }
}

.messages {
    padding: 5px 5px 0px 5px;
}

    .messages .sent p {
        border-radius: 10px;
        background: #0F346C;
        color: #f5f5f5;
        padding: 8px;
        float: right;
        clear: both;
        max-width: 250px;
        font-size: 0.9em;
    }

    .messages .replies p {
        border-radius: 10px;
        background: #fff;
        float: left;
        clear: both;
        color: #0F346C;
        padding: 8px;
        max-width: 250px;
        font-size: 0.9em;
    }

.message-input {
    width: 100%;
    z-index: 99;
}

    .message-input .wrap {
        position: relative;
    }

        .message-input .wrap input {
            font-family: "proxima-nova", "Source Sans Pro", sans-serif;
            float: left;
            border: none;
            width: calc(100% - 80px);
            padding: 11px 32px 10px 8px;
            font-size: 0.8em;
            color: #32465a;
        }


.messages {
    padding: 5px 5px 0px 5px;
}

    .messages .sent p {
        border-radius: 10px;
        background: #0F346C;
        color: #f5f5f5;
        padding: 8px;
        float: right;
        clear: both;
        max-width: 250px;
        font-size: 0.9em;
    }

     .messages .sent_TwoWayChat p {
        border-radius: 10px;
        background: #0F346C;
        color: #f5f5f5;
        padding: 8px;
        float: right;
        clear: both;
        max-width: 250px;
        font-size: 0.9em;
    }
    .messages .replies p {
        border-radius: 10px;
        background: #fff;
        float: left;
        clear: both;
        color: #0F346C;
        padding: 8px;
        max-width: 250px;
        font-size: 0.9em;
    }

.message-input {
    width: 100%;
    z-index: 99;
}

    .message-input .wrap {
        position: relative;
    }

        .message-input .wrap input {
            font-family: "proxima-nova", "Source Sans Pro", sans-serif;
            float: left;
            border: none;
            width: calc(100% - 80px);
            padding: 11px 32px 10px 8px;
            font-size: 0.8em;
            color: #32465a;
        }

 

.btnsend {
    font-size: 11px;
    color: #0f346c;
}

#ReminderNote p {
    font-size: 14px;
    font-weight: 600;
}


#ReminderNote p {
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 320px) and (max-width: 320px) {
    .navbar-brand img {
        max-width: 130px !important;
    }

    .navbar-brand {
        margin-right: 0rem !important;
    }

    .nav-link {
        padding: 0rem !important;
    }

    ul li {
        font-size: 13px !important;
    }

    h2.HeadingLabel {
        font-size: 16px !important;
    }

    .checkbox label {
        font-size: 11px !important;
    }
}

@media (min-width: 280px) and (max-width: 280px) {
    .HeaderdayLabel {
        font-size: 35px !important;
    }

    .navbar-brand img {
        max-width: 100px !important;
    }

    h2.HeadingLabel {
        font-size: 12px !important;
    }

    .navbar {
        padding: 0.5rem 0.25rem !important;
    }

    .nav-link {
        display: block;
        padding: 0rem 0rem !important;
    }

    .navbar-brand {
        margin-right: 1rem;
    }

    .pricingTable .pricing-content {
        padding: 0px 5px !important;
    }

    .divcircle {
        width: 9.5% !important;
    }

    .divFeture {
        width: 82% !important;
    }

    .pricingTable {
        margin-bottom: 100px !important;
    }

    .offerPrice {
        font-size: 11px !important;
    }

    .checkbox label {
        font-size: 11px !important;
    }
}
/*Code Added By appmix Kalpesh for 2-2-2021 for the Custom Grid*/
.page_enabled {
    color: #FFFFFF !important;
    background-color: #1fb141 !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0 !important;
    border-radius: 4px;
}

.pgSize {
    font-weight: bold;
    margin-top: 6px;
}

#MainContent_grvDealList {
    margin-bottom: 0px !important;
}

.sorticn {
    margin-left: 5px;
}

.tblsort th a {
    display: flex;
}

.glyphicon {
    top: 3px !important;
    font-size: 16px !important;
}

#btnGroupwebToggle {
    padding-left: 15px;
}

/*Code Added By appmix Kalpesh on 17-2-2021 for the Remove Maximize Button from CKEditor*/
.cke_button__maximize {
    display: none !important;
}

/*Code for Iphon X */
@media (min-width: 375px) and (max-width: 375px) {
    .nav-link {
        padding: .5rem .5rem !important;
    }
}

@media only screen and (min-width : 768px) and (max-width:990px) {
    .modal-custome-width {
        width: 375px !important;
    }
}

.navbar-brand {
    padding: 15px 15px !important;
}
