@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,600,700,500);

body {
    overflow-x: hidden
}
.mCustomScrollBox {
    background: #fff;
}
.menu-tab {
    padding-left: 0px;
    background: #fff;
    padding-bottom: 100px;
}
.rd {
    position: relative;
    padding-left: 20px;
}
.rd:before {
    content: "+";
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #649a1f;
    text-align: center;
    line-height: 15px;
}
.rest {
    text-align: center;
    padding: 5px 20px;
    margin-top: 10px;
    text-decoration: underline;
}
.rest:hover {
    transition: all ease .5s;
}
.dono {
    background: url("../images/chart.png") repeat;
    height: 306px;
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 80%);
}
.cnt {
    border-left: solid 3px #01a9f4;
    padding-left: 10px;
    margin-left: 20px;
}
.as {
    color: #85b84f !important;
    font-size: 15px;
}
.unas {
    color: #e65100 !important;
    font-size: 15px;
}
.sel {
    width: 120px;
    padding: 3px 5px;
    margin: 10px 10px 0 0;
    float: right;
    border: solid 1px #e4e7ec;
    background: #fff;
    color: #666666;
    background: url("../images/sel.png") right no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
hr {
    padding: 0px;
    margin: 0px;
}
.botmenu {
    float: left;
    width: 100%;
}
.botmenu h3 {
    color: #212121;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 0;
    padding-top: 10px 20px;
    width: 100%;
    background: #f4f7f9;
    padding: 10px 20px;
}
.menu-tab {
    background: #fff;
    padding-bottom: 100px;
    padding-left: 15px;
}
.ck {
    margin-right: 10px;
    float: left;
    width: 100%;
}
.rd {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}
.rd:before {
    content: "+";
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
    width: 15px;
    height: 14px;
    border-radius: 50%;
    background: #649a1f;
    text-align: center;
    line-height: 15px;
}
.con-be:before {
    content: "-" !important;
    line-height: 15px;
}
.acc_content input[type="checkbox"] {
    border-radius: 3px;
    margin-right: 10px;
}
.acc_content input[type="checkbox"] {
    display: none;
}
.acc_content input[type="checkbox"] + label {
    color: #292b2a;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 300;
    display: flex !important;
    word-wrap: break-word;
}
.acc_content input[type="checkbox"] + label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px 10px 0 0;
    vertical-align: middle;
    background-color: #efefef;
    border-radius: 2px;
}
.acc_content input[type="checkbox"]:checked + label span {
    background-color: #7cb342;
    display: inline-table;
}
.acc_content input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

/* ===== */
.acc_content input[type="radio"] {display: none;}
.acc_content input[type="radio"] + label {color: #292b2a;margin-bottom: 5px;cursor: pointer;font-weight: 300; display: flex !important; word-wrap: break-word; line-height: normal;padding: 0 0 0 17px;position: relative;}
.acc_content input[type="radio"] + label span {width: 13px;height: 13px;margin: 3px 4px 0 0;vertical-align: middle;border-radius: 50%;background-color: #efefef;border: 1px solid #e7e7e7;background-image: none;position: absolute;left: 0;top: 1px;}
.acc_content input[type="radio"]:checked + label span {background-color: #7cb342;border-image: none;border:1px solid #7cb342;}
.acc_content input[type="radio"] + label span, input[type="radio"]:checked + label span {-webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

/* phonetrack setup modal */
#phonetrack_configure_data_modal input[type="radio"] + label {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 400;
}
#phonetrack_configure_data_modal input[type="radio"] + label span {
    background-image: none !important;
    margin-right: 5px !important;
    height: 13px;
    width: 13px;
    margin: -4px 5px 0 0 !important;
}
#phonetrack_configure_data_modal input[type="radio"]:checked + label span {
    background: #7cb342 none repeat scroll 0 0;
    height: 13px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 4px;
    margin-top: -4px !important;
    transition: background-color 0.4s linear 0s;
    width: 13px;
}
#phonetrack_configure_data_modal .control-label {
    font-weight: normal;
}
#phonetrack_configure_data_modal .cont_track {
    display: block;
    width: 100%;
}
#phonetrack_configure_data_modal .acc_type label {
    margin-top: 6px;
}
#phonetrack_configure_data_modal .acc_type label span {
    margin-right: 5px !important;
}
#phonetrack_configure_data_modal .btn-wrap .btn.sweep-r{padding: 11px !important;}

#phonetrack_configure_data_modal input[type="radio"] + label span {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #efefef;
    border: 1px solid #ccc;
    background-image: none;
    display: inline-table;
}
#phonetrack_configure_data_modal input[type="radio"]:checked + label span {
    background-color: #7cb342;
    border-image: none;
    border: 1px solid #7cb342;
}
#phonetrack_configure_data_modal input[type="radio"] + label span, input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
#phonetrack_configure_data_modal .sub-cont{
    background: #f9f9f9 none; 
    padding: 15px;
    margin: 10px 0;
  }
#phonetrack_configure_data_modal #div_btn{display: block; clear:both;margin: 15px 0;}
#phonetrack_configure_data_modal #acc_token_ind label {
    margin-top: 5px;
}
#phonetrack_configure_data_modal .email-popup-wrap {
    float: none;
}
#acc_token_ind img.lttip{margin-top:10px;}
#phonetrack_configure_data_modal .mcc_clients label, #phonetrack_configure_data_modal .selectmcc label{
    margin-top: 5px;
}
#phonetrack_configure_data_modal #error_mccclients{color: red; padding-left: 10px;}
#phone_trach_btns_wrap > div{display: inline-block;}
/* =================================== */
// =============Common style for Adluge Modal contents===========

.adl-modal-commons input[type="radio"] + label {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 400;
}
.adl-modal-commons input[type="radio"] + label span {
    background-image: none !important;
    margin-right: 5px !important;
    height: 13px;
    width: 13px;
    margin: -4px 5px 0 0 !important;
}
.adl-modal-commons input[type="radio"]:checked + label span {
    background: #7cb342 none repeat scroll 0 0;
    height: 13px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 4px;
    margin-top: -4px !important;
    transition: background-color 0.4s linear 0s;
    width: 13px;
}
.adl-modal-commons .control-label {
    font-weight: normal;
}
.adl-modal-commons .cont_track {
    display: block;
    width: 100%;
}
.adl-modal-commons .acc_type label {
    margin-top: 6px;
}
.adl-modal-commons .acc_type label span {
    margin-right: 5px !important;
}
.adl-modal-commons .btn-wrap .btn.sweep-r{padding: 11px !important;}

.adl-modal-commons input[type="radio"] + label span {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #efefef;
    border: 1px solid #ccc;
    background-image: none;
    display: inline-table;
}
.adl-modal-commons input[type="radio"]:checked + label span {
    background-color: #7cb342;
    border-image: none;
    border: 1px solid #7cb342;
}
.adl-modal-commons input[type="radio"] + label span, input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
.adl-modal-commons .sub-cont{
    background: #f9f9f9 none; 
    padding: 15px;
    margin: 10px 0;
  }
.adl-modal-commons #div_btn{display: block; clear:both;margin: 15px 0;}
.adl-modal-commons #acc_token_ind label {
    margin-top: 5px;
}
.adl-modal-commons .email-popup-wrap {
    float: none;
}
#acc_token_ind img.lttip{margin-top:10px;}
.adl-modal-commons .mcc_clients label, .adl-modal-commons .selectmcc label{
    margin-top: 5px;
}
.adl-modal-commons #error_mccclients{color: red; padding-left: 10px;}
#phone_trach_btns_wrap > div{display: inline-block;}
/* =================================== */
/* ============End of common modal styles=============== */
.ico {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background: url("../images/leads.png") 10px 10px no-repeat;
}
.ico1 {
    width: 30px;
    height: 30px;
    float: left;
    background: url("../images/prop.png") 10px 10px no-repeat;
}
.ico2 {
    width: 30px;
    height: 30px;
    float: left;
    background: url("../images/cus.png") 10px 10px no-repeat;
}
.wid {
    padding: 0px !important;
    min-height: 0px !important;
}
.sum {
    position: absolute;
    right: 70px;
    top: -50px;
    min-height: 0px !important;
}
.opp {
    width: 23% !important;
    border-left: solid 5px #949ca9;
    margin: 12px 0;
    padding-left: 15px !important;
    position: relative;
}
.opp1 {
    width: 23% !important;
    border-left: solid 5px #01a9f4;
    margin: 12px 0;
    padding-left: 15px !important;
    position: relative;
}
.opp2 {
    width: 23% !important;
    border-left: solid 5px #7cb342;
    margin: 12px 0;
    padding-left: 15px !important;
    position: relative;
}
.opp3 {
    width: 23% !important;
    border-left: solid 5px #e65100;
    margin: 12px 0;
    padding-left: 15px !important;
    position: relative;
}
.arr {
    float: right;
    width: 50px;
    color: #585858;
    line-height: 14px;
    font-size: 12px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    right: -5px;
    text-align: center;
}
.arr span {
    color: #1f1f1f;
    font-size: 14px;
}
.ic {
    background: url("../images/ar.png") 0 10px no-repeat;
    width: 11px;
    height: 30px;
    position: absolute;
    top: 11px;
}
.icc {
    background: url("../images/arr.png") 0 10px no-repeat;
    width: 11px;
    height: 30px;
    position: absolute;
    top: -8px;
    left: 20px;
}
.assignToCls {
    color: #fff !important;
    background: #01a9f4;
    border-radius: 20px;
    padding: 2px 14px !important;
}
.message-form-wrap {
    width: 100% !important;
}
.makebtn {
    color: #fff;
    border-radius: 20px;
    padding: 3px 25px 3px 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: url("../images/mkbtn.png") right no-repeat #939baa;
}
.scoll {
    overflow-x: scroll;
}
.avathar {
    background: #ccc;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
.msg-box {
    width: 20%;
    float: left;
}
.msg-txt {
    width: 80%;
    float: left;
    font-size: 12px;
    word-break: break-word;
}
.moreCls {
    font-size: 16px;
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}
.acc-box-ico {
    width: 25px;
    height: 24px;
    float: right;
    background: url("../images/acc-box-ico.png") no-repeat;
    margin: 0 20px 0 0;
}
.acc-box-ico1 {
    width: 30px;
    height: 28px;
    float: right;
    background: url("../images/acc-box-ico1.png");
    margin: 0 20px 0 0;
}
.acc-box-ico2 {
    width: 34px;
    height: 32px;
    float: right;
    background: url("../images/acc-box-ico2.png");
    margin: 0 20px 0 0;
}

/*Accounts*/
.tle {
    width: 68% !important;
    float: right !important;
    font-weight: 300 !important;
}
.tlenu {
    width: 32% !important;
    float: left !important;
}
.accounts-result-double-wrap .box-green span.active {
    color: #000 !important;
}
#lastMontoDoCnt .box-green {
    height: auto !important;
}
.gre {
    height: auto !important;
}

