﻿*, body {
    font-family: "SourceSansProRegular", "NeoSansProRegular","SourceSansProBold", "NeoSansProBold";
}
h1 {
    margin-bottom: 12px;
    margin-top: 18px;
}
h1, h1 span {
    font-family: NeoSansProBold;
    font-size: 21px;
    /*line-height: 30px;*/
}
h2 {
    font-family: NeoSansProBold;
    font-size: 18px;
    margin: 0;
}
p {
    font-size: 14px;
}
p a {
    text-decoration:underline;
}
.footertable {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}
/*.footertable a {
    font-size: 12px;
}*/
td {
    text-align: right;
    padding-left: 25px;
}
li > span {
    position:relative;
    left:-5px;
}
ul li {
    padding: 5px 0;
}
select {
    width: 303px;
    margin: 5px 0px;
    height: 32px;
    padding: 4px 8px;
    color: #212121;
    border: 1px solid #BABABA;
}
.centerbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 990px;
}
.titletext {
    width: 515px;
    height: 515px;
    background: url('../images/login_foto.png') no-repeat;
    background-size: contain;
    position: relative;
    float: left;
}  
.titletext .text {
    width: inherit;
    position: absolute;
    bottom: 0;
    background-color: #4C3476;
    color: white;
    padding: 0px 30px 15px 30px;
}
#customlist {
    counter-reset: foo;
    padding-left:0;
    margin:0;
}
#customlist > li {
    counter-increment: foo;
    list-style: none;
    list-style-position:inside;
    padding-left:3.5em;
    position:relative;
    margin-bottom: 10px;
}
#customlist > li:before {
    content: "Optie " counter(foo) " ";
    position:absolute;
    top:0; left:0;
    text-decoration:underline;
    font-weight:bold;
}
.titlebox {
    width: 515px;
    height: 600px;
    position: relative;
    float: left;
}
.titlebox .header {
    position: absolute;
    background-color: #4C3476;
    color: white;
    padding: 0px 30px 15px 30px;
}
.titlebox .text {
    position: absolute;
    background-color: white;
    border: 2px solid #4C3476;
    color: #4C3476;
    padding: 10px 30px;
}
.titlebox .foto {
    width: 515px;
    height: 515px;
    background: url('../images/login_foto.png') no-repeat;
    background-size: contain;
    position: relative;
    float: left;
}
.functionbox button[type=button] {
    width: 100px;
    font-family: NeoSansProBold;
    height: 2.142em;
    font-size: 14px;
    background-color: #4C3476;
    color: white;
    padding: 5px 12px 5px;
    border: 0;
    cursor: pointer;
}
#twitterbox {
    color: white;
    -webkit-transition: color 500ms; /* For Safari 3.1 to 6.0 */
    transition: color 500ms;
}
    #twitterbox .tco-hidden {
        display: none;
    }
.socialmediaicon {
    float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #AAA;
    border-radius: 4px;
    margin-top: 7px;
    margin-left: 12px;
    cursor: pointer;
    color: #FFF;
    font-size: 17px;
    padding: 0px;
    text-align: center;
}
    .socialmediaicon.facebook {
        line-height: 29px;
        text-align: right;
    }

        .socialmediaicon.facebook i {
            margin-right: 4px;
            font-size: 20px;
        }
.scrollbox {
    /*overflow: hidden;*/
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 60px;
    top: 0px;
}
.scroller {
    overflow: hidden;
    min-height: 100%;
}  
.functionbox {
    width: 475px;
    float: left;
}
.logobox {
    height: 50px;
}
.image {
    width: 230px;
    height: 57px;
    margin-left: 47px;
    background: url('../images/tbr_logo.png') no-repeat;
    background-size: contain;
}
.voorwaarden * {
        font-family: Helvetica, Arial, sans-serif;
        color: rgb(0,0,0);
    }

    .voorwaarden legend {
        font-size: 1.1em;
        padding: 2px 4px 8px;
    }

    .voorwaarden p {
        margin-bottom: 10px;
        line-height: 1.6em;
        font-size: 14px;
    }

    .voorwaarden ol {
        font-size: 14px;
    }

