.datepicker .day:hover,
.timepicker-hours td:hover {
    background: #252525;
    color: #fdfdfd;
    cursor: pointer;
}

.timepicker-minutes .table-condensed .minute:hover {
    background: #252525;
    color: #fdfdfd;
    cursor: pointer;
}

.datepicker .active {
    background: #1C4E69;
    color: #fdfdfd;
}

.datepicker .weekend {
    background: #eee;
}

.EleCandidateFilingCalendar ul,
.EleCandidateFilingCalendar li,
.bootstrap-datetimepicker-widget ul,
.bootstrap-datetimepicker-widget li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.picker-switch table {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
}

#UserTable a {
    color: #fdfdfd;
}

#UserTable .Header a {
    color: #333;
}

#UserTable .linkbreak {
    word-break: break-word;
}

.DnnAjaxPanel.leftPane,
.DnnAjaxPanel.contentPane {
    padding: 0;
}


.table {
    display: table !important;
}

#calendar thead {
    background-color: #999;
}

#calendar .fc-content-skeleton thead {
    background-color: transparent;
    color: black;
    border: 0;
}

#calendar .fc-content-skeleton tbody {
    border: 0;
}

#calendar .fc-day-header {
    color: black;
    background-color: white;
    padding: .5rem;
}

.contentPane .admin-table .table-striped {
    border: 0;
}

.contentPane .admin-table thead {
    border: 0 !important;
}

    .contentPane .admin-table thead tr th {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        text-align: left;
        color: black !important;
    }

.contentPane .admin-table thead {
    background-color: white !important;
    color: #031927 !important;
}

.contentPane .admin-table tbody {
    border: 0;
}

.table-striped > tbody > tr:nth-of-type(odd)

.contentPane .admin-table td {
    border: 0;
}

#UserTable thead th {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

#UserTable td .btn {
    text-decoration: none;
}


#UserTable td .btn-danger {
    color: white;
}

.fc-day-top.fc-other-month {
    background: #fff !important;
}

/* Add/Edit Event Popup */
/* ==================================== */

/* Close Button*/
.ui-dialog .dnnModalCtrl .ui-dialog-titlebar-close {
    width: 28px !important;
    height: 18px !important;
    position: relative !important;
    right: auto !important;
    top: -8px !important;
    margin: -1px 0 0 2px !important;
    border-radius: 0 10px 10px 0;
    border: 0 !important;
    background-color: orange;
}


    .ui-dialog .dnnModalCtrl .ui-dialog-titlebar-close:before {
        content: "\00D7";
        display: block;
        width: 16px;
        height: 16px;
        color: black;
        position: absolute;
        top: -6px;
        left: 6px;
    }


/* Add/Edit Event Body */
.dnnForm .eventDays {
    margin-bottom: 18px;
}


/* BT Modal Popup - Event popup */
/* ==================================== */
.modal-header .close {
    -ms-flex-order: 2;
    order: 2;
}

.modal-title {
    font-size: 1.2rem;
}


tfoot a {
    color: #252525 !important;
}



@media (max-width: 769px) {
    .contentPane tr td:empty {
        display: table-cell !important;
    }
}

/*
    Modal Window for message
*/

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    max-width: 600px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.modal-body {
    padding: 2px 16px;
}

.modal-content textarea {
    width: 100%;
}

.modal-dialog {
    position: fixed;
    top: 30%;
}

.table-condensed td.minute:hover {
    background: #252525 !important;
}

.displayNone {
    display: none !important;
}

.create-event-btn {
    color: #fff !important;
    text-decoration: none !important;
}

.fc-widget-content .fc-scroller {
    height: auto !important;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.fc-event-container {
    cursor: pointer;
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#note-list {
    overflow: auto;
    max-height: 250px;
    outline: 1px solid #eee;
}

    #note-list p {
        padding: 10px;
        display: flex;
    }

        #note-list p:nth-child(even) {
            background: #fdfdfd;
        }

    #note-list .created-by {
        display: block;
        font-size: 10px;
        color: #666;
        text-align: right;
    }

    /*
.fc-day-top.fc-today {
    background: #508aa8 !important;
}

    .fc-day-top.fc-today .fc-day-number {
        color: #fdfdfd;
    }
*/

#note-list p * {
    flex: 1;
}

.note-text {
    flex: 5 !important;
}

.created-by {
    flex: 2 !important;
}

#note-list button {
    margin: 0 0 0 10px;
}

#editButton,
#delete-btn {
    float: left;
}

#loaderIcon {
    display: none;
}

.reg-message div {
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #e1341e;
    font-weight: bold;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
}

.cancelCeremony {
    margin-bottom: 1.5rem !important;
    float: right;
    text-decoration: none !important;
}

    .cancelCeremony:visited {
        color: white;
        text-decoration: none;
    }

  /* Users */
.rescode .noedit {
    border: 0;
    cursor: default;
    background: transparent;
}

    .rescode .noedit:focus {
        outline: none;
    }


/* Calendar Edit */
.form-control:valid {
    background-color: #fff;
}