/**
*	Reisplanner widget styles
*
*/

* {
    font-family: Arial,sans-serif;
    font-size:13px;
}

html,body {
    margin:0;
    padding:0;
}

.divider {
    border: none;
    border-bottom: 1px solid #dae0e1;
    padding: 0 0 14px 0;
}

.visuallyhidden {
    position: absolute;
    left: -999em;
    text-indent: -9000px;
}

a.link {
    color: #000066;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
a.link:hover {
    color: #0000b6;
}

.canvas {
    position: relative;
}

#customizer.canvas {
    width: 450px;
}
#widget.canvas {
    width: 460px;
}
    .customizer #widget.canvas {
        position: absolute;
        left: 465px;
        top: 0;
    }

.box {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 1px #e5e5e5;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 1px #e5e5e5;
    border: 1px solid #e5e5e5;
}

    .multi.box .header {
        background-color: #ffcc33;
        color: #006;
        padding: 10px 0 10px 15px;
    }

        .multi.box .header h2 {
            margin: 0;
            padding: 0;
            font-size: 15px;
        }

    #customizer .multi.box .header {
        background-color: #ffe399;
        padding-bottom: 0;
    }

        #customizer .multi.box .header ul {
            list-style: none;
            margin: -11px 0 0 -15px;
            padding: 0;
        }

            #customizer .multi.box .header ul li {
                float: left;
                width: 50%;
                position: relative;
            }

            #customizer .multi.box .header ul li.active {
                background-color: #ffcc33;
            }

            #customizer .multi.box .header ul li.active span {
                display: block;
                width: 0;
                height: 0;
                margin: -7px auto 0;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid #fff;

                *display: inline;
                *zoom: 1;
                *position: absolute;
                *bottom: 0;
                *left: 50%;
                *margin-left: -10px;
            }

                #customizer .multi.box .header ul li a {
                    display: block;
                    padding: 11px 0;
                    text-align: center;
                }

    .multi.box .content {
        padding: 15px;
    }

    .multi.box .footer {
        background: #001766 url("../../images/widget-reisplanner/footer-highlight.png") 0 0 repeat;
    }

.config-options table {
    width: 100%;
}

    .config-options table tr td:first-child {
        width: 115px;
        font-weight: bold;
    }

        .config-options table tr td:first-child label {
            color: #383838;
        }

    .config-options table tr td {
        vertical-align: top;
    }

.note {
    color: #999999;
}

.dialog {
    width: 400px;
    display: none;
}

    .dialog h2 {
        color: #383838;
        margin: 0;
        font-size: 16px;
        margin-bottom: 20px;
    }

.dialog.datepicker {
    width: 280px;
}

.color,
.pick-color {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 27px;
    height: 27px;
    padding: 3px;
    border: 1px solid #dae0e1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    vertical-align: top;
}

    .color a,
    .pick-color a {
        display: block;
        overflow: hidden;
        text-indent: -99px;
        width: 27px;
        height: 27px;
    }

ul.colorgrid {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 202px;
    padding: 2px;
    margin-top: 0;
    margin-left: 20px;
    border: 1px solid #dae0e1;
}

    ul.colorgrid li {
        border-right: 2px solid #dae0e1;
        border-bottom: 2px solid #dae0e1;
        cursor: pointer;
        display: block;
        height: 15px;
        float: left;
        margin: 0;
        padding: 0;
        width: 15px;
        overflow: hidden;
        text-indent: -99px;
    }

    ul.colorgrid li:hover,
    ul.colorgrid li.active {
        border: 3px solid #ffffff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: -3px -1px -1px -3px;
        position: relative;
        z-index: 10;
    }

    div.activeColor {
        clear: both;
        height: 29px;
        width: 29px;
        margin: 2px;
    }

.hex-color,
.hex-color span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

    .hex-color span.hash {
        vertical-align: middle;
        font-size: 15px;
        font-weight: bold;
        margin: 10px;
        margin-right: 5px
    }

    .hex-color input.hex {
        width: 70px;
    }

.codesnippet {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px;
    overflow: auto;
    display: block;
}

.counter {
    position: relative;
}

