/************************************************************************************************* Global layout */
body label {
    font-weight: normal;
}

.form fieldset {
    display: block;
    padding: 10px 0px 20px;
    border-width: 0px;
    margin-top: 0px;
}

.form .legend {
    border-bottom: 1px solid #D4D5D3;
    font-size: 24px;

    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form .legend .note {
    float: right;
    font-size: 18px;
}

.form fieldset div.item {
    display: inline-block;
    width: 100%;
    padding: 3px 0px;
}

.form section {
    margin: 0px;
    padding: 20px 0px;
}

.form fieldset .item .textareaTable {
    table-layout: fixed;
    width: 100%;
}

.form fieldset .item .question {
    vertical-align: top;
    text-align: right;
}

.form fieldset .item .questionText {
    width: 100%;
}

.form fieldset .item .answer {
    width: 50%;
    padding-left: 10px;
    vertical-align: top;
}

.form fieldset .item .answerText {
    word-wrap: break-word;
}

.form label,
.form .buttons .links {
    width: 50%;
    text-align: right;
    float: left;
    line-height: 30px;
    cursor: default;
    padding-right: 10px;
}

.form div.value,
.form .buttons .rechts {
    white-space: normal;
    float: left;
    margin-left: 10px;
    line-height: 30px;
    width: 45%;
}

.form div.value.overview {
    white-space: normal;
    width: 45%;
    overflow-wrap: break-word;
}

.form div.value textarea {
    white-space: normal;
}

.form label.long {
    font-family: 'ITC Stone Sans II W01', Arial, Helvetica;
    font-style: italic;
    line-height: 24px;
    font-size: 14px;
}

.form div.message {
    font-family: 'ITC Stone Sans II W01', Arial, Helvetica;
    font-style: italic;
    line-height: 24px;
    padding: 15px 20px;
    background-color: #b0d6e6;
    margin-top: 20px;
    margin-bottom: 20px;

    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form div.value label {
    float: none;
    text-align: left;
    padding: 0px;
    display: inline;
    clear: none;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

.form div.value label input {
    vertical-align: -3px;
    margin-right: 10px;
}

.buttons {
    display: inline-block;
    margin: 40px 0px;
    width: 100%;
}

.buttons .link {
    margin-top: 12px;
}

.buttons .links {
    padding-right: 15px;
    width: 50%;
    float: left;
    text-align: right;
}

.buttons .rechts {
    margin-left: 15px;
    float: left;
}

.button.right {
    margin-left: 20px;
}

.verplicht {
    color: red;
}

label span.extra {
    display: block;
    font-size: 13px;
    font-style: italic;
    padding-left: 20px;
}


/************************************************************************************************* Element layout */

input[type=radio] {
    margin-right: 20px;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #BBB;

    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    font-family: inherit;
}

input[type=text], input[type=password] {
    line-height: 35px;
    height: 28px;
    padding-left: 4px;
}

select {
    border: 1px solid #BBB;
    background: #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    padding-left: 4px;
    padding-top: 4px;

    height: 35px;
}

select:disabled {
    background: #F1F1F1;
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
}

textarea {
    line-height: 20px;

    max-width: 500px;
    min-height: 150px;
    width: 100%;

}

input.date {
    border: 0px none;
    color: #FFFFFF;
    margin: 0px;
    outline: 0px none;
    overflow: hidden;
    padding: 0px;
    width: 2px;
}

.required_indicator {
    color: #F00;
}

img.ui-datepicker-trigger {
    vertical-align: -2px;
    cursor: pointer;
}

/************************************************************************************************* Tooltip layout */
.itje {
    display: inline;
}

/*

.itje {
	width: 20px;
	height: 20px;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
}

.tooltip {
	display:none;
	overflow:hidden;
	position: relative;
	width: 50%;
	margin: 5px 0 5px 50%;
	padding: 5px 10px;
	float:right;
	font-size: 11px;
	border: 2px solid #FFF;
	background-color: #5eb6e4;

	/* For mozilla, chrome, safari *
	box-shadow: 0px 2px 10px #CCC;
	-moz-box-shadow: 0px 2px 10px #CCC;
	-webkit-box-shadow: 0px 2px 10px #CCC;
	-o-box-shadow: 0px 2px 10px #CCC;
}
.tooltip p {
	text-align:left;
}
.tooltip.clicked-active{
	display:block;
}
*/
/************************************************************************************************* Errors layout */

input[type=text].error,
select.error,
textarea.error {
    background-color: #FFFFC0;
}

.item.error .value {
    position: relative;
}

.item div.error {
    display: none;
}

.item.error div.error {
    display: block;
    color: #ea3c2d;
    /*
    position: absolute;
    right: -170px;
    top: 0px;
    width: 150px;
    */
    margin-top: -6px;
    font-size: 14px
}

div.errors {
    margin-top: 20px;
    color: #ea3c2d;
    line-height: 30px;
}

div.error {
    border: 1px solid #efc093;
    background-color: #fbecd8;
    font-family: StoneSansIIITCW01-LtIt, StoneSansIIITCW01-Lt, Arial;
    padding: 15px;
    line-height: 24px;
    margin-top: 20px;
}

div.error:before {
    content: url(/students/static/images/custom/icons/error-pointer.png);
    position: absolute;
    margin-top: -32px;
    margin-left: 20px;
}

/* START errors claim form */
.claim-error {
    color:#46535e;
    background:#fcdce0;
    padding:3px 10px 3px 43px;
    margin-top:5px;
    border-radius:3px;
    position:relative;
}
.claim-error:before {
    content:'';
    position:absolute;
    width:20px;
    height:20px;
    left:10px;
    top:8px;
    background: url("/static/images/icons/exclamation-triangle.png") no-repeat;
    background-size:20px 18px;
}
/* END errors claim form */

h3.card-title {
    padding-bottom: 15px;
}

.paymentMethodWithImage {
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #D4D5D3
}

.lastPaymentMethodWithImage {
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #D4D5D3
}

.value.betalingswijzeWidth {
    width: 40%;
}

.value.betalingswijzeWidth img {
    width: auto;
    max-height: 49px;
}

@media only screen and (max-width: 768px) {
    .value.betalingswijzeWidth {
        width: 100%;
    }
}

.paymentRadio {
    margin-top: 0;
    margin-left: 8px
}

.paymentLabel {
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-left: 8px;
}

label.loginboxtext {
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding-left: 0.3rem;
    padding-bottom: 0.3rem;
    padding-right: 0.3rem;
}

label.loginboxtext.span.loginboxtext_right {
    text-align: left;
    width: 100%;
    padding-bottom: 0.3rem;
}

input.login_from_request {
    width: 100%;
}

span.pull-right.loginboxtext_right a {
    font-size: 14px;
}

/* Desktop error balloons */
@media only screen and (min-width: 992px) {
    div.item span.error {
        background-color: #ffdfe0;
        white-space: normal;
        display: block;
        color: #e11b22;
        position: absolute;
        padding: 7px;
        font-size: 0.8em;
        line-height: normal;
        width: 198px;
        border-radius: 5px;
        display: none;
        margin-top: -22px;
        margin-left: -1px;
        border: 1px solid #ff9fa2;
        cursor: default;

        -moz-box-shadow: 2px 2px 5px #BBB;
        -webkit-box-shadow: 2px 2px 5px #BBB;
        -o-box-shadow: 2px 2px 5px #BBB;
        box-shadow: 2px 2px 5px #BBB;

    }

    div.item span.error img {
        background-image: url(/students/static/images/1.0/errorPointer.png);
        width: 14px;
        height: 14px;
        position: absolute;
        left: 20px;
        bottom: -7px;
    }
}

@media only screen and (max-width: 992px) {
    div.item span.error {
        display: block;
        color: #e11b22;
        margin-top: 20px !important;
        position: absolute;
        font-size: 0.9em;
        display: none;
    }
}

.buttons {
    text-align: center;
    margin: 20px 0px;
    padding: 0px;
}

@media only screen and (max-width: 768px) {
    .form div.item {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .form label {
        float: none;
        padding-bottom: 0px;
        width: 100%;
        line-height: 1.5em;
        text-align: center;
    }

    .form div.value {
        margin-left: 0px;
        float: none;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    .form .legend {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.0em;
        text-align: center;
        padding-bottom: 10px;
    }

    .form fieldset div.item {
        margin-top: 5px;
    }

    .form fieldset #memo {
        width: 100%;
        min-width: auto;
    }

    .form .buttons.row .left,
    .form .buttons.row .right {
        float: none;
    }

}

@media only screen and (max-width: 992px) {
    .form .legend .note {
        float: none;
        display: block;
        font-size: 16px;
        margin: 5px 0px;
        font-weight: normal;
    }
}

@media only screen and (min-width: 768px) {
    .form .legend {
        font-size: 18px;
        text-align: center;
    }

    .form textarea {
        min-width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .form .legend {
        font-size: 20px;
        text-align: left;
        line-height: 1.2em;
    }

    .form textarea {
        min-width: 400px;
    }
}

@media screen and (min-width: 1200px) {
    a.button {
        font-size: 24px;
        white-space: nowrap;
    }

    a.button.big {
        min-height: 62px;
        line-height: 32px;
        padding: 15px 52px 15px 20px;
        font-size: 24px;
        background-image: url(/students/static/images/template/icons/button-arrow-large.png);
    }
}

#selectedInstitution + #noresults {
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 15px 15px 5px 15px;
    border-radius: 0 0 5px 5px;
    max-width: 462px;

}

@media only screen and (max-width: 768px) {
    #selectedInstitution {
        text-align: center;
    }

    #selectedInstitution > div {
        margin: 0 auto;
    }

    #selectedInstitution + #noresults {
        margin: -11px auto 0 auto;
    }
}

#selectedInstitution > div {
    position: relative;
    max-width: 462px;
}

