.modal-wrapper .form-control {
    padding: 0 !important;
    text-indent: 6px;
}

.flatButton {
    margin: 0 0 0 0;
    box-shadow: none;
    border: 0;
    background: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.ml-0 {
    margin-left: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.bottoniera {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 12px;
}

.bottoniera2 {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 34px;
}

.bottonieraSpacer {
    width: 42px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}

.bottonieraSpacer2 {
    width: 62px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}

.w-20 {
    width: 20px;
    display: inline-block;
}

.w-30 {
    width: 20px;
    display: inline-block;
}

.w-40 {
    width: 20px;
    display: inline-block;
}

.labelSpecial {
    color: #bd0aa1 !important;
}

.labelProduction {
    color: #418bca;
}

.labelDevelop {
    color: orangered;
}

.labelStatusOk {
    color: forestgreen;
}

.labelStatusWarning {
    color: gold;
}

.labelStatusError {
    color: red;
}

.labelStatusInfo {
    color: #1a7bb9;
}

.labelStatusErrorDep {
    color: orangered;
}

.labelStatusEmpty {
    color: #DCDCDC;
    /*color: rgb(204, 204, 204); colore grilia kendo*/
}

.labelStatusDefault {
    color: darkgray;
}