* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

body {
    background: #e9eae8;
    font-family: 'Arimo', sans-serif;
    color: #2d2d2d;
    font-size: 12px;
    line-height: 18px;
}

#wrapper {
    min-height: 100%;
    background: url(../images/left_panel_bg.png) repeat-y left top;
}

#main {
    padding-bottom: 43px;
    padding-left: 230px;
}

#footer {
    position: relative;
    margin-top: -43px;
    height: 43px;
    clear: both;
    background-color: #000235;
}
/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#header { /*background:url(../images/header_bg.png) repeat-x left top;*/
    height: 43px;
    padding: 6px;
    background-color: #ffc900;
}

#left_panel {
    width: 230px;
    float: left;
    margin-left: -230px;
}

#right_panel {
    width: 100%;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 26px;
    color: #000;
    padding-bottom: 15px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 22px;
    color: #323232;
    padding-bottom: 15px;
}

p {
    margin-bottom: 1%;
}

a {
    text-decoration: none;
    color: #F60;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

.clear {
    clear: both;
}

.d_red {
    color: #fe533f;
}

.f_right {
    float: right;
    margin: 12px 10px 10px 0;
}

.f_left {
    float: left;
}

.green_head h1 {
    font-size: 26px;
    color: #fff;
    padding-top: 5px;
    float: left;
}

.error_message {
    color: #e74955;
}

.required {
    color: #f00;
}

.required-field {
    border-color: #f00 !important;
}

.required-filltext {
    border-color: #ccc !important;
}

.warning {
    padding: 15px 15px 15px 55px;
    color: #693d08;
    border: 1px solid #f5c944;
    background: url(../images/warning.png) no-repeat 8px 8px #ffeaa9;
    margin: 10px 0;
}

.success {
    padding: 15px 15px 15px 55px;
    color: #415e29;
    border: 1px solid #82ac60;
    background: url(../images/yes.png) no-repeat 8px 8px #cce4b8;
    margin: 10px 0;
}

.error { /*padding:15px 15px 15px 55px;*/
    color: #9e0505; /*border:1px solid #e74955;  background:url(../images/error.png) no-repeat 8px 8px #faa5ab;*/
    margin: 10px 0;
    display: inline-block;
}
/*---------------------CSS*/

.content_wrap {
    padding: 1.5% 1.5% 0 1.5%;
}

.ptofile {
    padding: 15px 10px 15px 71px;
    background: url(../images/profile_img.png) no-repeat 15px 8px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.logo {
    margin: 5px 0 50px 0; /* border:1px solid #ccc; padding:5px;*/
    min-height: 100px; /*background:#fff; text-align:center;*/
}

    .logo a {
        text-align: center;
        display: block;
    }

.message_alart {
    float: left;
    padding: 20px 0 0 20px;
}

.logout {
    float: right;
    height: 30px;
    padding: 0 20px;
    background: url(../images/y_line.png) no-repeat left top;
}

    .logout a {
        background: url(../images/logout.png) no-repeat left center;
        display: block;
        padding: 5px 0 5px 30px;
        margin-top: 4px;
        color: #2d2d2d;
    }

        .logout a:hover {
            text-decoration: none;
            color: #FF6600;
        }

.welcome {
    float: right;
    padding: 8px 20px 0 20px;
    font-size: 14px;
}

    .welcome span {
    }


.notice_alart {
    background: url(../images/message_not.png) no-repeat left bottom;
    padding: 0 10px 20px 20px;
    float: left;
}

.notice_b {
    background: url(../images/noticeboard.png) no-repeat left bottom;
}


.notice_alart a {
    background-color: #fe0000;
    padding: 7px 12px;
    color: #FFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

    .notice_alart a:hover {
        text-decoration: none;
        background: #fd7983;
    }


.solution_by {
    float: left;
    padding: 20px 0 0 20px;
}

    .solution_by a {
        color: #FE533F;
    }

.copyright {
    float: right;
    padding: 20px 20px 0 0;
}

/*============================= left menu*/
#left_menu_slide_wrap {
    left: 210px;
    position: absolute;
    width: 23px;
    height: 46px;
}

#left_menu_slide_b, #left_menu_slide {
    position: absolute;
    top: 0;
    width: 23px;
    z-index: 1;
    padding-top: 1px;
}

    #left_menu_slide_b.fixed, #left_menu_slide.fixed {
        position: absolute;
        top: 0;
    }

#left_menu_slide_b {
    display: none;
}

.menu_wrap {
    background: #000235;
    border: 1px solid #252e34;
    padding: 1px;
}

.main_menu {
    border-top: 1px solid #0f2b73;
    border-bottom: 1px solid #0f2b73;
    padding: 5px;
}


