﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    list-style-type: none;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

body {
    font-family: 'open_sansregular';
    color: #666;
    margin: 0px;
    font-size: 12px;
    padding: 0px;
    background-color: #FFF;
}

select, textarea, input {
    outline: none;
    border: 0px;
}

a {
    border: 0px;
    text-decoration: none;
}

    a img {
        border: 0px;
        outline: none;
    }

.bg {
    width: 100%;
    float: left;
    background-image: url(../images/main_login_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.login_area_main {
    width: 387px;
    margin: 0 auto;
}

.login_top_logo {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.login_bottom {
    float: left;
    width: 387px;
    padding-top: 30px;
}

.fill_bg {
    padding-bottom: 25px;
    float: left;
    width: 387px;
}

.filled_area {
    width: 270px;
    margin: 0 auto;
}

.font_wht {
    color: #FFF;
}

.loginhadd {
    color: #fff;
    font-size: 23px;
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    font-weight: normal;
}

.login_fill_main {
    width: 308px;
    float: left;
}

.fill_box {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.filled {
    width: 255px;
    float: left;
    color: #FFF;
    border: 0px;
    font-family: 'open_sansregular';
    font-size: 15px;
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 10px;
    padding-left: 4px;
    background-color: transparent;
    background-image: url(../images/fill_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.login_btn {
    font-family: 'open_sansregular';
    width: auto;
    margin-right: 4px;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    background-image: url(../images/loginbtnbg.png);
    background-repeat: repeat;
    background-position: left top;
    background-color: transparent;
    font-size: 15px;
}

    .login_btn:hover {
        color: #7ecce8;
        cursor: pointer;
    }

.custm_support {
    width: auto;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.version {
    text-align: right;
    float: left;
    font-family: 'open_sansregular';
    width: 100%;
}

.sup_btn {
    text-align: right;
    font-family: 'open_sansregular';
    width: auto;
    margin-right: 4px;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    background-image: url(../images/loginbtnbg.png);
    background-repeat: repeat;
    background-position: left top;
    background-color: transparent;
    font-size: 20px;
    float: left;
    text-decoration: none;
}

    .sup_btn:hover {
        text-align: right;
        font-family: 'open_sansregular';
        width: auto;
        margin-right: 4px;
        padding-top: 6px;
        padding-right: 15px;
        padding-bottom: 6px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        background-image: url(../images/loginbtnbg.png);
        background-repeat: repeat;
        background-position: left top;
        background-color: transparent;
        font-size: 20px;
        float: left;
        text-decoration: underline;
    }
/**************************Dash Board****************************/
.main {
    width: 100%;
    float: left;
}

.top_hdr {
    /*background-color: #f7f7f7;*/
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 8px;
    width: 100%;
    float: left;
}

.dash_btn {
    float: left;
    width: 77px;
    margin-right: 20px;
}

.topicon {
    float: left;
    height: 77px;
}

.bgred {
    background-color: #e24518;
}

    .bgred: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;
    }

.bg_org {
    background-color: #ff800a;
}

    .bg_org: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;
    }

.bg_yell {
    background-color: #e2d000;
}

    .bg_yell: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;
    }

.bg_grn {
    background-color: #8db800;
}

    .bg_grn: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;
    }

.bg_pink {
    background-color: #ff8a65;
}

    .bg_pink: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;
    }

.bg_blue {
    background-color: #317cc2;
}

    .bg_blue: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;
    }

.topicontxt {
    float: left;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
}

.log_out_main {
    float: right;
    width: 50%;
}

.logout_box {
    float: right;
    padding-right: 1%;
    padding-top: 10px;
    text-align: right;
    width: 15%;
}

.font14_blue {
    color: #089dbe;
    font-size: 14px;
}

.log_out {
    color: #089dbe;
    font-size: 14px;
    background-image: url("../images/logout_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    line-height: 35px;
    padding-left: 25%;
}

.middle {
    width: 100%;
    float: left;
}

.left_menu {
    width: 25%;
    float: left;
}
/**/
.left-menu_new {
    width: 100%;
    float: left;
}

    .left-menu_new ul {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .left-menu_new li {
        width: 100%;
        float: left;
        font-size: 13px;
        color: #FFFFFF;
        background-color: #1a4d5f;
        border-bottom: 1px solid #FFFFFF;
    }

        .left-menu_new li:hover {
            width: 100%;
            background-color: #1a4d5f;
        }

        .left-menu_new li a {
            display: block;
            text-decoration: none;
            color: #FFFFFF;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0;
            padding-left: 10px;
            text-shadow: 1px 1px #666;
        }

            .left-menu_new li a.act-left {
                color: #fff;
                background: url(../images/Icon/link-bg1.gif) no-repeat;
            }

.left-main_new {
    width: 215px;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.image {
    float: left;
    height: auto;
    width: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding: 0px;
    margin: 0px;
}

    .image:hover {
        float: left;
        height: auto;
        width: 20px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }

/**/
#left:before {
    display: block;
    content: "";
    position: fixed;
    left: 0;
    z-index: -1;
    height: 100%;
    background-color: #089dbe;
    width: 265px;
    width: 20%;
}

#left {
    float: left;
    position: relative;
    width: 265px;
    width: 20%;
    z-index: 5;
    /*height: 25px;*/
    background-color: #089dbe;
    display: block;
}

    #left:after {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        width: 266px;
        width: 20%;
        height: 100%;
        z-index: -1;
        background-color: #089dbe;
    }
/**/
.right_part {
    float: right;
    margin-right: 1%;
    width: 78%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav {
    float: left;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

    #nav li div {
        float: right;
    }

    #nav li .link {
        display: block;
        padding: 10px 15px;
        background: #089dbe;
        border-bottom: 1px solid #FFF;
        text-decoration: none;
        color: #fff;
        position: relative;
    }

        #nav li .link div {
            float: left;
            margin-top: -8px;
            margin-right: 5px;
        }

        #nav li .link:hover, #nav li .link.active {
            color: #FFF;
            background-color: #087c96;
            -o-transition: #087c96 .2s ease-out, background 0.5s ease-in;
            -ms-transition: #087c96 .2s ease-out, background 0.5s ease-in;
            -moz-transition: #087c96 .2s ease-out, background 0.5s ease-in;
            -webkit-transition: #087c96 .2s ease-out, background 0.5s ease-in;
            transition: color .2s ease-out, background 0.5s ease-in;
        }

    #nav li ul {
        display: none;
    }

        #nav li ul li .link {
            padding: 6px 15px; /* King Arthur */
            background-color: #e5e5e5;
            color: #000;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #CCCCCC;
        }

    #nav li {
        position: relative;
    }

    #nav .img_top {
        position: absolute;
        right: 0;
        top: 1px;
    }

    #nav .img_btm {
        position: absolute;
        right: 0;
        bottom: 3px; /* King Arthur */
    }

