﻿/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
    padding: 80px 15px 0;
}
.overlay {
    background-color: #EFEFEF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5;
    filter: alpha(opacity=50);
}

.rounded {
    border-radius: 20px !important;
}

.spinnerDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.spinnerObj {
    position: relative;
    top: 45%;
}

.no-spinners {
    -moz-appearance: textfield;
}

    .no-spinners::-webkit-outer-spin-button,
    .no-spinners::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.joker {
    background-color: #0000000d !important;
}

    .joker th {
        background-color: #0000000d !important;
    }

.checked {
    content: url("/images/bx-check-square-icon.png");
    height: 20px;
    width: 20px;
}
.unchecked {
    content: url("/images/bx-uncheck-square-icon.png");
    height: 20px;
    width: 20px;
}