html {
    overflow-y: scroll;
}

a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a, a:active, a:visited, a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ffffff;
}

#globalAlertBox {
    display: none;
    color: white;
    padding: 20px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.alertBox {
    display: none;
    color: white;
    padding: 10px;
    margin: 0em 0.5em 1.5em 0.5em;
    text-align: left;
    font-size: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#globalAlertBox.error, .alertBox.error {
    background-color: #b60a00;
    color: white;
}

#globalAlertBox.warning, .alertBox.warning {
    background-color: orange;
    color: white;
}

#globalAlertBox.success, .alertBox.success {
    background-color: green;
    color: white;
}

.login-card-body label {
    font-weight: normal !important;
    font-size: 0.81em;
    position: relative;
    top: -0.1em;
}

.login-box-msg {
    font-size: 0.8em;
}

.login-page {
    height: 80vh;
}

.sidebar {
    padding-left: 0em;
    padding-right: 0em;
}

.nav .nav-header {
    background-color: #292f33;
    font-size: 0.8em;
    color: #788396;
    padding-left: 1.5em;
}

.nav-link, .nav-link:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.nav-link {
    margin: 0 !important;
    padding-left: 1.2em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.brand-link {

    text-align: right;
    padding-right: 3em;
}

.brand-link .brand-text {

    font-size: 1.1em;
}

.nav-icon {
    font-size: 1em !important;
}

.brand-link {
    border-bottom: none !important;
}

#logout {
    display: inline-block;
    padding: 0;
    padding-left: 0.5em;
    margin: 0;
    color: #17a2b8;
}

#logout:hover {
    color: red;
}

.brand-link {
    margin-left: 1.5em;
}

.main-sidebar {
    overflow-x: hidden !important;
}

.nav-menu-button {
    position: fixed;
    top: 8px;
    left: 5px;
    width: 35px;
    height: 35px;
    z-index: 9999999;

}

.nav-menu-button a {
    display: block;
    font-size: 1.5em;
    text-align: center;

}

