﻿/***** Grid View *****/

.gvHeader {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    background-color: #0b2e4c;
    height: 30px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e0e0e0;
    padding-left: 5px;
}

.gvAlternate {
    background-color: #f3f9fe;
}

.gvRow {
    background-color: #ffffff;
}

.gvFooter {
    font-size: 12px;
    color: #3e3e3e;
    text-decoration: none;
    background-image: url(../images/table_verticle_border.png);
    background-repeat: repeat-y;
    background-position: right top;
    line-height: 28px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #0b2e4c;
    background-color: #8596a5;
}

.gvPager {
    color: #ffffff;
    background-color: #8596a5;
}

    .gvPager td {
        padding: 0px;
    }

        .gvPager td table tr td {
            background-image: none;
        }

    .gvPager tr td a {
        color: #f3f9fe;
        float: left;
        font-size: 16px;
        height: 25px;
        line-height: 22px;
        margin-left: 2px;
        padding-top: 3px;
        text-align: center;
        text-decoration: none;
        width: 28px;
    }

        .gvPager tr td a:hover {
            background-color: #f3f9fe;
            color: #000;
            float: left;
            font-size: 16px;
            height: 23px;
            line-height: 22px;
            margin-left: 2px;
            padding-top: 3px;
            text-align: center;
            text-decoration: none;
            transition: color 0.2s ease-out 0s, background 0.5s ease-in 0s;
            width: 28px;
        }

    .gvPager td table tr td span {
        background-color: #0b2e4c;
        color: #fff;
        float: left;
        font-size: 16px;
        height: 23px;
        line-height: 22px;
        margin-left: 2px;
        padding-top: 3px;
        text-align: center;
        text-decoration: none;
        transition: color 0.2s ease-out 0s, background 0.5s ease-in 0s;
        width: 28px;
    }

.gvHeaderDashboard th {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    background-color: #8596a5;
    height: 30px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e0e0e0;
    padding-left: 5px;
}

.gvRow td {
    padding-left: 5px;
    padding-right: 5px;
    color: #3E3E3E;
    font-size: 12px;
    height: 25px;
    line-height: 20px;
    text-decoration: none;
}

.gvBottom_border {
    border-bottom: 1px solid #e0e0e0;
}
/***** End Grid View *****/

/***** Table *****/
th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    background-color: #0b2e4c;
    height: 30px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e0e0e0;
    text-align: left;
    font-weight: normal;
}

td {
    padding-left: 5px;
    padding-right: 5px;
    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;
    text-decoration: none;
    padding-top: 5px;
}
/***** End Table *****/

/***** Button *****/
.form_btn_Custom {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 15px;
    font-size: 14px;
    background-color: #0b2e4c;
    float: left;
    width: auto;
    color: #FFF;
    font-size: 14px;
    border-width: 0px;
    cursor: pointer;
    line-height: 18px;
    /*height: 29px;*/
}

    .form_btn_Custom:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.form_btn_Custom_orange {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 15px;
    font-size: 14px;
    background-color: #E96E00;
    float: left;
    width: auto;
    color: #FFF;
    font-size: 14px;
    border-width: 0px;
    cursor: pointer;
    line-height: 16px;
}

    .form_btn_Custom_orange:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.form_btn_Custom_green {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 15px;
    font-size: 14px;
    background-color: #4B9700;
    float: left;
    width: auto;
    color: #FFF;
    font-size: 14px;
    border-width: 0px;
    cursor: pointer;
    line-height: 16px;
}

    .form_btn_Custom_green:hover {
        background-color: #f5f5f5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.form_btn_Custom_Center {
    padding: 5px;
    font-size: 14px;
    background-color: #0b2e4c;
    float: left;
    width: auto;
    color: #FFF;
    font-size: 14px;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
}

    .form_btn_Custom_Center:hover {
        background-color: #8596a5;
        color: #0b2e4c;
    }

.form_btn_Custom_Center_orange {
    padding: 5px;
    font-size: 14px;
    background-color: #E96E00;
    float: left;
    width: auto;
    color: #FFF;
    font-size: 14px;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
}

    .form_btn_Custom_Center_orange:hover {
        background-color: #f5f5f5;
        color: #E96E00;
    }

