@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed' !important;
}

.op-dark {
    background-color: rgba(29, 29, 29, 0.7) !important;
}

.dataTable.striped tbody tr:nth-child(odd) {
    background: rgba(238, 238, 238, 0.46) !important;
}

.cpw-wrap-trovaprezzi a, .cpw-wrap-trovaprezzi a:visited {
    color: #183a5f;
}

.cpw-service-shipping-combinations {
    border: 1px solid #D6D6D6;
    padding: 20px;
    background: rgba(214, 214, 214, 0.13);
}

.cpw-service-shipping-combinations input[type="number"] {
    /*margin-left: 15px; */
    max-width: 120px;
}

.cpw-service-shipping-combinations h4 {
    margin-bottom: 20px;
}

li.active a {
    text-shadow: none !important;
}

.wp-admin select {
    line-height: normal !important;
}

.cpw-image-service {
    max-width: 400px;
}

.cpw-admin-block {
    padding: 20px;
    border: 1px solid #ccc;
    background: #E9EDF0;
    margin-bottom: 30px;
}

.cpw-admin-block-item {
    border-bottom: 1px solid #D6D6D6;
    padding: 15px 0 25px 0;
    line-height: 30px;
}

.cpw-sidebar {
    background: #fff;
    padding: 10px;
    margin: 0 20px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(210, 210, 210, .7);
    -moz-box-shadow: 0 0 10px 0 rgba(210, 210, 210, .7);
    box-shadow: 0 0 10px 0 rgb(210, 210, 210);
    border: 1px solid #ccc;
}

.cpw-sidebar .cpw-admin-block {
    margin-bottom: 0 !important;
    padding: 2px 2px !important;
    background: #fff;
    border: none;
}

.cpw-number-products-value {
    font-size: 20px;
    font-weight: bold;
}

#cpw_preview {
    margin-bottom: 0 !important;
}

.cpw-number-products,
.cpw-number-variations,
.cpw-number-products-ok {
    margin: 0;
    background: #fff;
    border: 1px solid #545454;
    padding: 0 10px;
}

.cpw-feed-csv-buttons {
    /*  margin-top: 15px !important; */
}

.cpw-feed-csv-buttons a {
    width: 100%;
}

.cpw-loader {
    width: calc(100% + 20px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: -20px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    display: none;
}

.cpw-loader-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

.cpw-loader-text {
    color: #fff;
    position: relative;
    top: 50%;
    text-align: center;
}

.cpw-loader-double-bounce1,
.cpw-loader-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.cpw-loader-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.cpw-alert {
    color: #9A2631;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: block;
}

.cpw-warning {
    color: #FA6800;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: block;
}

.cpw_morecontent span {
    display: none;
}

.cpw_morelink {
    display: inline-block;
}

.cpw_products_on_service td:first-child {
    padding: 0 !important;
}

.cpw_products_on_service {
    font-size: 12px;
    line-height: 16px;
}

.cpw_products_on_service .mif-thumbs-up,
.cpw_products_on_service .mif-thumbs-down {
    font-size: 14px !important;
}

.cpw_products_on_service td {
    padding: 5px !important;
    font-size: 10px !important;
}

.cpw_products_on_service td .carousel,
.cpw_products_on_service td .slide {
    max-height: 60px !important;
    min-height: 0px !important;
}

.cpw_products_on_service td img {
    max-height: 60px;
    width: auto;
}

.cpw_products_on_service .mif-cross,
.cpw_products_on_service .mif-checkmark,
.cpw_products_on_service .mif-thumbs-up,
.cpw_products_on_service .mif-thumbs-down {
    width: 100%;
    text-align: center;
    display: block;
}

.fg-toolbar {
    margin-top: 20px;
    display: block;
    height: 30px;
}

.dataTables_paginate .fg-button {
    padding: 10px;
    color: #9b9b9b !important;
    cursor: pointer;
}

.dataTables_paginate .fg-button.ui-state-disabled {
    color: #4a4a4a !important;
    text-decoration: underline;
}

.dataTable tfoot td, .dataTable tfoot th, .dataTable thead td, .dataTable thead th {
    color: #183a5f !important;
}

.tabcontrol2 > .tabs li.active a {
    color: #183a5f !important;
}

.cpw-legend {
    background: #eee;
    padding: 20px;
}

.cpw-legend .cpw-warning,
.cpw-legend .cpw-alert {
    display: inline-block !important;
    width: auto !important;
}

.cpw-legend .cell {
    margin: 5px 0 !important;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    line-height: normal;
}

.cpw-premium-only {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #9A2631;
    color: #9A2631;
}