/*Accounts*/
.ttble {
    font-family: 'Poppins', sans-serif !important;
}
.adl_table_list td.brd {
    border-right: solid 1px #fff !important;
}
.tooltipp {
    position: relative;
    cursor: pointer;
}
.tooltipp .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #575e6d;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 250px;
    top: -35px;
    left: -15px;/* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltipp .tooltiptext:before {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #575e6d;
}
.tooltipp:hover .tooltiptext {
    visibility: visible;
}
.meeting-bar {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
}
.boxtxt {
    margin-top: -35px;
}
.box1 {
    width: 50%;
    height: 75px;
    float: left;
    border: solid 1px #e2e2e2;
    padding: 10px;
    font-size: 15px;
    position: relative;
}
.box1:after {
    content: "";
    z-index: 99;
    border-top: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 27px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid  #fff;
}
.box1 span {
    font-size: 24px;
    display: block;
}
.box2 {
    background: #eceff1;
    width: 50%;
    height: 75px;
    float: left;
    padding: 10px;
    font-size: 15px;
}
.box2 span {
    font-size: 24px;
    display: block;
}
.progress-large {
    padding: 0 0 20px 0;
    margin: 0px;
    list-style: none;
}
.progress-large li {
    background: #f00;
    height: 6px;
    display: inline-block;
    position: relative;
}
.progress-large li span {
    position: absolute;
    bottom: -40px;
    right: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.progress-large li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -7px;
    right: -10px;
    z-index: 99;
}
.progress-large li.data1 {
    background: #8bc53f;
    width: 35%;
}
.progress-large li.data1:after {
    background: #8bc53f;
}
.progress-large li.data2 {
    background: #f3af39;
    width: 17%;
}
.progress-large li.data2:after {
    background: #f3af39;
}
.progress-large li.data3 {
    background: #8bc53f;
    width: 17%;
}
.progress-large li.data3:after {
    background: #8bc53f;
}
.progress-large li.data4 {
    background: #cfd8dc;
    width: 25%;
}
.progress-large li.data4:after {
    background: #cfd8dc;
}
.no-pad {
    padding: 0 !important;
    margin: 0px !important;
}
.no-padd {
    padding: 0 0 0 15px;
    margin: 0px;
}
.ttble tr td:first-child {
    border-left: solid 2px #8bc53f !important;
}
.ttble tr td.active:first-child {
    border-left: solid 2px #212121 !important;
}
.inner-input {
    overflow: visible !important;
}

/*AM dashboard*/
.mainblock {
    width: 100%;
    float: left;
}
.mainblock h2 {
    color: #212121;
    font: 500 20px'Poppins', sans-serif;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #e2e2e2;
}
.mainblock h2 span {
    padding-left: 30px;
    color: #818894;
    font-size: 15px;
}
.mainblock h3 {
    color: #212121;
    font: 500 16px'Poppins', sans-serif;
    padding: 3px 0;
    margin: 0px;
}
.am-popup {
    color: #212121;
}
.last a {
    color: #212121;
}
.am-dash .popover {
    max-width: 452px !important;
}
.dash-date {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 12px;
}
.dash-date span {
    color: #749097;
}
.blockbox {
    width: 49.3%;
    float: left;
}
.blockbox h3 {
    font-size: 14px;
    margin: 0;
    padding: 0 0 5px;
}
.blockbox1 h3 {
    font-size: 14px;
    margin: 0;
    padding: 0 0 5px;
}
.blockbox1 {
    width: 49.3%;
    float: right;
}
.block {
    background: #01a9f4;
    border-top: solid 5px #009ce1;
    width: 48.5%;
    float: left;
    color: #fff;
    padding: 6px 20px;
}
.block1 {
    background: #01a9f4;
    border-top: solid 5px #009ce1;
    width: 48.5%;
    float: right;
    color: #fff;
    padding: 6px 20px;
}
.block p {
    font: 400 40px'Poppins', sans-serif;
    padding: 15px 0 0 0;
    line-height: 18px;
    color: #fff;
    margin: 0 0 12px 0;
}
.block span {
    font: 400 18px'Poppins', sans-serif;
    color: #fff;
}
.block1 p {
    font: 400 40px'Poppins', sans-serif;
    padding: 15px 0 0 0;
    line-height: 18px;
    color: #fff;
    margin: 0 0 12px 0;
}
.block1 span {
    font: 400 18px'Poppins', sans-serif;
}
.blockbox1 .block {
    background: #7cb342;
    border-top: solid 5px #639e24;
}
.blockbox1 .block1 {
    background: #7cb342;
    border-top: solid 5px #639e24;
}
.am-dash {
    font-family: 'Poppins', sans-serif;
    float: left;
}
.am-dash th {
    border-right: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
    font-weight: 400;
    padding: 12px;
    font-size: 12px;
    text-align: center;
}
.am-dash th:last-child {
    border-right: none;
}
.am-dash tr td {
    border-right: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
    padding: 12px;
    position: relative;
    font-size: 12px;
    text-align: center;
}
.am-dash tr td:last-child {
    border-right: none;
}
.am-dash tr td span {
    color: #01a9f4;
}
.am-dash tr td.last {
    border-bottom: solid 1px #e2e2e2;
}
.am-dash tr td img {
    text-align: center;
    margin: 0 auto;
}
.blc {
    margin-top: 15px;
}
.block-wrp.blc .blcbox1 {
    background: #fcfcfc;
    border-top: solid 5px #727e93;
}
.block-wrp.blc .blcbox1 p {
    color: #727e93;
}
.block-wrp.blc .blcbox1 span {
    color: #282828;
}
.block-wrp.blc .blcbox2 {
    background: #fcfcfc;
    border-top: solid 5px #f3af39;
}
.block-wrp.blc .blcbox2 p {
    color: #f3af39;
}
.block-wrp.blc .blcbox2 span {
    color: #282828;
}
.block-wrp.blc .blcbox3 {
    background: #fcfcfc;
    border-top: solid 5px #01a9f4;
}
.block-wrp.blc .blcbox3 p {
    color: #01a9f4;
}
.block-wrp.blc .blcbox3 span {
    color: #282828;
}
.block-wrp.blc .blcbox4 {
    background: #fcfcfc;
    border-top: solid 5px #639e24;
}
.block-wrp.blc .blcbox4 p {
    color: #639e24;
}
.block-wrp.blc .blcbox4 span {
    color: #282828;
}
.vw {
    float: right;
    padding: 10px 20px 10px 0;
    font-size: 12px;
    transition: all ease .5s;
    color: #7cb342 !important;
    text-decoration: none !important;
}
.vw i {
    padding-left: 10px;
    transition: all ease .5s;
}
.vw i img {
    margin: -3px 0 0 0;
}
.vw:hover i {
    padding-left: 5px;
    transition: all ease .5s;
}
.opperwrp {
    width: 100%;
    float: left;
}
.opp-box {
    border-left: solid 5px #01a9f4;
    padding-left: 20px;
    float: left;
    width: 20%;
}
.opp-box p {
    font: 400 40px'Poppins', sans-serif;
    padding: 20px 0 0 0;
    line-height: 18px;
}
.opp-box span {
    font: 400 16px'Poppins', sans-serif;
}
.opp-box1 {
    border-left: solid 5px #7cb342;
    padding-left: 20px;
    float: left;
    width: 30%;
}
.opp-l {
    width: 50%;
    float: left;
}
.opp-r {
    width: 50%;
    float: left;
}
.opp-l p {
    font: 400 40px'Poppins', sans-serif;
    padding: 20px 0 0 0;
    line-height: 18px;
}
.opp-l span {
    font: 400 16px'Poppins', sans-serif;
}
.opp-r p {
    font: 400 13px'Poppins', sans-serif;
    padding: 0 0 0 5px;
    line-height: 12px;
}
.opp-r span {
    font: 500 18px'Poppins', sans-serif;
    padding-left: 15px;
    background: url("../images/top-ar.png") 0 7px no-repeat;
}
.opp-box1.los {
    border-left: solid 5px #e75000;
}
.lost {
    color: #ff5252;
}
.opp-r span.ls {
    background: url("../images/los.png") 0 7px no-repeat;
}
.blk {
    margin-top: 25px;
}
.ac-num {
    color: #fff !important;
    font-weight: 400 !important;
    text-align: left;
}

/*AM dashboard*/

/*Accounts Lead*/

.main-lead {
    padding: 0px;
    margin: 0px;
}
.lead-left-wrp {
    width: 100%;
    float: left;
}

/*Contact Status*/
.img-box-wrp {
    width: 30%;
    float: left;
}
.img-box {
    height: 210px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.img-box img {
    position: absolute;
    margin: 0px auto;
    top: 0px;
    right: 0;
    left: 0px;
    bottom: 0px;
    max-width: 100%;
}
.img-txt {
    width: 100%;
    background: url(../images/img-bg.png) no-repeat;
    height: 210px;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding-top: 170px;
    font-size: 16px;
}
.img-txt span {
    padding: 15px 0 0 15px;
    float: left;
}
.num-t {
    background: #649a1f;
    border-radius: 10px;
    float: right;
    font-size: 23px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: left;
    margin: 5px 0px 0 0;
}
.img-box-wrp h3 {
    font-size: 19px;
    color: #212121;
    padding: 10px 0 5px 0;
    margin: 0px;
}
.img-box-wrp h4 {
    font-size: 13px;
    color: #212121;
    font-weight: 300;
    padding: 0 0 5px 0;
    margin: 0;
}
.img-box-wrp h4 a {
    font-size: 13px;
    color: #212121;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
}
.lead-sc-wrp {
}
.lead-sc-wrp a {
    border-radius: 50%;
    color: #fff;
    padding: 5px 8px;
    float: left;
    background: #ccc;
    margin: 0 3px 3px 0;
}
.lead-sc-wrp a:hover {
    background: #649a1f;
}
.lead-sc-wrp a.fb {
    background: #3a5897;
    padding: 5px 11px !important;
}
.lead-sc-wrp a.tw {
    background: #54aced;
}
.lead-sc-wrp a.gplus {
    background: #dc4e41;
}
.lead-sc-wrp a.linked {
    background: #0079b8;
}
.cnt-status-dts {
    width: 68%;
    float: left;
    padding: 0 0 15px 15px;
}
.stat1 {
    width: 100%;
    padding: 10px 0;
    float: left;
}
.box-ico-box1 {
    float: left;
    width: 14%;
    text-align: left;
}
.box-ico {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.box-ico-box1 span {
    padding-left: 11px;
    font-size: 13px;
    font-weight: 300;
    padding-top: 3px;
    float: left;
}
.box-ico-box2 {
    float: left;
    width: 42%;
    text-align: left;
}
.box-ico-box2 span {
    padding-left: 11px;
    font-size: 13px;
    font-weight: 300;
    padding-top: 3px;
    float: right;
}
.box-ico-box2 .bar {
    margin-top: 25px;
    border-radius: 20px;
    width: 50%;
    height: 5px;
    float: left;
    background: #ccc;
    margin-left: 5px;
}
.box-ico-box3 {
    float: left;
    width: 42%;
    text-align: left;
}
.box-ico-box3 span {
    padding-left: 11px;
    font-size: 13px;
    font-weight: 300;
    padding-top: 3px;
    float: right;
    margin: 0 -9px 0 0;
}
.box-ico .bar {
    margin-top: 25px;
    border-radius: 20px;
    width: 50%;
    height: 5px;
    float: left;
    background: #ccc;
    margin-left: 10px;
}
.b-ico {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/b-ico.png) 10px 10px no-repeat #01a9f4;
    border-radius: 50%;
    position: relative;
    text-align: center;
    float: left;
}
.b-icoo {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/b-icoo.png) 12px 12px no-repeat #939baa;
    border-radius: 50%;
    position: relative;
    text-align: center;
    float: right;
}
.b-icooo {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/b-icooo.png) 15px 12px no-repeat #939baa;
    border-radius: 50%;
    position: relative;
    text-align: center;
    float: right;
}
.active_ico {
    background-color: #01a9f4;
}
.box-ico .active_bar, .box-ico-box2 .active_bar, .active_bar {
    background-color: #01a9f4;
}
.active_ico_green {
    background-color: #649a1f;
}
.active_bar_green {
    background-color: #649a1f;
}
.stat2 {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-top: 1px solid #e0e0e0;
}
.stat2 .box-txt {
    width: 30%;
    float: left;
    text-align: center;
}
.stat2 .box-txt + .box-txt {
    width: 35%;
}
.stat2 .box-txt p {
    font-size: 13px;
    font-weight: 300;
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 17px;
}
.stat2 .box-txt span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 0px 5px;
    margin: 0px;
    line-height: 23px;
}
.stat2 .box-txt span.sp {
    font-size: 12px;
    font-weight: 400;
    color: #01a9f4;
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 15px;
    word-wrap: break-word;
}
.bkcnt {
    background: url(../images/bk.png) no-repeat 10px 7px #7cb342;
    padding: 4px 15px 4px 35px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.bkcnt:hover {
    background: url(../images/bk.png) no-repeat 10px 7px #8bc34a;
    color: #fff;
}

/*Contact Status*/

/*Contact Summery*/

.cnt-smmry {
    background: #fff;
    width: 100%;
    margin-top: 15px;
    float: left;
    padding: 20px;
    -webkit-box-shadow: 0 4px 3px -3px #d7d9de;
    -moz-box-shadow: 0 4px 3px -3px #d7d9de;
    box-shadow: 0 4px 3px -3px #d7d9de;
}
.cnt-smmry h3 {
    font-size: 20px;
    color: #212121;
    padding: 10px 0 15px 0;
    margin: 0 0 20px 0;
    font-weight: 400;
    border-bottom: solid 1px #e2e2e2;
}
.cnt-smmry .widget-title {
    margin-bottom: 20px;
}
.cnt-smmry label {
    width: 100%;
    font-weight: 300;
    color: #3f3f3f;
}
.cnt-smmry input {
    width: 100%;
    border: solid 1px #d7d7d7;
    padding: 5px;
    color: #3f3f3f;
    margin-bottom: 10px;
    font-size: 12px;
}
.cnt-smmry textarea {
    width: 100%;
    border: solid 1px #d7d7d7;
    padding: 5px;
    color: #3f3f3f;
    margin-bottom: 10px;
    font-size: 12px;
}
.cnt-smmry select {
    width: 100%;
    border: solid 1px #d7d7d7;
    padding: 5px;
    color: #3f3f3f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/se.png) top right no-repeat;
    font-weight: 300;
    font-size: 12px;
}
.cnt-smmry .select2-choice {
    font-size: 12px !important;
}
.cnt-smmry placeholder {
    opacity: 1;
    color: #3f3f3f;
}
.cnt-smmry placeholder {
    color: #3f3f3f;
    opacity: 1;
}
.cnt-smmry:-moz-placeholder {

    /* Firefox 18- */
    color: #3f3f3f;
    opacity: 1;
}
.cnt-smmry::-moz-placeholder {

    /* Firefox 19+ */
    color: #3f3f3f;
    opacity: 1;
}
.cnt-smmry:-ms-input-placeholder {
    color: #3f3f3f;
    opacity: 1;
}
.inn {
    background: #f3f3f3 !important;
}

/*Contact Summery*/

/*Contact Activity*/

.cnt-act p {
    color: #212121;
    font-size: 13px;
    padding: 0 0 0px 0;
    margin: 0px;
    width: 100%;
    float: left;
}
.cnt-act span {
    color: #212121;
    font-size: 13px;
    display: block;
    font-weight: 400;
}
.vt {
    float: left;
    width: 59%;
    padding: 10px 0;
}
.visit-utm-summary0 {
    width: 41%;
}
.vt p {
    float: left;
    padding: 4px 0 0 7px;
    width: 70%;
}
.round {
    background: #7cb342;
    border-radius: 50%;
    padding: 6px;
    text-align: center;
    float: left;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 15px;
    font-size: 12px;
}
.cnt-act img {
    margin-right: 10px;
}
.act-chart {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.act-txt {
    float: left;
    width: 89%;
}
.act {
    width: 60px;
    height: 80px;
    background: url(../images/act.png) no-repeat;
    float: left;
    position: relative;
}
.act:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    background: #939baa;
    bottom: 0;
    left: 18px;
}
.actt {
    width: 60px;
    min-height: 80px;
    background: url(../images/actt.png) no-repeat;
    float: left;
    position: relative;
}
.actt:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    background: #939baa;
    bottom: 0;
    left: 18px;
}
.act-chart p {
    color: #212121;
    font-size: 15px;
    padding: 0 0 5px 0;
    margin: 0px;
    line-height: 18px;
}
.act-chart span {
    color: #212121;
    font-size: 12px;
    padding: 0 0 5px 0;
    margin: 0px;
    font-weight: 400;
}
.mapp {
    margin: 10px 0 20px 0;
}
.cont-tab {
    float: left;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 4px 3px -3px #d7d9de;
    width: 100%;
    -moz-box-shadow: 0 4px 3px -3px #d7d9de;
    box-shadow: 0 4px 3px -3px #d7d9de;
}
.cont-tab ul.resp-tabs-list {
    border-bottom: solid 1px #e2e2e2;
    width: 100%;
}
.cont-tab ul.resp-tabs-list li a {
    color: #000;
    font-size: 12px;
}
.cont-tab ul.resp-tabs-list li.active a {
    color: #649a1f;
}
.cont-tab ul.resp-tabs-list li.active:after {
    border-bottom: 3px solid #69b901;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 35px;
}
.cont-tab .resp-tabs-list li {
    border: none;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px 10px 30px !important;
    /* margin-right: 20px; */
}
.cont-tab .resp-tabs-list.no-pdg li {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 !important;
    border-right: 1px solid #e2e2e2;
}
.site-anal-tab.tabs-new li {
    margin: 0 !important;
    border-right: 1px solid #e2e2e2;
}
.cont-tab .resp-tabs-list li.resp-tab-active {
    border-bottom: solid 3px #69b901 !important;
    background: none;
    color: #69b901;
    padding: 5px 10px 10px 30px !important;
    margin-right: 20px;
}
.notee {
    background: url(../images/notee.png)0px 7px no-repeat;
    padding-right: 24px !important;
}
.lead-n {
    background: url(../images/lead-icon-nw.png)0px 4px no-repeat;
    padding-right: 28px !important;
}
.cont-tab .resp-tabs-list .note {
    background: url(../images/notee.png)0px 7px no-repeat;
    padding-left: 24px !important;
    border: none;
}
.resp-tabs-list li.resp-tab-active.note {
    background: url(../images/note.png)0 7px no-repeat;
}
.operr {
    background: url(../images/opp.png)0 5px no-repeat;
    padding-right: 30px;
}
.oper {
    background: url(../images/opp.png)0 5px no-repeat;
}
.resp-tabs-list li.resp-tab-active.oper {
    background: url(../images/oppp.png)0 5px no-repeat;
}
.mett {
    background: url(../images/mett.png)0 5px no-repeat;
    padding-right: 35px;
}
.met {
    background: url(../images/mett.png)0 5px no-repeat;
}
.resp-tabs-list li.resp-tab-active.met {
    background: url(../images/met.png)0 5px no-repeat;
}
.rmm {
    background: url(../images/rm.png)0 5px no-repeat;
    padding-right: 30px;
}
.rm {
    background: url(../images/rm.png)0 5px no-repeat;
}
.resp-tabs-list li.resp-tab-active.rm {
    background: url(../images/rmm.png)0 5px no-repeat;
}
.comment-box {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.user span {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    display: block;
    line-height: 12px;
    color: #686868
}
.user p {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}
.use {
    background: #939baa;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding-top: 11px;
    font-size: 12px;
}
.cmnt-txt p {
    color: #212121;
    font-size: 12px;
    padding: 0 0 15px 0;
    margin: 0px;
    font-weight: 300;
}
.resp-tabs-container input {
    width: 100%;
    height: 70px;
    border: solid 1px #cad3df;
    padding: 20px;
    margin-bottom: 10px;
}
.btn-wrap .adn {
    float: right;
    margin-right: 0 !important;
    margin-top: 10px !important;
}
.btn-wrap.flr {
    float: right;
    margin-top: 10px !important
}
.cmnt-foot {
    width: 100%;
    margin-top: 20px;
}
.cmnt-foot.pull-right {
    width: auto;
    margin-right: 4px;
    margin-top: 5px;
}
.foot {
    float: left;
    background: url(../images/replay.png)0 4px no-repeat;
    width: 85px;
    padding-left: 20px;
    min-height: 30px;
    padding: 2px 0 0 30px;
    font-size: 12px;
}
.foot1 {
    float: left;
    background: url(../images/replay.png)0 5px no-repeat;
    width: 150px;
    padding-left: 20px;
    min-height: 30px;
    padding: 2px 0 0 25px;
    font-size: 12px;
}
.foot2 {
    float: left;
    background: url(../images/edit-label.png)0 3px no-repeat;
    width: 70px;
    padding-left: 20px;
    min-height: 30px;
    padding: 2px 0 0 25px;
    font-size: 12px;
}
.foot3 {
    float: left;
    background: url(../images/del.png)0 3px no-repeat;
    width: 70px;
    padding-left: 20px;
    min-height: 30px;
    padding: 2px 0 0 25px;
    font-size: 12px;
}
.tab-content.pdg-20 {
    padding: 0 20px 20px 20px !important
}
.tab-hav-n1.performance.performance01 td {
    border-left: none !important;
}
// .report-box-head-col th {
    border-right: 1px solid #e0e0e0;
}
.tab-hav-n1.performance.performance01 td.blue-bdr, .pageReviewTable.tab-hav-n3.performance01 td.blue-bdr, .pageReviewTable.tab-hav-n2.performance01 td.blue-bdr {
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
}
.tab-hav-n1.performance.performance01 td.blue-bdr:before, .pageReviewTable.tab-hav-n3.performance01 td.blue-bdr:before, .pageReviewTable.tab-hav-n2.performance01 td.blue-bdr:before {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #01a9f4;
    content: "";
    width: 6px;
    height: 100%;
    left: -1px;
    top: 0;
}
.tab-hav-n1.performance.performance01 td.grey-bdr, .pageReviewTable.tab-hav-n3.performance01 td.grey-bdr, .pageReviewTable.tab-hav-n2.performance01 td.grey-bdr {
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
}
.tab-hav-n1.performance.performance01 td.grey-bdr:before, .pageReviewTable.tab-hav-n3.performance01 td.grey-bdr:before, .pageReviewTable.tab-hav-n2.performance01 td.grey-bdr:before {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #9ca7bb;
    content: "";
    width: 6px;
    height: 98%;
    left: -1px;
    top: 0;
}

