﻿/*********************************************************/
/*********************** INDICE ************************/
/*********************************************************/

/*
    
    1. GENERAL
    2. NAVBAR
    3. FOOTER
    4. SITE
    5. TABS
    6. FILTERS
    7. INDEX
    8. EXCEL
    9. BUSCAR
    10. TABLE
    11. LOG IN
    12. SELECCION FECHA
*/



/*********************************************************/
/*********************** 1.GENERAL ************************/
/*********************************************************/


html {
    min-height: 100% !important;
    height: 100%;
}
body {
    /*min-height: 100% !important;
    height: 100%;*/
    padding-top: 50px;
    font-family: "Calibri Regular";
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    margin-top: 50px;
    /*position:relative;
    overflow: scroll;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*********************************************************/
/*********************** 2.NAVBAR ************************/
/*********************************************************/

.navbar.navbar-fixed-top {
    margin: 0;
    background: #007C92;
    /*height: 120px;*/
    padding: 0 20px;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}

#menu {
    margin-top: 5px;
    float:right;
}

#mensajeAlerta {
    float:left;
    display:inline;
    margin-left: 20%;
    color: red;
    font-weight: bold;
    font-size: 12pt;
}

#menu li {
    padding-bottom: 2px;
}

#menu li:hover {
    border-bottom: 3px solid #90D200;
}

#menu li a {
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

#menu li:hover a{
    color: #90D200;
}

#menu #linkBuscar {
    margin-left: 15px;
}

/*********************************************************/
/*********************** 3.FOOTER ************************/
/*********************************************************/

footer {
    height: 5px;
    background-color: #007C92;
    text-align: center;
    color: #ffffff;
    padding: 30px;
}

footer li{
    list-style: none;
}

footer a {
    color: #90D200;
}

footer a:hover {
    color: #90D200;
    text-decoration: none;
}

footer #contact span{
    text-decoration: none;
}

footer #contact a, footer #contact a:visited{
    color: #90D200 !important;
    text-decoration: none;
}

footer .ir-arriba {
    font-size: 40px;
}

footer .ir-arriba:hover {
    font-size: 40px;
    color: #90D200;
}

/*********************************************************/
/************************* 4.SITE ************************/
/*********************************************************/


#site-wrapper {
        /*min-height: 100% !important;
    height: 100%;*/
position: relative;
overflow: hidden;
width: 100%;
}

#site-canvas {
        /*min-height: 100% !important;
    height: 100%;*/
  width: 100%;
  background-color:#fff;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: 1s ease all;
  padding: 50px 0; /* Temp: Just spacing. */
  min-height: 700px;
}

#site-menu {
  width: 300px;
  height: 100%;
  /*position: absolute;*/
  top: 0;
  left: -300px;
  background: #CCE5E9;
  padding: 15px;
  position:fixed;
  overflow: visible;
}

#site-menu #title span{
    color: #90D200;
    float: left;
}

#site-menu #title h4 {
    color: #323237;
    text-transform: uppercase;
    margin: 0 0 20px 20px;
    font-weight: bold;
}

#site-menu p {
    /*color: #9fa4a8;*/
    margin-left: 20px;
    color: #323237;
    font-weight: bold;
}

#site-menu span {
    float: left;
    color: #007c92;
}
#site-menu input {
    border-radius: 0;
    margin-bottom: 20px;
    padding-right: 45px;
}

#site-menu .filter span {
    padding: 10px 10px;
    float: right;
    margin-top: -55px;
    background-color: #90D200;
    color: #fff;
}


#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(300);
  transform: translateX(300px);
}

#site-wrapper.show-secondpage #site-canvas {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.main-logo {
    width:50%;
}

.no-scroll-div {
  overflow-x: hidden;
  overflow-y: hidden;
}

.affix {
    top:50px;
    right:0;
    position:fixed;
}

#home 

/*********************************************************/
/*********************** 5.TABS ************************/
/*********************************************************/

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
}

#tab_list {
    border-bottom: 0 !important;
}

.nav-tabs .active a{
    color: #90D200 !important;
}

.nav-tabs li a{
    background-color: #90D200;
    color: #fff;
}

.nav-tabs li:hover a{
    background-color: #90D200;
    color: #fff;
    border: 1px solid #90D200;
}

