body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#page {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto 0;;
    max-width: 1200px;
    min-width: 320px;
    min-height: 950px;
    overflow-x: hidden;
}


/*#page, .container-fluid {
    max-width: 1200px;
}*/


.alternativeheader {
    background-color: #c5d1eb;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-brand {
    font-size: 16px;
}

@media (min-width: 1188px) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

    .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000000;
}

h1, .h1 {
    font-size: 34px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 24px;
}

@media all and (max-device-width: 900px) {
    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3 {
        font-size: 22px;
    }
}

@media all and (max-device-width: 680px) {
    h1, .h1 {
        font-size: 26px;
    }

    h2, .h2 {
        font-size: 23px;
    }

    h3, .h3 {
        font-size: 20px;
    }
}

@media all and (max-device-width: 380px) {
    h1, .h1 {
        font-size: 21px;
    }

    h2, .h2 {
        font-size: 29px;
    }

    h3, .h3 {
        font-size: 19px;
    }

    h4, .h4 {
        font-size: 18px;
    }
}

.relpos {
    position: relative;
}

.btn {
    transition: background-color .3s ease-in-out;
}

.btn-secondary {
    background-color: #c5d1eb;
    border-color: #8ca4d7;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #8ca4d7;
    border-color: #8ca4d7;
    color: #fff;
}

footer {
    border-top: 1em solid #63ace1;
    margin-top: 30px;
    padding-top: 30px;
}

footer .langflag {
    width: 65px;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 0.15em solid #63ace1;
}

.paginationcontainer {
    text-align: center;
}

.searchformcontainer {
    margin-top: 10px;
    margin-bottom: 10px;
    /*text-align: center;*/
}

.searchformonpages {
    margin-top: 20px;
    margin-bottom: 20px;
}

.searchform, .filterform {
    /*display: none;*/
    margin-top: 10px;
}

/*.searchform {
    display: none;
}*/

.locationresult .fa {
    color: #c5d1eb;
}

.locationbanner {
    /*background-color: #c5d1eb;*/
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.locationbanner h1 {
    margin-top: 10px;
}

.babysitterlistentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #c5d1eb;
}

.personsmall {
    border: 0.15em solid #63ace1;
}

@media all and (min-device-width: 769px) {
    .bbysttrmgecntnr {
        margin-top: 35px;
    }
}

.babysitterdetail h1 {
    margin-top: 0;
}

.babysitterdetail > .row {
    margin-bottom: 20px;
}

.importantdetails > .row, .moredetails > .row {
    margin-bottom: 5px;
}

.moredetails .panel-group {
    margin-bottom: 10px;
}

.babysitterdetail .fa,
.babysitterlistdetails .fa,
.childminderlistdetails .fa,
.nannylistdetails .fa {
    color: #63ace1;
    width: 19px;
}

.babysitterdetailtext {
    background: url(/website/static/img/quotemarks.svg) no-repeat top right;
    background-size: 12% auto;
    min-height: 100px;
}

.noprofilepicture {
    width: 80%;
    max-width: 360px;
}

/* Babysitter Profile */
.parentsok, .hiredgrandma {
    display: none;
}

/* Messages */
.conversationlistentry, .messagelistentry {
    margin-top: 10px;
    margin-bottom: 10px;
}

.conversationlistentry:nth-child(even) {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
}

.conversationlistentry:nth-child(odd) {
    background-color: #EEEEEE;
    border-radius: 10px;
}

.conversationlistentry img {
    margin-top: 10px;
}

.conversationlistentry .message {
    padding-top: 5px;
    padding-bottom: 5px;
}

.conversationlistentry .message h3 {
    margin-top: 10px;
}

.message .chatbox {
    margin-bottom: 5px;
    background-color: #fff;
    width: auto;
    min-width: 50%;
    max-width: 80%;
    border-radius: 10px;
    color: #fff;
}
.message .chatbox p {
    margin: 0;
}
.message .chatbox .sender {
    background-color: #fff;
    color: #000;
    /*border-radius: 10px 10px 0 0;*/
    padding: 15px;
    font-size: .7em;
    text-transform: uppercase;
}

.message .chatbox .content {
    padding: 20px;
    /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
    /*border-radius: 0 0 10px 10px;*/
}

.message .chatbox .chatbox-image {
    max-width: 75px;
    padding: 10px;
    margin-top: -40px;
}

.message .footnote {
    font-size: .8em;
    color: #000;
}

.message.unread .chatbox {

}

.message.unread .chatbox .content {
    background: #63ace1;
    border-radius: 10px;
}
.message.leftside .chatbox {
    float: left;
}
.message.leftside .chatbox-image {
    float: left;
    text-align: left;
}
.message.leftside .chatbox .content {
    background: #63ace1;
    border-radius: 10px;

}
.message.rightside .chatbox {
    float: right;
    text-align: left;
}
.message.rightside .chatbox-image {
    float: left;
}
.message.rightside .chatbox .content {
    background: #888;
    border-radius: 10px;
}

#contactcontainer {
    display: none;
    margin-top: 10px;
}

/* Form css */
.select2-container .select2-selection--single {
    height: 38px;
    padding-top: 4px;
}

.noUi-target {
    margin-left: 5px;
    margin-right: 5px;
}

.noUi-connect {
    background: #c5d1eb;
}

.noUi-handle {
    border: 1px solid #63ace1;
    cursor: ew-resize;
}

.noUi-handle::after, .noUi-handle::before {
    background: #63ace1 none repeat scroll 0 0;
}

.availabilitycheckboxcontainer label {
    font-weight: bold;
}

.stronglabel > .radio label, .stronglabel > .checkbox label {
    font-weight: bold;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 28px;
}

.required::after {
    color: #d9534f;
    content: " *";
}

