﻿.red {
    color: #ef343b !important;
}

.redBorder {
    border-color: #ef343b !important;
}

.orange {
    color: #ff6a00 !important;
}

.green {
    color: #11b111 !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.linkESOMessage a:link,
.linkESOMessage a:visited,
.linkESO:link,
.linkESO:visited {
    outline: none;
    color: #ef343b;
    text-decoration: underline;
}

.linkESOIcon {
    outline: none;
    color: #ef343b;
    text-decoration: none;
}

    .linkESOMessage a:hover,
    .linkESO:hover,
    .linkESOIcon:hover {
        color: #428bca;
        text-decoration: none;
    }

.validator {
    font-size: 13px;
}

.format {
    font-style: italic;
    font-size: 0.7rem;
}

.info {
    font-style: italic;
    font-size: 0.9rem;
}

input[readonly] {
    background-color: #E5E4E2 !important;
    color: #000 !important;
}

.userLoggedSummaryBox {
    border-bottom: solid 1px #eceaeb;
    margin-top: 5px;
}

.userLoggedSummaryHeaderBox {
    font-weight: bold !important;
    font-size: 15px !important;
}

.userLoggedSummaryHeaderLabel {
    font-weight: bold !important;
    font-size: 12px !important;
}

.userLoggedSummaryLabel {
    font-size: 12px !important;
    font-style: italic;
}

.userLoggedSummaryEdit {
    color: #ef343b !important;
    float: right;
    font-size: 20px !important;
}


.summaryHeader {
    font-weight: bold !important;
}

.summaryLabel {
    font-style: italic;
}


.summaryEdit {
    color: #ef343b !important;
    float: right;
    font-size: 20px !important;
}

.invalid {
    background-color: #FF8080 !important;
}

.invalidFormat {
    background-color: #FF8141 !important;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.button {
    text-transform: uppercase;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.radio-inline {
    display: inline;
}

    .radio-inline label {
        margin-left: 5px;
        display: inline;
    }


#menuextracontainer {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/css/PIE.htc);
    overflow: hidden;
    padding: 5px 5px;
    margin-bottom: 1.5em;
}

    #menuextracontainer #extra-menu {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        #menuextracontainer #extra-menu li {
            flex: 1 1 auto;
            text-align: center;
        }

        #menuextracontainer #extra-menu a {
            color: #e30613;
            background-color: #fff;
            border-color: #e30613;
            border-radius: 0.25rem;
            margin: .5rem !important;
            display: block;
            padding: 0.5rem 1rem;
            font-weight: 400;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            user-select: none;
            border: 1px solid #e30613;
            font-size: 1rem;
            line-height: 1.5;
        }

            #menuextracontainer #extra-menu a[disabled] {
                color: gray;
                border-color: gray;
            }

            #menuextracontainer #extra-menu a:hover {
                background-color: #e30613;
                color: #fff;
            }

            #menuextracontainer #extra-menu a[disabled]:hover {
                background-color: #fff;
                color: gray;
            }

        #menuextracontainer #extra-menu li a.sel {
            color: #fff;
            background-color: #e30613;
            border-color: #e30613;
            border-radius: 0.25rem;
            margin: .5rem !important;
            display: block;
            padding: 0.5rem 1rem;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
            user-select: none;
            border: 1px solid transparent;
            font-size: 1rem;
            line-height: 1.5;
        }

.form {
    background-repeat: no-repeat;
    background-position: top center;
    min-height: calc(100vh - 179px);
    background-size: cover;
}

.colDiesysLine {
    border: 1px solid #d8d7d2;
}

.colDiesysBox {
    border: 1px solid #d8d7d2;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.uppercase {
    text-transform: uppercase;
}


.ParticipantESCOLevel {
    text-align: right;
}

@media screen and (max-width: 769px) {
    .ParticipantESCOdashboard, .ParticipantESCOLevel {
        text-align: center;
    }
}