#selectedInstitution .autocompleteDropdown {
    right: 0;

}

#selectedInstitution + #noresults p {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    text-align: left;
}

#selectedInstitution + #noresults ul {
    list-style: disc;
    margin-left: 15px;

}

#selectedInstitution + #noresults ul li {
    background-image: none;
    padding-left: 0;
    font-size: 12px;
    line-height: 27px;
}

.bankAccountNumber {
    padding-left: 0;
    margin-top: 10px;
}

.bankAccountNumber label {
    margin-top: 9px;
}

.bankAccountNumber .value {
    margin: 10px 0 10px 0 !important;
}

.bankAccountNumber .value input {
    max-width: 100%;
}

.styled-radios input {
    float: left;
    margin-right: 10px;
    margin-top: 31px;
    display: none;
}

.styled-radios input + label::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #2E2E2E;
    position: absolute;
    left: 15px;
    top: 7px;
}

.styled-radios input:checked + label::before {
    background: #007BB6;
    border: 1px solid #007BB6;
}

.styled-radios input:checked + label::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #007BB6;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    left: 19px;
    top: 11px;
}

.styled-radios label {
    width: calc(100% - 40px);
    margin-top: 20px;
    padding-left: 40px;
}

.styled-radios label:hover {
    cursor: pointer;
}

