﻿@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400&display=swap');

.ColoriTest {
    color: #FF675A;
    color: #ffbf00; /*#FF9F00; OLD*/
    color: #7B95C6;
}

.messageMain {
}

.title, .RadGrid_Metro.rgElencoEventi .title {
    color: #333;
    font-size: 18px;
    font-family: Titillium, 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    margin: 0 5px 5px 0;
}

.message {
    font-family: Titillium, 'Raleway', sans-serif;
    font-size: 16px;
    text-align: justify;
    color: #333;
}

.tdMessage {
    padding: 5px 0 5px 0;
}
/* MessageType None */
.tableMessageNone {
    padding: 3px;
    height: 50px;
    border-collapse: collapse;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}


/* MessageType Error */
.tableMessageError {
    padding: 3px;
    border: 1px solid #e21d1d;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

    .tableMessageError .title {
        border-bottom: 1px solid #E21D1D;
    }

    .tableMessageError .tdImage {
        background-image: url('../../Images/Icons/48/Error.png');
        background-repeat: no-repeat;
        background-position: 3px 3px;
    }



/* MessageType Question */
.tableMessageQuestion {
    padding: 3px;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

    .tableMessageQuestion .title {
        border-bottom: 1px solid #2e6da4;
    }

    .tableMessageQuestion .tdImage {
        background-image: url('../../Images/Icons/48/Question.png');
        background-repeat: no-repeat;
        background-position: 3px 3px;
    }

/* MessageType Stop */
.tableMessageStop {
    padding: 3px;
    border: 1px solid #e21d1d;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

    .tableMessageStop .title {
        border-bottom: 1px solid #E21D1D;
    }

    .tableMessageStop .tdImage {
        background-image: url('../../Images/Icons/48/Stop.png');
        background-repeat: no-repeat;
        background-position: 3px 3px;
    }

/* MessageType Warning */
.tableMessageWarning {
    padding: 3px;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

    .tableMessageWarning .title {
        border-bottom: 1px solid #2e6da4;
    }

    .tableMessageWarning .tdImage {
        background-image: url('../../Images/Icons/48/Warning.png');
        background-repeat: no-repeat;
        background-position: 3px 3px;
    }

/* MessageType Information */
.tableMessageInformation {
    padding: 3px;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

    .tableMessageInformation .title {
        border-bottom: 1px solid #2e6da4;
    }

    .tableMessageInformation .tdImage {
        background-image: url('../../Images/Icons/48/Information.png');
        background-repeat: no-repeat;
        background-position: 3px 3px;

    }

/* MessageType Denied */
.tableMessageDenied {
    padding: 3px;
    border: 1px solid #e21d1d;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

    .tableMessageDenied .tdImage {
        background-image: url('../../Images/Icons/48/Denied.png');
        background-repeat: no-repeat;
        background-position: 3px 3px;
    }

    .tableMessageDenied .title {
        border-bottom: 1px solid #E21D1D;
    }
