body {
    padding-top: 50px;
    padding-bottom: 20px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5f5f5;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.radio,
.checkbox {
  margin-bottom: 20px;
}

.senttoproduction {
    background: #f5f5f5;
}

.rejected {
    background: orangered;
}

.inproduction {
    background: dodgerblue;
}

.sent {
    background: #c2d216;
}

.error {
    background: red;
}

/*Gattinoni color*/
.navbar-inverse {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.navbar-inverse .navbar-nav > li > a {
    color: black
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #c2d216
}

.navbar-inverse .navbar-brand {
    color: black;
}

.orderTableStyle {
    margin-top: 30px !important;
}

.barcode_img {
    width: 190px;
    height: 108px;
}

/**
 * Toolset.it
 * http://toolset.mrwebmaster.it/css/button-generator.html
 * 
 * Utilizzo: 
 * <a href="#" class="btn-toolset">
 * <strong>Gestione Ordini</strong>
 * </a>
 */
.btn-toolset-mini {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: black;
    text-decoration: none;
    line-height: 1;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 8px 12px;
    border: 2px solid #c2d216;
    cursor: pointer;
}

.btn-toolset-mini:hover {
    background-color: #c2d216;
    border-color: #c2d216;
}
.btn-toolset-mini > strong {
 font-size: 16px;
}

.btn-toolset {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: black;
    text-decoration: none;
    line-height: 1.2;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 10px 20px;
    border: 4px solid #c2d216;
    cursor: pointer;
}
    .btn-toolset:hover {
        background-color: #c2d216;
        border-color: #c2d216;
    }
.btn-toolset > strong {
 font-size: 24px;
}

.data_client {
   
    background-color: #ffffff;
    border-color: #c2d216;
    border: 6px solid #c2d216;
}

.data_client_visible {
    display:block;
}
.data_client_hidden {
    display: none;
}

.rowUser {
    padding: 10px;
}


/************************************/
.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-default div {
        position: absolute;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
    }

        .lds-default div:nth-child(1) {
            animation-delay: 0s;
            top: 29px;
            left: 53px;
            background-color:black;
        }

        .lds-default div:nth-child(2) {
            animation-delay: -0.1s;
            top: 18px;
            left: 50px;
            background-color: black;
        }

        .lds-default div:nth-child(3) {
            animation-delay: -0.2s;
            top: 9px;
            left: 41px;
            background-color: black;
        }

        .lds-default div:nth-child(4) {
            animation-delay: -0.3s;
            top: 6px;
            left: 29px;
            background-color: black;
        }

        .lds-default div:nth-child(5) {
            animation-delay: -0.4s;
            top: 9px;
            left: 18px;
            background-color: black;
        }

        .lds-default div:nth-child(6) {
            animation-delay: -0.5s;
            top: 18px;
            left: 9px;
            background-color: black;
        }

        .lds-default div:nth-child(7) {
            animation-delay: -0.6s;
            top: 29px;
            left: 6px;
            background-color: black;
        }

        .lds-default div:nth-child(8) {
            animation-delay: -0.7s;
            top: 41px;
            left: 9px;
            background-color: black;
        }

        .lds-default div:nth-child(9) {
            animation-delay: -0.8s;
            top: 50px;
            left: 18px;
            background-color: black;
        }

        .lds-default div:nth-child(10) {
            animation-delay: -0.9s;
            top: 53px;
            left: 29px;
            background-color: black;
        }

        .lds-default div:nth-child(11) {
            animation-delay: -1s;
            top: 50px;
            background-color: black;
            left: 41px;
        }

        .lds-default div:nth-child(12) {
            animation-delay: -1.1s;
            top: 41px;
            left: 50px;
            background-color: black;
        }

        .lds-hidden {
            display: none !important;
        }

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}



