﻿/***************************
        global
****************************/
html {
    font-size: 16px;
}

body.swal2-shown {
    padding-right: 0 !important;
}

.label_tips {
    color: #8a8a8a;
    font-weight: lighter;
    font-size: 12px;
}

.no-padding {
    padding: 0;
}

.icon_margin {
    margin-right: 6px;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

#maskDiv {
    height: 100%;
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    z-index: 1000;
    background-color: white;
    text-align: center;
    z-index: 1050;
}

    #maskDiv.transparent {
        filter: alpha(opacity=60);
        background-color: #000000;
        background-color: #00000066 !important;
    }

    #maskDiv > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 30px;
        color: #ededed;
    }

    #maskDiv.transparent > div {
        opacity: 1 !important;
    }

    #maskDiv:not(.transparent) .lds-dual-ring:after {
        border-color: rgb(60, 60, 60) transparent;
    }

.required_text {
    font-size: 12px;
    color: #888;
}

.required_mark {
    color: red;
}

.nav.nav-tabs {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/***************************
        vue
****************************/
[v-cloak] {
    display: none;
}


/***************************
        vuetify
****************************/
.v_data_table {
    border: 1px solid lightgray;
}
