﻿
.waiting-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}

.loading-img {
    text-align: center;
    margin: auto;
}

.loading-img-content {
    width: 100px;
    height: 100px;
    background-image: url("../img/personnel-loading.gif");
    background-size: cover;
    margin: auto;
    margin-top: 200px;
}

input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
    margin-right:8px;
}

    input[type=radio]:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        text-align: center;
        line-height: 14px;
        font-size: 14px;
        color: #fff;
        border: 1px solid #ddd;
        background-color: #fff;
        box-sizing: border-box;
    }

    input[type=radio]:checked:after {
        content: "L";
        transform: matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
        -webkit-transform: matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
        border-color: #099414;
        background-color: #099414;
    }
.sweetAlert-indent .swal-text {
    text-indent: 24px;
}