.list_icon {
    width: 30px;
    height: 30px;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.top_ttl {
    width: 100%;
    float: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #089dbe;
}

.titl {
    background-color: #089dbe;
    float: left;
    padding-top: 2px;
    padding-right: 1%;
    padding-bottom: 0;
    padding-left: 1%;
}

.ttl_icon {
    float: left;
    padding-right: 5px;
    padding-bottom: 4px; /* king arthur */
}

.ttl_txt {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 36px;
}
/**/
.dash_area {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.table_box {
    width: 100%;
    float: left;
}

.table_inner_box {
    border: 1px solid #D3D3D3;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 48%;
    height: 400px;
}

.tr_Scroll {
    height: 350px;
    overflow: hidden;
}

    .tr_Scroll:hover {
        height: 350px;
        overflow-x: hidden;
        overflow-y: scroll;
        overflow: auto;
    }

.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;
}

.tabl_line2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
}
/*th{
	padding:0.5%;	
}*/
/*td{
	padding:0.5%;	
}*/
.bdr_v {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cecece;
}
.bdr_vWhiteColor {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: white;
}
.tbl_hd_font {
    font-size: 22px;
    color: #FFFFFF;
    font-family: 'open_sansregular';
    float: left;
}

.font18_blue {
    font-size: 18px;
    color: #089dbe;
}

.font14_gray {
    font-size: 14px;
    color: #626262;
}

.font14_red_b {
    font-size: 14px;
    color: #bd3b47;
    font-weight: bold;
}

.margn_r10 {
    margin-right: 10px;
}
/**/
.create_main {
    float: left;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #d3d3d3;
}

.inner_crt {
    float: left;
    width: 100%;
}
.inner_crt1 {
    float: left;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    width: 98%;
}
/*Add this css for create page*/
.form_left {
    float: left;
    margin-left: 1%;
    width: 48%;
}

.form_left1 {
    margin-left: 1%;
    width: 48%;
}

.form_leftWidth {
    float: left;
    margin-left: 1%;
    width: 58%;
}

.form_right {
    margin-right: 1%;
    width: 48%;
    float: right;
}

.form_grid {
    width: 75%;
    padding: 1%;
    float: left;
}

.form_lab {
    width: 100%;
    color: #0a5260;
    float: left;
    font-size: 14px;
    margin-bottom: 8px;
}

.form_fill {
    width: 100%;
    float: left;
}

.mndt {
    color: #e24518;
    font-size: 14px;
}

.fill {
    background-color: #F7F7F7;
    border: 1px solid #B1B1B1;
    float: left;
    height: 30px;
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
}

.fill_txt {
    background-color: #F7F7F7;
    border: 1px solid #B1B1B1;
    float: left;
    height: 89px;
    padding: 1%;
    width: 98%;
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #000;
}

.modual_main {
    width: 100%;
    float: left;
}

.mdl_ttl {
    width: 100%;
    float: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    margin-top: 12px;
}

.mdl_ttl_bg {
    background-color: #d3d3d3;
    float: left;
    padding-top: 3px;
    padding-right: 1%;
    padding-bottom: 0;
    padding-left: 1%;
}

