.pagination {
    word-spacing: -1rem;
}

.page-numbers {

    width: 49px;
    height: 49px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;

    background-color: #E0E5E9;
    color: #2C3041;

    margin-right: 13px;

    font-weight: bold;
    font-size: 16px;

    letter-spacing: 0.01em;
}

.page-numbers.current {

    background-color: #0D0D0D;
    color: #FFF;
    opacity: 1.0;
    
}

.tablepress {
    border-collapse: separate !important;
}

.tablepress thead th {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;

    color: #2C3041;
}


.tablepress .row-1 {
    height: 59px;
}

.tablepress .row-hover .even td {
    background-color: #F3F5F6 !important;
}

.tablepress .row-hover .odd td {
    background-color: #FFFFFF !important;
}

.tablepress .row-1 th {
    text-align: center;
}

.tablepress th {
    border-right: 1px solid #FFFFFF !important;
    background-color: #E2E8F0 !important;
}

.tablepress td {
    border-right: 1px solid #DEE2E6 !important;
    height: 55px;
    text-align: center !important;
    vertical-align: middle !important;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;

    color: #656979;
}

.tablepress tr td:first-child {
    border-left: 1px solid #DEE2E6 !important;
}

.tablepress tr:last-child td {
    border-bottom: 1px solid #DEE2E6 !important;
}


.tablepress tr:first-child th:first-child { 
    border-top-left-radius: 15px; 
}

.tablepress tr:first-child th:last-child { 
    border-right: 1px solid #DEE2E6 !important;
    border-top-right-radius: 15px; 
}

.tablepress tr:last-child td:first-child { 
    border-bottom-left-radius: 15px !important; 
}

.tablepress tr:last-child td:last-child { 
    border-bottom-right-radius: 15px !important; 
}

.rivenditori-map {
    width: 100%;
    height: 400px;
}

.map-popup-title,
.map-popup-address,
.map-popup-phone,
.map-popup-email {
    margin-left: 20px;
    margin-right: 20px;

    margin-top: 10px;
    margin-bottom: 10px;
}

.map-popup-title-area {
	font-weight:600;
	margin: 20px 20px 5px;
}

.map-popup-address .parent {
    display: table;
}

.map-popup-address .child {
    display: table-cell;
}

.map-popup-icon {
    margin-right: 15px;
}

.map-popup-area {
	margin:5px 20px 10px;
}

.map-reseller-item {
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;

    cursor: pointer;
}

.map-reseller-item.odd {
    background-color: #F3F5F6;
}

.map-reseller-item-title,
.map-reseller-item-address,
.map-reseller-item-phone,
.map-reseller-item-email {
    margin-left: 20px;
    margin-right: 20px;

    margin-top: 10px;
    margin-bottom: 10px;
}

.map-reseller-item-title-area {
	font-weight:600;
	margin: 20px 20px 5px;
}

.map-reseller-item-address .parent {
    display: table;
}

.map-reseller-item-address .child {
    display: table-cell;
}

.map-reseller-item-area {
	margin:5px 20px 10px;
}

.map-reseller-item-badge {
    background-color: #E7ECF0 !important;
    margin-left: 4px !important;
    margin-bottom: 4px !important;
}

.map-reseller-item-badges {
    margin-top: 20px;
}

.map-reseller-item-icon {
    margin-right: 15px;
}

.map-reseller-list-wrapper {
    overflow-y: scroll;
}


#preloader {
    z-index: 10000;
}