#betalingsgegevens .styled-radios {
    padding-top: 0;
    margin-left: 9px;
    overflow: hidden;
}

#betalingsgegevens .styled-radios > div {
    float: none;
    position: relative;
    width: auto;
}

#betalingsgegevens .styled-radios label {
    padding-left: 48px;
    font-sie: 16px;
    text-align: left;
    margin-top: 0;
    position: relative;
}

#betalingsgegevens .betalingswijze.styled-radios {
    margin-left: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#betalingsgegevens .betalingswijze.styled-radios label {
    padding-left: 18px;
    min-height: 49px;
}

#betalingsgegevens .betalingswijze.styled-radios > div {
    display: block;
    padding: 11px 20px;
    width: 455px;
}

#betalingsgegevens .betalingswijze.styled-radios > div:last-child {
    padding-bottom: 6px;
    border-top: 1px solid #ccc;
}

#betalingsgegevens .betalingswijze.styled-radios > div:last-child img {
    margin-top: 5px;
}

#betalingsgegevens .betalingswijze.styled-radios > div:last-child label {
    margin-top: 0;
}

#betalingsgegevens .betalingswijze.styled-radios input + label::before {
    top: 11px;
    left: -15px;
}

#betalingsgegevens .betalingswijze.styled-radios input + label::after {
    top: 15px;
    left: -11px;
}

#betalingsgegevens .betalingswijze.styled-radios > div:last-child input + label::before {
    top: 14px;
}

#betalingsgegevens .betalingswijze.styled-radios > div:last-child input + label::after {
    top: 18px;
}

@media only screen and (max-width: 768px) {
    #betalingsgegevens .styled-radios {
        margin-left: 26%;
    }

    #betalingsgegevens .styled-radios > div {
        padding-bottom: 10px;
    }

    #betalingsgegevens .paymentTerm .styled-radios label {
        padding-top: 7px;
    }

    .premium {
        margin-left: 26%;
    }
}

.paymentPremium {
    padding-top: 15px;
    border-top: 1px solid #c0c0c0;
    margin-left: 50%;
}

.paymentPremium .payment {
    color: #007BB6;
    font-size: 18px;
    font-weight: bold;
}

.paymentPremium .payment:not([style*="display: none"]) + .payment,
.paymentPremium .payment:not([style*="display: none"]) + .payment + .payment {
    color: #696969;
    font-size: 16px;
    font-weight: normal;
}

.eInvoiceTextBlock {
    margin-right: 50%;
    padding: 15px 15px 15px 20px;
}

@media only screen and (max-width: 768px) {
    .paymentPremium {
        margin-left: 0;
    }

    #betalingsgegevens .betalingswijze.styled-radios > div {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #betalingsgegevens .betalingswijze.styled-radios > div img {
        max-height: 24px;
    }

    .bankAccountNumber .value {
        margin: 0 0 10px 0 !important;
    }
}

