/*body{ 
    background: white;
    text-align: center; 
} */

/*.wrapContenido{
    margin:0 auto 10px; 
    z-index:1; 
    width:100%;
    height: 597px;    
    position:absolute;
    top: 0px;
    text-align: left;
}

.layout{
    width:100%; 
    margin:0 auto; 
    position:relative;
}*/

.login{
    /*padding-top: 100px;*/
    background-color: #eee;
}

.menu{
    position: absolute;
    top: 135px;
    left: 0%;
    width: 100%;
    height: 47px;
    z-index: 3;
}

.contenido{
    position: absolute;
    top: 187px;
    width: 100%;
    height: 500px;
    left: 0%;
    /*overflow: auto;*/
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/******************************************

		    LOGIN

*******************************************/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.activeClickTable{
    background: #00b7f2 !important;
}

/******************************************

		    MENU

*******************************************/

.bg-menu {
  background-color: #a7a7a9;
}

/******************************************

	      VENTANA PRINCIPAL

*******************************************/

.divExcepciones, .divGraficas, .divCasosCriticos, #divPerfilEvaluacion, .divFortalezasDebilidades, .divRecomendaciones{
    border: 1px solid #c3c3c3;
    border-radius: 10px;
}

.headerExcepciones, .headerGraficas, .headerCasosCriticos, .headerFortalezasDebilidades, .headerRecomendaciones{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.snippet {
    width: 100%;
}

.snippet span {
    width: 250px;
    height:auto;
    float: left;
}

.perfilConductor{
    overflow: auto;
    overflow-x: hidden;
    padding: 10px;
}

.fortalezasDebilidades{
    overflow: auto;
    overflow-x: hidden;
}


/******************************************

		    SCROLL

*******************************************/

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 15px;
    /*border-bottom-left-radius: 15px;*/
    /*border-bottom-right-radius: 15px;*/
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    /*border-bottom-left-radius: 15px;*/
    /*border-bottom-right-radius: 15px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.no-margin{
    margin:0;
}
 
.aMenuContainer{
    height: 56px;
    padding: 17px !important;
}

.clickable-row {
    cursor: pointer;
}

.graficaEvaluacion{
    /*position: absolute !important;
    width: 70%;
    left: 8%;
    top: 38%;
    height: 60%;*/
    position: absolute !important;
    width: 100%;
    top: 20%;
    height: 80%;
}

.graficaGeneral{
    width: 94%;
    float: none !important;
    height: 290px;
    margin-left: 30px;
    margin-top: 10px;
}

.divInfoGraficas{
    width: 94%;
    float: none !important;
    height: 230px !important;
    padding-right: 15px;
    margin-left: 20px;
    margin-top: 5px;
}

.inactive {
    color: #006a8c !important;
}

.inactive:hover {
    color: #BBB !important;
}

.loaderPrincipal {
    z-index: 105;
    position: absolute;
    top: 40%;
    left: 47%;
}