.counter,
.counter input[type="text"] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .counter input[type="text"] {
        width: 69px;
        margin-right: 5px;
    }

    .counter a.add,
    .counter a.substract {
        background: url("../../images/widget-reisplanner/counter.png") 0 0 no-repeat;
        display: block;
        width: 20px;
        height: 17px;
        position: absolute;
        top: 1px;
        left: 47px;
        overflow: hidden;
        text-indent: -99px;
        border-left: 1px solid #dae0e1;
    }

    .counter a.substract {
        background-position: -20px -18px;
        border-top: 1px solid #dae0e1;
        top: auto;
        bottom: 8px;
    }

fieldset {
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

#widget label {
    padding-right: 25px;
}

#widget form {
    position: relative;
}

#widget form .content {
    max-height: 362px;
    overflow: auto;
}

label {
    font-weight: bold;
}

label.inside {
    position: absolute;
    padding-left: 15px;
    line-height: 32px;
	z-index: 1;
    top: 1px;
}

    label.inside + input[type="text"],
	label.inside + .placeholder-polyfill input[type="text"],
    label.inside + select {
        padding-left: 70px;
    }

    .time label.inside + input[type="text"],
	.time label.inside + .placeholder-polyfill input[type="text"] {
        padding-left: 50px;
    }

    .time label.inside {
        padding-right: 0;
    }

.placeholder-polyfill em {
	color: #75758E;
	font-size: 12px;
	position: absolute;
	top: 0;
    left: 0;
	padding: 11px 0 9px 9px;
	font-style: normal;
}

input {
    display: block;
}

input[type="text"] {
	margin-top: 0;
}

input[type="radio"],
input[type="date"],
input[type="time"],
input[type="checkbox"] {
    display: inline;
    width: auto;
}

input[type="checkbox"] {
    margin: 3px 3px 1em 3px;
}

input[type="submit"],
input[type="button"]  {
    border: none;
    margin: 0;
    padding: 0;
}

.date,
.time,
select,
input[type="text"],
.selectWrapper {
    border: 1px solid #dae0e1;
    padding: 0 9px;
    margin-bottom: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    *width: 98%;
    line-height: 32px;
    height: 32px;
}

input[type="text"].error {
    border-color: #CC0000;
}

select {
    background: url("../../images/widget-reisplanner/selectbox.png") right 50% no-repeat;
    cursor: pointer;
    display: block;
    padding: 9px;
}

    select.autocompleter {
        position: absolute;
        z-index: 1000;
        background: white;
        overflow-y: auto;
        border: 1px solid #dae0e1;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        height: 80px;
    }

input.invalid {
    border: 1px solid red;
}

input.postal-code.checking + span {
    content: " ";
    background: url(../../images/widget-reisplanner/loading_anim.gif);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 9px;
    top: 9px;
    display: block;
}

.date,
.time,
.field {
    border: none;
    display: block;
    position: relative;
}

.date,
.time {
    float: left;
    width: 64%;
    *width: 50%;
    margin-right: 1%;
    margin-bottom: 0;
    padding: 0;
}

.time {
    width: 35%;
    margin-right: 0;
}

    .date .calendar-icon {
        position: absolute;
        top: 9px;
        right: 15px;
        cursor: pointer;
		width: 15px;
        height: 14px;
        background-color: #000066;
        line-height: 14px;
    }

    .date input[type="text"],
    .time input[type="text"] {
        margin-bottom: 0;
    }

    input[type="radio"],
    input[type="checkbox"] {
        position: relative;
        z-index: 10;
        cursor: pointer;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position:relative;
        z-index:10;
    }

        input[type="radio"] + label,
        input[type="checkbox"] + label {
            position: relative;
            cursor: pointer;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-left: -22px;
            margin-right: 20px;
            padding-left: 26px;
            padding-bottom: 1px;
            font-weight: normal;
            min-height: 16px;
        }

        input[type="radio"] + label span {
            display: none;
            left: 5px;
            top: 5px;
            position: absolute;
            background-color: #031067;
            width: 6px;
            height: 6px;
        }

        input[type="checkbox"] + label span {
            display: none;
            left: 2px;
            top: 2px;
            position: absolute;
            background-color: #031067;
            width: 12px;
            height: 12px;
        }

        input[type="radio"] + label span img,
        input[type="checkbox"] + label span img {
            position: absolute;
            left: 0;
            top: 0;
        }

       input[type="checkbox"].toggle-trigger:checked + label,
       input[type="checkbox"].toggle-trigger.checked + label {
            margin-bottom: 25px;
       }

        input[type="radio"] + label {
            background: url("../../images/widget-reisplanner/radio.png") 0 0 no-repeat;
        }

        input[type="radio"].checked + label span {
            display: block;
        }
        input[type="radio"]:checked + label span {
            display: block;
        }
        input[type="checkbox"].checked + label span {
            display: block;
        }
        input[type="checkbox"]:checked + label span {
            display: block;
        }
        input[type="checkbox"].disabled + label span {
            background-color: #cccccc;
        }
        input[type="checkbox"]:disabled + label span {
            background-color: #cccccc;
        }

        input[type="checkbox"] + label {
            background: url("../../images/widget-reisplanner/checkbox.png") no-repeat;
			line-height: 16px;
        }

        label.initial {
			display:inline !important;
		}

