@font-face {
    font-family: 'nunito_sanslight';
    src: url('../fonts/nunitosans-light-webfont.woff2') format('woff2'),
    url('../fonts/nunitosans-light-webfont.woff') format('woff'),
    url('../fonts/nunitosans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunitosans-regular-webfont.woff2') format('woff2'),
    url('../fonts/nunitosans-regular-webfont.woff') format('woff'),
    url('../fonts/nunitosans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../fonts/nunitosans-semibold-webfont.woff2') format('woff2'),
    url('../fonts/nunitosans-semibold-webfont.woff') format('woff'),
    url('../fonts/nunitosans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans-Bold.woff') format('woff'),
        url('../fonts/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nunito_sansextrabold';
    src: url('../fonts/nunitosans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/nunitosans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunito_sansblack';
    src: url('../fonts/nunitosans-black-webfont.woff2') format('woff2'),
         url('../fonts/nunitosans-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'nunito_sansregular';
    background: #edf0f5;
}

h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'nunito_sanssemibold';
}

a,
a:hover,
a:active,
a:focus {
    box-shadow: none;
    outline: none;
    color: #6473e6;
}

.navbar-nav>li:focus,
.navbar-nav>li:focus a,
.navbar-nav>li a:focus {
    border: none;
    box-shadow: none;
    outline: none;

} 

.navbar-fixed-top .navbar-brand .logo {
    max-height: 40px;
    display: none;
}

.menu-icon .navbar-fixed-top .navbar-brand .logo {
    display: block;
}

#leftsidebar {
    width: 240px;
}

#leftsidebar, .navbar-fixed-top .navbar-brand {
    background: #fff;
}

.navbar-fixed-top .navbar-brand .name {
    color: #6473e6;
}

.box-container {
    max-width: 1140px;
    margin: auto auto auto 30px;
}

.box-containerD{
    max-width: 1500px;
    margin: auto auto auto 30px;
}

.block-header {
    margin: 30px 0 40px; 
}

.block-header h2 {
    font-size: 24px;
}

.sub-titles, .sub-titles-light {
    font-size: 18px;
    margin-bottom: 0;
}

.sub-titles-light {
    font-family: 'nunito_sanslight';
}

.sub-titles span, .sub-titles-light span {
    color: #4ece3d;
}

.rounded-links, .dark-btn {
    background-color: #b3afe9;
    color: #fff;
    font-size: 11px;
    font-family: 'nunito_sanssemibold';
    padding-top: 1px;
    padding-bottom: 1px;
    
}

.rounded-links:hover, .rounded-links-active {
    background-color: #6473e6;    
    color: #fff;
}

.rounded-links:focus, 
.dark-btn:focus {
    box-shadow: none;
}

.dark-btn {
    background-color: #192580;
}

.dark-btn:hover {
    background-color: #6473e6;
}

.pad-form{
    padding: 3px 25px;
    width: 120px;
}

.pad-high{
    padding: 3px 25px;
    position:absolute; 
    top:-1px; 
    right: 40px;
}

.right-down{
    justify-content: flex-end;
    display: flex;
}

.position{
    vertical-align:top;
}
.custom-card {
    box-shadow: 0 0px 10px #ddd;
    border: none;
    color: #000;   
}

.custom-card .card-header {
    margin-left: 12px;
    margin-right: 12px;
    border-bottom-color: #ccc; 
    font-family: 'Nunito Sans';
    background: transparent;

}

.custom-card .card-header img {
    max-width: 36px;
    max-height: 36px;
    margin-right: 5px;
}

.custom-card .card-body {
    padding: 15px 12px 10px;
    min-height: 145px;
}

.custom-card .body-height-auto {
    min-height: inherit;
}

.header-count {
    font-family: 'nunito_sanssemibold';
    font-size: 21px;     
    padding-top: 3px;
}

/*.header-info, .header-count-blue {*/
.header-info {  
    font-size: 18px;
    font-family: 'nunito_sanssemibold';
    line-height: 18px;
}

.header-count-blue {
    color: #6473e6;
}