.nav-menu-button a[data-widget="pushmenu"] {
    background-color: #343a40;
    top: 8px;
    left: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

.table th {
    color: #848484;
}

.table .sort-icon {
    color: #848484;
}

.table .sort-icon:hover {
    color: #000000;
}

.table th a {
    color: #848484;
}

.table th a:hover {
    color: #000000;
}

.table td, .table th {
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;

}

.table td.has-buttons {
    padding: 0.5em 0 0em 0;
}

.table td a.text-link {
    color: #17a2b8;
}

.table td a.text-link:hover {
    color: #138496;
}

.badge {
    padding-left: 0.3em;
}

.modal-scrollbar-measure {
    overflow: hidden !Important;
}

.card-add-provider a {
    color: #17a2b8;
    text-decoration: underline;
}

.card-add-provider a:hover {
    color: black;
    text-decoration: underline;
}

.card-add-provider {
    padding-bottom: 0em;

}

.card-add-provider ol {
    padding-left: 1em;

}

.card-add-provider li {
    margin-bottom: 1.5em;
}

.main-sidebar {
    height: 100%;
    overflow: hidden;
}

.sidebar {
    width: 110%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 10%; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

.card-title .fas {
    padding-right: 0.2em;
}

.content-header .row h4 {
    color: #17a2b8;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

select option:disabled {
    background-color: #ececec;
}

.leverages-selected {
    display: inline-block;
    margin-bottom: 0.5em;
}

.leverages-selected .badge {
    margin: 0.2em 0.2em;
    font-size: 0.9em;
    padding: 0.4em 0.5em;
}

.leverages-selected .badge-info .fa-times {
    padding-left: 0.4em;
    margin-left: 0.15em;
    font-size: 0.90em;
}

.leverages-selected .badge-info .fa-times:hover {
    color: red;
}

.leverages-list {
    position: relative;
    display: block;
    width: 100%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
}

.leverages-list .results {
    position: absolute;
    display: none;
    width: 95%;
    margin-left: 0.3em;
    top: -1px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-y: scroll;
    max-height: 200px;
    border: 1px solid #d4d4d4;
    z-index: 99999;
    background-color: white;
}

.leverages-list .results ul {
    background-color: white;
    padding: 0;
    margin: 0;
    width: 100%;
}

.leverages-list .results ul li {
    color: black;
    width: 100%;
    cursor: pointer;
    list-style: none;
    padding: 0.5em 0.8em;

}

.leverages-list .results ul li:hover {
    background-color: #efefef;
}

.leverages .badge {
    margin: 0.2em 0.2em;
    padding: 0.4em 0.5em;
}

.name-row {
    color: black !important;
}

.name-row:hover {
    color: #17a2b8 !important;
}

form .card-body {
    padding-top: 15px;
    padding-bottom: 5px;
}

.form-control {
    padding-left: 0.6em !important;
    padding-right: 0.6em !important;
    padding-bottom: 0.6em !important;
    padding-top: 0.6em !important;

}

select.form-control {
    height: calc(2.25rem + 0.6em) !important;

}

.leads-filters {
    margin-top: 10px;

}

.leads-filters a {
    margin-bottom: 4px;
    position: relative;

}

.leads-filters a i {
    margin-right: 6px;

}

.total-results{
    font-size: 14px;

    margin-top: 10px;
    margin-left: 1px;
    color: #17a2b8;
    font-weight: bold;

}

.leads-filters-data {
    font-size: 14px;

    margin-top: 10px;

}

.leads-filters-data .filters {
    display: inline-block;
    font-weight: normal;

}

.leads-filters-data .filters a {
    display: inline-block;
    font-weight: normal;
    margin: 0.2em 0.2em;

}

.badge.disabled {
    opacity: 40%;
}

.leads-filters-data .btn {
    font-size: 12px !important;
    padding: 1px 4px;
    position: relative;
    top: -3px;
}

.leads-filters-data .btn i {
    margin-right: 4px;
}

.daterangepicker {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.daterangepicker .active {
    background-color: #17a2b8 !important;
}

.daterangepicker .monthselect, .daterangepicker .yearselect {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none !important;
}

.filter-search {
    display: block;
    position: absolute;
    width: 250px;
    color: black;
    top: 43px;
    left: -3px;
    z-index: 99999999;
    background-color: white;
    text-align: left;
    border: 2px solid #17a2b8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.filter-search > div {
    display: block;
}

.filter-search > .input input {
    font-size: 14px;
}

.filter-search > .results {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.filter-search > .results > a {
    font-size: 12px;
    display: block;
    color: #5dace6;
    width: 100%;
    height: auto;
    min-height: 30px;
    background-color: #f9fafd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 5px 8px;
    text-align: left;
}

.filter-search > .results > a:last-child {
    margin-bottom: 0px;

}

.filter-search > .results > a:hover {
    background-color: #edeff2;
}

.filter-search .arrow {
    display: block;
    position: absolute;
    top: -17px;
    left: 10px;
    color: #17a2b8;

}

#leads-list td, #leads-list th {
    font-size: 0.95em;
    padding: 0.3em 0.2em;
}

#leads-list th {
    font-size: 0.9em;
    padding: 0.5em 0em;

}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.display-more-results {
    color: #666666 !important;
    font-weight: bold;
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
}

.lead-info ul {
    padding: 0px;
    margin: 10px;
}

.lead-info ul li {
    list-style: none;
    margin: 7px 0px;
}

.lead-info ul li:first-child, .lead-info ul li:last-child {

    margin: 0px 0px;
}

.lead-info a {
    color: #17a2b8;
    font-weight: bold;
}

.checkbox-group {
    display: block;
    margin-left: 5px;

}

.checkbox-group input {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    cursor: pointer;

}

#duplications-list tr td span, #stats-list tr td span {
    font-size: 11px;
    position: relative;
    top: -3px;
}

.stat-page select {
    display: inline-block;
    width: 160px !important;
    padding: 2px 2px !important;
    height: 40px !important;
    margin-top: 10px;
}

.duplication-page select {
    display: inline-block;
    width: auto !important;
    padding: 6px 6px !important;
    height: 40px !important;
    margin-top: 10px;
}

#stats-list tr td:first-child {
    width: 100px;
    font-weight: bold;
}

#stats-list th {
    font-size: 0.8em;
}

#stats-list td {
    font-size: 0.9em;
    padding: 0.2em 0.2em;
    line-height: 1.8em;
}

#stats-list td input {
    font-size: 0.9em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 0.5em;
    width: 50px;
    height: 1.9em;
    outline: none;
}

#stats-list td a {
    color: #17a2b8;
    font-weight: bold;
}

#stats-list tr.high {
    background-color: #dfebf0;
}

