a.logo span,
ul.sidebar-menu li a.active i, ul.sidebar-menu li a:focus i, ul.sidebar-menu li a:hover i {
    color: #337ab7;
}

body {
    color:#333;
}

/*Reports*/
.report_filter_row{
    padding: 15px;
    background: #DBDBDB;
}
.report_filter_row{
    /*    display: inline-block;
        margin-right: 10px;
        float: left;*/
} 
.report_counts h5,.report_counts p{
    text-align: center;
    padding-bottom: 10px !important;

}
.report_counts h5{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#generate_report_form .ui-slider {  
    margin-left: 10px;
    margin-right: 10px;
}
/*Daily Summary*/
.dsfilterbox{
    padding: 10px 10px 5px; 
    background-color: #f5f5f5; 
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.mt0 {
    margin-top: 0!important;
}
.error-strip{
    color: #a94442;
    background-color: #f2dede;
    padding: 5px 10px;
    border-radius: 4px; 
    margin-top: 5px !important;
}
.hide_custom_range .ranges li:last-child{ 
    display: none; 
}
.hide_custom_range .daterangepicker .right, .hide_custom_range .daterangepicker .left { 
    display: none !important; 
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.overall_summary{
    border: 1px solid #ababab;
    padding: 5px 10px;
}
.dsr_heading{
    text-align: center;
    color: #fff;
    background: #bdbdbd;
    margin-bottom: 0px;
    padding: 5px;
}
/*Tut carousel*/
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.benefits_list {
    padding-left:20px;
}
.benefits_list li{
    margin-bottom: 5px;
    font-size: 14px;
}
#big_container p,.faq-content p{
    font-size:14px;
}
/*Hide Checkbox Jqxgrid*/
#dsa_applications_grid .jqx-grid-column-header .jqx-checkbox-default {
    display:none !important;
}
.overlay {
    z-index: 9999;
    background: rgba(18, 18, 18, 0.62) url("../../img/loading4.gif") no-repeat scroll center center / 64px auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}
/*Upload Image*/
.bank_attachments li .remove_att,.dsa_attachments li .remove_dsa_docs,.dsa_attachments li .remove_att{
    position: absolute;
    top: 0px;
    right: 5px;
}
.bank_attachments li a img,.dsa_attachments li a img{
    border: 1px solid #000;
    height: 150px;
    width: 150px;
}
.dsa_attachments li a img{
    border: 1px solid #000;
    height: 75px;
    width: 75px;
}
.bank_attachments li,.dsa_attachments li{
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.bank_attachments,.dsa_attachments{
    position: relative;
}
.bank_attachments li i,.dsa_attachments li i{
}
/*.bank_product_code .checkbox-inline{
    position: relative;
    margin: 0px 0px 0px;
}*/
.bank_product_code tbody > tr > td{
    padding: 4px; 
}
.dsa_attachments li a i{
    color: rgb(204, 204, 204);
    border: 1px solid rgb(0, 0, 0);
    height: 75px;
    width: 75px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.nb_dsa_fields,.cheque_dsa_fields{
    display: none;
}
#dsaAppForm .btn-combobox, #dsaAccForm .btn-combobox {
    display: block;
}
#dsaAppForm .btn-combobox > .btn:first-child, #dsaAccForm .btn-combobox > .btn:first-child {
    width: 100%;
    line-height: 22px;
}
#dsaAppForm .btn-combobox ul, #dsaAccForm .btn-combobox ul {
    width: 100%;
}
#dsaAppForm .btn-combobox input[type="checkbox"], #dsaAccForm .btn-combobox input[type="checkbox"] {
    position: absolute;
    top: 2px;
    left: 5px;
}
#dsaAppForm .btn-combobox label, #dsaAccForm .btn-combobox label {
    padding: 2px 5px 2px 24px;
    color: #333;
    cursor: pointer;
    display: block;
    margin: 0px;
    text-transform: none;
    font-weight: normal;
    position: relative;
}
#dsaAppForm .btn-combobox label:hover, #dsaAccForm .btn-combobox label:hover {
    background: #DDD none repeat scroll 0% 0%;
}
.faq_links ul li,.tutorials_links ul li,.features_links ul li {
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    margin-bottom: 10px;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
}
.faq_links ul li a,.tutorials_links ul li a,.features_links ul li a{
    color:#4B4B4B;
    font-size: 14px;
}
/*Profile */
.pmo-pic .pmop-edit {
    position: absolute;
    left: 0px;
    color: #FFF;
    background: rgba(135, 131, 131, 0.4) none repeat scroll 0% 0%;
    text-align: center;
    padding: 5px 5px 5px;
    transition: opacity 250ms ease 0s;
    bottom: 0px;
    width: 140px;
    margin: 5px;
}
.pmo-pic .pmop-edit i {
    font-size: 18px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}
.pmo-pic img {
    width: 150px;
    border-radius: 2px 2px 0px 0px;
    border: 1px solid #ccc;
    padding: 3px;
    height: 150px;
    display: inline-block;
}
.p-relative img {
    vertical-align: middle;
}
.p-relative {
    position: relative !important;
    width: 150px;
    display: inline-block;
}
.pmo-pic {
    position: relative;
    margin: 5px;
}
.pro-img-container {
    border: 1px solid #E0DDDD;
    margin: 15px;
    background: rgba(220, 218, 218, 0.13);
}
.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}
.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}
.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}
.profile-nav .user-heading p {
    font-size: 12px;
}
.profile-nav ul {
    margin-top: 1px;
}
.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}
.profile-nav ul > li:last-child {
    border-bottom: none;
}
.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}
.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #89817f !important;
}
.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}
.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}
.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}
.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}
.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}
.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}
.profile_container{
}
.pro-right-container{
    position: relative;
    margin: 20px;
}
.pro-right-container .nav-tabs,.pro-right-container .nav-tabs > li.active > a{
    border:none;
}
.pro-right-container .nav-tabs > li > a:hover {
}
.profile-timeline{
    height: 600px;
    overflow-y: scroll;
}
.pro-right-container .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
}
.pro-right-container .nav-tabs > li > a {   
    border: 2px solid transparent;
    background-color: #FFF;

}
.pro-right-container .nav-tabs > li.active > a {
    border-bottom: 2px solid #25236F !important;
}
.pmo-block {
    padding: 5px;
    text-align: center;
}
.pmo-block > h2 {
    font-size: 16px;
    margin: 0px 0px 15px;
    color: #000;
}
.pmo-contact ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.pmo-contact ul li {
    position: relative;
    padding: 8px 0px 8px 35px;
    text-align: left;
}
.pmo-contact ul li i {
    font-size: 18px;
    vertical-align: top;
    line-height: 100%;
    position: absolute;
    left: 0px;
    width: 18px;
    text-align: center;
}
.pmo-pic .pmop-edit:hover {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
}
.pmo-pic .pmo-stat {
    border-radius: 0px 0px 2px 2px;
    background: #FFC107 none repeat scroll 0% 0%;
    color: #FFF;
    text-align: center;
    padding: 30px 5px 0px;
    padding-bottom: 15px;
}
.c-white {
    color: #FFF !important;
}
.m-0 {
    margin: 0px !important;
}
.pmo-pic .pmop-message {
    position: absolute;
    bottom: 27px;
    left: 50%;
    margin-left: -25px;
}
/*Lead filter*/
.filter_columns li{
    float: left;
    margin-right: 20px;
}
.filter_columns input,.filter_columns label{
    margin: 0px;
}
.filter_columns input[type="checkbox"] ::-ms-check {
    color: red;
    background: black;
    padding: 1em;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #leads_grid_admin{
        width: 84% !important;
    }
}
#jqxlistbox,
.grid_columns_selector {
    border-top: 5px solid rgb(204, 204, 204) !important;
    border-bottom: 5px solid rgb(204, 204, 204) !important;
    float:left;
}
.grid_container {
    float:left;
    margin-left:10px !important;
}
/*Credit history*/
.bl_details_modal_icon{
    color: #000;
}
.inv_amt_color{
    color: #000;
}
.todaysnotifications li{
    padding: 15px;
    margin-bottom: 0px;
    border-bottom: 1px dashed #D5D4D4;
}
.todaysnotifications{
    margin-bottom: 0px;
}
#todaysNotificationsModal .modal-body{
    padding-bottom: 0px;
    padding-top: 0px;
}
.todaysnotifications li a{
    color: #737578;
}
.todaysnotifications li:hover{
    background-color: rgba(225, 225, 225, 0.5);
}
/*
.todaysnotifications li:last-child{
    border: none;
    padding-bottom: 0px;
}
.todaysnotifications li:last-child:hover{
    background-color: #FFF;
    border: none;
}*/
.todaysnotifications{
    height: 250px;
}
#todaysNotificationsModal .modal-content {
    border: 5px solid #000;
    border-radius: 5px !important;
}
#todaysNotificationsModal .modal-header{
    border-radius: 0px !important;
    background: #000 !important;
}
#todaysNotificationsModal .modal-title{
}
#todaysNotificationsModal .modal_date{
    margin-right: 10px;
}
.notif_count_bub{
    background: #F85B49 none repeat scroll 0% 0%;
    padding: 0.3em 0.7em;
    line-height: 25px;
    border-radius: 50%;
}
.notes-container{
    max-height: 473px;
}
.author_name{
    float: right;
}
.form-row {
    margin-bottom: 5px;
}
.form-row-2x {
    margin-bottom: 10px;
}
.form-row-3x {
    margin-bottom: 15px;
}
form .alert.success,
form .alert.fail,
form .alert.loading {
    margin-bottom: 5px;
    display:none;
}
.select2.form-control {
    width:100% !important;
}
legend {
    font-size: 15px;
}
.lead_docs,
.lead_docs_2 {
    list-style: none;
    padding-left:0;
}
.lead_docs li {
    float:left;
    width:33.333%;
}
.lead_docs_2 li {
    float:left;
    width:50%;
}
.lead_docs label,
.lead_docs_2 label {
    display:block;
    font-weight: normal;
    cursor: pointer;
}
.lead_docs_2 label {
}
.pr {
    position:relative;
}
.lead_actions {
    position:absolute;
    top:5px;
    right:5px;
}
.lead_grid_actions{
    float: left;
    right: 5px;
}
.tab-pane {
    padding-top:15px;
}
.display-block {
    display:block;
}
.suggested_banks {
    margin-top:10px;
    padding-left:0px;
    list-style: none;
}
.suggested_banks li {
    position:relative;
}
.suggested_banks li:hover {
    background-color:#f1f1f1;
}
.suggested_banks li label {
    margin-bottom: 0px;
    display: block;
    padding:5px;
    cursor: pointer;
}
.suggested_banks li .btn-blogin {
    position:absolute;
    top:3px;
    right:2px;
    display:none;
}
.lead_blogins {
    padding-left: 0;
    list-style: none;
    margin-top:15px;
    margin-left:-15px;
    margin-right:-15px;
}
.lead_blogins li {
    float:left;
    width:100%;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:15px;
}
.lead_blogins li > div{
    border:#DDD solid 1px;
    position:relative;
    padding:5px;
}
.lead_blogins h6 {
    font-weight: bold;
}
.lead_blogins li img {
    width:85px;
    height:85px;
    float:left;
    margin-right: 5px;
}
.blogin_date {
    position:absolute;
    top:0px;
    right:-1px;
    background-color: #f4f4f4;
    font-size: 11px;
    padding:2px 5px;
    font-weight: bold;
    border:#DDD solid 1px;
    border-top: none;
}
.notes-container.niceScroll {
    max-height: 473px;
    overflow-y: scroll;
}
@media (min-width: 1800px) and (max-width: 2000px) {
    .notes-container.niceScroll {
        max-height: 645px;
        overflow-y: scroll;
    }
    .notes-container {
        max-height: 645px;
        overflow-y: scroll;
    }
}
.notes-timeline::before {
    left:94px;
}
.notes-timeline .timeline-item::before {
    width: 94px;
}
.notes-timeline .timeline-desk {
    display:block;
    width:auto;
}
.notes-timeline .timeline-item {
    display:block;
    margin-left:94px;
}
.notes-timeline .timeline-desk .panel {
    display: inline-block;
    margin-bottom: 10px;
    background-color:#FFF9DD;
}
.notes-timeline .timeline-desk .arrow {
    border-right: 8px solid #FFF9DD !important;
}
.datetimepicker .input-group-addon {
    cursor: pointer;
}
#follow_feedback_container, #postfollowup {
    display:none;
}
.label_check {
    line-height: 21px;
    cursor: pointer;
    font-weight: bold;
}
.delete_lead_attachment {
    cursor: pointer;
    display:inline-block;
    margin-top: 2px;
    color:#E01414;
}
.btn-addprop {
    float: right;
}
.btn-addcred {
    float:right;
}
.lead_properties {
}
.lead_properties li {
    width: 50%;
    float:left;
    position:relative;
    margin-bottom: 15px;
}
.lead_properties li > div:first-child {
    border:#DDD solid 1px;
    padding:0px;
}
.lead_properties li:nth-child(odd) > div:first-child {
    margin-right: 7.5px;  
}
.lead_properties li:nth-child(even) > div:first-child {
    margin-left: 7.5px;  
}
.address_actions {
    position: absolute;
    top:10px;
    right: 5px;
}
.lead_attachments {
    margin-top:5px;
}
.lead_attachments li {
}
.filterModal .nav-pills > li > a {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.filterModal .col-xs-5 {
    padding-right:5px;
    border-right:#ddd solid 1px;
}
.filterModal .col-xs-7 {
    padding-left:5px;
    padding-right:5px;
}
.filterModal .tab-pane {
    padding-top:0px;
}
.mobile_grid {
    margin-bottom: 0;
}
.mobile_grid > li {
    position: relative;
}
.mobile_grid i.fa-chevron-right {
    position: absolute;
    top:14px;
    right:10px;
}
.btn-select-field {
    display:block;
    width:100%;
    text-align: left;
    position: relative;
}
.btn-select-field .caret {
    position: absolute;
    right:10px;
    top:15px;
}
.dropdown-select {
    left:5px;
    max-height:360px;
    overflow-y:scroll;
}
.dropdown-select li {
}
.dropdown-select li label {
    display: block;
    padding:4px 10px;
    cursor: pointer;
    margin-bottom: 0px;
}
.dropdown-select li label:hover,
.dropdown-select li label:focus,
.dropdown-select li label:active {
    background-color: #fafafa;
}
.leads_grid_preview, 
.follows_grid_preview, 
.bqueries_grid_preview {
    padding:15px;
    height:170px;
    overflow-y: scroll;
}
.btn-grid-actions {
    position:absolute;
    top: 17px;
    right: 15px;
}
/*Sign-In Module Start*/
.modal{
    z-index: 9999 !important;
}
.modal-dialog {
    z-index:1050;
}
.channel-details .tab-content{
    padding: 10px;
}
#allforms ul li a{
    padding: 10px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.mainbackground {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 946px;
    overflow: hidden;
}
.signin {
    position: relative;
    top: 150px;
}
.sigintitle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(42,53,66);
    color: #000;
    margin-left: 15%;
    margin-right: 15%;
    border: 1px solid #0C0C0C;
}
.sigintitle h3 {
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 15px;
    color: #FFF;
}
.signinform {
    border: 1px solid #F5EEEE;
    background: #FFF none repeat scroll 0% 0%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 15%;
    margin-right: 15%;
}
.userinput {
    margin: 20px auto 10px;
    width: 80%;
}
.signin-btn {
    width: 80%;
    margin: 20px auto 15px;
    background: #33A560 none repeat scroll 0% 0%;
    color: #FFF !important;
    border: 2px solid #24AE48;
    border-radius: 5px;
    box-shadow: 0px 4px 0px 0px #2B7A4A;
}
/*Sign In End*/
.blogin_stages {
}
.blogin_stages label {
    padding-left: 0;
}
#stage_approved,
#stage_disbursed,
#stage_rejected,
#approval_fields,
#pd_fields,
#valuation_fields,
#cibil_fields, 
#rejection_fields,
#disbursement_fields {
    /*display:none;*/
}
.has-validation-error {
    color:#E01414;
    display:none;
}
.details-first-column{
    border-right: 1px solid #eee;
    padding-right: 20px;
}
#help-queries, #faq-queries, #tutorial-queries{
    padding-bottom: 20px;
}
#help-queries h4, #faq-queries h4, #tutorial-queries h4{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #F3F3F3;
}
#help-queries .panel-heading, #faq-queries .panel-heading, #tutorial-queries .panel-heading{
    /*padding: 10px 15px 0px 15px;*/
}
#help-queries .panel-collapse, #tutorial-queries .panel-collapse {
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -3px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
}
.checkbox-1{
    margin-right: 5px !important;
}
.checkbox-2{
    margin-right: 5px !important;
    margin-left: 25px !important;
}
.forgot-link{
    text-align: center;
    margin-bottom: 20px;
}
.forgot-input{
    margin-bottom: 15px;
    margin-top: 10px;
}
.all-notifications-row{
    padding: 10px;
    border: 1px solid #CCC;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.all-notifications-row:hover{
    background: #F7F7F7;
}
.all-notifications-row .small{
}

