.cursor-pointer {
    cursor: pointer;
}

.cursor-croshair {
    cursor: crosshair;
}

.cursor-eresize {
    cursor: e-resize;
}

.cursor-move {
    cursor: move;
}

.klauwscore-logo {
    width: 25px;
    float: left;
    margin-right: 10px;
}

.vegas-background {
    z-index: -100;
}

.control-label {
    color: #000000;
}

.agenda {
}

/* Dates */
.agenda .agenda-date {
    width: 170px;
}

.agenda .agenda-date .dayofmonth {
    width: 40px;
    font-size: 36px;
    line-height: 36px;
    float: left;
    text-align: right;
    margin-right: 10px;
}

.agenda .agenda-date .shortdate {
    font-size: 0.75em;
}

/* Times */
.agenda .agenda-time {
    width: 140px;
}

/* Events */
.agenda .agenda-events {
}

.agenda .agenda-events .agenda-event {
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: rgb(57, 171, 111);
}

input:focus + .slider {
    box-shadow: 0 0 1px rgb(57, 171, 111);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#messageBox {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {

    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

table {
    background-color: #ffffff;
}

table thead {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #3e3e3e;
}

.typeahead {
    z-index: 5;
}

.profile-menu {
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    transition: width 0.5s;
    z-index: 3;
}

.profile-menu:hover {
    background-color: #444444;
    width: 250px;
}

.profile-menu .item {
    height: 40px;
    overflow: hidden;
    color: #000000;
}

.profile-menu:hover .item {
    color: #fff;
}

.profile-menu .item:hover {
    background-color: #ccc;
}

.profile-menu .glyphicon {
    margin: 10px 10px 10px 20px;
    width: 20px;
}

.profile-menu a, .profile-menu a:hover {
    text-decoration: none;
}