/*============================= left menu*/
.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

    .accordion ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
    }

    .accordion li {
        cursor: pointer;
        list-style-type: none;
        font-size: 15px;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 230px;
        border-top: 1px solid #0f2b73;
    }

        .accordion li.active > a {
            background: url(../images/close.gif) no-repeat center right;
        }

        .accordion li div {
            background: #F9FAFC !important;
            display: block;
            clear: both;
            float: left;
            font-weight: normal;
        }

    .accordion a {
        text-decoration: none;
        color: #fff;
        padding: 11px 10px;
        display: block;
        cursor: pointer;
        background: url(../images/open.gif) no-repeat center right;
    }

    .accordion li ul li {
        background-color: #07092f;
        font-size: 12px;
        border-top: 1px solid #2f325d;
    }

        .accordion li ul li ul li {
            background: #8d8e8f;
        }

            .accordion li ul li ul li a {
                background-image: none;
                color: #fff;
            }

    .accordion .active {
        background-color: #0f2b73;
    }

.d_link {
    background-color: #232550;
}

    .d_link:hover {
        background-color: #0f2b73;
    }

/*------------------------------------breadcrumb*/
/*=======================breadcrumb*/
#breadcrumb {
    height: 30px;
    line-height: 30px;
    color: #888;
    border-bottom: solid 1px #cacaca;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #e6e6e6;
}

    #breadcrumb li {
        list-style-type: none;
        padding-left: 10px;
        display: inline-block;
        float: left;
    }

    #breadcrumb a {
        display: inline-block;
        background: url(../images/bc_separator.gif) no-repeat right;
        padding-right: 15px;
        text-decoration: none;
        color: #333333;
        height: 30px;
        outline: none;
    }

.home {
    border: none;
    margin: 7px 0px;
}

#breadcrumb a:hover {
    color: #F60;
}

/*==================BOX*/
.box { /*width:32%;*/
    min-width: 300px;
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    /*-moz-box-shadow:0px 0px 2px #999;
-webkit-box-shadow:0px 0px 2px #999;
box-shadow:0px 0px 2px #999;*/
}

    .box a:hover {
        text-decoration: none;
    }

.greay {
    background: url(../images/greay_curve.png) no-repeat right bottom #686972;
}

    .greay:hover {
        background: url(../images/greay_curve_hover.png) no-repeat right bottom #3e3f46;
    }

.dark_green {
    background: url(../images/green_curve.png) no-repeat right bottom #17856f;
}

    .dark_green:hover {
        background: url(../images/green_curve_hover.png) no-repeat right bottom #0f6352;
    }

.light_green {
    background: url(../images/light_green.png) no-repeat right bottom #82ac60;
}

    .light_green:hover {
        background: url(../images/light_green_hover.png) no-repeat right bottom #527635;
    }

.sky_blue {
    background: url(../images/sky_blue_curve.png) no-repeat right bottom #1fa7b2;
}

    .sky_blue:hover {
        background: url(../images/sky_blue_curve_hover.png) no-repeat right bottom #097881;
    }

.purple {
    background: url(../images/purple_curve.png) no-repeat right bottom #8b71b2;
}

    .purple:hover {
        background: url(../images/purple_curve_hover.png) no-repeat right bottom #3e3260;
    }

.brown {
    background: url(../images/brown_curve.png) no-repeat right bottom #7f4444;
}

    .brown:hover {
        background: url(../images/brown_curve_hover.png) no-repeat right bottom #4e2b2b;
    }

.orange {
    background: url(../images/orange_curve.png) no-repeat right bottom #fe533f;
}

    .orange:hover {
        background: url(../images/orange_curve_hover.png) no-repeat right bottom #be1400;
    }

.yellow {
    background: url(../images/yellow_curve.png) no-repeat right bottom #fd8a1a;
}

    .yellow:hover {
        background: url(../images/yellow_curve_hover.png) no-repeat right bottom #b06318;
    }

.box_a {
    height: 58px;
    float: right;
    width: 68%;
    padding: 10px 3% 10px 3%;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;
}

    .box_a span {
        font-size: 13px;
        font-weight: normal;
        color: #fff;
    }

.number, .number span {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: right;
}

.box_b {
    height: 55px;
    padding-top: 25px;
    float: left;
    width: 25%;
    //width:29%;
    text-align: center;
}

.box_a img {
    float: left;
    margin: 4px 5px 37px 0;
}


.greay .box_b {
    background: #3e3f46;
}

.dark_green .box_b {
    background: #0f6352;
}

.light_green .box_b {
    background: #527635;
}

.sky_blue .box_b {
    background: #097881;
}

.purple .box_b {
    background: #3e3260;
}

.brown .box_b {
    background: #4e2b2b;
}

.orange .box_b {
    background: #be1400;
}

.yellow .box_b {
    background: #b06318;
}



/*--------------------------------*/
.home_box {
    width: 48.6%;
    margin: 0 1% 1% 0; /*height:365px;*/
    background: #f7f8f8;
    float: left;
    border: 1px solid #d9d6d6;
    overflow: hidden;
    /*-moz-box-shadow:0px 0px 2px #999;
-webkit-box-shadow:0px 0px 2px #999;
box-shadow:0px 0px 2px #999;
*/
}

    .home_box ul {
        margin: 0;
    }

    .home_box li {
        list-style: none;
        padding: 7px 10px;
        border-bottom: 1px solid #ccc;
    }

        .home_box li:hover {
            background-color: #edeeee;
            cursor: pointer;
        }

        .home_box li h3 {
            font-weight: normal;
            font-size: 14px;
            color: #066a72;
            padding-bottom: 3px;
        }