.card-body-listing {
    padding: 0;
    margin: 0;
}

.card-body-listing li {
    font-family: 'nunito_sanslight';
    font-size: 14px;     
    padding-bottom: 3px;
}       

.card-body-listing li span {
    font-size: 18px;    
}

.card-body-listing li span span, .header-count span {
    font-size: 10px;
    color: #808080;
    font-family: 'nunito_sanssemibold';
}

.header-count span.header-blue-percentage {
    font-family: 'nunito_sanssemibold';
    color: #6473e6;
}

.card-body-listing li.listing-last-child {
    bottom: 5px;
    width: calc(100% - 24px);
}

#main-menu li img {
    max-width: 30px;
    margin-right: 10px;    
    min-width: 30px;
    max-height: 30px;
}

#main-menu li a span {
    padding-top: 7px;
}

#main-menu li a strong {
    background: #ff0000;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 9px;
    border-radius: 16px;
    line-height: 18px;
    margin-top: 9px;
    margin-left: 5px;
}

#main-menu li li a strong {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 3px;
}

.menu-icon #main-menu li a strong {
    position: absolute;
    margin-top: 0px;
    margin-left: 22px;
}

.reload-img {
    width: 20px;
    margin: -8px 0px 0px 1px;
}

#leftsidebar .metismenu>li a:hover {
    color: #6473e6;
}

#leftsidebar .metismenu>li.active a,
#leftsidebar .metismenu>li.active li a:hover {
    background-color: transparent;
    color: #6473e6;
}

#leftsidebar .metismenu>li.active li a:hover img {
    fill: #6473e6;
}

#leftsidebar .metismenu>li.active li a {
    color: #808080;
}

.sidebar .metismenu a {
    padding-top: 4px: 
    padding-bottom: 4px;
    color: #4d4d4d;
    font-family: 'nunito_sanssemibold';   
}

.metismenu .has-arrow:after {
    font-size: 20px;
    top: 9px;
}

.sidebar .metismenu>li.active::before {
    left: 50px;
    background-color: #999999;
    top: 60px;
    height: calc(100% - 82px);
}

.sidebar .metismenu ul a::before {
    background-color: #fff;
    border: 2px solid #999999;
    left: 48px;
}

.sidebar .metismenu ul a {
    padding-left: 67px;
    font-family: 'nunito_sanssemibold';   
}

.navbar-right li a img {
    max-width: 16px;
    margin-right: 5px;
    margin-top: -5px;
}

.navbar-right li a img.user-pic-top-right {
    max-width: 30px;
}

.navbar-right li a.icon-menu {
    color: #4d4d4d;
    font-family: 'nunito_sanssemibold';   
}

.user-pic {
    padding: 8px 15px; 
    margin-bottom: 5px;
    margin-top: 20px;
}

#main-menu .user-pic img {
    width: 64px;
    max-width: inherit;
    max-height: inherit;
}

#main-menu .user-pic span {
    color: #000;
    font-size: 14px;
    font-family: 'nunito_sanssemibold';      
}

#main-menu .user-pic .rounded-links {
    display: inline-block;
    padding:  3px 25px;
    color: #fff;
    margin-left: 10px;
}

#main-menu .user-pic .rounded-links:hover {
    color: #fff;
}

#main-menu .user-pic .user-sublinks a, 
.navbar-nav .user-profile .user-pic .user-sublinks a {
    display: inline-block;
    padding: 0;
    font-size: 11px; 
    color: #808080;
    font-family: 'nunito_sansregular';
}

.green-text {
    color: #4ece3d !important;
}

.navbar-fixed-top .navbar-brand .name img {
    width: 70px;
}

.menu-icon .user-pic .media-body {
    display: none;
}

.menu-icon #main-menu .user-pic img {
    max-width: 28px;    
}

.multiselect_div>.btn-group .btn {
    border-radius: 20px;
    border: none;
    /*box-shadow: 0 0 5px #ddd;*/
    color: #6473e6;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
}

.multiselect_div>.btn-group .btn:focus {
    box-shadow: none;
}

