﻿@font-face {
    font-family: "Oswald";
    src: url('/Content/FrmKsfe/fonts/Oswald-Regular.ttf') format('truetype');
}

#newloginpage {
    margin: 40px 2% 10px 2%;
    width: 100%;
    min-height: 600px;
    font-size: 14px;
    font-family: Oswald, Roboto;
}

#newloginform {
    width: 30%;
    float: right;
    min-width: 250px;
    font-family: Oswald, Roboto;
}

#newcountrylist {
    width: 30%;
    float: right;
    min-width: 300px;
    font-family: Oswald, Roboto;
}

    #newcountrylist h4 {
        font-size: 150%;
        border-bottom: #275390 solid 8px;
    }

.continentname {
    background: #C8FE2E;
    font-size: 150%;
    margin-top: 20px;
}

#newcountrylist ul {
    padding: 0;
}

    #newcountrylist ul li {
        margin-top: 5px;
        padding: 5px;
        display: block;
        width: 100%;
        list-style: none;
        font-size: 14px;
        border-radius: 0 20%;
        background: #eaf8a7;
        background-image: linear-gradient(to bottom,rgb(137,212,244),rgb(191,230,247));
    }

        #newcountrylist ul li:hover {
            color: #275390;
            font-family: Oswald, Roboto;
        }

#newchitpatterns {
    width: 50%;
    float: right;
    min-width: 400px;
}

.newpagediv {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0px;
}

#announcedchits {
    font-size: 120%;
    color: #1C1C1C;
    font-family: Oswald, Roboto;
    margin-bottom: 10px;
}

    #announcedchits h4 {
        font-size: 140%;
        border-bottom: #00FF00 solid 6px;
        margin-bottom: 10px;
        text-align: center
    }

.monthcount {
    margin-top: 20px;
    background: #275390;
    color: #FFFFFF;
    font-size: 100%;
    text-align: center
}

#announcedchits table th {
    text-align: center;
    background: #80FF00;
    font-size: 16px;
}

#announcedchits table td {
    text-align: center;
    font-size: 14px;
}

#announcedchits table tr {
    border-bottom: #80FF00 1px dashed;
}

#goldenjubili {
    margin: 15px;
    text-align: center;
}

#newfooter {
    min-height: 50px;
    background: #275390;
    border-top: 4px solid #80FF00;
    vertical-align: middle;
    text-align: center;
    line-height: 150%;
    color: #E6E6E6;
    font-family: Oswald, Roboto;
}

.homepagelinks {
    font-family: Oswald, sans-serif;
}

    .homepagelinks a, .homepagelinks a:active, .homepagelinks a:visited {
        color: #0000FF;
        padding: 4px;
        margin-bottom: 4px;
        background-image: linear-gradient(to right,rgb(247,220,111),rgb(252,243,207));
        display: inline-block;
    }

.latest-news-pravasi {
    background: #C8FE2E;
    color: #275390;
    padding: 0 3px 3px 3px;
    font-family: Oswald, Roboto;
    text-align: center;
    font-size: 110%;
    border-radius: 0 25px;
}

    .latest-news-pravasi h4 {
        background: #275390;
        display: inline-block;
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        width: 70%;
        height: 25px;
        text-align: center;
        border-radius: 0 25px 0 0;
    }