.date {
    font-size: 12px;
    color: #959595;
    background: url(../images/date.png) no-repeat left center;
    padding: 0 8px 0 15px;
}

.time {
    font-size: 12px;
    color: #959595;
    background: url(../images/time.png) no-repeat left center;
    padding: 0 8px 0 15px;
}

.notice_list li {
    background: url(../images/alart_list.png) no-repeat 8px 10px;
    padding: 0;
}

    .notice_list li a {
        background: url(../images/list_arrow.png) no-repeat 98% center;
        display: block;
        padding: 7px 10px 7px 35px;
    }

        .notice_list li a:hover {
            background: url(../images/list_arrow_a.png) no-repeat 98% center;
            text-decoration: none;
        }

.message_board li {
    padding: 0;
}

    .message_board li a {
        background: url(../images/list_arrow.png) no-repeat 99% center;
        color: #4f4c4c;
        display: block;
        padding: 3px 8px 0px 8px;
    }

        .message_board li a:hover {
            background: url(../images/list_arrow_a.png) no-repeat 99% center;
            text-decoration: none;
        }

.product_list {
    border-collapse: collapse;
}

    .product_list th {
        background: #edf1f1;
        padding: 15px 10px 16px 10px;
        text-align: left;
        border-bottom: 1px solid #d9d6d6;
    }

    .product_list td {
        padding: 13px 10px;
        border-bottom: 1px solid #d9d6d6;
    }

.value_size {
    text-align: right;
    font-size: 24px;
    font-weight: normal;
    color: #e78956;
    border-left: 1px solid #d9d6d6;
}

.right_mr {
    float: right;
    margin-right: 0;
}