/*Contact Activity*/

/*Accounts Lead*/

/*Opportunities*/


.graph-summery-wrap {
    width: 100%;
    float: left;
}
.sales-chart {
    width: 55%;
    float: left;
    background: url(../images/chart.png) repeat;
    padding: 82px 15px 75px 15px;
    position: relative;
}
.meet-goal-chart {
    float: left;
    background: url(../images/chart.png) repeat;
    padding: 20px;
    min-height: 480px;
    width: 100%;
}
.dt {
    width: 120px;
    border: solid 1px #cad3df;
    background: #fff;
    color: #4d4d4d;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 5px;
    background: url("../images/se.png") #fff no-repeat scroll right top;
}

/* .graph-summery-chart { width: 100% !important; } */
.sales-chart-txt {
    width: 45%;
    float: left;
}
.oph2 {
    padding-left: 15px;
}
.graph-summery-label span {
    float: right;
}
.graph-summery-label ul li p {
    color: #607d8b;
    font-size: 13px;
    float: left;
    margin: 0;
    width: 65%;
}
.graph-summery-label .won {
    background: url(../images/oper-ar.png) no-repeat;
    height: 15px;
    width: 20px;
    float: left;
}
.graph-summery-label .los {
    background: url(../images/oper-arr.png) no-repeat;
    height: 15px;
    width: 20px;
    float: left;
}
.wd {
    padding: 0px !important;
}

/* opportunities(client-side) Funnel Graph Fix */
.graph-summery-wrap .sales-chart .seriesDiv {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}

/* Funnel Graph fix ends here */
.oppo1 {
    border-left: solid 5px #949ca9;
}
.oppo2 {
    border-left: solid 5px #01a9f4;
}
.oppo3 {
    border-left: solid 5px #7cb342;
}
.oppo4 {
    border-left: solid 5px #e65100;
}
.oppo-txt {
    float: left;
    width: 60%;
}
.oppo-txt1 {
    float: left;
    width: 40%;
    text-align: center;
    padding-top: 10px;
}
.op-top {
    border: solid 1px #f00;
    float: right;
    height: 30px;
    width: 500px;
}
.stg {
    background: #e6eaf0;
    padding: 3px 8px;
    position: relative;
    float: left;
}
.stg:before {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #e6eaf0;
    left: -9px;
    top: 8px;
}
/*.adl_table_list td i {
    float: left;
    width: 30px;
    margin-top: 2px;
}*/
.hot {
    color: #e65325 !important;
}
.warm {
    color: #7cb240 !important;
}
.none {
    background: #e4e9ef;
    color: #828588 !important;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
    border-radius: 20px;
}
.add-oppr {
    background: rgba(0, 0, 0, 0) url("../images/common/add-user.svg") no-repeat scroll 9px 7px;
    border: 0 none;
    float: right;
    font-size: 0;
    height: 39px;
    width: 40px;
    margin-top: 5px;
}
.expo {
    background: rgba(0, 0, 0, 0) url("../images/overview-widgets-icons.png") no-repeat scroll 9px 7px;
    border: 0 none;
    float: right;
    font-size: 0;
    height: 37px;
    width: 40px;
    margin-top: 5px;
    background-position: -101px -477px;
}

/*Oppertunities*/

/*Client Dashboard*/

.wid-pad {
    padding: 0px !important;
    border: none !important;
}
.wid-tle {
    font: 300 14px 'Poppins', sans-serif !important;
}
.widget-box .wid-tle1 {
    background: #fff !important;
    font: 300 14px 'Poppins', sans-serif !important;
    padding: 0 0 0 15px;
}
.mct-img {
    float: right;
    margin: 10px 20px 0 0;
}
.conv_med {
    float: left;
    position: relative;
    width: 100%;
}

.highcharts-legend {
    position: absolute;
    right: 0;
}
.medium-graf-wrp {
    width: 100%;
    background: url(../images/chart.png) #ccc repeat;
    height: 400px !important;
    float: left;
    top: 0;
    padding-top: 30px;
}
.medium-graf {
    width: 90%;
    height: 400px !important;
    float: left;
    top: 0;
    padding-top: 30px;
}  

.conversion-content-wrap .listing-count-wrap {
    width: 50%;
    float: right;
    padding-top: 100px;
}
.con-med {
    background: url(../images/con-med.png) 7px 10px no-repeat;
    width: 19px;
    height: 21px;
    float: left;
}
.conver-txt {
    float: right;
    width: 25%;
    font-size: 18px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 80px;
}
.per-con {
    border: solid 1px #ccc;
    padding: 20px 0;
    position: relative;
    margin: 20px 0 10px 0;
    background: #fff;
}
.per-con span {
    font-size: 35px !important;
    color: #212121;
    padding: 0 10px;
    float: left !important;
    line-height: 25px !important;
}
.conver-txt span {
    font-size: 14px;
    float: none;
}
.per-con:after {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    content: "";
    height: 20px;
    position: absolute;
    right: 40%;
    top: -10px;
    transform: rotate(314deg);
    transition: border-color 0.2s ease 0s;
    width: 20px;
    background: #fff;
}
.con-ico {
    background: rgba(0, 0, 0, 0) url("../images/act-arr.png") no-repeat scroll 0 10px;
    height: 30px;
    float: left;
    width: 11px;
}
.sum-box {
    border-left: solid 4px #949ca9;
    padding: 0 0 0 10px !important;
}
.sum-box1 {
    border-left: solid 4px #0091ea;
    padding: 0 0 0 10px !important;
}
.sum-box2 {
    border-left: solid 4px #8bc34a;
    padding: 0 0 0 10px !important;
}
.sum-box3 {
    border-left: solid 4px #e65100;
    padding: 0 0 0 10px !important;
}
.op-sm {
    float: left;
    width: 65%;
    float: right;
    padding-top: 20px;
}
.updwn {
    float: left;
    width: 100%;
    text-align: center;
}
.updwn span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: relative;
}
.oper-sum-chart {
    padding: 0 10px;
}
.smic {
    background: rgba(0, 0, 0, 0) url("../images/ar.png") no-repeat scroll 0 10px;
    height: 30px;
    position: absolute;
    top: -8px;
    width: 11px;
    left: 20px;
}
.smicc {
    background: rgba(0, 0, 0, 0) url("../images/arr.png") no-repeat scroll 0 10px;
    height: 30px;
    position: absolute;
    top: -8px;
    width: 11px;
    left: 20px;
}
.performance td {
    color: #212121 !important;
    border-left: solid 1px #e0e0e0 !important;
    font: 300 12px 'Poppins', sans-serif;
}
.perff {
    background: url("../images/perff.jpg") repeat;
}
.perf {
    background: url("../images/perf.jpg") repeat;
}
.perf th {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #212121 !important;
}
.perff th {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #212121 !important;
}
.perf tr {
    border-left: solid 3px #01a9f4;
}
.hoverr {
    background-color: #f1f8fb;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-left: solid 3px #01a9f4;
}
.achive {
    width: 80%;
    height: 4px;
    width: 70%;
    background: #e5e5e5;
    float: left;
    margin-top: 5px;
    border-radius: 5px;
    position: relative;
}
.achive:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #61b625;
    width: 50%;
    height: 4px;
}
.achivee {
    width: 80%;
    height: 4px;
    width: 70%;
    background: #e5e5e5;
    float: left;
    margin-top: 5px;
    border-radius: 5px;
    position: relative;
}
.achivee:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #3eb9f9;
    width: 20%;
    height: 4px;
}
.opportunities td {
    color: #212121 !important;
    border-left: solid 1px #e0e0e0 !important;
    font: 300 12px 'Poppins', sans-serif;
}
.opper-box {
    width: 100%;
    float: left;
}
.op-txt {
    font-size: 20px !important;
    float: left;
    width: 100% !important;
}
.percent {
    width: 100%;
    float: right;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
}
.opp-per-ic {
    background: rgba(0, 0, 0, 0) url("../images/act-ar.png") no-repeat scroll 0 10px;
    height: 30px;
    position: absolute;
    top: -8px;
    width: 11px;
    left: 0px;
}
.opp-per-icc {
    background: rgba(0, 0, 0, 0) url("../images/act-arr.png") no-repeat scroll 0 10px;
    height: 30px;
    position: absolute;
    top: -8px;
    width: 11px;
    left: 0px;
}
.tooltipp .tool-n.tooltiptext {
    top: -37px;
    left: 122px !important;
    width: 120px !important;
}
.tab-pad .resp-tabs-list li span {
    color: #fff !important;
}
.lead-user {
    border: 1px solid #e0e0e0;
    padding-top: 4px;
    border-radius: 100% !important;
    background: #949ca9;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
}
.act-op {
    border-left: solid 5px #949ca9;
    padding: 0 0 0 10px !important;
}
.act-op1 {
    border-left: solid 5px #0091ea;
    padding: 0 0 0 10px !important;
}
.site-anal {
    float: right;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
    width: 65%;
    font-weight: 600;
}
.perf th.bl {
    font-weight: 600 !important;
}
.active-pipeline {
    width: 100% !important;
}
.active-pipeline-chart {
    width: 60% !important;
    float: left;
    background: url(../images/chart.png) repeat;
    padding: 55px 0;
}
.active-pipeline-txt {
    width: 40% !important;
    float: right;
    padding: 40px 20px 20px 40px;
}
.up {
    float: left !important;
    position: relative;
    color: #212121;
    font-weight: 600;
    width: 35%;
}
.up-ar {
    background: rgba(0, 0, 0, 0) url("../images/act-ar.png") no-repeat scroll 0 10px;
    height: 30px;
    left: -15px;
    position: absolute;
    top: -8px;
    width: 11px;
}
.up-arr {
    background: rgba(0, 0, 0, 0) url("../images/act-arr.png") no-repeat scroll 0 10px;
    height: 30px;
    left: -15px;
    position: absolute;
    top: -8px;
    width: 11px;
}

