[v-cloak] {
    display: none;
}

input.form-control,
select.form-control,
textarea.form-control {
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    border: 1px solid #eee;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    color:rgb(31, 34, 37);
    border: 1px solid #cccccc;
    -webkit-transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    transition:all 250ms ease;
}

input.form-control.has-error,
select.form-control.has-error,
textarea.form-control.has-error {
    border: 1px solid #e01313;
}

span.help-block {
    color: #e01313;
    float: left;
    width: 100%;
    margin-top: 5px;
}

input[type="checkbox"] {
    width: 20px;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

.flexgrid {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flexgrid .item {
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.flexgrid .item:hover > img {
    -webkit-box-shadow: 0px 0px 56px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 56px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 56px -9px rgba(0,0,0,0.75);
    -webkit-transform: scale(1.020);
    -moz-transform: scale(1.020);
    -o-transform: scale(1.020);
    -ms-transform: scale(1.020);
    transform: perspective(1px) scale(1.020);
    z-index: 1500;
}

.flexgrid .item p {
    max-width: 143px;
    cursor: pointer;
    word-wrap: break-word;
}

.flexgrid .item img {
    width: 150px;
    -webkit-transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    transition:all 250ms ease;
}

.flexgrid .item p.badge {
    color: white;
    min-width: 10px;
    /* padding: 0px; */
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    width: 50%;
}

.flexgrid .item p.badge.danger { background-color: #dd4b39; }
.flexgrid .item p.badge.success { background-color: #00a65a; }
.flexgrid .item p.badge.warning { background-color: #f39c12; }
.flexgrid .item p.badge.info { background-color: #00c0ef; }
.flexgrid .item a.deleteBtn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dd4b39;
    color: white;
    font-size: 17px;
    text-align: end;
    white-space: nowrap;
    border-radius: 10px;
    width: 16%;
}

@media screen and (max-width: 767px){
    .flexgrid {
        justify-content: center;
    }
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition:color 250ms ease;
    -moz-transition:color 250ms ease;
    -ms-transition:color 250ms ease;
    transition:color 250ms ease;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.tag.plus::before {
    content: '+';
    color: #9d9ea1;
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 0;
}

.tag.minus::before {
    content: '-';
    color: #9d9ea1;
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 0;
}

.tag::after {
    background: #f7f9fa;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: crimson;
    color: white;
}

.tag:hover::before {
    color: white;
}

.tag:hover::after {
    border-left-color: crimson; 
}

.tag_static {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition:color 250ms ease;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.pagination li > a,
.pagination li > span {
    color: #fff;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 22px;
    background: #55503f;
    cursor: pointer;
    padding: 2px;
    margin: 1px;
}

.pagination li a i { margin-left: 10px; }
.pagination li a.number,
.pagination li span { 
    width: 35px;
    text-align: center;
}

.pagination li.active > a, 
.pagination li.active > span {
    background: #d6373a;
    color: #fff;
    -webkit-box-shadow:inset 0px 0px 0px 1px #f7f9fa;
    -moz-box-shadow:inset 0px 0px 0px 1px #f7f9fa;
    box-shadow:inset 0px 0px 0px 1px #f7f9fa;
}

.pagination li.disabled > a,
.pagination li.disabled > span {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.pagination a:hover:not(.active .disabled) {background-color: #d6373a;}

.flexPagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.meter { 
	height: 10px;  /* Can be anything */
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 2px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    margin-bottom: 5px;
    margin-top: 5px;
}

.meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
    );
    box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.orange > span {
    background-color: #f1a165;
    background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.komvac table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.komvac table > thead > tr > th,
.komvac table > tbody > tr > td {
    border-top: 1px solid #dcdcdc;
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: middle;
    text-align: center;
}

.masonry {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}

.masonry .element {
    padding: .5em;
    margin: .2em;
    width: 200px;
    background: none;
    cursor: pointer;
}

.masonry .element img {
    -webkit-transition: filter .5s ease;
    -ms-transition: filter .5s ease;
    transition: filter .5s ease;
}

.masonry .element:hover img {
    -webkit-filter: sepia(1);
    filter: sepia(1);
    -webkit-box-shadow: 0px 0px 56px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 56px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 56px -9px rgba(0,0,0,0.75);
    -webkit-transform: scale(1.020);
    -moz-transform: scale(1.020);
    -o-transform: scale(1.020);
    -ms-transform: scale(1.020);
    transform: perspective(1px) scale(1.020);
    z-index: 1500;
}

.masonry .element .text {
    color: white;
    font-size: 15px;
    word-break: break-all;
    cursor: pointer;
    text-align: center;
}

.flexDivSigAnt {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media screen and (max-width: 991px) {
    .masonry {
        justify-content: center;
        align-items: center;
    }
    .masonry .element {
        margin-right: 10px;
    }
    .flexDivSigAnt {
        display: block;
    }
}




/* Vue Fade Transition */
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
/* Vue Fade Transition */




/*Estilos extras*/
#navigation ul li:nth-child(3) a, #navigation ul li:nth-child(4) a {
    border: none;
}


/* ============================================== */
/* SUBIR */
/* ============================================== */

#subir {
    bottom:40px;
    right: 40px;
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    padding:0;
    z-index: 9999;
}
  
#subir:before {
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px;
    position: absolute;
    margin:0;
    top:50%;
    left: 50%;
    content: url("./../images/icons/arrow_top.svg");
  
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
  
#subir a{
    padding: 10px 15px;
    color:white;
    display:block;
}
  
#subir:before{background:#383531;}
#subir:hover:before{background:crimson;}
  
@media screen and (max-width: 768px){
    #subir{
      bottom:10px;
      right: 10px;
    }
}

.legal p {
    text-align: justify;
}

.legal ul {
    list-style-type: square;
    padding-left: 60px;
}