.multiselect_div>.btn-group ul {
    width: 100%;    
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;    
    font-family: 'nunito_sanssemibold';
    font-size: 12px;
}

.multiselect-custom+.btn-group ul.multiselect-container>li>a label.radio:before {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
}

.input-daterange .col-6:after {
    position: absolute;
    content: ' ';
    right: 27px;
    top: 4px;
}

.dropdown-toggle::after, .input-daterange .col-6:after {
    border: solid #6473e6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.input-daterange .col-6:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.multiselect_div>.btn-group .btn:after {
    top: 4px;
}

.dropdown-menu>li>a {
    color: #6473e6;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #4d4d4d;
}

.blue-dd>.btn-group .btn, .blue-input {
    background-color: #b3afe9;
    color: #fff
}

.blue-input {
    background-color: #b3afe9;
    color: #fff;
    border-radius: 20px !important;
    padding: 1px 12px;
    font-size: 12px;
    font-family: 'nunito_sanssemibold';
}

.input-daterange .blue-input {
    text-align: left;
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td.day,
.datepicker table tr td,
.datepicker table tr th {
    font-family: 'nunito_sansregular';
    font-size: 11px;
    color: #000;
}

.datepicker table tr th {
    color: #808080;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev {
    font-size: 13px;
    color: #000;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
    background-color: #6473e6;
    color: #fff;
    border-radius: 50%;
}

.blue-input:-ms-input-placeholder { /* Edge */
    color: #fff;

}

.blue-input:placeholder { /* Internet Explorer */
    color: #fff;

}

.blue-input::-webkit-input-placeholder {
    color: #fff;

}

.blue-input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.blue-dd .dropdown-toggle::after {
    border: solid #fff;    
    border-width: 0 2px 2px 0;
}

.btn-toggle-show img {
    max-width: 30px;
}

.navbar-nav ul.notifications {
    background: #3e3e3f;
    border-color: #3e3e3f;
    max-height: 430px;
}

.navbar-nav ul.notifications li.header {
    color: #fff;
}

.navbar-nav ul.notifications li {
    border-bottom: 1px solid #555;
}

.navbar-nav ul.notifications li .timestamp {
    color: #777;
}

.navbar-nav ul.notifications li .media-body,
.navbar-nav ul.notifications li.footer a {
    color: #fff;
}

.navbar-nav .icon-menu .notification-dot {
    width: 14px;
    height: 14px;
    font-size: 10px;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #6473e6;
}

.navbar-nav .user-profile {
    width: auto;
}

.navbar-nav .user-profile .user-pic {
    margin: 5px;
}

.navbar-nav .user-profile .user-pic .media-body {
    color: #000;
}

.navbar-nav .user-profile .user-pic .rounded-links {
    padding: 3px 25px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.menu-icon .sidebar .metismenu li .collapse,
.menu-icon .sidebar .metismenu li.hover > a {
    background: #b3afe9;
}

.menu-icon .sidebar .metismenu li ul li a {
    padding-left: 40px;
    color: #fff;
}

.menu-icon #leftsidebar {
    width: 60px;
}

.menu-icon #leftsidebar .metismenu li ul li a:hover {
    background: #6473e6;
    color: #fff;
}

.menu-icon .sidebar .metismenu ul a::before {
    left: 20px;
    border-color: #6473e6; 
}

.menu-icon #leftsidebar .metismenu li ul li a:hover:before {
    border-color: #fff; 
    background: #6473e6;
}

#leftsidebar-nav li:hover a img {
    display: none;
}

#leftsidebar-nav li a img.hover-img,
#leftsidebar-nav li.active a img {
    display: none
}

#leftsidebar-nav li:hover a img.hover-img,
#leftsidebar-nav li.active a img.hover-img {
    display: block;
}

.multiselect_div .input-group-text {
    border: none;
    background-color: transparent;

}

.multiselect_div .input-group > .form-control {
    border-radius: 20px;
    font-size: 11px;
    padding-left: 40px;
}

.multiselect_div .filter {
    margin-left: .5rem !important;
    margin-top: .5rem;
}

