﻿@media (max-width: 1600px) {
    .form-group .form-control-label {
        padding-bottom: 0px !important;
        padding-right: 0px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
    }

    .form-group .row div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .form-group .form-control {
        padding: .5rem .3rem;
        font-size: 12px !important;
    }
}

.blinking {
    animation: blinkingText 1s infinite;
}

.iti {
    width: 100%;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #fff;
    }

    50% {
        color: #fff;
    }

    99% {
        color: #fff;
    }

    100% {
        color: #000;
    }
}

/** CHECKBOX ACCENDI PEGNI **/
.material-switch {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 10px;
    }

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: 0;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + input[type="hidden"] + label::before {
    background: inherit;
    opacity: 0.5;
}

    .material-switch > input[type="checkbox"]:checked + input[type="hidden"] + label::after {
        background: inherit;
        left: 30px;
    }
/** FINE CHECKBOX ACCENDI/SPEGNI **/

.IconColor {
    color: #1ebea5;
}


/** SEARCH AT TOP TABLE **/
tfoot.top-search {
    display: table-header-group;
}

    tfoot.top-search th {
        padding: .0rem .75rem!important;
    }

    tfoot.top-search .md-input-wrapper {
        padding-top: 0px!important;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    tfoot.top-search .md-input-wrapper .md-form-control {
        padding: 5px 4px!important;
    }

#attaches-table tbody td {
    vertical-align: middle!important;
}

/* ALERT ERRORI */
#message {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 30%;
    z-index: 20;
}

    #message .alert {
        padding: 20px;
        border-radius: 10px;
        font-size: 15px;
    }

        #message .alert button.close {
            color: #ffffff;
        }

    #message #inner-message {
        margin: 0 auto;
    }

/* RADIO BUTTON ATTIVA/DISATTIVA */
#radioBtn .btn {
    line-height: normal !important;
}

#radioBtn.btn-group a {
    padding: 5px 15px;
    font-size: 14px;
    border-color: rgb(47, 147, 186) !important;
}

#radioBtn.btn-group .active {
    color: #ffffff !important;
    background-color: rgb(47, 147, 186) !important;
}

#radioBtn.btn-group .notActive {
    color: #3276b1 !important;
    background-color: #fff !important;
}

/* ALERT DIALOG BOTTOM SCREEN */
.bottom-right-error {
    z-index: 9999;
    position: fixed;
    bottom: 5px;
    right: 2%;
    width: 90%;
    padding: 20px;
}

@media (min-width: 1040px) {
    .bottom-right-error {
        width: 60%;
    }
}

.label-inline {
    display: block;
    margin-bottom: -1px;
    float: left;
    font-weight: 600;
    cursor: auto;
    font-size: 11px!important;
    width: inherit;
    text-align: left;
    color: #6f6f6f;
    white-space: nowrap;
}

/* EDIT PROMOTION TABLE */
.table-full-width-page,
.table-full-width-page thead th,
.table-full-width-page td {
    /*border: 1px solid !important;
    border-color: rgba(43, 61, 81, 0.8) !important;*/
}

.table-full-width-page thead th {
    padding: .3rem !important;
    font-size: 13px !important;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #2196F3 !important;
    border-color: #2196F3 !important;
}

    .table-full-width-page tbody td {
        padding: .55rem .1rem!important;
        font-size: 12px !important;
        text-align: center;
        vertical-align: middle;
    }

    .table-full-width-page tbody td > input[type="date"] {
        max-width: 130px!important;
    }

        .table-full-width-page tbody td > .form-control,
        .table-full-width-page tbody td > select.form-control {
            padding: .2rem !important;
            font-size: 12px !important;
            text-align: center;
            vertical-align: middle;
            height: auto !important;
        }

        .table-full-width-page tbody td > .btn {
            padding: .2rem !important;
            font-size: 15px !important;
            text-align: center;
            vertical-align: middle;
            height: auto !important;
        }

            .table-full-width-page tbody td > .btn.btn-danger {
                padding: .2rem !important;
                font-size: 15px !important;
                text-align: center;
                vertical-align: middle;
                height: auto !important;
            }


/** LOADER **/
.bd-example-modal-lg.loader-modal .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg.loader-modal .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }
/** LOADER **/

.WhiteIcon{
    color:#ffffff !important;
}

.Separator{
    margin-top:50px;
}
/*RIDUCE DIMENSIONE IMMAGINE LOGO*/
.ReduceAndCenter {
    max-height: 75% !important;
    vertical-align: central !important;
}

.CenterContainer {
    margin-left: 30% !important;
    margin-right: 30% !important;
}

.Center{
    text-align:center !important;
}