.nav-tabs > li > a {
    /*background: #DADADA;*/
    border-radius: 0;
}


/* Tab Content */
.tab-pane {
    background-color: white;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    /* RAC - 20200715 */
    overflow: auto;
}

.tab-pane.active{
    float: left;
    width: 100%;
}

.green-text {
    color: #90D200;
}

.tab-pane table {
    float: left;
}

.divide-nav{
  height: 50px;
  background-color: #428bca;
}

.divide-text{
    color:#fff;
    line-height: 20px;
    font-size:20px;
    padding: 15px 0;
}

.affix {
  top: 50px;
  width:100%;
}

.filler{
  min-height: 2000px;
}



.pulltofront {
    z-index:1000;
}

.grey-button {
    color:#90D200;
    background-color: ##45474a;
    border-color: ##45474a;
}

.grey-button:hover {
    color:#90D200;
    background-color: #323336;
    border-color: #90D200;
}

.div-left {
    float:left;
}
.div-right {
    float:right;
}

/*********************************************************/
/*********************** 6.FILTERS ************************/
/*********************************************************/

.searchclearbusqueda {
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
}

/*Para cabezeras que ordenan*/
.order-header {
 cursor: pointer;
}

.order-header .ordered {
    color: black;
}

.div-left .grey-button {
    border-radius: 0;
    color: #90D200;
    background: #fff;
}

.div-right a{
    border-radius: 0;
    background: #90D200;
    color: #fff;
}

.div-right a:hover{
    background: #90D200;
    color: #fff;
}

.div-right a.disabled {
    color: #ddd;
}

form .grey-button {
    color: #fff;
    background: #90D200;
    border: none;
    border-radius: 50%;
    padding: 8px 12px 8px 12px;
}

form .grey-button:hover {
    background: #90D200;
    color: #45474a;
}

form .grey-button:link {
    background: #90D200;
    color: #45474a;
}

#ui-datepicker-div{
    border-radius: 0px;
    font-size: 12px;
    width: 270px;
}

.ui-datepicker-header{
    color: #fff !important;
    background: #90D200 !important;
}

.descarga .contenido p {
    margin-top: 10px;
}
.tab-pane.active .table td ul{
    list-style: none;
    text-align: left;
}

.tab-pane.active .table td ul li a{
    text-decoration: none;
}

.ui-autocomplete {
    padding-left: 0;
}
.ui-autocomplete li.ui-menu-item {
    list-style: none;
    padding-left: 5px;

}

.ui-autocomplete li.ui-menu-item:hover {
    color: #fff;
    background: #ff7f0b !important;
    border: none;
}

#site-menu select {
    width: 100%;
    height: 34px;
    margin-bottom: 20px;
    padding-left: 10px;
}


/*********************************************************/
/*********************** 7.INDEX ************************/
/*********************************************************/

.row {
    margin: 0 auto;
    /*border: 1px solid #ddd;
    padding: 50px 0;*/
}
.muestra {
    width: 60%;
    margin: 0 auto;
    height: 236px;
    margin-bottom: 50px;
}

.analisis {
    width: 60%;
    margin: 0 auto;
    height: 236px;
}

.row .titulo {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background: #90D200;
    position: relative;
}

.muestra #muestra, .muestra #detalleMuestra,  .analisis #analisis, .analisis #detalleAnalisis {
    width: 45%;
    margin: 0 auto;
    margin-left: 5%;
    float: left;
    background: #000;
    overflow: hidden;
}

.muestra #muestra, .analisis #analisis {
    width: 45%;
    margin: 0 auto;
    margin-left: 0;
    float: left;
}

.muestra img, .analisis img{
    width: 100%;
}

#muestra:hover img, #analisis:hover img, #detalleMuestra:hover img, #detalleAnalisis:hover img{
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

.noVisible {
    width: 38px;
    height: 36px;
    background: #ccc;
    border-radius: 50%;
    padding: 8px 12px 8px 12px;
    margin: 0 auto;
}

span.glyphicon-eye-close {
    color: #fff;
}


/*********************************************************/
/*********************** 8.EXCEL ************************/
/*********************************************************/

#excel {
    float: right;
    margin-right: -2px;
}