.location {
    padding-left: 9px;
    margin-bottom: 5px;
}
    .location label {
        float:left;
        width: 60px;
        padding-right: 0;
    }

    .location .location-value {
        float:left;
    }
        .location .location-value div {
            margin-bottom: 3px;
        }

.form-error {
    display: none;
    position: absolute;
    bottom: 58px;
    left: 0;
    background: #e83f3f 20px 50% no-repeat;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
}

.button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    background: #000066 url("../../images/widget-reisplanner/button-highlight.png") 0 0 repeat-x;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    min-width: 70px;
    height: 16px;
    padding: 11px 13px;
    margin: 0;
    text-decoration: none;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    text-align: center;
}
.button:hover {
    background-color: #0000b2;
}

.button[type="submit"] {
    *min-width: 112px;
}

a.button {
    height: 17px;
    padding: 11px 13px;
    margin: 0;
}

.button.link span,
.button.link input[type="submit"] {
    background: url("../../images/widget-reisplanner/link.png") 100% 50% no-repeat;
    padding-right: 20px;
    display: block;
}

.button.link input[type="submit"] {
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 37px;
    margin: -11px 0 -11px -13px;
    padding-left: 13px;
    padding-right: 20px;
}

p.actions {
    padding: 10px 15px;
    margin: 0;
}

    p.actions .button {
        float: right;
    }

    .multi.box .footer p.actions.logo {
        background: url("../../images/widget-reisplanner/logo.png") 15px 50% no-repeat;
    }

    #customizer .multi.box .footer p.actions,
    .interferences #widget .multi.box .footer p.actions {
        background-image: none;
    }

    .multi.box .footer p.actions a {
        margin: 11px 0;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .multi.box .footer p.actions a.button {
        margin: 0;
    }

/* CLEARFIX */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix { /* IE */
    zoom: 1;
}

div.interference {
    display: none;
}

body.interferences div.interference {
    display: block;
    margin-top: 13px;
}
    body.interferences div.interference ul {
        list-style: none;
        padding: 0 0 0 15px;
        margin: 0;
        max-height: 125px;
        min-height: 125px;
        overflow: auto
    }

        body.interferences div.interference ul li {
            background: url("../../images/widget-reisplanner/interference.png") 0 -100px no-repeat;
        }

        body.interferences div.interference ul li.count {
            margin-bottom: 10px;
        }

        body.interferences div.interference ul li.warning {
            background-position: 0 0;
            padding-left: 40px
        }

            body.interferences div.interference ul  li a {
                font-size: 13px;
                font-weight: bold;
                text-decoration: none;
            }

            body.interferences .interference ul  li p {
                margin: 0;
                padding: 0 0 15px;
            }

    body.interferences .interference .logo {
        border-top: 1px solid #dae0e1;
        background: #ffffff url('../../images/widget-reisplanner/logo.png') 50% 50% no-repeat;
        height: 30px;
    }

.lbi-dialog-overlay {
    background-color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/* custom selects */
.selectWrapper {
    background: #fff; /* url("../../images/widget-reisplanner/selectbox.png") right 50% no-repeat;*/
    display: inline-block;
    position: relative;
    width: 100%;
    zoom:1;
    *display: inline;
    line-height: 32px;
    padding: 0;
	margin-top: 0;
}

.selectListWrapper {
    background-color: #fff;
    border: 1px solid #dae0e1;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    padding: 0;
    z-index: 999;
    max-height: 400px;
    margin-left: -1px;
}

.selectWrapper.focus,
.selectWrapper.focus .selectListWrapper {
    border-color: #ffcf1e;
}

.selectListWrapper .selected {
    background-color: #f7f7fa;
}
.selectListWrapper .selected.disabled {
    background: transparent;
    display: none;
}

.selectListWrapper .selectList {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.selectListWrapper .selectOption {
    cursor: pointer;
    line-height: 33px;
    padding: 0 12px;
}

.selectListWrapper .selectOption:hover,
.selectListWrapper .selectOption.selected {
    background-color: #f7f7fa !important;
}

.selectListWrapper .selectOption.disabled:hover {
    background-color: transparent;
}
.selectListWrapper .selectOption.selected span,
.selectListWrapper .selectOption:hover span {
    color: #383838!important;
}

    .selectWrapper .ov {
        background: url("../../images/widget-reisplanner/selectbox-icons.png") no-repeat 10px 5px;
        padding-left: 53px;
    }

    .selectWrapper .auto {
        background: url("../../images/widget-reisplanner/selectbox-icons.png") no-repeat 10px -30px;
        padding-left: 53px;
    }

    .selectWrapper .fiets {
        background: url("../../images/widget-reisplanner/selectbox-icons.png") no-repeat 10px -66px;
        padding-left: 53px;
    }

    .selectWrapper .voet {
        background: url("../../images/widget-reisplanner/selectbox-icons.png") no-repeat 10px -100px;
        padding-left: 53px;
    }
    .selectWrapper .selector.ov span, .selectWrapper .selector.auto span,
    .selectWrapper .selector.fiets span, .selectWrapper .selector.voet span {
        padding-left: 0px;
    }

.selectWrapper .selector,
select {
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
    .selectWrapper .selector:after {
        content: " ";
        position: absolute;
        width: 10px;
        height: 8px;
        top: 14px;
        right: 10px;
        background-image: url("../../images/widget-reisplanner/selectbox_inverted.png");
        background-color: #000066;
    }

select {
    background-image: none;
    border-color: transparent;
}

    select:focus {
        outline: none;
    }

    .selectWrapper .selector span {
        display: block;
        overflow: hidden;
        cursor: pointer;
        padding-left: 12px;
    }

        .selectWrapper.indent .selector span {
            padding-left: 50px;
        }

    .selectList {
        position: relative;
    }

#templates {
    display: none;
}

#calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse:collapse;
}

    #calendar table th, #calendar table td {
        text-align: center;
        vertical-align: middle;
        height: 30px;
    }

    #calendar table th {
        font-weight: normal;
        border-bottom: 2px solid #ffc733;
    }

    #calendar table td {
        font-weight: normal;
        color: #99a2c2;
    }

        #calendar table td.today a {
            background-color: #f2f3f7;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            padding: 5px;
        }

    #calendar table td a {
        color: #001766;
        font-weight: bold;
        text-decoration: none;
    }

        #calendar table td a:hover {

        }

/*************** modal window - start *******************/
div.wicket-mask-dark {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: white;
	filter: alpha(opacity=80);
	background-image: none;
}

div.wicket-modal div.w_content_2 {
	width: 100%;
	background: none;
	padding-top: 0.1em;
	_overflow: auto;
}

div.wicket-modal div.w_content_3 {
	border: 0 solid;
	padding: 0px;
}

div.wicket-modal div.w_content {
	background: none;
}

div.wicket-modal div.w_caption {
	display: none;
}

div.wicket-modal div.w_blue div.w_left, div.wicket-modal div.w_blue div.w_right {
	background: none;
}


div.wicket-modal div.w_top_1, div.wicket-modal div.w_bottom_1 {
	display: none;

 }

 /*************** modal window - end *******************/