﻿.container {
    background-color: #ffffff;
    height: 120px;
}

.top-container {
    /*background-color: #f9f9f9;*/
    background-image: linear-gradient(to bottom, #eaf0f6, white,white,white);
    display: block;
    height: 80%;
}

.banner {
    display: inline-block;
    text-decoration: none !important;
    padding-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.logo {
    padding-top: 10px;
    text-decoration: none !important;
    width: 100%;
}

.bottom-container {
    display: block;
}

.button {
}

.blue {
    border-top: 1px solid;
    background-color: #fbfbfb;
    border-color: #5184B7 !important;
    color: #888889 !important;
    display: block;
    width: 20%;
    height: 25px;
    left: 10px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none !important;
    float: left;
    font-family: 'Segoe UI';
    font-size: 15px;
}

    .blue:hover {
        border-top: 2px solid;
        border-color: #5184B7 !important;
        height: 24px;
        background-color: #f5f5f5;
    }

.light-blue {
    border-top: 1px solid;
    background-color: #fbfbfb;
    border-color: #78A0D1 !important;
    color: #888889 !important;
    display: block;
    width: 20%;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none !important;
    float: left;
    font-family: 'Segoe UI';
    font-size: 15px;
}

    .light-blue:hover {
        border-top: 2px solid !important;
        border-color: #78A0D1 !important;
        height: 24px;
        background-color: #f5f5f5;
    }

.purple {
    border-top: 1px solid;
    background-color: #fbfbfb;
    border-color: #C6C2E7 !important;
    color: #888889 !important;
    display: block;
    width: 20%;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none !important;
    float: left;
    font-family: 'Segoe UI';
    font-size: 15px;
}

    .purple:hover {
        border-top: 2px solid;
        border-color: #C6C2E7 !important;
        height: 24px;
        background-color: #f5f5f5;
    }

.green {
    border-top: 1px solid;
    background-color: #fbfbfb;
    border-color: #42C285 !important;
    color: #888889 !important;
    display: block;
    width: 20%;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none !important;
    float: left;
    font-family: 'Segoe UI';
    font-size: 15px;
}

    .green:hover {
        border-top: 2px solid;
        border-color: #42C285 !important;
        height: 24px;
        background-color: #f5f5f5;
    }

.red {
    border-top: 1px solid;
    background-color: #fbfbfb;
    border-color: #F3A0A0 !important;
    color: #888889 !important;
    display: block;
    width: 20%;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none !important;
    float: left;
    font-family: 'Segoe UI';
    font-size: 15px;
}

    .red:hover {
        border-top: 2px solid;
        border-color: #F3A0A0 !important;
        height: 24px;
        background-color: #f5f5f5;
    }

.lighter-green {
    border-top: 1px solid;
    background-color: #fbfbfb;
    border-color: #99BFDF !important;
    color: #888889 !important;
    display: block;
    width: 20%;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none !important;
    float: left;
    font-family: 'Segoe UI';
    font-size: 15px;
}

    .lighter-green:hover {
        border-top: 2px solid;
        border-color: #99BFDF !important;
        height: 24px;
        background-color: #f5f5f5;
    }

.button-search {
    background: #5184B7;
    text-decoration: none;
    display: inline-block;
    width: 20px;
    height: 17px;
    position: absolute;
    padding-top: 2px;
    color: whitesmoke !important;
    text-align: center;
    margin-left: 6px;
}


.container-search {
    background-color: #fbfbfb;
    height: 23px;
    width: 17%;
    padding-top: 6px;
    float: left;
    margin-left: 3px;
    border: 2px solid #ebebeb;
}

.form-search {
    border: none;
    width: 70%;
    margin-left: 5px;
    color:#888889;
    font-family:'Segoe UI';
}
