﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: calibri, Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #3b3b3b;
    text-decoration: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    border-top: 3px solid ##0B62A4;
}


/*Links*/
a:link, a:active, a:visited {
    font-family: 'Times New Roman';
    font-size: 20px;
    font-weight: normal;
    color: blue;
    text-decoration: none;
    text-transform: none;
}

a:hover {
    font-family: 'Times New Roman';
    font-size: 20px;
    font-weight: normal;
    color: ##0B62A4;
    text-decoration: none;
    text-transform: none;
}

/*********** HOME ***********/
.main {
    display: inline-table;
    border-top: 3px solid #0B62A4;
    width: 100%;
}

.home-border {
    border-top: none;
}

.full {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 0;
}

.page {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

#top-link {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

    #top-link ul {
        padding: 0 15px;
        margin: 0;
        text-decoration: none;
        background-color: #0B62A4;
        float: right;
        border-radius: 0 0 5px 5px;
    }

        #top-link ul li {
            position: relative;
            float: left;
            padding: 2px 8px 7px 8px;
            list-style: none outside none;
            line-height: normal;
        }

            #top-link ul li a {
                padding: 0;
                margin: 0;
                text-decoration: none;
                font-size: 15px;
                font-weight: bold;
                color: #FFF;
                text-transform: none;
            }

        #top-link ul a:hover {
            color: #fff;
        }

#logo-home {
    width: 810px;
    padding: 0 0 0 0;
    margin: 0 auto;
}

.logo-main {
    margin: 115px auto 0 auto;
    float: left;
}

.logo-home {
    width: auto;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
}

.logo-home-text {
    font-family: 'Times New Roman';
    font-size: 25px;
    font-weight: normal;
    color: #585858;
    float: left;
    padding: 9px 0 10px 17px;
    margin: 14px 0 0 17px;
    border-left: 1px solid #e7e7e7;
}

    .logo-home-text span {
        font-weight: bold;
        color: #DF642B;
        font-size: 25px;
    }

.search-main {
    width: 775px;
    margin: 0 auto;
    padding: 0 0px 0 0;
}

.search-box {
    padding: 34px 0px 34px 0;
    float: left;
}

#search {
    margin: 0 auto;
    padding: 15px 18px 17px 18px;
    width: 739px;
    background-color: #eaeaea;
    border-radius: 5px;
}

.search {
    background-image: url("../images/search-icon.png");
    background-position: 14px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    float: left;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 14px 10px 39px;
    margin: 0px 14px 0px 0px;
    width: 555px;
}

    .search .textbox {
        color: #999999;
        font-size: 15px;
        border: 0;
        border-left: 1px solid #e7e7e7;
        padding: 4px 0 4px 16px;
        margin: 0 10px 0 15px;
        width: 514px;
    }

.blue-button {
    display: inline-block;
    background: #0B62A4;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
}

a.blue-button {
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
}

#search_button {
    background-color: transparent;
    border: medium none;
    margin: 12px 7px 0 -32px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    float: right;
    position: relative;
}

#rad {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #0B62A4;
}

    #rad ul {
        padding: 0px;
        margin: 0;
        text-decoration: none;
        float: left;
    }

        #rad ul li {
            position: relative;
            padding: 0px 30px 0px 0px;
            list-style: none outside none;
            float: left;
        }

    #rad input[type=radio] {
        margin: 4px 7px 0 0;
        padding: 0 0 0 0;
        float: left;
    }

.cat-main {
    float: left;
    width: 100%;
}

.table {
    display: table;
    text-align: center;
    margin: 0 auto;
    border-spacing: 16px;
    width: 816px;
}

.department {
    margin: 0 auto;
    padding: 0 0px 0 0;
    display: table-row;
}

.box {
    width: 164px;
    padding: 20px;
    display: table-cell;
    background-color: #f4f4f4;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    height: 110px;
    font-size: 16px;
    font-weight: normal;
}

    .box .icon {
        padding-bottom: 15px;
    }

a.box {
    font-size: 16px;
    font-weight: normal;
}

    a.box:hover {
        font-size: 16px;
        font-weight: normal;
        color: #0B62A4;
    }

    a.box img {
        border: none;
    }

#footer-home {
    font-size: 15px;
    color: #5c5c5c;
    width: 100%;
    margin: 30px auto 0px auto;
    float: left;
    /*border-top: 1px solid #e6e6e6;*/
}

.footer-home {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}
/*********** HOME END ***********/
img {
    border: none;
}

#main {
    width: 100%;
    height: auto;
    position: relative;
    min-width: 960px;
}
/*** Header ***/
#header {
    width: 100%;
    height: 137px;
}

.header-inner {
    width: 960px;
    height: 95px;
    margin: 0 auto;
}

.logo {
    width: auto;
    height: 90px;
    float: left;
    padding: 15px 0;
}

.logo-text {
    font-family: Calibri, Arial, Verdana;
    font-size: 30px;
    font-weight: normal;
    color: #585858;
    float: left;
    padding: 32px 0 0 16px;
}
/*** Menu ***/
#menu {
    width: 100%;
    height: 48px;
    background: #OB62A4;
    
}