.header {
    background-color: #fafafa;
    border-bottom: 1px solid #eff2f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

    .header h2 {
        float: left;
        color: #fff;
        padding-top: 5px;
    }

.notification {
    float: right;
    font-weight: bold;
    overflow: hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

    .notification a {
        color: #4f4c4c;
        padding: 4px 10px;
        float: left;
        background: #fff;
    }

        .notification a:hover {
            color: #c6c6c6;
            text-decoration: none;
            background-color: #3c3c3d;
        }

.gray_head {
    border-bottom: 3px solid #252525;
}

.blue_head {
    border-bottom: 3px solid #1fa7b2;
}

.notice_board {
    background: url(../images/alart.png) no-repeat 0 2px;
    padding: 5px 0 3px 30px;
}

.stock_product {
    background: url(../images/product_icon.png) no-repeat 0 2px;
    padding: 5px 0 3px 30px;
}

.message {
    background: url(../images/message_icon.png) no-repeat 0 2px;
    padding: 5px 0 3px 30px;
}

.message_date {
    width: 120px;
    height: 49px;
    float: left;
    margin-right: 10px;
    background: url(../images/separator.png) no-repeat right top;
}

.message_subject {
    float: left;
    margin-top: 5px;
}

.mess_time {
    font-size: 12px;
    color: #959595;
}

.message_date .alart_date {
    float: left;
    width: 40px;
    height: 30px;
    padding-top: 11px;
    font-size: 24px;
    color: #3e3f46;
    text-align: center;
    font-weight: bold;
}

.message_date .mess_month {
    width: 70px;
    height: 39px;
    float: left;
    padding: 2px 5px 0 5px;
    font-size: 12px;
    font-weight: bold;
    color: #3e3f46;
}

/*---------------------manage_form*/
.manage_form {
    border-collapse: collapse;
    background: #fefdfd;
    border: 1px solid #d9d6d6;
    border-top: 1px solid #d9d6d6;
    margin-right: 1px;
}

    .manage_form th {
        text-align: left;
        font-weight: normal; /*border-bottom:1px solid #d9d6d6;*/
        padding: 12px 5px;
        vertical-align: middle;
        width: 120px;
    }

    .manage_form td { /*border-bottom:1px solid #d9d6d6;*/
        padding: 12px 5px;
        vertical-align: top;
    }

input, .textarea, checkbox, .selaction, .dropdown, dropdown_a, dropdown_c {
    font-family: 'Arimo',sans-serif;
    font-size: 14px;
    color: #424242;
    padding: 5px;
    border: 1px solid #d9d6d6;
    vertical-align: text-top;
}

.textbox {
    width: 250px;
}

.textarea {
    width: 100%;
    min-height: 100px;
}

.textbox_b {
    width: 70px;
}

.checkbox {
    margin-top: 5px;
}

.selaction {
    width: 300px;
    min-height: 100px;
    float: left;
}

.selaction_button {
    width: 100px;
    margin: 0 10px;
    float: left;
}

.dropdown_a {
    float: left;
    margin-right: 8px;
    padding: 4px;
    width: 120px;
    border: 1px solid #ccc;
}

.dropdown_b {
    float: left;
    margin-right: 8px;
    padding: 4px;
    width: 260px;
}

.dropdown_c {
    float: left;
    margin-right: 8px;
    padding: 4px;
    width: 80px;
    border: none;
}

.dropdown_d {
    float: left;
    margin-right: 8px;
    padding: 4px;
    width: 50px;
    border: 1px solid #d9d6d6;
}

.f_right label {
    float: left;
    margin-right: 5px;
}

.f_right .textbox_a {
    float: left;
    margin-right: 5px;
    padding: 6px 6px 5px 6px;
    border: none;
    width: 150px;
    border: 1px solid #ccc;
    height: 30px;
}

.dropdown {
    padding: 4px;
    width: 437px;
}

.textbox_float {
    float: left;
}

.cal_icon {
    float: left;
    margin: 6px 0 0 -21px;
}

.gry_bg {
    background: #d3d3d3;
}

.amount_label {
    float: right;
    width: auto;
    text-align: right;
}

.amount {
    float: right;
    width: 167px;
    text-align: right;
}

    .amount .textbox_b {
        text-align: right;
    }

    .amount h2 {
        font-size: 24px;
        color: #1a9aa4;
    }


/*.popup_wrap{  left:0; right:0; top:0; bottom:0; position:fixed; z-index:99;  background:url(../images/popup_bg.png);}
.popup_box{ width:500px; height:300px; background-color:#FFF;  border:5px solid #25c3cf; display:none; z-index:999; position:relative;
 }*/



.sl_arrow_l, .sl_arrow_ll, .sl_arrow_2, .sl_arrow_22 {
    height: 35px;
    width: 40px;
    background: url(../images/sl_arrow_l.png) no-repeat;
    display: block;
    float: left;
    margin: 5px;
}

.sl_arrow_l {
    background-position: 0 0;
}

.sl_arrow_ll:hover {
    background-position: -40px -35px;
}

.sl_arrow_ll {
    background-position: -40px 0;
}

.sl_arrow_l:hover {
    background-position: 0 -35px;
}

.sl_arrow_2 {
    background-position: 0 -70px;
}

    .sl_arrow_2:hover {
        background-position: 0 -105px;
    }

.sl_arrow_22 {
    background-position: -40px -70px;
}

    .sl_arrow_22:hover {
        background-position: -40px -105px;
    }
/*---------------------button*/
a.small_button {
    padding: 0px 18px;
    height: 28px;
    margin-bottom: 9px;
}

a.button {
    padding: 0 23px;
    height: 31px;
}

    a.button:hover, a.small_button:hover {
        text-decoration: none;
    }

.button, .small_button {
    background: url(../images/widgetButtons.png) repeat-x left top;
    color: #FEFEFE;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
}

.button {
    height: 40px;
    line-height: 33px;
}

.small_button {
    height: 32px;
    line-height: 27px;
}

.red_button {
    background-position: 0 -36px;
    border: 1px solid #5e0e21;
}

    .red_button:hover {
        background-position: 0 -36px;
        color: #fab6c7;
    }

.blue_button {
    background-position: 0 -109px;
    border: 1px solid #59585b;
}

    .blue_button:hover {
        background-position: 0 -109px;
        color: #7b7c7c;
    }

.red1_button {
    background-position: 0 -113px;
    border: 1px solid #5d2d2d;
}

    .red1_button:hover {
        background-position: 0 -113px;
        color: #e8c5c5;
    }

.green_button {
    background-position: 0 -327px;
    border: 1px solid #6d8737;
}

    .green_button:hover {
        background-position: 0 -327px;
        color: #aaca61;
    }

.black_button {
    background-position: 0 -109px;
    border: 1px solid #131313;
}

    .black_button:hover {
        background-position: 0 -109px;
        color: #d3d3d3;
    }

.gray_button {
    background-position: 0 -436px;
    border: 1px solid #c4c3c3;
    color: #6d6d6d;
    padding: 5px 10px 0 10px !important;
}

    .gray_button:hover {
        background-position: 0 -472px;
        color: #a4a4a4;
    }

.border_button {
    //border:none;
}

.white_button {
    background-position: 0 -436px;
    border: 1px solid #a8a8a8;
    color: #2D2D2D;
}

    .white_button:hover {
        background-position: 0 -472px;
        color: #a7a7a7;
    }

.grid_wrap {
    background-color: #f7f8f8;
}
/*.grid_wrap .header{ border-style:solid; border-width:1px 1px 3px 1px; border-color:#d9d6d6 #d9d6d6 #82ac60 #d9d6d6}*/
.manage_grid {
    border-collapse: collapse;
    background-color: #fff;
}

    .manage_grid th {
        border: 1px solid #ccc;
        padding: 12px 10px;
        background: #e8eaea;
        text-align: left;
        font-weight: normal;
        /*width: 100px;*/
    }

    .manage_grid td {
        border: 1px solid #ccc;
        padding: 5px 10px 5px 10px;
    }

.nowrap {
    white-space: nowrap;
}

#tooltip {
    background: url(../images/tip.png) no-repeat left top;
    position: absolute;
    height: 34px;
    width: 95px;
    margin-left: -65px;
    margin-top: -40px;
    font-weight: bold;
    font-size: 11px;
    padding-top: 8px;
    text-align: center;
    color: #fff;
    display: none;
}
/*.action{ background-color:#ccc; /*padding:8px 5px 2px 5px;
	 -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin: 0 2px 2px 0;
    padding: 8px 7px 2px;
	}*/
/*.edit			{ background-color:#5ba9af;}
.edit:hover		{ background-color:#23bcc8;}
.delete			{ background-color:#e74955;}
.delete:hover	{ background-color:#fd7983;}*/

.redio_btn label {
    float: left;
    margin: 0 15px 0 0;
}

.redio_btn input {
    float: left;
    margin: 3px 3px 0 0;
}

.redio_btn td {
    border: none;
    padding: 3px;
}


.searchbox {
    background: url("../images/search.png") no-repeat right;
    float: left;
    height: 27px;
    margin-right: 8px;
    background-color: #f7f8f8;
    padding: 0 30px 0 5px;
    width: 200px;
}

/*--------------------------------*/
#login_wrap {
    width: 310px;
    background: url(../images/login_bg.png) no-repeat center bottom;
    margin: 0 auto;
    padding: 14% 0 17px 0;
}
#login_wrap1 {

    width: 360px;
    /*background: url(../images/login_bg.png) no-repeat center bottom;*/
    margin: 0 auto;
    padding: 2% 0 7px 0;
}

