.column2_66_33 .column {
    width: calc((100% - 100px) / 3);
    float: left;
    box-sizing: border-box;
    margin-left: 50px;
}

.column2_66_33 .column.first {
    width: calc((((100% - 100px) / 3) * 2 + 50px));
    margin-left: 0px;
}

@media (max-width:1000px) {

    .column2_66_33 .column {
        float: unset;
        box-sizing: border-box;
        margin-left: 0px;
    }
    
    .column2_66_33 .column {
        width: 100%;
    }
    
    .column2_66_33 .column.first {
        width: 100%;
        margin-left: 0px;
    }
}

.column3 {
    display: flex;
    width: 100%;
    margin: 0px;
}

.column3 .column {
    margin-left: 50px;
    width: calc((100% - 100px) / 3);
}

.column3 .column.first{
    margin-left: 0px;
}

@media (max-width:1000px) {

    .column3 {
        display: block;
        width: 100%;
        margin: 0px;
    }

    .column3 .column {
        margin-left: 0px;
        width: 100%;
    }    
}

.button.loading {
    background-image: url(/images/loader_white.svg);
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 7px);
    background-position-y:center;
}

.statisticsModule  .title {
    float: left;
}

.statisticsModule  .spopup,
.statisticsModule  .spopup.period {
    width: 140px;    
    position: relative;
    background-color: white;
    padding-top: 0px;
    box-sizing: border-box;
    color: #333;
    float: right;
    margin-right: 10px; 
}

.statisticsModule  .spopup.period {
    width: 240px;
}

.statisticsModule  .exportpdf  {
    max-width: 200px;
    position: relative;
    box-sizing: border-box;
    float: right;
}

@media (max-width:1000px) {

    .statisticsModule .spopup ,
    .statisticsModule .spopup.period {

        display: block;
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    
    .statisticsModule .exportpdf  {
        display: block;
        width: 100%;
    }
}

.statisticsModule .select.white.period {
    height: 36px;
    padding-top: 3px;
}

.statisticsModule .box.background {
    margin-bottom: 45px;
}

.statisticsModule .box .headline {
    font-size: 18px;
    color: rgba(var(--mainColor), 1);
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.statisticsModule .box .headline.sub {
    font-size: 17px;
}

.statisticsModule .box .title {
    font-size: 15px;
    text-transform: uppercase;
    /* color: #333; */
    color: rgba(var(--secondaryColor), 1);
    margin-bottom: 15px;
    display: inline-block;
    text-align: left;
}

.statisticsModule .box .title.total {
    font-size: 24px;
    float: right;
}

.statisticsModule .box .title.big {
    font-size: 28px;
    display: block;
    margin-bottom: 0px;
    text-transform: none;
}

.statisticsModule .box .title.big.center {
    text-align: center;
}

@media (max-width:1000px) {

    .statisticsModule .box .title.big {
        text-align: center;
    }
}

.statisticsModule .box .title.small {
    font-size: 12px;
    display: block;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}

.statisticsModule .box.graph {
    height: 270px;
}

.statisticsModule .box.total {
    height: 112px;
}

.statisticsModule .box.divices {
    height: 113px;
    margin-top: 45px;
}

.statisticsModule .box.info {
    width: 100%;
    box-sizing: border-box;
    height: calc(100% - 30px);
}

.statisticsModule .indent {
    clear: both;
    height: 20px;
}

@media (max-width:1000px) {

    .statisticsModule .indent {
        clear: both;
        height: 35px;
    }
}

.statisticsModule .box .moreInfo {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.statisticsModule .box .users {
    height:calc(100% - 35px);
}

.statisticsModule .tdevices {
    width: 100%;
    margin-top: -5px;
}

.statisticsModule .box .row {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.statisticsModule .box .periods {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D6DCDF;
    margin-bottom: 15px;
}

.statisticsModule .box .row .half {
   width: 50%;
}

.statisticsModule .box .row.header {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.statisticsModule .box .row > div:nth-child(1) {
    text-align: left;
    display: inline-block;
}

.statisticsModule .box .row > div:nth-child(2) {
    text-align: right;
    float: right;
}

#statisticsWebChart {
    width: 100%;
    position: relative;
    height: 200px;
}
 
#statisticsWebChart1:after {
    content: "";
    padding-top: 100%;
    display: block;
}

#statisticsChart {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
} 

.statisticsModule .dataReport {
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}

.statisticsModule .dataReport .caption {
    font-size: 20px; 
    line-height: 14px;
    margin-left: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #333; 
    font-weight: 300;

    position: relative;
    top: 50%;
    left: 0%;
    transform: translate(0%, -100%);
    -webkit-transform: translate(0%, -100%);
    -moz-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
}

.statisticsModule .dataReport .icon {
    width: 44px;
    height: 44px;
    padding: 3px;
    background-color: rgba(var(--mainColor), 1);
    border-radius: 5px;
    position: relative;
    background-image: url(/images/reportData.png);
    background-repeat: no-repeat;
    background-size: 38px auto;
    background-position: center;
    color: white;
    display: inline-block;
}

.statisticsModule .dataReport.footer {
    margin-top: 5px;
    color: rgb(128, 128, 128);
    font-size: 12px;
    font-weight: 400;
    /* font-family: Arial, Helvetica, sans-serif; */
    text-transform: none; 
}

.statisticsModule .onlyPrint {
    display: none;
}

.statisticsModule .box.margin {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px 15px;
}

.statisticsModule span.info {
    cursor: pointer;
}

.statisticsModule .tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    cursor: pointer;
}
  
.statisticsModule .tooltip .tooltiptext,
.statisticsModule .tooltip .tooltiptext.left {
    visibility: hidden;
    background-color: rgb(255, 255, 255);
    border: 1px solid #aaa;
    color: #333;
    text-align: left;
    white-space: nowrap;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    transition: opacity 1s;
    top:  0px;
    left: 0px;
    transform: translate(-20%, -110%);
    -webkit-transform: translate(-20%, -110%);
    -moz-transform: translate(-20%, -110%);
    -o-transform: translate(-20%, -110%);
    -ms-transform: translate(-20%, -110%); 
    font-size: 18px;     
}

.statisticsModule .tooltip .tooltiptext.left {
    top: 0px;
    left: 0px;
    transform: translate(-100%, -110%);
    -webkit-transform: translate(-100%, -110%);
    -moz-transform: translate(-100%, -110%);
    -o-transform: translate(-100%, -110%);
    -ms-transform: translate(-100%, -110%);  
}

.statisticsModule .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.statisticsModule .button.save:after {
    position: absolute;
    content: "OK";
    top: calc(50% - 7px);
    left: calc(50% - 10px);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.statisticsModule .edit-mode {
    display: none;
    margin-right: 15px;
}

.statisticsModule .edit-mode.save{
    margin-right: 0px;
}

.statisticsModule .page-select {
    margin-bottom: 0px;
}

.statisticsModule .box .settings {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 32px;
    height: 32px;
    background-color: transparent;   
    cursor: pointer;
    transition: all .2s;
}

.statisticsModule .box .settings:before {
    content: "\f013";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    top: calc(50% - 8px);
    left: calc(50% - 7px);
    color: rgba(var(--secondaryColor), 1);
}