#profilepicdescc canvas {
    border: 0.15em solid #63ace1;
    border-radius: 50%;
}

.dayselect {
    margin-top: 5px;
}

.parentchilds {
    display: none;
}

/* Editables CSS */
.area-doclist {
    text-align: center;
}

.area-image img {
    border-top: 1em solid #63ace1;
    border-bottom: 1em solid #63ace1;
}

.featurette {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.featurette a {
    text-decoration: underline;
    color: #000000;
}

.featurette a:hover {
    text-decoration: none;
}

.featurette h2:hover {
    text-decoration: underline;
    color: #63ace1;
}

.area-featurette .featurette:nth-child(odd) {
    background-color: #c5d1eb;
}

.area-featurette .featurette:nth-child(even) {
    background-color: #ffffff;
}

.pr_sixcolumns .pr_listlinklist a {
    font-size: 14px;
    color: #CCCCCC;
}

header, #header {
    background-color: #c5d1eb;
}

.nav.navbar-nav {
    margin: 20px;
}

@media (min-width: 1600px) {
    .container {
        width: auto;
    }
}

/* Filter */
#filter {
    border: 1px solid #c5d1eb;
    background-color: rgba(0, 0, 0, .05);
}

#filter .filterform {
    border-bottom: 3px solid #fff;
    padding-bottom: 25px;
}

#filter .searchform {
    padding-top: 10px;
}

#filter input[type="submit"] {
    width: 100%;
    padding: 15px;
}

/* Image with Searchform */
.area-image-searchform {
    position: relative;
}

.area-image-searchform .searchformonpages {
    width: 400px;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: calc(50% - 100px);
    left: calc(35% - 200px);
}

@media screen and (max-width: 991px) {
    .area-image-searchform .searchformonpages {
        max-width: calc(100% - 30px);
    }

    .area-image-searchform .form-group .select2,
    .area-image-searchform .form-group input {
        opacity: .8 !important;
        transition: opacity .8s ease-in-out !important;
    }
    .area-image-searchform .form-group .select2:hover,
    .area-image-searchform .form-group:hover input {
        opacity: 1 !important;
    }
    .area-image-searchform .help-block {
        display: none !important;
    }
    .area-image-searchform .searchformonpages input[type="text"] {
        padding: 10px;
    }
    .area-image-searchform .searchformonpages input[type="submit"]  {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {

    .area-image-searchform .searchformonpages {
        width: 100%;
        /*width: calc(100% - 30px);*/
        /*padding: 0 15px;*/
        position: relative;
        bottom: auto;
        left: auto;
    }

    .area-image-searchform .form-group .select2,
    .area-image-searchform .form-group input {
        opacity: 1 !important;
    }


    .area-image-searchform img {
        /*min-height: 225px; */
        display: none;
    }
}

.area-image-searchform .searchformonpages input[type="text"] {
    padding: 27px;
}

.area-image-searchform .searchformonpages input[type="submit"] {
    width: 100%;
    padding: 15px;
}

/* Global Classes */
.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bs-blue {
    color: #63ace1;
}

/* Cards */
.card i {
    height: 45px;
    width: 45px !important;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 50%;
    padding: 5px;
    background-color: #63ace1;
    color: #fff !important;
}

.babysitterlistdetails,
.childminderlistdetails,
.nannylistdetails {
    padding: 25px 0;
}

.filter-toggler {
    border: 1px solid #c5d1eb;
    background-color: rgba(0, 0, 0, .05);
    display: none;
    padding: 15px;
    margin-bottom: 3px;
}

.filter-toggler i {
    transition: transform .8s ease-in-out;
}

.filter-toggler.clicked i {
    transform:rotate(360deg);
}

@media screen and (max-width: 991px) {
    .filter-toggler {
        display: block;
    }
    #filter {
        display: none;
    }
}

.hover:hover {
    cursor: pointer;
}

/* Timetable */

/** {
    box-sizing: border-box;
}*/

.timetable {
    display: grid;
    grid-template-areas: ". week" "time content";
    grid-template-columns: 60px;
    grid-template-rows: 30px;
    width: 100%;
    height: auto;
}
.timetable .accent-pink-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ee8ebc, #eea08e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-pink-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
    transform: scale(1.05);
}
.timetable .accent-orange-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eec08e, #dcee8e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-orange-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 192, 142, 0.3);
    transform: scale(1.05);
}
.timetable .accent-green-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #63ace1, #3895d9);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
/*.timetable .accent-green-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #63ace1, #3895d9);
    transform: scale(1.05);
}*/
.timetable .accent-cyan-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8eeec0, #8edcee);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-cyan-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 238, 192, 0.3);
    transform: scale(1.05);
}
.timetable .accent-blue-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8ebcee, #a08eee);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-blue-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 188, 238, 0.3);
    transform: scale(1.05);
}
.timetable .accent-purple-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c08eee, #ee8edc);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-purple-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(192, 142, 238, 0.3);
    transform: scale(1.05);
}
.timetable .weekend {
    background: #fbfbfc;
    color: #87a1ad;
}
.timetable .week-names {
    grid-area: week;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-transform: uppercase;
    font-size: 10px;
}
.timetable .week-names > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: inset 1px 0 0 #ECEFF1;
}
.timetable .time-interval {
    grid-area: time;
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    font-size: 12px;
}
.timetable .time-interval > div {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    width: 100%;
    height: 100%;
    box-shadow: inset 0 1px 0 0 #ECEFF1;
}
.timetable .content {
    grid-area: content;
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
}
.timetable .content > div {
    box-shadow: inset 1px 0 0 #ECEFF1, inset 0 1px 0 0 #ECEFF1;
}

/* Collapse Arrows */
.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading a[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}