.login_box {
    border: 1px solid #d9d8d8;
    background: #fff;
}
.login_box1 {
    border: 1px solid #d9d8d8;
    background: #fff;
}
.login_head {
    background: url(../images/login_head.png) no-repeat bottom center #fe0000;
    text-align: center;
}

.user_login {
    padding: 29px 37px 25px 37px;
}

.login_textbox {
    border: 1px solid #d9d8d8;
    color: #808080;
    width: 198px;
    padding: 8px 5px 8px 29px;
}

.u_name {
    background: url(../images/user.png) no-repeat 7px center #f9f9f9;
    width: 235px;
}

.password {
    background: url(../images/password.png) no-repeat 7px center #f9f9f9;
    width: 235px;
}




input[type="checkbox"] {
    border: none;
}

.login_btn a {
    float: right;
}

.login_btn .small_button {
    margin-right: 0;
    margin-bottom: 5px;
}

.login_btn input[type="checkbox"] {
    float: left;
    margin-top: 6px;
    margin-top: 1px\9;
}




.login_btn label {
    float: left;
    font-size: 12px;
    color: #808080;
    margin: 4px 0 0 5px;
}

.forgot_password {
    padding: 19px 37px;
    text-align: center;
    background: #f9f9f9;
    border-top: 1px solid #d9d8d8;
}

    .forgot_password a {
        color: #808080;
    }

        .forgot_password a:hover {
            color: #E74955;
            text-decoration: none;
        }

.reg_wrap {
    width: 1000px;
    margin: 0 auto 10px auto;
    padding-bottom: 20px;
    background: #fff;
    border-left: 1px solid #d9d6d6;
    border-right: 1px solid #d9d6d6;
    border-bottom: 1px solid #d9d6d6;
    -moz-box-shadow: 0 0 3px #cccccc;
    -webkit-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
}

.reg_header {
    background: url("../images/header_bg.png") repeat-x scroll left top transparent;
    color: #F0F0F0;
    height: 78px;
}

.page_box1 {
    padding: 1.5% 1.5% 0;
    background: #fff;
}

    .page_box1 h1 {
        padding: 20px 0;
    }

    .page_box1 h2 {
        padding: 20px 0;
    }

.manage_form .border {
    text-align: right;
    font-weight: normal;
    border-right: 1px solid #d9d6d6;
    padding: 12px 5px;
    vertical-align: top;
    width: 180px;
}

.copyright_a {
    margin: 0 auto;
    width: 1000px;
    text-align: right;
    font-size: 11px;
    color: #999;
    padding-bottom: 15px;
}


.manage_form1 {
    border-collapse: collapse;
    background: #fefdfd;
    border: 1px solid #d9d6d6;
    border-top: 1px solid #d9d6d6;
}

    .manage_form1 th {
        text-align: right;
        font-weight: normal;
        border-bottom: 1px solid #d9d6d6;
        border-right: 1px solid #d9d6d6;
        border-left: 1px solid #d9d6d6;
        padding: 12px 5px;
        vertical-align: top;
        width: 200px;
    }

    .manage_form1 td {
        border-bottom: 1px solid #d9d6d6;
        padding: 12px 5px;
        vertical-align: top;
    }

.client_name {
    font-family: 12px;
    color: #000;
}

