﻿.panel-refresh-layer {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 999;
    font-size: 21px;
}

    .panel-refresh-layer img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -32px;
        margin-top: -32px;
    }

.lock-screen {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #ffffff;
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9998;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

.div-aguarde {
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9999;
    display: table-cell;
}

.ui-slider {
    font-size: 14px !important;
}

.slider-countbox {
    font-size: 14px !important;
}