.multiselect_div>.btn-group .btn .multiselect-selected-text {
    max-width: 85%;
    overflow: hidden;
}

.multiselect_div .input-group .input-group-prepend {
    margin-right: -40px;
    z-index: 5;
}

.multiselect_div .multiselect-custom+.btn-group ul.multiselect-container>li>a label.checkbox {
    font-size: 12px;
}

.multiselect_div .multiselect-custom+.btn-group ul.multiselect-container>li>a label.checkbox:before {
    border: none;
    width: 0;
    height: 0;
    margin-right: 0;
    font-size: 0;
}

.links-all,
.header-count .links-all {
    font-family: 'nunito_sanssemibold';
    font-size: 12px;
    color: #6473e6;
}

.pro-info {
    font-family: 'nunito_sanssemibold';
    font-size: 12px;
    line-height: 16px;    
}

.extra-section-space {
    margin-top: 20px;
}

.back-link {
    font-family: 'nunito_sanssemibold';
    font-size: 12px;
    color: #6473e6;
}

.custom-input {
    height: 20px;
    border-radius: 20px;
    border: none;
    margin-top: 3px;
    color: #6473e6;
    font-size: 12px;
    /*box-shadow: 0 0 5px #ddd;*/
}

.table-content {
    width: 200px;
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

th, td { 
    white-space: nowrap;     
}

.dataTables_filter,
.dataTables_info {
    display: none;
}

table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: transparent;
}

table.dataTable th,
table.dataTable td:nth-child(even),
table.dataTable tbody tr:hover td {
    background: #edf0f5; 
    
}

table.dataTable tbody tr:hover td:nth-child(even) {
 background: #dce2eb;  
 
}

table.dataTable tbody td {
    font-family: 'nunito_sansregular';
    font-size: 12px;
    color: #000;
    padding: .4rem 25px .4rem 15px;
    /*border-bottom: 1px solid #ddd;*/
}

table.dataTable thead th {
    font-family: 'nunito_sansextrabold';
    font-size: 12px;
    color: #000;
    padding: .2rem 25px .2rem 15px;
    
    
}

.warning-table table.dataTable thead th {
    padding: 1rem 25px 1rem 15px;
    background: #fcdbb4;
}

table.dataTable thead th,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

table.dataTable thead th.thead-titles {
    border-bottom: 1px solid #ddd;
}

.DTFC_LeftHeadWrapper,
.DTFC_LeftBodyWrapper {
    /* box-shadow: 3px 0 2px #ccc; */
    box-shadow: 4px 4px 9px #bbb;
    z-index: 2;
}

.dataTables_scrollHead {
    box-shadow: 0px 4px 5px #ccc;
    z-index: 1;
}


.firstCharacter:first-letter {
    text-transform: capitalize
  }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    /*background-image: url("../img/row-filter-icon.svg") ;
    background-position: center right;
    background-repeat: no-repeat; 
    background-size: 18px 18px;*/
    background-image: none;
}

table.dataTable thead th.no-arrows {
    background-image: none;
}

/*attenzione rimuove le frecce per il sorting, ma non lo impedisce*/
table.dataTable > thead > tr > th[class*="sort"]:after{
    content: '' !important;
}

table.dataTable > thead > tr > th[class*="sort"]:before{
    content: '' !important;
}
/*attenzione rimuove le frecce per il sorting, ma non lo impedisce*/

.dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

.small-btn,
.small-btn:focus,
.small-btn:hover,
.big-btn,
.big-btn:focus,
.big-btn:hover {
    width: 120px;
    height: 20px;
    font-family: 'nunito_sansregular';
    font-size: 11px;
    color: #fff;
    padding: 0;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
    pointer-events: none; 
}


.big-btn,
.big-btn:focus,
.big-btn:hover {
    width: 180px;
}

.btn-success {
    background: #51c75b;
    border-color: #51c75b;    
}

.btn-primary {
    background: #5a88d1;
    border-color: #5a88d1;    
}

.btn-default-btn {
    background: #374e64;
    border-color: #374e64;       
}

