﻿@charset "utf-8";

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    background: #fff;
}

.wrapper {
    position: relative;
}

    .wrapper:before, .wrapper:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .wrapper:after {
        clear: both;
    }

.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}

.container:after {
    clear: both;
}

.container {
    position: relative;
    margin: 0 auto;
    display: block;
}

.header-wrapper {
    height: 113px;
    background: rgb(229,129,0);
    overflow: hidden;
}

.emblem {
    padding: 14px 15px;
    background: rgb(229,129,0);
    float: left;
}

.header-wrapper h1 {
    color: #fff;
    font-size: 30px;
    line-height: 27px;
    margin: 20px 0px 0px 20px;
    float: left;
}

    .header-wrapper h1 span {
        font-size: 13px;
        color: #FFF;
        display: block;
        font-weight: 400;
    }

.accessibility {
    float: right;
    font-size: 13px;
}

    .accessibility a.skip-content {
        float: left;
        display: inline-block;
        color: #fff;
        line-height: 23px;
    }

        .accessibility a.skip-content:hover {
            text-decoration: underline;
        }

    .accessibility ul {
        float: left;
        border-radius: 1px;
        overflow: hidden;
        margin-left: 15px;
    }

        .accessibility ul li {
            float: left;
        }

            .accessibility ul li a {
                display: block;
                height: 23px;
                background: #fff;
                width: 23px;
                line-height: 23px;
                text-align: center;
                padding: 0px 0px;
                color: #686868;
                margin-right: 3px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
            }

            .accessibility ul li:hover a {
                color: #1070C0;
            }

            .accessibility ul li:last-child {
                border-right: 0px;
            }

            .accessibility ul li.dark a {
                background: #363636;
                color: #fff;
            }

            .accessibility ul li.dark:hover a {
                color: #fff;
            }

.toggle-nav-bar {
    display: none;
}

.nav-wrapper {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgb(229,129,0);
    border-bottom: 4px solid rgb(229,129,0);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.49);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.49);
    box-shadow: 0 2px 6px rgba(0,0,0,0.49);
    background: #1FA260; /* Old browsers */
}