.inbox {
    border-collapse: collapse;
}

    .inbox th {
        border-bottom: 1px solid #F00;
        border-style: solid;
        border-width: 1px;
        border-color: #E74955 #f7f8f8;
    }

    .inbox td {
        border-bottom: 1px solid #F00;
        border-style: solid;
        border-width: 1px;
        border-color: #E74955 #f7f8f8;
        padding: 10px;
    }

.inbox_wrap {
    border: 1px solid #ccc;
}

.inbox_box :hover {
    background: #fff;
    cursor: pointer;
}

.inbox_box {
    border-top: 1px solid #ccc;
}

    .inbox_box td {
        padding: 10px;
    }

.selaction_box {
    background: url("../Images/dotted_line.png") no-repeat right center;
}

    .selaction_box input[type="checkbox"] {
        margin-top: 3px;
    }

.mess {
    color: #969696;
}

.in_heading {
    color: #7a0606;
}

.inbox_date {
    text-align: right;
    font-size: 12px;
}

.main_heading {
    margin-bottom: 10px;
}

    .main_heading h1 {
        float: left;
        padding: 7px 0 0 0;
    }

.status_wrap {
    width: 117px;
    height: 25px;
}

    .status_wrap a {
        cursor: pointer;
    }

.compose {
    border: 1px solid #D9D6D6;
    border-top: 4px solid #59585B;
    padding: 15px;
    background: #fff;
}

    .compose th {
        font-weight: normal;
        padding: 12px 5px;
        text-align: right;
        vertical-align: top;
    }

    .compose th {
        padding: 12px 5px;
        vertical-align: top;
    }

/*.view_mail {border:1px solid #D9D6D6; padding:15px; background:#fff;}*/

.mail_head {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f0f0;
    margin-bottom: 10px;
}

.mail_date {
    padding-top: 3px;
    color: #c0c0c0;
}

.mail_From {
    font-weight: bold;
    color: #107078;
}
/*#lblFrom   { font-weight:bold; color:#107078;}*/
.mail_sub {
    padding-bottom: 5px;
    font-weight: bold;
}

.landing_wrap {
    width: 1000px;
    margin: 0 auto;
}

.landing_head {
    text-align: center;
    padding: 25% 0 0 0;
}

.landing_box {
    height: 90px;
    width: 900px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    /*-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;*/
}

.form_btn {
    width: 260px;
    margin: 10px auto;
}
/*width:195px;*/

.clsAmt {
    font-size: 17px;
    font-weight: bold;
    float: right;
}

.images {
    margin-top: 10px;
}

.images {
}

.job_img {
    float: left;
    border: 1px solid #ccc;
    margin: 10px 20px 10px 0;
    background-color: #fff;
    width: 180px;
    height: 165px;
    text-align: center;
    padding-top: 5px;
}

    .job_img div {
        background: #efefef;
        height: 120px;
        width: 170px;
        margin: -1px 5px 5px 5px;
        overflow: hidden;
    }

        .job_img div img {
            width: 100%;
        }

    .job_img .action {
        float: right;
        margin: -15px -11px 0 0;
        padding: 3px 5px 1px 5px;
        cursor: pointer;
        position: relative;
        z-index: 888;
    }

        .job_img .action img {
            width: 12px;
        }




.no-record-found {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    padding-top: 15px !important;
    color: #c4c4c4;
}

#window_container, .window_container {
    /*border:1px solid #eae7e7;*/
    background: #FFF;
    min-height: 176px;
}

#title_bar, .title_bar {
    background-color: #FF6600;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

#bottom_bar, .bottom_bar {
    color: rgb(0, 0, 0);
    background-color: rgb(242, 242, 242);
    padding: 8px;
    text-align: right;
    border-top: 1px solid rgb(198, 198, 198);
    height: 23px;
}

#pmessage, .pmessage {
    margin: 10px 15px;
    min-height: 86px;
}


.popup-wrap {
    background: url(/images/transparent.png) repeat scroll left top transparent;
    padding: 8px;
    border: none;
}

.popup-wrap1 {
            background: url(/images/transparent.png) repeat scroll left top transparent;
            display: none;            
            top: -650px;
            z-index: 1002;
            overflow: auto;
            position:center;
            vertical-align:middle;
            /*color: black;*/
            /*padding-top:200px;*/
            /*left: 100px;*/
            /*padding: 16px;*/
            /*border: 16px solid #005dab;*/
            /*background-color: #eeeeee;*/
            /*position: absolute;*/
           
}


.black_overlay {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}


.clientdetails {
    padding-bottom: 5px;
    float: left;
    margin-left: 10px;
}

.clientdetails-text {
    color: #ea3333;
    font-weight: normal;
}

.culture-dric {
    padding-right: 3px;
    font-weight: bold;
    margin-left: 5px;
}

.calendar-wrap {
    float: left;
    width: 325px;
}

.calendar {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}

.calendar-top {
    height: 25px;
    margin-bottom: -17px;
    position: relative;
}

.calendar-header {
    height: 47px;
}

