body{
    background: rgba(0,60,96,0.7);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.centrado{
  text-align: center;
  background-color: white;
  width: 50%;
  margin: auto;
  border-radius: 4px;
}

#titulo{
  font-weight: bold;
  border-radius: 4px;
  color: #333;
  background-color: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,60,96,0.7);
  padding: 15px 0px 0px 0px;
}


.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
  padding: 1px 15px;
  color: #A0A0A0;
}

.profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#contenedor{
   
  margin-top: 75px;
  font-size: 14px;
  margin-bottom: 10px;
}

.select{
  padding: 5px 15px 5px 5px;
  margin-left: 15px;
}

#select{
  padding: 5px 15px 5px 5px;
  margin-left: 15px;
}



/** Estilos Switch Autorizados **/

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "SI";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

#enlace{
  text-decoration: none;
}

#lista{
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

#lista li:hover{
  background: rgba(0,60,96,0.4);
}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
  font-weight: bold;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: rgba(0,60,96,0.6);;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background: rgba(0,60,96,0.6);
  background-image: rgba(0,60,96,0.7);
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid rgba(0,60,96,0.7);
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
  padding: 2px;
  border-radius: 5px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

div.bhoechie-tab-content ul{
  padding: 5%;
  font-weight: bold;
  
}

div.bhoechie-tab-content li{
  color: white;
  background: rgba(0,60,96,0.7);
}


/*table de ayuda y soporte*/
.thead_ayudaSoporte{
  vertical-align: inherit;
  border: 1px solid #dee2e6;
  background-color: skyblue; 
}

.thead_ayudaSoporte tr th{
  vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}

/*Tabla del modal ayuda y soporte*/
.modal1{
  border: 1px solid black;
  /*margin-right: auto;
  margin-left: auto;*/
  width: -webkit-fill-available;
}

.modal1 thead{
  
  background-color: black;
  color: white;
  text-align: center;
}

.modal1 thead th{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.modal1 tbody tr{
  border-top: 1px solid #dee2e6;

}

.modal1 tbody td{
  
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;

}


/* tabla estado server cantidad de conexion*/
.table2{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  border: 2px solid black;
  width: -webkit-fill-available;
  margin-bottom: 20px;
}

.table2 td {
  border: 1px solid black;
  padding-top: 4px;
  padding-bottom: 4px;

}

.table2 .info_sql{
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
}

/* modificar_centralUsuarios */
.box1{
  /*border: 1px solid blue;*/
  padding-right: 30px;
}

.box{
  /*border: 1px solid blue;*/
  padding-left: 25px;
    padding-right: 10px;

  } 

.boxBTN{
  /*border: 1px solid red;*/
  padding-left: inherit;