/*Client Dashboard*/
.srl .content {
    /*height: 157px;*/
    height: 172px;
}

/*Sales Performance*/
.slstle {
    background: #fff;
}
.slstle h2 {
    font: 20px 'Poppins', sans-serif !important;
    color: #212121;
    margin-top: 5px !important;
}
.year-input {
    background: #f00 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 20px !important;
}
.manin-revenu {
    margin: 20px 0;
}
.revenue-box {
    width: 100%;
    height: 200px;
    background: #fff;
    padding: 10px 15px;
}
.manin-revenu h4 {
    font: 17px "Poppins", sans-serif !important;
    border-bottom: solid 1px #e2e2e2;
}
.revenue-graph {
    background: #e5e5e5;
    width: 100%;
    height: 30px;
    border-radius: 20px;
    margin: 50px 10px 0 10px;
    position: relative;
}
.revenue-graph:after {
    content: "";
    background: #01a8f6;
    position: absolute;
    width: 50%;
    left: 0;
    height: 30px;
    border-radius: 20px;
}
.gra-txt {
    font-weight: 600;
    color: #212121;
    margin-top: 50px;
    float: left;
    width: 100%;
    font-size: 17px;
}
.txt-left {
    float: left;
    text-align: left;
}
.txt-right {
    float: right;
    text-align: right;
}

/*Calender*/
.clal-tle {
    background: #fff !important;
    margin-bottom: 10px;
    padding-left: 15px;
    -webkit-box-shadow: 0 6px 1px -6px #ccc;
    -moz-box-shadow: 0 6px 1px -6px #ccc;
    box-shadow: 0 6px 1px -6px #ccc;
}
.syn {
    background: url(../images/syn.png) no-repeat !important;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    -webkit-filter: none;
    filter: none;
}
.syn:hover {

    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;  /* IE 6-9 */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.cal {
    background: url(../images/cal.png) no-repeat !important;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 20px;
    -webkit-filter: none;
    filter: none;
}
.cal:hover {

    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;  /* IE 6-9 */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.cal-syn {
    background: url(../images/cal-syn.png) no-repeat !important;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    -webkit-filter: none;
    filter: none;
}
.cal-syn:hover {

    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;  /* IE 6-9 */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
input[type="button"] {
    background-color: none;
    border: none;
}
.calender-box {
    width: 33%;
    float: left;
    padding: 15px 10px 10px 10px;
    font-size: 15px;
}
.cal-num1 {
    background: #7eb838;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    min-width: 40px;
    height: 25px;
}
.cal-num2 {
    background: #01a9f4;
    border-radius: 20px;
    text-align: center;
    min-width: 40px;
    height: 25px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}
.cal-num3 {
    background: #e75000;
    border-radius: 20px;
    text-align: center;
    min-width: 40px;
    height: 25px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}
.calender-box span {
    font-size: 12px;
    padding-top: 5px;
    display: block;
    text-align: center;
    width: 100%;
}
.fc-header-left {
    width: 15%;
}
.fc-header {
    padding: 0 10px !important;
    margin: 0 auto !important;
    width: 98% !important;
}

/*Calender*/

/*Sales Performance*/

/*Sort dropdown*/


.sort {
    background: url(../images/log-dropdown.png)10px 4px no-repeat;
    float: left;
    padding: 0 35px 0 0;
    margin: 5px 8px 0 0;
    cursor: pointer;
    width: 25px;
    height: 30px;
    float: right;
    position: relative;
}
.sort:hover .sort-content {
    visibility: visible;
    transform-origin: top;
    transform: translateY(-10px);
    transition: all 0.1s ease 0s;
}
.sort-content {
    visibility: hidden;
    width: 320px;
    background: #fafafa;
    position: absolute;
    top: 45px;
    z-index: 99;
    transition: all ease .1s;
    padding: 0;
    left: -150px;
    -webkit-box-shadow: 0px 1px 7px  #ccc;
    -moz-box-shadow: 0px 1px 7px  #ccc;
    box-shadow: 0px 1px 7px #ccc;
    transform: translateY(0px);
    transition: all 0.1s ease 0s;
}
.sort-content:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 15px;
    height: 15px;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    transform: rotate(-40deg);
    background: #fff;
    -webkit-box-shadow: 0px 1px 7px  #ccc;
    -moz-box-shadow: 0px 1px 7px  #ccc;
    box-shadow: 2px -2px 7px -2px #ccc;
}
.sort-content h4 {
    border-bottom: solid 1px #ccc;
    padding: 5px 5px 5px 5px;
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
}
.help {
    background: url(../images/dropdown/help.png) no-repeat;
    width: 19px;
    height: 19px;
    float: right;
    position: relative;
    top: -5px;
}
.help:hover .help-txt {
    visibility: visible;
}
.help-txt {
    visibility: hidden;
    width: 225px;
    padding: 10px;
    position: absolute;
    left: -110px;
    font-size: 13px;
    color: #212121;
    border: solid 1px #cecece;
    border-radius: 3px;
    background: #fff;
    top: 27px;
    text-align: center;
}
.help-txt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 15px;
    height: 15px;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    transform: rotate(-40deg);
    background: #fff;
    -webkit-box-shadow: 0px 1px 7px  #ccc;
    -moz-box-shadow: 0px 1px 7px  #ccc;
    box-shadow: 2px -2px 7px -2px #ccc;
}
.sort-active {
    background: #fff;
    padding: 10px 20px;
    float: left;
    border-bottom: solid 1px #ccc;
    width: 100%;
}
.sort-inactive {
    float: left;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}
.act-bg {
    background: url(../images/act-bg.png) no-repeat;
    width: 21px;
    height: 27px;
    position: absolute;
    left: 48%;
    top: -15px;
}
.sort-content ul {
    padding: 10px 5px;
    margin: 0 auto;
}
.sort-content ul li {
    width: 32%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
    min-height: 75px;
    list-style: none;
}
.sort-ico {
    margin-bottom: 10px;
    min-height: 15px;
    top: 0;
    width: 100%;
}
.sort-content ul li:last-child {
    margin-bottom: 0px;
}
.reset {
    background: #939aaa;
    color: #fff;
    padding: 1px 7px 2px 7px;
    float: left;
    margin: 0 10px 10px 10px;
    font-size: 11px;
    font-size: 11px;
}
.reset:hover {
    background: #8bc34a;
}
.sort-content ul li a {
    color: #424242;
    -webkit-filter: none;
    filter: none;
    transition: all 0.2s ease-in;
}
.sort-content ul li a:hover {

    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    color: #8bc34a;  /* IE 6-9 */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/*Sort dropdown*/

/*Notification*/

.noti {
    width: 22px;
    height: 22px;
    float: left;
    background: #e65100;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding-top: 3px;
    margin-top: 10px;
    position: relative;
    font-size: 12px;
}
.noti:hover .noti-txt {
    visibility: visible;
    transform: translateY(-10px);
    transition: all 0.1s ease 0s;
}
.noti-txt {
    visibility: hidden;
    position: absolute;
    left: -163px;
    top: 38px;
    width: 340px;
    height: 400px;
    background: #fff;
    transform: translateY(0px);
    transition: all 0.1s ease 0s;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    -moz-box-shadow: 0px 2px 5px #ccc;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
}
.noti-txt .mCustomScrollbar {
    height: 340px;
}
.noti-txt .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background: #9fa8bd;
}
.noti-txt .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
.noti-txt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 15px;
    height: 15px;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    transform: rotate(-40deg);
    background: #fff;
    -webkit-box-shadow: 0px 1px 7px  #ccc;
    -moz-box-shadow: 0px 1px 7px  #ccc;
    box-shadow: 2px -2px 7px -2px #ccc;
}
.noti-txt h4 {
    border-bottom: solid 1px #ccc;
    padding: 10px;
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #212121;
    text-align: left;
    padding: 15px;
}
.noti-txt ul {
    margin: 0px !important;
}
.noti-txt ul li {
    list-style: none;
    float: left;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px;
    margin-left: 0px;
    background: #fff;
}
.noti-txt ul li:hover {
    background: #f5f5f5;
    transition: all ease .5s;
}
.not-img {
    float: left;
    width: 15%;
}
.not-txt {
    float: left;
    width: 80%;
    text-align: left;
    color: #212121;
}
.not-txt span {
    color: #939aaa;
}

/*Notification*/

/*Lead Call*/