.previousbutton {
    font-family: NeoSansProBold;
    color: #82745B;
    cursor: pointer;
    float: right;
    text-align: right;
}
.loginfooter {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*height: 89px;*/
    height: 60px;
    width: 100%;
    background-color: #eee;
    overflow: hidden;
    display: table;
}
.footercontent {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}
#smallfooter {
    display: none;
}
.smallfooter {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
}
.ondertitel {
    color: #82745B;
    margin-top: -19px;
    float: right;
}
.htmltext {
    border: 0;
    height: 403px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: normal;
    word-wrap: normal;
    margin-top: 20px;
    margin-bottom: 7px;
}

.form-control[disabled] {
    border: 1px solid #dadada;
    padding-left: 10px !important;
}

@media (max-width: 950px) {
    .titletext {
        height: 520px;
    }
    .centerbox {
        width: 475px;
    }
    .footertable {
        width: 710px;
    }
}

@media (max-width: 737px) {
    .centerbox {
        margin-top: 0px;
        width: auto;
        height: auto;
    }
    .titletext, #smallfooter {
        display: none;
    }
    .logobox {
        height: 50px;
    }
    .kop {
        left: 10px;
        padding-left: 0px;
    }
    .ondertitel {
        margin-top: -18px;
    }
    .functionbox {
        width: auto;
        height: auto;
        padding: 10px 10px 0px 10px;
        float: none;
    }
    .htmltext {
        height: 100%;
    }  
    .loginfooter {
        height: 40px;
    }
    .scrollbox {
        bottom: 40px;
    }
    .socialmediaicon {
        margin-top: 0px;
    }
        #loginfooter {
        display: none;
    }
    #smallfooter {
        display: table;
    }
    .footertext {
        float: left;
        margin-left: 30px;
        margin-top: 5px;
    }
}



/*Hieronder del css die in  Aanmelden.cshtml*/




span a {
    color: #4C3476 !important;
    text-decoration: underline;
    font-family: SourceSansProRegular;
}
/*select {
        height: 32px;
        padding: 4px 8px !important;
        color: #212121;
        border: 1px solid #BABABA;
    }*/
/*input {
        height: 32px;
        padding: 4px 8px;
        color: #212121;
        border: 1px solid #BABABA;
        margin-bottom: 10px;
    }*/

.aanmeldbody {
    /*overflow-y: scroll;
    overflow-x : hidden;*/
    height: 360px;
    width: 450px;
    /*background-color: yellow;*/
}

.functionbox {
    position: relative;
    height: 600px;
}

    .functionbox label {
        text-align: right;
        font-size: 14px;
        font-family: SourceSansProRegular;
        font-weight: normal;
        padding-top: 7px;
        height: 30px;
        margin-bottom: 0px;
    }

    .functionbox .header {
        width: 475px;
        height: 50px;
    }

    .functionbox .help-block {
        font-size: 12px;
        font-family: SourceSansProRegular;
        color: black;
        margin-bottom: 5px;
    }

    .functionbox .fail {
        color: red;
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: left;
    }

    .functionbox .fixed {
        height: 35px;
        margin-top: 0px;
    }

    .functionbox .kop {
        font-size: 20px;
        color: #4C3476;
        font-family: NeoSansProBold;
        height: 30px;
        margin-bottom: 10px;
    }

    .functionbox .subkop {
        font-size: 14px;
        color: #82745B;
        font-family: SourceSansProRegular;
        text-align: right;
        margin-top: 5px;
    }

    .functionbox button[type=button], .functionbox button[type=submit] {
        height: 2.142em;
        font-family: NeoSansProBold;
        font-size: 14px;
        background-color: #4C3476;
        color: white;
        padding: 5px 12px 5px;
        border: 0;
        cursor: pointer;
        width: 237px;
    }

    .functionbox input[type=text], input[type=email], input[type=password], input[type=date] {
        height: 32px;
        padding: 4px 8px;
        color: #212121;
        border: 1px solid #BABABA;
        margin-bottom: 10px;
    }

    .functionbox input[type=radio] {
        /*width: 15px;*/
        /*margin-top: 2px;
            margin-bottom: 6px;*/
    }

    .functionbox input[type=checkbox] {
        /*width: 15px;
            margin-top: -7px;
            margin-bottom: 6px;*/
    }

    .functionbox .radioLabel, .checkboxLabel {
        margin-bottom: 4px;
        margin-left: 5px;
        padding-right: 10px;
        /*padding-top: 7px;*/
    }

    .functionbox .prevbutton {
        /*height: 30px;*/
        font-size: 14px;
        font-family: NeoSansProBold;
        color: #82745B;
        cursor: pointer;
        text-align: center !important;
        /*padding: 3px 12px 5px;*/
        border: 0;
        width: 220px;
        margin-bottom: 0;
        margin-left: 10px;
        background-color: #ececec;
    }

    .functionbox select {
        margin-bottom: 10px;
    }

    .functionbox .smsontvangen {
        color: silver;
        margin-top: 40px;
        margin-bottom: 20px;
        clear: both;
    }

    .functionbox .wachtwoordkiezen {
        height: 160px;
    }

    .functionbox .wachtwoordnieuw {
        height: 120px;
    }

    .functionbox .aanmeldingvoltooid {
        height: 117px;
    }

    .functionbox .controlegegevens {
        margin-top: 90px;
        margin-left: 46px;
        height: 350px;
    }

    .functionbox .geslacht .man {
    }

    .functionbox .geslacht .vrouw {
    }