.all_notif_link{
    color:#FFF !important;
}
.all_notif_link:hover{
    color:#51a7f7 !important;
}
.all-notifications-row p{
    margin: 0px 0px 0px 0px;
    display: inline;
    font-size: 15px;
    color:#63636C;
}
.newlead-title{
    font-weight: bold;
    color: #4A4A4A;
}
.newlead-title span{
    background-color: #F00;
    width: 22px;
    height: 22px;
    font-size: 18px;
    border-radius: 2px;
    padding: 1px;
    color: #fff;
    margin-right: 5px;
}
.newlead-info{
    width: 100%;
    margin-top: 5px;
}
.newlead-amount{
    font-weight: bold;
    color: #848484;
}
/*shoutbox start*/
.shout_box{
    background-color: #6CCAC9;
    width: 260px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index:9;
}
.shout_box .chat-header .close_btn{
    background: url(../img/close_btn.png) no-repeat 0px 0px;
    float: right;
    width: 15px;
    height: 15px;
}
.shout_box .chat-header .close_btn:hover{
    background: url(../img/close_btn.png) no-repeat 0px -16px;
}
.shout_box .chat-header .open_btn{
    background: url(../img/close_btn.png) no-repeat 0px -32px;
    float: right;
    width: 15px;
    height: 15px;
}
.shout_box .chat-header .open_btn:hover{
    background: url(../img/close_btn.png) no-repeat 0px -48px;
}
.shout_box .chat-header{
    padding: 10px 5px 10px 5px;
    font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    color:#fff;
    border: 1px solid #1E9F9E;
    border-bottom:none;
    cursor: pointer;
}
.chat_box .message_box{
    margin-top: 40px;
    position: relative;
}
.chat_box .chat_box_bg{
    position: fixed;
    top:40%;
    left:0;
    width:100%;
    height: auto;
    border-left: 1px solid #000;
}
.sender_box {
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    border: 1px solid rgba(62, 62, 62, 0.66);
    padding: 0px 8px 5px;
    font: 12px "lucida grande",tahoma,verdana,arial,sans-serif;
    color: #7C7C7C;
    width: 75%;
    float: right;
    border-radius: 5px;
    background-color: rgb(217, 247, 255); 
}
.sender_emo {
    margin-right: 10px;
    margin-top: 5px; 
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    color: #7C7C7C;
    width: 111px;
    float: right;
    border-radius: 5px;
    background-color: rgba(156, 148, 148, 0.3)
}
.chatter_box {
    margin-left: 10px;
    margin-top: 5px;
    display: block;
    border: 1px solid rgba(119, 119, 119, 0.92);
    padding: 0px 8px 5px;
    font: 12px "lucida grande",tahoma,verdana,arial,sans-serif;
    color: #7C7C7C;
    width: 75%;
    float: left;
    border-radius: 5px;
    background-color: #FFFCED;
}
.chatter_emo {
    margin-left: 10px;
    margin-top: 5px; 
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    color: #7C7C7C;
    width: 111px;
    float: left;
    border-radius: 5px;
    background-color: rgba(156, 148, 148, 0.3)
}
.message_box:last-child{
    border-bottom:none;
}
time{
    font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-weight: normal;
    float:right;
    color: #A8A8A8;
}
.shout_msg .username{
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    display: block;
    color: #4C4C53;
    font-size: 12px;
}
.user_info input{
    border: 1px solid #CCC;
    border-top: none;
    padding: 3px 0px 0px 3px;
    font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
    width: 100%;
    height: 35px;
    font: 14px "lucida grande",tahoma,verdana,arial,sans-serif;
}
.shout_box .chat-header .fa-bars{    
    color: rgb(255, 255, 255);
}
.chat-box-dropdown #dropdownMenu1{
    background-color: transparent;
    border: medium none;
    text-align: center;
}
.chat-box-dropdown{
    text-align: center;
}
.chat-box-dropdown .dropdown-menu i{
    margin-right: 5px;
}
/*dropdown submenu*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.chat-box-dropdown-submenu{
    min-width:100px;
}
.chat-box-dropdown-menu{
    min-width:130px;
}
.select-user-to-chat{
    background-color: #ECECEC;
    padding: 5px 0px 5px 5px;
    margin-left: 1px;
}
.chat_user_added{
    width: 50%;
    background-color: rgba(0, 128, 0, 0.47);
    color: #FFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
}
.user_chat_close i{
    display: inline;
    padding: 0px 4px 0px 4px;
}
/*shoutbox ends*/
.single_message_view_seen{
    border: 1px solid #CFCFCF;
    padding: 5px 0px 5px 5px;
    border-top-right-radius: 5px;    
    border-bottom-right-radius: 5px;
    background-color: #F9F9F9;
    margin-bottom: 5px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.single_message_view_unseen{
    border-top-right-radius: 5px;    
    border-bottom-right-radius: 5px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid #B7B7B7;
    padding: 5px 0px 5px 5px;
    border-radius: 30px 5px 5px 30px;
    background-color: #E6E6E6;
    margin-bottom: 5px;
    font-weight: bold;
}
.inboxmessage_icons{   
    margin-left: 0px;
    margin-right: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #F2F2F2;
    cursor: pointer;
}
.online_message_chat .photo img{
    border-radius:20px;
    border: 1px solid rgba(0, 0, 0, 0.46);
    height: 40px;
    width: 40px;
}
.online_message_chat .message{
    color: #747171;
}
.select-recpt-to-forward{
    margin-top: 10px;
}
.allinbox_messages i:hover, .allinbox_messages i:active, .allinbox_messages i:focus{
    color:#000;
}
.allchat_messages .message .single_view_emo{
    width:20px;
    height:20px;
    border-radius: 50%;
}
.inbox_otheractions{
    padding: 20px;
}
.inbox_otheractions button{
    display: block;
    width:250px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hotleads-slidebar{
    height:38%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.hotleads-slidebar-divider{
    height:2%;
    background-color: #2A3542;
}
.hotleads-slidebar .tasks-bar{
    height:80%;
}
/*slidebar chatbox*/
.chatbox_slidebar .tab-content{
    height:80%;
    overflow-x: hidden;
}
.all_messages_view{
    height:80%;
}
.all_messages_view li:first-child{
    margin-top: 5px;
}
.single_message_slidebar_seen{    
    border: 1px solid rgba(8, 22, 122, 0.54);
    padding: 5px;
    border-radius: 30px 5px 5px 30px;
    background-color: rgba(221, 219, 219, 0.31);
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.single_message_slidebar_unseen{    
    border: 1px solid #0A124D;
    padding: 5px;
    border-radius: 30px 5px 5px 30px;
    background-color: rgba(51, 51, 51, 0.29);
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.chatbox_slidebar{    
    background-color: #FFF;
    border: 1px solid #000;
    height: 59%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.chatbox_slidebar-divider{
    height:1%;
    background-color: #8075C4;
}
.chat_box_header{
    background-color: #6B02A5;
    color: #fff;
}
.chatbox_slidebar .grpchat_box_header{
    background-color: #6B02A5;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
}
.chatbox_slidebar .nav-tabs{
    background-color: #F8D347;
    border: none;
}
.chatbox_slidebar .nav-tabs li{
    text-align: center;
}
.chatbox_slidebar .nav-tabs > li.active > a, .chatbox_slidebar .nav-tabs > li.active > a:focus, .chatbox_slidebar .nav-tabs > li > a:hover {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: transparent !important;
    border-width: 0px !important;
    border-style: none !important;
    border-color: none transparent !important;
}
.chatbox_slidebar .nav-tabs > li.active{
    border-bottom: 6px solid #fff;
}
.chatbox_slidebar .nav-tabs > .group-nav-link.active{
    border: none;
}
.chatbox_slidebar .nav-tabs > li a{
    color: #BD9602;
}
.chat-header-title h5{
    padding-top: 2px;
}
.grpchat-header-title h5{
    padding-top: 2px;
}
.single_grpmsg_slidebar_unseen{
    border: 1px solid #B0B0B0;
    background-color: #EEE;
    margin: 5px 10px 5px 10px;
    padding: 5px;
    border-radius: 5px;
}
.single_contact_slidebar{
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.single_contact_slidebar .photo img{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.52);
}
.single_contact_name{
    border-bottom: 1px solid #E7E7E7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.single_chat_message_box .user_info{
    position: fixed;
    bottom:50px;
    background-color: #6B02A5; 
    width: 100%;
    padding: 10px 20px 15px 10px; 
}
.group_chat_message_box .user_info{
    position: fixed;
    bottom:50px;
    background-color: #6B02A5; 
    width: 100%;
    padding: 10px 20px 15px 10px; 
}
.slidebar-chatbox{
    overflow: hidden;
}
.slidebar-chatbox .tab-pane {
    padding-top: 0px !important;
}
.backfrom_groupchat{
    color: #fff;
    padding: 10px !important;
    font-size: 16px;
}
.backfrom_singlechat{
    color: #fff;
    padding: 10px !important;
    font-size: 16px;
}
.emotions_chat_images img{
    width:30px;
    height:30px;
    border-radius: 20%;
}
.emotions_chat_images li{
    display: inline-block;
    float: left;
    margin: 2px;
}
.emotions_chat_input{
    color: rgb(249, 255, 0);
    padding: 0px 5px;
    cursor: pointer;
}
.attachment_chat_input{
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    cursor: pointer;
}
.user_info #chatbox_message, .user_info #grpchatbox_message{
    width:100%;
}
.emotions_chat_images li{
    cursor: pointer;
}
.allemotions_box{
    position: fixed;
    bottom: 135px;
    border: 1px solid rgba(87, 87, 87, 0.63);
    padding: 2px;
    width: 90%;
    left: 10px;
    z-index: 9;
    background-color: #E7E7E7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #E7E7E7;
    position: fixed;
    bottom: 125px;
    z-index: 9;
    left: 18px;
}
.chatbox_slidebar .tab-content{
    overflow-x: hidden;
}
.chatbox_slidebar .chat_box_header{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
}
.shout_msg .emotion{
    width: 90px !important;
    height: 90px !important;
}
.shout_msg img{
    border-radius:50%; 
}
.sender_emo .username{
    color: rgba(255, 255, 255, 0.81);
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 10px;
}
.chatter_emo .username{
    color: rgba(255, 255, 255, 0.81);
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 10px;
}
.single_contact_slidebar .user_rank{
    color: #898080;
    text-align: center;
}
.single_grpmsg_slidebar_unseen .from{
    font-size: 15px;
    color: rgb(77, 83, 132);
    margin-left: 5px;
}
.single_grpmsg_slidebar_unseen .group-admin{
    font-size:10px;
}
.group_chat_header .btn-create-grp{
    color: #353535;
    width: 100%;
    background-color: rgb(248, 211, 71);
    border: medium none;
    margin-top: -1px;
    padding: 5px 0px;
    border-radius: 0;
}
.group_chat_header .btn-create-grp:hover{
    color: black;
}
.online_message_chat .grpphoto img{
    border: 1px solid rgba(117, 117, 117, 0.5);
    height: 40px;
    width: 40px;
}
#newGroupform #new_group_name{
    width: 96%;
    height: 35px;
    margin: 5px 2%;
    color: #5A5757;
    padding-left: 5px;
    font-weight: bold;
    text-transform: capitalize;
}
.line_chart label{
    font-weight: 600;
    margin-right: 10px;
    padding: 0px 7px 2px 0px;
    border-radius: 3px;
    border: 1px solid;
}
.check-biggraph{
    margin: 0px 5px !important;
}
.work_progress_leads{
    height:220px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.dashboard_timeline{
    height:454px !important;
}
.dash_empinfo_rank{
    text-transform: uppercase;
}
.topbar_notif_emojo{
    height:22px;
    width:22px;
    border-radius: 50%;
}
.dash_account_img{
    width:100%;
    height:100%;
}
.work_progress_panel{
    padding-bottom: 10px;
}
.work_progress_table:last-child {
    border-bottom: 1px solid #eee;
}
.lead_count{
    color: #FF1300;
}
.pickup_count{
    color: #CF9700;
}
.login_count{
    color: #19B2EC;
}
.approved_count{
    color: #7200FF;
}
.disbursement_count{
    color: #0BB700;
}
.rejection_count{
    color: #000000;
}
.dsa_reg{
    color: #078702;
}
.dsa_approve{
    color: #00B9F6;
}
.dsa_rej{
    color: #FF0400;
}
.channel_account{
    color: #FF6C60;
}
.channel_account2{
    color: #00A247;
}
.channel_reference{
    color: #00BAFF;
}
.channel_online{
    color: #9400FF;
}
.leads_maingraph_content{
    height: 410px;
}
.revenue_panel{
    height:485px;
}
.tab-revenue-pane{
    padding-top: 0px;
}
.work-progress10{    
    background: url(../img/graph-progress/graph1.png);
    width:100%;
    height:100%;
}
.work-progress20{    
    background: url(../img/graph-progress/graph2.png);
    width:100%;
    height:100%;
}
.work-progress30{    
    background: url(../img/graph-progress/graph3.png);
    width:100%;
    height:100%;
}
.work-progress40{    
    background: url(../img/graph-progress/graph4.png);
    width:100%;
    height:100%;
}
.work-progress50{    
    background: url(../img/graph-progress/graph5.png);
    width:100%;
    height:100%;
}
.access-denied-title{
    color: red;
    font-weight: 100;
    margin-top: 30px;
}
.access-denied-text{
    margin-top: 20px;
    color: rgb(75, 70, 70);
    font-weight: 300;
}
.accessdenied-container{
    text-align: center;
    margin-top: 100px;
}
.tutorial-img{
    width:100%;
}
.tutorial-content-desc{
    font-size: 16px;
    font-weight: 100;
}
#faq-queries .panel-collapse {
}
#faq-queries i{
    color: rgb(174, 174, 174);
}
#faq-queries .faq-links:last-child{
    margin-bottom: 10px;
}
#faq-queries .faq-links, #faq-queries .faq-content{
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#faq-queries .faq-ques{
    margin: 0px;
    font-size: 14px;
}
.pricing-column-one{
    border: 1px solid rgb(233, 233, 233);
    background: rgb(151, 206, 105) none repeat scroll 0% 0%;
    text-align: center;
    box-shadow: 5px 5px 5px RGBA(171, 171, 171, 0.5);
    margin-bottom: 15px;
    border-radius: 3px;
}
.pricing-column-two{
    border: 1px solid rgb(233, 233, 233);
    background: #34D4D4;
    text-align: center;
    box-shadow: 5px 5px 5px RGBA(171, 171, 171, 0.5);
    margin-bottom: 15px;
    border-radius: 3px;
}
.pricing-column-three{
    border: 1px solid rgb(233, 233, 233);
    background:  #F98586;
    text-align: center;
    box-shadow: 5px 5px 5px RGBA(171, 171, 171, 0.5);
    margin-bottom: 15px;
    border-radius: 3px;
}
.pricing-heading{
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 80px;
}
.pricing-title{
    width: 100%;
    color: white;
    font-size: 15px;
}
.pricing-price-col{
    width: 100%;
    display: block;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 20px;
}
.pricing-content{
    background-color: white;
    padding: 10px;
}
.pricing-buy-now{
    padding-bottom: 10px;
    padding-top: 10px;
}
.pricing-column{
    width:150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
    margin-top: 80px;
}
.pricing-circle-one h2, .pricing-circle-two h2, .pricing-circle-three h2{
    margin-top: 45px;
}
.pricing-circle-one{
    width:150px;
    height:150px;
    border-radius:80px;
    border:8px double #74CF4B;
    font-size:20px;
    color:#97CE69;
    line-height:100px;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #fff;
    background:#fff;
    position: absolute;
    top: -80px;
}
.pricing-circle-two{
    width:150px;
    height:150px;
    border-radius:80px;
    border: 8px double #2DEAEA;
    font-size:20px;
    color:#34D4D4;
    line-height:100px;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #fff;
    background:#fff;
    position: absolute;
    top: -80px;
}
.pricing-circle-three{
    width:150px;
    height:150px;
    border-radius:80px;
    border:8px double #F96D6E;
    font-size:20px;
    color:#F98586;
    line-height:100px;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #fff;
    background:#fff;
    position: absolute;
    top: -80px;
}
.std-label, .business-label, .best-label{
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.std-label{    
    background: rgb(116, 207, 75) none repeat scroll 0% 0%;
}
.business-label{
    background: rgb(249, 109, 110) none repeat scroll 0% 0%;
}
.best-label, .best-btn{
    background: rgb(45, 234, 234) none repeat scroll 0% 0%;
}
.best-btn:active, .best-btn:focus, .best-btn:hover{
    background: rgb(3, 224, 224) none repeat scroll 0% 0%;
}
.pricing-content .table{
    margin-bottom: 0px !important;
}
.dsa_actions_buttons{
    margin-bottom: 15px;
}
.dsa_actions_buttons button{
    margin-right: 10px;
    margin-bottom: 5px;
    width: 182px;
}
.dsaapp_actions {
    position:absolute;
    top:0px;
    right:70px;
}
.access-denied-title{
    color: red;
    font-weight: 100;
    margin-top: 30px;
}
.access-denied-text{
    margin-top: 20px;
    color: rgb(75, 70, 70);
    font-weight: 300;
}
.accessdenied-container{
    text-align: center;
    margin-top: 100px;
}
.tutorial-img{
    width:100%;
}
.tutorial-content-desc{
    font-size: 16px;
    font-weight: 100;
}
#faq-queries i{
    color: rgb(174, 174, 174);
}
#faq-queries .faq-links:last-child{
    margin-bottom: 10px;
}
#faq-queries .faq-links, #faq-queries .faq-content{
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#faq-queries .faq-ques{
    margin: 0px;
    font-size: 14px;
}
.faq-links a {
    margin-bottom:10px;
    display: block;
}
.faq-links ol li a {
    display: inline;
}
.faq-links h4{
    border-radius: 0px !important;
}
.faq-links .panel-collapse{  
    margin-top: -11px !important;
    border-left: 1px solid rgb(51, 122, 183) !important;
    border-bottom: 1px solid rgb(51, 122, 183) !important;
    border-right: 1px solid rgb(51, 122, 183) !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
    margin-bottom: 10px;
}
.pricing-column-one{
    border: 1px solid rgb(233, 233, 233);
    background: rgb(151, 206, 105) none repeat scroll 0% 0%;
    text-align: center;
    box-shadow: 5px 5px 5px RGBA(171, 171, 171, 0.5);
    margin-bottom: 15px;
    border-radius: 3px;
}
.pricing-column-two{
    border: 1px solid rgb(233, 233, 233);
    background: #34D4D4;
    text-align: center;
    box-shadow: 5px 5px 5px RGBA(171, 171, 171, 0.5);
    margin-bottom: 15px;
    border-radius: 3px;
}
.pricing-column-three{
    border: 1px solid rgb(233, 233, 233);
    background:  #F98586;
    text-align: center;
    box-shadow: 5px 5px 5px RGBA(171, 171, 171, 0.5);
    margin-bottom: 15px;
    border-radius: 3px;
}
.pricing-heading{
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 80px;
}
.pricing-title{
    width: 100%;
    color: white;
    font-size: 15px;
}
.pricing-price-col{
    width: 100%;
    display: block;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 20px;
}
.pricing-content{
    background-color: white;
    padding: 10px;
}
.pricing-buy-now{
    padding-bottom: 10px;
    padding-top: 10px;
}
.pricing-column{
    width:150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
    margin-top: 80px;
}
.pricing-circle-one h2, .pricing-circle-two h2, .pricing-circle-three h2{
    margin-top: 45px;
}
.pricing-circle-one{
    width:150px;
    height:150px;
    border-radius:80px;
    border:8px double #74CF4B;
    font-size:20px;
    color:#97CE69;
    line-height:100px;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #fff;
    background:#fff;
    position: absolute;
    top: -80px;
}
.pricing-circle-two{
    width:150px;
    height:150px;
    border-radius:80px;
    border: 8px double #2DEAEA;
    font-size:20px;
    color:#34D4D4;
    line-height:100px;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #fff;
    background:#fff;
    position: absolute;
    top: -80px;
}
.pricing-circle-three{
    width:150px;
    height:150px;
    border-radius:80px;
    border:8px double #F96D6E;
    font-size:20px;
    color:#F98586;
    line-height:100px;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #fff;
    background:#fff;
    position: absolute;
    top: -80px;
}
.std-label, .business-label, .best-label{
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.std-label{    
    background: rgb(116, 207, 75) none repeat scroll 0% 0%;
}
.business-label{
    background: rgb(249, 109, 110) none repeat scroll 0% 0%;
}
.best-label, .best-btn{
    background: rgb(45, 234, 234) none repeat scroll 0% 0%;
}
.best-btn:active, .best-btn:focus, .best-btn:hover{
    background: rgb(3, 224, 224) none repeat scroll 0% 0%;
}
.pricing-content .table{
    margin-bottom: 0px !important;
}
.dsa_actions_buttons{
    margin-bottom: 15px;
}
.dsa_actions_buttons button{
    margin-right: 10px;
    margin-bottom: 5px;
}
.dsaapp_actions {
    position:absolute;
    top:0px;
    right:70px;
}
.dsaacc_docs button, .dsaacc_docs a{
    margin-top: 15px;
    margin-right: 10px;
}
.hide-bank-details, .hide-payment-form{
    display: none;
}
.show-bank-details, .show-payment-form{
    display: block;
}
.upload_dsacc_doc{
    margin-bottom: 10px;
}
.verify_dsa_acc_payment{
    margin-top: 15px;    
}
@media (min-width: 300px) and (max-width: 450px) {
    #help-queries .panel-collapse iframe{
        width: 100%;
        height: auto;
    }
}
.delete_lnote {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right:15px;
    top:0px;
    padding:0px 5px;
}
.mark_lnote {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right:0px;
    top:0px;
    padding:0px 5px;
}
.payout_details {
    display: none;
}
.btn-remove-abb {
    top:-5px;
    right:5px;
    position: absolute;
}
#lead_abbs li {
    padding: 10px 15px;
    border:#ddd solid 1px;
    border-bottom: none;
    position: relative;
}
#lead_abbs li:nth-child(odd) {
    background-color: #FEFEFE;
}
#lead_abbs li:nth-child(even) {
    background-color: #FBFBFB;
}
#lead_abbs li:last-child {
    border:#ddd solid 1px;
}
#quickLeadExtendedForm-header,
.ref_fields,
.user_fields,
.user_fields_details{
    display:none;
}
/*progressbar*/
.progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    margin-bottom: 0px;
}
.progressbar.leadprogress li {
    width: 10%;
}
.progressbar li {
    text-align: center;
    list-style-type: none;
    color: #5A5A5A;
    text-transform: uppercase;
    width: 25%;
    float: left;
    font-size: 10px;
    position: relative;
    font-weight: 600;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    z-index: 1;
    position:relative;
}
/*progressbar connectors*/
.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    color:#000;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: 0; /*put it behind the numbers*/
}
.progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar li.active:before,  .progressbar li.active:after{
    background: #27AE60;
    color: white;
}
.progressbar li.incomplete:after {
    background: #ccc;
    color: white;
}
.progressbar li.abort:before,  .progressbar li.abort:after{
    background: #F44336;
    color: white;
}
.progressbar-grid {
    background-color: #FAFAFA;
    border: 1px dashed #999;
    margin-top: 0px;
    padding: 15px 5px;
    width: 100%;
    border-radius: 6px;
}
.progressbar-grid li {
    width: 10%;
}
.nmb {
    margin-bottom: 0px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.btn-blue {
    color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
}
.btn-blue:hover {
    color: #FFF;
    background-color: #286090;
    border-color: #204D74;
}
.btn-purple {
    color: #FFF;
    background-color: #A751CD;
    border-color: #2E6DA4;
}
.btn-purple:hover {
    color: #FFF;
    background-color: #8D46AD;
    border-color: #204D74;
}
.filter-dropdown {
    max-height:296px;
    min-width: 180px;
}
.filter-dropdown > li.filter_values > ul {
    max-height:208px;
}
.filter-dropdown label {
    cursor: pointer;
    padding:5px 7px;
    margin:0px;
}
.filter-dropdown > li, 
.filter-dropdown > li.filter_values > li {
    position:relative;
}
.filter-dropdown > li > label, 
.filter-dropdown > li.filter_values > ul> li > label {
    font-weight:normal;
    padding-left:30px;
}
.filter-dropdown > li > label:hover, .filter-dropdown > li > label:focus, .filter-dropdown > li.active > label,
.filter-dropdown > li.filter_values > ul > li > label:hover, .filter-dropdown > li.filter_values > ul > li > label:focus, .filter-dropdown > li.filter_values > ul > li.active > label {
    background-color: #495D74;
    color: #FFF;
    text-decoration: none;
}
.filter-dropdown > li > label > input,
.filter-dropdown > li.filter_values > ul > li > label > input {
    position: absolute !important;
    left: 10px;
    top: 4px;
    margin-left:0px !important;
}
.filter_field input {
    margin-left:5px; margin-right: 5px; width:auto; margin-bottom: 5px;
}
.filter_actions {
    margin-left: 5px;
    margin-right: 4px;
    margin-top:5px;
}
.filter_actions .btn {
    width:50% !important;
}
.btn-filter-apply-container {
    margin-top:23px;
    border-left: #ddd solid 1px;
    margin-left:10px;
    float: left;
}
.active_filters li{
    float: left;
    padding:2px 5px;
    border: 1px solid #CCC;
    margin-right: 4px;
    border-radius: 4px;
    background: #F0F0F0 none repeat scroll 0% 0%;
    margin-bottom: 4px;
}
.team_author{
}
.team_author:hover,.team_author:active,.team_author:focus{
    color: #fff;
}
.remove_filter i{
    margin-left: 5px;
}
.team_members small {
    font-size: 80%;
}
.btn-filter-date{
    color: rgb(255, 255, 255) !important;
    background: rgb(245, 142, 86) none repeat scroll 0% 0%;
}
#reportrange{
    cursor: pointer;
    background-color: #fff;
}
.blogin_stages {
    padding-left: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .left-btn{
        width: 126px;
        margin-bottom: 5px;
    }
    .range-btn{
        margin-top: 5px;
    }
}
@media (min-width: 800px) and (max-width: 1400px) {
    .state-overview .symbol i {
        font-size: 30px !important;
    }
    .state-overview .symbol {
        padding: 25px 10px;
    }
    .dashboard_count {
        font-size: 20px !important;
    }
    .sconnectorDetails-profileInfo {
        font-size: 11px !important;
    }
}
#fullConnectorForm .form-group,#quickConnectorForm .form-group ,#fullBdmForm .form-group,#quickBdmForm .form-group,#fullAgentForm .form-group,#quickAgentForm .form-group,#quickTelecallerForm .form-group,#fullTelecallerForm .form-group,#quickTeamForm .form-group, #fullTeamForm .form-group,#quickClientForm .form-group,fullClientForm .form-group,#ClientReminderForm .form-group,#CreateSlabForm .form-group{
    margin-bottom: 0px;
}
.help-block{
    margin-top: 0px;
    margin-bottom: 0px;
}
.clients_reminders li{
    float: left;
    padding: 5px;
    margin-bottom: 25px;
    position: relative;
}
.delete_reminder {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: -12px;
    padding: 0px 5px;
}
.closure_reminder_container {
    border: 1px solid #DDD;
    background-color: #f6f6f6;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top:5px;
}
#loadingOverlay {
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index: 99999;
    display: none;
}
#loadingOverlay h5 {
    position: absolute;
    top:50%;
    text-shadow:0px 0px 5px rgba(0,198,255,0.7);
    color:#fff; 
    text-align: center;
    margin-top:-25px;
    font-size: 20px;
    text-transform: uppercase;
    width:100%;
}
#loadingBar { 
    width:100%; 
    height:5px; 
    margin:0px auto; 
    background:#000;
    position: absolute;
    top:50%;
}
.fullwidth .expand { 
    width:100%; 
    height:2px; 
    margin:2px 0; 
    background:#2187e7; 
    position:absolute;
    box-shadow:0px 0px 10px 1px rgba(0,198,255,0.7);
    -moz-animation:fullexpand 10s ease-out;
    -webkit-animation:fullexpand 10s ease-out;
}
@-moz-keyframes fullexpand {
    0%  { width:0px;}
    100%{ width:100%;}	
}
@-webkit-keyframes fullexpand {
    0%  { width:0px;}
    100%{ width:100%;}	
}
@-moz-keyframes loading {
    0%{-moz-transform:scale(0,0);}
    100%{-moz-transform:scale(1,1);}	
}
@-webkit-keyframes loading {
    0%{-webkit-transform:scale(0,0);}
    100%{-webkit-transform:scale(1,1);}	
}
@-moz-keyframes pulse {
    0%   {-moz-transform: scale(0);opacity: 0;}
    10%  {-moz-transform: scale(1);opacity: 0.5;}
    50%  {-moz-transform: scale(1.75);opacity: 0;}
    100% {-moz-transform: scale(0);opacity: 0;}  
}
@-webkit-keyframes pulse {
    0%   {-webkit-transform: scale(0);opacity: 0;}
    10%  {-webkit-transform: scale(1);opacity: 0.5;}
    50%  {-webkit-transform: scale(1.75);opacity: 0;}
    100% {-webkit-transform: scale(0);opacity: 0;}    
}
@-moz-keyframes fill { 
    0%{ opacity:0; }
    100%{ opacity:1; }	
}
@-webkit-keyframes fill {
    0%{ opacity:0; }
    100%{ opacity:1; }	
}
.cheque_dsaapp_fields,.online_dsaapp_fields,.save_dsa_payment,.pay_online{
}
.zigzag-outside {
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #CC0000;
    /* example content */
    padding: 1em;
    font: bold medium sans-serif;
    color: #FFFFFF;
}
.zigzag-outside:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    /* red up pointing triangle */
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%224px%22%3E%3Cpolygon%20points%3D%220%2C4%204%2C0%208%2C4%22%20fill%3D%22%23CCC%22%2F%3E%3C%2Fsvg%3E");
}
.zigzag-outside:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    /* red down pointing triangle */
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%224px%22%3E%3Cpolygon%20points%3D%220%2C0%204%2C4%208%2C0%22%20fill%3D%22%23CCC%22%2F%3E%3C%2Fsvg%3E");
}
.renew_sub_alert:hover{
    color:#000 !important;
}
.sub_plan_details li{
    padding: 10px 0px !important;
    border-top: 1px dashed rgb(204, 204, 204);
    text-align: center;
    font-size: 16px;
}
.sub_plan_details li i{
    color:rgb(0,168,179);
}
.sub_plan_details1{
    margin-bottom:0px !important;
    color: rgb(57, 48, 48);
}
.sub_plan_details1 tr td{
    border-top: 1px dashed #ddd !important;
}
.sub_plan_details1 tr td strong{
    color: rgb(0, 168, 179) !important;
    font-size: 16px !important;
}
.sub_plan_details1 .plan_name,.sub_plan_details1 .plan_validity,.sub_plan_details1 .plan_storage,.sub_plan_details1 .plan_members,.sub_plan_details1 .plan_price{
    font-size: 16px;
    color: #726f6f;
}
.slab_payable_to_dsa{
    display: none;
    margin-top:10px;
}
.invoice_no {
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    display: inline-block;
    width: 50%;
}
.inv_bal_label{
    width: 120px;
    display: inline-block;
}
.grid_container div[role="row"]{
    cursor: pointer;
}
.reminder_date {
    margin-right: 5px;
}
.reminder_date h5 {
}
#dsa-reminders-grid {
    margin-top: 15px;
}
#dsa-reminders-grid ul li {
    border:#ddd solid 1px;
    position: relative;
}
#dsa-reminders-grid ul li {
    display: table;
    width: 100%;
    margin-bottom:15px;
}
#dsa-reminders-grid ul li .reminder_date {
    width:135px;
    display: table-cell;
    background-color: #24719B;
    color:#fff;
    margin-left:-5px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 5px 8px;
}
#dsa-reminders-grid ul li .reminder_date  h5 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;
}
#dsa-reminders-grid ul li .reminder_date  h6 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top:2px;
}
#dsa-reminders-grid .reminder_content {
    display: table-cell;
    padding-left:5px;
    padding-right: 20px;
    padding-bottom: 5px;
}
#dsa-reminders-grid .actions {
    position: absolute;
    right: 5px;
    top: 5px;
}
.reminder_content p {
    font-weight: bold;
}
.statusBtn{
    padding:8px !important; 
}
.unseen_messages{
    font-weight:700;
}
.short-graph-count ul{
    float: right;
    margin-bottom: 0px;
}
.short-graph-count ul li{
    float: left;
    padding: 0px 15px;
    margin-right: 15px;
}
.short-graph-count ul li i{
    color: #fff;
    padding: 6px 7.8px;
    border-radius: 50px;
}
.all_channels_checkboxes label{
    margin: 0px 10px 10px 0px;
    cursor:pointer;
}
.all_channels_checkboxes input{
    margin: 0px 0px 0px;position: relative;
}
.filter_group {
    float: left;
    padding-left: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 0px;
}
.ng-cloak {
    display:none;
}
@media all and (min-width:1024px) and (max-width:1450px) {
    .filter_group {
        width:50%;
        border-right: none;
    }
    .btn-filter-apply-container {
        float: right;
        margin-right: 10px;
    }
    .filter_group_align {
        display: inline-block;
        float:right;
    }
}
@-moz-keyframes fullexpand {
    0%  { width:0px;}
    100%{ width:100%;}	
}
@-webkit-keyframes fullexpand {
    0%  { width:0px;}
    100%{ width:100%;}	
}
@-moz-keyframes loading {
    0%{-moz-transform:scale(0,0);}
    100%{-moz-transform:scale(1,1);}	
}
@-webkit-keyframes loading {
    0%{-webkit-transform:scale(0,0);}
    100%{-webkit-transform:scale(1,1);}	
}
@-moz-keyframes pulse {
    0%   {-moz-transform: scale(0);opacity: 0;}
    10%  {-moz-transform: scale(1);opacity: 0.5;}
    50%  {-moz-transform: scale(1.75);opacity: 0;}
    100% {-moz-transform: scale(0);opacity: 0;}  
}
@-webkit-keyframes pulse {
    0%   {-webkit-transform: scale(0);opacity: 0;}
    10%  {-webkit-transform: scale(1);opacity: 0.5;}
    50%  {-webkit-transform: scale(1.75);opacity: 0;}
    100% {-webkit-transform: scale(0);opacity: 0;}    
}
@-moz-keyframes fill {
    0%{ opacity:0; }
    100%{ opacity:1; }	
}
@-webkit-keyframes fill {
    0%{ opacity:0; }
    100%{ opacity:1; }	
}
.profile_selector {
    background: rgb(29, 203, 196) none repeat scroll 0% 0%;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 4px;
}
.profile_selector h4 {
    margin: 0px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-size: 16px;
    font-weight: 400;
    float:left;
}
.profile_selector .btn-group {
    float:right;
}
.filter_date {
    width:250px;
    margin: 0px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.filter_date input {
    color:#555 !important;
    font-weight: 400;
}
.mb0 {
    margin-bottom:0px !important;
}
.nav-lead-details li.active > a {
    background-color: #495D74;
    color:#fff;
}
.panel-form .alert {
    margin-top: 15px;
    margin-bottom: 17px;
}
.panel-preview-container {
    position: relative;
    min-height: 380px;
}
.email-panel-preview-container {
    overflow-y: scroll;
}

.panel-preview {
    position: absolute;
    width: 50%;
    max-width: 520px;
    right: -100%;
    top: 0px;
    z-index: 999;
    height: 100%;
    box-shadow: 0px 0px 6px #999;
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.panel-preview .panel-heading {
    border-top-left-radius: 0px;
    padding-left: 55px;
    font-weight: bold;
}
.panel-preview.open {
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    right: 0%;
}
.panel-preview .panel-body {
    position: relative;
}

.panel-preview .view-mail {
}

.btn-nav-more {
    right: 0px;
    top: 0px;
    border: 0px none;
    border-radius: 0px 4px 0px 0px;
}
.btn-panel-nav {
    position: absolute;
    padding: 0px;
    width: 50px;
}
.btn-nav-more > .btn {
    padding: 0px;
    width: 100%;
    height: 42px;
    background-color: #337AB7;
}
.btn-nav-more .material-icons {
    line-height: 44px;
}
.btn-panel-close {
    background:none;
    border:none;
    font-size: 20px;
    padding: 5px 10px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: 0.8;
}
.btn-panel-close:hover {
    opacity: 1;
    background:none;
    border:none;
}
.table-condensed th,
.table-condensed td {
    padding:5px !important;
}
/*.panel-form {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 100%;
}*/

/*My network CSS*/
* {margin: 0; padding: 0;}

.tree {
    width: auto;   
    border: 1px solid #ccc;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after{
    content: '';
    position: absolute; 
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}
.tree li::after{
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}
/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}
/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}
/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/
.tree ul ul::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}
.tree li a{
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
    background: #F0BC6B; color: #474747; border: 1px solid #F0BC6B;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
    border-color:  #F0BC6B;
}
.dashboard_count{
    font-size:31px;
}
.conditions_red_star{
    color:red;
}
.unconditional_star{
    color: #009688;
}
.customFade{
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 0;
}
/*SignIN*/
.input-field-wrapper .signin-input-wrapper {
    padding: 0px 30px;
}
.signin-input-wrapper .form-control:focus {
    border-bottom: 1px solid #0492f7 !important;
    border: none;
    border-color: none;
}
.signin-input-wrapper .block .fa-lock, .signin-input-wrapper .block .fa-user {
    display: inline;
    margin-right: 3px;
    font-size: 16px;
    color: #a7a7a7;
}
.signin-input-wrapper .form-control {
    border-radius: 0px !important;
}
.input-field-wrapper .new-register {
    padding: 1px 8px;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.5s;
    transition-property: width;
    transition-duration: 0.1s;
    width: 20px;
    overflow: hidden;
    color: #71D445;
    height: 20px;
    margin-right: 5px;
}
.input-field-wrapper .forgot-password {
    padding: 1px 8px;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.5s;
    transition-property: width;
    transition-duration: 0.1s;
    width: 20px;
    overflow: hidden;
    color: #FFBD00;
    height: 20px;
}
.input-field-wrapper .forgot-password:hover {
    width: 125px !important;
    color: white !important;
    border-radius: 15px !important;
}
.input-field-wrapper .new-register:hover {
    width: 77px !important;
    color: white !important;
    border-radius: 15px !important;
}
.signin-input-wrapper .error {
    margin-left:20px !important;
    max-width: 230px !important;
}
.signin-input-wrapper .alertbox-block{
    padding: 8px 10px 0px 18px;
}
.signin-input-wrapper .alert {
    padding: 5px 15px;
}
.hidebtn:hover{
    display: none;
}
.footersignin_wrap .login-wrapper{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(left,  #1e5799 0%, #3498db 27%, #3498db 73%, #1e5799 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1e5799 0%,#3498db 27%,#3498db 73%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1e5799 0%,#3498db 27%,#3498db 73%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 */
    /*background-color: #3498DB;*/
    padding-top: 0px
}
.leadsOverlay {
    z-index: 999;
    width: 400px;
    height: 200px;
    opacity: 1;
    position: fixed;
    top: 200px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.leadEditButton{
    width: 30px;
    height: 30px;
    color: #2196F3;
    border-radius: 50%;
    padding: 3px 8px;
    font-size: 18px;
    cursor: pointer;
}
.leadEditButton:hover{
    background: #00BCD4;
    color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.leadStageCheckbox .fa-check-square-o{
    color: green;
}
.leadStageCheckbox .fa-times-circle{
    color: red;
}
.leadFontIcons{
    color: #7a7878;
}
.lead_grid_actions a:hover .leadFontIcons, .lead_actions a:hover .leadFontIcons{
    color: #fff;
}
/*lead commission distribution, lead grid page */
#lead_commission_distribution ul li{
    float: left;
    margin-right: 10px;
}
#lead_commission_distribution ul li .dist_arrow{
    margin-left: 5px;
    color:#d80000;
}
#lead_commission_distribution ul li .disbursement{
    color: #5a865a;
}
#lead_commission_distribution ul li .nw_commission{
    color: #6e6eb5;
}
/*lead commission distribution, lead details page */
.lead_dist_commission{
    display: table;
    position: relative;    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.lead_dist_commission .lead_dist_article{
    display: table-row;
}
.lead_dist_commission .lead_dist_article:before {
    content: "";
    display: block;
    width: 50%;
}
.lead_dist_commission .lead_dist_article_alt:after {
    content: "";
    display: block;
    width: 50%;
}
.lead_dist_commission .lead_dist_desk{
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.lead_dist_commission .dist_rect{
    color: #fff;
    padding: 0 10px;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 220px;
    z-index: 9;
    box-shadow: 0px 5px 5px #a5a5a5;
}
.lead_dist_commission .dist_arrow_left{
    background: rgb(0,169,148);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-top-right-radius: 10px;
}
.lead_dist_commission .dist_arrow_left:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -13px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 20px solid rgb(0,169,148);
    border-bottom: 22px solid transparent;
}
.lead_dist_commission .dist_arrow_right{
    background: rgb(0,84,166);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;    
    margin-left: -95px;
    border-top-left-radius: 10px;
    padding-left: 20px;
}
.lead_dist_commission .dist_arrow_right:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -13px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 20px solid rgb(0,84,166);
    border-bottom: 22px solid transparent;
}
.lead_dist_commission .dist_stem_right{
    height: 73px;
    width: 16px;
    content: "";
    background: #0054a6;
    position: absolute;
    bottom: -28px;
    left: 39px;
    z-index: -9;
}
.lead_dist_commission .dist_stem_left{
    height: 73px;
    width: 16px;
    content: "";
    background: #00a994;
    position: absolute;
    bottom: -28px;
    right: 40px;
    z-index: -9;
}
.lead_dist_commission .dist_stem_left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #00a994;
}
.lead_dist_commission .dist_stem_right:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0054a6;
}
.foir-table th{
    background-color: #f3f3f3;
}
.foir-table .foir-td{
    padding: 12px 5px !important;
}
.smstemplate-firstChild{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.smstemplate-lastChild{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.smstemplate-element{
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: -1px;
}
/*********Ganeshg CSS**************/
.nrmDsaBlogin_date{
    position: relative;
    top: -10px;
    right: -6px;
    background-color: #E8E8E8;
    font-size: 11px;
    padding: 4px 5px;
    border: 1px solid #9e9c9c;
    border-top: none;
    float: right;
}
.blogin-details-ganeshg{
    border:1px solid #adadad;
    /*margin-top: 10px;*/ 
    padding: 5px;
}
.blogin-details-col-9{
    padding-bottom: 5px;
    padding-top: 5px;
}
.blogin-details-col-3{
    padding-bottom: 5px;
    padding-top: 5px;
}
.blogin-recommendation-div{
    border-left:1px solid #ddd;
    margin-top: 15px;
}
.port-blogin-blogo{
    width: 103px;
    height: 113px;
    opacity: 0.2 !important;
}
.dropdn-right .dropdown-menu {
    right: 0;
    left: auto;
}
.toggLeftRightClass{
    border: 1px solid #dedede;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
} 
.edit_DSA_btn:hover{
    color: #000080;
}
@media (min-width: 300px) and (max-width: 400px) {
    .blogin-details-col-9 {
        margin-left: 0px !important;
    }
    .blogin-details-col-3{
        width: 100% !important;
    }
    .nrmDsaBlogin_date {
        position: relative;
        top: 0px !important; 
    }
} 
@media (min-width: 1200px) and (max-width: 1400px) {
    .blogin-details-col-9 {
        margin-left: 15px !important;
    }
}
/* for EMI Calculator slidebar css start */
.nrmPage .pr{
    z-index: 1 !important;
}
#slidebar {
    position: fixed;
    right: -300px;
    z-index: 9999;
    width: 300px;
    bottom:45px;
    background-color: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    border: 3px solid #a62109;
}
.emi-calc-right-arrow{
    font-size: 23px;top: 4px;left: 0px;color: #fff;position: relative;
}
#slide-out-button {
    left: -27px;
    top: -3px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 9999;
    background-size: cover;
    box-shadow: inset -57px 0 0 3px #a62109,0 4px 0 0 #050000;
}
#slide-out-button, #slide-in-button {
    position: absolute;
    height: 85px;
    width: 24px;
}
#slide-out-button span{
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 6px;
    line-height: 0;
    font-size: 16px;
    left: 0px;
}
#slide-out-button a {
    color: #69188f;
    font-weight: 700;
    font-size: 20px;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    margin-left: 9px;
    display: block;
    margin-top: 9px;
}
#slide-out-button span:hover{
    color: #ffe400;
}
.cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}
.class_emi_calculator{

    height: 36px;
    width: 100%;
    color: #fff;
    background-color: #a62109;
    font-size: 20px;
    text-align: center;
}
.calculated_emi_label{
    margin-top: 31px;
    background-color: #a62109;
    padding: 10px 0px 10px 0px;
    width: 100%;
    color: #fff;
}
.emi_calc_marque{
    text-align:center;
    color: #69188f;
    height: 48px;
    line-height: 11px;
    font-size: 12px;
}
.calcEMI, .resetEMI{
    font-size:14px;
    font-weight: bold;
}
.b-primary{
    border-color: #69188f!important;
}
.b-primary .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: #69188f;
}
.b-a-2 {
    border: 2px solid #69188f !important;
}
.nrmDSA_profile .edit_nrmDSA i{ 
    left:initial;right: 0px;
    margin-left: 10px;
    font-size: 15px;
    border: 1px solid;    
    color: #18c1b5;
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
}
.nrmDSA_profile .edit_nrmDSA i:hover{
    color: #04867c;
}
.btn-white{
    background-color:#ffffff;
    color:#505050;
}
.nrmportfolio_leads #main-content {
    margin-left: 0px;
}
.nrmportfolio_leads .site-min-height {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.leads-slider-preview {
    position: absolute;
    width: 100%;
    right: -100%;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 6px #999;
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.leads-slider-preview .panel-heading {
    border-top-left-radius: 0px;
    padding-left: 55px;
    font-weight: bold;
}
.leads-slider-preview.open {
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    right: 0%;
}
.leads-btn-panel-close {
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: .8;
}
.leads-btn-panel-close:hover {
    background:none;
    border: none;
    color: #fff;
    opacity: 0.6;
    font-size: 20px;
}
.leads-btn-panel-close:active {
    background:none;
    border: none;
    color: #fff;
    opacity: 0.6;
    font-size: 20px;
}
.followups-slider-preview {
    position: absolute;
    width: 85%;
    min-height: 310px;
    right: -100%;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 6px #999;
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.followups-slider-preview .panel-heading {
    border-top-left-radius: 0px;
    padding-left: 55px;
    font-weight: bold;
}
.followups-slider-preview.open {
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    right: 0%;
}
.followup-btn-panel-close {
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: .8;
}
.followup-btn-panel-close:hover {
    opacity: 1;
    background:none;
    border:none;
}
.followup-btn-panel-close:active {
    background:none;
    color: #fff;
}
.followups-edit-slider {
    position: absolute;
    width: 72%;
    min-height: 352px;
    right: -100%;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 6px #999;
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.followups-edit-slider .panel-heading {
    border-top-left-radius: 0px;
    padding-left: 55px;
    font-weight: bold;
}
.followups-edit-slider.open {
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    right: 0%;
}
.editFollowup-btn-panel-close {
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: .8;
}
.editFollowup-btn-panel-close:hover {
    opacity: 1;
    background:none;
    border:none;
}
.editFollowup-btn-panel-close:active {
    background:none;
    color: #fff;
}
.dsaInvoice-slider-preview {
    position: absolute;
    width: 50%;
    min-height: 352px;
    right: -100%;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 6px #999;
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.dsaInvoice-slider-preview .panel-heading {
    border-top-left-radius: 0px;
    padding-left: 55px;
    font-weight: bold;
}
.dsaInvoice-slider-preview.open {
    -webkit-transition: right 0.6s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: right 0.6s;
    transition-timing-function: linear;
    right: 0%;
}
.dsaInvoice-btn-panel-close {
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: .8;
}
.dsaInvoice-btn-panel-close:hover, .dsaInvoice-btn-panel-close:focus {
    opacity: 1;
    background:none;
    border:none;
}
.dsaInvoice-btn-panel-close:active { 
    background:none;
    color: #fff;
}
.lead_dist_commission .dist_stem_left:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #00a994;
    border-right: 8px solid #00a994;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.lead_dist_commission .dist_stem_right:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #0054a6;
    border-right: 8px solid #0054a6;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.lead_dist_commission .dist_box_left {
    height: 10px;
    width: 40px;
    content: "";
    background: #0c8c7c;
    position: absolute;
    bottom: -23px;
    right: 0px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 3px 5px #8c8c8c;
}
.lead_dist_commission .dist_box_right {
    height: 10px;
    width: 39px;
    content: "";
    background: #074179;
    position: absolute;
    bottom: -23px;
    left: 0px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 3px 5px #8c8c8c;
}
.lead_dist_commission .dist_circle_left:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: "";
    background: #0c8c7c;
    position: absolute;
    top: 0px;
    right: 0px;
}
.lead_dist_commission .dist_circle_right:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: "";
    background: #074179;
    position: absolute;
    top: 0px;
    left: 0px;
}
.lead_dist_commission .dist_circle_left {
    height: 10px;
    width: 10px;
    content: "";
    background: #00a994;
    position: absolute;
    bottom: -23px;
    right: 0px;
    border-radius: 5px 0px 5px 5px;
}
.lead_dist_commission .dist_circle_right {
    height: 10px;
    width: 10px;
    content: "";
    background: #0054a6;
    position: absolute;
    bottom: -23px;
    left: 0px;
    border-radius: 0px 5px 5px 5px;
}
.highlightedBackground{
    background-color: #cefb85;
    padding: 2px 5px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #c5c5c5;
    margin: 0px 3px 0px 0px;
}
.useraccessdenied-wrapper{
    width: 100%;
    margin: 0;
    padding: 0px 15px;
}
#followup_form .label_check{
    padding-left: 28px;
    font-size: 12px;
}
/*leadprogress bar*/
.leadprogress p{
    display: block;
    margin-top: 5px;
    color: #999898;
    font-weight: 100;
}
.leadprogress .popover-title,
.progressbar-grid .popover-title,
#lead_general .popover-title{
    text-align: center;
    font-weight: bold;
}
.progressbar li.incomplete:before {
    background: #FF9800 !important;
    color: #fff;
}
.legend-title-custom{
    background-color: rgb(248, 248, 248);
    padding: 5px 10px;
    border-top: 1px solid #ececec;
    margin-bottom: 10px !important;
}
.progressbarIncomplete{
    position: absolute;
    top: 2px;
    left: -4px;
    font-size: 12px;
    z-index: 999;
    color: #fb5050;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    padding: 1px 1px 0px 2px;
}
/*location_modal*/
.leadDocsLocationModalController-class{
    z-index: 99999 !important;
}
#map { 
    height: 400px;
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.46);
}
.pac-container {
    z-index: 999999 !important;
}
.gridBtns-xs-jqx {
    padding: 2px 5px 1px;
    margin: -5px 5px 0px 0px;
    border-radius: 2px;
    border: 1px solid rgba(107, 107, 107, 0.53);
}
.addNewBtns-xs {
    padding: 2px 5px 1px;
    border-radius: 2px;
    border: 1px solid rgba(107, 107, 107, 0.53);
}
.customAlertLabel {
    padding: 5px 15px;
    border-radius: 3px;
    margin-top: 2px;
    width: 100%;
}
.customAlertLeadDetailsLabel {
    padding: 5px 15px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.btnBorderCustom{
    border: 1px solid rgba(107,107,107,0.53);
}
.lead_alert_messages{
    margin: 15px 0px;
}
#leadCustomOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
}
.leadScrollTopBtn{
    width: 35px;
    height: 35px;
    z-index: -9;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(133, 133, 133, 0.72);
    border: 1px solid rgba(0, 0, 0, 0.09);
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9999;
}
.successCustomLabel{
    background: #0fa20f;
}
.dangerCustomLabel{
    background: #fb5b28;
}
.infoCustomLabel{
    background: #f1c500;
}
/*Leads Live Chat*/
.liveChat-message img, .liveChat-messageReply img{
    height: 50px;
    width: 50px;
    display: inline-block;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
}
.liveChat-message img{
    margin-right: 10px;
}
.liveChat-online{
    border-left:5px solid #40ac2b;
}
.liveChat-message-title{
    display: inline-block;
    width: 90%;
}
.liveChat-message-text{
    display: block;
}
.liveChat-message{
    border: 1px solid #fdfd72;
    background-color: rgba(247, 240, 183, 0.22);
    padding: 5px 5px;
    margin-bottom: 15px;
    margin-right: 100px;
}
.liveChat-messageReply{
    border: 1px solid rgba(162, 235, 245, 0.32);
    background-color: rgba(183, 233, 247, 0.15);
    padding: 5px 5px;
    margin-bottom: 15px;
    margin-left: 100px;
}
.liveChat-username{
    font-size: 14px;
    font-weight: 600;
}
.liveChat-time{
    margin-top: 10px;
    display: block;
    font-size: 10px;
    color: #9a9a9a;
}
.liveChat-footer{
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ededed;
}
/*Lead detailed progress*/
.leadDetailedProgress{
    border-left: 2px solid #d0d0d0;
    margin-left: 10px;
}
.leadDetailedProgress .detailedProgressIcon{
    width: 35px;
    height: 35px;
    left: -33px;
    font-size: 16px;
    padding: 2px 0px 0px 6px;
    background: #fff;
    line-height: 28px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    outline: #FFF solid 4px;
}
.leadDetailedProgress .dangerIcon{
    color:#ff6c60;
    border: 1px solid #ff6c60;
}
.leadDetailedProgress .successIcon{
    color:#a9d86e;
    border: 1px solid #a9d86e;
}
.leadDetailedProgress .infoIcon{
    color:#8175c7;
    border: 1px solid #8175c7;
}
.leadDetailedProgress .primaryIcon{
    color:#59ace2;
    border: 1px solid #59ace2;
}
.leadDetailedProgress .defaultIcon{
    color:#a1a1a1;
    border: 1px solid #a1a1a1;
}
.leadDetailedProgress .warningIcon{
    color:#FCB322;
    border: 1px solid #FCB322;
}
.leadDetailedProgress .pinkIcon{
    color:#e91e63;
    border: 1px solid #e91e63;
}
.leadDetailedProgress .blueIcon{
    color:#6674c1;
    border: 1px solid #6674c1;
}
.leadDetailedProgress .greenIcon{
    color:#27AE60;
    border: 1px solid #27AE60;
}
.leadDetailedProgress .detailedProgressItem{
    margin: 20px 5px 40px 19px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 0px 10px;
}
.leadDetailedProgress .detailedProgressItem::before {
    content: "";
    top: 12px;
    left: 10px;
    border-color: RGBA(119,116,116,0) #f9f9f9;
    position: absolute;
    border-width: 5px 10px 5px 0px;
    border-style: solid;
    display: block;
    z-index: 9;
}
.leadDetailedProgress .detailedProgressItem::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 9px;
    border-color: rgba(204, 204, 204, 0) #9a9a9a;
    border-width: 5px 10px 5px 0px;
    border-style: solid;
    display: block;
    width: 0;
}
.leadDetailedProgress .detailedProgressTitle{
    position: absolute;
    left: -13px;
    z-index: 9;
    top: -28px;
    border-radius: 0!important;
    padding: 5px;
    font-size: 14px;
}
.leadDetailedProgress .detailedProgressTitle::after{
    display: inline-block;
    content: "";
    top: 0px;
    border-right-color: transparent !important;
}
.leadDetailedProgress .label-danger::after{    
    border: 9px solid #FF6C60;    
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-success::after{    
    border: 9px solid #A9D86E;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-info::after{    
    border: 9px solid #8175c7;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-warning::after{    
    border: 9px solid #FCB322;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-primary::after{    
    border: 9px solid #59ace2;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-default::after{    
    border: 9px solid #a1a1a1;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-pinkcustom{
    background: #e91e63;
}
.leadDetailedProgress .label-pinkcustom::after{    
    border: 9px solid #e91e63;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-bluecustom{
    background: #6674c1;
}
.leadDetailedProgress .label-bluecustom::after{    
    border: 9px solid #6674c1;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .label-greencustom{
    background: #27AE60;
}
.leadDetailedProgress .label-greencustom::after{    
    border: 9px solid #27AE60;
    position: absolute;
    right: -29px;
    border-width: 12px 15px;
}
.leadDetailedProgress .detailedProgressHeader{

}
.leadDetailedProgress .detailedProgressBody{
    padding-top: 10px;
}    
.leadDetailedProgress .detailedProgressDiv{
    margin-top: 10px;
    margin-bottom: 50px;
}
.panel-preview-container-lead{
    min-height: 380px;
    position: relative;
}
.backBtnLead{
    font-size: 16px;
    cursor: pointer;
}
#verifyPAN .captchaImgBox{
    width: 100%;
    margin-top: 10px;
}
.bank-offer-td-li > a > i{
    font-size: 20px;
}
.bank-offer-td-li{
    list-style-type:none;float: left;display: inline;margin-right: 5px;
}
.remove_offerAtt{
    position: relative;right: 20px;top: 0px;float: right;
}
.bank-offer-actions-last-td{
    width: 71px;text-align: center; 
}
.bank-offer-actions-last-td i:hover{
    cursor: pointer;
} 
.bank-offer-tbl th{
    text-align: center;
} 
.edit-offer-attachment-well{
    margin-bottom: -15px;
    border: 1px dotted;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(234, 234, 234, 0.26);
}
.img_preview_container_90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    /*transform-origin: 384px 384px;*/
}
.img_preview_container_180{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    /*    transform-origin: 0px 0px;*/
}
.img_preview_container_270{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    /*transform-origin: 384px 384px;*/
}
.img_preview_zoomin_1 {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img_preview_zoomin_2 {
    -moz-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
}
/* Company offer css */
#sampleContainer ol {
    padding: 0px 0px 0px 15px;
    margin: 0;
}
#sampleContainer input {
    margin: 10px 0; 
}
#result {
    display: none;
    color: red;
}
.jqx-max-size{
    z-index: 1 !important;
}
/*Market Place*/
.cart_header{
    background: #3e7cc1;
    padding: 10px 10px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-right: 15px;
}
.cart_header i{
    margin-right: 15px;
}
.no_of_lead_incart{
    font-size: 11px;
    margin-top: 3px;
    position: absolute;
    top: -2px;
    left: 20px;
    background: #f33c3c;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 4px;
    text-align: center;
}
.market_leads_cart{
    border: 1px solid #e2e2e2;
    padding: 10px 10px;
}
.amount_details{
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    background: #f3f3f3;
}
.amount_details span strong{
    float: right;
}
.market_leads_cart ul li{
    position: relative;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 5px;
}
.remove_from_cart i{
    position: absolute;
    top: 20px;
    right: 15px;
    background: #fd6868;
    padding: 2px 5px;
    cursor: pointer;
    color: #fff;
}
.mleadslist:hover{ 
    background: rgba(241, 241, 241, 0.5);
    border: 1px solid #cecece;
}
.warningClass{
    font-size: 11px;
    display: block;
    color: #d0893b;
}
.successClass{
    color: green !important;
}
.divider-hr{
    margin-top: 10px;
}
.wallet_balance{
    font-size: 10px;
    font-weight: bold;
    margin-top: 4px;
}
.listing_add_btn{
    background: #e8e8e8;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    margin-left: 0px;
    margin-right: 0px;
}
.lead_discount_off{
    display: inline-block;
    color: #049a2d;
    padding: 5px;
    border-radius: 1px;
    margin-top: 0px;
    cursor: pointer;
}