.call-contact {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.call-left {
}
.call-top {
    margin-bottom: 10px;
}
.call-top span {
    color: #01a9f4;
}
.call-ph {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    border: solid 1px #e2e2e2;
    margin-right: 15px;
    background: url(../images/ph.png) 9px 11px no-repeat;
}
.call-left p {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
}
.call-left p span {
    color: #212121;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
}
.call-table td {
    border-bottom: solid 1px #ccc;
    padding: 10px 20px;
}
.call-table {
    border: solid 1px #ccc;
}
.call-table td span {
    font-size: 17px;
    color: #212121;
    font-weight: 500;
}
.no-bor {
    border-bottom: none !important;
}

/*Lead Call*/

/*Leads Content Tabs*/

.tabs-content {
    width: 100%;
    border-bottom: solid 1px #d7d7d7;
    padding: 20px;
    float: left;
    background: #fff;
}
.tabs-content .row {
    margin-bottom: 10px;
}
.tabs-content input {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font: 300 14px'Roboto', sans-serif;
    width: 50%;
    color: #202020;
}
.tabs-content label {
    font: 300 15px'Roboto', sans-serif;
    margin-right: 20px;
    width: 42%;
    float: left;
}
.tabs-content textarea {
    padding: 5px 10px;
    width: 53%;
    border: solid 1px #d7d7d7;
    height: 50px;
    overflow: auto;
    resize: none;
}
.tabs-content select {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    width: 53.5%;
}
.tabs-content::-webkit-input-placeholder {
    color: #949494;
    opacity: 1;
}
.tabs-content:-moz-placeholder {

    /* Firefox 18- */
    color: #949494;
    opacity: 1;
}
.tabs-content::-moz-placeholder {

    /* Firefox 19+ */
    color: #949494;
    opacity: 1;
}
.tabs-content:-ms-input-placeholder {
    color: #949494;
    opacity: 1;
}
.tab-input {
    position: relative;
}
.tab-input {
    font: 300 14px'Roboto', sans-serif;
    width: 50% !important;
    color: #202020;
    float: left !important;
}
.tab-input .select2-container {
    box-shadow: none !important;
    margin-top: 0px !important;
}
.tab-input .drop-down-pp .select2-container .select2-choice {
    box-shadow: none !important;
    margin-top: 5px !important;
}
.tab-input .select2-drop-active {
    border-top: solid 1px #666 !important;
}

/*Table*/
.opp-table {
    border: solid 1px #ccc;
    height: 300px;
}
.opp-table th {
    font: 300 14px 'Roboto', sans-serif;
    background: #f9fcff;
    padding: 10px;
    text-align: left;
    border-right: solid 1px #d7d7d7;
}
.opp-table td {
    padding: 10px;
    border-right: solid 1px #d7d7d7;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}
.opp-table select {
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #d7d7d7;
}
.opp-table td:last-child {
    border-right: none;
}
.opp-table th:last-child {
    border-right: none;
}
.no-bor-rt {
    border-right: none !important;
}

/*Table*/
.sv-btn {
    padding: 3px 15px;
    color: #fff;
    background: #7cb342;
    text-decoration: none;
    font: 300 14px 'Roboto', sans-serif;
    float: right;
    margin: 5px 10px 10px 0;
}
.sv-btn:hover {
    background: #9ea0a3;
}
.can-btn {
    padding: 3px 15px;
    color: #fff;
    background: #9ea0a3;
    text-decoration: none;
    font: 300 14px 'Roboto', sans-serif;
    float: right;
    margin: 5px 10px 10px 0;
}
.can-btn:hover {
    background: #7cb342;
}

/*oppertunity tab in leads*/

/*Leads Content Tabs*/


.bot-box input {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    width: 14%;
    margin-right: 4px;
}
.bot-box select {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    width: 14%;
    margin-right: 4px;
}
.bot-box .time {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    width: 10%;
    margin-right: 4px;
}
.sep-box input {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    width: 20%;
    margin-right: 4px;
    font-weight: 300;
}
.sep-box select {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    width: 14%;
    margin-right: 4px;
}
.sep-box .time {
    border: solid 1px #d7d7d7;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    width: 10%;
    margin-right: 4px;
}
.m-rd {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #69b901;
    float: right;
    margin: 5px 10px 5px 0;
}

/*oppertunity tab in meeting*/

/*Organic Report*/

.organic-wrp {
    background-color: none;
}
.organic-wrp .cont-tab {
    background: none !important;
    box-shadow: none !important;
    padding: 0px 0 !important;
    margin: 14px 0 0;
}
.organic-report-tab ul {
    margin: 0 0 10px 0;
    background: #fff;
    border-bottom: solid 1px #d7d9de !important;
    box-shadow: 0px 1px 2px 0px #ccc;
    padding: 0 10px 0 15px;
}
.organic-report-tab ul li {
    float: left;
}
.organic-report-tab ul li a {
    color: #000;
    font: 300 13px 'Poppins', sans-serif;
}
.organic-report-tab .resp-tabs-list li {
    padding: 5px 10px 7px 10px !important;
    text-align: left;
    margin-right: 0px !important;
    border-bottom: solid 3px #fff !important;
}
.organic-report-tab .resp-tabs-list li.active {
    border-bottom: solid 3px #f00 !important;
    padding: 5px 10px 7px 10px !important;
    margin-right: 0px !important;
}
.no-pad-r {
    padding-right: 7px;
}
.no-pad-l {
    padding-left: 7px;
}
.organic-graph {
    padding: 10px;
}
.organic-graph h2 {
    font: 500 16px 'Poppins', sans-serif;
    color: #212121;
    margin: 0px;
    padding: 10px 0;
}
.organic-graph1 h2 {
    font: 500 16px 'Poppins', sans-serif;
    color: #212121;
    margin: 0px;
    padding: 10px 0;
}
.organic-report-tab h3 {
    font: 500 16px 'Poppins', sans-serif;
}
.packege-ranking {
}
.organic-report-tab .resp-tabs-list li.border-r {
    border-right: solid 1px #e2e2e2 !important;
    border-bottom: none !important;
    padding-top: 7px !important;
    padding-bottom: 6px !important
}
.organic-tbls {
    font: 300 13px 'Poppins', sans-serif;
}
.organic-tbls td {
    color: #212121 !important;
    border-right: solid 1px #e2e2e2 !important;
    font: 300 12px 'Poppins', sans-serif;
    padding: 15px;
    border-bottom: solid 1px #e2e2e2 !important;
}
.org-bg {
    background: url("../images/perff.jpg") repeat;
}
.organic-tbls th {
    padding: 13px;
    font-weight: 400;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2 !important;
}
.organic-tbls td:last-child {
    border-right: none;
}
.organic-report-tab .resp-tabs-container {
    background: none;
}
.org-graph-text-lft {
    float: left;
    padding: 5px 10px;
}
.org-graph-text-rht {
    float: right;
    font-size: 12px;
    color: #212121;
    padding: 5px;
    font-weight: 300;
}
.total-org {
    float: left;
    text-align: right;
}
.total-org p {
    float: left;
    margin: 0;
}
.total-org span {
    color: #00abf1;
    font-size: 17px;
    margin: 0 0 0 5px;
    line-height: 15px;
    float: left;
    font-weight: 400;
}
.org-per {
    float: left;
}
.org-per img {
    float: left;
    margin: 1px 0 0 5px;
}
.ratio {
    float: left;
    margin: -1px 0 0 5px;
    font-weight: 400;
}
.month span {
    font-size: 15px;
    margin: 0 0 0 4px;
    font-weight: 400;
}

/*Organic Report*/

/*Dashboard Organic report*/
.org-h4 {
    margin: 0;
    float: left;
    color: #546e7a;
    font: 400 16px 'Poppins', sans-serif;
}
.track-count {
    float: right;
    width: 200px;
}
.track-txt {
    color: #455a64;
    font: 400 14px 'Poppins', sans-serif;
    float: left;
    padding-top: 2px;
}
.track-num {
    background: #01a9f4;
    padding: 4px 18px 1px 18px;
    text-align: center;
    color: #fff;
    float: right;
    border-radius: 25px;
}
.fclass {
    width: 25%;
    background: #f8f9fa;
}
.sclass2 {
    width: 12%;
}
.sclass3 {
    width: 12%;
    background: #f1f8fb;
}

/*Dashboard Organic report*/

/*Dashboard Goole adword*/
.adword-top {
    width: 100%;
    border-left: solid 4px #8bc53f;
    float: left;
    margin: 10px;
    padding: 0 10px;
}
.ad-1 {
    float: left;
}
.ad-2 {
    float: left;
    padding: 20px 0 0 20px;
}
.adword-label {
    color: #455a64;
    position: relative;
}
.adword-label span {
    color: #212121;
    font: 500 13px 'Poppins', sans-serif;
}
.adword-text {
    color: 263238;
    font: 400 25px/28px 'Poppins', sans-serif;
}
.add-ico {
    background: rgba(0, 0, 0, 0) url("../images/act-ar.png") no-repeat scroll 0 10px;
    height: 30px;
    left: -15px;
    position: absolute;
    top: -8px;
    width: 11px;
}
.add-icoo {
    background: rgba(0, 0, 0, 0) url("../images/act-arr.png") no-repeat scroll 0 10px;
    height: 30px;
    left: -15px;
    position: absolute;
    top: -8px;
    width: 11px;
}
.first-blue {
    background: #f1f8fb;
    border-left: solid 3px #01a9f4 !important;
}

/*Dashboard Goole adword*/
.wid-tle span {
    float: left;
    padding: 11px 0 0 20px;
    color: #607d8b;
    font: 300 13px 'Poppins', sans-serif;
}
.wid-tle span a {
    color: #607d8b;
}

/*Report Paid Report*/
.report-paid {
    width: 100%;
    float: left;
}
.paid-report {
    background: #fff;
    padding: 0 15px;
    height: 540px;
}
.det-month-rep {
    background: #fff;
    height: 540px;
    overflow: hidden;
    padding-bottom: 20px;
}
.det-month-rep .mCustomScrollbar {
    height: 435px;
    margin: 0 0 25px 0; /* width: 125%; */
    width: 100%;
    float: left;
}
.det-month-rep .mCustomScrollbar.f-h-repo {
    height: auto;
    float: none;
}

/* .det-month-rep .month-report-table td { width: 100%; } */
.det-month-rep .month-report-table .f-h-repo td {
    display: block;
}
.head_text {
    color: #649a1f;
    padding: 20px;
    border-bottom: solid 1px #d7d9de;
}
.report-paid h3 {
    color: #212121;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 10px;
}
.month-report-table h3 {
    margin-bottom: 10px !important;
}
.month-report-table td a {
    color: #212121 !important;
}
.month-report-table td {
    color: #212121 !important;
    font: 400 12px 'Poppins', sans-serif;
    padding: 10px 15px;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
}
.month-report-table th {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #212121 !important;
    padding: 11px 15px;
    border-top: solid 1px #e0e0e0;
}
.month-report-table td:last-child {
    border-right: none !important;
}
.month-report-table td.dmr {
    border-bottom: 1px solid #e2e2e2 !important;
}

/* bing report page table fix */
.month-report-table td.tbl-msg-bing-repo {
    border-bottom: none !important;
}

/*CostPer Conversion*/
.cost-per-conversion {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0 15px;
}

/*CostPer Conversion*/
.paid-report-tabs .accordion_in {
    background: #fff;
    float: left;
    width: 100%;
}
.paid-report-tabs .acc_head {
    float: left;
    width: 100%;
    position: relative;
}
.paid-report-tabs .acc_content {
    background: #fff;
    float: left;
    width: 100%;
}
.paid-report-tabs .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 9;
    margin-top: -9px;
    background: url(../images/expand.png) center right no-repeat;
}
.paid-report-tabs  .report-paid h2 {
    color: #212121 !important;
    font: 300 16px 'Poppins', sans-serif !important;
}
.paid-report-tabs .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
    background: url(../images/colapse.png) center right no-repeat;
    z-index: 9;
}
#loading_filling_gif_class_submit {
    background: rgba(0, 0, 0, 0) url(../images/adluge-loader-small.gif) no-repeat scroll center center;
    bottom: 0;
    height: 18px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 22px;
}
.algn-rt {
    position: absolute;
    left: auto !important;
    right: 43px !important;
    top: -17px !important;
}
.min-h {
    min-height: 50px;
}

/*Report Paid Report*/
.widget-box .listing-tbl td img {
    border-radius: 50% !important;
}
.listing-tbl.tab-hov-n1.inner-table.amlead-tbls td img {
    border-radius: 0 !important;
}
.alignhead {
    float: right !important;
    margin: 2px 15px 0 0;
}
.progressData {
    float: left;
    width: 100%;
}
.performance .progressData .progress {
    float: left;
    width: 75%;
    margin: 7px 0 0 0;
}
.progressby {
    float: left;
    width: 25%;
}

/*Site Analitical Report*/
.white {
    background: #fff;
}
.ht {
    height: auto !important;
}
.keyword-text {
    background: #fff;
    padding: 10px;
}

/*Tab*/
.analatical-details {
    float: left;
    width: 100%;
}
.site-anal-tab {
    background: #fff !important;
}
.site-anal-tab .theme a {
    color: #000 !important;
}
.gaBasic {
    width: 100%;
    padding: 50px 0;
}
.gaBasicCol {
    text-align: left !important;
}
.gaBasicCol h4 {
    border-bottom: solid 2px #1ab5fa;
    color: #212121 !important;
    font-size: 14px !important;
}
.gaBasicCol h3 {
    color: #424242 !important;
    padding: 15px 0 10px 0 !important;
    border-bottom: none !important;
}
.detail-graph {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.detail-graph .date-range-field span.main {
    background: #949ca9;
    border-radius: 20px;
    color: #fff;
    padding: 2px 10px !important;
    margin-bottom: 20px;
    float: left;
    margin-bottom: 3px;
    font-size: 12px;
}
.detail-graph .date-range-field span.comparison {
    font-size: 12px;
    padding: 0 0 0 16px;
}

/*Tab*/

/*Website Traffic*/

.WebTrafficWrap {
    float: left;
    width: 100%;
}
.WebTrafficInnerContent {
    padding: 30px 30px 30px 60px;
}
.WebTrafficCol {
    border-left: solid 5px #01a9f4;
    padding: 0 20px !important;
}
.report-box-head-wrap h3 {
    font: 400 16px 'Poppins', sans-serif;
    color: #212121;
    padding: 0px;
    margin: 0px;
}
.blue-co {
    color: #0091ea !important;
}

/*Website Traffic*/
.sess_data {
    width: 100%;
}
.sess_data .progress {
    width: 80%;
    float: left;
    margin-top: 5px;
    height: 13px;
}
.sess_data .visits_data {
    width: 20%;
    float: right;
}
.sess_data .progress-bar.completed {
    background: #009ef6;
}
.sumtle {
    float: none !important;
}

/*Site Analitical Report*/
.performance .progressData .progress {
    height: 5px !important;
}
.message-notes-inner-content-wrap .use {
    margin-right: 7px;
}
.message-notes-inner-content-wrap.bdr {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
    padding-top: 20px !important;
    margin: 0 !important;
}
.tabs-new a {
    border: none !important;
}
.tabs-new li.active:after {
    background: #69b901;
    content: "";
    width: 100%;
    position: absolute;
    top: 36px;
    height: 3px
}
.tabs-new > li > a:hover {
    border: none;
}

/*pop-up-side*/
.pop-up-sd {
    margin: 0px;
    padding: 0;
    position: relative;
}
.pop-up-sd .modal.fade .modal-dialog {
    transform: translate(400px, 0px);
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.pop-up-sd .modal.in .modal-dialog {
    transform: translate(0px, 0px);
    transition-duration: 1s;
}
.pop-up-sd .modal-content .arrow-left {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    position: absolute;
    right: -14px;
    top: 45%;
}
.pop-up-sd .modal-content {
    padding: 36px 40px;
    border-radius: 0px;
    text-align: center;
}
.pop-up-sd .modal-content:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 50%;
    width: 8px;
    background: #01a9f4;
}
.pop-up-sd .modal-content:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 50%;
    width: 8px;
    background: #8bc43f;
}
.pop-up-sd h2 {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    color: #212121;
    font: 500 20px 'Poppins', sans-serif;
}
.pop-up-sd p {
    margin: 0px;
    padding: 0px;
    color: #050505;
    font-size: 13px;
}
.pop-up-sd p a {
    margin: 0px;
    padding: 0px;
    color: #01a9f4;
    font-size: 13px;
    text-decoration: underline;
}
.pop-up-sd p a:hover {
    text-decoration: none;
}

