﻿body{
   font-size: 14px;
   font-family: 'Roboto', sans-serif;
   /*font-family: sans-serif;*/
}

[v-cloak] {
  display: none;
}

.flex-center{
    -webkit-display: flex;
    display: flex;
    justify-content: center;
}

.mt-2{
  margin-top: 1.5em;
}

.control-label{
    height: 34px;
    padding: 8px 0;
}

.label-doble{
    top: -10px;
}

.container{
    -webkit-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;

}

.group-data{
    border: 1px solid gray;
    margin: 0.5em;
    padding: 1em;
}

.subtitulo{
    margin-top: 1em;
}

.buttons{
    padding-top: 1em;
}

.contenedor-tramite{
    width: 98%;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 1em;
}


h1.titulo-principal{
    color: #5A55A3;
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
}

h2.titulo-secundario{
   /* color: #5A55A3;*/
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 1em;
    color: #0063A2;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #0063A2;
}



div.contenedor-menu-tab{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
   padding-bottom: 1.5em !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.contenedor-menu-tab{

}

div.content-center{
    text-align: center;
}

div.menu-tab{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.content-center{
        padding: 1em;
}

.list-group{
    margin-top: 0.5em !important;
}

.list-group .list-group-item {
  height: 102px;
}

.list-group .list-group-item .glyphicon{
  font-size: 23px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.content-image-mochila{
  text-align: center;
}

.image-mochila{
  width: 98%;
  max-width: 500px;
  margin: 0 auto;
}

/*------------------------------------------*/
.type-article {
    margin-bottom: 2.5rem;
}

.group-title {
    color: #0063A2;
    font-weight: bold;
    font-size: 1.9rem;
}

.group-card {
   background: #FF8200;
   margin-bottom: 2rem;
   height: auto;
   -webkit-display: flex;
   display: flex;
   align-items: flex-start;
   align-content: space-between;
   padding: 1rem;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   justify-content: center;
}

.image-article{
    width: 80%;
    margin: 0 auto;
}

.image-resultado {
    width: 80%;
    margin: 0 auto;
}

img {
    width: 100%;
    height: auto;
}



.card {
    width: 170px;
  background: #fff;
  /*box-shadow: 0px 2px 10px #000;*/
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.5);
  margin: 0.5rem;
  display: block;
  border-radius: 0.5em;
  overflow: hidden; 
  border: none;
  height: 200px;
    position: relative;
    padding: 1rem;
    text-align: center;
}

.card .casilla {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 2px solid blue;
}

.card > .title-article{
    padding: 1rem 0 0.5rem;
    color: #337AB7;
    font-weight: bold;
}


.card p {
    text-align: center;
    padding: 0;
    margin: 0;
}
 
.casilla:after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #fff;
    border: 2px solid #FF8200;
    display: inline-block;
    visibility: visible;
    padding: 0 .5rem 2rem;
    border-radius: 3px;
}

.casilla-disabled:after {
  background-color: #DCDCDC;
  border: 2px solid #DCDCDC;
}

  
.casilla:checked:after {
  content: "✓";
  font-size: 20px;
    font-weight: bold;
    border: 2px solid #0063A2;
    background-color: #0063A2;
}


.check-type-item {
    position: absolute;
    top: -5px;
    left: -28px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-color: white;
    border: 2px solid blue;
}

.check-type-item:after {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #0063A2;
    border: 2px solid #0063A2;
    display: inline-block;
    visibility: visible;
    padding: 0 .5rem 2rem;
    border-radius: 3px;
}

.check-type-item:checked:after {
  content: "✓";
  font-size: 20px;
    font-weight: bold;
    border: 2px solid #0063A2;
}

.list-items {
    border: 1px solid #0063A2;
    list-style: none;
    -webkit-display: flex;
    display: flex;
    align-items: flex-start;
    align-content: space-between;
    padding: 1rem;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.list-items .item{
    border: none;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 3px;
    margin: 0.5rem;
    cursor: pointer;
    background: #0063A2;
    color: white;
    position: relative;
}

.list-items .item-with-check{
    margin-right: 3rem;
}

.list-items .item:not(.item-active):hover{
    background: rgba(0,99,162,0.8);
}

.list-items .item-active{
    background: #FF8200;
}

.guide {
  background-color: rgba(255,130,0,0.5) ;
  width: 98%;
  padding: 1rem;
  border-radius: 1rem;
}

.guide .title-guide{
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: .2rem;
} 

.valid-article{
  background-color: rgba(255,130,0,0.5) ;
}

.percent-value{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #777;
}