﻿.wrapper {
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

#myDatatable td {
    text-align: center;
    vertical-align: middle;
}

#myDatatable th {
    text-align: center;
    vertical-align: middle;
}

.message {
    background-color: #CCFFCC;
    color: #008000;
    font-weight: 200;
    text-align: center;
    padding: 10px;
    margin-top: 14px;
    margin-bottom: -6px;
}

.error_message {
    background-color: #FFA2A2;
    color: #FF0000;
    font-weight: 200;
    text-align: center;
    padding: 10px;
    margin-top: 14px;
    margin-bottom: -6px;
}

#reset-search {
    border: none;
    margin-left: -45px;
    z-index: 999;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.pageloader-content {
    position: fixed;
    left: 40%;
    top: 45%;
}

@media only screen and (max-width: 1000px) {
    .panel {
        display: none;
    }
}

.panel {
    position: fixed !important;
    top: 35%;
    left: 60%;
    width: 35%;
    text-align: center !important;
}

    .panel ul {
        letter-spacing: 1px;
        text-align: left;
        padding-left: 15%;
        padding-top: 5px;
    }

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.lds-roller {
    display: inline-block;
    position: fixed;
    left: 48%;
    top: 50%;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgb(104, 168, 228);
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.dataTables_filter input {
    height: 33px;
    width: 844px;
    margin-top: -5px;
}
.dataTables_filter input[type="search" i]:focus {
    outline: 1px solid #007bff; /* Change the color to your preference */
}
.btn-class {
    height: 33px;
    margin-bottom: 14px;
    margin-top: -6px;
    margin-right: 143px;
}
#myDatatable_filter {
    position:absolute;
    float:left;
    width:75%;
}
#myDatatableUsers_filter {
    position: absolute;
    float: left;
    width: 75%;
}
div.dt-buttons {
    float: right;
    width: fit-content;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color:darkred;
}