/*meeting details page*/
.widget-title.bor-b-0.mgn-tp h2 {
    margin-top: 2px;
}
.widget-box .cr-gr, .widget-box .cr-bl {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    float: left;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    margin-top: 9px;
    font-size: 12px;
}
.widget-box .cr-bl {
    background: #02a8f2;
    margin: 9px 2px 0 2px;
}
.widget-box span.cr-gr {
    background: #939baa;
    margin: 9px 2px 0 2px;
}
.widget-title .ms-edt-ic {
    float: right;
    padding-left: 20px;
    margin-top: 12px;
    background-position: 28px 3px;
    text-align: right;
}
.widget-title .ms-edt-ic a {
    color: #212121;
}
.widget-title .ms-edt-ic a:hover {
    color: #649a1e;
}
.content-1 {
    height: 600px;
    padding: 15px 15px 30px 0px;
}
.content-1 p {
    font-size: 13px;
    line-height: 21px;
    width: 100%;
}
#dis-meeting-summary.content-1 p{margin: 0!important;}
#dis-meeting-summary.content-1 img{max-width: 100%;}
.content-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #b5b5b5 !important;
}
.content-1 .mCSB_scrollTools .mCSB_draggerRail {
    background: #e1e1e1;
}
.pp-dr.blu-st {
    background: #02a8f2;
    border-radius: 15px;
    padding: 0 3px;
    height: 26px !important;
    margin-right: 0px !important;
}
.pp-dr.blu-st span {
    color: #fff !important;
    font-size: 14px !important;
}
.pp-dr.blu-st .select2-arrow {
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    border-top: 7px solid #fff !important;
    width: 0 !important;
    height: 0 !important;
    right: 5px !important;
    top: 10px !important;
    border-radius: 0px !important;
}
.pp-dr.blu-st .select2-arrow b {
    display: none !important;
}
.cmnt-foot.met-de-page .foot4 {
    float: left;
    width: 90px;
    min-height: 30px;
    padding: 2px 0 0 20px;
    font-size: 12px;
}
.cmnt-foot.met-de-page .nw_file {
    background: url(../images/attachment-tool.png)0 3px no-repeat;
}
.cmnt-foot.met-de-page .foot4 p.mulitplefileuploaderlist {
    display: inline-block;
}
.cmnt-foot.met-de-page .foot4 p.mulitplefileuploaderlist:hover {
    color: #7cb342;
}
.cmnt-foot.met-de-page .foot4 a, .cmnt-foot.met-de-page .foot a, .cmnt-foot.met-de-page .foot2 a, .cmnt-foot.met-de-page .foot3 a, .cmnt-foot.met-de-page .foot4 a {
    color: #212121;
}
.cmnt-foot.met-de-page .foot4 a:hover, .cmnt-foot.met-de-page .foot a:hover, .cmnt-foot.met-de-page .foot2 a:hover, .cmnt-foot.met-de-page .foot3 a:hover, .cmnt-foot.met-de-page .foot4 a:hover {
    color: #7cb342;
}
.message-form-wrap.mt-pge-mn textarea {
    margin-top: 25px;
}
.widget-content.wid-flo.mgt-dc {
    background: #f6faff;
    border: 1px solid #e2e2e2;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.widget-content.wid-flo.mgt-dc p {
    line-height: 22px;
}
.widget-box.to-do-s input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: #a8a8a8;
    opacity: 1;
}
.widget-box.to-do-s input::-moz-placeholder {

    /* Firefox 19+ */
    color: #a8a8a8;
    opacity: 1;
}
.widget-box.to-do-s textarea::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: #a8a8a8;
    opacity: 1;
}
.widget-box.to-do-s textarea::-moz-placeholder {

    /* Firefox 19+ */
    color: #a8a8a8;
    opacity: 1;
}
.to-do-s .select2-container .select2-choice > .select2-chosen {
    color: #a8a8a8;
}
.widget-box.to-do-s input {
    width: 100%;
    height: 30px;
    border: 1px solid #d7d7d7;
    padding: 5px 12px;
    color: #212121;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
}
.widget-box.to-do-s textarea {
    width: 100%;
    height: 111px;
    border: 1px solid #d7d7d7;
    padding: 5px 12px;
    color: #212121;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 300;
}
.widget-box.to-do-s select {
    width: 100%;
    height: 28px;
    padding: 5px 12px;
    color: #212121;
    font-size: 13px;
}
.widget-box.to-do-s .widget-title {
    margin-bottom: 25px;
}
.pp-dr.to-do {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px
}
.cmnt-foot.met-de-page .foot4 .ajax-upload-dragdrop {
    float: right;
    margin-top: 30px;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    border: none !important;
    background: #f1f8fb;
    padding-bottom: 10px;
}
.cmnt-foot.met-de-page .foot4 .ajax-upload-dragdrop.todo-drag p.todo-link-para {
    display: inline-block;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}
.cmnt-foot.met-de-page .foot4 .ajax-upload-dragdrop input[type="file"] {
    background: #7cb342;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0;
    top: 0px !important;
    left: 0px !important;
    height: 37px !important;
    width: 110px !important;
}
.cmnt-foot.met-de-page .foot4 .upload-statusbar {
    border: none;
    float: right;
}
.cmnt-foot.met-de-page .foot4 .upload-filename {
    display: table;
}
.cmnt-foot.met-de-page .foot4 .fileUpload {
    background: #7cb342;
    color: #fff;
    border: none;
    margin: 0;
    padding: 7px 20px;
}
.cmnt-foot.met-de-page .foot4 .ajax-upload-dragdrop .upload {
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    margin: 0;
    padding: 0;
}
.to-do-tble {
    margin-top: 30px;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.to-do-tble tr td {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    font-size: 12px;
}
.to-do-tble tr td span {
    font-size: 11px;
    color: #616161;
    display: block;
}
.to-do-tble .email-action-wrap .button-list .button-nesting li a {
    font-size: 12px;
}
.to-do-tble tr td.blu-br {
    border-left: 5px solid #02a8f2;
}
.to-do-tble tr td.yell-br {
    border-left: 5px solid #f4af3a;
}
.to-do-tble tr td.gre-br {
    border-left: 5px solid #7cb342;
}
.todo-outr {
    padding: 27px 13px;
    border-top: 1px solid #e2e2e2;
}
.todo-file-upld {
    background: #f1f8fb;
    padding: 20px;
}
.todo-file-upld .ajax-upload-dragdrop, .todo-file-upld .todo-drag {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
    width: auto !important;
}
.fileUpload > span {
    font-weight: 400;
    font-size: 13px;
}
.todo-file-upld .ajax-upload-dragdrop .todo-link-para {
    float: left;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}
.todo-link-para span {
    margin-left: 15px;
}
.todo-file-upld .fileUpload {
    background: #7cb342;
    color: #fff;
    border: none;
    margin: 0;
    padding: 7px 20px;
}
.todo-file-upld .fileUpload:hover {
    background: #929baa;
}
.todo-file-upld .ajax-upload-dragdrop .upload {
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    margin: 0;
    padding: 0;
}
.todo-file-upld .ajax-upload-dragdrop input[type="file"] {
    background: #7cb342;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0;
    top: 0px !important;
    left: 0px !important;
    height: 37px !important;
    width: 110px !important;
}
.todo-file-upld .upload-statusbar {
    border: none;
}
.todo-file-upld .upload-filename {
    display: table;
}

/*meeting details page end here*/

/*Add Client Package page*/

.starter-outr .widget-box {
    min-height: 261px;
}
.starter-outr .widget-box.to-do-s .widget-title {
    margin-bottom: 0;
}
.starter-outr label {
    font-size: 12px;
    font-weight: normal;
}
.starter-outr .pp-dr.to-do {
    margin: 23px 0px 0px 0px;
}
.starter-outr .widget-box.to-do-s input {
    height: 28px;
    color: #212121;
}
.starter-outr .to-do-s .select2-container .select2-choice > .select2-chosen {
    color: #212121;
    font-size: 14px;
}
.starter-outr .pp-no-dr .select2-container .select2-choice {
    height: 27px !important;
}
.starter-outr .widget-box.to-do-s input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: #212121;
    opacity: 1;
}
.starter-outr .widget-box.to-do-s input::-moz-placeholder {

    /* Firefox 19+ */
    color: #212121;
    opacity: 1;
}
.starter {
    margin: 0;
    padding: 15px;
}
.starter .widget-title {
    margin: 0;
    padding: 0;
    min-height: auto;
}
.starter .foot2 {
    float: right;
    text-align: right;
    padding-left: 21px;
    width: 44px;
}
.starter .foot2 a {
    color: #212121;
}
.starter .foot2 a:hover {
    color: #7cb342;
}
.starter h2 {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: 500;
}
.starter h3 {
    margin-bottom: 14px;
    padding: 0;
    font-size: 18px;
    color: #707786;
    font-weight: 400;
}
.starter .amout {
    font-size: 35px;
    color: #fff;
    background: #939aaa;
    padding: 18px 28px;
    border-top: 6px solid #707786;
    text-align: left;
    display: block;
    margin-bottom: 12px;
}
.starter .amout span {
    font-size: 21px;
    font-weight: 300;
}
.starter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.starter ul li {
    list-style: none;
    font-size: 12px;
    color: #212121;
    padding: 0px 0px 0px 23px;
    margin: 0px 16px 15px 0px;
    float: left;
    background: url("../images/tic-new.png") no-repeat  left 4px;
}
.starter ul li:last-child {
    margin-right: 0px;
}
.starter-outr .pdg-rd {
    padding: 0px 7px;
}
.starter-outr .pdg-rd-l {
    padding: 0px 7px 0px 15px;
}
.starter-outr .pdg-rd-r {
    padding: 0px 15px 0px 7px;
}
.starter-outr input[type="checkbox"] {
    display: none;
}
.starter-outr input[type="checkbox"] + label {
    color: #292b2a;
    font-size: 14px;
}
.starter-outr .pos-ab {
    position: absolute;
    top: 12px;
    z-index: 9;
}
.starter-outr .tab-pad ul.nav.nav-tabs li {
    margin: 0px 25px;
}
.starter-outr .tab-pad ul.nav.nav-tabs li:first-child {
    margin-left: 0px;
}
.starter-outr .tab-pad ul.nav.nav-tabs li.active input[type="checkbox"]:checked + label span::before {
    color: #0097dd;
    content: url(../images/tic-pkg.png) !important;
    left: 1px;
    position: absolute;
    top: -5px;
}
.starter-outr .tab-pad ul.nav.nav-tabs li.p-theme input[type="checkbox"]:checked + label span::before {
    color: #0097dd;
    content: none;
    left: 1px;
    position: absolute;
    top: -5px;
}
.starter-outr .tab-pad ul.nav.nav-tabs li a {
    padding-left: 25px;
    padding-right: 0px;
}
.starter-outr .pp-tab-content {
    padding-left: 0px;
    box-shadow: none;
    border-bottom: none;
}
.starter-outr input[type="checkbox"] + label span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-bottom-color: #8c8c8c;
    border-radius: 2px;
    border: 2px solid #868686;
    display: inline-block;
    height: 15px;
    margin: -1px 0px 0px 0px;
    vertical-align: middle;
    width: 15px;
}
.starter-outr input[type="checkbox"]:checked + label span {
    border: 2px solid #868686;
    position: relative;
}
.starter-outr .widget-box ul.package-list li {
    border: 1px solid #cecece;
    padding: 13px 10px;
    list-style: none;
    margin: 0;
    background: none;
    float: left;
    width: 18%;
    margin: 0 30px 20px 30px;
    position: relative;
}
.starter-outr .widget-box ul.package-list h3 {
    font-size: 14px;
    color: #212121;
    padding: 0;
    margin: 0 0 10px 0;
}
.starter-outr .widget-box ul.package-list .rate {
    font-size: 13px;
    color: #fff;
    background: #939aaa;
    padding: 6px 11px;
    border-top: 3px solid #707786;
    text-align: left;
    display: block;
    margin-bottom: 9px;
}
.starter-outr .widget-box ul.package-list li a {
    text-decoration: none;
    font-size: 12px;
    background: url(../images/more-ico.jpg) right 4px no-repeat;
    float: right;
    display: block;
    padding-right: 12px;
    color: #212121;
}
.starter-outr .widget-box ul.package-list li a:hover {
    color: #8bc34a;
}
.starter-outr .widget-box ul.package-list li input[type="checkbox"]:checked + label span::before {
    color: #0097dd;
    content: url(../images/tic-pkg.png) !important;
    left: 1px;
    position: absolute;
    top: -5px;
}
.starter-outr .widget-box ul.package-list li input[type="checkbox"]:checked + label span::before {
    color: #0097dd;
    content: none;
    left: 1px;
    position: absolute;
    top: -5px;
}
.starter-outr .widget-box ul.package-list li .pos-ab {
    position: absolute;
    top: 0px;
    z-index: 9;
    left: -28px;
}

/*Add Client Package page end here*/

/*Client Meetings*/