.btn-info {
    background: #cccccc;
    border-color: #cccccc;       
}

.btn-warning {
    background: #fbaf3a;
    border-color: #fbaf3a;       
}

.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;
}

.search-input i {
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 12px;
    color: #999999;
}

.search-input .custom-input {
    padding-left: 30px;
}

.lead-count {
    font-size: 12px;
    font-family: 'nunito_sansblack';
    color: #4d4d4d;
}

.total-lead-count {
    font-family: 'nunito_sanssemibold';
}

.table-action-icons a {
    color: #4d4d4d;
    font-size: 15px;
}

table .multiselect_div>.btn-group .btn,
table .form-control {
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    min-width: 170px;
}

table .multiselect_div>.btn-group .btn:after {
    border-color: #b3b3b3;
}

table .dropdown-menu>li>a {
    color: #999999;
}

table .dropdown-menu>li.active>a,
table .dropdown-menu>li:hover>a,
table .multiselect-custom+.btn-group ul.multiselect-container>li.active a:hover,
table .multiselect-custom+.btn-group ul.multiselect-container>li.active a:focus {
    color: #000;
    background: transparent;
}   

table .multiselect-custom+.btn-group ul.multiselect-container>li.active .radio,
table.dataTable tbody td a {
    color: #000;
}

table.dataTable tbody td.zero-color {
    color: #0080ff;
}

table.dataTable tbody .info-row td,
table.dataTable tbody .info-row td.zero-color {
    color: #b3b3b3;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #4d4d4d;
}

.tooltip-inner {
    background-color: #4d4d4d;
    font-family: 'nunito_sansregular';
    font-size: 9px;
    color: #fff;
    padding: 15px;
}

.manage-spacing {
    margin-bottom: 1.5rem;
}

.custom-warning, .custom-danger,
.custom-info, .custom-default,
.custom-primary, .custom-success {  
    background: #fef1df;
    border-color: #fbb03b;    
    padding: 1.5rem;
    font-size: 12px;
    font-family: 'nunito_sanslight';
    color: #000;    
    margin-bottom: 50px;
}

.custom-danger {
    background: #ffe8e8;
    border-color: #ff6969;
}  

.custom-info {
    background: #efefef;
    border-color: #808080;
}

.custom-default {
    background: #dfe7ea;
    border-color: #374e64;
}

.custom-primary {
    background: #eef6ff;
    border-color: #5a88d1;
}

.custom-success {
    background: #edfced;
    border-color: #51c75b;
}

.custom-warning .alert-title,
.custom-danger .alert-title,
.custom-info .alert-title,
.custom-default .alert-title,
.custom-primary .alert-title,
.custom-success .alert-title {
    font-size: 14px;
    color: #fbb03b;
    font-family: 'nunito_sanssemibold';    
}

.custom-warning a,
.custom-danger a,
.custom-info a,
.custom-default a,
.custom-primary a,
.custom-success a {
    font-family: 'nunito_sanssemibold';
    color: #fbb03b;
}  
 
.custom-primary .alert-title,
.custom-primary a,
.custom-primary .close {
    color: #5a88d1;
}  
 
.custom-success .alert-title,
.custom-success a,
.custom-success .close {
    color: #51c75b;
}

.custom-default .alert-title,
.custom-default a,
.custom-default .close {
    color: #374e64;
}

.custom-info .alert-title,
.custom-info a,
.custom-info .close {
    color: #808080;
}

.custom-danger .alert-title,
.custom-danger a,
.custom-danger .close {
    color: #ff6969;
}

.custom-warning .close {    
    color: #fbb03b;
} 

.custom-table {
    font-family: 'nunito_sansregular';
    font-size: 12px;
    color: #000;
    max-height: 350px;
    overflow-y: auto;
}

.custom-table th:first-child,
.custom-table td:first-child {
    padding-left: 0;
}  

.custom-table th:last-child,
.custom-table td:last-child {
    padding-right: 0;
} 

.custom-table td {
    border: none;
} 