.form_btn_Custom_Center_green {
    padding: 5px;
    font-size: 14px;
    background-color: #4B9700;
    float: left;
    width: auto;
    color: #FFF;
    font-size: 14px;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
}

    .form_btn_Custom_Center_green:hover {
        background-color: #f5f5f5;
        color: #4B9700;
    }

.submit_btn {
    width: auto;
    float: left;
    margin-right: 12px;
}

.submit_btn_form {
    width: auto;
    float: left;
    margin-left: 12px;
}

.add_btn {
    background-color: #0b2e4c;
    background-image: url("../images/add.png");
    background-position: 65px 9px;
    background-repeat: no-repeat;
    color: #ffffff;
    float: right;
    font-size: 14px;
    height: 17px;
    line-height: 16px;
    padding: 5px 15px;
    width: 58px;
}

    .add_btn:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.delet_btn {
    background-color: #0b2e4c;
    background-image: url("../images/del.png");
    background-position: 65px 8px;
    background-repeat: no-repeat;
    color: #ffffff;
    float: right;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    padding: 5px 15px;
    width: 59px;
}

    .delet_btn:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.Active_btn {
    background-color: #0b2e4c;
    background-image: url("../images/active.png");
    background-position: 75px 8px;
    background-repeat: no-repeat;
    color: #ffffff;
    float: right;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    padding: 5px 15px;
    width: 68px;
}

    .Active_btn:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.InActive_btn {
    background-color: #0b2e4c;
    background-image: url("../images/inactive.png");
    background-position: 81px 9px;
    background-repeat: no-repeat;
    color: #ffffff;
    float: right;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    padding: 5px 15px;
    width: 74px;
}

    .InActive_btn:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.receipt_btn {
    background-color: #0b2e4c;
    background-image: url("../images/add.png");
    background-position: 73px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    padding: 5px 15px;
    width: 65px;
}

    .receipt_btn:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }

.payment_btn {
    background-color: #0b2e4c;
    background-image: url("../images/add.png");
    background-position: 82px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    padding: 5px 15px;
    width: 75px;
}

    .payment_btn:hover {
        background-color: #8596a5;
        color: #ffffff;
        -o-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -ms-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -moz-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #8596a5 .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
    }
/***** End Button *****/

/***** Common *****/
.ShowRedColor {
    color: red;
    font-size: 14px;
}

.margin_left10 {
    margin-left: 10px;
}

.margin_left20 {
    margin-left: 20px;
}