.widget-title .todo-cnt {
    background: #01a8f6;
    color: #fff;
    padding: 1px 15px;
    border-radius: 10px;
    float: right;
    margin-left: 10px;
    font-size: 12px;
}
.widget-title .todo-right {
    float: right;
    padding: 10px 0;
}
.widget-title .todo-right {
    color: #212121;
}
.widget-title .todo-right span {
    color: #b1b1b1;
}
.todo {
    float: left;
    margin-right: 20px;
    position: relative;
}
.todo1 {
    float: left;
    position: relative;
}
.todo:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    background: #01a8f6;
    width: 7px;
    height: 12px;
}
.todo1:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    background: #f5b03a;
    width: 7px;
    height: 12px;
}
.meeting-doc-box-wrp {
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
}
.meeting-doc-box {
    border-bottom: solid 1px #e2e2e2;
    float: left;
    margin: 0 15px;
    padding: 10px 0;
    position: relative;
}
.meeting-doc-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #01a8f6;
    width: 7px;
    height: 100%;
}
.meeting-doc-box1 {
    border-bottom: solid 1px #e2e2e2;
    float: left;
    margin: 0 15px;
    padding: 10px 0;
    position: relative;
}
.meeting-doc-box1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f5b03a;
    width: 7px;
    height: 100%;
}
.meeting-doc-box-wrp h5 {
    font: 15px 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
}
.meeting-doc-box-wrp p {
    font: 13px 'Roboto', sans-serif;
    padding: 0 0 1px 0;
    margin: 0px;
}
.meeting-doc-box-wrp span {
    font: 13px 'Roboto', sans-serif;
    color: #b1b1b1;
    padding: 0px;
    margin: 0px;
}
.meeting-doc-box-r {
    float: right;
    width: 70%;
}
.meeting-head-style {
    background: #fff;
}
.met-op {
    background: #01a8f6;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.met-aw {
    background: #f4af3a;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.met-cm {
    background: #639d25;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.metting-tbl .performance01 td {
    font-size: 12px !important;
}
.metting-tbl .performance01 th {
    text-align: center !important;
}
.dis-blk {
    display: block !important;
    color: #7d7d7d !important;
}
.metting-tbl .performance01 .text-align-left {
    padding-left: 20px;
}
.contact-search .search-met {
    border: solid 1px #ccd4e1 !important;
    box-shadow: none !important;
    border-color: #ccd4e1 !important;
    color: #212121 !important;
}

/*Client Meetings*/

/*Add partner start here*/

/*Add partner end*/

.add-partner {
    margin: 0;
    padding: 0;
}
.add-partner .widget-box textarea {
    margin-bottom: 0;
}
.add-partner .pp-dr.to-do {
    margin-top: 0;
}
.add-partner .card-info {
    background: #f2fbfe;
}
.add-partner .card-info .bg {
    background: url(../images/visa-ico.jpg) 98% 8px no-repeat #fff;
    padding-right: 48px;
}
.add-partner .card-info .help {
    float: left;
    top: 0;
    margin-top: 30px;
}
.packages-new .to-do-tble {
    margin: 0;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
    color: #212121;
}
.packages-new .to-do-tble tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.packages-new .to-do-tble .email-action-wrap {
    margin: 0
}
.packages-new .to-do-tble th {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    font-size: 12px;
    border-right: 1px solid #e2e2e2;
    font-weight: 400;
}
.packages-new .to-do-tble .email-action-wrap .button-list .button-nesting li a {
    font-size: 13px;
    text-decoration: none;
}
.packages-new .to-do-tble th:last-child {
    border-right: none;
}
.packages-new .to-do-tble .b-shdw {
    -moz-box-shadow: inset  0  5px 5px -5px #eeeeee, inset  0 -8px 8px -6px #eeeeee;
    -webkit-box-shadow: inset  0  5px 5px -5px #eeeeee, inset  0 -8px 8px -6px #eeeeee;
    box-shadow: inset  0  5px 5px -5px #e7e7e7, inset  0 -8px 8px -6px #e7e7e7;
}
.paratners-contact .to-do-tble {
    border-top: none;
}
.paratners-contact .to-do-tble tr td {
    border-right: 1px solid #e2e2e2;
}
.paratners-contact .to-do-tble .dk {
    background: #939baa;
    border-radius: 20px;
    padding: 6px 66px 4px 15px;
    display: inline-block;
    color: #fff;
}
.paratners-contact .to-do-tble tr td a {
    color: #01a9f4;
    text-decoration: underline;
}
.paratners-contact .to-do-tble tr td a:hover {
    color: #01a9f4;
    text-decoration: none;
}
.partners-popup .to-do-tble {
    border: none;
}
.partners-popup .to-do-tble th {
    border-right: none;
}
.partners-popup .to-do-tble tr td {
    border: none;
    padding: 8px 10px;
}
.partners-popup .to-do-tble tr td b {
    font-weight: 500;
    font-size: 13px;
}
.partners-popup .to-do-tble th b {
    font-weight: 500;
    font-size: 15px;
}
.partners-popup .to-do-tble tr td span {
    font-weight: 400;
    font-size: 12px;
    color: #676f73;
}
.partners-popup .to-do-tble tr td.brd-r {
    border-right: 1px solid #e2e2e2;
}
.partners-popup .to-do-tble tr td img {
    margin-left: 10px;
    margin-top: -2px;
}
.partners-popup .to-do-tble tr td.incl-pak {
    border-top: 1px solid #e2e2e2;
    text-align: right;
}
.partners-popup .to-do-tble tr td.incl-pak img {
    margin-right: 10px;
}

/*Client Companies*/
.adm-cmp .performance01 td {
    font-size: 12px !important;
    border-left: solid 1px #e2e2e2 !important;
}
.adm-cmp .performance01 th {
    text-align: center !important;
}
.adm-cmp .performance01 .text-align-left {
    text-align: left !important;
    padding-left: 10px;
}
.purl {
    color: #00acee;
    text-decoration: underline;
    padding: 7px 5px 7px 5px;
}
.purl:hover {
    text-decoration: none;
}

/*Client Companies*/

/*Am Contacts*/


.am-contact-wrp {
    border: solid 1px #f00;
    background: none !important;
}
.dd {
    background: #7cb342;
}
.adm-cont .performance01 td {
    border-left: 1px solid #e2e2e2 !important;
    font-size: 12px !important;
}
.adm-cont .performance01 th {
}
.mt-cnt {
    margin: 0 auto;
    background: #01a9f4 !important;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
}
.op-cnt {
    margin: 0 auto;
    background: #7cb342 !important;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
}
.am-cnt {
    background: #ffffff none repeat scroll 0 0;
    border-color: none !important;
    border-radius: none !important;
    border-style: none !important;
    border-width: none !important;
    margin: 0 0 17px;
    min-height: 450px;
}
.meet-sub {
    font-family: 'Poppins', sans-serif;
}

/*AM Contacts*/

/*Client Revenue*/

.revenue-tab .border-r {
    border-right: solid 1px #e2e2e2 !important;
}
.revenue-tab .nav-tabs li {
    margin: 0px !important;
}
.revenue-tab .nav-tabs li a {
    margin: 0px !important;
    padding: 12px 15px 7px 15px;
    border-bottom: solid 3px #fff;
}

/*Client Revenue*/

/*Client Financial Report*/

.fin-tbl .performance01 th {
    padding: 13px !important;
    border-bottom: none !important;
}
.fin-tbl .performance01 td {
    padding: 10px !important;
}

/*Client Financial Report*/

/*Client ToDos*/


.todo-tab .border-r {
    border-right: solid 1px #e2e2e2 !important;
}
.todo-tab .nav-tabs li {
    margin: 0px !important;
}
.todo-tab .nav-tabs li a {
    margin: 0px !important;
    padding: 12px 15px 7px 15px;
    border-bottom: solid 3px #fff;
}

/*Client ToDos*/

/*Am opportunities*/

.performance02 {
    font-family: 'Poppins', sans-serif;
}
.performance02 td:first-child {
    border-right: solid 1px #e2e2e2 !important;
}

/*Am opportunities*/

/*Am Lead Report*/

.amlead-report-tab {
}
.amlead-report-tab {
    background: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0;
}
.amlead-report-tab ul {
    margin: 0 0 10px 0;
    background: #fff;
    border-bottom: solid 1px #d7d9de !important;
    padding: 0px;
}
.amlead-report-tab ul li {
    float: left;
}
.amlead-report-tab ul li a {
    color: #000;
    font: 400 14px 'Poppins', sans-serif !important;
}
.amlead-report-tab .resp-tabs-list li {
    padding: 7px 10px 5px 10px !important;
    text-align: left;
    margin-right: 0px !important;
    border-bottom: solid 3px #fff !important;
}
.amlead-report-tab .resp-tabs-list li.active {
    border-bottom: solid 3px #8bc53f !important;
    margin-right: 0px !important;
}
.amlead-report-tab .nav-tabs li {
    margin: 0px !important;
}
.amlead-report-tab .nav-tabs li a {
    margin: 0px !important;
    border-bottom: solid 3px #fff;
}
.border-r {
    border-right: solid 1px #e2e2e2 !important;
}
.am-lead-box {
    width: 100%;
    border-bottom: solid 2px #01a9f4;
    padding: 0 0 20px 0;
    text-align: center;
    color: #212121;
    margin-bottom: 35px;
}
.am-lead-box h2 {
    font: 500 32px 'Poppins', sans-serif;
    padding: 15px 0 5px 0;
    margin: 0px;
    line-height: 22px;
}
.am-lead-box h3 {
    font: 500 20px 'Poppins', sans-serif;
    text-align: left;
    border-bottom: solid 2px #01a9f4;
    color: #01a9f4;
    position: relative;
}
.am-lead-box h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #01a9f4;
}
.grn {
    border-bottom: solid 2px #649a1f;
}
.grn1 {
    border-bottom: solid 2px #649a1f !important;
    color: #649a1f !important;
}
.am-lead-box h3.grn1:after {
    border-top: 9px solid #649a1f;
}
.org {
    border-bottom: solid 2px #e65100;
}
.org1 {
    border-bottom: solid 2px #e65100 !important;
    color: #e65100 !important;
}
.am-lead-box h3.org1:after {
    border-top: 9px solid #e65100;
}
.am-lead-box span {
    font-size: 15px;
}
.amlead-graph {
    min-height: 280px;
}
.am-leade-table {
    float: left;
    width: 100%;
    background: #fff;
}
.amlead-tbls {
    font: 300 13px 'Poppins', sans-serif;
    color: #212121;
}
.amlead-tbls td {
    color: #212121 !important;
    border-right: solid 1px #e2e2e2 !important;
    font: 300 12px 'Poppins', sans-serif;
    padding: 15px;
    border-bottom: solid 1px #e2e2e2 !important;
    word-break: break-all;
}
.amlead-tbls-bg {
    background: url("../images/perff.jpg") repeat;
}
.amlead-tbls th {
    padding: 13px;
    font-weight: 400;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2 !important;
    border-top: solid 1px #e2e2e2 !important;
    word-break: break-all;
}
.amlead-tbls td:last-child {
    border-right: none;
}
.amlead-tbls th:first-child {
    border-left: solid 1px #e2e2e2 !important;
}
.amlead-tbls td:first-child {
    border-left: solid 1px #e2e2e2 !important;
}
.amlead-tbls td a {
    color: #212121;
}
.amlead-tbls td.thh {
    width: 100% !important;
    border-right: none !important;
    font-size: 14px;
    font-weight: 500;
    border-left: solid 5px #679c23 !important;
    padding: 8px 10px;
    display: table-cell;
}
.organic-report-tab .resp-tabs-container {
    background: none;
}
.am-top {
    border-left: 5px solid #01a9f4;
    height: 54px;
}
.am-img {
    float: left;
    height: 50px;
    width: 50px;
}
.am-top span {
    padding: 19px 10px 10px 10px;
    float: left;
    font-size: 15px;
}
.to-do-s {
    padding-bottom: 12px !important;
}

/*Am Lead Report*/
.pad-rght {
    padding-right: 0px;
    margin-right: 0px;
}
.detl .date-range-field span.comparison {
    text-align: center !important;
    padding-top: 5px;
}
.select2-container.select_menu.validate.ne-select {
    margin-top: -2px;
}
.select2-container.select_menu.validate.ne-select .select2-arrow {
    margin-top: 2px;
}
.select2-container.discType.dt.dt-2 {
    top: 0;
    padding: 0;
    border: 1px solid #e2e2e2;
    left: 2px;
}
.select2-container.discType.dt.dt-2 a.select2-choice {
    height: 27px !important;
    border: none !important;
}
.s-lablwdt.aut-wid {
    width: auto;
}
.select2-container.dropdown.select-drop.dt2 {
    border: 1px solid #e2e2e2;
}
.select2-container.dropdown.select-drop.dt2 a.select2-choice {
    border: none !important;
}



.cnt-smmry{
    position: relative; 
}
.cnt-smmry .widget-title.dflex-space-betwn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.addto_klenty_btn {
    padding: 2px 10px;
    border: 1px solid #e1d8e2;
    background: #f7f7f7;
    border-radius: 7px;
}
.addto_klenty_btn.disabled,
.addto_klenty_btn.disabled:hover,
.addto_klenty_btn.disabled:focus {
    background: #efefef;
    color: #ccc;
}
.addto_klenty_btn:hover {
    background: #ebddff;
}
.addto_klenty_btn em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
}
.addto_klenty_btn .klenty_svg_wrap {
    display: inline-block;
    max-width: 50px;

}
.addto_klenty_btn .klenty_svg_wrap .klenty_svg {
    max-width: 12px;
    width: 12px;
    display: inline-block;
}
.addto_klenty_btn .klenty_svg_wrap .klenty_svg img {
    width: 100%;
    max-width: 100%;
}


