
/*================================================*/

.workspace{width: 100%;/*  min-width: 900px;*/ position: static;float: left;height: 100% !important; z-index: 1;}
/*.cont_chat{width: 10%;background:  #3f3f3f;float: right;position: absolute;bottom: 5.6%;right: 2%;}*/
.t_ubicacion{margin-left: 10px;margin-bottom: 10px; margin-top: 10px;}
#fieldset{ margin: 0 auto; margin-top: 10%; border: 2px solid #00a8ec;
border-radius: 5px; height: 130px; background-color: white; width: 35%;}
.label{margin-left: 8%;}
.btn{background: #0080ff; border: 0; height: 30px;width:auto; color: white;}#btn:hover{background-color: #122969;}
.btn_center{margin:  0 auto; position: fixed; left: 40%; margin-top: 10px;}
#btn_top{margin-top:30px;}
/*backmodal*/
.Tpopup-overlay{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 999;
    display:none;
    background-color: #000;
    cursor: pointer;
    opacity: 0.5;
}