/*---------------------------------
	GRID
-----------------------------------*/
.grid-accent h2 {
    background-color: #365866;
    color: #F5F5FF;
}

.grid-accent li {
    padding: 0;
    margin-left: 10px;
}

.calc-grid {
    border-bottom: 1px solid #e4e4eb;
    color: #365866;
}

.item-row {
    height: 80px;
    color: #262626;
    font-size: 90%;
}

.item-row [class*="col_"] {
    height: 19px;
}

.auction {
    color: #19649d;
}

.visibility-0 {
    background: url(/interface/LAW/item-detail-vis-status-0-back.png) no-repeat right;
    background-position: 90px 0px;
}

.visibility-2 {
    background: url(/interface/LAW/item-detail-vis-status-2-back.png) no-repeat right;
    background-position: 90px 0px;
}

.visibility-demo {
    background: url(/interface/LAW/item-detail-vis-status-demo-back.png) no-repeat right;
    background-position: 90px 0px;
}

/*---------------------------------
	GRID BARS
-----------------------------------*/
.bar_20 {
    padding:  1px 0 0 0;
    height: 21px;
}

.bar_40 { height: 40px; }
.bar_48 { height: 48px; }
.bar_130 { height: 130px; }
.bar_140 { height: 140px; }

.bar_240 {
    height: 240px;
}

.min_bar_200 {
    min-height: 200px;
}

/*---------------------------------
    SIZE STOPPERS
-----------------------------------*/
.stop-width-350 {
    min-width: 350px;
}
.stop-width-800 {
    min-width: 800px;
}

/*---------------------------------
	COLOUR PLANES
-----------------------------------*/

.white-plane {
    background-color: #ffffff;
}

.light-plane {
    background-color: #F5F5FF;
}

.light-plane a {
    text-decoration: none;
    color: #104064;
}

.light-plane a:hover {
    color: #EA7C46;
}

.dark-plane {
    color: #F5F5FF;
    background-color: #104064;
}

.dark-plane a {
    color: #F5F5FF;
    text-decoration: none;
}

.dark-plane a.blue {
    color: #76BDEF;
}

.dark-plane a:hover {
    color: #EA7C46;
}

.black-plane {
    background-color: #262626;
    color: #F5F5FF;
}

.black-plane a {
    color: #F5F5FF;
    text-decoration: none;
}

.black-plane a i.highlight {
    color: #EA7C46;
}

.black-plane a:hover {
    color: #EA7C46;
}

.dashed-container {
    background-color: #F5F5FF;
    border: 4px dashed #104064;
}/*---------------------------------
	MENU
-----------------------------------*/
.fa-li {
    top: 0.35em;
}/*----------------------
  FORM STUFF
  --------------------*/
form hr {
    clear: both;
    border-bottom: 0;
    border-top: 1px dotted #ccc;
    border-right: 0;
    border-left: 0;
    margin: 8px 0;
    min-height: 0px;
    height: 1px;
}

form p {
    margin: 0 0 4px 0;
}

form img {
    vertical-align: middle;
}

fieldset {
    background: none;
    padding: 0;
    border: 0;
    margin: 0 0 4px 0;
}

legend {
    background-color: #365866;
    color: #F5F5FF;
    text-align: center;
    padding: 6px 6px 6px 12px;
    font-size: 105%;
    margin: 0;
    width: 100%;
}

fieldset.horizontal legend {
    color: inherit;
    text-align: left;
    border: 0;
    background: none;
    padding: 0;
}

fieldset.horizontal p {

}

.helpveld {
    display: none;
    font-size: 80%;
}

.helpveld label {
    text-align: right;
}

label.top-label {
    display: block;
    font-style: italic;
    font-size: 80%;
}

.form-legend {
    text-align: right;
    font-size: 0.9em;
    font-style: italic;
}

.input-note {
    margin-left: 4px;
    color: #999999;
}

form h3 {
    background-color: #365866;
    color: #F5F5FF;
    text-align: center;
    padding: 6px 6px 6px 12px;
    font-size: 105%;
    margin: 8px 0 4px 0;
}

.notice {
    background-color: #EA7C46;
    color: #ffffff;
}

.notice-header {
    font-size: 1.6em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed white;
}

.notice.neutralize {
    background-color: #ffffff;
    color: #365866;
    font-size: 1em;
    padding: 0;
}

.labelSelector {
    cursor: pointer;
}

.search-form {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 3px dashed #104064;
    background-color: #F5F5FF;
}

.search-form h4 {
    font-size: 150%;
}

.search-form input.ui-autocomplete-input {
    width: 80%;
}

.activeLanguageShortcut {
    border: 10px solid white;
}

.active_flag {
    border-bottom: 4px solid #EA7C46;
}

.inside-row-form {
    display: inline-block;
    width: 85%;
}

.inside-row-form input.textField {
    width: 75%;
}

.pure_icon_button {
    border: none;
    background: #19649d;
    color: white;
    padding: 3px;
}

.pure_icon_button:active, .pure_icon_button:hover {
    border: none;
    background: #EA7C46;
}

/*---------------------------------------------
  ANYTIME time / date picker correcties
  ---------------------------------------------*/
.AnyTime-hdr div.AnyTime-x-btn {
    background: url(/interface/icons-sprite.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -48px 0;
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
}

input.input_any_time_saving {
    background: url(/interface/LAW/ajax-loader-dark.gif) no-repeat scroll 99% center rgba(0, 0, 0, 0);
}

input.input_any_time_reminder {
    background: url("/interface/calendar-checked.png") no-repeat scroll 99% center rgba(0, 0, 0, 0);
}

.calendar {
    background: url("/interface/calendar.png") no-repeat scroll 99% center rgba(0, 0, 0, 0);
}

/*---------------------------------------------
  correctie voor oude, nog niet omgezette forms
  ---------------------------------------------*/
.old-form input[class*="col_"],
.old-form select[class*="col_"] {
    margin-top: 0.6em;
    margin-left: 0.1%;
    margin-right: 0.833333%;
}

div.notice.old {
    border: 1px solid gold;
    background: lightyellow;
    padding: 10px 20px 10px 40px;
    margin: 10px 0;
    color: #DEAE00;
    line-height: 120%;
    vertical-align: center;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    position: relative;
    top: 0;
    left: 0;
    clear: both;
}

label.error {
    display: block;
    width: auto;
    max-width: 95%;
    padding-bottom: 2px;
    border-bottom: 1px dotted red;
}

label.error:before {
    content: "\f071";
    margin-right: 4px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
}

label.error.noError {
    display: none;
}

fieldset input[type="checkbox"],
fieldset input[type="radio"] {
    margin: 0px 4px;
}

#deelsite-notice {
    background-color: #EA7C46;
    margin: 0;
}

/* het pijltje */
#deelsite-notice div:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #EA7C46 10px;
    top: -10px;
    content: " ";
    height: 0;
    left: 20%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 4444444444444;
}

#cookie-law {
    margin: 0;
    background-color: slategray;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 2000000;
    bottom: 0;
}

#cookie-law .notice {
    background-color: slategray;
}

#cookie-law .notice, #deelsite-notice .notice {
    margin: 0 auto;
    width: 980px
}

#cookie-law a, #cookie-law a:hover {
    color: #ffffff
}