.buttonfooter {
    position: relative;
    width: 475px;
    margin-top: 20px;
    bottom: 0px;
}
/*.titletext {
    height: 490px;
}*/
.stretch > .form-group > label {
    color: #82745B;
}

.stretch label {
    margin-bottom: 0px;
}

.overzicht {
    font-size: 13px !important;
    padding-top: 0 !important;
    height: 17px !important;
}

.verplicht {
    display: none;
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 0px;
    font-style: italic;
    float: right;
}

.datepickerMob {
    display: none;
}

@@media (min-width: 768px) {
    .functionbox {
        margin-top: 20px;
    }
}

@@media (max-width: 737px) {
    .image {
        margin-left: 10px;
    }

    .aanmeldbody {
        height: auto;
        width: auto;
        padding-right: 10px;
    }

    .stretch {
        position: relative;
        overflow: hidden;
    }

    .buttonfooter {
        position: relative;
        width: auto;
        margin-top: 20px;
    }

    .col-sm-offset-3 {
        margin-left: 20px;
    }

    .col-sm-offset-right-3 {
        margin-right: 0px;
    }

    .col-sm-offset-right-5 {
        margin-right: 0px;
    }

    .functionbox input[type=radio] {
        margin-top: 0px;
    }

    .functionbox .header {
        height: 65px;
        width: auto;
    }

    .functionbox .ondertitel {
        position: absolute;
        right: 10px;
        top: 49px;
    }

    .functionbox label {
        text-align: left;
        overflow: visible;
    }

    .functionbox .subkop {
        float: right;
    }

    .functionbox .prevbutton {
        margin-bottom: 20px;
        float: left;
        width: 50%;
        background-color: #ececec;
    }

    .functionbox button[type=button], .functionbox button[type=submit] {
        margin-bottom: 20px;
        float: right;
        width: 50%;
    }

    .functionbox .geslacht, .functionbox input[type="radio"], .functionbox input[type="checkbox"], .smscode {
        position: relative;
    }

        .functionbox .geslacht #man {
            position: absolute;
            left: 90px;
            top: -27px;
        }

        .functionbox .geslacht .man {
            position: absolute;
            left: 100px;
            top: -27px;
        }

        .functionbox .geslacht #vrouw {
            position: absolute;
            left: 170px;
            top: -27px;
        }

        .functionbox .geslacht .vrouw {
            position: absolute;
            left: 180px;
            top: -27px;
        }

    .functionbox .radioLabel {
        margin-left: 10px;
        position: absolute;
        white-space: normal;
        padding-top: 6px;
    }

    .functionbox .checkboxtext {
        position: absolute;
        left: 35px;
        top: -36px;
    }

    .functionbox .controlegegevens {
        height: auto;
        margin-top: 0px;
        margin-left: 10px;
    }

    .functionbox .smscodeinput {
        top: -48px;
        left: 90px;
    }

    .functionbox .smsontvangen {
        margin-top: 0px;
    }

    .functionbox .wachtwoordkiezen {
        height: auto;
    }

    .functionbox .wachtwoordnieuw {
        height: auto;
    }

    .functionbox .aanmeldingvoltooid {
        height: auto;
    }

    .functionbox .adresapotheek {
        bottom: 41px;
    }

    .datepickerPC {
        display: none;
    }

    .datepickerMob {
        display: block;
    }
}
/*.form-group {
        position:relative;
        top:0;
    }*/
/**{ outline: 1px solid blueviolet;}*/