.mdl_txt {
    color: #101010;
    float: left;
    font-size: 16px;
    line-height: 36px;
}

.chk_all_main {
    float: right;
    /*margin-top: 1%;*/
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 1%;
}

.chek_listing {
    width: 99.8%;
    float: left;
    border: 1px solid #D3D3D3;
}

    .chek_listing table {
        float: left;
        padding: 1%;
        width: 98%;
    }

        .chek_listing table tr {
            width: 100%;
            float: left;
        }

            .chek_listing table tr td {
                float: left;
            }

            .chek_listing table tr td {
                float: left;
                width: 23%;
            }

                .chek_listing table tr td label {
                    float: right;
                    /*  padding-left: 2%; king arthur */
                    width: 88%;
                }

.link_chek {
    font-size: 14px;
    color: #5e5e5e;
    text-decoration: none;
}

    .link_chek:hover {
        font-size: 14px;
        color: #5e5e5e;
        text-decoration: underline;
    }

.inner_modual {
    width: 100%;
    float: left;
}



/*Listing Page*/
.flt_area {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.flter_lab {
    color: #089DBE;
    float: left;
    font-size: 14px;
    padding-top: 7px;
    width: 100px;
    height: 32px;
}

.flter_labWidth {
    color: #089DBE;
    float: left;
    font-size: 14px;
    padding-top: 7px;
    width: 150px;
    height: 32px;
}

.flter_fill {
    background-color: #F7F7F7;
    border: 1px solid #B1B1B1;
    float: left;
    padding: 7px 2px;
    width: 225px;
}

.btn {
    float: left;
}

.btn_comman input {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #089dbe;
    margin-right: 4px;
    padding: 5px 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_comman input:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding: 5px 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }

.btn_comman a {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #089dbe;
    margin-right: 4px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_comman a:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 7px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }

.list_btn_area {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    width: auto;
}

/**/
.table_list {
    width: 100%;
    float: left;
    margin-top: 8px;
}

.table_list_2 {
    width: 100%;
    float: left;
}
/**/
.paging_area {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.paging_main table {
    float: right;
    height: 28px;
}

.paging_main tr {
    float: right;
}

    .paging_main tr td {
        float: left;
        margin: 0;
        padding: 0;
        width: 30px;
    }

        .paging_main tr td a {
            color: #089dbe;
            float: left;
            font-size: 16px;
            height: 25px;
            line-height: 22px;
            margin-left: 2px;
            padding-top: 3px;
            text-align: center;
            text-decoration: none;
            width: 28px;
        }

            .paging_main tr td a:hover {
                float: left;
                width: 28px;
                text-align: center;
                height: 23px;
                padding-top: 3px;
                margin-left: 2px;
                font-size: 16px;
                color: #FFF;
                text-decoration: none;
                line-height: 22px;
                background-color: #089dbe;
                -o-transition: #089dbe .2s ease-out, background 0.5s ease-in;
                -ms-transition: #089dbe .2s ease-out, background 0.5s ease-in;
                -moz-transition: #089dbe .2s ease-out, background 0.5s ease-in;
                -webkit-transition: #089dbe .2s ease-out, background 0.5s ease-in;
                transition: color .2s ease-out, background 0.5s ease-in;
            }

.current_page {
    float: left;
    width: 28px;
    text-align: center;
    height: 23px;
    padding-top: 3px;
    margin-left: 2px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    line-height: 22px;
    background-color: #089dbe;
}

.fill_dd {
    background-color: #F7F7F7;
    border: 1px solid #B1B1B1;
    float: left;
    height: 33px;
    padding: 6px 2%;
    width: 100.1%;
}

/*Replace*/
.wght_chk_bx {
    float: left;
    width: 100%;
    margin-top: 12px;
}

th {
    background-color: #FFFFFF;
    color: #089DBE;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCC1;
}

.evn_line {
    color: #626262;
    background-color: #f6f6f6;
    font-size: 12px;
}

.odd_line {
    color: #626262;
    background-color: #ffffff;
    font-size: 12px;
}
/*Replace BTN css*/
.cr_btn {
    background-color: #8DB800;
    float: left;
    margin-left: 5px;
    padding: 2px 4px;
    width: auto;
}

    .cr_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;
    }

    .cr_btn span {
        /*background-color: #FFFFFF;*/
        color: #8DB800;
        color: #FFF;
        float: right;
        margin-top: 1px;
        /*padding: 4px 10px;*/
        padding: 4px;
        vertical-align: middle;
        width: auto;
        font-size: 15px;
    }

.del_btn {
    background-color: #e24518;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .del_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;
    }

    .del_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;
    }

.inact_btn {
    background-color: #ff8a65;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .inact_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;
    }

    .inact_btn span {
        /*background-color: #FFFFFF;*/
        float: right;
        margin-top: 1px;
        /* padding: 4px 10px;*/
        padding: 4px;
        vertical-align: middle;
        width: auto;
        color: #ff8a65;
        color: #FFF;
        font-size: 15px;
    }