.custom-table td, .custom-table th {
    padding: .4rem;
}

.custom-table thead th {
    border-bottom: 1px solid #ddd;
    border-top: none;
    padding-bottom: 13px;
    padding-top: 0;
}

.custom-table tr:first-child td {
    padding-top: 15px;
}

.custom-table th, .custom-table .product-type, .custom-table .table-price {
    font-family: 'nunito_sanssemibold';
}   

.custom-table th {
    color: #666666;
}

.custom-table .table-price,
.pro-price {
    color: #4ece3d;
}

.custom-table img {
    max-height: 18px;
    max-width: 18px;
    vertical-align: top;
    margin-left: 5px;
}

.pro-info {
    font-family: 'nunito_sanssemibold';
    font-size: 12px;
    line-height: 16px;    
}

.fixed_header{    
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 350px;
}

.fixed_header thead tr {
   display: block;   
}

.fixed_header th, .fixed_header td {  
  width: 200px;
}

.apexcharts-toolbar {
    display: none !important;
}

.apexcharts-tooltip.light .apexcharts-tooltip-title {
    border: none !important;
    background: none !important;
    padding-bottom: 0;    
}

.apexcharts-tooltip-series-group.active .apexcharts-tooltip-marker,
.apexcharts-tooltip-text-label {
    display: none !important;
    font-family: 'nunito_sanssemibold' !important;
}

.apexcharts-tooltip-text-value {
    margin-left: 0 !important;
}

.apexcharts-tooltip-y-group {
    padding: 0 !important;
    color: #4ece3d;
}
	
.border-left {
    border-left: 2px solid #999999 !important;

}

.border-right {
    border-right: 2px solid #999999 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

#nouislider_basic_example,
#nouislider_range_example {
    display: none;
}

body, html {
    height: 100%;
}