/* PLACEHOLDER styling */
input:-ms-input-placeholder {
    font-size: 13px;
}

input::-moz-placeholder {
    font-size: 13px;
}

input:-moz-placeholder {
    font-size: 13px;
}

input::-webkit-input-placeholder {
    font-size: 13px;
}

/******************************************************************************************** New globals **/
h2 .sub {
    color: #4d4f53;
    font-size: 0.75em;
}


/******************************************************************************************** Polismap **/
.newform {
    font-size: 18px;
}

.newform .form__item {
    display: block;
    margin: 15px auto;
}

.newform .form__item label {
    font-weight: bold;
    text-align: left;
}

.newform .form__item input {
    line-height: 45px;
    height: 45px;
    display: block;
    width: 100%;
    padding-left: 10px;
}

.newform .form__errors {
    background-color: #ffc0c0; /*should be template color*/
    border: 1px solid red;
    border-radius: 3px;
    padding: 10px;
    color: #000;
}

.newform .button {
    width: 100%;
    line-height: 45px;
    text-align: center;
    border-width: 0px;
    border-radius: 3px;
    margin: 15px auto;
}

.button.button--submit {
    background-color: #0083a9;
    color: #FFF;
}

.button.button--disabled {
    background-color: #EEEEEE;
    color: #777;
    font-style: italic;
    border: 1px solid #777;
}

.passwordcheck {
    font-size: 0.9em;
    margin: 15px auto;
}

.passwordcheck .passwordcheck__rule {
    background-image: url(../images/icons/list-item-open.png);
}

.passwordcheck .passwordcheck__rule--valid {
    background-image: url(../images/icons/list-item-green.png);
}

/*
.pwtoggle {
	border-left-width: 0px;
	width: 28px;
	height: 28px;
	background-image: url(../images/icons/eye.png);
	position: absolute;
	display: block;
	top: 0px;
}
*/

/***** STUDENTS CLAIM FORM *****/

/** button default **/
.button-default {
    border:0;
    border-radius:4px;
    background-color:#007585;
    color:#fff;
    text-align:center;
    font-family:'ITC Stone Sans II W01', Arial, Helvetica !important;
    display:inline-block;
    min-width:128px !important;
    padding:.5rem 1rem !important;
    position:relative;
    font-size:16px !important;
}
.button-default:hover {
    background-color:#003c55;
    transition:all ease-in .25s;
    color:#fff !important;
}
/** button primary**/
.button-primary {
    border:0;
    border-radius:4px;
    background-color:#262836;
    color:#fff;
    text-align:center;
    font-family:'ITC Stone Sans II W01', Arial, Helvetica !important;
    display:inline-block;
    min-width:128px !important;
    padding:.5rem 1rem !important;
    position:relative;
    font-size:16px !important;
}
.button-primary:hover {
    background-color:#004852;
    transition:all ease-in .25s;
    color:#fff !important;
}
/** both buttons **/
.button-primary.arrow,
.button-default.arrow {
    padding-right:2rem !important;
}
.button-primary.arrow:after,
.button-default.arrow:after {
    content:url("../../static/images/icons/chevron-right.svg");
    width:10px;
    height:10px;
    position:absolute;
    right:1.5rem;
    top:13px;
}
.buttons .button-primary {
   height:44px;
}
.buttons .col-md-8 .button-primary {
     float:right;
 }
.buttons .col-md-8 {
    padding-right:5px !important;
}
.button-primary.right,
.button-default.right {
    top:-8px;
}
.button-primary.arrow.right:after,
.button-default.arrow.right:after {
    top:8px;
}
.button-primary:focus,
.button-default:focus,
.claims a.link:focus{
    outline-offset:2px;
    outline:2px solid #004852;
    color:#fff !important;
    text-decoration:none;
}
.claims button.link {
    background:none;
    border:0;
    color:#003c55;
    text-decoration:underline;
    text-align:center;
    min-width:128px;
    padding:.5rem 1rem;
    border-radius:4px !important;
    margin-top:0;
}
.claims button.link:hover {
    background:#e5eff0;
    transition:all ease-in .25s;
}
.claims legend {
    font-size: 16px;
    border-bottom: 0;
}
@media only screen and (min-width:768px) {
    .claims legend {
        float:left;
        display:inline-block;
        width:50%;
        text-align:right;
        margin-top:8px;
        margin-right:5px;
    }
}
.inputgroup {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
    margin-top: 5px;
}
.inputgroup input[type=radio] {
    vertical-align:0 !important;
    margin-right: 8px !important;
}
@media only screen and (max-width:768px) {
    .inputgroup {
        text-align:left !important;
        margin:0 !important;
    }
}
.itje.svg {
    width:16px !important;
}
