*:before, *:after {
    box-sizing: border-box;
}

body {
    background: #f8f8f8;
    font-family: 'open_sansregular';
    font-size: 13px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    font-family: 'open_sansregular';
    text-decoration: none;
}

    a:hover {
        font-family: 'open_sansregular';
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

a img {
    border: 0;
}

input, select, textarea {
    outline: none;
    font-family: 'open_sansregular';
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 100%;
}

.content {
    width: 100%;
    float: left;
}

.menu_pnl {
    width: 100%;
}

    .menu_pnl ul {
        width: 100%;
    }

        /*.menu_pnl ul li {
            width: 100%;
            margin-bottom: 1px;
            overflow: hidden;
        }*/
        .menu_pnl ul li {
            width: 100%;
            overflow: hidden;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #f5f5f5;
        }

            /*.menu_pnl ul li a {
                width: 80%;
                float: left;
                font-family: 'open_sansregular';
                font-size: 14px;
                color: #0b2e4c;
                background-color: #FFF;
                padding: 2% 10%;
            }*/
            .menu_pnl ul li a {
                background-color: #fff;
                color: #0b2e4c;
                float: left;
                font-family: 'open_sansregular';
                font-size: 14px;
                padding: 2% 5%;
                width: 90%;
            }

                .menu_pnl ul li a:hover {
                    background-color: #0B2E4C;
                    color: #fff;
                }

                    .menu_pnl ul li a:hover .pnl_icon {
                        transform: translateX(-25px);
                        -o-transform: translateX(-25px);
                        -webkit-transform: translateX(-25px);
                    }

            .menu_pnl ul li .pnl_icon {
                width: 25px;
                float: left;
                display: block;
            }

            .menu_pnl ul li .pnl_txt {
                width: auto;
                margin-left: 10px;
                float: left;
                line-height: 24px;
                margin-top: 2px;
            }

            /*.menu_pnl ul li .current {
                background-color: #0B2E4C;
                color: #fff;
                width: 80%;
                float: left;
                font-family: 'open_sansregular';
                font-size: 14px;
                padding: 2% 10%;
            }*/
            .menu_pnl ul li .current {
                background-color: #0B2E4C;
                color: #fff;
                width: 90%;
                float: left;
                font-family: 'open_sansregular';
                font-size: 14px;
                padding: 2% 5%;
            }

                .menu_pnl ul li .current .pnl_icon {
                    transform: translateX(-25px);
                    -o-transform: translateX(-25px);
                    -webkit-transform: translateX(-25px);
                }
/**/
.anno_main {
    width: 100%;
}

.ttl {
    width: 100%;
    float: left;
}

    .ttl h4 {
        width: 90%;
        float: left;
        color: #FFF;
        background-color: #0b2e4c;
        font-size: 18px;
        padding: 2% 5%;
    }

.menu_main {
    width: 100%;
    padding-bottom: 10px;
    float: left;
    border-bottom: 1px solid #d5d5d5;
}

.annoc_det {
    width: 90%;
    float: left;
    padding: 2% 5%;
    margin-bottom: 10px;
}

.anno_date {
    width: 100%;
    text-align: right;
    color: #0b2e4c;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

.anno_det {
    width: 100%;
    color: #0b2e4c;
}

    .anno_det p {
        font-size: 14px;
        margin-top: 12px;
        font-style: italic;
    }
/**/
.customer_reviews {
    width: 100%;
}

.crt_det {
    width: 100%;
    float: left;
    padding-top: 7px;
}

.ctr_det {
    border-bottom: 1px solid #d5d5d5;
    float: left;
    padding: 2% 5%;
    width: 90%;
}

    .ctr_det p {
        font-size: 14px;
        margin-top: 12px;
        font-style: italic;
    }

.rev_name {
    padding-top: 11px;
    color: #0b2e4c;
    text-align: left;
    font-size: 13px;
    font-style: italic;
}

.header_top {
    width: 75%;
    padding-top: 1%;
    /*overflow:hidden;
	height:10%;*/
    float: right;
    padding-right: 1%;
}

.top_nav {
    float: left;
    width: 82%;
}

.dash_btn {
    float: left;
    width: 84px;
    margin-right: 12px;
    position: relative;
}

.topicon {
    float: left;
    height: 84px;
}

    .topicon:hover {
        background-color: #0b2e4c;
        -o-transition: #0b2e4c .2s ease-out, background 0.5s ease-in;
        -ms-transition: #0b2e4c .2s ease-out, background 0.5s ease-in;
        -moz-transition: #0b2e4c .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #0b2e4c .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.topicon_select {
    background-color: #0b2e4c;
    float: left;
}

.bg_drk_blue {
    background-color: #056985;
}

.bg_drk_red {
    background-color: #850505;
}

.bg_drk_grn {
    background-color: #748505;
}

.bg_grn {
    background-color: #058544;
}

.bg_lgt_blue {
    background-color: #058085;
}

.bg_blue {
    background-color: #052c85;
}

.bg_prpl {
    background-color: #7a0585;
}

.bg_brwn {
    background-color: #855f05;
}

.bg_cofee {
    background-color: #5a2e20;
}

.topicontxt {
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/top_icon_txt_bg.png);
    background-repeat: repeat;
    background-position: left top;
    padding: 2% 2% 4%;
    color: #FFF;
    font-size: 14px;
}
/*FOR DD */
.top_dd {
    float: right;
    width: 18%;
}
/**/
.dropdown {
    color: #555;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}

.submenu {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border-radius: 6px 6px 6px 6px;*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    display: none;
    margin-left: 0px;
    position: absolute;
    top: 39px;
    width: 135px;
    text-align: left;
    z-index: 100;
}

.dropdown li a {
    color: #555555;
    display: block;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 15px;
}

    .dropdown li a:hover {
        background-color: #0b2e4c;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }

a.account {
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 16px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: 90%;
    z-index: 110;
    color: #ababab;
    left: 0px;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 5%;
    padding-left: 5%;
    white-space: nowrap;
}

.root {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    border-top: 1px solid #dedede;
}
/**/
.profile_pics {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
}

h1 {
    color: #0b2e4c;
    font-size: 25px;
    line-height: 36px;
}

h2 {
    color: #fff;
    font-size: 25px;
    line-height: 36px;
}

hr {
    color: #e2e2e2;
    background-color: #e2e2e2;
    border: 0;
    height: 1px;
}


.l_middle {
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    text-align: justify;
    margin-bottom: 15px;
    width: 75%;
    display: inline-block;
    margin-right: 1%;
    float: right;
}

    .l_middle:after {
        content: '';
        width: 75%;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        margin-right: 1%;
    }

.col_1 {
    width: 48%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.col_2 {
    width: 30%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.col_1, .col_2 {
    background: #fff;
    margin-top: 15px;
}

.col_hadd {
    color: #fff;
    background-color: #0b2e4c;
    font-size: 16px;
    line-height: 38px;
    padding-left: 3%;
}

.col_table {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    overflow-y: auto;
}

/*.col_table table th { padding:1% 3%; font-size:13px; color:#fff; font-weight:normal;}
.col_table table td { 
	padding:1% 3%; 
	color: #3E3E3E;
	font-size: 13px;
	
	line-height: 20px;
	text-decoration: none;
}*/
.table_hdr1 {
    background-color: #8596a5;
    color: #fff !important;
}

.table_td_bg {
    background-color: #f3f9fe;
}

.table_bodr {
    background-image: url("../images/table_verticle_border.png");
    background-position: right top;
    background-repeat: repeat-y;
}

.l_form1 {
    width: 90%;
    margin-right: 6%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.l_form {
    width: 42%;
    margin-right: 6%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.l_form_main {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

.l_form_name1 {
    float: left;
    text-align: right;
    width: 20%;
    line-height: 24px;
}

.l_form_name {
    float: left;
    text-align: right;
    width: 30%;
    line-height: 24px;
}

.l_form_name20 {
    float: left;
    text-align: right;
    line-height: 24px;
}

.l_form_field1 {
    float: right;
    width: 75%;
}

.l_form_field {
    float: right;
    width: 68%;
}

.l_form_field78 {
}

.u_field {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 4px 2%;
    width: 95%;
    color: #3e3e3e;
}

.u_field2 {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 4px 2%;
    width: 50%;
    color: #3e3e3e;
}

.u_field_dd {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 4px 2%;
    width: 100%;
    color: #3e3e3e;
    height: 30px;
}

.u_field_dd2 {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 4px 2%;
    width: 70%;
    color: #3e3e3e;
    height: 30px;
}

.u_field_txtarea {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 2%;
    width: 95%;
    color: #3e3e3e;
}

.u_field_checkbox {
    float: left;
    padding-top: 1%;
}

.font13_blck {
    color: #3e3e3e;
    font-size: 13px;
}

.ShowRedColor {
    color: red;
    font-size: 14px;
}

.l_file_size {
    color: red;
    font-size: 11px;
}
/*.l_validate_main {
    background-image: url("../images/val_arrow.png");
    background-position: 10px top;
    background-repeat: no-repeat;
    float: left;
    padding-top: 8px;
    width: 100%;
}
.l_validate {
    background-color: #0b2e4c;
    color: #fff;
    float: left;
    font-size: 11px;
    padding: 3%;
    width: 94%;
}*/
.link_right {
    float: right;
    text-align: right;
}

.link16 {
    font-size: 16px;
    color: #0b2e4c;
    line-height: 34px;
}

.u_date_formate {
    color: #3e3e3e;
    font-size: 14px;
    padding-left: 5px;
    line-height: 34px;
}

.u_radiobtn {
    line-height: 34px;
}

.form_btn {
    background-color: #0b2e4c;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 0px 15px;
    border: 0;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

    .form_btn:hover {
        background-color: #8596a5;
    }

.link_btn {
    background-color: #0b2e4c;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 0px 15px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

    .link_btn:hover {
        background-color: #8596a5;
    }

.mrgn_r10 {
    margin-right: 10px;
}
/*---------------------------23-6-14 changes------------------*/
#top {
    width: 100%;
}
/*.logo:before {
	background-color:#fff;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 10%;
	width:18%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
}*/
.logo {
    background-color: #FFF;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 23%;
    /*padding: 1% 0;*/
}
/*.logo:after {
	background-color:#fff;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 00%;
	z-index: -1;
	width:23%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
}*/
#middle {
    width: 100%;
    height: 90%;
}
/*aside:before {
	background-color:#fff;
	content: "";
	position: fixed;
	top: 10%;
	left: 0;
	z-index: -1;
	height: 90%;
	width:18%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
}*/
aside {
    background-color: #fff;
    float: left;
    width: 23%;
    position: relative;
    z-index: 5;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e2e2e2;
}
/*aside:after {
	background-color:#fff;
	content: "";
	display: block;
	position: fixed;
	top: 10%;
	left: 0;
	height: 90%;
	z-index: -1;
	width:23%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
}*/
.hide {
    display: none;
    margin-right: 0;
}

.login_page {
    width: 387px;
    margin: 0 auto;
    min-height: 600px;
}

.login_bg {
    width: 100%;
    float: left;
    background-image: url(../images/main_login_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 600px;
    background-size: 100%;
}

.login_logo {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 10px;
}

/*.login_form {
    float: left;
    width: 90%;
    padding-top: 70px;
    margin: 0 5%;
}*/
/**Replace css 22/12/2014 **/
.login_form {
    float: left;
    width: 90%;
    padding-top: 70px;
    margin: 0 5%;
}

.filled_area {
    width: 100%;
}

.login_field_main {
    width: 100%;
    margin-top: 20px;
}

    .login_field_main ul {
        width: 100%;
    }

        .login_field_main ul li {
            width: 100%;
            margin-bottom: 20px;
            overflow: hidden;
        }

.filled {
    width: 100%;
    padding: 2%;
    float: left;
    color: #0b2e4c;
    border: 0;
    font-size: 14px;
    background-color: #fff;
}

.u_login_btn {
    background-color: #8596a5;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    vertical-align: middle;
}

    .u_login_btn:hover {
        background-color: #f3f9fe;
        color: #0b2e4c;
    }

.font_wht {
    color: #fff;
}

.link13_wht {
    color: #fff;
    font-size: 13px;
}

    .link13_wht:hover {
        color: #fff;
        font-size: 13px;
        text-decoration: underline;
    }

.l_inner_middle {
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    text-align: justify;
    display: inline-block;
    float: left;
    width: 96%;
    padding: 2%;
}

    .l_inner_middle:after {
        content: '';
        width: 96%;
        padding: 2%;
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }

.col_list {
    width: 100%;
}

    .col_list ul {
        width: 100%;
    }

        .col_list ul li {
            width: 96%;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #8596a5;
            padding: 2%;
            background-color: #f3f9fe;
        }

            .col_list ul li a {
                font-size: 14px;
                color: #0b2e4c;
                text-decoration: none;
            }

                .col_list ul li a:hover {
                    font-size: 14px;
                    color: #0b2e4c;
                    text-decoration: underline;
                }

.comman {
    width: 100%;
    float: left;
}

.l_u_left {
    float: left;
}

.l_u_right {
    float: right;
}

.search_name {
    float: left;
    line-height: 30px;
}

.l_u_search {
    float: left;
    width: 200px;
}

.l_u_search_field {
    float: left;
}

.mrgn_t15 {
    margin-top: 15px;
}

.icon_btn {
    padding-left: 5px;
}

.white_border_table {
    border: 1px solid #f5f5f5;
    height: auto;
    width: 100%;
}

.gvHeader {
    background-color: #0b2e4c;
    border-right: 1px solid #e0e0e0;
    color: #fff;
    font-size: 12px;
    height: 30px;
    padding-left: 5px;
    text-decoration: none;
}

.u_l_table {
    width: 100%;
    background-color: #fff;
}

    .u_l_table th {
        border-right: 1px solid #e0e0e0;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        height: 30px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        text-decoration: none;
    }

    .u_l_table td {
        background-image: url("../images/table_verticle_border.png");
        background-position: right top;
        background-repeat: repeat-y;
        color: #3e3e3e;
        font-size: 12px;
        height: 25px;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
    }

.gvAlternate {
    background-color: #f3f9fe;
}

.col_center {
    width: 500px;
    *display: block;
    zoom: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.a_u_main {
    width: 89%;
    background-color: #FFF;
    padding: 5%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.a_u_search_field {
    float: left;
    width: 50%;
}

.top_box {
    float: left;
}

.box_75_160 {
    float: left;
    margin-bottom: 5px;
}

.clear_right {
    clear: right;
}
/*Add new for login page 22/12/2014*/
.u_login_btn_dark {
    background-color: #001621;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 0px 15px;
    border: 0;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

.filled_login {
    width: 100%;
    padding: 2%;
    float: left;
    color: #814100;
    border: 0;
    font-size: 14px;
    background-color: #fff;
}
/*End*/

/*New Add By Darshan*/
.l_form_FullScreen {
    width: 100%;
    margin-right: 6%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.l_form_main_FullScreen {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

.l_form_name_FullScreen {
    float: left;
    text-align: right;
    width: 15%;
    line-height: 24px;
}

.l_form_field_FullScreen {
    float: right;
    width: 83%;
}

.u_field_dd_FullScreen {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 4px 2%;
    width: 30%;
    color: #3e3e3e;
    height: 30px;
}

.l_validate_FullScreen {
    width: 94%;
    float: left;
    background-image: url(../images/validation_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    color: #ffffff;
    font-size: 11px;
    margin-top: 3px;
    padding-top: 2%;
    padding-right: 3%;
    padding-bottom: 1%;
    padding-left: 3%;
}