#stats-list tr.high-2 {
    background-color: #d1f9ff;
}

.global-stats, .final-stats {
    margin-top: 5px;
}

.global-stats .small-box, .final-stats .small-box {
    margin: 10px;
}

.global-stats .small-box p, .final-stats .small-box p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    width: 190px;
}

.global-stats .small-box.larger p, .final-stats .small-box.larger p {

    width: 250px;
}

.global-stats .small-box h3, .final-stats .small-box h3 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;

}

.final-stats .small-box p {

    font-size: 14px;
}


.global-stats .small-box > a > i, .final-stats.small-box > a > i {
    position: absolute;
    top: 5px;
    right: 5px;
}

.global-stats .small-box span, .final-stats .small-box span {
    font-size: 18px;
    font-weight: bold;
}

tr:hover {
    background-color: #dfebf0 !important;
}

tr.day-total td span {
    margin: 5px;
    margin-right: 14px;
    color: grey;
}

tr.day-total td:first-child {
    width: 150px !important;
}

#stats-list td {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.currentDay {
    background-color: #ffe6b8;
}

.duplication-page #datepicker-1 {
    padding: 0.8em 0.8em;
    margin: 0.8em 0em 0em 0em;
}

.duplication-page #datepicker-1 i {
    margin-right: 0.8em;
}

#duplications-list td a {
    color: #17a2b8;
    font-weight: bold;
}

.global-stats h4 {
    font-size: 0.9em;
    color: white !important;
}

.m-l {
    margin-left: 30px;
}

button.btn:disabled, button.btn.disabled, a.disabled {
    pointer-events: none !important;
}

#stats-list.reports td:first-child, #stats-list.reports th:first-child {
    font-weight: normal;
    background-color: white !important;
}

#stats-list.reports td.bg-white, #stats-list.reports th.bg-white {
    background-color: white !important;
}

#stats-list.reports .strip {
    background-color: #f9f9f9;
}
#stats-list.reports .date-head {
    font-weight:bold;
    background-color: white;
    padding: 10px;
}
#stats-list.reports .label {
    color: #9a9a9a !important;
}
#stats-list.reports tr:hover {
    background-color: #eaf6fb !important;
}

.top-border {
    border-top: 2px solid #17a2b8 !important;
}

.left-border {
    border-left: 2px solid #17a2b8 !important;
}

.bg-success-fade {
    background-color: #c9ffd5 !important;
}

.bg-warning-fade {
    background-color: #ffecb2 !important;
}

.bg-opacity {
    background-color: #cacaca !important;
}

.bg-opacity-fade {
    background-color: transparent!important;
}

.bg-danger-fade {
    background-color: #f7c8cd !important;
}

.no-b-right {
    border-right: none!important;
}
.no-b-left {
    border-left: none!important;
}

.sort-reports div {
    margin-top: 5px;
}
.sort-reports div a {
    margin-bottom: 5px;
}

.reports .providerName {
    width: 130px !important;
}
#csv {
    display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ""!important;
}

.reportsSettings div{
    display: inline-block;
    padding: 6px 8px;
    margin: 0px;
    color: #fff;
    font-weight: bold;
}
.reportsSettings div a{
    text-decoration: none;
    font-weight: bold;
}

.totalReports, #stats-list.reports tr.totalReports td:first-child {
    background-color: #f9f1de !important;
}
.totalReports.strip, #stats-list.reports tr.totalReports.strip td:first-child {
    background-color: #fff8e5 !important;
}

.display-none {
    display: none;
}

.error-block {
    display: none;
}

.blue-link {
    color: #44cfff !important;
}
.blue-link:hover {
    color: #91e3ff !important;
}

.select-client,  .select-client:active, .select-client:visited, .select-client:focus  {
    border: none;
    outline: none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size:11px;
    padding: 7px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 96%;
    margin: 0;
    display: block;
    color: #c2c7d0;
    margin-bottom: 0px;
    background-color: #485058;
    cursor: pointer;

}

.stripborder {
    /*border-bottom: 2px solid #17a2b8 !important;
    border-right: 2px solid #17a2b8 !important;*/
    background-color: #f6f6f6;
}

#stats-list th {
    border-left:1px solid #dee2e6;
    vertical-align: middle;
}


#stats-list th {
    border-width: 1px!important;
}




#stats-list th:first-child {
    border-left:none!important;
    border-bottom:none!important;
    border-width: 0px!important;

}

