﻿

.hoverTable {
    width: 100%;
    border-collapse: collapse;
}

    .hoverTable td {
        padding: 7px;
        border: #4e95f4 1px solid;
    }
    /* Define the default color for all the table rows */
    .hoverTable tr {
        background: #78C2AD;
        color:white;
    }
        /* Define the hover highlight color for the table row */
        .hoverTable tr:hover {
            background-color: #ffff99;
            color:black;
        }
.colapseMenu{
    display:none;
}
.bigMenu{
    display:block;
    text-align:center;
}
.displaySelectTerms {
    /*    margin-left: 60px;*/
    /*margin-right: 150px;*/
    background-color: #78C2AD;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
 /*   border-radius: 8px;*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white;
}
.displayContentWhite {
    margin-left: 150px;
    margin-right: 150px;
    background-color: white;
    padding: 15px;
    font-size: 18px;
    border-radius: 8px;
}
.displayContentWhiteDarkText {
    margin-left: 150px;
    margin-right: 150px;
    background-color: white;
    padding: 15px;
    font-size: 18px;
    border-radius: 8px;
    color: black;
}
.displayContent {
    margin-left: 150px;
    margin-right: 150px;
    background-color: #F7F7F9;
    padding:15px;
    font-size: 18px;
    border-radius: 8px;
}
.displayContentBox {
    margin-left: 175px;
    margin-right: 175px;
    /* background-color: #F7F7F9;*/
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
}
.displayHomeImage {
    margin-left: 150px;
    margin-right: 150px;
    background-color: white;
    padding: 10px;
    font-size: 18px;
}
.topnav {

    background-color: #78C2AD;
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        /* Add an active class to highlight the current page */
        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }
.butSubmit {
    height: 50px;
    padding: 10px;
    background-color: #78C2AD;
    color: white;
    border-style: none;
    transition-duration: 0.4s;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}
    .butSubmit:hover {
        background-color: #5EB69D; /* Green */
        color: white;
    }
.butHome {
/*    display:block;*/
    height: 50px;
    padding: 5px;
    background-color: #78C2AD;
    color: white;
    border-style: none;
    transition-duration: 0.4s;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

    .butHome:hover {
        background-color: #EF7479; /* Green */
        color: white;
    }

    /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
    @media screen and (max-width: 1000px) {
        .butHome{
            display:none;
        }
        .displayContent {
            margin-left: 20px;
            margin-right: 20px;
        }
        .displayContentWhite {
            margin-left: 20px;
            margin-right: 20px;
        }
        .displayContentWhiteDarkText {
            margin-left: 20px;
            margin-right: 20px;
            color: black;
        }
        .displayContentBox {
            margin-left: 25px;
            margin-right: 25px;
        }
        .displayHomeImage {
            margin-left: 20px;
            margin-right: 20px;
            background-color: white;
            padding: 10px;
            font-size: 14px;
        }
        .bigMenu{display:none;}
   .colapseMenu{display:block;}

        .topnav a:not(:first-child) {
            display: none;
        }

        .topnav a.icon {
            float: right;
            display: block;
        }
        .topnav.responsive {
            position: relative;
        }

            .topnav.responsive a.icon {
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }

    }
