
table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
    padding: 3px 2px;
}
table.blueTable tbody td {
    font-size: 13px;
}
table.blueTable tr:nth-child(even) {
    background: #D0E4F5;
}
table.blueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}
table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
    border-left: none;
}

table.blueTable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}
table.blueTable tfoot td {
    font-size: 14px;
}
table.blueTable tfoot .links {
    text-align: right;
}
table.blueTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.button12 {font-size: 10px; border-radius: 8px;background-color: #e7e7e7; color: black;}
.button12 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button12:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}


.buttonWhite {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #100a46;
    background-color: rgba(187, 187, 187, 0.67);
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonWhite:hover {background-color: rgba(124, 124, 124, 0.84)
}

.buttonWhite:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonBlue{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0066cc;
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonBlue:hover {background-color: #0000ff; color: black;}

.buttonBlue:active {
    background-color: #0000ff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonRed {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #CC0033;
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonRed:hover {background-color: #ff594d; color: black;}
.buttonRed:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.buttonGreen {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #007f22;
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonGreen:hover {background-color: #00CC33; color: black;}

.buttonGreen:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonthinRed {
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #CC0033;
    border: none;
    border-radius: 15px;
    box-shadow: 0 3px #999;
}
.buttonthinRed:hover {background-color: #ff594d; color: black;}
.buttonthinRed:active {
    background-color: #ff0000;
    box-shadow: 0 3px #999;
    transform: translateY(4px);
}

.buttonthinGreen {
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #007f22;
    border: none;
    border-radius: 15px;
    box-shadow: 0 3px #999;
}
.buttonthinGreen:hover {background-color: #00CC33; color: black;}

.buttonthinGreen:active {
    background-color: #ff0000;
    box-shadow: 0 3px #666;
    transform: translateY(4px);
}

.buttonthinBlue{
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0066cc;
    border: none;
    border-radius: 15px;
    box-shadow: 0 3px #999;
}
.buttonthinBlue:hover {background-color: #0000ff; color: black;}

.buttonthinBlue:active {
    background-color: #0000ff;
    box-shadow: 0 3px #666;
    transform: translateY(4px);
}

/* ******************************************************** */
/* Tooltip container */
/* https://www.w3schools.com/css/css_tooltip.asp */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* BLUE Bottons */
.buttonLeftBlue{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0066cc;
    border: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonLeftBlue:hover {background-color: #29B6F6; color: black;}

.buttonLeftBlue:active {
    background-color: #0000ff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonRightBlue{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0066cc;
    border: none;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonRightBlue:hover {background-color: #29B6F6; color: black;}

.buttonRightBlue:active {
    background-color: #0000ff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonCenterBlue{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0066cc;
    border: none;
    box-shadow: 0 6px #999;
}
.buttonCenterBlue:hover {background-color: #29B6F6; color: black;}

.buttonCenterBlue:active {
    background-color: #0000ff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/* GREEN Bottons */

.buttonLeftGreen{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #007f22;
    border: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonLeftGreen:hover {background-color: #00CC33; color: black;}

.buttonLeftGreen:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonRightGreen{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #007f22;
    border: none;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonRightGreen:hover {background-color: #00CC33; color: black;}

.buttonRightGreen:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonCenterGreen{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #007f22;
    border: none;
    box-shadow: 0 6px #999;
}
.buttonCenterGreen:hover {background-color: #00CC33; color: black;}

.buttonCenterGreen:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}



/* RED Bottons */

.buttonLeftRed{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #CC0033;
    border: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonLeftRed:hover {background-color: #ff594d; color: black;}

.buttonLeftRed:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonRightRed{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #CC0033;
    border: none;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonRightRed:hover {background-color: #ff594d; color: black;}

.buttonRightRed:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonCenterRed{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #CC0033;
    border: none;
    box-shadow: 0 6px #999;
}
.buttonCenterRed:hover {background-color: #ff594d; color: black;}

.buttonCenterRed:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}




/* GRAY Bottons */

.buttonLeftGray{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #B0BEC5;
    border: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonLeftGray:hover {background-color: #B0BEC5; color: black;}


.buttonRightGray{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #B0BEC5;
    border: none;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 6px #999;
}
.buttonRightGray:hover {background-color: #B0BEC5; color: black;}

.buttonRightGray:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonCenterGray{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #B0BEC5;
    border: none;
    box-shadow: 0 6px #999;
}
.buttonCenterGray:hover {background-color: #B0BEC5; color: black;}

.buttonCenterGray:active {
    background-color: #ff0000;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonLPBlue{
    display: inline-block;
    padding: 3px 2px 3px 4px ;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: var(--blue);
    border: none;
    border-radius: 0px;
    box-shadow: 0 6px #999;
}
.buttonLPBlue:hover {background-color: #0000ff; color: black;}

.buttonLPBlue:active {
    background-color: #0000ff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonLPRed {
    display: inline-block;
    min-width:340px;
    max-widrh:350px;
    padding: 3px 2px 3px 4px ;
    margin-bottom: 1em;
    font-family: var(--body-font);
    font-size: var(--font-size);
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: var(--red);
    border: none;
    border-radius: 0px;
    box-shadow: 0 0px #999;
}
.buttonLPRed:hover {background-color: var(--blue); color: black;}
.buttonLPRed:active {
    background-color: #ff0000;
    /*   box-shadow: 0 0px #666; */
    /*   transform: translateY(4px);*/
}