#stats-list thead tr:hover {
    background-color: #ffffff !important;

}

.select-status, .select-sub-status {
    margin-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 4px;
    font-size: 12px;
}

.left-border-none {
    border-left: none!important;
}

.color-blue-light {
    color: #7ca7ae!important;
}

.lead-info a.prompt {
    min-width: 100px;
    min-height: 15px;
    display: inline-block;
}

.reports th {
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);


}
.reports th:nth-child(1) {
    position:relative;
}
.reports th:nth-child(2) {
    position:relative;
}
.reports th a{
    color: #17a2b8;

}
.reports th {
    color: #000;

}
#stats-list.reports th:last-child {
   border-left-width: 2px !important;
}

.err1 {
    font-size: 12px;
    color: #a41212;
}
.err1 span {
    color: #32a412;
}

.err1 h1 {
    color: #000000;
    font-size: 20px;
    padding-top:20px;
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}

.campaignInactive, .campaignInactive a {
    color: #b9b9b9!important;
}

.titleArea {
    height: 100%;
    line-height: 40px;
}

.addArea {
    float: right;
}

.del-row, .edt-row, .vew-row {
    padding: 0;
    top:-5px;
    position: relative;
}

.leverageName {
    font-size: 11px;
    color: #9a9a9a ;
}

tr.thead {
    font-weight: bold;
    font-size: 12px;

}
#landing-list tr.thead:hover, #landing-advice tr.thead:hover , #invoicing-list tr.thead:hover , #expenses-list tr.thead:hover, #expenses-list-1 tr.thead:hover, .styled-tb tr.thead:hover  {
    background-color: white!important;
}


#landing-list tr.thead th, #landing-list tr.tbody td , #invoicing-list tr.tbody th , #expenses-list tr.tbody th , #expenses-list-1 tr.tbody th , .styled-tb tr.tbody th  {
    text-align: center;

}
#landing-list tr.thead th.align-left, #invoicing-list tr.thead th.align-left , #expenses-list tr.thead th.align-left , #expenses-list-1 tr.thead th.align-left, .styled-tb tr.thead th.align-left {
    text-align: left;
}
#landing-list tr.tbody td.align-left, #invoicing-list tr.tbody td.align-left, #expenses-list tr.tbody td.align-left , #expenses-list-1 tr.tbody td.align-left , .styled-tb tr.tbody td.align-left {
    text-align: left;
}

#landing-list tr.thead th.align-right, #invoicing-list tr.thead th.align-right , #expenses-list tr.thead th.align-right , #expenses-list-1 tr.thead th.align-right , .styled-tb tr.thead th.align-right {
    text-align: right;
}
#landing-list tr.tbody td.align-right, #invoicing-list tr.tbody td.align-right , #expenses-list tr.tbody td.align-right, #expenses-list-1 tr.tbody td.align-right, .styled-tb tr.tbody td.align-right {
    text-align: right;
}


#landing-list .grey, #invoicing-list .grey, #landing-advice .grey, #expenses-list .grey, #expenses-list-1 .grey, .styled-tb .grey{
    display: block;
    font-size: 11px;
    color: grey;
    font-weight: normal;
}
#landing-list .tbody td, #invoicing-list .tbody td, #expenses-list .tbody td, #expenses-list-1 .tbody td, .styled-tb .tbody td{
    font-size:12px;
}
#landing-list .tbody td:first-child,#invoicing-list .tbody td:first-child, #landing-advice .tbody td:first-child, #expenses-list .tbody td:first-child, #expenses-list-1 .tbody td:first-child, .styled-tb .tbody td:first-child{
    font-weight: bold;
}

#landing-list  td a ,#invoicing-list  td a ,#landing-advice  td a ,#expenses-list  td a,#expenses-list-1  td a ,.styled-tb  td a {
    color: #17a2b8;
    font-weight: bold;
}

#landing-advice td a.black {
    color: #212529;
    font-weight: bold;
}

#landing-list  td, #invoicing-list  td  , .styled-tb  td  {

    font-weight: bold;
}
 #invoicing-list  td , #invoicing-list  th  , #expenses-list  th , #expenses-list-1  th, .styled-tb  th {

    text-align: center;
}

