body,html,.dreamax-main {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;

}

body {
    background-image: url(../images/bg2.png);
    background-size: cover;
}

.logo {
    width:100%;
    max-width: 270px;
}
.logo-in {
    max-width: 250px;
}

.dreamaxFixed {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.orders-table {
    font-size: 14px;
}

.orders_count {
    font-size: 14px;
    padding-top: 10px;
}
.footer {
    font-size: 12px;
}

.plan-top .tagline{
    font-size: 24px;
    font-weight: bold;
}

.plan-top .month{

}

.plan-top .year{

}

.selected_page{
    font-size: 15px;
    font-weight:bold;
    text-decoration: underline;
}

.top-size-bar {
    font-size:12px;
}

.mass_delete {
    position: fixed;
    bottom: 0;
    display: inline-block;
    left: 0;
    background: #dc3545;
    padding: 10px;
    width: 190px;
    text-align: center;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    box-shadow: -8px -2px 43px #000;
    color: #fff;
    z-index: 1;
}

.product-child td {
    background-color: #cbf8ff;
}
.product-not-synced {
    background-color: red;
    border-radius:50%;
    display: block;;
    width:20px;
    height:20px;
    color:#fff;
    text-align: center;
    font-size: 11px;
    padding-top: 1px;
}
.product-synced {
    background-color: green;
    border-radius:50%;
    display: block;;
    width:20px;
    height:20px;
    color:#fff;
    text-align: center;
    font-size: 11px;
    padding-top: 1px;
}

@media print {
    .header,
    .alert,
    .create-shipping-validation,
    .tags-box,
    .shipping-method,
    .save-new-address,
    .footer{
        display: none;
    }
    .print-products-in-order {
        display:block;
    }

}