.calendar a {
    padding: 6px 0 !important;
    display: block;
    text-decoration: none;
    color: #fff;
}

.calendar table table {
    border: 1px solid #a31e11 !important;
    background-color: #cb0f0f;
}

.calendar table {
    border: 1px solid #d7d7d5 !important;
    background-color: #FFF;
    border-collapse: collapse;
}

.calendar td td {
    border: 1px solid #b52d6b !important;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 2px 0;
}

.calendar table th {
    border: 1px solid #d7d7d5;
    background: url(/images/red/calendar-days.gif) repeat-x left bottom #f1f1f1;
}

.calendar table td {
    border: 1px solid #d7d7d5;
    padding: 0px;
}

.activecell {
    background-color: #ff403f !important;
}


.job_wrap {
    border: 1px solid #CCCCCC;
    background: #fff;
    margin-bottom: 10px;
    padding-left: 140px;
}

.job_date {
    background-color: #748f3b;
    margin: 10px;
    margin-left: -130px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 41px;
    /*padding: 2px 5px 0;*/
    width: 120px;
}

    .job_date .alart_date {
        float: left;
        font-size: 24px;
        font-weight: bold;
        height: 30px;
        padding-top: 11px;
        text-align: center;
        width: 40px;
    }

    .job_date .mess_month {
        background: #2f373d;
        float: left;
        font-size: 12px;
        font-weight: bold;
        height: 39px;
        padding: 2px 5px 0;
        width: 70px;
    }

.job_cont {
    margin: 10px 10px 0 0;
}

.job_list {
    border-bottom: 1px dashed #d9d6d6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .job_list h1 {
        color: #FE533F;
        font-size: 14px;
        padding-bottom: 0px;
        font-weight: bold;
    }

    .job_list p {
        margin: 0;
        font-size: 12px;
    }

        .job_list p span {
            padding-right: 10px;
        }

.panding {
    padding-right: 0;
    color: #f8960b;
}

.onhold {
    padding-right: 0;
    color: #FE533F;
}

.compltedjob {
    padding-right: 0;
    color: #748F3B;
}

.main_job {
    padding-bottom: 5px;
}

.prev-next {
    padding-top: 26px !important;
    width: 80px;
    margin: 0 auto;
}

.rto-arrow {
    float: left;
    display: block;
    margin: 2px;
    padding: 0 2px 2px 0;
    background: url(../images/arrow.png) no-repeat left top;
    height: 32px;
}


    .rto-arrow:hover {
        background-position: bottom;
    }

.timeout {
    z-index: 999999 !important;
}

.div-heading {
    font-size: 20px;
    padding: 15px 10px;
    color: #ffffff;
    background-color: #005dab;
}

.div-heading-a {
    font-size: 20px;
    padding: 10px 0px;
    color: #1D07E6;
    border-bottom: #1D07E6; /*#0c0f4a*/
    margin: 10px 0;
}



.div-sub-heading {
    color: #0c0f4a;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px 10px 12px;
}



div, input, textarea, select, a, ul, li, span, p, h1, h2, h3, h4, h5, h6, iframe, img, label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.colrow {
    padding-bottom: 20px;
}

