/*html {*/
/*  font-size: 14px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  html {*/
/*    font-size: 16px;*/
/*  }*/
/*}*/

/*html {*/
/*  position: relative;*/
/*  min-height: 100%;*/
/*}*/

/*body {*/
/*  margin-bottom: 60px;*/
/*}*/

/*div {*/
/*    margin: 5px;*/
/*}*/



fieldset {
    font-family: sans-serif;
    border: 3px solid #1F497D;
    border-radius: 5px;
    padding: 15px;
    background-color: #ddd;
}

    fieldset legend {
        background: #1F497D;
        color: #fff;
        padding: inherit;
        font-size: 15px;
        border-radius: 5px;
        margin-left: 1px;
        margin-right: 10px;
        float: none;
    }

.validation-summary-valid {
    display: none;
}

/* Blue Green */
.BlueGreen {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #17A2B8;
}

    .BlueGreen td, .BlueGreen th {
        border: 1px solid #17A2B8;
        /*padding: 1px;*/
        line-height: 20px;
        padding-left: 5px;
    }

    .BlueGreen th {
        border: 1px solid #9d79ad;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: left;
        background-color: #17A2B8;
        color: white;
        line-height: 30px;
        padding-left: 5px;
    }

    .BlueGreen tr:nth-child(even) {
        background-color: #fff;
    }

    .BlueGreen tr:hover {
        background-color: #6ab0bb;
        color: white;
    }

    .BlueGreen td, .BlueGreen th {
        font-size: 12px;
    }

    .BlueGreen a:hover {
        color: #fff;
    }


.CustomColorTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #218838;
}
/*    .CustomColorTable table tr td:nth-last-child(0) {
        align-content: center;
    }*/

    .CustomColorTable td, #CustomColorTable th {
        border: 1px solid #5D686F;
        /*padding: 1px;*/
        line-height: 20px;
        padding-left: 5px;
    }

    .CustomColorTable th {
        border: 1px solid #5D686F;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: center;
        background-color: #496171;
        color: white;
        line-height: 30px;
        padding-left: 5px;
    }

/*    .CustomColorTable tr th:nth-child(2) {
        width: 60%;
    }*/

        .CustomColorTable tr th:nth-last-child(1) {
            align-content: center;
            width: 10%;
        }

    .CustomColorTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

/*    .CustomColorTable tr:hover {
        background-color: #789FBB;
        color: white;
    }*/

    .CustomColorTable a:hover {
        color: #f2f2f2;
    }

    .CustomColorTable td, .CustomColorTable th {
        font-size: 12px;
    }