.login-block {
    display: block;
    width: 100%;
    margin: 0 15px;
    max-width: 420px;
    height: 420px;
    background-color: #fff;
    box-shadow:0 0px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.logo-img {
    padding: 40px 0;
}
.logo-img img {
    max-width: 160px;
}
.logo-subtitle {
    font-size: 21px;
    color: #5d6db1;
    font-family: 'nunito_sanssemibold';
}
.login-form {
    max-width: 280px;
}
.login-form .form-control {
    border-radius: 16px;
    height: 30px;
    border-color: #b3b3b3;
}
.login-btn {
    font-size: 15px;
    height: 30px;
    margin-bottom: 20px;
}

.custom-checkbox {
    margin-top: -1px;
}



.new-member {
    margin-top: 30px;
}

.new-member a {
    font-size: 14px;
    font-family: 'nunito_sanssemibold';
    color: #999999;
}

.forgot-password {
    color: #5d6db1;
}

.forgot-password:hover {
    color: #192580;
}

/***************************** Product Page *****************************/
.product-block {
    padding: 20px;
    background-color: #fff;
    box-shadow:0 0px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    color: #000;
    overflow: hidden;
    margin: 10px 0;
}
.prod-title {
    font-size: 20px;
    font-family: 'Nunito Sans';
    color: #000;
    text-transform: uppercase;
}
.prod-cat-info {
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
.product-infos {
    font-size: 12px;
    font-family: 'Nunito Sans';
    color: #000;
    line-height: 14px;
}
.product-infos .rating-star {
color: #fbb03b;
}
.product-infos .status{
    color: #ff0000;
}
.prod-price {
    font-size: 18px;
    font-family: 'Nunito Sans';
    color: #000;
    padding: 7px 0;
}
.prod-price span {
    color: #4ece3d
}
.prod-tag {
    right: 0;
    bottom: 0;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-top-left-radius: 30px;
    color: #fff;
    font-family: 'nunito_sansblack';
    font-size: 14px;
}
.tag-blue {
    background-color: #5a88d1;
}
.tag-orange {
    background-color: #fbb03b;
}
.tag-pink {
    background-color: #374e64;
}
.tag-dark-red {
    background-color: #e3314b;
}
.tag-grey {
    background-color: #cccccc;
}
.tag-green {
    background-color: #51c75b;
}
.custom-product-counts .multiselect_div {
    max-width: 70%;
}
.custom-product-counts .lead-count {
    float: right;
    margin-top: -18px;
}
.box-container-boxed .block-header {
    margin-bottom: 10px;
}


/***************************** Product Detail Page *****************************/
.custom-nav-tabs .tab-content {
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0, .1);
    padding: 40px;
    border-radius: 10px;
    border-top-left-radius: 0;
    color: #000;
}
.custom-nav-tabs .nav-tabs .nav-link {
    border: none;
}
.custom-nav-tabs .nav-tabs .nav-link img {
    width: 24px;
    margin-right: 5px;
    vertical-align: bottom;
}
.custom-nav-tabs .nav-tabs .nav-link img.active-img {
    display: none;
}
.custom-nav-tabs .nav-tabs .active {
    color: #6473e6;
}
.custom-nav-tabs .nav-tabs .active img {
    display: none;
}
.custom-nav-tabs .nav-tabs .active img.active-img {
    display: inline;
}
.prod-descr-title {
    font-size: 11px;
    color: #808080;
    font-family: 'nunito_sansextrabold';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.download-text {
    font-size: 11px;
    color: #808080;
    font-family: 'nunito_sanssemibold';
}
.download-text img {
    height: 19px;
    width: 9px;
    vertical-align: bottom;
    margin-right: 5px;
}
.product-info-list {
    padding-left: 15px;
}
.normal-perc-count {
    font-size: 36px;
    font-family: 'Nunito Sans';
    color: #4ece3d;
}
.product-img-download:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .44);
    content: ' ';
}
.product-img-download .download-icon {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 14px;
    display: none;
}
.product-img-download:hover  .download-icon {
    display: block;
}
.landing-tab .multiselect_div {
    min-width: 160px;
}
.landing-tab .multiselect_div > .btn-group {
    border: 1px solid #b3b3b3;
    border-radius: 16px;
}
.landing-tab .multiselect_div > .btn-group .btn {
    color: #999;
}
.landing-tab .multiselect_div > .btn-group .dropdown-toggle::after {
    border-color: #999;
}
.landing-prod-block {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 1px 10px rgba(0,0,0, .2);
}
.landing-prod-info {
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Nunito Sans';
}
.landing-prod-title {
    font-size: 18px;
    
}
.landing-prod-title small {
    font-size: 12px;
    font-family: 'nunito_sanssemibold';
    color: #666666;
}
.landing-prod-times {
    font-size: 24px;
    color: #192580;
}
.landing-prod-price {
    color: #4ece3d;
}
.landing-prod-id {
    font-size: 12px;
    color: #666;
}
.track-title,
.copy-title,
.create-link-form label {
    font-size: 21px;
    font-family: 'Nunito Sans';
}
.tracking-form .form-control,
.create-link-form .form-control {
    border-radius: 16px;
    height: 30px;
    border-color: #b3b3b3;
}
.tracking-btn {
    font-size: 15px;
    height: 30px;
    margin-bottom: 20px;
}
.tracking-form .fancy-checkbox {
    margin-bottom: 10px;
}
.select-block-title, .tracking-form .fancy-checkbox {
    font-size: 14px;
    font-family: 'nunito_sanssemibold';
    color: #666666;
}
.tracking-form .fancy-checkbox {
    color: #000;
}   
.chart-block {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px 20px;
    margin-bottom: 30px;
    min-height: 465px;
    box-shadow: 0 1px 10px rgba(0,0,0, .2);
}
.chart-block .apexcharts-title-text,
.apexcharts-title-text {
    font-size: 18px;
    font-family: 'nunito_sanssemibold' !important;
    color: #666;
    font-weight: normal;
}
h3.apexcharts-title-text {
    padding-left: 25px;
}
#chart_donut {
    max-width: 380px;
    margin: 35px auto;
    padding: 0;
}
.selectable-link {
    display: block;
    padding: 20px;
    background-color: #b0bbff;
    border-radius: 10px;
    font-size: 18px;
    margin: 15px 0 30px;
    border: 1px solid #b3b3b3;
    font-family: 'nunito_sanssemibold';
}
.info-link {
    color: #808080;
    font-family: 'nunito_sanssemibold';
}


