﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}


table.dataTable {
    border-collapse: collapse !important;
}

div.dt-buttons {
    float: right;
    margin-left: 10px;
}


.jsCalendar.clean-theme tbody td.jsCalendar-previous, .jsCalendar.clean-theme tbody td.jsCalendar-next {
    color: #000;
    opacity: 0.2;
}

.jsCalendar.clean-theme tbody td.jsCalendar-selected {
    background-color: #BBB;
}

.jsCalendar tbody td.jsCalendar-green {
    background-color: #9adf00 !important;
}

.jsCalendar tbody td.jsCalendar-yellow {
    background-color: #FFE31B !important;
}

.grayback {
    background-color: #BBB !important;
}


#wrapper {
    margin: 0 auto;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

    #wrapper .jsCalendar table {
        box-shadow: none;
    }

.clear {
    clear: both;
}

#events-calendar {
    float: left;
}

#events {
    float: left;
    width: 365px;
    margin: 10px 20px 10px 5px;
}

    #events .title {
        padding: 5px 0px;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }

    #events .list {
        height: 320px;
        overflow-y: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 30px;
    }