.margin_left05 {
    margin-left: 5px;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.margin_bottom20 {
    margin-bottom: 20px;
}

.margin_top10 {
    margin-top: 10px;
}

.margin_top05 {
    margin-top: 5px;
}

.margin_right05 {
    margin-right: 5px;
}

.margin_left10 {
    margin-left: 10px;
}

.dvBorder {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.NoPadding {
    padding: 0px;
}

.dvHeading {
    background-color: #0b2e4c;
    line-height: 17px;
    color: white;
    padding: 6px;
    font-size: 13px;
}

.dvHeading_green {
    background-color: green;
    line-height: 17px;
    color: white;
    padding: 6px;
    font-size: 13px;
}

.ShowTextRight {
    text-align: right;
}

.po_heading_title {
    float: left;
    background-color: #0b2e4c;
    color: white;
    font-size: 13px;
    padding: 10px;
}

.po_heading_text {
    float: left;
    background-color: #EEEEEE;
    font-size: 13px;
    padding: 10px;
    min-width: 150px;
    margin-right: 10px;
}

.po_heading_control {
    float: left;
    border: 1px solid #EEEEEE;
    font-size: 13px;
    padding: 4px;
    min-width: 150px;
    margin-right: 10px;
}

.po_heading_no_control {
    float: left;
    border: 1px solid #8596a5;
    font-size: 13px;
    padding: 9px;
    min-width: 60px;
    margin-right: 10px;
    background-color: #8596a5;
    color: #ffffff;
}

.white_border_table {
    height: auto;
    width: 100%;
    border: 1px solid #ffffff;
}

.gray_border_table {
    height: auto;
    width: 100%;
    border: 1px solid #8596a5;
}

.dvOverFlow {
    overflow: auto;
    height: 100px;
    background-color: #ffffff;
}

.dvOverFlow_Tax {
    overflow: auto;
    max-height: 600px;
}

.border_bottom {
    border-bottom: 1px solid #EEEEEE;
}

.padding_10 {
    padding: 10px;
}

.padding_top05 {
    padding-top: 5px;
}

.lighttext {
    color: #767373;
    font-style: italic;
}

.box_Quotation {
    border: 1px solid #EEEEEE;
    width: 99%;
    padding: 5px;
}

.selectCompany {
    width: 430px;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: 0 0 5px #D3D3D3;
}

.gross_profit {
    width: 58%;
    padding: 5px;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}

.gross_profit_a {
    width: 36%;
    text-align: right;
    padding: 5px;
    background-color: #ffffff;
}

.total_expense {
    width: 58%;
    padding: 5px;
    background-color: #d3d3d3;
}

.total_expense_a {
    width: 35%;
    text-align: right;
    padding: 4px;
    border: 1px solid #d3d3d3;
}

.net_profit {
    width: 58%;
    padding: 5px;
    background-color: green;
    color: white;
}

.net_profit_a {
    width: 35%;
    text-align: right;
    padding: 4px;
    border: 1px solid green;
}

.earthing {
    clear: both;
    width: 100%;
    font-size: 14px;
}

.ear_left {
    float: left;
    width: 49%;
    padding-right: 1%;
}

.ear_right {
    float: left;
    width: 49%;
    padding-left: 1%;
}

.ear_part1 {
    float: left;
    width: 8%;
    padding: 1%;
}

.ear_part2 {
    float: left;
    width: 3%;
    padding: 1%;
}

.ear_part3 {
    float: left;
    width: 48%;
    padding: 1%;
}

.ear_part4 {
    float: left;
    width: 23%;
    padding: 1%;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/ajax-loader.gif") 50% 50% no-repeat #F0F0F0;
    opacity: 0.75;
}

.cmp_heading {
    background-color: #008000;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 5px 3px 5px;
}

.cmp_name {
    background-color: #f1f1f1;
    color: #000;
    font-size: 16px;
    padding: 4px 5px 2px;
    min-width: 100px;
    border: 1px solid green;
    margin-left: -3px;
}

.chng_cmp_name {
    background-color: #f1f1f1;
    color: #000;
    font-size: 16px;
    padding: 4px 5px 2px;
    min-width: 100px;
    border: 1px solid green;
    margin-left: -3px;
}

.tr_odd {
    background-color: #ffffff;
}

.tr_even {
    background-color: #f3f9fe;
}

.assignHeader {
    color: #ffffff;
    font-size: 13px;
    padding: 5px;
    background-color: #0b2e4c;
}

.assignSubHeader {
    color: #ffffff;
    font-size: 13px;
    padding: 4px 0 4px 15px;
    background-color: #8596a5;
}

.assignItem {
    font-size: 12px;
    padding: 2px 0 2px 20px;
}

.display_text {
    width: auto;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
}

.display_controll {
    width: auto;
    float: left;
    margin-right: 10px;
}

.button_mLeft {
    float: left;
    margin-left: 10px;
}

.button_mRight {
    float: left;
    margin-right: 10px;
}

.col_shadd {
    color: #0b2e4c;
    background-color: #f3f9fe;
    font-size: 14px;
    line-height: 29px;
    padding-left: 3%;
}

.col_hadd a {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-decoration: underline;
}

.menu_pnl ul li .selectedMenu {
    background-color: #0B2E4C;
    color: #fff;
}

    .menu_pnl ul li .selectedMenu .pnl_icon {
        transform: translateX(-25px);
        -o-transform: translateX(-25px);
        -webkit-transform: translateX(-25px);
    }

.bg_selected {
    background-image: url("../images/top_icon_txt_bg.png");
}

.red_box {
    background-color: red;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.green_box {
    background-color: green;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.blue_box {
    background-color: green;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.orange_box {
    background-color: orange;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.lime_box {
    background-color: lime;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.aqua_box {
    background-color: aqua;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.yellow_box {
    background-color: yellow;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.purple_box {
    background-color: purple;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.maroon_box {
    background-color: maroon;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.tbl_comman {
    color: White;
    background-color: White;
    border-color: #E7E7FF;
    border-width: 1px;
    border-style: None;
    width: 100%;
    border-collapse: collapse;
}

.date_formate {
    color: #8D8D8D;
    font-size: 14px;
    padding-left: 5px;
    line-height: 30px;
}

.u_form_checkbox {
    padding-top: 10px;
    float: left;
}

.padding_0 {
    padding: 0px;
}

.bg_drk_blue_current {
    background-color: #056985 !important;
}

.bg_drk_red_current {
    background-color: #850505 !important;
}

.bg_drk_grn_current {
    background-color: #748505 !important;
}

.bg_grn_current {
    background-color: #058544 !important;
}

.bg_lgt_blue_current {
    background-color: #058085 !important;
}

.bg_blue_current {
    background-color: #052c85 !important;
}

.bg_prpl_current {
    background-color: #7a0585 !important;
}

.bg_brwn_current {
    background-color: #855f05 !important;
}

.div_pleasewait {
    background-color: #0b2e4c;
    color: White;
    padding: 5px 15px 4px;
}

.remind_txtx {
    width: auto;
    color: #ffffff;
    font-size: 13px;
    float: left;
    padding-top: 11px;
}

.l_form_ann {
    width: 90%;
    margin-right: 6%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.l_form_main_ann {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

.l_form_name_ann {
    float: left;
    text-align: right;
    width: 15%;
    line-height: 34px;
}

.l_form_field_ann {
    float: right;
    width: 84%;
}

.respnsv_scroll {
    overflow: auto;
}

.plRptHead1 {
    width: 68%;
    float: left;
    padding: 1%;
    background-color: #0b2e4c;
    color: white;
}

.plRptHead2 {
    width: 27.8%;
    float: left;
    padding: 1%;
    background-color: #0b2e4c;
    color: white;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.plRptTitle1 {
    width: 68%;
    float: left;
    padding: 1%;
}

.plRptTitle2 {
    width: 28%;
    float: left;
    padding: 1%;
    text-align: right;
    line-height: 30px;
}

.plRptDet1 {
    width: 8%;
    text-align: center;
    float: left;
}

.plRptDet2 {
    width: 88%;
    padding: 1%;
    float: left;
    line-height: 25px;
}

.plRptHeadTitle {
    width: 68%;
    float: left;
}

.plRptDet3 {
    width: 23%;
    text-align: right;
    padding: 1%;
    float: left;
}

.plRptDet4 {
    width: 73%;
    padding: 1%;
    float: left;
}

.brd_bottom {
    border-bottom: 1px solid #f1f1f1;
}

.pnlRptOdd {
    background-color: #f1f1f1;
}

.pnlRptEven {
    background-color: #f3f9fe;
}

.pnlRptFooter {
    background-color: #8596a5;
    color: white;
}

.pnlRptPlusMinus {
    color: #40b3cd;
    cursor: pointer;
    font-size: 20px;
}

.hide {
    display: none;
}

.show {
    display: block;
}
/***** End Common *****/

/***** Ledger Header *****/
.ledSelectedHeader {
    height: 20px;
    float: left;
    width: 255px;
    padding: 20px;
    border-right: 1px solid white;
    background-color: #0b2e4c;
    color: white;
    line-height: 15px;
}

.ledHeader {
    height: 20px;
    float: left;
    width: 255px;
    padding: 20px;
    border-right: 1px solid white;
    background-color: #8596a5;
    line-height: 15px;
}
/***** End Ledger Header *****/

/***** Project Header *****/
.prjSelectedHeader {
    height: 13px;
    float: left;
    width: 22%;
    padding: 12px;
    border-right: 1px solid white;
    background-color: #0b2e4c;
    color: white;
    text-align: center;
    line-height: 15px;
}

.prjHeader {
    height: 13px;
    float: left;
    width: 22%;
    padding: 12px;
    border-right: 1px solid white;
    background-color: #8596a5;
    text-align: center;
    color: #ffffff;
    line-height: 15px;
}
/***** End Project Header *****/

/***** Quotation Header *****/
.quoSelectedHeader {
    height: 13px;
    float: left;
    width: 31%;
    padding: 10px;
    border-right: 1px solid white;
    background-color: #0b2e4c;
    color: white;
    line-height: 15px;
}

.quoHeader {
    height: 13px;
    float: left;
    width: 32%;
    padding: 10px;
    border-right: 1px solid white;
    background-color: #8596a5;
    color: #ffffff;
    line-height: 15px;
}
/***** End Quotation Header *****/

/***** Vendor PO Header *****/
.vpoSelectedHeader {
    height: 13px;
    float: left;
    width: 48%;
    padding: 12px;
    border-right: 1px solid white;
    background-color: #0b2e4c;
    color: white;
    line-height: 15px;
}

.vpoHeader {
    height: 13px;
    float: left;
    width: 48%;
    padding: 12px;
    border-right: 1px solid white;
    background-color: #8596a5;
    color: #ffffff;
    line-height: 15px;
}
/***** End Vendor PO Header *****/

/***** CheckboxList / Radiobutton List *****/
.chkList {
    border: none;
}

    .chkList label {
        padding-left: 5px;
        font-size: 12px;
    }

    .chkList td {
        border: 0px;
        background-image: none;
        width: auto;
        padding-left: 0px;
    }

        .chkList td label {
            padding-left: 5px;
        }

.rdoList {
    border: none;
}

    .rdoList label {
        margin-left: 5px;
    }

    .rdoList td {
        background-image: none;
        padding-left: 0px;
    }
/***** End CheckboxList / Radiobutton List *****/

/***** Validation *****/
.l_validate {
    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: 7%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}

.form_Error {
    background-color: #F8E9E9;
    color: #B80000;
    clear: both;
    padding: 5px 5px 5px 30px;
    border: 1px solid #E4BBBC;
    background-image: url('../images/inactive.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.form_Confirm {
    background-color: #D1E0D7;
    color: #5B826A;
    clear: both;
    padding: 5px 5px 5px 30px;
    border: 1px solid #9DC9AE;
    background-image: url('../images/active.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 14px;
}
/***** End Validation *****/


/**** Confirm Box ****/

#confirmBox {
    /*display: none;*/
    background-color: #9C2228;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 455px;
    left: 50%;
    top: 40%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    color: White;
    opacity: 1;
    height: 75px;
}

    #confirmBox .button {
        background-color: #fff;
        display: inline-block;
        border-radius: 3px;
        border: 1px solid #aaa;
        padding: 2px;
        text-align: center;
        width: 160px;
        cursor: pointer;
        color: Black;
        font-weight: bold;
    }

        #confirmBox .button:hover {
            background-color: #ddd;
        }

    #confirmBox .message {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    #confirmBox .cancel {
        background-color: #fff;
        display: inline-block;
        border-radius: 3px;
        border: 1px solid #aaa;
        padding: 2px;
        text-align: center;
        width: 60px;
        cursor: pointer;
        color: Black;
        font-weight: bold;
        margin-left: 4px;
    }

    #confirmBox .button .cancel:hover {
        background-color: #ddd;
    }

#overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.overlayBG {
    background-color: #000000;
    opacity: 0.55;
}

#confirm {
    display: none;
}
/**** End Confirm Box ****/

/**** Delete Later ****/
/*.top_nav {
    float: left;
    width: 80%;
}

.dash_btn {
    float: left;
    width: 84px;
    margin-right: 12px;
    position: relative;
}

.topicon {
    float: left;
    height: 84px;
}

.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;
}

.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%;
    color: #FFF;
    font-size: 14px;
}*/

.l_form_large {
    width: 48%;
    margin-right: 2%;
    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_name {
    float: left;
    text-align: right;
    width: 30%;
    line-height: 34px;
}

.l_form_field {
    float: right;
    width: 68%;
}

.u_field {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 2%;
    width: 95%;
    color: #3e3e3e;
}

.u_field2 {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 2%;
    width: 50%;
    color: #3e3e3e;
}

.u_field_dd {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 2%;
    width: 100%;
    color: #3e3e3e;
}

.u_field_dd2 {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 2%;
    width: 70%;
    color: #3e3e3e;
}

.u_field_txtarea {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 2%;
    width: 95%;
    color: #3e3e3e;
}

.font13_blck {
    color: #3e3e3e;
    font-size: 13px;
}

.ShowRedColor {
    color: red;
    font-size: 14px;
}



.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;
}

h1 {
    color: #0b2e4c;
    font-size: 25px;
    line-height: 36px;
}

h2 {
    color: #0b2e4c;
    font-size: 25px;
    line-height: 36px;
}*/

a {
    text-decoration: none;
    color: #0b2e4c;
    cursor: pointer;
}

.a_green {
    text-decoration: none;
    color: green;
    cursor: pointer;
}
/**** End Delete Later ****/
.padding10 {
    padding: 10px;
    float: left;
}

.l_form_large2 {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.l_form_main2 {
    width: 48%;
    margin-top: 12px;
    overflow: hidden;
    margin-right: 2%;
    float: left;
}

.l_form_name2 {
    float: left;
    text-align: right;
    width: 40%;
    line-height: 34px;
}

.l_form_field2 {
    float: right;
    width: 58%;
}

.prnt_btn {
    background-color: #ff800a;
    float: left;
    margin-left: 5px;
    padding: 2px 4px;
    width: auto;
}


    .prnt_btn span {
        color: #fff;
        float: right;
        font-size: 15px;
        margin-top: 1px;
        padding: 4px;
        vertical-align: middle;
        width: auto;
    }

    .prnt_btn:hover {
        background-color: #3e3e3e;
        -o-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -ms-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -moz-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
        float: left;
        padding-right: 4px;
        width: auto;
        margin-left: 5px;
        font-size: 15px;
    }

.imp_exl_btn {
    background-color: #E2D000;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .imp_exl_btn:hover {
        background-color: #3e3e3e;
        -o-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -ms-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -moz-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
        float: left;
        padding-right: 4px;
        width: auto;
        margin-left: 5px;
        font-size: 15px;
    }

    .imp_exl_btn span {
        /*background-color: #FFFFFF;*/
        float: right;
        margin-top: 1px;
        /*padding: 4px 10px;*/
        padding: 4px;
        vertical-align: middle;
        width: auto;
        color: #e24518;
        color: #FFF;
        font-size: 15px;
    }

.sup_btn_main {
    float: right;
    font-weight: normal;
    margin-top: 15%;
    width: auto;
    background-color: #8596a5;
}

.sup_btn {
    background-color: transparent;
    background-image: url("../images/loginbtnbg.png");
    background-position: left top;
    background-repeat: repeat;
    border: 0 none;
    color: #fff;
    float: left;
    font-family: 'open_sansregular';
    font-size: 20px;
    padding: 6px 15px;
    text-align: right;
    text-decoration: underline;
    width: auto;
}

.support_text {
    float: left;
    line-height: 20px;
    margin-top: 10px;
}

.support_image {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.version_text {
    float: right;
    color: #ffffff;
}

    .version_text a {
        color: #ffffff;
        text-decoration: underline;
    }

.request_demo {
    float: right;
    background-color: #0b2e4c;
    float: right;
    margin: 10px;
    padding: 10px;
}

    .request_demo a {
        color: #fff;
        text-decoration: none;
    }

.call_us {
    background-color: #850505;
    float: right;
    margin: 10px;
    padding: 10px;
    color: #fff;
}

.u_field:focus {
    background-color: #caf5ff;
}

.u_field2:focus {
    background-color: #caf5ff;
}

.u_field_dd:focus {
    background-color: #caf5ff;
}

.u_field_dd2:focus {
    background-color: #caf5ff;
}

.u_field_txtarea:focus {
    background-color: #caf5ff;
}

.l_form_doc {
    width: 97%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.l_form_main_doc {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

.l_form_name_doc {
    float: left;
    text-align: right;
    width: 20%;
    line-height: 34px;
}

.l_form_field_doc {
    float: right;
    width: 75%;
}

.l_form_full_doc {
    float: left;
    width: 100%;
}

.approval_bg {
    border: 1px solid #d5d5d5;
}

.approval_bg_h {
    background-color: #eeeeee;
    padding: 10px;
}

.approval_bg_c {
    background-color: #ffffff;
    padding: 10px;
}

.app_part1 {
    width: 45%;
    float: left;
    border: 1px solid #d5d5d5;
}

.app_part1_head {
    background-color: #0b2e4c;
    color: #ffffff;
    padding: 5px;
}

.app_part2 {
    width: 45%;
    float: right;
    border: 1px solid #d5d5d5;
}

.checkbox_listing {
    border: 1px solid #d3d3d3;
}

.customer_chbx_tab {
    float: right;
    padding-right: 10px;
}

.checkbox_listing table tr td {
    margin-left: 10%;
    background-image: none;
}

.form_full100 {
    width: 100%;
}

.checkbox_listing > table > tbody > tr > td > label {
    padding-left: 10%;
}

.datepicker {
    width: 100px;
}

.rightAlign {
    text-align: right;
}

.chkDealerList td {
    width: 10%;
}

.fontwhite {
    color: white;
}

.minwidth {
    min-width: 150px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.searchtxt {
    width: 80% !important;
    float: right;
}

.headerItm {
    float: left;
    margin-left: 6%;
    padding-top: 0.7%;
}

.noborder {
    border: 0px none none;
}

.leftpadding5 {
    padding-left: 5px;
}

.mdl_ttl {
    border-bottom: 2px solid #d3d3d3;
    float: left;
    margin-top: 12px;
    width: 100%;
}

.mdl_ttl_bg {
    background-color: #d3d3d3;
    float: left;
    padding: 2px 1% 0;
}

.mdl_txt {
    color: #101010;
    float: left;
    font-size: 16px;
    line-height: 36px;
}

.font14_blue {
    color: #0B2E4C;
    font-size: 14px;
}

.tabl_line {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #cecece;
    border-bottom-color: #cecece;
}

.bdr_h {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cecece;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cecece;
}

.evn_line {
    color: #626262;
    background-color: #f6f6f6;
    font-size: 12px;
}

.odd_line {
    color: #626262;
    background-color: #ffffff;
    font-size: 12px;
}

.bdr_v {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cecece;
    height: 45px;
    background-image: none;
}

.bdr_all {
    border-width: 1px;
    border-style: solid;
    border-color: #cecece;
    height: 45px;
    background-image: none;
}

.th_rpt {
    background-color: #ffffff;
    border-bottom: 1px solid #ccccc1;
    color: #0B2E4C;
    font-size: 13px;
    height: 42px;
    font-weight: bold;
    text-align: center;
}

.font18_blue {
    color: #0B2E4C;
    font-size: 18px;
}

.font14_gray {
    color: #626262;
    font-size: 14px;
}

.no_backimg {
    background-image: none;
}

.mdl_ttl {
    border-bottom: 2px solid #0b2e4c;
    float: left;
    margin-top: 12px;
    width: 100%;
}

.mdl_ttl_bg {
    background-color: #0b2e4c;
    float: left;
    padding: 2px 1% 0;
    color: #fff;
}

.mdl_txt {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 36px;
}

.Font14_Red {
    float: right;
    color: #9C2228;
    font-weight: bold;
    font-size: 14px;
}

.tabl_line th {
    background-color: #ffffff;
    border-bottom: 1px solid #ccccc1;
    color: #0b2e4c;
    font-size: 13px;
    height: 33px;
}

.font18_blue {
    color: #0b2e4c;
    font-size: 18px;
}

.Remove_right_border {
    border-right: 0px;
}

.notDisplay {
    display: none;
}

.l_form_field_left {
    float: left;
    width: 68%;
}

.rightpanel {
    width: 48%;
    float: left;
    margin-left: 1%;
}

.bdr_v2 {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

/*.tabl_line tr td {
    padding-bottom: 4px;
    padding-top: 4px;
}
.tabl_line2 tr td {
    padding-bottom: 4px;
    padding-top: 4px;
}*/

.tabl_line {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #cecece;
    border-bottom-color: #cecece;
}

.Footerrow {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}


/*//new for vendor PO*/

.margin5 {
margin-top:5%;
}

.det_btn {
    background-color: #DD0000;
    float: left;
    margin-left: 5px;
    padding: 2px 4px;
    width: auto;
}


    .det_btn span {
        color: #fff;
        float: right;
        font-size: 15px;
        margin-top: 1px;
        padding: 4px;
        vertical-align: middle;
        width: auto;
    }

    .det_btn:hover {
        background-color: #3e3e3e;
        -o-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -ms-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -moz-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        -webkit-transition: #3e3e3e .2s ease-out, background 0.5s ease-in;
        transition: color .2s ease-out, background 0.5s ease-in;
        float: left;
        padding-right: 4px;
        width: auto;
        margin-left: 5px;
        font-size: 15px;
    }
.wait_unit {
    float: right;
    font-size: 14px;
    margin-top: 5px;
    width: 48%;
}