.lead_actual_price{
    color: #dc9898;
    text-decoration: line-through;
    font-size: 18px;
    margin-top: 0px;
    display: inline-block;
    letter-spacing: 4px;
    margin-right: 5px;
}

.lead_descounted_price{
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 4px;
    margin-right: 5px;
}

.shared_lead_type {
    width: 150px;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}
.followup_newsticker ul li{
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px; 
    cursor: pointer;
    position: relative;
}
.followup_newsticker ul li:hover{
    background: #f5f5f5;
}
.followup_newsticker ul li .author_date{
    position: absolute;
    top: 0;
    right: 0px;
    border-left: 1px solid #ccc;
    padding: 3px;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    background: #f9f9f9;
    border-top-right-radius: 5px;
}
.lead_loan_tenure_container .select2-selection{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/*forgot password*/
.log-button{
    width: 100%;
    margin-top: 5px;
    box-shadow: 0px 7px 0px #6fbd4b;
}
.footersignin_wrap .submit_form:disabled{
    opacity:1 !important;
    background-color: #8c8c8c !important;
    border: 1px solid rgba(0, 0, 0, 0.31) !important;
}
/*super-connector details forward lead */
.sconnectorDetails-col1{
    border: 1px solid #ccc;
    padding: 5px 10px;
    position: relative;
    border-left: 35px solid #ccc;
}
.sconnectorDetails-profile{
    width: 150px;
    height: 150px;
    margin: 5px auto;
}
.sconnectorDetails-profile img{
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 50%;
}
.sconnectorDetails-profileInfo{
    border-top: 1px solid #e4e4e4;
    margin-top: 5px;
    padding: 10px 5px 0px 0px;
    letter-spacing: 1px;
    font-size: 12px;
}
.sconnectorDetails-profileInfo .account-info{
    color: #5c5c5c;
}
.sconnectorDetails-profileInfo li{
    margin-bottom: 5px;
}
.sconnectorDetails-box{
    margin-top: 25px;
}
.sconnectorDetails-overview li{
    display: block;
    width: 100%;
    padding: 5px 0px;
    margin: 7px 0px;
}
.sconnectorDetails-overview .activeLeads{
    border: 1px solid green;
    color: green;
    background-color: rgba(0, 128, 0, 0.08);
}
.sconnectorDetails-overview .bankLogins{
    border: 1px solid #2196F3;
    color: #2196F3;
    background-color: rgba(33, 150, 243, 0.08);
}
.sconnectorDetails-overview .disbursedLeads{
    border: 1px solid #F44336;
    color: #F44336;
    background-color: rgba(244, 67, 54, 0.08);
}
.sconnectorDetails-ratings{
    text-align: center;
    width: 80px;
    margin: auto;
}
.sconnectorDetails-designation{
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    left: -173px;
    top: 173px;
    font-size: 18px;
    letter-spacing: 5px;
}
.sconnectorDetails-logo{
    width: 155px;
    margin: auto;
}
.sconnectorDetails-social-media{
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.sconnectorDetails-social-media .fa{
    font-size: 17px;
    border-radius: 50%;
    padding: 8px 2px 2px 2px;
    width: 35px;
    height: 35px;
}
.sconnectorDetails-social-media .fa-twitter{
    color: #1da1f2;
    border: 2px solid #1da1f2;
}
.sconnectorDetails-social-media .fa-google-plus{
    color: #db4437;
    border: 2px solid #db4437;
}
.sconnectorDetails-social-media .fa-facebook{
    color: #4867aa;
    border: 2px solid #4867aa;
}
.sconnectorDetails-overview .overviewCol{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.sconnectorDetails-overview .overviewOne{
    border: 1px solid #ff6c60;
}
.sconnectorDetails-overview .overviewTwo{
    border: 1px solid #f8d347;
}
.sconnectorDetails-overview .overviewThree{
    border: 1px solid #57c8f2;
}
.sconnectorDetails-overview .value h1, .sconnectorDetails-overview .value p {
    color: #858585 !important;
}
span.stars, span.stars span {
    display: block;
    background: url(../../img/rating_emptystar.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}
span.stars span {
    background-position: 0 0;
}
/*apply online blogins*/
.applyOnlineBlogins-table,
.applyOnlineBlogins-tableOne{
    letter-spacing: 1px;
}
.applyOnlineBlogins-table .applyOnlineBlogins-colHead, .applyOnlineBlogins-table .applyOnlineBlogins-colHead:hover{
    background: #c1c1c1;
    color: #fff;
    padding: 5px 15px !important;
    font-size: 16px;
    border: 1px solid #b7b7b7;
}
.applyOnlineBlogins-table .applyOnlineBlogins-col,
.applyOnlineBlogins-tableOne .applyOnlineBlogins-col{
    padding: 15px 10px !important;
}
.applyOnlineBlogins-table tr td:last-child{
    width:30px;
}
.applyOnlineBlogins-block h4{
    display: inline;
    margin-left: 25px;
    letter-spacing: 2px;
}
.applyOnlineBlogins-block .applyOnlineBlogins-bankLogo{
    border: 1px solid #eee;
}
.onlineBloginStatus{
    margin-top: 12px;    
    margin-left: 10px;
    margin-right: 15px;
}
.onlineBloginStatus .label{
    margin-left: 5px;
}
.onlineBlogin-blockone{
    border-right: 1px solid #ccc;
}
.applyOnlineBlogins-table .leadValidation-icon{
    color: #ccc;
    cursor: pointer;
}
/*lead attachments*/
.lead_allAttachs li .remove_lead_attachs{
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
    padding: 0px 4px;
    font-size: 14px;
    border-radius: 1px;
}
.lead_allAttachs li{
    float: left;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-right: 5px;
    position: relative;
    width: 64px;
    cursor:pointer;
    text-align: center;
}

.lead_allAttachs a {
    display: block;
    width: 100%;
    overflow-wrap:break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead_allAttachs li:hover a{
    overflow: visible;
    background-color: #2D5FDE;
    white-space: normal;
    color: #fff;
    position: absolute;
}

.lead_allAttachs{
    position: relative;
    margin: 20px 0px;
}
.lead_allAttachs li > i,
.lead_allAttachs li a img{
    color: rgb(204, 204, 204);
    border: 1px solid rgb(203, 203, 203);
    font-size:48px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-radius: 2px;
}
.lead_allAttachs li > i:hover, .lead_allAttachs li:active,
.lead_allAttachs li a img:hover{
    color: #636A9C;
}
.lead_allAttachs li:hover .remove_lead_attachs{
    opacity: 0.95;
}
#lead_attachments{
    margin-top: 20px;
}
.attachmentViewer{
    border: 1px dashed #949494;
    padding: 10px;
    position: relative;
    min-height: 100px;
}
.closeAttachmentViewer{
    position: absolute;
    top: 5px;
    right: 5px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 0px;
    height: 40px;
    width: 40px;
    font-size: 23px;
    padding: 4px;
}
.downloadAttachmentViewer{
    position: absolute;
    top: 5px;
    left: 5px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0px;
    border-top-right-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 23px;
    padding: 4px;
}
.imageViewerBlockImg{
    height: 100%;
    width: 100%;
}
.rotatePreviewImage{
    position: absolute;
    top: 100px;
    right: 5px;
    border-radius: 50%;;
    height: 40px;
    width: 40px;
    font-size: 23px;
    padding: 4px;
}
.zoomPreviewImage{
    position: absolute;
    top: 200px;
    right: 5px;
    border-radius: 50%;;
    height: 40px;
    width: 40px;
    font-size: 23px;
    padding: 4px;
}
.attachmentViewer .imageViewerBlock{
    width: 100% !important;
    height: auto;
    position: relative;
    overflow: scroll;
}
#calculateABB .form-control, .foir-table .form-control{
    padding: 6px 5px !important;
}
.search_org .dropdown-menu{
    max-height: 350px;
    overflow-y: scroll;
}
.receivedLeadStatus{
    font-size: 12px;
    padding: 2px 6px 1px 6px !important;
    margin: 0px 0px 0px 20px;
}
.bankersLoginBtn{
    width: 150px;
    display: block;
    margin: 0px 0px 10px 5px;
}
.bankers-header{
    background-color: #dedede;
}
.bankers-blogo{
    width: 60px;
    height: 60px;
    border: 1px solid #989898;
    padding: 2px;
    display: inline;
    margin: 5px;
    background: #fff;
}
.bankers-title{
    display: inline;
    margin-top: 0px;
    font-family: monospace;
}
.bankerlead-title-custom{
    background-color: #337ab7;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px !important;
}
.bankers_lead_details .form-control[disabled]{
    background-color: #fff !important;
    border: 1px solid rgba(172, 201, 226, 0.66) !important;
}
.bankers_lead_details .form-row {
    margin-bottom: 15px !important;
}
.bankers_pendency{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 5px 15px 5px;
}
.bankers_actions {
    position:absolute;
    top: 13px;
    right: 25px;
}
.sendCustomSMS-btn button{
    width:30px;
    height: 30px;
    border-radius: 50%;
    margin: 1px 5px 0px 2px;
}
.sendCustomSMS-btn button .fa{
    padding: 1px 0px 0px 0px;
    font-size: 15px;
}
.bankers_lead_details select {
    -moz-appearance: none;
    -webkit-appearance:none;
}
.bankers_lead_details select::-ms-expand {
    display: none;
}
.productLoginsGraph{
    height: 105px;
}
.loadingDashGraphOverlay{
    position: absolute;
    height: 460px;
    top: -50px;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    border-radius: 5px;
}
.loadingDashOverlay{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    height:1000px;
}
.loadingDashOverlay img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 300px;
}
.loadingDashGraphOverlay img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 100px;
}
.loadingDashGraphOverlay h2, .loadingDashOverlay h2{
    margin-top: 5px;
    color: #fff;
}
.loadingDashGraphOverlay h5, .loadingDashOverlay h5{
    color: #fff;
}

/*Ganesh NRM*/
.port-blogin-blogo{
    width: 103px;
    height: 103px;
    opacity: 0.2 !important;
}
.toggLeftRightClass{
    padding: 2px 6px 2px 6px;
}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.mt10{margin-top: 10px;}
.nav-nrm-details .active{background-color: #eee;}
.nav-nrm-details .active a{color:#042046;}
.nrmbtn-pink{background-color: #f47efb;color: #fff;}

.nrmPort-leads-btn-panel-close, .nrmDsaPort-leads-btn-panel-close {
    background: none;
    border: none;
    font-size: 27px;
    padding: 5px 7px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    color:red;
    left: 7px;
    opacity: .8;
}
.nrmLeadDetails_slider .moveLeftPanel_parentDiv{
    position: relative;
    top: 75px;
    font-size: 33px;
    background-color: #c1c1c1;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding-left: 10px;
    left: 0px;
}
.nrmLeadDetails_slider #moveLeft{
    font-size: 28px;
    color: #fff;
    position: relative;
    top: 0px;
}
.nrmLeadDetails_slider .moveLeft-panel-title{
    position: relative;
    font-size: 20px;
    color: #fff;
    left: 10px;
    top:-4px;
}
.nrmPort-leads-btn-panel-close:hover, .nrmPort-leads-btn-panel-close:focus, .nrmPort-leads-btn-panel-close:active,
.nrmDsaPort-leads-btn-panel-close:hover, .nrmDsaPort-leads-btn-panel-close:focus, .nrmDsaPort-leads-btn-panel-close:active{
    background:none;
    border: none;
    opacity: 0.6;
}
.off_setup .uploads_container li {
    float: left;
    position: relative;
    display: inline-block;
    padding: 5px;
    background-color: #F1F2F7;
    margin-right: 5px;
    margin-top: 5px;
}
.off_setup .uploads_container li .remove_att {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-left: 10px;
    border-radius: 0px;
}
.nrmsOverlay {
    z-index: 9999;
    width: 100%;
    height: 1000px;
    opacity: 1;
    background-color: #f1f2f7;
    position: absolute;
    top: 0px;
    right: 0px;
    vertical-align: middle;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 330px;
    text-align: center;
}
.btn-brown{
    background-color: #b15e5e;
    border-color: #b15e5e;
    color: #FFF;
}
.btn-brown.active, .btn-brown.active[disabled], .btn-brown.disabled, .btn-brown.disabled.active, .btn-brown:active,
.btn-brown:focus, .btn-brown:hover, .btn-brown[disabled], .open .dropdown-toggle.btn-brown {
    background-color: brown;
    border-color: brown;
    color: #FFF;
}
/* Laptop screens ----------- */
@media only screen
and (min-width : 1224px) {
    .dsaSelfDetailsPanel{
        max-height: 200px;
    }
    .nrm_port_dsa_timeline_panel{
        max-height: 592px;
    }
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    .dsaSelfDetailsPanel{
        max-height: 500px;
        overflow: visible;
    }
    .nrm_port_dsa_timeline_panel{
        max-height: none;
    }
}

.nrmTAttCss{
    float: right;
    position: relative;
    top: -20px;
    right: 6px;
}

.summary_notes {
    padding-left: 17px;
    margin-bottom: 0px;
}

.summary_notes li {
    list-style: disc;
}

.blogin_recommendations {
    padding:0;
    list-style: none;
}

.email-list {
}

.email-list .panel-heading {
    padding: 0;
}

.email-list .panel {
    border-bottom: #ddd solid 1px;
    border-left: #ddd solid 1px;
    border-right: #ddd solid 1px;
}

.email-row {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    flex-wrap: nowrap;
    border-bottom: #ddd solid 1px;
    border-left: #ddd solid 1px;
    border-right: #ddd solid 1px;
}

.email-row > div {
    padding:5px;
}

.email-row > div:last-child {
    border-right: #ddd solid 1px;
}

.email-row .email-date {
    flex-basis: 140px;
}

.email-row .email-from {
    flex-basis: 150px;
}

.email-row .email-subject {
    flex-grow: 2;
}

.inbox-body {
    padding:0;
}

.heading-inbox h4 {
    margin-top:0;
}

.strong {
    font-weight: bold;
}

.block {
    display:block;
}

.form-control {
    color:#333 !important;
}