/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2015, 2:07:08 PM
    Author     : Jmdacer
*/

.jmd_form_error_msg p{
    font-size: 12px;
    color: red;
    margin: 0px;
    font-style: italic;
}
.jmd_form_error_msg{
    font-size: 12px;
    color: red;
    margin: 0px;
    font-style: italic;
}
.jmd_form_error_msg_bold{
    font-size: 14px;
    color: red;
    margin: 0px;
    font-style: italic;
    font-weight: bold;
}


.jmd_tbl_btn_right{
    float: right;
    text-align: right;
}
.jmd_middle_message{
    text-align: center;
}

.jmd_btn_right{
    text-align: right;
}

.jmd_margin_null{
    margin: 0px;
}

.jmd_margin_null{
    margin:0px 0px 0px 0px;
}
.jmd_margin_left_25{
    margin-left: 25%;
}

.jmd_margin_top_bottom_4{
    margin: 4px 0px 4px 0px;
}
.jmd_margin_bottom_4{
    margin-bottom: 4px;
}
.jmd_tbl_td_right{
    text-align: right;   
}
.jmd_margin_top_bottom_left_6{
    margin: 6px 0px 6px 6px;
}

.jmd_padding_null{
    padding: 0px;
}

.jmd_green{
    color: green;
}

.jmd_red_mark{
    color: red;
    margin-left: 2px;
    font-size: 16px;
}
.jmd_width_12px{
    width: 12px;
}
.jmd_width_20{
    width: 20%;
}
.jmd_width_25{
    width: 25%;
}
.jmd_width_50{
    width: 50%;
}

.jmd_width_75{
    width: 75%;
}

.jmd_width_100{
    width: 100%;
}

.jmd_max_width_12px{
    max-width: 12px;
}
.jmd_max_width_20{
    max-width: 20%;
}
.jmd_max_width_25{
    max-width: 25%;
}
.jmd_max_width_50{
    max-width: 50%;
}

.jmd_max_width_75{
    max-width: 75%;
}

.jmd_max_width_100{
    max-width: 100%;
}

.jmd_height_50px{
    height: 50px;
}
.jmd_box_style{
    padding: 0px 10px 0px 4px;
    line-height: 1;
}
.jmd_align_center{
    text-align: center;
}

.jmd_tbl_100{
    width: 100%;
}
.jmd_tbl_100 tr td{
    padding: 5px;
}

.jmd_infobox-33w{
    width: 33%;
    /*width: 186px;*/
}

.jmd_infobox-15w{
    width: 15%;
    /*width: 186px;*/
}

.jmd_infobox-18w{
    width: 18%;
    /*width: 186px;*/
}

.display_none{
    display: none;
}

.display_block{
    display: block;
}

.jmd_grid_div{
    border: 1px solid #307ecc;
    margin: 0px;
}

.jmd_grid_tbl{
    margin:0px 0px 0px 0px;
}
.jmd_grid_limit_pane{
    background-color: #EFF3F8;
    padding: 4px 0px 4px 0px;
    margin: 0px;
}
.jmd_grid_navigation{
    margin: 0px;
    padding: 2px 0px 2px 0px;
    background-color: #EFF3F8;
}
.jmd_grid_navigation_div{
    padding: 0px 2px 0px 2px;
    line-height: 0px;
    background-color: #EFF3F8;
}
.jmd_grid_tbl_order_btn{
    padding: 0px 4px;
}

.full_width{
    width: 100%;
}

.width_90{
    width: 90%;
}
.width_50{
    width: 50%;
}
.margin-bottom-2{
    margin-bottom: 2px;
}
.full_height{
    height: 100%;
}
.text_area{
    resize: none;
}

.jmd_number{
    text-align: right;
}

.jmd_grid{
    min-height: 160px;
}

.jmd_dd_form_group{
    margin: 0px;
}
.jmd_dd_box{
    background-color: #5090C1;
    padding: 1px;
    border: 2px solid #5090C;
    -moz-box-shadow: 2px 2px 5px #222;
    -webkit-box-shadow: 2px 2px 5px #222;
    box-shadow: 2px 2px 2px #22;
}

.jmd_tab_content{
    min-height: 350px;
}

.tbl_tb_width_20{
    width: 20%;
}

.tbl_tb_width_80{
    width: 80%;
}

.width_null{
    width: 0%;
}

/*
*FOr Droup Down
*/
.jmd_dd_btn_margin_top_2{
    margin-top: 3px;
} 
.jmd_dd_btn_jmd_margin_bottom_2{
    margin-bottom:  3px;
}
/*
*FOr Droup Down
*/


#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=80);
}
#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
#loading_dd {
    width: 50px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
.black{
    color: black;
    font-weight: bold;
}