.body-ctn
{
    margin-top: 55px;
}

.table-header
{
    background-color: aliceblue;
    width: auto;
    height: auto;
    text-align: left;
    background-color: #fed001;
}

table
{
  *display: block;
  *margin-left: auto;
  *margin-right: auto;
  *width: 94%;
  margin-left: 5%;
  width: calc(100% - 10%);
}

.table-header th
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    font-size: 14px;
    border: none;
}

/* columns */
.cell
{
    position: relative;
    padding: 5px;
}


.table-body
{
    width: auto;
    height: auto;
    text-align: left;
    background-color: rgba(100,100,100,0.8);
    position: relative;
}

.table-body td
{
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    padding-left: 5px;
    font-size: 14px; 
    color:#FEFEFE;
}

.table-body:nth-child(even)
{
    background-color: rgba(80,80,80,0.8);   
}

.my-check-box
{
    width: 14px;
    height: 14px;
    background-color: #FEFEFE;
    border: 1px 1px 1px 1px #FEFEFE;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    /*background-image: url("../img/selected_icon.png");*/
    background-size: contain; 
}

.my-check-box-usertable
{
    width: 14px;
    height: 14px;
    border: 1px 1px 1px 1px #FEFEFE;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background-image: url("../img/ok-user.png");
    background-size: contain; 
}

.my-textbox
{
    *width: 188px;
    width: calc(100% - 4px);
    height: 14px;
    font-size: 12px;
    *padding-top: 1px;
    *padding-bottom: 1px;
    *padding-left: 3px;
    *padding-right: 3px;
    padding: 3px 2px;
    background-color: #FEFEFE;
    color: #030303;
    border-style: none;
}

.my-button
{
    position: absolute;
    top:50%;
    right: 10px;    
    width: auto;
    height: 16px;
    margin-top: -9px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    background-color: #fed001;
    border-style: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #030303;
}

.my-button:hover
{
    cursor: pointer;    
    background-color: #fee001;
}

.user-approves
{
    width: 14px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7px;
}

.my-textbox::placeholder
{
    color: #888888;
}

.table_btn_save
{
    z-index: 2;
    position: fixed;
    width: 35px;
    height: 35px;
    background-color: #fed001;
    bottom: 80px;
    left: 35px;
    background-image: url("../img/save_icon.png");
    opacity: 0.25;
    transition: all .15s ease-out;
    /*especifico a navegadores:*/
    -webkit-transition: all .15s ease-out; /*Google*/
    -o-transition: all .15s ease-out;      /*Opera*/
    -moz-transition: all .15s ease-out;    /*Mozilla*/
    -ms-transition: all .15s ease-out; 
}

.table_btn_save:hover
{
    opacity: 1;    
    cursor: pointer;
}

.table_btn_exit
{
    z-index: 2;
    position: fixed;
    width: 35px;
    height: 35px;
    background-color: #fed001;
    bottom: 35px;
    left: 35px;
    background-image: url("../img/exit_icon.png");
    opacity: 0.25;
    transition: all .15s ease-out;
    /*especifico a navegadores:*/
    -webkit-transition: all .15s ease-out; /*Google*/
    -o-transition: all .15s ease-out;      /*Opera*/
    -moz-transition: all .15s ease-out;    /*Mozilla*/
    -ms-transition: all .15s ease-out; 
}

.table_btn_exit:hover
{
    opacity: 1;    
    cursor: pointer;
}

.message_ctn_save
{
    width: 132px;
    height: 35px;
    position: fixed;
    bottom: 80px;
    left: 52px;
    background-color: rgba(250,250,250,0.98);
    box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
    opacity: 0;
    text-align: center;
    transition: all .15s ease-out;
    /*especifico a navegadores:*/
    -webkit-transition: all .15s ease-out; /*Google*/
    -o-transition: all .15s ease-out;      /*Opera*/
    -moz-transition: all .15s ease-out;    /*Mozilla*/
    -ms-transition: all .15s ease-out; 
}

.table_btn_save:hover ~.message_ctn_save
{
    left: 90px;
    opacity: 1;
}

.message_ctn_exit
{
    width: 132px;
    height: 35px;
    position: fixed;
    bottom: 35px;
    left: 52px;
    background-color: rgba(250,250,250,0.98);
    box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
    opacity: 0;
    text-align: center;
    transition: all .15s ease-out;
    /*especifico a navegadores:*/
    -webkit-transition: all .15s ease-out; /*Google*/
    -o-transition: all .15s ease-out;      /*Opera*/
    -moz-transition: all .15s ease-out;    /*Mozilla*/
    -ms-transition: all .15s ease-out; 
}

.table_btn_exit:hover ~.message_ctn_exit
{
    left: 90px;
    opacity: 1;
}

.table_btn_information
{
    position: absolute;
    width: 100%;
    font-size: 21px;
    top: 7px;
    font-weight: bold;
}

.triangle_right_form
{
    position: fixed;
    width: 0; 
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:9px solid rgba(250,250,250,0.98);

    transition: all .15s ease-out;
    /*especifico a navegadores:*/
    -webkit-transition: all .15s ease-out; /*Google*/
    -o-transition: all .15s ease-out;      /*Opera*/
    -moz-transition: all .15s ease-out;    /*Mozilla*/
    -ms-transition: all .15s ease-out; 
}

.triangle_exit
{
    bottom: 44px;
    left: 43px;
    opacity: 0;
}

.triangle_save
{
    bottom: 89px;
    left: 43px;
    opacity: 0;
}
 
.table_btn_exit:hover 
~.triangle_exit
{
    left: 81px;    
    opacity: 1;
}

.table_btn_save:hover 
~.triangle_save
{
    left: 81px;    
    opacity: 1;
}

.message-writer-ctn
{
    position: fixed;
    z-index: 1;
    bottom: 12.5px;
    left: 12.5px;
    width: 120ox;
    height: 200px;
    background-color: #030303;
}

#user-table-information
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    top:0;
    z-index: 0;
}

#user-table-information table
{
    margin-top: 60px;
}