/** Pagination Styling **/
.pagination{
    float: right;
}
.pagination li{
    display: inline-block;
}

.pagination a {
    color: black;
    font-size: 11px;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}
.pagination .active span{
    color: black;
    font-size: 11px;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #ddd;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.search-div {display: flex;}
.leads-page .table-data3 thead tr th {
    white-space: nowrap;
}
.leads-page .table-data3 thead tr th:before, .leads-page .table-data3 thead tr th:after{
    bottom: 17px;
}
.leads-page .table-data3 tbody tr td:last-child {
    white-space: nowrap;
}
.table-data3 thead {
    background: #fff;
}
.table-data3 thead tr th{
    color:#555;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #f5f5f5;
}
.table-data {
     height: auto;
     overflow: auto;
}
.summary-tbl .status{
    cursor: pointer;
}
#my-leads-tbl{
    background-color: #fff;
}
.table-data .table td{
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 23px;
    padding-bottom: 33px;
    padding-left: 40px;
}
.table-data2.table thead th{
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
}
.leads-date-range {
    position: absolute;
    right: 0;
    top: -41px;
    z-index: 999;
}
.leads-page .filter, .leads-page .refresh{
    margin-left: 3px;
}

.summary-tbl  .status {
    color: #007bff !important;
}

.table-data2.table tbody td {
    padding: 5px 40px;
}

.table-data .table td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.label-checkbox-group {
    border: 1px solid #CCC;
    color: #000 !important;
    padding: 3px;
    margin: 2px;
    border-radius: 5px;
}
.flex-list-div{
    display: block;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
    font-size: 10px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 2;
}
.flex-list-div input{
    vertical-align: sub;
}
.flex-list-div label{
    display: block;
}
.flex-list-div .label-checkbox-group{
    margin-bottom: 5px;
}
.flex-list-div .label-checkbox-group{
    border: none;
}

table.table.table-responsive.table-sm.table-bordered.utility-usage{
    font-size:14px;
}
.table-bordered.utility-usage{
    border:none;
}
.account-detail .form-group{
    padding-bottom: 10px;
}

.leads-page .rs-select2--dark.rs-select2--md.m-r-10.rs-select2--border {
    background-color: #fff;
}

p.training-descr {
    font-size: 14px; 
    margin-top: 5px;
    font-style: italic;
}

.sales-material-row {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.my-accounts .au-btn--submit{
    min-width: 50px;
}
.my-accounts .au-input{
    line-height: 40px;
}
.my-accounts .row-sep{
    margin-top:25px;
}

.au-message-list {
    height: 700px;
}
.subject-cover-image{padding:20px;}
.subject-desc{
    font-size:14px;
    color:#666666;
    line-height:24px;
    text-align:justify;
    margin-top:15px;
}
.prize-box-margin{
    margin-bottom: 20px;
}
.partner-label .description-text, .partner-label .description-text-1{
    display: block;
    text-align: left;
    padding-top: 3px;
    font-size: 13px;
    padding-bottom: 12px;
}
.partner-label .description-text-1{
    display: none;
}
.read-more-toggle-label {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    border: none;
    padding-left: 3px;
    padding-right: 3px;
    font-size: .8em;
    background: #555;
    color: white;
    margin-bottom: 0;
}
.partner-label{
    text-align: left;
    border-radius: 0;
    border: none;
    padding-top: 17px;
    min-height: 88px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.partner-label .title {
    text-transform: uppercase;
}
.img-400 {
    width: 400px;
    height: 400px;
}
.my-performance-box .select2-container{
    background-color:#fff;
}
.prize-box-margin .shadow{
    min-height: 522px;
    position: relative;
}


.flex-list-div input[type=checkbox] {
    vertical-align: baseline;
}

.lead-page-filters {
    background-color: #fff;
}

.mobile-back-btn {
    display: none;
    margin-bottom: 15px;
}

.product-list .partner-label {
    min-height: 0;
    position: relative;
}

.product-list .product {
    margin-bottom: 20px;
}

.product-action {
    position: relative;
    float: right;
    width: 100%;
    padding-left: 10px;
}

.product-action a {
    width: auto;
    font-size: 16px;
}

.croppie-container {
    height: auto !important;
}

.croppie-container .cr-boundary .cr-viewport {
    border: solid 1px;
}