#excel a {
    float: left;
}

#excel img {
    max-width: 30px;
    float: left;
    margin: -5px 0 -5px 0;
}

/*********************************************************/
/*********************** 9.BUSCAR ************************/
/*********************************************************/

#buscar {
    margin: -15px -63px 0 0;
    background-color: #000;
    float: right;
}

#buscar span {
    color: #fff;
}

.boton {
    background-color: #90D200;
    color: #fff;
    padding-right: 10px !important;
    padding: 8px 20px !important;
    border: 0;
    text-align: center;
    margin: 0 !important;
    float: right;
}


/*********************************************************/
/*********************** 10.TABLE ************************/
/*********************************************************/

.table ul {
    padding-left: 0;
}

.table ul li {
    padding: 5px;
}

.table ul li:nth-child(odd) {
   background-color: #ddd;
}

.table ul li:nth-child(even) {
   background-color: #fff;
}

.table th {
    text-align: center;
}

#addMuestra {
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #fff;
    background-color: #90D200;
}

#addMuestra a {
    background: #90D200;
}

#muestraLink {
    padding: 8px 8px 10px 8px;
    font-weight: bold;
    text-decoration: none;

}

#selGEnsayo, #selEnsayo {
    width: 72% !important;
    float: left;
    margin-right: 20px;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 4px
}

textarea {
    width: 100%;
    height: 200px;
    margin: 20px 0 0 0;
    border: 1px solid #ccc;
    border-radius: 4px
}

#addEnsayo, #addGEnsayo {
    border-radius: 0 !important;
    border: none !important;
    background-color: #90D200 !important;
    color: #fff !important;
    height: 34px
}

/*********************************************************/
/*********************** 11.LOG IN ************************/
/*********************************************************/

#loginForm, #forgotPasswordForm, #registerForm, #muestraForm, #passwordForm {
    border: 1px solid #ccc !important;
    width: 370px !important;
    padding: 30px 0 0 44px !important;
    float: left;
    margin: 0 auto;
    height: 100%;
}

#loginForm h4, #forgotPasswordForm h4, #registerForm h4, #muestraForm h4, #passwordForm h4 {
    width: 300px;
    padding-left: 0;
    margin:  0 0 20px -15px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    color: #323237;
    font-weight:bold;
}

#loginForm a, #loginForm a:hover {
    color: #90D200;
    text-decoration: none;
}

#loginForm .checkbox {
    color: #323237;
}

    #loginForm span, #forgotPasswordForm span, #registerForm span, #muestraForm span, #passwordForm span {
        float: left;
        font-size: 20px;
        margin-top: 5px;
        color: #007C92;
    }

#loginForm input[type="submit"], #forgotPasswordForm input[type="submit"], #registerForm input[type="submit"], #muestraForm input[type="submit"], #passwordForm input[type="submit"]{
    border-radius: 0 !important;
    border: none !important;
    float: right !important;
    background-color: #90D200 !important;
    color: #fff !important;
    width: 100px !important;
    margin-left: 50px !important;
    }

.rememberMe{    
    float: left;
    margin-left: 0;
}

.rememberMe label {
    padding: 0;
    width: 135px;
}

.buttonLogin {
    float: left;
}

.buttonForgot, .buttonRegister, .buttonMuestra, .buttonPassword {
    float: right !important;
    margin-right: 25px !important;
}

.linkRegister {
    float: left;
    margin-bottom: 5px !important;
}

.linkForgotPassword {
    float: left;
    margin-bottom: 30px !important;
}

.text-danger span {
    font-size: 14px !important;
    color: red !important;
}

#forgotPasswordForm ul, #registerForm ul, #muestraForm ul, #passwordForm ul {
    list-style: none;
    padding: 0;
    color: red;
}

#volverAtras a, #volverAtras a:visited {
    color: #90D200;
}

#volverAtras a:hover {
    text-decoration: none;
}


/*********************************************************/
/***************** 11.SELECCION FECHA ********************/
/*********************************************************/

.seleccionFecha {
    margin-top: 5%;
}

.botonesSeleccionFecha a{
    color: #90D200 !important; 
}

@font-face {
    font-family: 'Calibri Regular';
    src: url('../fonts/Calibri Regular.ttf') format('truetype');
}