﻿.Enrolistration {
    max-width: 100%;
    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;
        }

body {
}

.text-right {
    text-align: right;
}

.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-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;
}

button.btn, a.btn {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 5px;
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.row-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

    .row-fluid label {
        display: block;
    }

.span4 {
    width: 30%;
    min-width: 300px;
    margin-right: 5%;
}

    .span4:nth-child(3) {
        margin-right: 0;
    }

.span3 {
    width: 21%;
    min-width: 300px;
    margin-right: 5%;
}

    .span3:nth-child(4) {
        margin-right: 0;
    }

.span1 {
    width: 8%;
    margin-right: 5%;
}

    .span1:nth-child(12) {
        margin-right: 0;
    }

.span6 {
    width: 47.5%;
    min-width: 300px;
    margin-right: 5%;
}

    .span6:nth-child(2) {
        margin-right: 0;
    }

.span8 {
    width: 47.5%;
    min-width: 300px;
    margin-right: 5%;
}

.span12 {
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 300px;
}

.well {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    padding: 10px;
    max-width: 100%;
}