@import url('normalize.css');
@import url('bootstrap-checkbox.css');
/* globals
/* ------------------------ */
html{
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
*, :after, :before{
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
[v-cloak]{
    display: none;
}
.img-responsive, .img-fluid{
    max-width: 100%;
    height: auto;
}
.img-full{
    width: 100%;
    height: auto;
}
a, a:hover, a:focus, a:active{
    color: #000;
}
a:hover{
    text-decoration: none;
}
b, strong{
    font-weight: 700;
}
button{
    cursor: pointer;
}
ul.no-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.no-list > li{
    margin: 0;
    padding: 0;
}
.svg-responsive{
    width: 100%;
    height: auto;
    display: block;
}
body{
    font-family: 'Roboto', sans-serif;
    min-height: 80vh;
}
main{
    min-height: 80vh;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
#loading > img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -135px;
}
/* splash index page
/* ------------------------ */
.splash-wrap{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splash-wrap > div{
    width: 50%;
    padding: 15px;
    text-align: center;
}
.counter-circle{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 50px auto 0;
    transition: all .3s ease-in-out;
}
.counter-circle > div{
    display: block;
}
.counter-circle.weicola{
    background-color: rgba(0, 125, 227, .8);
    color: #fff;
}
a.counter-circle.weicola:hover{
    background-color: rgba(0, 125, 227, 1);
    text-decoration: none;
}
.counter-circle .counter{
    font-size: 60px;
    padding-top: 70px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.counter-circle .counter-label{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.counter-circle .counter-label-small{
    font-size: 13px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 500;
}
.counter-circle.waluta{
    background-color: #000;
    color: #fff;
}
.counter-circle.waluta:hover{
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
/* top stats
/* ------------------------ */
.top-stats-wrap.weicola{
    background: url('/img/weicola_fondofascia_interne.jpg') top center no-repeat;
    background-size: cover;
}
.top-stats-wrap.waluta{
    background: url('/img/waluta_fondofascia_interne.jpg') top center no-repeat;
    background-size: cover;
}
.top-stats-wrap .link-logout{
    position: absolute;
    top: 15px;
    left: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: color .2s ease-in-out;
}
.top-stats-wrap.waluta .link-logout{
    color: #000;
}
.top-stats-wrap.waluta .link-logout:hover{
    color: #646464;
}
.top-stats-wrap.weicola .link-logout{
    color: #fff;
}
.top-stats-wrap.weicola .link-logout:hover{
    color: #646464;
}
.top-stats-link-wrap{
    height: 60px;
    display: block;
}
.top-stats-link{
    height: 60px;
    width: 300px;
    display: inline-table;
}
.top-stats-link img{
    display: block;
}
.top-stats-counters{
    display: flex;
    align-items: center;
    margin: 45px 0;
}
.top-stats-counters .counter-circle{
    margin: 0;
}
.top-stats-counters .counter-circle.counter-big{
    margin-right: 30px;
}
.top-stats-counters .counter-circle.counter-small{
    width: 160px;
    height: 160px;
}
.top-stats-counters .counter-small .counter{
    padding-top: 40px;
}
/* top stats chart
/* ------------------------ */
.top-stats-chart-wrap p{
    margin: 15px 0 15px 30px;
    color: #fff;
    font-size: 14px;
}
.waluta .top-stats-chart-wrap p{
    color: #000;
}
.top-stats-chart-svg .horizontal-line,
.top-stats-chart-svg .vertical-line{
    stroke: #42618d;
}
.top-stats-chart-svg .y-label,
.top-stats-chart-svg .x-label{
    stroke: #fff;
    font-size: 11px;
    font-weight: lighter;
}
.top-stats-chart-svg .chart-line{
    stroke: #019fe8;
}
.waluta .top-stats-chart-svg .y-label,
.waluta .top-stats-chart-svg .x-label,
.waluta .top-stats-chart-svg .chart-line,
.waluta .top-stats-chart-svg .horizontal-line,
.waluta .top-stats-chart-svg .vertical-line{
    stroke: #000;
}
/* list filters
/* ------------------------ */
.list-filters-wrap{
    margin-top: 45px;
}
.btn-expand-locations{
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #646464;
    font-size: 13px;
    font-weight: bold;
    transition: all .2s ease-in-out;
}
.btn-expand-locations .icon{
    width: 32px;
    height: 32px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 10px;
}
.btn-expand-locations.active,
.btn-expand-locations:hover{
    color: #000;
}
.btn-expand-locations.active .icon{
    transform: rotate(-180deg);
}
.date-filter-wrap{
    float: right;
}
.date-filter-wrap .filter-label{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}
.date-filter-wrap .input-group-prepend{
    height: 33px;
    line-height: 33px;
    color: #fff;
    background: #000;
    align-items: center;
    justify-content: center;
    width: 33px;
}
/* range date custom
/* ------------------------ */
.input-date[data-v-5e837f70]::after{
    font-family: 'FontAwesome', sans-serif;
    content: '\f0d7' !important;
    line-height: 20px;
}
.input-date[data-v-5e837f70]{
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 7px 5px 4px !important
}
.calendar-root[data-v-5e837f70], .calendar-title[data-v-5e837f70]{
    font-family: 'Roboto', sans-serif !important;
}
.calendar-head h2[data-v-5e837f70]{
    font-size: 14px;
}
/* locations
/* ------------------------ */
.locations-wrap{
    display: none;
}
.locations-wrap .inner{
    margin: 30px -10px 0;
    display: flex;
    flex-wrap: wrap;
}
.locations-wrap .location-col{
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    padding: 0 10px;
    width: 100%;
}
.locations-wrap .location-item{
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.locations-wrap .dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 5px 5px 0 0;
    background: #969696;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.weicola .location-item.active .dot{
    background: #007ee3;
}
.location-item .entry{
    color: #969696;
    font-size: 13px;
}
.weicola .location-item.active .entry{
    color: #007ee3;
}
.location-item .entry strong{
    font-size: 12px;
}
.locations-wrap .btn-all-locations{
    font-size: 12px;
    color: #969696;
    border: 1px solid #969696;
    border-radius: 3px;
    line-height: 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    display: inline;
    padding: 4px 6px;
}
.weicola .locations-wrap .btn-all-locations:hover{
    color: #007ee3;
    border-color: #007ee3;
}
.waluta .location-item.active .dot{
    background: #ff9600;
}
.waluta .location-item.active .entry{
    color: #ff9600;
}
.waluta .locations-wrap .btn-all-locations:hover{
    color: #ff9600;
    border-color: #ff9600;
}
/* list actions
/* ------------------------ */
.list-actions-wrap{
    margin: 30px 0;
    text-align: right;
}
.list-actions-wrap > .btn + .btn{
    margin-left: 5px;
}
.btn-black{
    color: #fff;
    text-align: center;
    border: none;
    background: #000;
    font-size: 13px;
    border-radius: 0;
    min-width: 100px;
}
.btn-black:hover{
    color: #fff;
    background: #666;
}
.list-table-wrap{
    margin: 30px 0;
}
.list-table th{
    color: #636363;
    font-size: 12px;
    border-top: none;
    padding: 0 4px 30px;
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
}
.list-table th.sep,
.list-table td.sep{
    width: 10px !important;
    border-bottom: none !important;
    background-color: #fff !important;
}
.list-table td{
    border-top: none;
    color: #636363;
    line-height: 20px;
    padding: 15px 4px;
    font-size: 14px;
    font-weight: bold;
}
/*.list-table tr.company td{*/
/*    transition:all .2s ease-in-out;*/
/*}*/
/*.list-table tr.company:hover td{*/
/*    background:#f0f0f0;*/
/*}*/
.list-table tr:not(.active) td{
    border-bottom: 1px solid #d6d6d6;
}
.list-table td.min,
.list-table td:first-child{
    width: 1%;
    white-space: nowrap;
}
.list-table .tr-total td,
.list-table td.big{
    font-size: 18px;
}
.list-table .tr-sep td{
    height: 50px;
}
.list-table tr:not(.tr-total):not(.tr-sep):not(.tr-extra) > td{
    cursor: pointer;
}
.list-table tr:not(.tr-extra).even td{
    background: #fafafa;
}
.list-table .btn-extra{
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #636363;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.list-table .btn-extra:hover{
    color: #000;
}
.list-table .btn-extra.active{
    transform: rotate(-180deg);
}
.list-table .tr-user td{
    padding: 8px 4px;
    font-size: 12px;
    font-weight: 500;
    background: #fafafa;
}
.list-table .tr-location td{
    background: #fafafa;
    padding: 8px 4px;
}
.list-table .tr-location td:first-child{
    padding-left: 20px;
}
/* list chart
/* ------------------------ */
.list-chart-svg .horizontal-line{
    stroke: #e3e3e3;
}
.list-chart-svg .vertical-line{
    stroke: #bcbcbc;
}
.list-chart-svg .y-label,
.list-chart-svg .x-label{
    stroke: #6e6e6e;
    font-size: 10px;
    font-weight: 100;
}
.list-chart-svg .chart-line{
    stroke: #01a0e4;
}
.waluta .list-chart-svg .chart-line{
    stroke: #000;
}
.btn-reset{
    margin-top: 30px;
    margin-right: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #646464;
    transition: color .2s ease-in-out;
}
.btn-reset:hover{
    color: #000;
}
.tip-text{
    font-size: 10px;
    stroke: #fff;
    font-weight: 300;
}
.weicola .calendar-btn-apply[data-v-5e837f70],
.waluta .calendar-btn-apply[data-v-5e837f70]{
    background:#000;
    color:#fff;
    padding: 8px 15px;
    font-size: 13px;
}
