﻿.Enrolistration {
    padding-bottom: 20px;
}

    .Enrolistration.loading {
        display: grid;
        align-items: center;
        justify-content: center;
    }

        .Enrolistration.loading:after {
            content: 'Loading...';
            text-align: center;
        }

        .Enrolistration.loading span {
            border-width: 0.75em;
            width: 10rem;
            height: 10rem;
        }

    .Enrolistration .load-more {
        font-size: 3em;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

.text-right {
    text-align: right;
}
    .Enrolistration .load-more .ajaxLoader {
        width: 1.33em;
        height: 1.33em;
    }

.ep-cpanel .nav
{
    margin-bottom: 0;
}

.ep-cpanel .tab-content
{
    border-style: solid; 
    border-width: 1px; 
    border-color: #ddd; 
    margin: 0; 
    margin-top: -1px; 
    padding: 15px;
}

.highlight    
{
    background: none repeat scroll 0 0 #FFFF00; 
}

.remove-red {
    color: #aa0000;
    cursor: pointer;
}

.mod-login__options li:first-child {
    display: none;
}

.control-group{
    padding: 5px;
}


.ajaxLoader {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0; 
}

.errorMessage{
    color: #ff0000;
    font-weight: bolder;
}

.validationMessage{
    display: block;
    color: #f00;
    font-weight: bolder;
}

.select2-dropdown {
    z-index: 2020 !important;
}

.select2-selection__rendered {
    line-height: 45px !important;
}

.select2-selection {
    height: 45px !important;
}

.select2-selection__arrow {
    margin-top: 8px !important;
}

.text-error {
    color: #cc0000;
}



.Enrolistration table {
    margin-bottom: 20px;
    border-radius: 0.25rem;
}

.Enrolistration table thead th {
    border-color: rgb(223, 227, 231);
    border-style: solid;
    border-width: 1px;
    vertical-align: bottom;
    padding: 12px;
    white-space: nowrap;
}

.Enrolistration table tbody tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}

.Enrolistration table tbody td {
    border-color: rgb(223, 227, 231);
    border-style: solid;
    border-width: 1px;
    padding: 12px;
}

.Enrolistration table tfoot td {
    border-color: rgb(223, 227, 231);
    border-style: solid;
    border-width: 1px;
    padding: 12px;
}


    .Enrolistration table.table-ep-dark,
    .Enrolistration div.table-ep-dark {
        background-color: #d6d8db;
        width: 100%;
        border: 0;
        border-radius: 0.25rem;
        padding: 12px;
    }

.Enrolistration table.table-ep-dark td {
    border: 0;
    padding: 6px;
}
.Enrolistration table.table-ep-dark tbody tr:nth-child(odd) {
    background-color: transparent;
}

.is-datepick {
    width: 150px !important;
    display: inline !important;
    background-color: white !important;
    cursor: pointer !important;
    margin-top: 0.25em;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.datepick-trigger {
    margin: 0;
    padding: 0;
    margin-top: -0.25em;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
    border-left: unset !important;
    background-color: #ccc !important;
}

.datepick-popup {
    z-index: 2002 !important;
}


.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2000 !important;
}

.ui-dialog > * {
    z-index: 2001 !important;
}