@media screen and (max-width: 1200px) {
    .box-container {
        margin: auto;
    }
    #leftsidebar {
        left: -260px;
    }
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 275px);
    }
    .header-info, .header-count {
        /*font-size: 15px;*/
        /*line-height: 18px;
        padding-top: 0;*/
    }        
    .header-with-blue {
        line-height: 18px;
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {    
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 65px);
    }
    .navbar-fixed-top .navbar-brand .logo {        
        margin-top: -6px;
    }
    .navbar-fixed-top .navbar-brand .logo {
        display: inline-block;
        
    }
    .mb-15 {
        margin-bottom: 12px;
    }
    .mb-30 {
        margin-bottom: 24px;
    }      
    .custom-card {
        margin-bottom: 12px;
    }             
    .header-with-blue {
        line-height: 1.5;
        padding-top: 3px;
    }
    .custom-product-counts .multiselect_div {
        max-width: 60%;
    }
    .info-link {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-fixed-top .container-fluid {
        padding-right: 0;
    }
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 45px);
    }
    #leftsidebar {
        left: -260px;
    }
    .navbar-fixed-top .navbar-brand {
        width: 30px;
        padding-right: 0;
    }
    .navbar-fixed-top .navbar-brand .logo {
        max-height: 30px;
        /*margin-top: -6px;*/
        margin-top: 0px;
    }
    .navbar-fixed-top .navbar-brand img {
        width: 20px;
    }
    .navbar-nav .icon-menu.mega_menu, .navbar-nav .icon-menu.create_new {
        display: inline-block;
        padding-left: 4px;
        padding-right: 4px;
    }
    .navbar-nav .dn-respo, .navbar-nav .icon-menu.create_new img {
        /*display: none !important;*/
    }
    .sub-titles, .sub-titles-light {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .custom-warning {
        margin-bottom: 12px;
    }
    .custom-danger {
        margin-bottom: 24px;
    }
    .first-warning {
        margin-bottom: 12px;
    }
    .second-warning {
        margin-bottom: 24px;
    }
    .extra-section-space {
        margin-top: 0;
    }
    .block-header {
        margin: 15px 0 20px; 
    }
    #nouislider_basic_example,
    #nouislider_range_example,
    .DTFC_LeftWrapper {
        display: none;
    }
    .lead-filter {
        height: 60px;       
        overflow: hidden; 
        transition: .4s ease-in-out;
    }
    .show-full {
        height: inherit;
        transition: .4s ease-in-out;
    }
    .show-more-filter {
        /* padding: 15px 10px 10px; */
        padding: 10px;
        font-size: 11px;
        color: #999999;
        font-family: 'nunito_sanssemibold';
    }
    .navbar-fixed-top .navbar-btn button {
        padding-right: 0;
    }
    .manage-spacing {
        margin-bottom: 12px;
    }
    .lead-count {
        padding-top: 35px !important;
    }
    .dataTables_filter {
        top: -67px;
    }
    .dataTables_filter, 
    .dataTables_filter label, 
    .dataTables_filter input {
        width: 100%;
    }
    .search-input i {
        top: -52px;
    }
    .custom-product-counts  {
        margin-bottom: 0 !important;
    }
    .custom-product-counts .multiselect_div {
        max-width: 100%;
    }
    .custom-product-counts .lead-count {
        margin-top: 0;
        padding-top: 15px !important;
    }
    .prod-title {
        font-size: 12px;
        line-height: 14px;
        display: block;
    }
    .custom-nav-tabs .nav-tabs .nav-link {
        font-size: 0;
    }
    .landing-detail .nav-tabs .nav-link {
        font-size: 16px;
    }
    .chart-block {
        min-height: inherit;
        padding: 20px 5px 10px;
    }
    .custom-nav-tabs .tab-content {
        padding: 25px;
    }
}