.act_btn {
    background-color: #317cc2;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .act_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;
    }

    .act_btn span {
        /*background-color: #FFFFFF;*/
        float: right;
        margin-top: 1px;
        /*padding: 4px 10px;*/
        padding: 4px;
        vertical-align: middle;
        width: auto;
        color: #317cc2;
        color: #FFF;
        font-size: 15px;
    }
/*print_btn*/
.prnt_btn {
    background-color: #ff800a;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .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;
    }

    .prnt_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;
    }
/**/
/*imp_exl_btn*/
.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;
    }
/**/
.imp_xml_btn {
    background-color: #317CC2;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .imp_xml_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_xml_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;
    }
/**/
.con_not_btn {
    background-color: #FF8A65;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .con_not_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;
    }

    .con_not_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;
    }
/**/
.send_sms_btn {
    background-color: #8DB800;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .send_sms_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;
    }

    .send_sms_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;
    }
/**/
.send_email_btn {
    background-color: #317CC2;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .send_email_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;
    }

    .send_email_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;
    }
/**/
/**/
.creat_payment_btn {
    background-color: #ff8a65;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .creat_payment_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;
    }

    .creat_payment_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;
    }
/**/
/**/
.creat_receipt_btn {
    background-color: #8DB800;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .creat_receipt_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;
    }

    .creat_receipt_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;
    }
/**/
.create_bill_btn {
    background-color: #317CC2;
    float: left;
    padding: 2px 4px;
    width: auto;
    margin-left: 5px;
}

    .create_bill_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;
    }

    .create_bill_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;
    }
/**/
/*---------------------------------------------------------------*/
.flter_grd {
    float: left;
    width: 340px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.flter_grdWidth {
    float: left;
    width: 400px;
    margin-right: 5px;
    margin-bottom: 10px;
}


.flter_grdLeft {
    float: left;
    width: 340px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left:100px;
}
/*////////////////////////CSS start FOR SIDE BAR///////////////////////*/
.toggle_det {
    width: 260px;
    float: left;
}

#box {
    font-size: 12px;
    left: -322px;
    line-height: 20px;
    position: fixed;
    top: 0;
    width: 322px;
    z-index: 100;
}

#tab {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

    #tab li span {
        display: block;
        padding: 0 5px;
        position: relative;
    }

.show, .hide {
    transition: margin-left 0.4s ease-in 0s;
}

.hide {
    margin-right: 0;
    display: none;
}

.show {
    margin-left: 254px;
}

#arrow, .bt {
    cursor: pointer;
}

.bt {
    background: -moz-linear-gradient(left center, #1F82AF, #002F44) repeat scroll 0 0 #014464;
    border: 1px solid #858FA6;
    font: bold 13px Helvetica,Arial,sans-serif;
    height: 40px;
    margin: -1px;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    width: 77px;
}

    .bt a {
        color: #FFFFFF;
        line-height: 40px;
    }

    .bt:hover {
        background: none repeat scroll 0 0 #32A3D3;
        transition: background 0.3s linear 0s;
    }

#deco {
    float: left;
    width: 98%;
    text-align: center;
    font-family: 'open_sansregular';
    font-size: 18px;
    color: #FFF;
    padding-top: 2%;
    padding-right: 1%;
    padding-bottom: 2%;
    padding-left: 1%;
}

.slide_list {
    border-bottom: 1px solid #FFFFFF;
    float: left;
    width: 254px;
}

.slid_scrool {
    overflow-y: scroll;
    overflow-x: hidden;
    float: left;
}
/*////////////////////////CSS END FOR SIDE BAR///////////////////////*/

/*Reaplce 21-2-2014*/
.logo {
    float: left;
    width: 20%;
    text-align: center;
}

.top_nav {
    float: left;
    margin-left: 1%;
    padding-top: 10px;
    width: 60%;
}
/**/
#links:after {
    background-color: #089DBE;
    float: right;
    width: 255px;
    height: 100%;
}

#links {
    background-color: #089DBE;
    float: right;
    width: 255px;
    height: 100%;
}

    #links:before {
        background-color: #089DBE;
        float: right;
        width: 255px;
        height: 100%;
    }