.menu-inner {
    width: 960px;
    height: 48px;
    margin: 0 auto;

}

.menu-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 28px;
}

    .menu-link ul li {
        float: left;
        padding: 0px 5px; /*menu ni aaju baju jagya chodva kj*/
    }

        .menu-link ul li a {
            font-family: 'Times New Roman';
            font-size: 28px;
            font-weight: normal;
            color: #ffffff;
        }

            .menu-link ul li a:hover {
                color: white;
                font-weight:bolder;
            }

.menu-last {
    background: none !important;
}

.date-time {
    text-align: right;
    font-size: 14px;
    color: #585858;
    padding: 10px 0;
}

    .date-time span {
        padding-left: 20px;
    }

#subheading {
    background-color: #fafafa;
    border: none;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
    display: table;
    /*padding: 10px;*/
    float: left;
    height: auto;
    /*padding: 16px 0;*/
    position: relative;
    width: 100%;
}

.main-title {
    float: left;
    font-size: 30px;
    color: #383838;
    font-weight: lighter;
}

.user-area {
    width: auto;
    float: right;
    text-align: right;
    padding-top: 24px;
}

.user-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 3px;
}

.user-profile {
    float: left;
    text-align: left;
    font-size: 13px;
    color: #585858;
}

.user-name {
    font-size: 17px;
    color: #585858;
}

.user-profile > a {
    font-size: 16px;
    color: ##0B62A4;
}
/*** Content ***/

#content {
    width: 100%;
    height: 525px;
    background-color: #FFFFFF;
    padding: 0px 0;
    position: relative;
    float: left;
    top: -19px;
    left: 0px;
}

.content-inner {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

.welcome-title {
    width: 960px;
    background-image: url(../images/welcome-border.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #0e6bb9;
    font-size: 20px;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#footer {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid White;
    margin-top: 30px;
}

    #footer a {
        font-size: 14px;
        color: #3b3b3b;
    }

        #footer a:hover {
            color: ##0B62A4;
        }
/* Sub Menu and Sub Title Css */
.page-sub-menu {
    background-color: ##0B62A4;
}

    .page-sub-menu a {
        color: #FFF;
        background-color: ##0B62A4;
        text-decoration: none;
        font-size: 14px;
        padding: 5px 0 5px 5px;
        display: block;
    }

        .page-sub-menu a:hover {
            background-color: #cc5017;
            color: #ffc1a4;
        }

.page-sub-title {
    color: ##0B62A4;
    font-size: 20px;
    margin: 10px 0 0;
}
/* Grid View Css */
.grid-view-main {
    border: 1px solid #CCCCCC;
    background-color: #f8f8f8;
    margin: 0 0 0 0;
    color: #585858;
    font-family: Calibri, Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
}

.grid-view-title {
    background-color: #2586c3;
    color: #FFFFFF;
    font-family: Calibri, Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

    .grid-view-title td {
        border-right: 1px solid #94B6D7;
        padding: 10px 0;
        text-align: center;
    }

.grid-view-main td {
    border-bottom: 1px solid #CBDAE8;
    border-right: 1px solid #CBDAE8;
    padding: 10px 5px;
}

    .grid-view-main td a {
        color: #3c3c3c;
        font-family: Calibri, Arial, Verdana;
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
    }

.grid-view-main tr:hover td {
    background: #E5F8FE;
    color: #3b3b3b;
}

.grid-view-title tr:hover td {
    background: none;
}

.page-label-title {
    color: #585858;
    font-family: Calibri, Arial, Verdana;
    font-size: 13px;
}

.page-label {
    border: 1px solid #CCCCCC;
    background-color: #f8f8f8;
    color: #585858;
    font-family: Calibri, Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    padding: 0 5px 10px 0;
}
/* Login Box Css */
.main-login-box {
    border: 1px solid #CCCCCC;
    width: 50%;
    margin: 20px auto 0;
    padding: 0 0 10px;
}

.login-title {
    background-color: #2586c3;
    color: #FFFFFF;
    font-size: 20px !important;
    font-weight: normal;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

.login-mandatory-field {
    color: #FF0000;
    float: right;
    font-size: 13px;
    margin: 10px 5px 0 0;
}

.login-star {
    color: #FF0000;
    float: none;
    font-size: 13px;
    margin: 0;
}

.log-in-email-password {
    color: #444444;
    font-size: 14px !important;
    font-weight: normal;
    padding: 0 7px 0 0;
    text-align: right;
    vertical-align: middle;
}

.login-textbox {
    border: 1px solid #B9B9B9;
    margin: 5px 0;
    padding: 5px 5px 5px 5px;
    color: #686868;
}

.page-button {
    background-color: #2586C3;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: calibri, Arial, Verdana;
    font-size: 14px;
    padding: 5px 12px;
    text-transform: uppercase;
}

    .page-button:hover {
        background-color: #1172af;
    }

.main-login-box a {
    float: left;
    font-size: 14px !important;
    margin: 0 0 0 10px;
}

    .main-login-box a:hover {
        color: #1172AF;
    }
