﻿.EnableGreen {
    color: #28a745 !important;
}

.EnableRed {
    color: #f70909 !important;
}

.Disable {
    color: #A6A6A6 !important;
}

.btn-orange {
    background-color: #ff6a00;
    color: #fff;
}

.BottoniTabs {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #dfe4f2;
    padding: 0 0 15px 0;
    margin-bottom: 30px;
}

.BtnTabDettaglio {
    font-weight: bold;
    color: #808080;
    border-bottom: 2px solid transparent;
    padding: 15px 20px;
    font-size: 15px;
}

.CheckDati {
    padding-top: 10px;
}

.Center {
    text-align: center;
    display: block;
}

.Right {
    text-align: right;
    display: block;
}

.Texture {
    background-image: url(media/bg/Texture.png);
    background-repeat: repeat;
    padding: 10px 0;
}

    .Texture .btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
        float: right;
    }

h5 {
    padding: 0 0 10px 0;
    font-weight: bold;
}

    h5 a {
        float: right;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

.btn-Center {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 30px;
}

.btn-MarginRight {
    margin-right: 5px;
}

.ErrorSpan {
    position: absolute;
    right: 20px;
    color: #ff0000;
    top: 30px;
}

.ErrorSpan_EditLv {
    position: absolute;
    right: 20px;
    color: #ff0000;
    top: 5px;
}

.Pagination {
    display: inline-block;
    border-radius: 2px;
    padding: 0 0 10px 0;
    float: right;
}

    .Pagination > span > input:first-child {
        margin-left: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .Pagination > span > input:last-child {
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .Pagination a {
        padding-right: 5px;
        font-size: 11px;
    }

        .Pagination a:hover {
            font-size: 14px;
        }

@media (max-width: 991px) {
    .Right,
    .Center {
        text-align: left;
    }
}

@media (max-width: 768px) {
    h5 span {
        display: block;
    }

    h5 a {
        float: none;
        margin: 10px 0 0 0
    }

    .BottoniTabs a {
        display: block;
        padding: 5px 0;
    }

    .Texture .btn {
        margin: 10px 0 0 0;
        float: none;
    }

    .ErrorSpan_EditLv {
        position: absolute;
        right: 20px;
        color: #ff0000;
        top: 30px;
    }
}

input[type=text].TextboxModificaDispenseDate,
input[type=text].TextboxModificaFasePrevia,
input[type=text].TextboxModificaFasePreparatoriaIstruttoria {
    cursor: pointer !important;
}

.ElementoInvisibile {
    visibility: hidden;
}

.ElementoVisibile {
    visibility: visible;
}

.EmptyDataTemplate {
    padding-top: 15px;
    padding-bottom: 15px;
}

.file {
    position: relative;
    background: linear-gradient(to right, lightblue 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
}

    .file.done {
        background: lightgreen;
    }

    .file a {
        display: block;
        position: relative;
        padding: 5px;
        color: black;
    }

.LegendaAperte {
    display: inline-block;
    height: 26px;
    padding: 3px 5px;
    background-color: #dddddd;
}

.LegendaChiuse {
    display: inline-block;
    height: 26px;
    padding: 3px 5px;
    background-color: #ffffff;
}
/*
.BodyFixed {
    display: block;
    height: 450px;
    overflow-y: scroll;
}*/

.RigheBox div {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 30px;
}
.datachiusura {
   background-color: #ebebeb;
   margin: 5px;
   border-radius: 5px;
}
.datachiusura span {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
   
}

.cbList input{
    margin-right: 10px !important;
}