*{
	font-size:12px;
}
input {
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:12px;
    border: 1px solid #95B8E7;
    padding: 2px;
}
select {
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:12px;
    border: 1px solid #95B8E7;
    padding: 2px;
    background: #FFFFFF;
}
textarea {
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:12px;
    border: 1px solid #95B8E7;
    padding: 2px;
}
select {
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:12px;
    border: 1px solid #95B8E7;
    padding: 2px;
}
body {
    font-family:helvetica,tahoma,verdana,sans-serif;
    padding:20px;
    font-size:13px;
    margin:0;
}
h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}

fieldset {
    padding: 12px;    
}

.module_div_button {     
    float: left; 
    padding: 10px; 
    width: 110px; 
    height: 99px; 
    border: 1px solid #f0f0f0; 
    text-align: center; 
    color: #7d7d95; 
    margin-left: 20px; 
    margin-top: 20px; 
    cursor: pointer;   
}

.module_div_button:hover {
    background-color: #f9f9f9;
    color: #0b55c4; 
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
}

.table_obs{
    margin-left: 20px;
}
.table_obs td{
    font-size: 10px;
}

.input_readonly{
    padding: 2px 3px 2px 3px; 
    border: 1px solid #DDDDDD; 
    background: #FFFFFF;
}

.div_text{
    word-wrap: break-word; 
    overflow: auto; 
    padding: 3px; 
    border: 1px solid #DDDDDD; 
    background: #FFFFFF; 
    width: 354px; 
    height: 60px;
}

.text-title-controller{
    font-family: verdana; 
    font-size: 16px; 
    color: #285e8e;
    text-decoration: none;
}

.text-title-controller-url{
    font-family: verdana; 
    font-size: 16px; 
    color: #285e8e;
    text-decoration: none;
    text-decoration: underline;
}

.link-file{
    font-family: verdana; 
    font-size: 10px; 
    color: #285e8e;
    text-decoration: none;
    text-decoration: none;
}

.text_cancel{
  text-decoration:line-through; 
  color:red;  
}

.cls_no_fieldset fieldset
{
    border: none;
    padding: 2px;
}
.cls_no_fieldset fieldset legend
{
    display: none;
}

.cls_tab_font9 tr td
{
    font-family: verdana; font-size: 6.5pt;
}

.cls_div_text
{
    font-size: 10px;
    font-family: verdana;
}

.table_form
{
    width: 100%;
    height: 400px;
    max-width: 1024px;
    max-height: 768px;
    overflow: hidden;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 0px;
}

.col_label, .col_object
{
    height: 35px;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col_label
{
    width: 124px;
}

.col_object
{
    width: 900px; 
}

.tree_check_box_img 
{
    display:none;        
}

.tree_check_box_img + label {  
    width: 16px;
    height: 16px;   
    display: inline-block;
    background: url('/img/tree_icons.png') no-repeat 0px 0px;        
}

.tree_check_box_img:checked + label {
    background: url('/img/tree_icons.png') no-repeat -18px 0px;    
}

.tree_check_box_img_hover 
{
    display:none;        
}

.tree_check_box_img_hover + label {  
    width: 16px;
    height: 16px;   
    display: inline-block;
    background: url('/img/tree_icons.png') no-repeat -32px 0px;        
}

.tree_check_box_img_hover:checked + label {
    background: url('/img/tree_icons.png') no-repeat -50px 0px;    
}

.tree_check_box 
{
    display:none;        
}

.tree_check_box + label {  
    width: 16px;
    height: 16px;   
    display: inline-block;
    background: url('/img/tree_icons.png') no-repeat -208px -18px;        
}

.tree_check_box:checked + label {
    background: url('/img/tree_icons.png') no-repeat -224px -18px;    
}

.sys_border
{
    border: 1px solid #95B8E7;
    padding: 2px;    
}

.table_layout_file
{
    margin-left: 80px;   
}

.table_layout_file tr td
{
    font-size: 9px;
}

.table_layout_file tr td div
{
    font-size: 9px;
}

.table_td_9 tr td
{
    font-size: 9px;
}

.label-danger
{
    background: #dc3545;
    color: white;
    padding: 3px 6px;
    border-radius: 5px;
}

.label-warning
{
    background: #ffc107;
    color: black;
    padding: 3px 6px;
    border-radius: 5px;
}

.label-primary
{
    background: #007bff;
    color: white;
    padding: 3px 6px;
    border-radius: 5px;
}

.label-success
{
    background: #28a745;
    color: white;
    padding: 3px 6px;
    border-radius: 5px;
}
