.navbar {
    background-color:#000;
}

a.nav-link {
    color: yellow;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.b-calendar__information {
    height: calc(100vh - 56px);
    overflow-y:auto;
    padding-bottom:20px;
}

.input-sm {
    height: 25px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1;
}
.label-sm {
    height: 30px;
    /*padding: 5px 10px;*/
    font-size: 12px;
    line-height: 1.5;
    display:inline;
    margin-bottom:0px;
}

.b-calendar__information.enroll .today{
    padding-top:0px;
}


div.enroll-button {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

div.enroll-information {
    padding-left:12px;
    width: 50%;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.btn {
    border-radius:0px;
}

ul.navbar-nav li.current a{
    /*text-decoration:underline;*/
    font-weight:600;
    color:rgba(255,255,255,1) !important;
}

.attendees-container {
    overflow-y: auto;
    overflow-x: hidden;
    /*max-height: 300px;*/
    /*height: 300px;*/
}

.remove-attendee{
    cursor:pointer;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label label {
    display: inline-block;
    /*margin-bottom: .5rem;*/
}

.custom-control-label *, ::after, ::before {
    box-sizing: border-box;
}

/*timepicker*/
.wickedpicker {
    height: auto;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

p.wickedpicker__title{
    display:none;
}

.table td, .table th {
    padding: 8px !important;
    font-size:13px;
}

.hide{
    display:none;
}
.navbar {
    background-color: #00a5ea !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item{
    border-radius:0px !important;
}

.excel-icon {
    background-color: #28a745 !important;
    color: #fff;
    border-top-right-radius: 40%;
}