.college {
    background: #CCCCCC;
    border: 2px solid #939393;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(/css/PIE.htc);
    overflow: hidden;
    position: relative;
    margin: 1em auto;
    padding: 2em;
}

    .college .ce-details {
        clear: both;
    }

    .college .subnote {
        font-size: 0.8em;
    }

    .college p {
        text-align: center;
        margin-top: 1em;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }



    .college ul {
        margin-left: 0;
        padding-left: 1em;
    }

    .college li {
        background: url(/style/6/images/bull.png) left 0.5em no-repeat;
        list-style-type: none;
        padding-left: 15px;
        padding-top: 0.5em;
    }

    .college h4 {
        /*        margin-top: 0px;
        margin-left: 20px;
        text-align: left;
        font-size: 23px;*/
        font-weight: normal;
    }


    .college p {
        text-align: center;
    }


    .college a {
        color: red;
        text-decoration: none;
    }

        .college a:hover {
            text-decoration: underline;
        }


        .college a.button {
            background: #ef343b;
            border: none;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -khtml-border-radius: 4px;
            border-radius: 4px;
            behavior: url(/css/PIE.htc);
            color: #fff;
            display: block;
            font-size: 0.8em;
            font-weight: normal;
            letter-spacing: 1px;
            margin: 0.5em auto;
            padding: 8px 15px 8px 15px;
            text-transform: uppercase;
            position: relative;
            z-index: 5;
        }

            .college a.button:hover {
                background: #ef343b;
                border: none;
                color: #000;
                cursor: pointer;
                text-decoration: none;
            }

    .college .ce-details .collegeAccumulationPoint {
        margin-bottom: 0px;
    }

/*.FormDiesys label {
    text-align: left !important;
    margin: 0px !important;
    float: none;
    font-weight: bold;
    font-size: 13px;
    width: 100% !important;
}


    .FormDiesys label span {
        font-size: 12px;
    }

        .FormDiesys label span.Format {
            font-style: italic;
            font-size: 10.5px;
        }*/





.scheda {
    background: #fff;
    border: 2px solid #d8d7d2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(/css/PIE.htc);
    overflow: hidden;
    position: relative;
    padding-bottom: 1em;
}

.schedaModulo {
    margin-bottom: 1em;
}

.scheda .col-text-data {
    float: left;
    padding: 0.5em 1em;
    width: 100%;
}

    .scheda .col-link {
        text-align: center;
    }

    .scheda .col-text-activity {
        float: left;
        padding: 0.5em 1em;
        width: 80%;
    }

        .scheda .col-link a,
        .scheda .col-text-activity a {
            color: black;
            text-decoration: none;
/*            float: left;*/
            margin-left: 5px;
        }


            .scheda .col-link a.active,
            .scheda .col-text-activity a.active {
                color: red;
            }

            .scheda .col-link a:hover,
            .scheda .col-text-activity a:hover {
                color: red;
                text-decoration: underline;
            }

    .scheda .col-link i {
        width: 22px;
        text-align: center;
    }



    .scheda .col-text-activity li {
        margin-bottom: 5px;
    }

@media only screen and (min-width: 768px) {

    .scheda .col-link {
        float: left;
        text-align: left;
        width: 30%;
    }

    .scheda .col-text-activity {
        float: left;
        padding: 0.5em 1.5em;
        width: 70%;
    }
}

@media only screen and (min-width: 1200px) {

    .scheda .col-link {
        float: left;
        width: 30%;
    }

    .scheda .col-text-activity {
        float: left;
        padding: 0.5em 1.5em;
        width: 70%;
    }
}

.collegeSchedaHeader {
    background-color: red;
    margin: 0px;
    color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.paymentModalityInfo {
    color: red;
    font-size: 15px;
    font-style: italic;
}

.fees table tr td {
    border-bottom: 1px solid #ddd;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.fees span[disabled="disabled"] label {
    color: Gray;
}


.ReimbursementSpanRow {
    display: flex;
}

.ReimbursementSpanHeader {
    display: none;
}

@media (min-width: 992px) {
    .ReimbursementSpanRow {
        display: none;
    }

    .ReimbursementSpanHeader {
        display: flex;
    }
}

.modal800 {
    --bs-modal-width: 800px !important;
}