/* CSS tooltip */
.csstooltip-toggle {
  cursor: pointer;
  position: relative;  
  }
  /*//Tooltip text container*/
  .csstooltip-toggle::before {
    position: absolute;
    top: -56px;
    left: -15px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #415f1e !important;
    content: attr(aria-label);
    padding: 5px;
    text-transform: none;
    transition: all 0.5s ease;
    width: 160px;
  }

  /*//Tooltip arrow*/
  .csstooltip-toggle::after {
    position: absolute;
    top: -11px;
    left: 61px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #909da2;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
  }
  
  /*//Setting up the transition*/
  .csstooltip-toggle::before,
  .csstooltip-toggle::after {
    color: #efefef;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
  }
  
  /*//Triggering the transition*/
  .csstooltip-toggle:focus::before,
  .csstooltip-toggle:focus::after,
  .csstooltip-toggle:hover::before,
  .csstooltip-toggle:hover::after {
    opacity: 1;
    transition: all 0.75s ease;
  }

/*===========================================*/

@media (max-width:1600px) {
    .opp {
        margin: 12px 0 !important;
    }
    .opp1 {
        margin: 12px 0 !important;
    }
    .opp2 {
        margin: 12px 0 !important;
    }
    .opp3 {
        margin: 12px 0 !important;
    }
    .num-t {
        margin: 5px 2px 0 0;
    }
    .tooltipp .tool-n.tooltiptext {
        left: 81px !important;
    }
    .tooltipp .tool-n-1.tooltiptext {
        left: -42px !important;
    }
}
@media screen and (max-width:1500px) {
    .opp {
        margin: 15px 0 !important;
    }
    .opp1 {
        margin: 15px 0 !important;
    }
    .opp2 {
        margin: 15px 0 !important;
    }
    .opp3 {
        margin: 15px 0 !important;
    }
    .num-t {
        margin: 5px 0px 0 0;
    }
    .tooltipp .tool-n.tooltiptext {
        left: 55px !important;
    }
    .tooltipp .tool-n-1.tooltiptext {
        left: -57px !important;
    }
    .wid-tle span {
        padding: 11px 0 0 6px;
    }
    .alignhead {
        margin: 2px 6px 0 0;
    }
    /*.adl_table_list td .owner {
        padding: 8px 5px !important;
    }*/
}
@media screen and (max-width:1400px) {
    .tooltipp .tool-n.tooltiptext {
        left: 46px !important;
    }
}
@media (max-width:1367px) {
    .cnt-status-dts{
        width: 68%;
    }
    .box-ico .bar{
        margin-top: 18px;
    }
    .box-ico{
        margin-bottom: 5px;
    }
    .img-box-wrp h3{
        font-size: 16px;
    }
    .b-ico{
        width: 40px;
        height: 40px;
        background-position: 7px 9px;
    }
    .b-icoo{
        width: 40px;
        height: 40px;
        background-position: 7px 8px;
    }
    .b-icooo{
        width: 40px;
        height: 40px;
        background-position: 10px 9px;
    }
    .stat2 .box-txt span {
        font-size: 13px;
        font-weight: 500;
    }
    .num-t {
        margin: 5px 0px 0 0;
    }
    /*.adl_table_list td .owner {
        height: 30px;
        width: 30px;
        padding: 8px 5px !important;
        font-size: 10px; 
    }*/
    /*.adl_table_list td .strechRound {
        height: 25px;
        padding: 4px 20px !important;
        width: auto;
        font-size: 12px;
    }*/
    .ver-listing-wrap .listing-count p {
        font-size: 13px !important;
    }
    .opp {
        margin: 18px 0 !important;
    }
    .opp1 {
        margin: 18px 0 !important;
    }
    .opp2 {
        margin: 18px 0 !important;
    }
    .opp3 {
        margin: 18px 0 !important;
    }
    .pie-lead-tex {
        /*right: -315px;*/
        right: -298px;
        top: 60px;
        /*width: 320px;*/
        width: 310px;
    }
    .conver-txt {
        width: 37%;
    }
    .page-opportunity-count-wrap .listing-count-wrap {
        padding-left: 5px !important;
    }
    .oppo-txt1 {
        font-size: 11px;
    }
    .listing-count-wrap span {
        font-size: 11px;
    }
    .page-opportunity-count-wrap .listing-count-wrap .total {
        font-size: 11px;
    }
    .sales-chart {
        padding: 75px 15px;
    }
    .calender-box span {
        font-size: 11px;
    }
    .gaBasicCol h4 {
        font-size: 12px !important;
    }
    .gaBasicCol p {
        font-size: 12px !important;
    }
    .gaBasicCol h3 {
        font-size: 30px !important;
    }
    .ver-listing-wrap .listing-count p {
        font-size: 11px;
    }
    .conver-txt {
        width: 25%;
        padding-right: 20px;
    }
    .wid-tle span {
        font-size: 12px;
    }
    .perf th {
        font-size: 12px !important;
    }
    .perff th {
        font-size: 12px !important;
    }
    .widget-title h2 {
        font-size: 17px;
    }
    .performance td {
        font-size: 12px !important;
    }
    .sclass3 {
        width: 13%;
    }
    .updwn span {
        font-size: 12px;
    }
    .month-report-table th {
        font-size: 12px !important;
    }
    .month-report-table td {
        font-size: 12px !important;
    }
}
@media screen and (max-width:1280px) {
    .box-ico .bar {
        width: 37%;
    }
    .none {
        font-size: 12px;
    }
    .num-t {
        margin: 5px 0px 0 0;
    }
    .ver-listing-wrap .listing-count p span {
        width: 164px;
    }
    .opp {
        width: 22% !important;
        padding-left: 5px !important;
    }
    .arr {
        right: -15px;
    }
    .arr span {
        font-size: 11px;
    }
    .ver-listing-wrap .listing-count p {
        font-size: 12px !important;
    }
    .box1 {
        font-size: 11px !important;
        padding: 10px 7px;
    }

    /*.box-1nw{font-size: 12px !important;}*/
    .box-1nw {
        font-size: 18px !important;
        margin-top: 10px;
    }
    .box2 {
        font-size: 12px !important;
    }
    .three-separate > div p {
        font-size: 12px;
    }
    .progress-large li span {
        font-size: 12px;
    }
    .opp-r p {
        font-size: 11px;
    }
    .pie-lead-tex ul li p {
        font-size: 14px;
    }
    .three-separate > div em {
        font-size: 35px;
    }
    .three-separate > div p {
        font-size: 11px;
        padding-top: 13px;
    }
    .page-opportunity-count-wrap > div {
        padding-left: 5px;
    }
    .calender-me-re-wrap {
        padding: 10px 5px;
    }
    .calender-box {
        width: 30%;
        padding: 5px;
        font-size: 13px;
    }
    .calender-box span {
        padding-left: 5px;
        padding-top: 3px;
    }
    .cal-num1 {
        padding-top: 3px;
        height: 22px;
    }
    .cal-num2 {
        padding-top: 3px;
        height: 22px;
    }
    .cal-num3 {
        padding-top: 3px;
        height: 22px;
    }
    .fc-header-left {
        width: 18%;
    }
    .tooltipp .tool-n.tooltiptext {
        left: 43px !important;
    }
    .tooltipp .tool-n-1.tooltiptext {
        left: -70px !important;
    }
    .dono {
        height: 328px;
    }
    .opp {
        margin: 21px 0 !important;
    }
    .opp1 {
        margin: 21px 0 !important;
    }
    .opp2 {
        margin: 21px 0 !important;
    }
    .opp3 {
        margin: 21px 0 !important;
    }
    .pie-lead-tex {
        right: -274px;
        /*right: -295px;*/
        top: 60px;
        /*width: 302px;*/
        width: 285px;
    }
    .box-ico-box1 {
        width: 18%;
    }
    .box-ico-box2 .bar {
        width: 38%;
    }
    .bar {
        width: 38%;
    }
    .stat2 .box-txt span.sp {
        font-size: 11px;
    }
    .stat2 .box-txt p {
        font-size: 11px;
        line-height: 18px;
    }
    .stat2 .box-txt span {
        font-size: 13px;
    }
    .gaBasicCol h4 {
        font-size: 12px;
    }
    .gaBasicCol p {
        font-size: 11px;
    }
    .gaBasicCol h3 {
        font-size: 30px;
    }
    .gaBasic {
        padding-bottom: 58px;
    }
    .box-ico-box2 {
        width: 38%;
    }
    .cont-tab .resp-tabs-list li.rm {
        margin-right: 0px;
    }
    .act-txt {
        width: 85%;
    }
    .conver-txt {
        width: 30%;
    }
    .active-pipeline-chart {
        padding: 55px;
    }
    .summary-count-label {
        font-size: 11px;
    }
    .updwn span {
        width: 100%;
    }
    .wid-tle span {
        font-size: 12px;
    }
    .perf th {
        font-size: 11px !important;
    }
    .perff th {
        font-size: 11px !important;
    }
    .widget-title h2 {
        font-size: 16px;
    }
    .performance td {
        font-size: 11px !important;
    }
    .sclass3 {
        width: 13%;
    }
    .updwn span {
        font-size: 11px;
    }
    .oppo-txt1 {
        font-size: 12px;
        float: none;
        width: 70%;
        text-align: left;
    }
    .use {
        margin-right: 10px;
    }
    .page-opportunity-count-wrap > div {
        padding-left: 4px;
    }
    .act-op {
        margin-top: 10px
    }
    .act-op1 {
        margin-top: 10px
    }
    .dono {
        height: 306px;
    }
    .month-report-table th {
        font-size: 11px !important;
    }
    .month-report-table td {
        font-size: 11px !important;
    }
    .srl .content {
        height: 131px;
        height: 157px;
    }
    .sales-chart {
        padding-top: 125px;
    }
    .meeting-doc-box-r {
        width: 85%;
    }
    .adm-cmp .performance01 td {
        font-size: 12px !important;
    }
    .adm-cmp .performance01 th {
        font-size: 12px !important;
    }
}

/* fill green radio and checkbox button starts */
/* == Radio == */
.fill-rad input[type="radio"] {
    display: none;
}
.fill-rad input[type="radio"] + label {
    color: #424242;
    font-weight: 300;
    font-size: 13px;
    cursor:pointer;
}
.fill-rad input[type="radio"] + label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -3px 4px 0 0;
    vertical-align: middle; 
    border-radius: 50%;
    background-color: #efefef;
    border: 1px solid #ccc;
    background-image: none;
}
.fill-rad input[type="radio"]:checked + label span {
    background-color: #7cb342;
    border: 1px solid #7cb342;
    background-image: none;
}
.fill-rad input[type="radio"] + label span, input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

/* == Checkbox == */
.fill-check input[type="checkbox"] {
    display: none;
}
.fill-check input[type="checkbox"] + label {
    color: #424242;
    font-weight: 300;
    font-size: 13px;
    cursor:pointer;
}
.fill-check input[type="checkbox"] + label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    background-color: #efefef;
    border: 1px solid #ccc;
    background-image: none;
}
.fill-check input[type="checkbox"]:checked + label span {
    background-color: #7cb342;
    border: 1px solid #7cb342;
    background-image: none;
}
.fill-check input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
/* fill green radio and checkbox button ends */
.pos-r{position: relative;}
@media(max-width: 769px){
    .medium-graf-wrp{
        padding-top: 0;
    }
    .conver-txt{
        padding-top: 0;
    }
}
@media(max-width: 667px){
    .no-pad-mob{
        padding: 0 !important;
    }
    #div_breadcrumbs{
        display: none;
    }
    .hor-scroll-mob{
        overflow-x: auto;
        display: block;
        float: none;
        clear: both;
        border: 1px solid #e6e6e6;
    }
    .medium-graf #conversion-by-medium{
        height: 450px !important;
    }
    .conv_med{
        float: none;
    }
    .conversion-content-wrap{
        float: none;
        border-bottom: none;
    }
    .conversion-content-wrap .listing-count-wrap{
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .conver-txt{
        width: 100%;
        padding: 15px;
        position: relative;
        font-size: 1.5rem;
    }
    .conv_med .medium-graf-wrp{
        padding-top: 0;
        height: 480px !important;
    }
    .medium-graf{
        padding-top: 0;
        width: 100%;
        height: 480px !important;
    }
    .highcharts-legend{
        bottom: 5px !important;
    }
    #dashboardContent .widg_hdg{
        max-width: 71%;
    }
    #dashboardContent span{
        position: relative;
    }
    #dashboardContent .alignhead{
        position: absolute;
        top: 0px;
        right: 0;
    }
    .graph-summery-chart.active-pipeline-chart{
        width: 100% !important;
        padding: 15px !important;
    }
    .graph-summery-label.active-pipeline-txt{
        width: 100% !important;
    }
    #div_breadcrumbs{display: none;}
    .sort{
        margin: 5px 2px 0 0;
    }
    
}
@media(max-width: 368px){

    .rightcol .sort-content{
        width:297px;
    }
    .rightcol .sort-active{
        padding: 10px 20px;
    }
    .rightcol .sort-content ul {
        padding: 10px 2px;
    }
    .rightcol .sort-content ul li{
        width: 33%;        
        margin-bottom: 8px;
        min-height: 60px;
    }
    .right-content-single-wrap .sort-content {
        left: -26px;
    }
    .right-content-single-wrap .sort-content:before {
        left: 12%;
    }

}