/*Cahrt Page Css*/
.graph_area {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.graph_area_box {
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 49%;
}

    .graph_area_box img {
        width: 100%;
    }

.graph_area_box_top {
    float: left;
    margin-bottom: 1%;
    width: 97.5%;
}

.graph_t {
    width: 23.99%;
    float: left;
    border: 1px solid #CCC;
    margin-right: 1%;
}

    .graph_t img {
        width: 100%;
    }

.pad_8 {
    padding: 8px;
}

.tabl_line tr td {
    padding-bottom: 4px;
    padding-top: 4px;
}

.tabl_line .odd_line {
    padding-bottom: 4px;
    padding-top: 4px;
}

.tabl_line .evn_line {
    padding-bottom: 4px;
    padding-top: 4px;
}

.tabl_line2 tr td {
    padding-bottom: 4px;
    padding-top: 4px;
}
/**/
.h_yello {
    background-color: #fdd752;
}

.bdr_table_yello {
    border: 1px solid #fdd752;
}

.font14_yello_b {
    font-size: 14px;
    color: #fdd752;
    font-weight: bold;
}

.h_grn {
    background-color: #8ABF3B; /*#aec785 king arthur*/
}

.bdr_table_grn {
    border: 1px solid #8ABF3B; /*#aec785 king arthur*/
}

.font14_grn_b {
    font-size: 14px;
    color: #8ABF3B; /*#aec785 king arthur*/
    font-weight: bold;
}

.h_org {
    background-color: #ffa288;
}

.bdr_table_org {
    border: 1px solid #ffa288;
}

.font14_org_b {
    font-size: 14px;
    color: #ffa288;
    font-weight: bold;
}

.h_blue {
    background-color: #317CC2;
}

.bdr_table_blue {
    border: 1px solid #317CC2;
}

.font14_blue_b {
    font-size: 14px;
    color: #317CC2;
    font-weight: bold;
}
/**/
.chart_inner_box {
    border: 1px solid #D3D3D3;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 48%;
    height: 400px;
    overflow: hidden;
}

    .chart_inner_box:hover {
        float: left;
        margin-bottom: 1%;
        margin-right: 1%;
        width: 48%;
        height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
        overflow: auto;
    }

.chart_h_lgt_blue {
    background-color: #afcff6;
}

.chart_bdr_table_lgt_blue {
    border: 1px solid #afcff6;
}

.font14_Skyblue_b {
    font-size: 14px;
    color: #afcff6;
    font-weight: bold;
}

.font14_red_b {
    font-size: 14px;
    color: #f97c79;
    font-weight: bold;
}

.chart_inner_box.chart_bdr_table_lgt_blue img {
    width: 100%;
}
/**/
.chart_h_lgt_red {
    background-color: #f97c79;
}

.chart_bdr_table_lgt_red {
    border: 1px solid #f97c79;
}

.chart_inner_box.chart_bdr_table_lgt_red img {
    width: 100%;
}
/*sales page*/
.form_fill_date {
    width: 15%;
    float: left;
}

.form_fill_wait {
    width: 20%;
    float: left;
}

.form_fill_Commission {
    width: 5%;
    float: left;
}

.form_fill_Commiamt {
    width: 14%;
    float: left;
}

.form_fill_date_icon {
    float: right;
    margin-top: 0;
    width: 53%;
}

.form_fill_date_icon2 {
    float: right;
    margin-top: -1px;
    width: 68%;
}

.wait_unit {
    float: right;
    font-size: 14px;
    margin-top: 5px;
    width: 48%;
}

.time_format {
    float: right;
    font-size: 14px;
    margin-top: 5px;
    width: 85%;
}

.pendig_box {
    width: 100%;
    margin-top: 2%;
    float: right;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #cecece;
    border-left-color: #cecece;
}

.pen_tck_link {
    font-size: 14px;
    color: #5e5e5e;
    text-decoration: none;
}

    .pen_tck_link:hover {
        font-size: 14px;
        color: #5e5e5e;
        text-decoration: underline;
    }
/**/
.form_grid_full {
    width: 98%;
    padding: 1%;
    float: left;
}

.form_grid_full66 {
    width: 66%;
    padding: 1%;
    float: left;
}

.form_lab_full {
    width: 30%;
    color: #0a5260;
    float: left;
    font-size: 14px;
    margin-bottom: 8px;
}

.form_fill_full {
    width: 35%;
    float: left;
}

.form_fill_full70 {
    width: 50%;
    float: left;
}

.form_fill_btn {
    width: 81%;
    float: right;
}
/**/
.sale_form_right {
    margin-right: 1%;
    width: 30%;
    float: right;
}

.sale_form_left {
    margin-right: 1%;
    width: 65%;
    float: left;
}

.sale_form_left100 {
    margin-right: 1%;
    width: 100%;
    float: left;
}

.form_btn {
    margin-left: 0.5%;
}
/**/
.I_single_menu {
}

ul.I_single_menu {
    background-color: #089DBE;
}

    ul.I_single_menu li {
        position: relative;
        padding: 4px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFF;
    }

        ul.I_single_menu li a {
            color: #FFF;
        }

        ul.I_single_menu li:hover {
            background-color: #087c96;
            -o-transition: #087c96 .5s ease-out, background 0.5s ease-in;
            -ms-transition: #087c96 .5s ease-out, background 0.5s ease-in;
            -moz-transition: #087c96 .5s ease-out, background 0.5s ease-in;
            -webkit-transition: #087c96 .5s ease-out, background 0.5s ease-in;
            transition: color .2s ease-out, background 0.5s ease-in;
        }

        ul.I_single_menu li .img_top {
            position: absolute;
            right: 0px;
            top: 2px;
        }

        ul.I_single_menu li .img_btm {
            position: absolute;
            right: 0px;
            bottom: -2px;
        }
/**/
.btn_grn input {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #10b27c;
    margin-right: 4px;
    padding: 5px 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_grn input:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding: 5px 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }

.btn_grn a {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #10b27c;
    margin-right: 4px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_grn a:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 7px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }
/**/
.btn_perple input {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #59873d;
    margin-right: 4px;
    padding: 5px 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_perple input:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding: 5px 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }

.btn_perple a {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #920897;
    margin-right: 4px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_perple a:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 7px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }
/**/
.btn_red input {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #ce1421;
    margin-right: 4px;
    padding: 5px 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_red input:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding: 5px 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }

.btn_red a {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #ce1421;
    margin-right: 4px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_red a:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 7px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }
/**/
.btn_light_yel input {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #dda813;
    margin-right: 4px;
    padding: 5px 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_light_yel input:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding: 5px 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }

.btn_light_yel a {
    font-family: 'open_sansregular';
    width: auto;
    background-color: #dda813;
    margin-right: 4px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    -webkit-appearance: none;
}

    .btn_light_yel a:hover {
        font-family: 'open_sansregular';
        width: auto;
        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;
        margin-right: 4px;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 7px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
    }
/**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

.chart_inner_box {
    border: 1px solid #D3D3D3;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 48.033%;
}
/*.table_inner_box {
	border: 1px solid #D3D3D3;
	float: left;
	margin-bottom: 1%;
	margin-right: 1%;
	width: 48.0333333%;
}
}*/
/**/
/*add*/

.fill_box_vali {
    width: 100%;
    float: left;
    padding-top: 10px;
    position: relative;
}

.fill_vali_main {
    background-color: #f7f7f7;
    left: 0;
    position: absolute;
    width: 253px;
    padding: 5px;
    border: 2px solid #05647D;
    font-size: 12px;
    font-weight: bold;
    top: 10px;
    color: #F00;
}
/*Replace*/
.sup_btn_main {
    width: auto;
    float: left;
    margin-top: 24%;
    font-weight: normal;
}








/******************************************************/
/************************Add this Css for groupe_report page******************************/

.group_main {
    float: left;
    margin-top: 10px;
    width: 100%;
}
/**/
.sales_grp_main {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.top_ttl_org {
    width: 100%;
    float: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ff8a66;
}

.titl_org {
    background-color: #ff8a66;
    float: left;
    padding-top: 2px;
    padding-right: 1%;
    padding-bottom: 0;
    padding-left: 1%;
}

.grp_listing_org {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    margin-top: 10px;
}

    .grp_listing_org ul {
        width: 98%;
        float: left;
        padding-top: 1%;
        padding-right: 1%;
        padding-left: 1%;
    }

        .grp_listing_org ul li {
            background-color: #ffdace;
            float: left;
            margin-bottom: 1%;
            padding: 1.5% 1%;
            width: 47.5%;
        }

            .grp_listing_org ul li a {
                width: 100%;
                color: #474747;
                font-size: 16px;
            }

            .grp_listing_org ul li:hover {
                background-color: #ffbaa5;
                -o-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -ms-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -moz-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -webkit-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                transition: color .2s ease-out, background 0.5s ease-in;
            }

            .grp_listing_org ul li:nth-child(2n+0) {
                float: right;
            }
/**/
.purchase_group_main {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.top_ttl_grn {
    width: 100%;
    float: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #8eb800;
}

.titl_grn {
    background-color: #8eb800;
    float: left;
    padding-top: 2px;
    padding-right: 1%;
    padding-bottom: 0;
    padding-left: 1%;
}

.grp_listing_grn {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    margin-top: 10px;
}

    .grp_listing_grn ul {
        width: 98%;
        float: left;
        padding-top: 1%;
        padding-right: 1%;
        padding-left: 1%;
    }

        .grp_listing_grn ul li {
            background-color: #e3f6a0;
            float: left;
            margin-bottom: 1%;
            padding: 1.5% 1%;
            width: 47.5%;
        }

            .grp_listing_grn ul li a {
                width: 100%;
                color: #474747;
                font-size: 16px;
            }

            .grp_listing_grn ul li:hover {
                background-color: #9cc807;
                -o-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -ms-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -moz-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -webkit-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                transition: color .2s ease-out, background 0.5s ease-in;
            }

            .grp_listing_grn ul li:nth-child(2n+0) {
                float: right;
            }
/**/
.carting_group_main {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.top_ttl_blue {
    width: 100%;
    float: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #55aaf7;
}

.titl_blue {
    background-color: #55aaf7;
    float: left;
    padding-top: 2px;
    padding-right: 1%;
    padding-bottom: 0;
    padding-left: 1%;
}

.grp_listing_blue {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    margin-top: 10px;
}

    .grp_listing_blue ul {
        width: 98%;
        float: left;
        padding-top: 1%;
        padding-right: 1%;
        padding-left: 1%;
    }

        .grp_listing_blue ul li {
            background-color: #a9d6ff;
            float: left;
            margin-bottom: 1%;
            padding: 1.5% 1%;
            width: 47.5%;
        }

            .grp_listing_blue ul li a {
                width: 100%;
                color: #474747;
                font-size: 16px;
            }

            .grp_listing_blue ul li:hover {
                background-color: #55aaf7;
                -o-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -ms-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -moz-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -webkit-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                transition: color .2s ease-out, background 0.5s ease-in;
            }

            .grp_listing_blue ul li:nth-child(2n+0) {
                float: right;
            }
/**/
.inventory_group_main {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.top_ttl_yellow {
    width: 100%;
    float: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #d3c306;
}

.titl_yellow {
    background-color: #d3c306;
    float: left;
    padding-top: 2px;
    padding-right: 1%;
    padding-bottom: 0;
    padding-left: 1%;
}

.grp_listing_yellow {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    margin-top: 10px;
}

    .grp_listing_yellow ul {
        width: 98%;
        float: left;
        padding-top: 1%;
        padding-right: 1%;
        padding-left: 1%;
    }

        .grp_listing_yellow ul li {
            background-color: #fff79e;
            float: left;
            margin-bottom: 1%;
            padding: 1.5% 1%;
            width: 47.5%;
        }

            .grp_listing_yellow ul li a {
                width: 100%;
                color: #474747;
                font-size: 16px;
            }

            .grp_listing_yellow ul li:hover {
                background-color: #d3c306;
                -o-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -ms-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -moz-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                -webkit-transition: #087c96 .2s ease-out, background 0.5s ease-in;
                transition: color .2s ease-out, background 0.5s ease-in;
            }

            .grp_listing_yellow ul li:nth-child(2n+0) {
                float: right;
            }
/**/
.custer_rep_chek_listing {
    width: 70%;
    float: right;
}

    .custer_rep_chek_listing table {
        float: left;
        padding: 1%;
        width: 98%;
    }

        .custer_rep_chek_listing table tr {
            width: 100%;
            float: left;
        }

            .custer_rep_chek_listing table tr td {
                float: left;
            }

            .custer_rep_chek_listing table tr td {
                float: left;
                width: 23%;
            }

                .custer_rep_chek_listing table tr td label {
                    float: right;
                    padding-left: 2%;
                    width: 88%;
                }
/**/
.custer_rep {
    float: left;
    width: 100%;
}

.custer_rep_form {
    float: left;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #d3d3d3;
}

.custer_form_lab {
    color: #0a5260;
    float: left;
    font-size: 14px;
    margin-bottom: 8px;
    width: 30%;
}

.custer_form_grd {
    float: left;
    padding: 1%;
    width: 45%;
    clear: left;
}

.custer_form_fill {
    width: 65%;
    float: left;
}
/**/
.custer_form_fill_date {
    width: 35%;
    float: left;
}

.custer_form_fill_date_icon {
    float: right;
    margin-top: 0;
    width: 58%;
}
/**/
.custer_form_fill_bx {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    float: left;
    width: 65%;
}

.time_format_cust_rep {
    float: right;
    font-size: 14px;
    margin-top: 5px;
    /*width: 85%;*/
}

.fill_rate {
    background-color: #F7F7F7;
    border: 1px solid #B1B1B1;
    height: 30px;
    width: 48%;
    padding-right: 2%;
    padding-left: 2%;
}



/***********************support***************************/
.vdo_main {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    margin-top: 10px;
}

.vdo_box {
    width: 49%;
    float: left;
    padding: 0.5%;
}

    .vdo_box:nth-child(2n+0) {
        float: right;
    }

.vdo_ttl {
    width: 96%;
    float: left;
    font-size: 18px;
    padding: 2%;
    background-color: #fdd752; /*#ffdace; king arthur */
}

.vdo_frm {
    width: 100%;
    float: left;
}

.add_main {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    margin-top: 10px;
}

.com_logo {
    width: 48%;
    float: left;
    padding: 1%;
}

.add {
    width: 98%;
    padding: 1%;
    float: left;
    font-size: 16px;
}

.quick_link_main {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.quick_box_main {
    width: 32.333%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

.quick_box_ttl {
    width: 96%;
    float: left;
    background-color: #089DBE;
    padding: 2%;
    font-size: 16px;
    color: #FFF;
}

.quick_box_listing {
    background-color: #fff;
    border-bottom: 1px solid #089dbe;
    border-left: 1px solid #089dbe;
    border-right: 1px solid #089dbe;
    float: left;
    height: 200px;
    overflow-y: auto;
    padding: 2%;
    width: 95.3%;
}

    .quick_box_listing ul {
        width: 100%;
        float: left;
    }

        .quick_box_listing ul li {
            width: 95%;
            padding-left: 5%;
            background-image: url(../images/quick_link_dots.png);
            background-repeat: no-repeat;
            background-position: left 7px;
            float: left;
            padding-top: 1%;
            padding-bottom: 1%;
        }

            .quick_box_listing ul li a {
                font-size: 14px;
                color: #089DBE;
            }

                .quick_box_listing ul li a:hover {
                    font-size: 14px;
                    color: #089DBE;
                    text-decoration: underline;
                }
/*King Arthur*/
.version_lnk {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-family: 'open_sansregular';
    text-decoration: underline;
    width: auto;
}
    /*King Arthur*/
    .version_lnk:hover {
        background-color: transparent;
        border: 0 none;
        color: #fff;
        font-family: 'open_sansregular';
        text-decoration: underline;
        width: auto;
    }

.fill_box_AutoLogin {
    float: right;
    padding-top: 10px;
    width: 43%;
}

.fill_box_Login {
    float: left;
    padding-top: 10px;
    width: 55%;
}

.bordertopbottom {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    height: 40px;
}

.borderfooter {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.paddingleftright {
    padding-left: 5px;
    padding-right: 5px;
}

.font14_gray {
    color: #626262;
    font-size: 14px;
}

.stock {    
    font-size: 15px;
    margin-left: 10px;
    width: 22%;
    float: left;
}

.flter_grd_small {
    float: left;
    width: 280px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form_left2 {
    float: left;
    margin-left: 1%;
    width: 20%;
}

.form_left3 {
    float: left;
    margin-left: 65px;
    width: 65%;
}

.filldate {
    background-color: #F7F7F7;
    border: 1px solid #B1B1B1;
    float: left;
    height: 30px;
    width: 60%;
    padding-right: 2%;
    padding-left: 2%;
}


.paging_main li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
    background: #4C4C4C;
}

.paging_main .aspNetDisabled {
    background-color: #089dbe;
    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;
}

.paging_main .next a, .paging_main .previous a {
    font-weight: bold;
    border: solid 1px #FFFFFF;
    float: left;
}

.paging_main a:link, .paging_main a:visited {
    color: #089dbe;
    float: left;
    font-size: 16px;
    height: 25px;
    line-height: 22px;
    margin-left: 2px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: 28px;
}

.paging_main a:hover {
    background-color: #089dbe;
    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;
}



.sup_btnNew {
    text-align: right;
    font-family: 'open_sansregular';
    width: auto;
    margin-right: 4px;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    background-image: url(../images/loginbtnbg.png);
    background-repeat: repeat;
    background-position: left top;
    background-color: transparent;
    font-size: 20px;
    float: right;
    text-decoration: none;
}

    .sup_btnNew:hover {
        text-align: right;
        font-family: 'open_sansregular';
        width: auto;
        margin-right: 4px;
        padding-top: 6px;
        padding-right: 15px;
        padding-bottom: 6px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        background-image: url(../images/loginbtnbg.png);
        background-repeat: repeat;
        background-position: left top;
        background-color: transparent;
        font-size: 20px;
        float: left;
        text-decoration: underline;
    }

    .datefield8 {
    float: left;
    padding-right: 10px;
    width: 40%;
}
    
.flter_grd_Calender {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 400px;
}

.datefield1 {
    width: 30%;
    float: left;
    padding-right: 10px;
}
.fillDate6 {
    background-color: #f7f7f7;
    border: 1px solid #b1b1b1;
    float: left;
    height: 30px;
    padding-left: 2%;
    padding-right: 5%;
    width: 67%;
    margin-right: 5px;
}
.fillDate7 {
    background-color: #f7f7f7;
    border: 1px solid #b1b1b1;
    float: left;
    height: 30px;
    padding-left: 2%;
    padding-right: 5%;
    width: 50%;
    margin-right: 5px;
}

.bdr_Ledger_h1 {
    border-right: 1px solid #cecece;
    height: 30px;
}

.bdr_Ledger_h2 {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.bdr_Ledger_h3 {
    border-bottom: 1px solid #cecece;
}

.bdr_Ledger_h4 {
    border: 1px solid #cecece;
}

.bdr_Ledger_h5 {
    border: 1px solid #cecece;
}

.bdr_Ledger_h6 {
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.bdr_Ledger_h7 {
    border-left: 1px solid #cecece;
}

.btn_Back a {
    font-family: 'open_sansregular';
    background-color: #089dbe;
    width: 60px;
    margin-right: 0px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    color: #FFF;
    border: 0px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}

    .btn_Back a:hover {
        font-family: 'open_sansregular';
        width: 60px;
        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;
        margin-right: 0px;
        padding-top:12px;
        padding-right: 15px;
        padding-bottom: 8px;
        padding-left: 15px;
        color: #FFF;
        border: 0px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        line-height: 25px;
    }

.BackBtn {
    float: right;
    height: 23px;
    background-color: #089DBE;
    color: #FFFFFF;
    cursor: pointer;
}
.flter_PickerImg {
    float: left;
    width: 360px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.bdr_Profit {
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 7px;
}

.bdr_Profit_h1 {
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    height: 50px;
}
.bdr_Profit_h2 {
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
}
.bdr_Profit_h3 {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.bdr_Profit_h4 {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    height: 30px;
}

/* New Add For Announcement */

.Notification_button {
    color: white;
    display: inline-block;
    position: relative;    
}
.button__badge {
    background-color: #fa3e3e;
    border-radius: 12px;
    color: white;
    padding: 3px 12px;
    font-size: 14px;
    position: absolute;
    top: -8px;
    right: -8px;
}
.ttl_txt1 {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 41px;
}