body {
    background: #f4f4f4;
}

.wrapper {
    max-width: 1200px;
    margin: 10px auto;
    background: white;
}

.container {
    padding-left: 40px;
    padding-right: 40px;
}

.wrapper>footer {
    width: 100%;
    background: #28313d;
    color: #fff;
    padding: 20px 30px;
    margin-top: 30px;
}

.wrapper>footer a {
    color: white;
    text-decoration: underline;
}

.navbar.navbar-default {
    border-radius:0;
    background-color: #28313d;
}

.navbar-default .navbar-nav>li>a {
    color: #ddd;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #384454;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.dropdown-menu {
    background-color: #28313d;
}

.dropdown-menu>li>a {
    color: #ddd;
}

.contact-buttons .btn {
    width: 100%;
    background-color: #67a284;
}

ul, ol {
    list-style-position: inside;
}

/* Logicare pages styles */
.logicare-circle {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background: #28313d;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    line-height: 40px;
    font-family: droid-sans, sans-serif;
}

#services_block {
    margin-top: 80px;
    margin-left: 50px;
}

input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #67a284;
}

textarea, input[type=text], input[type=password] {
     display: block;
     width: 100%;
     height: 34px;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     color: #555;
     background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 5px;
 }

textarea {
    height: auto;
}

#VRAAG_ROW .header, #INAAM_ROW .header, #EMAIL_ROW .header {
    width: 100px;
}

#KLT_GENDER_ROW td.header {
    width: 200px !important;
}

#calendar {
    margin-top: 10px;
}

#calendar .fc-event {
    background-color: #eee;
    color: #111359;
}

.fc-drag-available {
    background:#eee !important;
}

.fc-drag-available-top {
    background: linear-gradient(to top, rgb(255,255,255) 15%, #eee 100%) !important;
    background: -webkit-linear-gradient(to top, rgb(255,255,255) 20%, #eee 100%) !important;
    background: -ms-linear-gradient(to top, rgb(255,255,255) 20%, #eee 100%) !important;
}

.fc-drag-available-bottom {
    background: linear-gradient(to bottom, rgb(255,255,255) 15%, #eee 100%) !important;
    background: -webkit-linear-gradient(to bottom, rgb(255,255,255) 20%, #eee 100%) !important;
    background: -ms-linear-gradient(to bottom, rgb(255,255,255) 20%, #eee 100%) !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* Mobile layout */
@media(max-width: 768px) {
    .wrapper {
        width: 100%;
        margin: 0;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #services_block {
        margin-top: 20px;
        margin-left: 0;
    }

    .cd-dropdown {
        margin: auto;
    }

    .logicare-circle {
        padding: 10px;
        width: 100%;
        height: auto;
        font-size: 22px;
        border-radius: 0;
        color: #fff;
        display: block;
        background: #28313d;
    }

    #calendar {
        margin: 10px 0 0 0;
        padding: 0;
    }
}