@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
    url('/gcss/fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/gcss/fonts/source-sans-pro-v13-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-300italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'),
    url('/gcss/fonts/source-sans-pro-v13-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/gcss/fonts/source-sans-pro-v13-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
    url('/gcss/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/gcss/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
    url('/gcss/fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/gcss/fonts/source-sans-pro-v13-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
    url('/gcss/fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/gcss/fonts/source-sans-pro-v13-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'),
    url('/gcss/fonts/source-sans-pro-v13-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/gcss/fonts/source-sans-pro-v13-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


:root{
    --verde-SINAC: #69933E;
    --verde-SINAC-trans: #69933E22;
    --verde-SINAC-hover: #7BAA4B;
    --verde-oscuro-SINAC: #52782B;
    --celeste-SINAC: #97D3E1;
    --celeste-SINAC-trans: #97D3E122;
    --celeste-oscuro-SINAC: #79B2BF;
    --gris-SINAC: #808285;
    --gris-secundario: #ccc;
    --gris-textos: #454545;
}

/* html
{
    min-height:100vh;
} */

body{
    min-height: 100vh
}

h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: var(--verde-SINAC);
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #454545;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

.divline{
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 10px;
}

#logos-section
{
    width: 50%;
    max-width: 680px;
}
.logo
{
    width: 33%;
}

.logo img
{
    max-width: 100%;
    width: auto;
    height: auto;
}

nav.navbar{
  min-height: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-brand{
  height: 110px;
  display: flex;
  flex-direction: row;
}

.navbar-brand #logos{
  display: inline-flex;
  flex-direction: row;
  height: 100%;
}

#logos > img {
    margin: auto 10px;
    display: inline-block;
}

.titulo-sistema-container{
  height: 100%;
  display: inline-flex;
  width: 166px;
  padding-left: 10px;
}

.titulo-sistema-container.largo{
  height: 100%;
  display: inline-flex;
  width: 400px;
  padding-left: 10px;
}

.titulo-sistema {
    margin: auto 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    color: var(--verde-SINAC);
    text-transform: uppercase;
}



#container-main{
    position: relative;
    min-height: 100vh;
}

.container-fluid.contenedor-general{
    padding: 12px !important;
}

.container {
    width: 95% !important;
}

.alpaca-container-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #403f43;
}


nav
{
    width: 100%;
    line-height: 80px;
    box-shadow: 2px 2px grey;
}

#main-navbar
{
    margin-top: 1%;
}

@media only screen and (min-width: 601px)
{
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 100px !important;
        line-height: 125px !important;
    }
}

.orange_btn
{
    background-color: #cf6c43 !important;
}

.sky_blue
{
    background-color: #00abeb !important;
    color:white !important;
}

footer
{
    clear: both;
    bottom: 0;
    z-index: 10;
    margin-top: -3em;
    color:black;
    width: 100%;
    background-color: white !important;
    border: 0;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.70);
    border-radius: 0;
}



.alpaca-form-button-atras
{
    background-color: #19698E;
    color: white;
}

.alpaca-form-button-mis_tramites
{
    background-color: #19698E;
    color: white;
}


.alpaca-form-button-submit
{
    background-color: #7FBD00;
    color: white;
}

.alpaca-form-buttons-container
{
    text-align: center !important;
}

.link_setena
{
    color: #cf6c43;
    text-decoration: none;
    font-size: 16px;
}

.btn_download
{
    background-color: #00abeb;
    width: 100%;
}

#form
{
    max-width: 40%;
    margin: auto !important;
}




/** CSS DE DIEGO**/

nav.navbar.navbar-default {
    background-color: white !important;
    border: 0;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.25);
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid var(--verde-SINAC);
    color: var(--verde-SINAC);
    padding: 6px 12px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 4px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover
{
    color: var(--verde-SINAC);
    background-color: var(--verde-SINAC-trans);
    border: 2px solid var(--verde-SINAC);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    background-color: var(--verde-SINAC-trans);
}

