@font-face {
  font-family: 'LUI icons';
  src: url('lui-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* error hack */
.lui-dialog-container{
    display: none;
}

html, body {
    height: 100%;
    overflow: hidden;
}
body {
    overflow-y: auto;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;  
}
#selection-toolbar {
    top: 0 !important;
    background-color: transparent;
    border: none;
}
.qlik-link {
    position: absolute;
    bottom: 18px;
    right: 5px;
    z-index: 1;
}
#clear-button {
    display: none;
}
#lasso-button {
    right: 118px;
}
.viz {
    width: 100%;
    height: 60vmin;
    max-height: 400px;
}
.viz-layer {
    width: 0;
    height: 0;
}
.viz .qv-object .qv-object-header {
    display: none;
}

#cards-container {
    width: 100%;
    overflow-x: auto;
}
.cards {
    display: flex;
    margin-left: 2px;
}
.card {
    border: 0px solid #fff;
    width: 65px;
    height: 210px;
    flex: none;
    margin: 0px 2px 0px 0px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F5;
    cursor: pointer;
}
.card.S {
    /*border: 1px solid green;*/
    background: #E6E6DF;
}
.card.S .card-img{
    /*border: 2px solid #3595C6;*/
}
.card.X {
    background: #fcfcfc;
    opacity: 0.5;
}
.card.X .card-img{
}
.card.O{
    background: #F7F7F5;
}
.card.inactive {
    background: #eee;
    pointer-events: none;
    opacity: 0.4;

}
.card-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;

}
.card-img {
    width: 50px;
    height: 50px;
    border: 0px;
    /*margin-top: 15px;*/
    border: 2px solid transparent;
}
.card.inactive .card-img{

}
.card-title {
    font-size: 11px;
    /*margin-top: .75rem;*/
    text-align: center;
    /*white-space: nowrap;*/
    margin-bottom: unset;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 2px;
}
.card-title .lastname{
    margin-top: -5px;
}
.card-kpis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px;
}
.card .kpi {
    font-size: 10px;
    width: 50px;
    white-space: nowrap;
    padding: 2px 0;
}
.card .kpi .value{
    font-size: 11px;
    font-weight: 600;
}
.qv-object *{
    font-family: 'Open Sans', sans-serif !important;
}
.qv-object .lui-icon, .qv-object .lui-caret, .qv-object .lui-checkbox__check, .qv-object .lui-search__search-icon, .qv-object .lui-search__clear-icon{
    font-family: "LUI icons" !important;
}
.qv-object-ideviomap .idevio-icon-before:before, .qv-object-ideviomap .idevio-icon {
    font-family: "LUI icons","QlikView Icons" !important;
}
.qv-collapsed-listbox .qv-state-count-bar{
    display: none;
}
.qv-object-content {
    touch-action: none;
}
.control-button {
    padding: 7px 10px;
    background: #fff;
    border: 1px solid rgb(217,217,217);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    /*float: left;*/
    cursor: pointer;
}
.filter{
    height: 35px;
    margin: 0 auto;
    /*float: left;*/
    /*margin-left: 20px;*/
}
#province-filter {
    width: 76px;
}
#city-filter {
    width: 48px;
}
#postal-filter {
    width: 98px;
}
.filter .title{
    text-align: center;
}
.filter .qv-object .qv-object-header {
    display: none;
}
.barchart{
    height: 430px;
    margin-top: 50px;
}
.idevio-bubble hr{
    margin-top: 0.5rem;
    margin-bottom:0.5rem;
}
.idevio-bubble .candidatelist{
    font-size: 10px;
}
.idevio-bubble .tooltip_header{
    font-size: 12px;
}
.idevio-bubble .candidatetop{
    font-weight: 600;
}
.toprow{
    background: #F7F7F5;
    padding: 10px;
}
.toprow .row{
    align-items: center;
}
.toprow .col-sm-4{
    text-align: center;
}
.load-screen-overlay-content {
    font-size: 20px;
}
.border-bt{
    border-bottom: 1px solid #CBCBCB;
}
.cabecera{
    padding: 60px 0; 
}
.margintop10{
    margin-top: 10px;
}
.titulo{
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    margin-bottom: 20px;
}
.descripcion{
    font-size: 13px;
}
.t-right{
    text-align: right!important;
}
@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}
.load-screen-overlay-content span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.load-screen-overlay-content span:nth-child(2) {
    animation-delay: .2s;
}
.load-screen-overlay-content span:nth-child(3) {
    animation-delay: .4s;
}

@media (max-width: 377px) {
    .find-my {
        display: none;
    }
}

.qv-chart-tooltip-content {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
.qv-tooltip .header {
    margin-left: -10px;
}

.load-screen-preview {
    background-image: url(img/preview.jpg);
}
@media (max-width: 768px) {
    .load-screen-preview {
        background-image: url(img/preview-mobile.jpg);
    }
    .toprow {
        padding: 10px 5px;
    }
    #postal-filter {
        width: 62px;
    }
    .cabecera{
        padding: 20px 10px;
    }
    .t-right{
        text-align: center !important;
        padding: 10px 0;
    }
    .titulo{
        font-size: 22px;
        margin-top: 20px;
    }

}