html,body
{
    overflow-x:hidden;
    font-family: "open_sansregular";
    background:#e5e5e5;
}

.form-control,
.btn{
    border-radius: 0;
}

.right{float:right;position:relative;}

h1, h2, h3, h4, h5, h6,
.btn{
    font-family: "open_sanslight";
}
#loading{
    position:absolute;
    top:0;left:0;
    height:100%;width:100%;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.95);
    z-index:9999999;
    display:none;
}
#loading img{
    position:absolute;
    left:50%;margin-left:-32px;
    top:50%;margin-top:-32px;
}
.breadcrumb{border-radius:0;}
table{background:#FFF;}

table .btn-group{text-align:center;}
.btn-group span{color:#777;margin-left:5px;}
.btn-group span:hover{cursor:pointer;color:#000;}

table .actions{text-align:center;}
.modal-content{border-radius:0;}
.modal-header{background:#E7E7E7;border-bottom:1px solid #958671;}
.modal-header h4{color:#000;}

table#listado tbody td,
table#listado_ajax tbody td{
    vertical-align: middle;
}
table .center,
table#listado .center,
table#listado_ajax .center{text-align:center}
table#listado td span.green,
table#listado_ajax td span.green{color:#008200;opacity:1;}
table#listado .active-icon span,
table#listado_ajax .active-icon span{opacity:0.3;}


table#listado .disabled{
    background:#DDDDDD;
}

table#listado .btn-group a:hover{
    text-decoration: none;
}


#actions{
    position:fixed;
    bottom:10px;
    text-align:center;
}
#actions .btn{
    box-shadow:0 0 10px #cacaca;
    display:none;
}
#form hr{
    border:3px solid #E5E5E5;
}
#form .form-group{margin-top:10px;}
#form .form-group label{padding-top:6px;}

.table .vertical-middle{vertical-align: middle;}

/******************************************************
************************ Tabs *************************
******************************************************/
.tab-content .tab-pane{
    padding-top:10px;
}
/*****************************************************/

table tbody tr.active td{
    background-color:#5CB85C !important;
}

/******************************************************
****************** Glyphicons *************************
******************************************************/
a.glyphicon{
    color: #666;
}
a.glyphicon:hover{
    color: #000;
    text-decoration:none;
}
/*****************************************************/
input.saving,
.saving{
    background:url(/img/loading.gif) no-repeat 95% 7px;
}
.bodyHeight{
    overflow:auto;
}