﻿::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: .3s background;
}

::-webkit-scrollbar-thumb {
    background: #e1e6f1;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.div12bg {
    width: 100%;
    background: #254450;
    padding: 10px;
    color: white;
    font-size: 14pt;
}

.common_loader {
    display: none;
}

.common_loader_sec {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: table;
}

.loader_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

    .loader_inner .loader {
        display: inline-block;
        width: 90px;
        height: 90px;
        border: 10px solid #f3f3f3;
        border-top: 10px solid #3498db;
    }

.fa-1-3x {
    font-size: 1.3em;
}

.tx-10 {
    font-size: 10pt;
}

.tx-12 {
    font-size: 12pt;
}

.tx-13 {
    font-size: 12pt;
}

.tx-14 {
    font-size: 14pt;
}

.tx-15 {
    font-size: 15pt;
}

.tx-18 {
    font-size: 18pt;
}

.tx-20 {
    font-size: 20pt;
}

.tx-22 {
    font-size: 22pt;
}

.tx-21 {
    font-size: 21pt;
}

.tx-23 {
    font-size: 23pt;
}

.tx-24 {
    font-size: 24pt;
}

.tx-26 {
    font-size: 26pt;
}

.arrow {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

    .arrow.up {
        background-image: url('/panel/assets/images/arrow-up.png');
    }

    .arrow.down {
        background-image: url('/panel/assets/images/arrow-down.png');
    }

.zoomscale1, .zoomscale2, .zoomscale3 {
    transition: transform .2s;
}

    .zoomscale1:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }

    .zoomscale2:hover {
        -ms-transform: scale(2.5); /* IE 9 */
        -webkit-transform: scale(2.5); /* Safari 3-8 */
        transform: scale(2.5);
    }

    .zoomscale3:hover {
        -ms-transform: scale(3.5); /* IE 9 */
        -webkit-transform: scale(3.5); /* Safari 3-8 */
        transform: scale(3.5);
    }
.imgHome {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px;
}