.row {
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.griddiv {
    overflow: hidden;
    margin: 0 10px 20px -12px !important;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.col1 {
    width: 100%;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.3333%;
}

.col4 {
    width: 25%;
}

.col5 {
    width: 20%;
}

.col6 {
    width: 15.6667%;
}

.col7 {
    width: 8.6667%;
}

.co {
    height: 50px;
    background: #000;
}

.col_xs1, .col_xs2 {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.col_xs1 {
    width: 66.6667%;
}

.col_xs2 {
    width: 33.3333%;
}

.co_x {
    height: 50px;
    background-color: #F00;
    padding-left: 10px;
    padding-right: 10px;
}
/*.row:before, .row:after { content: " "; display: table;}*/
.title_bar {
    background-color: #fafafa;
    border-bottom: 1px solid #eff2f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    padding: 15px 10px;
}

    .title_bar span {
        color: #b6b6b6;
    }

.box_inner {
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 30px;
}

.no_records {
    color: #e74955;
    font-size: 12px;
    font-weight: bold;
}

.no_bg {
    background: none !important;
}

.popup {
    padding: 20px;
    position: absolute;
    margin-top: -250px;
    margin-left: -250px;
    top: 50%;
    left: 60%;
    background-color: white;
    overflow-x: hidden;
}

    .popup h2 {
        font-size: 18px;
        padding-bottom: 5px;
        color: #72B944;
        border-bottom: #CCC solid 1px;
    }

.shadow {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

/** PAGINATION **/

.footable .pagination {
    margin: 20px 0;
}

    .footable .pagination a {
        color: #37383b;
    }

    .footable .pagination > ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #ffffff;
    }

        .footable .pagination > ul > li {
            display: inline;
        }

            .footable .pagination > ul > li > a,
            .footable .pagination > ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                border: 1px solid #d2d2d2;
                border-left-width: 0;
            }

            .footable .pagination > ul > li:first-child > a,
            .footable .pagination > ul > li:first-child > span {
                -webkit-border-bottom-left-radius: 4px;
                -moz-border-radius-bottomleft: 4px;
                border-bottom-left-radius: 4px;
                -webkit-border-top-left-radius: 4px;
                -moz-border-radius-topleft: 4px;
                border-top-left-radius: 4px;
                border-left-width: 1px;
            }

            .footable .pagination > ul > li:last-child > a,
            .footable .pagination > ul > li:last-child > span {
                -webkit-border-top-right-radius: 4px;
                -moz-border-radius-topright: 4px;
                border-top-right-radius: 4px;
                -webkit-border-bottom-right-radius: 4px;
                -moz-border-radius-bottomright: 4px;
                border-bottom-right-radius: 4px;
            }

            .footable .pagination > ul > li > a:hover,
            .footable .pagination > ul > li > a:focus,
            .footable .pagination > ul > .active > a,
            .footable .pagination > ul > .active > span {
                background-color: #eeeeee;
            }

        .footable .pagination > ul > .active > a,
        .footable .pagination > ul > .active > span {
            color: #444444;
            cursor: default;
        }

        .footable .pagination > ul > .disabled > span,
        .footable .pagination > ul > .disabled > a,
        .footable .pagination > ul > .disabled > a:hover,
        .footable .pagination > ul > .disabled > a:focus {
            color: #37383b;
            cursor: default;
            background-color: #ffffff;
        }

    .footable .pagination.pagination-centered {
        text-align: center;
           background-color:White;
            border: Solid 1px Black;
            text-align:center;
            margin-left:8px;
    }

    .footable .pagination.pagination-right {
        text-align: center;
    }

.footable-odd {
    background-color: #f7f7f7;
}

/*Voucher style
======================*/
.fr {
    float: right;
}

.fl {
    float: left;
}

.ml10 {
    margin-left: 10px;
}

.voucher {
    overflow: hidden;
    padding: 5px 0;
}

    .voucher row {
        margin-bottom: 10px !important;
    }

.voucher-header {
    padding: 20px 0;
}

    .voucher-header h2, h4, h5 {
        text-align: center;
        line-height: 30px;
    }

.voucher label {
    vertical-align: bottom;
    font-size: 13px;
    display: inline-block;
    padding-right: 5px;
}

.voucher input, .voucher textarea, .voucher select {
    font-size: 13px;
    color: #000;
}

    .voucher input[type='text'] {
        width: 100%;
        border: solid 1px #000;
        height: 25px;
        padding: 2px;
        border-radius: 0;
        display: inline;
    }

.voucher textarea {
    border: solid 1px #000;
    padding: 2px 8px;
    margin: 10px 0;
}

.col_xs3 {
    width: 85% !important;
}

.col_xs4 {
    width: 25% !important;
}

.col_xs5 {
    width: 81.667% !important;
}

.expense-grid {
    overflow: hidden;
}

    .expense-grid label strong {
        text-decoration: underline;
    }

    .expense-grid span {
        font-size: 12px;
    }

    .expense-grid .total {
        width: 67% !important;
    }

.voucher input:focus, .voucher input:hover {
    border: none !important;
    border: 1px solid #000 !important;
}

.underline {
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 74% !important;
    font-size: 14px;
}

.label {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.col8 {
    width: 4% !important;
    padding: 0 10px;
    float: left;
}

.col9 {
    width: 96% !important;
    float: left;
    padding: 0 10px;
}

.col10 {
    width: 58.333% !important;
    float: left;
    padding: 0 10px;
}

.fullWidth {
    width: 100% !important;
}

.btnHold {
    padding-top: 24px;
}

.mb0 {
    margin-bottom: 0;
}

.pd0 {
    padding: 0 !important;
}

#tabPhones .tabs-menu li a, #tabEmails .tabs-menu li a, #tabContacts .tabs-menu li a, #tabAddr .tabs-menu li a {
    min-height: 55px;
}

#tabDocuments .header {
    margin-bottom: 20px;
}

    #tabDocuments .header h5 {
        font-size: 14px;
    }

.noresult {
    font-size: 14px;
    padding: 0px 0;
}

.card {
   /*margin-top:50%;*/
    width: 100%;
}

    .card span {
       
        font-size: 8px;
        text-transform: uppercase;
        /*line-height: 19px;*/
        text-align: center;
    }

.hidden {
    display: none;
}

 .LinkPaging
      {
            width:20px;
            background-color:White;
            border: Solid 1px Black;
            text-align:center;
            margin-left:8px;
      }

 .forgotpsw {
    float: right;
    height: 30px;
   
    padding: 0 20px;
    background: url(../images/y_line.png) no-repeat left top;
}

    .forgotpsw a {
        background: url(../images/ResetPW.png) no-repeat left center ;
        display: block;
        padding: 5px 0 5px 30px;
        margin-top: 4px;
        color: #2d2d2d;
        
    }

        .forgotpsw a:hover {
            text-decoration: none;
            color: #FF6600;
        }