/*
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 : Mar 7, 2016, 3:51:29 PM
    Author     : user
*/


.tarea{
    width: 100%;
    height: 85%;
}

.history_edit #history_edit_detail .visible {
    display: block;
}
.border_mode{
    box-sizing: border-box;
}

.others_fields {
    line-height: 18px;
    font-family: tahoma,verdana,san-serif;
    font-size: 11px;
    text-align: left;
    box-sizing: inherit;
}
.others_fields div {
     box-sizing: inherit;
}


.others_fields input{
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*margin-bottom: 2px;*/
    box-sizing: inherit;
}

.history_edit {
    font-size: 11px;
}

body {
    font-family: tahoma,verdana,san-serif;
    font-size: 12px;
    text-align: left;
    box-sizing: content-box;

}


@media screen
{
    div#loadbox
    {
        position: fixed;
    }
    /** html
      {
      overflow-y: hidden;
      }
    * html body
      {
      overflow-y: auto;
      height: 100%;
      padding: 0 1em 0 14em;
      font-size: 100%;
      }*/
    * html div#loadbox
    {
        position: absolute;  
    }
}