#landing-advice .btn, #landing-advice .btn:active, #landing-advice .btn:visited, #landing-advice .btn:focus {
color:white !important;
}
#invoicing-tech-list .btn, #invoicing-tech-list .btn:active, #invoicing-tech-list .btn:visited, #invoicing-tech-list .btn:focus  {
color:white !important;
    position: absolute;
    top:4px;
    right: 5px;
}
#invoicing-tech-list-2 .btn, #invoicing-tech-list-2 .btn:active, #invoicing-tech-list-2 .btn:visited, #invoicing-tech-list-2 .btn:focus  {
color:white !important;
    position: absolute;
    top:4px;
    right: 5px;
}

#invoicing-tech-list.table td, #invoicing-tech-list-2.table td{
    padding: 5px 10px 24px 10px!important;
}

#landing-advice .btn {
    display: block;
    position: absolute;
    right:3px;
    top:3px;
}
.pb-200 {
    padding-bottom: 200px;
}

.c-danger {
   color: #dc3545;
}

.c-success {
    color: #28a745;
}

.pt-color {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.pt-color a {
    display: inline-block;
    margin:0px 2px;
    background-color: red;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.hover-color {
    position: relative;
}

.chartjs {

    margin: 10px;
}

.chart-h1 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.graphs-page .label-f {
    font-size: 12px;
    padding-left: 8px;
}


.graphs-page .separation {
    display: block;
    height: 14px;
}


.graphs-page .chart-h1 {
    font-size: 30px;
}

.graphs-page .graphs-select {
    font-size: 12px;
    padding-left: 8px;
}

.graphs-page .graphs-select select {
    display: inline-block;
    width: auto !important;
    padding:2px 2px !important;
    height: 26px !important;

    font-size: 14px;
    margin: 0px 5px 0px 5px ;
}


.graphs-page .subyear {
    font-size: 20px;
}


.btn.button-filter {
    padding: 2px 6px;
    font-size: 11px!important;
    margin: 5px;
}

.sub {
    color: grey;
}

.tbgrey {
    color:#848484;
}

table .remove-tb {
    display: none;
}
table:hover .remove-tb {
    display: block;
}

.graph-table {
position: absolute;
    bottom:10px;
    left:10px;
    font-size: 10px!important;
    max-width: 270px;
    z-index: 99999999999999999;
    background-color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.20);
}
.graph-table tr td, .graph-table tr th {
    font-size: 10px!important;
}
.graph-table.table td, .graph-table.table th {
  padding:0.32rem!important;
}

.forced_created_at {
    text-decoration: line-through !important;
    color: grey;
}

.areaCtn {

    display: none;
    font-size: 10px;
    line-height: 1px;
}

.cp-block {
    line-height: 12px;

}
.cp-block h5 {
    font-size: 18px;

}
.cp-block h5 .fas {
   top:2px;
    position: relative;
}

.view-cps {
    float: right;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}
.view-cps .fas {
    padding: 0px!important;
}

.cp-block {
    display: none;
    margin-bottom: 20px;
}

.bg-grey {
    background-color: #f4f6f9;
}
.bg-grey .card{
  box-shadow: none;
}
.bg-grey table{
background-color: white;

    border-bottom: 1px solid #cdcdcd;

}

.bg-grey #stats-list td {
min-width: 75px;
}

.inline-menu, select.form-control.inline-menu {
    padding: 6px 4px!important;
    height:unset!important;
    display: inline-block;
    width: 130px;
    margin-right: 10px;
    vertical-align: top;
}

.select-lead-all {
    margin-left: 0.05em;
}
.select-check {
    padding: 5px;
}




.select-check > div {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #b1a9a9;
    background-color: #e3e2e2;
}




.select-check.active > div {
    border-color:#17a2b8;
    background-color: #17a2b8;
}


.no-p {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

#requalif-mass {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    border: 2px solid #17a2b8;
}


#requalif-mass select {
    display: block;
    padding: 6px 5px!important;
    height: auto!important;
    margin-top: 10px;
    font-size: 14px;
}

.leads-selected {
    font-weight: bold;
}

#requalif-mass .loader {
    display: none;
    width: 180px;
}


.f12 td{
    font-size: 12px!important;
}

.max_com {
    display: none;
}
.comments_aff  {
    position: relative;


}
.comments_aff .edit_aff {
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: #17a2b8;
    font-size: 12px!important;

}
.edit_aff_block {
    display: none;
}
.comments_aff > div, .comments_affInput {
    display: block;
    text-align: left;
    font-size: 12px;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-line;
}