.navbar-nav > li > .dropdown-menu{
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

ul.nav.navbar-nav.navbar-right > li {
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar-toggle{
  position: absolute;
  top: 15px;
  right: 0px;
  border: 0;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: var(--verde-SINAC);
}


.navegadores-compatibles
{
    width: 30px;
}

#navegador-compatible-edge
{
    height: 40px;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i
{
    height: auto !important;
    line-height: 5px !important;
    padding-bottom: 20px;
}

.user_section
{
    text-align: right;
    margin-right: 40px;
    margin-top: 20px;
}

.aclaracion_solicitada_step
{
    border-color: red !important;
    background: red !important;
}

.aclaracion_solicitada_step > small
{
    color: red !important;
}

.disabled_file_uploader
{
    width: 100%;
    border-radius: 10px;
    background-color: #eeeeee;
}

.row
{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.panel-izquierdo {
    background-color: #dadada;
    margin-bottom: 20px;
    padding-bottom: 80px;
}

.header-panel-izquierdo {
    background-color: #A9C512;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.fila-panel-izquierdo {
    margin-left: -15px !important;
    margin-right: -15px !important;
    background-color: white;
    padding-bottom: 10px;

    color: #6E6E6E;
    font-family: "Source Sans Pro";
    font-weight: 300;
}

.btn-panel-izquierdo {
    font-size: 10px;
}



.subtitulo-pagina {
    color: var(--gris-SINAC);
    text-align: center;
    font-weight: 300;
    font-style: italic;
    font-size: 2.5rem;
}


.usuario-nombre {
    font-weight: lighter;
    font-family: sans-serif;
    color: rgb(22, 81, 135)
}

.cuerpo{
    /*height: 100%;*/
}

.row.cuerpo {
    margin-top: 10px;
}

.flecha-atras {
    border: solid 1px rgb(22, 81, 135);
    color: rgb(22, 81, 135);
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
}

.btn-pequeno-menu-seleccionado {
    color: white;
    font-weight: bold;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.botones-admin a {
    color: rgb(22, 81, 135);
    text-decoration: none;
    font-weight: bold;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
}

.btn-pequeno-menu{
    border: solid 1px rgb(22, 81, 135);
    color: rgb(22, 81, 135);
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
}

.btn-pequeno-menu-seleccionado {
    color: white;
    margin-bottom: 15px;
    border: 1px solid #A9C512;
    border-radius: 2px;
    background-color: #A9C512;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
}

.btn-principal-blanco {
    background-color: white;
    color: #165187;
    border: 1px solid #093863;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: Source Sans Pro, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.btn-principal-blanco-danger {
    background-color: white;
    color: #CD3E35;
    border: 1px solid #CD3E35;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: Source Sans Pro, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.btn-principal {
    -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color:#007dc1;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #124d77;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #154682;
    text-transform: uppercase;
    font-family: Source Sans Pro, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.btn-principal:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color:#0061a7;
    text-decoration: none;
    color: white;
}
.btn-principal:active {
    position:relative;
    top:1px;
}

.tabulator {
    border: none !important;
}

.tabulator-row{
    border: none !important;
}

.tabulator-row .tabulator-cell {
    border: none !important;
}

.tabulator .tabulator-header .tabulator-col{
    border-right: 2px solid #fff;
}

.tabulator .tabulator-header .tabulator-col{
    background-color: var(--gris-SINAC) !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{
    border-color: var(--celeste-SINAC);
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow{
    border-bottom: 6px solid #fff !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow{
  border-top: 6px solid #fff !important;
  border-bottom: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow{
    border-bottom: 6px solid var(--celeste-SINAC) !important;
}

.tabulator-col-content {
    /* background-color: var(--verde-SINAC) !important; */
    color: white !important;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.tabulator-row-even {
    color: #6E6E6E;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
}

.tabulator-row-odd{
    color: #6E6E6E;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
}

.tabulator-header-filter {
    color: #1a1a1a;
}

.tabulator-header-filter input{
    border: 1px solid var(--gris-secundario);
    color: var(--gris-SINAC);
    font-weight: 300;
}

.tabulator-header-filter input::placeholder{
  font-weight: 300;
}

.tabulator-page.active{
    color: #339dff !important;;
}

.tabulator .tabulator-footer{
  background-color: #fff !important;
}

.tabulator .tabulator-footer .tabulator-page{
  border: 1px solid var(--celeste-oscuro-SINAC) !important;
  border-radius: 0 !important;
  color: var(--celeste-oscuro-SINAC) !important;
}
.tabulator .tabulator-footer .tabulator-page:hover{
  background-color: var(--celeste-SINAC-trans) !important;
}
.btn-pequeno-blanco {
    border: 1px solid #093863;
    border-radius: 1px;
    background-color: white;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-weight: bold;
    color: #165187;
}

.btn-pequeno-azul {
    background: linear-gradient(180deg, #2A78BF 0%, #165187 100%);
    border-radius: 1px;
    border: 1px solid #093863;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-weight: bold;
}

.btn-pequeno-blanco-tabla {
    border: 1px solid var(--celeste-oscuro-SINAC);
    border-radius: 1px;
    background-color: white;
    font-family: "Source Sans Pro";
    font-size: 11px;
    font-weight: bold;
    color: var(--celeste-oscuro-SINAC);
    margin-right: 5px;
}

.divisor {
    color: #6E6E6E;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
}

.btn-pequeno.disabled {
    background: none;
    background-color: #E9E9E9;
    border-radius: 1px;
    border: 1px solid #E9E9E9;
    color: #ADADAD;
    font-weight: bold;
    font-size: 10px;
    font-family: "Source Sans Pro";
}

.btn-pequeno {
    border: 1px solid #093863;
    border-radius: 1px;
    background: linear-gradient(180deg, #2A78BF 0%, #165187 100%);
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
}

.formulario-registrar-evento p {
    color: #6E6E6E;
    font-family: "Source Sans Pro";
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 300;
}

.formulario-registrar-evento div {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #165187;
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #6E6E6E;
    padding: 5px;
    width: 60%;
    display: inline-block;
    text-align: left;
    min-height: 34px;
}

.formulario-registrar-evento input {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #165187;
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #6E6E6E;
    padding: 5px;
    width: 60%;
    display: inline-block;
    text-align: left;
}

.formulario-registrar-evento textarea {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #165187;
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #6E6E6E;
    padding: 5px;
    width: 60%;
    display: inline-block;
    text-align: left;
}

.formulario-nueva-cita label {
    color: #6E6E6E;
    font-family: "Source Sans Pro";
    font-size: 16px;
    /*display: inline-block;*/
    /*margin-right: 5px;*/
    font-weight: 300;
}

.formulario-nueva-cita p {
    color: #6E6E6E;
    font-family: "Source Sans Pro";
    font-size: 16px;
    /*display: inline-block;*/
    /*margin-right: 5px;*/
    font-weight: 300;
}

.formulario-nueva-cita input {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #165187;
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #6E6E6E;
    padding: 5px;
    /*width: 60%;*/
    /*display: inline-block;*/
}

.formulario-nueva-cita p.form-control {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #165187;
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #6E6E6E;
    padding: 5px;
    /*width: 60%;*/
    /*display: inline-block;*/
}



.formulario-nueva-cita textarea {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #165187;
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #6E6E6E;
    padding: 5px;
    /*width: 60%;*/
    /*display: inline-block;*/
}

.subtitulo {
    color: #6E6E6E;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;

}

.qq-upload-cancel, .qq-upload-continue, .qq-upload-delete, .qq-upload-pause, .qq-upload-retry, .qq-upload-size {
    font-size: 16px;
}

/* Resposive Media Queries */
/* No poner nada debajo de estas líneas */

@media only screen and (max-width: 768px){
    #form{
        max-width: 100%;
    }

    nav.navbar .navbar-header{
      min-height: 155px;
    }

    .navbar-brand{
      flex-direction: column;
      float: none;
    }

    .navbar-brand #logos{
      justify-content: center;
    }

    .titulo-sistema-container{
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
    }

    .titulo-sistema-container.largo{
      width: 100%;
    }

    .titulo-sistema{
      text-align: center;
      margin: 0 auto;
    }
}