.nav-container {
    padding: 0px 20px;
}

    .nav-container ul li {
        float: left;
    }

        .nav-container ul li a {
            display: block;
            padding: 11px 15px;
            font-size: 1em;
            color: #fff;
        }

    /*.nav-container ul li a:hover, .nav-container ul li.active a {
                color: #fff;
                background-color: #1070c0;
            }*/

    .nav-container > ul > li > a:hover, .nav-container > ul > li.active > a {
        color: #fff;
        /*background-color: #1070c0;*/
        background-color: rgb(229,129,0);
    }

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: -1000;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.widgetTitle {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

    .widgetTitle::after {
        border-bottom: 1px solid #e3e3e3;
        bottom: 2px;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
    }

    .widgetTitle::before {
        border-top: 1px solid #e3e3e3;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 2px;
    }

.wrap {
    margin: 20px auto;
    display: block;
    padding: 30px;
    /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIElEQVQYV2NkIAK8ffv2PyMR6hhGFeINJXDwgAhiwhIAIyslx2i5iywAAAAASUVORK5CYII=) repeat #fff;*/
    /*box-shadow*/
    -webkit-box-shadow: 0 2px 5px hsla(0,0%,0%,.4), inset 0 1px 0 #ccc, inset 1px 0 0 #aaa, inset 0 -1px 0 #ccc, inset -1px 0 0 #aaa, inset 0 2px 0 #c6c6c6, inset 2px 0 0 #a6a6a6, inset 0 -2px 0 #c6c6c6, inset -2px 0 0 #a6a6a6, inset 0 3px 0 #c0c0c0, inset 3px 0 0 #a0a0a0, inset 0 -3px 0 #c0c0c0, inset -3px 0 0 #a0a0a0, inset 0 4px 0 #b9b9b9, inset 4px 0 0 #999, inset 0 -4px 0 #b9b9b9, inset -4px 0 0 #999, inset 0 5px 0 #b6b6b6, inset 5px 0 0 #969696, inset 0 -5px 0 #b6b6b6, inset -5px 0 0 #969696, inset 0 6px 0 #b0b0b0, inset 6px 0 0 #909090, inset 0 -6px 0 #b0b0b0, inset -6px 0 0 #909090, inset 0 7px 0 #a9a9a9, inset 7px 0 0 #898989, inset 0 -7px 0 #a9a9a9, inset -7px 0 0 #898989, inset 0 8px 0 #a6a6a6, inset 8px 0 0 #868686, inset 0 -8px 0 #a6a6a6, inset -8px 0 0 #868686, inset 0 9px 0 #a0a0a0, inset 9px 0 0 #808080, inset 0 -9px 0 #a0a0a0, inset -9px 0 0 #808080, inset 0 10px 0 #888, inset 10px 0 0 #666, inset 0 -10px 0 #888, inset -10px 0 0 #666, inset 0 0 10px 10px hsla(0,0%,0%,.5), inset 0 0 50px hsla(0,0%,0%,.5);
    -moz-box-shadow: 0 2px 5px hsla(0,0%,0%,.4), inset 0 1px 0 #ccc, inset 1px 0 0 #aaa, inset 0 -1px 0 #ccc, inset -1px 0 0 #aaa, inset 0 2px 0 #c6c6c6, inset 2px 0 0 #a6a6a6, inset 0 -2px 0 #c6c6c6, inset -2px 0 0 #a6a6a6, inset 0 3px 0 #c0c0c0, inset 3px 0 0 #a0a0a0, inset 0 -3px 0 #c0c0c0, inset -3px 0 0 #a0a0a0, inset 0 4px 0 #b9b9b9, inset 4px 0 0 #999, inset 0 -4px 0 #b9b9b9, inset -4px 0 0 #999, inset 0 5px 0 #b6b6b6, inset 5px 0 0 #969696, inset 0 -5px 0 #b6b6b6, inset -5px 0 0 #969696, inset 0 6px 0 #b0b0b0, inset 6px 0 0 #909090, inset 0 -6px 0 #b0b0b0, inset -6px 0 0 #909090, inset 0 7px 0 #a9a9a9, inset 7px 0 0 #898989, inset 0 -7px 0 #a9a9a9, inset -7px 0 0 #898989, inset 0 8px 0 #a6a6a6, inset 8px 0 0 #868686, inset 0 -8px 0 #a6a6a6, inset -8px 0 0 #868686, inset 0 9px 0 #a0a0a0, inset 9px 0 0 #808080, inset 0 -9px 0 #a0a0a0, inset -9px 0 0 #808080, inset 0 10px 0 #888, inset 10px 0 0 #666, inset 0 -10px 0 #888, inset -10px 0 0 #666, inset 0 0 10px 10px hsla(0,0%,0%,.5), inset 0 0 50px hsla(0,0%,0%,.5);
    box-shadow: 0 2px 5px hsla(0,0%,0%,.4), inset 0 1px 0 #ccc, inset 1px 0 0 #aaa, inset 0 -1px 0 #ccc, inset -1px 0 0 #aaa, inset 0 2px 0 #c6c6c6, inset 2px 0 0 #a6a6a6, inset 0 -2px 0 #c6c6c6, inset -2px 0 0 #a6a6a6, inset 0 3px 0 #c0c0c0, inset 3px 0 0 #a0a0a0, inset 0 -3px 0 #c0c0c0, inset -3px 0 0 #a0a0a0, inset 0 4px 0 #b9b9b9, inset 4px 0 0 #999, inset 0 -4px 0 #b9b9b9, inset -4px 0 0 #999, inset 0 5px 0 #b6b6b6, inset 5px 0 0 #969696, inset 0 -5px 0 #b6b6b6, inset -5px 0 0 #969696, inset 0 6px 0 #b0b0b0, inset 6px 0 0 #909090, inset 0 -6px 0 #b0b0b0, inset -6px 0 0 #909090, inset 0 7px 0 #a9a9a9, inset 7px 0 0 #898989, inset 0 -7px 0 #a9a9a9, inset -7px 0 0 #898989, inset 0 8px 0 #a6a6a6, inset 8px 0 0 #868686, inset 0 -8px 0 #a6a6a6, inset -8px 0 0 #868686, inset 0 9px 0 #a0a0a0, inset 9px 0 0 #808080, inset 0 -9px 0 #a0a0a0, inset -9px 0 0 #808080, inset 0 10px 0 #888, inset 10px 0 0 #666, inset 0 -10px 0 #888, inset -10px 0 0 #666, inset 0 0 10px 10px hsla(0,0%,0%,.5), inset 0 0 50px hsla(0,0%,0%,.5);
    border: 1px solid #eee;
    /*border-radius*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.container.body-container {
    padding: 20px;
}

.sidebar {
    width: 270px;
    float: left;
    position: absolute;
    top: 20px;
    left: 20px;
}

.sidebar-block {
    padding-bottom: 15px;
}

    .sidebar-block:last-child {
        padding-bottom: 0;
    }

.side-link {
    display: block;
}

    .side-link ul li {
        display: block;
        background: #f09802;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        border-left: 3px solid transparent;
    }

        .side-link ul li:hover, .side-link ul li.active {
            background: rgb(229,129,0);
            border-left: 3px solid #1070c0;
        }

        .side-link ul li a {
            padding: 10px 10px 10px 45px;
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 400;
        }

        .side-link ul li.ico-login a {
            background: url(../images/sprite.png) no-repeat 15px 8px;
        }

        .side-link ul li.ico-reg a {
            background: url(../images/sprite.png) no-repeat 15px -52px;
        }

        .side-link ul li.ico-info a {
            background: url(../images/sprite.png) no-repeat 15px -114px;
        }

        .side-link ul li.ico-query a {
            background: url(../images/sprite.png) no-repeat 15px -176px;
        }

        .side-link ul li.ico-Proposal a {
            background: url(../images/sprite.png) no-repeat 15px -236px;
        }

.side-banner {
    background: #cbc0b9;
    display: block;
}

    .side-banner img {
        width: 100%;
    }

    .side-banner figcaption {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
        color: #5f554e;
        padding: 10px
    }

.side-menu {
    display: block;
}

    .side-menu ul li h3 {
        display: block;
        background: #f09802;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        border-bottom: 1px solid #d38603;
        border-left: 3px solid transparent;
    }

        .side-menu ul li h3:hover {
            background: rgb(229,129,0);
            border-left: 3px solid #1070c0;
        }

    .side-menu ul li.active h3 {
        background: rgb(229,129,0) !important;
    }

    .side-menu ul li h3 {
        padding: 10px;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

        .side-menu ul li h3 i {
            font-size: 20px;
            margin-right: 10px;
        }

            .side-menu ul li h3 i.right {
                float: right;
            }

    .side-menu ul li ul li {
        display: block;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        border-bottom: 1px solid #075495;
    }

        .side-menu ul li ul li a {
            padding: 10px 10px 10px 45px;
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 400;
            background: #1070c0;
            border-left: 3px solid transparent;
        }

            .side-menu ul li ul li a:hover {
                background: #2f97ed;
                border-left: 3px solid #333;
            }

.welcomeText {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    float: right;
    display: block;
    line-height: 20px;
    margin-right: 10px;
}

.leftDashboard .contentDashboard, .rightDashboard .contentDashboard {
    border: 1px solid #DDD;
    padding: 10px;
}

.TilesIcons {
    text-align: center;
    width: 185px;
    float: left;
    padding: 20px 10px;
    color: #FFF;
    margin: 2px;
}

    .TilesIcons a {
        color: #FFF;
        text-decoration: none;
        display: block;
    }


.white {
    background-color: #FFF;
}

.green {
    background-color: #008509 !important;
}

.gray {
    background-color: #AAA !important;
}

.blue {
    background-color: #0059b5;
}

.red {
    background-color: #d90000 !important;
}

.Voilet {
    background-color: #9400D3;
    color: #FFF;
}

    .Voilet a {
        color: #FFF;
    }

.download-pdf {
    background: rgb(229,129,0);
}

    .download-pdf ul {
        padding: 0px 15px;
    }

        .download-pdf ul li {
            display: block;
            padding: 10px 0 10px 28px;
            border-bottom: 1px solid #0e8a62;
        }

            .download-pdf ul li.ico-pdf {
                background: url(../images/ico-pdf.png) no-repeat 0px 12px;
            }

            .download-pdf ul li.ico-word {
                background: url(../images/ico-word.png) no-repeat 0px 12px;
            }

            .download-pdf ul li:last-child {
                border-bottom: 0;
            }

            .download-pdf ul li a {
                display: block;
                color: #fff;
                padding: 0px;
                font-size: 14px;
            }

                .download-pdf ul li a:hover {
                    text-decoration: underline;
                }

.content-area {
    margin-left: 290px;
    display: block;
}

.content-banner {
    display: block;
    padding-bottom: 18px;
}

    .content-banner img {
        width: 100%;
    }

.content-area h2 {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    padding-bottom: 10px;
}

.jump-link {
    float: right;
}

    .jump-link a {
        text-align: center;
        display: inline-block;
        color: #333333;
        padding: 5px 10px;
        border: 5px inset rgb(229,129,0);
        text-decoration: none;
        text-transform: uppercase;
    }

        .jump-link a:hover {
            border: 5px inset #f09802;
            color: #333333;
        }

a.bttn-more {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #1ed297;
    float: right;
    padding: 0px 3px 2px 3px;
    line-height: normal;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
}

    a.bttn-more:hover {
        background: #0F9C6E
    }

.whats-new {
    padding-top: 0px;
}

    .whats-new h3 {
        padding-bottom: 10px;
        font-size: 16px;
    }

.whats-new-holder {
    position: relative;
}

.whats-new-top {
    font-weight: bold;
}

.whats-new-holder .date {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    padding: 7px;
}

.whats-new-holder span {
    display: block;
}

.whats-new-holder .subject {
    margin-left: 120px;
    padding: 7px 10px;
}

.whats-new-holder .date1 {
    float: left;
    padding-top: 4px;
}

.whats-new-holder .subject1 {
    margin-left: 120px;
    margin-top: 5px;
}

.whats-new-holder .subject a {
    text-decoration: underline;
}

    .whats-new-holder .subject a:hover {
        color: #000;
    }

.whats-new-holder .whats-new-top .date, .whats-new-holder .whats-new-top .subject {
    padding: 7px 10px;
}

.whats-new-holder .whats-new-scroll-holder .date, .whats-new-holder .whats-new-scroll-holder .subject {
    padding: 10px 10px;
}

.whats-new-content {
    position: relative;
}

.whats-new-scroll-holder {
    position: relative;
}

.bttnspan {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.boxes {
    margin: 20px 0;
    width: 100%;
}

.schemes {
    width: 26%;
    float: left;
    background-color: #3F51B5;
    padding: 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.releases {
    width: 26%;
    float: left;
    margin-left: 5%;
    background-color: #E91E63;
    padding: 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.ngos {
    width: 26%;
    float: left;
    margin-left: 5%;
    background-color: #9C27B0;
    padding: 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

    .schemes h1, .releases h1, .ngos h1 {
        margin-bottom: 20px;
    }

        .schemes h1 span, .releases h1 span, .ngos h1 span {
            color: #FFF;
            font-size: 28px;
            text-transform: uppercase;
        }

    .schemes a i, .releases a i, .ngos a i {
        color: #FFF;
        font-size: 50px;
        display: inline-block;
    }

    .schemes a, .releases a, .ngos a {
        color: #FFF;
        font-size: 36px;
        position: absolute;
        left: 110px;
        top: 80px;
    }

.dash-box1 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin: 0 0 2% 0;
    background-color: #3F51B5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box2 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin: 0 0 2% 2%;
    background-color: #E91E63;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box3 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin: 0 0 2% 2%;
    background-color: #9C27B0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box4 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin: 0 0 2% 2%;
    background-color: #008509;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box5 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    background-color: #ff5722;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box6 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin-left: 2%;
    background-color: #2980b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box7 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin-left: 2%;
    background-color: #fdad2a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box8 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin-left: 2%;
    background-color: darkseagreen;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box9 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin-top: 2%;
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box10 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin-left: 2%;
    margin-top: 2%;
    background-color: #E91E63;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box11 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin-top: 2%;
    margin-left: 2%;
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.dash-box12 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    margin-top: 2%;
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.Logoutbox {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    /*margin-top:2%;*/
    margin-left: 2%;
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

.Logoutbox1 {
    width: 20.5%;
    float: left;
    padding: 3% 1.5%;
    /*margin-top:2%;*/
    /*margin-left:2%;*/
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 90px;
}

    .dash-box1 a, .dash-box2 a, .dash-box3 a, .dash-box4 a, .dash-box5 a, .dash-box6 a, .dash-box7 a, .dash-box8 a, .dash-box9 a, .dash-box10 a, .dash-box11 a, .dash-box12 a, .Logoutbox a, .Logoutbox1 a {
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        .dash-box1 a p, .dash-box2 a p, .dash-box3 a p, .dash-box4 a p, .dash-box5 a p, .dash-box6 a p, .dash-box7 a p, .dash-box8 a p, .dash-box9 a p, .dash-box10 a p, .dash-box11 a p, .dash-box12 a p, .Logoutbox a p, .Logoutbox1 a p {
            padding: 0;
            margin-top: 10px;
            font-size: 16px;
        }


/*.whats-new table{border:1px solid #f2f2f2; width:100%;}
.whats-new table thead tr{background:#f2f2f2;}
.whats-new table thead tr th{padding:6px 10px; text-align:left;}
.whats-new table tbody tr td{padding:10px; text-align:left;}
.whats-new table tbody tr td a{text-decoration:underline;}
.whats-new table tbody tr td a:hover{color:#000;}*/

/*Footer*/
.footer-wrapper {
    background: rgb(229,129,0);
}

    .footer-wrapper a {
        color: #FFF;
    }

        .footer-wrapper a:hover {
            text-decoration: underline;
        }

.container.footer-container {
    padding: 5px;
    font-size: 13px;
}

.container.footer-container-bottom {
    padding: 10px 20px;
    font-size: 13px;
    background-color: #117040;
}

.footer-block {
    float: left;
}

.block-copyright {
    width: 100%;
    text-align: center;
    color: #FFF;
}

.footer-block.block-about {
    width: 20%;
    padding: 0 1%;
}

    .footer-block.block-about img {
        width: 40px;
    }

    .footer-block.block-about p {
        text-align: left;
        color: #FFF;
        padding: 0;
        line-height: normal;
    }

.footer-block.block-contact {
    width: 20%
}

.footer-block.block-help-desk {
    width: 30%
}

.footer-block.block-featured-link {
    width: 18%;
    padding: 0 1%;
}

.footer-block h4 {
    color: #FFF;
    font-size: 15px;
    padding-bottom: 15px;
}

.copy-right {
    color: #fff;
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid #0f5590;
    line-height: 130%;
}

    .copy-right span {
        display: block;
    }

.host-text {
    color: #fff;
    padding-top: 8px;
}

    .host-text span {
        display: block;
    }

address.footer-address {
    color: #fff;
    margin: 0;
    padding: 0;
    font-style: normal;
    line-height: 130%;
}

    address.footer-address span {
        color: #fff;
        font-weight: bold;
    }

.desk-email {
    color: #fff;
    line-height: 130%;
    padding-bottom: 10px;
    display: inline-block;
}

    .desk-email span {
        color: #fff;
    }

.footer-link ul li {
    display: block;
    padding-bottom: 5px;
}

    .footer-link ul li a {
        display: inline-block;
    }


.events {
    margin-bottom: 15px;
}

.event-countdown {
    padding: 10px;
    background: #f09802;
}

    .event-countdown h3 {
        margin-bottom: 10px;
        color: #fff;
        text-align: center;
    }

.counter {
    padding: 10px 20px 20px;
    margin: 0 -10px 7px -10px;
    background: #000;
    color: #fff;
}

.event-countdown > p {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: normal;
    text-align: justify;
    color: #FFF;
}

.event-countdown ul.list li {
    font-size: 12px;
}

    .event-countdown ul.list li span {
        display: inline-block;
        margin-right: 8px;
        color: #FFF;
    }

        .event-countdown ul.list li span i {
            margin-right: 5px;
        }

.login-form {
    width: 35%;
    margin: 20px auto 30px;
}

    .login-form h3 {
        text-align: center;
        font-size: 24px;
    }

    .login-form input[type="text"], input[type="password"], input[type="submit"] {
        width: 165px;
        /*box-sizing: border-box;*/
        /*border-radius: 5px;*/
        border: 1px solid #ccc;
        /*margin-bottom: 20px;*/
        font-size: 14px;
        /*padding: 0 10px 0 10px;*/
        outline: none;
    }

    .login-form .username, .login-form .password {
        padding: 0px 20px 0px 50px !important;
    }

    .login-form .username {
        background: #fff url('../images/usrname.png') 20px top no-repeat;
        background-size: 16px 80px;
    }

        .login-form .username:focus {
            background: #fff url('../images/usrname.png') 20px bottom no-repeat;
            background-size: 16px 80px;
        }

    .login-form .password {
        background: #fff url('../images/password.png') 20px top no-repeat;
        background-size: 16px 80px;
    }

        .login-form .password:focus {
            background: #fff url('../images/password.png') 20px bottom no-repeat;
            background-size: 16px 80px;
        }

    .login-form input:active, .login-form input:focus {
        border: 1px solid #ff656c;
    }

.basic-btn {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    background-color: #f09802;
    border-color: #f09802;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
}

    .basic-btn:hover {
        box-shadow: 0 -3px rgba(0,0,0,0.2) inset;
    }

.forgot-pass {
    margin-top: 20px;
    background-color: #CCC;
    text-align: center;
    padding: 10px 0;
}

.footer-link ul li a:hover, .footer-link ul li.active a {
    color: #fff;
    text-decoration: underline;
}

ul {
    list-style: none;
}



a {
    text-decoration: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

    a:hover {
        text-decoration: underline;
    }

    a img, img {
        border: none;
    }

.white {
    background-color: #FFF;
}

.green {
    background-color: #008509 !important;
}

.gray {
    background-color: #AAA !important;
}

.blue {
    background-color: #0059b5;
}

.red {
    background-color: #d90000 !important;
}

.Voilet {
    background-color: #9400D3;
    color: #FFF;
}

    .Voilet a {
        color: #FFF;
    }

.marignZero {
    margin: 0 !important;
}

.page {
    width: 1024px;
    margin: 0 auto;
}

.InputFormAuto label {
    float: right;
    text-align: right;
    padding: 0px 20px;
    display: block;
}

.InputForm .radioLabel label {
    float: none;
    width: auto;
}

.InputForm {
    width: 400px;
    height: auto;
    /*margin: 0px auto 0px auto;*/
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    border-top: solid 4px rgb(229,129,0);
    border-bottom: solid 4px rgb(229,129,0);
    /*border: 1px solid rgb(229,129,0);*/
    box-shadow: 0px 0px 5px #CCC;
}

.InputFormss {
    width: 600px;
    height: auto;
    /*margin: 0px auto 0px auto;*/
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    border-top: solid 4px rgb(229,129,0);
    border-bottom: solid 4px rgb(229,129,0);
}

.InputFormAuto {
    width: 900px;
    height: auto;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    border-top: solid 4px rgb(229,129,0);
    border-bottom: solid 4px rgb(229,129,0);
    /*border: 1px solid rgb(229,129,0);*/
    box-shadow: 0px 0px 5px #CCC;
}

.InputFormNew {
    width: 800px;
    height: auto;
    /*margin: 0px auto 0px auto;*/
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    border-top: solid 4px rgb(229,129,0);
    border-bottom: solid 4px rgb(229,129,0);
}

.parent_menu {
    width: 110px;
    background-color: #FF6600;
    color: #fff;
    text-align: center;
    height: 30px;
    margin-right: 5px;
}

.child_menu {
    width: 110px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.sub_menu {
    width: 110px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.selected_menu {
    background-color: #FF6600;
}

.hover_menu {
    background-color: #1FA260;
    color: #fff;
}



.AspMenu {
    color: rgb(229,129,0);
    text-align: left;
}

#Menu a {
    color: rgb(229,129,0);
}

    #Menu a:hover {
        color: rgb(229,129,0);
    }

.StaticMenuItemStyle {
    padding: 0;
    margin: 0;
}

    .StaticMenuItemStyle td {
        padding: 11px 15px;
    }

.DynamicMenuItemStyle {
    background-color: #1FA260;
    font-size: medium;
    padding: 0px 15px;
    color: #FFFFFF;
}

    .DynamicMenuItemStyle td {
        padding: 7px 0px;
    }

        .DynamicMenuItemStyle td a {
            color: #FFFFFF;
            /*background-color: #1FA260;*/
        }

.StaticHoverStyle {
    background-color: rgb(229,129,0);
}

.DynamicHoverStyle {
    /*background-color: rgb(229,129,0);*/
}

.DynamicMenuStyle {
}

.StaticSelectedStyle {
    /*background-color: #1FA260;*/
}

DynamicSelectedStyle {
    background-color: rgb(229,129,0);
}

.inputBox .inputTextAreaLock {
    float: left;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
    display: block;
    width: 300px;
    min-height: 60px;
    max-height: 200px;
    min-width: 300px;
    max-width: 300px;
}

.inputbox short, shorter, shortest, medium, big {
    border: 1px solid #AAA;
    border-radius: 3px;
}

.userLogin {
    border: 1px solid #DDD;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #CCC;
}

    .userLogin .loginForm {
        border: 1px solid #CCC;
        width: 506px;
        margin: 40px auto;
        border-radius: 10px;
        background: #EEE;
    }

.applicantDetails {
    margin: 0 auto;
    padding: 20px;
}

.LogininputBox {
    clear: both;
    padding: 5px 10px;
}

    .LogininputBox .labeled {
        float: left;
        text-align: right;
        padding: 0px 20px;
        display: block;
    }

    .LogininputBox .labeledLong {
        float: left;
        text-align: right;
        padding: 0px 20px;
        display: block;
    }

    .LogininputBox .inputText {
        float: left;
        padding: 5px 10px;
        border-radius: 3px;
        border: 1px solid #AAA;
        display: block;
        width: 150px;
    }

.clear {
    clear: both;
}

.wrapperHead {
    background-color: rgb(229,129,0);
    padding: 0px 4px 0px 0px;
    float: left;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
    margin-left: -11px;
}

.subHead {
    display: block;
    float: left;
    background-position: left 3px;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 40px 5px 10px;
}

.seperator {
    height: 1px;
    background: #CCC;
    margin-top: 12px;
}

.inputBox {
    clear: both;
    padding: 10px 20px;
}

    .inputBox .labeled {
        float: right;
        text-align: right;
        padding: 5px 20px;
        display: block;
    }

    .inputBox .labeledLong {
        float: left;
        text-align: right;
        padding: 5px 20px;
        display: block;
    }

.gistArea {
    width: 300px;
    min-height: 50px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
}

.inputBox .inputText {
    float: left;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
    display: block;
    width: 300px;
}

.inputBox .inputSTD {
    float: left;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
    display: block;
    width: 40px;
    margin-right: 10px;
}

.inputBox .inputLandline {
    float: left;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
    display: block;
    width: 230px;
}

.inputBox select {
    padding: 5px 10px;
    width: 322px;
    border-radius: 3px;
    border: 1px solid #AAA;
}

.inputBox .calendar {
    background-image: url(~/images/calendar.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.inputBox .shortest {
    width: 50px;
    font-size: 12px;
    padding: 3px 3px;
}

.inputBox .shorter {
    width: 70px;
    font-size: 12px;
    padding: 3px 3px;
}

.inputBox .short {
    width: 100px;
    font-size: 12px;
    padding: 3px 3px;
}

.inputBox .medium {
    width: 200px;
    font-size: 12px;
    padding: 3px 3px;
}

.inputBox .big {
    width: 300px;
    font-size: 12px;
    padding: 3px 3px;
}

.documentUpload .bttnUpload {
    width: 65px;
}

.radioButtonCSS {
    float: left;
    width: 150px;
}

.radioTextRight {
    float: right;
    width: 400px;
}

    .radioTextRight .inputText {
        width: 100px !important;
        float: none !important;
        margin-bottom: 10px;
    }

.radioButtonCSS table {
    border: none;
    border-collapse: collapse;
}

.radioButtonCSS td, .radioButtonCSS th, .radioButtonCSS tr {
    border: none;
    padding: 10px;
}

.buttonSet {
    text-align: right;
}

.buttonSetPadding {
    text-align: left;
    padding-right: 225px;
    margin-top: -15px;
}

.bttnSubmit {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 20px;
    color: #fff;
    border-radius: 10px;
    margin-left: 20px;
    background: rgb(229,129,0);
    cursor: pointer;
    height: 32px;
}

    .bttnSubmit:hover {
        color: #ffd66a;
        text-decoration: none;
        background-color: #1FA260;
    }

.normalBttn {
    padding: 0px 10px;
    margin-left: 10px;
}

.companyTableWrapper {
    height: 160px;
    width: 760px;
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid #DDD;
}

.companyTable {
    width: 600px;
    margin-left: 80px;
}

    .companyTable thead {
        font-weight: bold;
        font-size: 11px;
    }

    .companyTable td {
        padding: 5px 10px;
        font-size: 11px;
    }

.documentUpload {
}

    .documentUpload .mainUploadUL {
        font-weight: bold;
        margin-left: 20px;
    }

        .documentUpload .mainUploadUL li {
        }

        .documentUpload .mainUploadUL .subUploadUL {
            margin-left: 20px;
        }

            .documentUpload .mainUploadUL .subUploadUL li {
            }

    .documentUpload .inputFile {
        clear: both;
        padding: 20px 0px 10px 0px;
    }

        .documentUpload .inputFile .newInputExtra {
            margin-top: 20px;
            margin-right: 95px;
            width: 282px;
            float: right;
            padding: 5px 10px;
            border-radius: 3px;
            border: 1px solid #AAA;
        }


    .documentUpload .companyTable file {
        width: 100px;
        font-size: 12px;
        padding: 3px 3px;
    }

.companyTable input[type="file"] {
    align-items: baseline;
    color: inherit;
    text-align: left;
    width: 140px;
}

.documentUpload .inputFile span {
    width: 505px;
    text-align: left;
    display: block;
    float: left;
    margin-right: 20px;
    padding-top: 3px;
}

.documentUpload .mainUploadUL .subUploadUL span {
    width: 485px;
    padding-top: 3px;
    font-weight: normal;
}

.documentUpload .mainUploadUL .subUploadUL {
    font-weight: normal;
}

.documentUpload .subUploadUL .inputFile {
    clear: both;
    padding: 3px 0px 3px 0px;
}

.documentUpload .bttnUpload {
    width: 65px;
}

.documentUpload .otherInfo {
    float: left;
    width: 281px;
    min-height: 100px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
}

.documentUpload .buttonSet {
    text-align: right;
    padding-right: 10px;
}

.paddingDivTwenty {
    height: 20px;
}

.bottomLessPadding {
    padding: 0px 0px 0px 0px;
}
/* ==================   Style for the Register page  ==================== */
.newUserRegistrationForm {
    border: 1px solid #DDD;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #CCC;
}

    .newUserRegistrationForm .registerForm {
        width: 900px;
        margin: 40px auto;
        border-radius: 10px;
    }

    .newUserRegistrationForm .wrapperHead {
        margin-top: -12px;
        margin-left: -1px;
    }

    .newUserRegistrationForm .wrapperHead {
        margin-top: -12px;
        margin-left: -1px;
    }

    .newUserRegistrationForm .inputBox .inputText {
        width: 50px;
    }

    .newUserRegistrationForm .inputBox span {
        width: 150px;
    }

    .newUserRegistrationForm .buttonSetPadding {
        padding-right: 35px;
    }

    .newUserRegistrationForm .addressRegister {
        float: left;
        width: 200px;
        min-height: 70px;
        padding: 5px 10px;
        border-radius: 3px;
        border: 1px solid #AAA;
    }

.requiredMsg {
    float: left;
}

.userLogin .wrapperHead {
    margin-top: -12px;
    margin-left: -1px;
}

.userLogin .inputBox .inputText {
    width: 200px;
}

.userLogin .inputBox span {
    width: 150px;
}

.userLogin .buttonSetPadding {
    padding-right: 35px;
}

.addressRegister {
}

.tdleft {
    width: 30%;
    font-weight: bold;
    padding: 10px;
}

.tdright {
    width: 70%;
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.rightAlign {
    text-align: right;
}

.whitefont {
    color: #FFF;
}

.borderNone {
    border: none;
}

.paddingTenFive {
    padding: 3px 5px;
}

.paddingTenBottom {
    padding: 0px 0px 10px 0px;
}

.paddingTwentyLeft {
    padding: 0px 0px 0px 20px;
}

.extraInput {
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #AAA;
    display: block;
}

.inputShortest {
    width: 50px;
}

.inputShorter {
    width: 80px;
}

.inputShort {
    width: 130px;
}

.inputMedium {
    width: 200px;
}

.inputLarge {
    width: 300px;
}

.paddingTwentyT$en {
    padding: 20px 10px;
}

.adminDashboard {
}

    .adminDashboard table {
        background: #FFF;
    }

.animateRight {
}

.contentTable {
}

    .contentTable thead {
        font-weight: bold;
        font-size: 12px;
    }

    .contentTable td {
        padding: 5px 10px;
        font-size: 12px;
    }

#back-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
}

    #back-top a {
        width: 45px;
        height: 45px;
        display: block;
        text-align: center;
        line-height: 24px;
        background-image: url(~/images/top.png);
    }

.inputBox .inputTextAreaLock {
    float: left;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAA;
    display: block;
    width: 300px;
    min-height: 60px;
    max-height: 200px;
    min-width: 300px;
    max-width: 300px;
}

.inputbox short, shorter, shortest, medium, big {
    border: 1px solid #AAA;
    border-radius: 3px;
}

.modalpopup {
    background-color: #FFFFFF;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.pager span {
    color: Blue;
    font-weight: bold;
    font-size: 16pt;
}

hr.thin {
    height: 1px;
    border: 0;
    color: #cccccc;
    background-color: #cccccc;
    margin: 5px 0px 5px 0px;
}

.setPadding td, th {
    padding: 5px 5px;
}

.removePadding td {
    padding: 0px;
}

.filterBox {
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    background-color: #f8f8f8;
    height: auto;
    padding: 7px 0px 7px 0px;
}

    .filterBox select, input[type="text"] {
        margin: 0px 0px;
    }

    .filterBox input[type="text"] {
        padding: 5px 10px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }

.gridview {
    background-color: #fff;
    padding: 2px;
    margin: 2% auto;
}

    .gridview a {
        margin: auto 1%;
        border-radius: 50%;
        background-color: #507CD1;
        padding: 5px 7px;
        color: #fff;
        font-size: 10px;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .gridview a:hover {
            background-color: #0F60A3;
            color: #fff;
        }

    .gridview span {
        background-color: Green;
        color: #fff;
        font-size: 10px;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 7px;
    }

    .gridview td {
        padding: 5px 2px;
    }




/*Calendar Control CSS*/
.cal_Theme1 td {
    padding: 0px;
}

.cal_Theme1 .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

div.fadeMe {
    opacity: 0.9;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    color: Black;
    font-weight: bold;
    text-align: center;
    Padding: 50px;
    font-size: 18px;
}

.table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

div.fadeMe {
    opacity: 0.9;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 200000;
    top: 0;
    left: 0;
    position: absolute;
    color: Black;
    font-weight: bold;
    text-align: center;
    Padding: 50px;
    font-size: 18px;
}

.mii-logo {
    margin-bottom: 50px;
}

.sw-logo {
    display: inline-block;
}

.ministr {
    width: 270px;
    float: left;
    background: url(../images/minstr-bg.jpg) repeat;
    padding: 60px 0px;
    text-align: center;
}

a.follow {
    display: inline-block;
    background: #f4f4f4 url(../images/twittr.png) no-repeat 7px 6px;
    color: #3d3d3d;
    font-weight: 700;
    font-size: 95%;
    padding: 7px 10px 7px 35px;
    border-radius: 4px;
}

.ministr img {
    display: inline-block;
    margin-bottom: 15px;
}

.ministr h3 {
    font-size: 90%;
    font-weight: 600;
    color: #1c1c1c;
    padding-bottom: 6px;
}

    .ministr h3 span {
        display: block;
        color: #818181;
        font-weight: 400;
        padding-top: 2px;
    }

.ministr h4 {
    font-size: 100%;
    font-weight: 400;
    color: #444444;
    padding-bottom: 10px;
}

.common-wrapper {
    border-bottom: 1px solid #eeeeee;
    background: #fbfbfb;
}

.common-container {
    height: 20px;
}

.container.common-container {
    max-width: 1330px;
    padding: 0 15px;
    /*width: 100%;*/
}

.common-left {
    float: left;
    position: relative;
}

.common-right {
    float: right;
    position: relative;
}

.common-left ul li {
    float: left;
    line-height: 132%;
    font-size: 72%;
    font-weight: 600;
    text-transform: uppercase;
    height: 20px;
    padding-top: 6px;
}

    .common-left ul li.gov-india {
        text-align: right;
    }

    .common-left ul li span {
        display: block;
        font-size: 120%;
    }

    .common-left ul li.ministry {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #eeeeee;
    }


.common-right ul li {
    float: left;
    position: relative;
    height: 20px;
    padding: 6px 7px;
    border-left: 1px solid #eeeeee;
}


    .common-right ul li a {
        display: block;
        width: 24px;
        height: 24px;
        font-size: 90%;
    }

    .common-right ul li.ico-skip > a {
        background: url(../images/ico-skip.png) no-repeat;
    }

    .common-right ul li.ico-accessibility > a {
        background: url(../images/ico-accessibilitynew.png) no-repeat;
    }

    .common-right ul li.ico-social > a {
        background: url(../images/ico-social.png) no-repeat;
    }

    .common-right ul li.ico-login > a {
        background: url(../images/ico-login.png) no-repeat;
    }

    .common-right ul li.ico-site-search > a {
        background: url(../images/ico-site-search.png) no-repeat;
    }

    .common-right ul li.ico-sitemap > a {
        background: url(../images/ico-sitemap.png) no-repeat;
    }

    .common-right ul li.hindi a {
        font-size: 95%;
        font-weight: 600;
    }

.search-drop input[type='text'] {
    border: 0px solid #eeeeee;
    height: 20px;
    padding: 0px 40px 0px 8px;
    width: 200px;
}

.search-drop {
    position: relative;
}

    .search-drop a {
        visibility: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
    }

.skip-main a {
    width: auto !important;
    line-height: normal;
    display: inline-block;
    padding-top: 3px;
}


.common-right ul li a {
    opacity: 0.7;
}

.common-right ul li.hover a {
    opacity: 1;
}

.common-right ul li ul {
    position: absolute;
    top: 37px;
    right: 0px;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 9px 8px;
    visibility: hidden;
}

    .common-right ul li ul.search-drop {
        visibility: visible;
        display: none;
    }

    .common-right ul li ul li {
        float: none;
        position: relative;
        height: auto;
        padding: 0px 0px;
        border-left: 0px solid #eeeeee;
    }
/*.common-right ul li.hover ul{visibility:visible;}*/

.common-right li:hover > ul,
.common-right li.hover > ul,
.common-right a:focus + ul,
.common-right .hover a:focus {
    visibility: visible;
}

.common-right ul li.ico-accessibility ul {
    height: 132px;
}

.common-right ul li.ico-social ul {
    height: 102px;
}

.common-right ul li.ico-accessibility ul li a {
    background: #eeeeee;
    color: #000;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-top: 9px;
    width: 22px;
    text-align: center;
}

.common-right ul li.ico-accessibility ul li:first-child a {
    margin-top: 0px;
}


.common-right ul li.ico-social ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 22px;
    margin-top: 9px;
    width: 22px;
}

.common-right ul li.ico-social ul li:first-child a {
    margin-top: 0px;
}


.common-right ul li.ico-site-search input[type="text"] {
    border: 0 solid #eeeeee;
    height: 36px;
    padding: 0 40px 0 8px;
    width: 200px;
}

.common-right ul li.ico-site-search ul {
    padding: 0px;
    height: 36px;
}

.bttn-search {
    width: 27px;
    height: 27px;
    cursor: pointer;
    border: 0px;
    background-color: #DDDDDD;
    border-radius: 100%;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    text-indent: -200px;
    font-size: 1px;
    background-image: url(../images/ico-search.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 3px;
}

    .bttn-search:hover {
        background-color: #CCC;
    }





a:focus {
    outline: 1px dotted #333;
}

.common-left ul li.gov-india a:hover {
    color: #000 !important;
}

.common-left ul li.gov-india a:focus {
    color: #000 !important;
}

.common-left a {
    display: inline-block;
}

    .common-left a:focus {
        color: #000 !important;
    }


nav {
    display: block;
    /*text-align: center;*/
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.nav a {
    display: block;
    /*background: #111;*/
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    position: relative;
}

.nav {
    vertical-align: top;
    display: inline-block;
}

    .nav li {
        position: relative;
    }

    .nav > li {
        float: left;
        margin-right: 1px;
    }

        .nav > li:first-child {
            border-radius: 4px 0 0 4px;
        }

            .nav > li:first-child > a {
                border-radius: 4px 0 0 0;
            }

        .nav > li:last-child {
            border-radius: 0 0 4px 0;
            margin-right: 0;
        }

            .nav > li:last-child > a {
                border-radius: 0 4px 0 0;
            }

    .nav li li a {
        margin-top: 1px
    }

    /*.nav li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 50%;
        right: 5px;
    }*/

    /* submenu positioning*/
    .nav ul {
        position: absolute;
        white-space: nowrap;
        z-index: 1;
        left: -99999em;
        background: #1FA260;
    }

    .nav > li:hover > ul {
        left: auto;
        padding-top: 5px;
        min-width: 100%;
    }

    /*.nav > li li ul {
        border-left: 1px solid #fff;
    }*/

    .nav > li ul > li {
        width: 100%;
    }

    .nav > li li:hover > ul {
        margin-left: 1px;
        left: 100%;
        top: -1px;
    }

    .nav > li > ul li:hover {
        text-decoration: underline;
    }
