﻿.borderLeftSolid {
    border-right: 1px solid grey;
}

td,
th {
    vertical-align: middle !important;
}

.partial_icon_container {
    position: relative;
    width: 28px;
    height: 28px;
}

.partial_icon {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 3px;
    overflow: hidden;
}

#divLoader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}

#spinLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lds-dual-ring {
    position: absolute;
    top: 40%;
    left: 45%;
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border-color: #d3d3d3 transparent;
        border-style: solid;
        border-width: 6px;
        animation: lds-dual-ring 1.2s linear infinite;
    }

.granularity-loading-label {
    position: absolute;
    top: calc(40% + 90px); /* place label under spinner */
    left: 47.5%; /* center horizontally */
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-align: center;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes ldio-2n3zx0msvn {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.dropdown-item-button {
    background-color: transparent;
    border: none;
    color: #888;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}