
.coach-container {
    background: #ffffff;
    -webkit-box-shadow: 10px 10px 14px rgba(0,0,0,.075);
    box-shadow: 10px 10px 14px rgba(0,0,0,.075);
    padding: 15px;
    width: 100%;
    margin-top: -15px;
    border-radius: 20px;
}

.coach-title {
    background: #ffffff;
    padding: 10px 15px 10px 0px;
    border-radius: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

    .coach-title.on {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .coach-title .close {
        position: absolute;
        top: -12px;
        right: 0;
    }

.coach-start {
    cursor: pointer;
}

.coach-start-wrapper {
    margin-top: 11px;
    text-align: right;
}

    .coach-start-wrapper div {
        cursor: pointer;
    }

    .coach-start-wrapper img {
        float: left !important;
        margin-right: 15px;
    }

@media (max-width: 768px) {
    .coach-start-wrapper {
        text-align: left;
    }
}

.coach-container .slider.slider-horizontal {
    width: 100%;
}

.coach-container .tooltip-inner {
    background: #ebebec;
    color: #333333;
}

.coach-container .form-control {
    border: 1px solid #B3B4B5;
}

.coach-container .selectboxit-container.form-control {
    border: 1px solid #B3B4B5 !important;
}

.coach-container .slider.slider-horizontal .slider-tick,
.coach-container .slider.slider-horizontal .slider-handle {
    margin-top: -10px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ebebec;
}

.coach-col {
    margin-top: 15px;
}

.coach-col-tooltip {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .coach-col {
        margin-top: 5px;
    }

    .coach-container .coach-col-tooltip:last-child {
        margin-top: 40px;
    }
}

.coach-keuze {
    border: 1px solid #d1d3d4;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #ebebec;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .coach-container,
    .coach-title {
    }
}

.coach-verzekering-naam span,
.coach-vergoeding-naam span {
    font-weight: bold;
    font-family: Font1Bold, Verdana;
    display: block;
}

.coach-verzekering-naam {
    border-bottom: 1px solid #d1d3d4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #f47929;
}

.coach-verzekering-prijs {
    border-top: 1px solid #d1d3d4;
    padding-top: 10px;
}

.coach-vergoeding-naam {
    margin-bottom: 15px;
}

    .coach-vergoeding-naam .popover-content {
        font-weight: normal;
        font-family: Font1, Verdana;
    }

.coach-verzekering-prijs span {
    font-size: 14px;
    font-weight: bold;
    font-family: Font1Bold, Verdana;
    display: block;
    color: #f47929;
}

    .coach-verzekering-prijs span.title {
        font-size: 12px;
        color: #333;
    }

.coach-basis-text {
    color: #6d6e71;
}

.coach-basis-text,
.coach-remove {
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .coach-basis-text {
        font-size: 9px;
    }
}

.coach-toggle {
    text-align: center;
}

.alert-coach {
    background-color: #ebebec;
    color: #333;
    border-radius: 20px;
}

.toggle-button {
    text-align: center;
    width: 100%;
}

    .toggle-button span {
        display: block;
    }

.btn-coach-back,
.btn-coach-next {
    height: 40px;
    background-color: #f47929;
    border: none;
    border-radius: 20px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-coach-back {
    background-image: url(/images/algemeen/buttons/pijltje-in-button-wit-back.png);
}

.btn-coach-next {
    background-image: url(/images/algemeen/buttons/pijltje-in-button-wit.png);
}

.tab-coach {
    padding-left: 0px;
    border-bottom: 0px;
}

    .tab-coach > li {
        width: 50%;
    }

        .tab-coach > li > a {
            padding-left: 25px;
        }

            .tab-coach > li > a:before {
                position: absolute;
                left: 9px;
                top: 12px;
            }

.tab-coach-1 li:last-child a {
    border-top-left-radius: 20px;
}

.tab-coach-1 > li {
    width: 100%;
}

@media (max-width: 767px) {
    .tab-coach > li {
        width: 100%;
    }

    .coach-toggle {
        position: absolute;
        top: 200px;
    }

    .toggle-button span {
        display: none;
    }

    .resultaat-selectie div.row div:first-child {
        left: 0;
    }

    .resultaat-selectie div.row div:last-child {
        right: 0;
    }
}

.ortho-ques {
    background: #5bc4bf;
    color: #fff;
    border-radius: 15px;
    padding: 10px;
}

.coach-container .nav-tabs > li.active > a,
.coach-container .nav-tabs > li.active > a:hover,
.coach-container .nav-tabs > li.active > a:focus {
    border:1px solid #B3B4B5;
    border-radius: 7px;
}
