* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    /*line-height:11pt;*/
    text-align: left;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);

body {
    background-image: url(/images/bg_onweer3.jpg?cb=0219132) !important;
    background-size: cover;
    background-attachment: fixed;

    /*background-color:#13101c !important;*/
    margin: 0px;
    padding: 0px;
    color: #000000;
    /*
	background-image:url('/images/zondagbg.jpg');
	background-attachment:fixed;
	background-size:110%;
	background-position:center center;
*/
}

abbr {
    cursor: pointer;
}

#header {
    position: relative;
    height: 187px;
    width: 980px;
    margin: 0px auto;
    /*box-shadow:0 0 10px 5px #000;*/
    background-repeat: no-repeat;
}

body div#header[style] {
    background: none !important;
}

#header .logo {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 365px;
    height: 139px;
}

#infobar {
    position: absolute;
    left: 0px;
    top: 106px;
    width: 980px;
    height: 80px;
    /*background-color:rgba(0, 0, 0, .3);*/

    background-image: linear-gradient(right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);

}

#infobar a {
    position: absolute;
    display: block;
    background-image: url('/images/netexpo.png');
}

#infobar a span {
    display: none;
}

#infobar .faxservice {
    top: 11px;
    left: 620px;
    width: 140px;
    height: 54px;
}

#infobar .netexpo {
    left: 807px;
    top: 11px;
    width: 162px;
    height: 63px;
    background-position: 0px -54px;
}

#infobar .seperator {
    position: absolute;
    left: 784px;
    top: 15px;
    height: 50px;
    width: 1px;
    background-color: #fff;
}


#weatherscroll {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 190px;
    height: 170px;
    font-family: 'Open Sans', sans-serif;
}

#weatherscroll * {
    font-size: 11px;
}

#weatherscroll .actueel {
    position: absolute;
    width: 180px;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    font-size: 9px;
    text-transform: uppercase;
    bottom: 3px;
    border-top: 1px solid #d4d4d4;
}

#weatherscroll .tabm,
#weatherscroll .tab1,
#weatherscroll .tab2 {
    float: left;
    height: 20px;
    line-height: 20px;
    color: #666;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    margin-right: 1px;
    text-transform: uppercase;
    font-size: 9px;
    width: 62px;
    text-align: center;

}

#weatherscroll .tab2 {
    width: 64px;
    margin-right: 0;
}

#weatherscroll .tabm:hover,
#weatherscroll .tab1:hover,
#weatherscroll .tab2:hover,
#weatherscroll .activetab {
    background-color: #42cafd;
    color: #fff;
}

#weatherscroll .morgen,
#weatherscroll .overmorgen {
    display: none;
}

#weatherscroll .info {
    position: relative;
    height: 126px;
    background-color: #fff;
    border-top-right-radius: 4px;
}

#weatherscroll .info .wicon {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('/images/weericons/mastericon_small.png');
    margin: 5px 8px;
}

#weatherscroll .info .temps {
    width: 88%;
    height: 33px;
    line-height: 15px;
    padding-top: 8px;
    margin-left: 10px;
    font-size: 9px;
    padding-bottom: 2px;
    border-bottom: 1px solid #d4d4d4;
    text-transform: uppercase;

}

#weatherscroll .info .temps .min {
    color: #00f;
    float: right;
    font-size: 12px;
}

#weatherscroll .info .temps .max {
    color: #f00;
    float: right;
    font-size: 12px;
}

#weatherscroll .zonenregen {
    position: absolute;
    top: 53px;
    left: 10px;
    width: 80px;
    height: 73px;
    line-height: 15px;
    font-size: 9px;
    border-right: 1px solid #d4d4d4;
    text-transform: uppercase;
    padding-right: 14px;
}

#weatherscroll .zonenregen .ratingstar {
    margin-bottom: 3px;
}

#weatherscroll .wind {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 53px;
    left: 118px;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
}

#weatherscroll .wind span {
    font-weight: bold;
}

#weatherscroll .wind div {
    width: 32px;
    height: 32px;
    background-image: url('/images/weericons/windrichtingen.png');
    margin: 2px 0px 2px 9px;
}

#weatherscroll .wind .n {
    background-position: -64px 0px;
}

#weatherscroll .wind .no {
    background-position: -96px 0px;
}

#weatherscroll .wind .o {
    background-position: -128px 0px;
}

#weatherscroll .wind .zo {
    background-position: -160px 0px;
}

#weatherscroll .wind .z {
    background-position: -192px 0px;
}

#weatherscroll .wind .zw {
    background-position: -224px 0px;
}

#weatherscroll .wind .w {}

#weatherscroll .wind .nw {
    background-position: -32px 0px;
}

#weatherscroll .info .ratingstar {
    float: left;
    width: 16px;
    height: 16px;
    background-image: url('/images/ratingstars.png');
}

#weatherscroll .info .ratingstar.half {
    background-position: -17px 0px;
}

#weatherscroll .info .ratingstar.empty {
    background-position: -34px 0px;
}


#weerinfo {
    position: absolute;
    left: 780px;
    top: 0px;
    width: 200px;
    height: 125px;
    z-index: 5;
}

#weerinfo #weathericon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    z-index: 1;
    background-image: url(/images/weericons/mastericon.png);
    background-repeat: no-repeat;
}

#weerinfo #weerdiv {
    position: absolute;
    left: 80px;
    top: 5px;
    font-size: 8pt;
    color: #ffffff;
    line-height: 10pt;
    overflow: hidden;
}

#weerinfo #weerdiv b {
    color: #ffffff;
    line-height: 14pt;
}

#weerinfo #thermo {
    position: absolute;
    width: 21px;
    height: 45px;
    left: 30px;
    top: 80px;
}

#weerinfo #tempgroot {
    position: absolute;
    left: 78px;
    top: 100px;
    font-size: 18pt;
    color: #ffffff;
    font-weight: bold;
}

span.tempgroot {
    font-size: 18pt;
    color: #ffffff;
    font-weight: bold;
}

#socialicons {
    position: absolute;
    top: 11px;
    left: 981px;
    width: 25px;
    height: 200px;
}

#socialicons a {
    display: block;
    width: 16px;
    height: 32px;
    margin-bottom: 7px;
    background-image: url('/images/mediaicons.png');
}

#socialicons a span {
    display: none;
}

#socialicons a:hover {
    width: 23px;
}

#socialicons .hyves {
    background-position: -112px 0px;
}

#socialicons .hyves:hover {
    background-position: -105px -32px;
}

#socialicons .facebook {
    background-position: -48px 0px;
}

#socialicons .facebook:hover {
    background-position: -41px -32px;
}

#socialicons .twitter {
    background-position: -80px 0px;
}

#socialicons .twitter:hover {
    background-position: -73px -32px;
}

#socialicons .android {
    background-position: -16px 0px;
}

#socialicons .android:hover {
    background-position: -9px -32px;
}

#socialicons .rss {
    background-position: -144px 0px;
}

#socialicons .rss:hover {
    background-position: -137px -32px;
}



#headerlogin {
    position: absolute;
    display: block;
    left: 640px;
    top: 125px;
    width: 340px;
    height: 25px;
    z-index: 4;
    overflow: hidden;
}

#headerloginbutton {
    float: left;
    margin-top: 7px;
    margin-right: 13px;
    width: 37px;
    height: 13px;
    background-image: url(/images/iconsprite.png);
    background-position: 0px -46px;
    cursor: pointer;
}

.hlbback {
    background-position: 0px -59px !important;
}

#headerlogin .formcontents {
    position: absolute;
    left: 296px;
    top: 0px;
    width: 340px;
    height: 25px;
}

#headerlogin .formcontents input {
    float: left;
    height: 15px;
    margin: 3px 6px 0px 0px;
    padding: 2px 0px 0px 2px;
    border: 1px solid #4c485e;
    width: 120px;
    background-color: #ffffff;
    font-size: 8pt;
    color: #4c485e;
}

#headerlogin input.nodata {
    color: #817c94;
    font-style: italic;
}

#headerlogin .origsubmit {
    visibility: hidden;
}

#headerlogin .submitbutton {
    float: left;
    width: 19px;
    height: 19px;
    margin-top: 3px;
    background-image: url('https://cache.onweer-online.nl/buttons/Nieuw+topic.png');
    background-position: -460px -1px;
    cursor: pointer;
}

#content {
    position: relative;
    width: 980px;
    margin: 49px auto 0px auto;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 900;
}

a,
.fakelink {
    color: #4c485e;
    text-decoration: none;
}

a:hover,
.fakelink:hover {
    color: #4c485e;
    text-decoration: underline;
}

.postrow td a {
    color: #6b57b8;
    text-decoration: underline;
}

.postrow td a:hover {
    color: #6b57b8;
    text-decoration: underline;
    font-weight: bold;
}

abbr {
    border-bottom: 1px dotted #000;
}

#header_menu {
    position: absolute;
    top: 186px;
    height: 50px;
    width: 100% !important;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}

.fixedmenu {
    position: fixed !important;
    top: 0px !important;
    opacity: .95;
}

.fixedmenu li.logo {
    display: block !important;
}

#header_menu ul.mainmenu {
    width: 980px;
    height: 60px;
    margin: 0px auto;
}

#header_menu a {
    display: block;
    height: 50px;
    line-height: 48px;
    float: left;
    color: #666;
    text-decoration: none;
    padding: 0px 11px 0px 11px;
    border-right: 1px solid rgba(0, 0, 0, .3);
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600;
}

#header_menu a:hover {
    color: #fff;
    background-color: #767caf;
}


#header_menu,
#header_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
}

#header_menu a {
    display: block;
    text-transform: capitalize;
}

#header_menu li {
    float: left;
    background-color: #FFF;
}

#header_menu li:first-child a {
    border-left: 1px solid rgba(0, 0, 0, .3);
}

#header_menu li:hover,
#header_menu li.sfhover {
    position: static;
}

#header_menu li.lastitem {
    height: 40px;
    width: 10px;
}

/*#header_menu li.logo
{
	display:none;
	float:right;
	width: 110px;
	height: 50px;
	margin-right: 10px;
	background-image:url('/images/logomenunew.png');
}*/

#header_menu li ul {
    position: absolute;
    clear: both;
    width: 270px;
    margin-top: 50px;
    left: -999em;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

#header_menu li ul li a {
    width: 250px;
    height: 50px;
    color: #666 !important;
    text-decoration: none;
    padding: 0px 10px;
    border: 0px;
    border-top: 1px solid #d4d4d4;
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
}

#header_menu li ul li:first-child a {
    border: none;
}

#header_menu li ul li a:hover {
    color: #fff !important;
    background-color: #767caf !important;
}

#header_menu li:hover ul,
#header_menu li.sfhover ul {
    left: auto;
}

#header_menu li:hover a {
    color: #fff;
    background: #767caf;
}

#header_menu a span.icon {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('/images/menuiconsv7.3.png?cb=12312431');
    margin-top: 10px;
    margin-right: 4px;
    /*opacity: .5;*/
}

#header_menu a:hover span.icon,
#header_menu li ul a span.icon,
#header_menu li:hover a span.icon {
    opacity: 1;
}

#header_menu span.icon.home {}

#header_menu a:hover span.icon.home {
    background-position: 0px -64px;
}

#header_menu span.icon.forumicon {
    background-position: -32px 0px;
}

#header_menu li:hover a span.icon.forumicon {
    background-position: -32px -64px;
}

#header_menu span.icon.forumindexicon {
    background-position: -32px 0px;
}

#header_menu a:hover span.icon.forumindexicon {
    background-position: -32px -64px;
}

#header_menu span.icon.medewerkers {
    background-position: -64px 0px;
}

#header_menu a:hover span.icon.medewerkers {
    background-position: -64px -64px;
}

#header_menu span.icon.weer {
    background-position: -96px 0px;
}

#header_menu li:hover a span.icon.weer {
    background-position: -96px -64px;
}

#header_menu span.icon.beeld {
    background-position: -128px 0px;
}

#header_menu li:hover a span.icon.beeld {
    background-position: -128px -64px;
}

#header_menu span.icon.links {
    background-position: -160px 0px;
}

#header_menu a:hover span.icon.links {
    background-position: -160px -64px;
}

#header_menu span.icon.overons {
    background-position: -192px 0px;
}

#header_menu li:hover a span.icon.overons {
    background-position: -192px -64px;
}

#header_menu span.icon.facebook {
    background-position: -480px 0px;
    margin-right: 0px !important;
}

#header_menu a:hover span.icon.facebook {
    background-position: -480px -64px;
    margin-right: 0px !important;
}

#header_menu span.icon.twitter {
    background-position: -512px 0px;
    margin-right: 0px !important;
}

#header_menu a:hover span.icon.twitter {
    background-position: -512px -64px;
    margin-right: 0px !important;
}

#header_menu span.icon.youtube {
    background-position: -288px 0px;
    margin-right: 0px !important;
}

#header_menu a:hover span.icon.youtube {
    background-position: -288px -64px;
    margin-right: 0px !important;
}

#header_menu span.icon.instagram {
    background-position: -128px -32px;
    margin-right: 0px !important;
}

#header_menu a:hover span.icon.instagram {
    background-position: -128px -96px;
    margin-right: 0px !important;
}

#header_menu span.icon.radars {
    background-position: -224px 0px;
}

#header_menu a:hover span.icon.radars {
    background-position: -224px -64px;
}

#header_menu span.icon.indices {
    background-position: -256px 0px;
}

#header_menu a:hover span.icon.indices {
    background-position: -256px -64px;
}

#header_menu span.icon.meldboek {
    background-position: -320px 0px;
}

#header_menu span.icon.webcams {
    background-position: -352px 0px;
}

#header_menu a:hover span.icon.webcams {
    background-position: -352px -64px;
}

#header_menu span.icon.photos {
    background-position: -384px 0px;
}

#header_menu a:hover span.icon.photos {
    background-position: -384px -64px;
}

#header_menu span.icon.webmasters {
    background-position: -416px 0px;
}

#header_menu span.icon.shortlink {
    background-position: -448px 0px;
}

#header_menu span.icon.contact {
    background-position: -544px 0px;
}

#header_menu a:hover span.icon.contact {
    background-position: -544px -64px;
}

#header_menu span.icon.chat {
    background-position: -576px 0px;
}

#header_menu span.icon.android {
    background-position: -608px 0px;
}

#header_menu span.icon.messages {
    background-position: -640px 0px;
}

#header_menu a:hover span.icon.messages {
    background-position: -640px -64px;
}

#header_menu span.icon.mijnprofiel {
    background-position: -672px 0px;
}

#header_menu a:hover span.icon.mijnprofiel {
    background-position: -672px -64px;
}

#header_menu span.icon.logoff {
    background-position: -704px 0px;
}

#header_menu a:hover span.icon.logoff {
    background-position: -704px -64px;
}

#header_menu span.icon.register {
    background-position: -736px 0px;
}

#header_menu a:hover span.icon.register {
    background-position: -736px 0px;
}

#header_menu span.icon.login {
    background-position: -768px 0px;
}

#header_menu a:hover span.icon.login {
    background-position: -768px 0px;
}

#header_menu span.icon.search {
    background-position: -800px 0px;
}

#header_menu a:hover span.icon.search {
    background-position: -800px -64px;
}

#header_menu span.icon.menunewreplies {
    background-position: -832px 0px;
}

#header_menu a:hover span.icon.menunewreplies {
    background-position: -832px -64px;
}

#header_menu span.icon.searchusers {
    background-position: -864px 0px;
}

#header_menu a:hover span.icon.searchusers {
    background-position: -864px -64px;
}

#header_menu span.icon.onlineusers {
    background-position: -896px 0px;
}

#header_menu a:hover span.icon.onlineusers {
    background-position: -896px -64px;
}

/* adblockers vinden de class sponsors stom. */
#header_menu span.icon.spnsrs {
    background-position: -64px -32px;
}

#header_menu a:hover span.icon.spnsrs {
    background-position: -64px -96px;
}

#header_menu span.icon.wiki {
    background-position: -96px -32px;
}

#header_menu a:hover span.icon.wiki {
    background-position: -96px -96px;
}

#header_menu span.icon.stormtracksub {
    background-position: -160px -32px;
}

#header_menu a:hover span.icon.stormtracksub {
    background-position: -160px -96px;
}

#header_menu span.icon.stormtrack {
    background-position: -160px -32px;
}

#header_menu li:hover a span.icon.stormtrack {
    background-position: -160px -96px;
}

#header_menu span.icon.stinfo {
    background-position: -192px -32px;
}

#header_menu a:hover span.icon.stinfo {
    background-position: -192px -96px;
}

#left {
    float: left;
    margin: 0px 11px;
    width: 196px;
}

#main {
    float: left;
    width: 751px;
}

#main.extrabig {
    left: 10px;
    width: 968px;
}

#map {
    width: 735px;
    height: 430px;
    margin-bottom: 4px;
}

h1,
h1 strong,
h1 abbr {
    color: #4c485e;
    font-size: 15pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2,
h2 strong,
h2 abbr {
    color: #4c485e;
    font-size: 15pt;
    font-weight: bold;
}

.ab_text h2 {
    margin: 0px;
}

h3,
h3 strong,
h3 abbr {
    color: #4c485e;
    font-size: 12pt;
    font-weight: bold;
}

sub {
    font-size: 8pt;
    color: #4c485e;
}

form {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

.lichtborder {
    border: 1px solid #837f98;
}

.darkborder {
    border: 1px solid #000000;
}

.inpsn {
    border: 1px solid #837f98;
    font-size: 9pt;
    color: #000000;
    background-color: #ebe9ef;
}

.inpsnb {
    border: 1px outset #837f98;
    background-color: #837f98;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

.input_left {
    width: 180px;
    margin: 2px 0px 1px 0px;
}

.hpftp {
    /*border:1px solid #a095c9;*/
    /*background-color:#b6add7;*/
    /*padding:0px 3px;*/
}

.hpftp:hover {
    /*background-color:#4c485f;*/
    /*border:1px solid #4c485f;*/
    /*color:#fff;*/
}

/*******************************
*         map classes          *
*******************************/

#map_legend {
    border: 1px solid #716f85;
    background-color: #bebdc3;
    width: 723px;
    padding: 5px 0px 5px 10px;
    line-height: 22px;
}

#map_legend input {
    vertical-align: middle;
    margin-top: 2px;
}


/*******************************
*         layer shit           *
*******************************/

.block_layer {
    position: relative;
    margin: 11px 0px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.block_layer h1.block,
#main h1.weerkaarten {
    display: block;
    height: 36px !important;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    background-image: none !important;
    background: #767caf;
}

.block_layer h1.block {
    float: left;
}

#main h1.weerkaarten {
    margin-top: 11px;
}

h1 span {
    font-size: 15px;
    /*font-family: 'Open Sans';*/
    font-family: Arial, Helvetica, sans-serif;
    color: #fff !important;
    line-height: 34px;
    margin-left: 20px;
    font-weight: normal;
}

h1 span.qr {
    position: relative;
    width: 21px;
    height: 21px;
    display: block;
    float: right;
    margin-right: 2px;
    margin-top: 27px;
    background-image: url('/images/mediaicons.png');
    background-position: -160px 0px;
}

div.topicqr {
    display: none;
    position: absolute;
    top: -51px;
    left: -51px;
    width: 123px;
    height: 123px;
    background-color: #fff;
    z-index: 2000;
}

h1 span.qr:hover div.topicqr {
    display: block;
}

.block_layer .minimize {
    display: none;
    float: left;
    width: 18px;
    height: 50px;
    background-image: url('/images/li.png');
    background-position: 0px -71px;
    background-repeat: no-repeat;
}

.block_layer .minimize div {
    margin-top: 6px;
    width: 12px;
    height: 12px;
    background-image: url(/images/li.png);
    background-position: 0px -59px;
    cursor: pointer;
}

div.block_content {
    clear: both;
    background-color: #ffffff;
    padding: 8px;
}

.wikicontentfull {
    width: 735px;
}

.wikicontenttext {
    float: left;
    width: 515px;
}

.wikicontentimages {
    float: left;
    width: 210px;
    margin-left: 10px;
}

.wikicontentimages a img {
    margin-top: 15px;
}

.wikicontentimages a:first-child img {
    margin-top: 0px;
}

.wikicontenttext p,
.wikicontentfull p {
    margin: 8px 0px;
    line-height: 16px;
}

.block_layer div.block_content_nopadding {
    clear: both;
    background-color: #ffffff;
    padding: 0px;
}

.block_layer div.block_content_nopadding td {
    cursor: default;
    padding-left: 5px;
}

table .evenrow {
    background-color: #e8e3f9;
}

table .evenrow:hover {
    background-color: #d2c8f1;
}

table .oddrow {
    background-color: #dbd3f4;
}

table .oddrow:hover {
    background-color: #c8bbef;
}


.block_layer .lang_switch {
    position: absolute;
    right: 6px;
    top: 11px;
    width: 54px;
    height: 15px;
    z-index: 5;
}

.block_layer .lang_switch a,
.block_layer .lang_switch div {
    display: block;
    float: left;
    margin-right: 4px;
    width: 23px;
    height: 15px;
    background-image: url(/images/iconsprite.png);
}

.block_layer .lang_switch a span {
    display: none;
}

.block_layer .lang_switch a.flag_nl {
    background-position: 0px -31px;
}

.block_layer .lang_switch div.flag_nl {
    background-position: 0px -16px;
}

.block_layer .lang_switch a.flag_be {
    background-position: -23px -16px;
}

.block_layer .lang_switch div.flag_be {
    background-position: -23px -31px;
}


.tabs_layer {
    position: relative;
    margin: 11px 0px;
    background-color: #ffffff;
}

.tabs_layer .tabs {

    padding-top: 3px;
    padding-left: 10px;
    /*background-image:url(/images/tabs.png);*/
    /*background: #2b3050;*/
    background-position: 0px -108px;
    background-repeat: repeat-x;
}

.tabs_layer .content {
    clear: both;
    background-color: #ffffff;
    padding: 8px;
}

.tabs_layer .tabs a {
    /*display:inline-block;*/
    float: left;
    /*margin-left:-8px;*/
    height: 36px;
    text-decoration: none;
    z-index: 5;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tabs_layer .tabs a:hover {
    background: #767caf;
    color: #FFF;
}

.tabs_layer .tabs a span {
    display: block;
    float: left;
    height: 36px;
    /*background-image:url(/images/tabs.png);*/
}

.tabs_layer .tabs a .begin {
    width: 19px;
    /*background-repeat:no-repeat;
	background-position:-13px 0px;*/
}

.tabs_layer .tabs a .inner {
    line-height: 36px;
    font-weight: bold;
    color: #575757;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    /*background-repeat:repeat-x;
	background-position:0px -72px;*/
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    margin-left: -1px;
}

.tabs_layer .tabs a .inner:hover {
    color: #FFF;
}

.tabs_layer .tabs a .end {
    width: 12px;
    /*background-repeat:no-repeat;
	background-position:-38px 0px;*/
    border-right: 1px solid #ACACAC;
}

.tabs_layer .tabs a:hover .begin,
.tabs_layer .tabs a.selected .begin {
    background-position: 0px 0px;
}

.tabs_layer .tabs a:hover .inner,
.tabs_layer .tabs a.selected .inner {
    line-height: 36px;
    font-weight: bold;
    color: #FFF;
    background: #767caf;
    /*background-repeat:repeat-x;
	background-position:0px -36px;*/
}

.tabs_layer .tabs a:hover .end,
.tabs_layer .tabs a.selected .end {
    width: 12px;
    background-repeat: no-repeat;
    background-position: -26px 0px;
}



/*******************************
*     weerbericht classes      *
*******************************/

div.block_content .shout .weersverwachtingnl,
div.block_content .shout .weersverwachtingbe {
    float: left;
    width: 196px;
    height: 225px;
    background-image: url('/images/maps/weersverwachting_nl_small.png');
    margin-right: 10px;
    border: 1px solid #4c485e;
}

div.block_content .shout .weersverwachtingbe {
    background-image: url('/images/maps/weersverwachting_be_small.png');
    height: 144px;
}

div.block_content .shout .weerbericht {
    float: left;
    width: 280px;
    padding-left: 15px;
    padding-bottom: 10px;
}

div.block_content .shout .weerbericht_meer {
    float: left;
    border-top: 1px solid #78738a;
    color: #78738a;
    width: 280px;
    /* width:100%; */
    box-sizing: border-box;
    margin-top: 2px;
    padding-top: 2px;
    height: 18px;
    text-align: right;
    font-size: 8pt;
    cursor: pointer;
    display: none;
    margin-left: 15px;
}

.hide {
    display: none !important;
}

/*******************************
*      guestbook classes       *
*******************************/

#gb_warning {
    font-weight: bold;
    color: #ff0000;
}

#guestbook {
    border: 1px solid #d4d4d4;
    border-top: none;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

#overzicht {
    display: block;
}

#newmessage {
    margin: 10px 0px 10px 0px;
}

.tabs_panel {
    width: 100%;
    display: none;
    font-family: 'Open Sans', sans-serif !important;
}

* #guestbook table {
    font-family: 'Open Sans', sans-serif !important;
}


ul#tabs {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px 8px 0px;
}

ul#tabs li {
    display: inline;
    text-decoration: none;
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    margin: 0px 0px 0px 1px;
    padding: 10px 10px;
    color: #666;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
}

ul#tabs li.active-tab,
ul#tabs li:hover {
    background-color: #ffffff;
    color: #000000;
}

.gb_sep {
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #6d697f;
}

#guestbook .hr {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4c485e;
    border-top: none !important;
    margin-top: 6px !important;
    margin-bottom: 5px !important;
}

.gb_weericon {
    float: left;
    padding: 5px;
    margin: 5px;
    border: 1px solid #d5d3dd;
    cursor: pointer;
    text-align: center;
    font-size: 8pt;
    color: #837f98;
}

.gb_weericon:hover {
    border: 1px solid #716f85;
    background-color: #a19cb4;
    color: #ffffff;
}

.gb_weericon_active {
    float: left;
    padding: 5px;
    margin: 5px;
    border: 1px solid #2a2932;
    background-color: #4c485e;
    cursor: pointer;
    text-align: center;
    font-size: 8pt;
    color: #ffffff;
}

.gb_weericon_active div,
.gb_weericon div,
.weerplaatstd .weericon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url('/images/weericons/mastericon.png');
}

.weericoonmeldboek {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('/images/weericons/mastericon_small.png');
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.weericoonmeldboek:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.c_0cloud {}

.c_0cloud_fog {
    background-position: -80px 0px;
}

.c_1cloud_fog {
    background-position: -160px 0px;
}

.c_1cloud_heavyrain {
    background-position: -240px 0px;
}

.c_1cloud_lightrain {
    background-position: -320px 0px;
}

.c_1cloud_modrain {
    background-position: 0px -80px;
}

.c_1cloud_norain {
    background-position: -80px -80px;
}

.c_1cloud_snow {
    background-position: -160px -80px;
}

.c_2cloud_norain {
    background-position: -240px -80px;
}

.c_2cloud_thunders {
    background-position: -320px -80px;
}

.c_3cloud_fog {
    background-position: 0px -160px;
}

.c_3cloud_hail {
    background-position: -80px -160px;
}

.c_3cloud_norain {
    background-position: -160px -160px;
}

.c_4cloud_lightsnow {
    background-position: -240px -160px;
}

.c_n_0cloud {
    background-position: -320px -160px;
}

.c_n_1cloud_norain {
    background-position: 0px -240px;
}

.c_n_2cloud_norain {
    background-position: -80px -240px;
}

.c_n_3cloud_norain {
    background-position: -160px -240px;
}

.c_storm {
    background-position: -240px -240px;
}

.c_ijzel {
    background-position: -320px -240px;
}

.small_0cloud {}

.small_0cloud_fog {
    background-position: -40px 0px;
}

.small_1cloud_fog {
    background-position: -80px 0px;
}

.small_1cloud_heavyrain {
    background-position: -120px 0px;
}

.small_1cloud_lightrain {
    background-position: -160px 0px;
}

.small_1cloud_modrain {
    background-position: 0px -40px;
}

.small_1cloud_norain {
    background-position: -40px -40px;
}

.small_1cloud_snow {
    background-position: -80px -40px;
}

.small_2cloud_norain {
    background-position: -120px -40px;
}

.small_2cloud_thunders {
    background-position: -160px -40px;
}

.small_3cloud_fog {
    background-position: 0px -80px;
}

.small_3cloud_hail {
    background-position: -40px -80px;
}

.small_3cloud_norain {
    background-position: -80px -80px;
}

.small_4cloud_lightsnow {
    background-position: -120px -80px;
}

.small_n_0cloud {
    background-position: -160px -80px;
}

.small_n_1cloud_norain {
    background-position: 0px -120px;
}

.small_n_2cloud_norain {
    background-position: -40px -120px;
}

.small_n_3cloud_norain {
    background-position: -80px -120px;
}

.small_storm {
    background-position: -120px -120px;
}

.small_ijzel {
    background-position: -160px -120px;
}





.gb_loading {
    margin: 15px;
    auto;
    15px;
    auto;
}

.RTheaders {
    background-color: #454d98;
    color: #FFF;
}

.tds1 {
    background-color: #e8e3f9;
}

.tds2 {
    background-color: #d6cff1;
}

.tdsmall {
    font-weight: bold;
    padding-right: 10px;
    width: 10%;
}

.seperator {
    height: 4px;
}

.pager_container {
    position: relative;
    width: 100%;
    height: 40px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.pager {
    display: block;
    float: left;
    height: 20px;
    padding: 0 8px;
    line-height: 20px;
    background-color: #d4d4d4;
    color: #666;
    text-decoration: none;
    margin-right: 5px;
    margin-top: 9px;
}

.pager:hover {
    background-color: #c6c2d4;
    text-decoration: none;
}

.pager_selected {
    background: #fff;
    color: #333;
    border: 1px solid #d4d4d4;
    height: 18px;
}

.pagerpagina {
    float: left;
    line-height: 38px;
    margin-right: 10px;
    text-transform: uppercase;
    height: 40px;
    color: #999;
    font-size: 11px;
}

#regels {
    padding: 5px;
}

#regels ul li {
    margin-bottom: 8px;
}

.guestbook_gender {
    float: left;
    margin-right: 4px;
    height: 14px;
    background-image: url(/images/iconsprite.png);
    background-repeat: no-repeat;
}

.gender_male {
    width: 12px;
}

.gender_female {
    width: 10px;
    background-position: -12px 0px;
}

.guestbook_notok {
    float: right;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url(/images/iconsprite.png);
    background-position: -22px 0px;
    background-repeat: no-repeat;
}

.beerput,
.ooasm {
    display: none !important;
}

#guestbook .tds2,
#guestbook .tds1 {
    padding: 8px;
}

.iconrow {
    background: #d4d4d4;
}

#guestbook tr td[width="40"] {
    background: #767caf;
}

#guestbook tr td[width="124"] a[data-featherlight] {
    display: block;
    height: 124px;
    overflow: hidden;
    width: 124px;
    position: relative;
}

#guestbook tr td[width="124"] a[data-featherlight] img {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tdsmall {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}



/*******************************
*   meldboek simple classes    *
*******************************/

#meldboek_simple {
    height: 114px;
}

#meldboek_simple #meldboek_selected_icon {
    position: relative;
    float: left;
    padding: 0px 5px;
    border-right: 1px solid #d4d4d4;
    width: 80px;
    height: 114px;
    overflow: hidden;
    margin-right: 10px;
}

#meldboek_icons_scroller {
    position: absolute;
    width: 90px;
}

#meldboek_icons_scroller .gb_weericon {
    width: 80px;
    height: 114px;
    margin: 0px;
    padding: 0px;
    border: none;
}

#meldboek_icons_scroller .gb_weericon:hover {
    background-color: transparent;
    color: #837f98;
}

#meldboek_simple .meldboek_info {
    float: left;
    width: 74px;
    height: 116px;
    padding-left: 3px;
}

#meldboek_simple .meldboek_info .small {
    font-size: 9px;
    text-transform: uppercase;
}

#meldboek_simple .def_button {
    background: #ffae00 !important;
    color: #fff;
    margin-left: 10px !important;
    text-indent: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 22px;
    width: 74px !important;
}

#meldboek_simple .def_button:after {
    content: 'Melden!';
}

#meldboek_simple .def_button:hover {
    background: #ff9a00 !important;
}

#gbname,
#gbplace {
    cursor: pointer;
}

#gbnewname,
#gbnewplace {
    width: 79px;
    border: 1px solid #808080;
}

#scroll_helper {
    display: none;
    position: absolute;
    z-index: 10;
    left: 92px;
    top: 60px;
    width: 100px;
    height: 87px;
    background-image: url(/images/scroll.png);
}


/*******************************
*     radar/webcam classes     *
*******************************/

.radars {
    margin-right: -8px;
}

.radars div,
.radars a {
    float: left;
    display: block;
    width: 230px;
    padding: 5px;
    background-color: #767caf;
    border: 1px solid #837f98;
    margin: 0px 4px 4px 0px;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}

.radars div:hover,
.radars a:hover {
    color: #ffffff;
    background-color: #2b3050;
    border: 1px solid #2a2932;
}

.radars div.webcam {
    width: auto;
}

.radars a.overlay {
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.radars div img {
    margin-bottom: 4px;
}

.radars a img.overlay {
    margin-bottom: 2px;
    width: 230px;
}

.radars h2 {
    padding-top: 10px;
    clear: both;
}

/**********************************************
*        StormTrack infopages classes         *
***********************************************/

.stinfo-legenda {
    background: #2b3050;
    color: #FFF;
    padding: 5px 0 5px 20px;
    margin-top: 25px;
}

.stinfo-legenda H2 {
    color: #FFF;
}

.line {
    width: 95%;
    height: 1px;
    background: #69709d;
}

/*******************************
*        links classes         *
*******************************/

#links {}

#links div.categorieheader {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #2b3050;
    border: 1px solid #2b3050;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    height: 50px;
    color: #FFF;
    font-size: 22px;
}

#links div.overlay {
    display: inline-block;
    width: 221px;
    padding: 5px;
    background-color: #767caf;
    border: 1px solid #2b3050;
    margin: 6px;
    cursor: pointer;
    text-align: center;
    height: 30px;
    color: #FFF;
}

#links div.overlay strong {
    text-decoration: underline;
}

#links div.overlay a {
    color: #d0d3ec;
    font-style: italic;
}

#links div.overlay:hover {
    background-color: #2b3050;
    border: 1px solid #000;
}

#links div.withimage {
    height: 160px !important;
}

#links div.overlay {
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

#links div img.preview {
    margin: 4px;
    border: 1px solid #4c485e;
    width: 160px;
    height: 120px;
}

/*******************************
*    weer per plaats classes   *
*******************************/

.wapennl {
    height: 82px;
    width: 69px;
    background-image: url(/images/mininederland.png);
    background-repeat: no-repeat;
}

.wapenbe {
    height: 70px;
    width: 89px;
    background-image: url(/images/minibelgie.png);
    background-repeat: no-repeat;
}

.wapennl .plaats,
.wapenbe .plaats {
    position: relative;
    width: 3px;
    height: 3px;
    background-color: #ff0000;
}

.weerplaatstd {
    background-image: url(/images/weerplaatsbg.png);
    width: 602px;
    height: 98px;
    padding: 8px;
}

/*******************************
*        misc classes          *
*******************************/

.cellpadding {
    padding: 2px;
}

.cellspacer {
    width: 1px;
    height: 1px;
}

#webchat div {
    float: left;
    padding: 20px;
}

#webchat_pjirc,
#webchat_cgiirc {
    cursor: pointer;
    margin: 1px;
    text-align: center;
}

#webchat_pjirc:hover,
#webchat_cgiirc:hover {
    margin: 0px;
    background-color: #75708e;
    border: 1px solid #2a2932;
}


.pollen_legenda {}

.pollen_legenda .pol {
    height: 80px;
    cursor: default;
    padding: 5px 0px;
    border-top: 1px solid #e8e3f9;
}

.pollen_legenda .pol div {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 14pt;
    color: #4c485e;
    font-weight: bold;
}

.pollen_legenda .pol .pol_groen {
    width: 80px;
    margin-right: 10px;
    background-image: url('/images/pollen.png');
    background-position: -240px 0px;
}

.pollen_legenda .pol .pol_geel {
    width: 80px;
    margin-right: 10px;
    background-image: url('/images/pollen.png');
    background-position: -160px 0px;
}

.pollen_legenda .pol .pol_oranje {
    width: 80px;
    margin-right: 10px;
    background-image: url('/images/pollen.png');
    background-position: -80px 0px;
}

.pollen_legenda .pol .pol_rood {
    width: 80px;
    margin-right: 10px;
    background-image: url('/images/pollen.png');
}

.pollen_legenda .pol .pol_paars {
    width: 80px;
    margin-right: 10px;
    background-image: url('/images/pollen.png');
    background-position: -320px 0px;
}

.infobar {
    background-color: #767caf;
    padding: 10px;
    margin: 0px 10px;
    color: #fff;
}

.infobar a {
    color: #fff;
    text-decoration: underline;
}

.infobar .icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-image: url(/images/forum/forumicons.png);
}

.infobar .message {
    float: left;
    max-width: 896px;
    line-height: 16px;
}

.infobar .message .small {
    font-size: 8pt;
    color: #2a2932;
}

.infobar .mailicon {
    background-position: 0px -70px;
}

.infobaryellow {
    background-color: #e6e4f1;
    border: 1px solid #ffffff;
}

.warningbar {
    border: 1px solid #cc0000;
    background-color: #ecbebe;
    padding: 10px;
    margin-bottom: 15px;
}

.warningbar .icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-image: url(/images/forum/forumicons.png);
    background-position: -32px 0px;
}

.warningbar .message {
    float: left;
    width: 800px;
    color: #800000;
    font-weight: bold;
    line-height: 32px;
}

.warningbar a {
    color: #800000;
    text-decoration: underline;
}

.warningbar a:hover {
    color: #330000;
}

/*******************************
*       videos classes         *
*******************************/

.left_videos a {
    display: block;
}

.left_videos span {
    display: block;
    width: 185px;
    height: 1px;
    margin: 2px 0px;
    background-color: #bdbbc4;
}

.left_videos img {
    display: block;
    float: left;
    margin: 0px 4px 2px 0px;
}

#rating {
    width: 280px;
    height: 14px;
    overflow: hidden;
}

#rating span {
    width: 215px;
    height: 14px;
    font-size: 8pt;
    color: #837f98;
    margin-left: 7px;
}

.videothumbs {}

.videothumbs .video {
    width: 355px;
}

.videothumbs .video img.thumb {
    float: left;
    display: block;
    margin: 5px 12px 5px 0px;

}

.videothumbs .video div {
    float: left;
    margin-top: 5px;
    width: 183px;
}

.videotitle {
    color: #4c485e;
    font-size: 10pt;
    font-weight: bold;
}


.left_seperator {
    display: block;
    width: 185px;
    height: 1px;
    margin: 5px 0px;
    background-color: #bdbbc4;
}

.two_column_left {
    width: 355px;
    float: left;
    margin-right: 15px;
}

.two_column_right {
    width: 355px;
    float: left;
}

.video_searchbar {
    width: 726px;
    border: 1px solid #666473;
    background-color: #bfbec4;
    padding: 1px 0px 1px 4px;
}

.video_searchbar .search_input {
    border: 1px solid #666473;
    height: 16px;
    margin-right: 6px;
    font-style: italic;
    padding-left: 5px;
    width: 170px;
}

.video_searchbar input {
    margin-top: 3px;
}

.related_videos_left {
    width: 560px;
    float: left;
    margin-right: 7px;
}

.related_videos_right {
    width: 160px;
    float: left;
    margin-left: 7px;
}

.related_rating {
    margin: 3px 0px 3px 0px;
}


.thumbsup {
    float: left;
    margin-left: 5px;
    width: 22px;
    height: 23px;
    background-image: url(/images/thumbs.gif);
    cursor: pointer;
}

.thumbsdown {
    float: left;
    margin-left: 5px;
    width: 22px;
    height: 23px;
    background-image: url(/images/thumbs.gif);
    background-position: -22px 0px;
    cursor: pointer;
}

.thumbsup:hover {
    background-position: 0px -23px;
}

.thumbsdown:hover {
    background-position: -22px -23px;
}

.comment_rating {
    float: left;
    width: 22px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #837f98;
    font-weight: bold;
}


/*******************************
*       footer classes         *
*******************************/

.footer_seperator {
    margin: 10px auto;
    width: 992px;
}

.footer_seperator img {
    float: left;
    margin: 10px 0px 10px 40px;
}


#footer {
    margin: 0px auto;
    width: 980px;
    background-color: rgba(255, 255, 255, 0.6);
    padding-bottom: 35px;
}

#footer .fblock {
    float: left;
    width: 231px;
}

#footer .fblockm {
    float: left;
    width: 231px;
    margin: 0px 11px;
}

#footer .fblock span {
    color: #4c485e;
}

#footer .fblock span a {
    color: #ffffff;
    text-decoration: underline;
}

#footer .shoutbox {
    float: left;
    width: 715px;
    margin: 0px 11px;
}

#footer .block_layer {
    margin: 0px;
    margin-top: 11px;
}

#footer .disclaimer {
    float: left;
    margin: 11px 0px 11px 11px;
    color: #4c485e;
}

#footer .disclaimer a {
    color: #4c485e;
}

#footer a.huge_icon {
    float: left;
    display: block;
    width: 97px;
    height: 97px;
    background-image: url(/images/huge_icons.png);
    text-decoration: none;
}

#footer a.huge_icon span {
    display: none;
}

#footer a.twitter {
    background-position: -97px 0px;
    margin: 10px 12px;
}

#footer a.rss {
    margin: 10px 0px;
}

#footer .shoutinput_italic {
    width: 620px;
    font-style: italic;
}

#footer .shoutinput {
    width: 620px;
}

#footergrowdiv {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.logotable tr td img {
    Max-height: 80px;
    border-radius: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.logotable tr td img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

/*******************************
*   temp classes for tshirts   *
*******************************/

div.tshirt {
    float: left;
    width: 156px;
    height: 151px;
    background-image: url(/images/tshirt.png);
}

div.tshirtright {
    float: right;
    width: 156px;
    height: 151px;
    background-image: url(/images/tshirt.png);
    background-position: -156px 0px;
}

.tshirttext {
    float: left;
    width: 553px;
    padding-left: 20px;
}

a.tshirt {
    display: block;
    float: right;
    width: 96px;
    height: 25px;
    background-image: url(/images/tshirt.png);
    background-position: 0px -151px;
}

a.tshirt span {
    display: none;
}



/*******************************
*  classes for forecast maps   *
*******************************/

.clicker {
    color: #4c485e;
    cursor: pointer;
    font-size: 8pt;
}

.forecasttype,
.forecasttime {
    border: 1px solid #4c485e;
    padding: 5px;
    margin: 5px;
    width: 320px;
    float: left;
}

#mapholder {
    margin-bottom: 15px;
}

.sneeuwkaart {
    width: 550px;
    height: 512px;
    background-image: url(/images/sneeuwkaart.gif);
}

/*******************************
*  sms dingen                  *
*******************************/

.smscontainer {
    width: 731px;
    margin-bottom: 10px;
}

.smscontainer .subscriptionheader {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    cursor: pointer;
}

.smscontainer .subscriptionheader span {
    display: block;
    float: left;
}


.smscontainer span.driehoekje {
    background-image: url(/images/smsprite.png);
    margin: 5px 5px 0px 10px;
}

.smscontainer .negative span.closed {
    width: 9px;
    height: 13px;
}

.smscontainer .negative span.open {
    width: 13px;
    height: 9px;
    background-position: 0px -13px;
    margin: 7px 3px 0px 8px;
}

.smscontainer .positive span.closed {
    width: 9px;
    height: 13px;
    background-position: -9px 0px;
}

.smscontainer .positive span.open {
    width: 13px;
    height: 9px;
    background-position: -13px -13px;
    margin: 7px 3px 0px 8px;
}

.smscontainer span.vinkje {
    float: right;
    width: 19px;
    height: 22px;
    background-image: url(/images/smsprite.png);
    background-position: -26px 0px;
    margin: 2px 3px 0px 0px;
}

.smscontainer .negative span.vinkje {
    display: none;
}

.smscontainer .negative {
    background-color: #bdbdbd;
    color: #4e4e4e;
}

.smscontainer .positive {
    background-color: #abeb94;
    color: #3b921b;
}

.smscontainer .smscontent {
    background-color: #f0f0f0;
    padding: 10px;
}

.kaartselector {
    position: relative;
    width: 280px;
    height: 387px;
    background-image: url(/images/nederlandjes.gif);
}

.kaartselector img {
    position: absolute;
    z-index: 20;
}

.kaartselector div {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 280px;
    height: 387px;
    background-image: url(/images/nederlandjes.gif);
}

.kaartselector div.selected {
    display: block;
}

.kaartselector .friesland {
    background-position: -280px 0px;
    z-index: 1;
}

.kaartselector .groningen {
    background-position: -560px 0px;
    z-index: 2;
}

.kaartselector .drenthe {
    background-position: -841px 0px;
    z-index: 3;
}

.kaartselector .overijssel {
    background-position: -1121px 0px;
    z-index: 4;
}

.kaartselector .gelderland {
    background-position: -1402px 0px;
    z-index: 5;
}

.kaartselector .limburg {
    background-position: -1682px 0px;
    z-index: 6;
}

.kaartselector .ijsselmeer {
    background-position: -1964px 0px;
    z-index: 7;
}

.kaartselector .brabant {
    background-position: 0px -387px;
    z-index: 8;
}

.kaartselector .utrecht {
    background-position: -280px -387px;
    z-index: 9;
}

.kaartselector .zuidholland {
    background-position: -560px -387px;
    z-index: 10;
}

.kaartselector .noordholland {
    background-position: -841px -387px;
    z-index: 11;
}

.kaartselector .flevoland {
    background-position: -1121px -387px;
    z-index: 12;
}

.kaartselector .belgie {
    background-position: -1402px -387px;
    z-index: 13;
}

.kaartselector .zeeland {
    background-position: -1682px -387px;
    z-index: 14;
}

.kaartselector .noordzee {
    background-position: -1964px -387px;
    z-index: 15;
}

.saved_bar {
    width: 649px;
    padding-left: 80px;
    height: 40px;
    background-color: #abeb94;
    border: 1px solid #3b921b;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 18px;
    color: #3b921b;
    font-weight: bold;
    background-image: url('/images/infobarbg.gif');
    background-repeat: no-repeat;
    background-position: -71px 0px;
    display: none;
}

.smsbar {
    width: 348px;
    height: 25px;
    padding-left: 7px;
    line-height: 25px;
    font-weight: bold;
    background-color: #4c485f;
    color: #ffffff;
    margin-top: 30px;
}

.lightsmsbar {
    width: 348px;
    height: 25px;
    padding-left: 7px;
    line-height: 25px;
    font-weight: bold;
    background-color: #bfbec4;
    color: #000000;
    margin-bottom: 6px;
}


.smsbar .smsicon {
    float: left;
    width: 80px;
    height: 80px;
    margin-top: -30px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-image: url(/images/weericons/mastericon.png);
}

/*******************************
*  misc kak                    *
*******************************/

.donatebutton {
    margin: 2px 0px 8px 53px;
}

.hr {
    border-top: 1px solid #78738a;
    height: 1px;
    width: 100%;
    margin: 12px 0px;
}

.fakelink {
    color: #4c485e;
    cursor: pointer;
}

.fakelink:hover {
    text-decoration: underline;
}

p {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

.valigntoptable td {
    vertical-align: top;
}

.error {
    color: #a00000;
    font-weight: bold;
}


.def_button,
.def_button_back {
    display: block;
    float: right;
    width: 150px;
    height: 22px;
    background-position: right 0px;
    cursor: pointer;
}

.forum .def_button_back {
    background: #ffae00 !important;
    color: #fff;
    margin-left: 10px !important;
    text-indent: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 22px;
    width: 98px !important;
}

.forum .def_button_back span {
    display: inline;
}

.def_button:hover {
    background-position: right -22px;
}

.def_button span {
    display: none;
}

.def_button_back {
    float: left;
    background-position: 0 0px;
}

.def_button_back:hover {
    background-position: 0 -22px;
}

#darkener {
    width: 100%;
    height: 100%;
    background-color: #2a2932;
    opacity: .9;
    filter: alpha(opacity=90);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;
}


#indices_holder {
    position: relative;
    width: 733px;
    height: 53px;
}

#indices_holder img {
    z-index: 1;
}

#indices_holder .whitehover {
    height: 53px;
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2;
}

/* oud maar misschien nog nodig: */


.small {
    font-size: 8pt;
    color: #837f98;
}

.liclass {
    color: #4c485e;
}

sup {
    font-size: 7pt;
}


/* BRS @ 25 08 2014 - Sticky topics, closed topics... */

.sticky-topic.odd {
    background: #fbe2c0;
}

.sticky-topic.odd .newreplies {
    color: #ab8655 !important;
}

.sticky-topic.even .newreplies {
    color: #ad9069 !important;
}

.sticky-topic.even {
    background: #f7ce99;
}

.closed-topic.odd {
    background: #f0edf8;
}

.closed-topic.even {
    background: #fbfbfb;
}

.closed-topic,
.closed-topic .smaller {
    color: #999;
}

.closed-topic a {
    color: #999;
}

.closed-topic.even .newreplies {
    color: #e8e8e8 !important;
}

.closed-topic.odd .newreplies {
    color: #ddd !important;
}

/* BRS @ 26 08 2014 - Fix voor te brede images (klaar nu!) */

.postrow img {
    max-width: 700px;
}

/* BRS @ 01 09 2014 - Sticky topics home... */

.tds1.sticky-topic-home {
    background: #ffe1ba;
    color: #764404;
}

.tds1.sticky-topic-home a {
    color: #9b5c0b;
}

td.tds1.sticky-topic-home:first-of-type {
    background: #ffe1ba url(images/icon_forumsticky2015smaller.png) 5px 5px no-repeat;
    padding-left: 35px;
}

.tds2.sticky-topic-home {
    background: #f7ce99;
    color: #764404;
}

.tds2.sticky-topic-home a {
    color: #955a0d;
}

td.tds2.sticky-topic-home:first-of-type {
    background: #f7ce99 url(images/icon_forumsticky2015smaller.png) 5px 5px no-repeat;
    padding-left: 35px;
}

.tds1.sticky-topic-home .hpftp,
.tds2.sticky-topic-home .hpftp {
    /*background: #e0af70;*/
    /*border: 1px solid #cd9c5c;*/
}

.tds1 .forum_categorie,
.tds2 .forum_categorie,
.tds1 .forum_categorie a,
.tds2 .forum_categorie a {
    font-size: 10px;
    color: #a499cf;
    line-height: 13px;
}

.tds1.sticky-topic-home .forum_categorie,
.tds2.sticky-topic-home .forum_categorie,
.tds1.sticky-topic-home .forum_categorie a,
.tds2.sticky-topic-home .forum_categorie a {
    font-size: 10px;
    color: #c7995d;
    line-height: 13px;
}

.postrow.MODodd td:first-of-type>span:first-of-type {
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #a7a3b7;
    color: #f5f4f8 !important;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
}

.postrow.MODeven td:first-of-type>span:first-of-type {
    width: 100px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #a7a3b7;
    color: #f5f4f8 !important;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
}

.topic_adsbanner {
    text-align: center !important;
}

.topic_adsbanner div span {
    width: auto !important;
    display: inline-block !important;
    text-transform: uppercase;
    text-align: center;
}

.topic_adsbanner td>a {
    margin-top: -13px;
    display: block;
    text-indent: 120px;
    text-transform: uppercase;
}

/* KNMI Waarschuwingen tabel */

.realtable {
    font-size: 10px;
    line-height: 1.4;
    background-color: #DEEFF6;
    border-collapse: collapse;
    border-bottom: solid 2px #DEEFF6;
    margin-top: 11px;
    margin-bottom: 11px;
}

.realtable th {
    background-color: #C2E2F0;
    border-bottom: solid #ffffff 1px;
    border-right: solid #ffffff 1px;
    padding: 3px 0px 3px 4px;
    text-align: left;
    vertical-align: top;
}

.realtable td {
    border-bottom: solid #ffffff 1px;
    border-right: solid #ffffff 1px;
    vertical-align: top;
    padding: 3px 0px 3px 4px;
}

/* Vote buttons */

.voteup {
    margin-top: 3px;
    border-radius: 5px;
    line-height: 25px !important;
    color: #0f910f;
    text-decoration: none;
}

.voteup:link {
    text-decoration: none;
    color: #0f910f;
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.voteup:visited {
    text-decoration: none;
    color: #0f910f;
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.voteup:hover {
    text-decoration: none;
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.votedown {
    margin-left: 7px;
    margin-top: 3px;
    border-radius: 5px;
    line-height: 25px !important;
    color: #910f0f;
    text-decoration: none;
}

.votedown:link {
    text-decoration: none;
    color: #910f0f opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.votedown:visited {
    text-decoration: none;
    color: #910f0f opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.votedown:hover {
    text-decoration: none;
    color: #910f0f opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.voteup img {
    width: 13px;
    height: 13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-right: 2px;
    padding-top: 3px;
    padding-bottom: 6px;
    vertical-align: middle;
}

.voteup img:hover {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.votedown img {
    width: 12px;
    height: 12px;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
    margin-right: 2px;
    padding-top: 3px;
    padding-bottom: 6px;
    vertical-align: middle;
}

.votedown img:hover {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.votetext {
    cursor: default;
    font-size: 11px !important;
}


/* Facebook/Twitter buttons */

.posttweet {
    margin-top: 3px;
    line-height: 25px !important;
}

.posttweet img {
    width: 16px;
    height: 13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding-top: 3px;
    padding-bottom: 6px;
    vertical-align: middle;
}

.posttweet img:hover {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

.fbshare {
    margin-top: 3px;
    line-height: 25px !important;
}

.fbshare img {
    width: 6px;
    height: 13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding-top: 3px;
    padding-bottom: 6px;
    vertical-align: middle;
}

.fbshare img:hover {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}



/* Topbanners / actionbanners homepage */

#topbanners {
    width: 968px;
    margin: 6px;
    height: 200px;
    clear: both;
}

/* Top Tweets Homepage */

.topTweetsHomepage {
    height: 202px;
    padding-top: 65px;
    position: relative;
    margin-top: 23px;
}

.topTweetsHomepage .topTweetsTitle {
    position: absolute;
    top: -18px;
    left: 256px;
    width: 238px;
    height: 108px;
    background: url(/images/toptweets-title.png);
    z-index: 999;
}

.topTweetsHomepage .twitterOO {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 50px;
    background: url(https://pbs.twimg.com/profile_images/706794902173065216/bVAZJfY__400x400.jpg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    z-index: 999;
}

.topTweetsHomepage .twitterOO .twitterOOtitle {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 169px;
    height: 93px;
    background: url(/images/twitteroo-title.png);
}

.topTweetsHomepage .twitterOO .tiwtterOOurl {
    position: absolute;
    top: 33px;
    left: 60px;
    color: #2b3050;
    font-size: 10pt;
    font-weight: bold;
}

.topTweetsHomepage .twitterOO .tiwtterOOlink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.topTweetsHomepage .twitterOO .tiwtterOOlink a {
    display: block;
    width: 100%;
    height: 100%;
}

.topTweetsHomepage .topTweet {
    position: relative;
    width: 243px;
    height: 187px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    margin-right: 11px;
    float: left;
    border-radius: 5px;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
}

.topTweetsHomepage .topTweet:hover {
    opacity: 1.0;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.topTweetsHomepage .topTweet .tweetFrom {
    position: absolute;
    top: 106px;
    left: 14px;
    height: 23px;
    width: 185px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
    background: url(/images/twittericonorange.png);
    background-repeat: no-repeat;
    padding-left: 27px;
    z-index: 100;
}

.topTweetsHomepage .topTweet .tweetText {
    position: absolute;
    top: 136px;
    left: 0px;
    height: 57px;
    width: 217px;
    padding-left: 13px;
    padding-right: 13px;
    color: #FFF;
    z-index: 500;
}

.topTweetsHomepage .topTweet .hoverLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(/images/ab-go.png);
    background-position: 10px -70px;
    background-repeat: none;
}

.topTweetsHomepage .topTweet .purpleGradient:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 243px;
    height: 107px;
    background: url(/images/ab-fade.png);
}

.topTweetsHomepage .topTweet .hidden {
    visibility: hidden;
}

.topTweetsHomepage .topTweet .tweetLink a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    text-indent: -999px;
}

.topTweet:last-of-type {
    margin-right: 0px !important;
}

/* BRS @ 15 06 2015 - Guidance */

.report-toggle {
    display: block;
    margin: 0px 0 20px 15px;
    padding-bottom: 30px;
}

.report-toggle a.toggle {
    display: block;
    height: 30px;
    width: 50%;
    border: 2px solid #ffae00;
    text-align: center;
    box-sizing: border-box;
    line-height: 26px;
    color: #ffae00;
    float: left;
    font-size: 13px;
}

a.toggle.first {
    border-radius: 3px 0 0 3px;
}

a.toggle.last {
    border-radius: 0 3px 3px 0;
}

a.toggle.selected {
    background: #ffae00;
    color: #fff;
}

a.toggle:hover {
    cursor: pointer;
}

#guidance .alineakop {
    font-weight: bold;
    padding: 5px 0;
}

div.alineakop:first-of-type,
div.alineakop:nth-of-type(3) {
    display: none !important;
}

#guidance .rubriekkop,
#guidance .hoofdkop,
#guidance .subkop,
#guidance .inleiding {
    display: none !important;
}


/* JWS @ 24 11 2015 - Encyclopedie pagina */

table.encyclopedietable {
    margin-top: 20px;
}

table.encyclopedietable tr:first-child td {
    border-top: 1px solid #d4d4d4;
}

table.encyclopedietable tr td {
    border-bottom: 1px solid #d4d4d4;
}

table.encyclopedietable tr td a.meerinfo {
    color: #525252;
}


/* JWS @ 26 12 2015 - Toon meer topics button */

button.showmore {
    font-size: 12px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #454d98;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 6px;
    width: 100%;
    cursor: pointer;
}

/* CookieBot */

#CybotCookiebotDialogBodyContentTitle {
    font-family: 'Arial', sans-serif !important;
}

#CybotCookiebotDialogBodyContent {
    padding: 20px 8px 20px 15px !important;
}

#CybotCookiebotDialogPoweredbyLink {
    display: none !important;
}

#CybotCookiebotDialogBodyLevelButtonAccept {
    font-family: 'Arial', sans-serif !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    line-height: 24px !important;
    height: 30px !important;
    box-sizing: border-box;
    background: #fdad2a !important;
    border: none !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    height: 30px;
    box-sizing: border-box;
}

#CybotCookiebotDialogDetail {
    margin-top: 30px !important;
}

#CybotCookiebotDialogDetail div {
    font-family: 'Arial', sans-serif !important;
}


/** Stoplicht homepage **/

.stoplicht {
    position: relative;
    width: 196px;
    height: 131px;
}

.stoplicht:hover {
    filter: brightness(1.1);
}

.sl_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 196px;
    height: 131px;
    background-size: cover !important;
}

.sl_link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 131px;
}

.sl_link p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 90%;
}

.sl_link p:before {
    position: absolute;
    bottom: 55px;
    right: 22px;
    background: #fcac2e;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    content: '';
    display: block;
}

.sl_link p:after {
    position: absolute;
    bottom: 60px;
    right: 29px;
    background: url(/images/new-header-icons.png) 0 -74px;
    border-radius: 100%;
    width: 6px;
    height: 11px;
    content: '';
    display: block;
}

.nopadding {
    padding: 0 !important;
}

.stoplicht a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* =========================================================
   ONWEER-ONLINE
   LOGIN + REGISTRATIE
   DESKTOP / ALGEMEEN
   ========================================================= */

.oo-account-form,
.oo-account-form *,
.oo-account-form *::before,
.oo-account-form *::after {
    box-sizing: border-box;
}

.oo-account-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    color: #454452;
    font-family: Arial, Helvetica, sans-serif;
}

.oo-account-form .oo-form-message {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0 0 14px;
    padding: 11px 14px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.45;
    overflow: hidden;
}

.oo-account-form .oo-form-message .message {
    position: static;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: normal;
}

.oo-account-form .oo-form-info {
    background: #f2f3f8;
    border: 1px solid #d9dbe6;
    color: #525365;
}

.oo-account-form .oo-form-error {
    background: #fff2f2;
    border: 1px solid #edcccc;
    color: #963d3d;
}

.oo-account-form .oo-form-message .icon {
    display: none;
}

.oo-account-form .oo-form-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    margin: 0;
    background: #ffffff;
    border: 1px solid #dcdde6;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(31, 31, 47, 0.045);
}

.oo-account-form .oo-form-card-header {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 13px 17px;
    background: #59566c;
    color: #ffffff;
}

.oo-account-form .oo-form-card-header .oo-step {
    display: block;
    margin: 0 0 2px;
    padding: 0;
    color: #f5a31a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.oo-account-form .oo-form-card-header h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.oo-account-form .oo-form-card-header p {
    margin: 4px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4;
}

.oo-account-form .oo-form-card-body {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding: 18px 17px;
    background: #ffffff;
}

.oo-account-form .oo-form-field {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 14px;
    padding: 0;
}

.oo-account-form .oo-form-field:last-child {
    margin-bottom: 0;
}

.oo-account-form .oo-form-label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    color: #4c4b59;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.oo-account-form .oo-required {
    color: #dc8d12;
}

.oo-account-form input[type="text"],
.oo-account-form input[type="email"],
.oo-account-form input[type="password"],
.oo-account-form select,
.oo-account-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    background: #ffffff;
    border: 1px solid #ced0da;
    border-radius: 6px;
    color: #363641;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.oo-account-form input[type="text"],
.oo-account-form input[type="email"],
.oo-account-form input[type="password"],
.oo-account-form select {
    height: 40px;
    padding: 0 11px;
}

.oo-account-form textarea {
    min-height: 96px;
    padding: 9px 11px;
    line-height: 1.45;
    resize: vertical;
}

.oo-account-form input[type="text"]:hover,
.oo-account-form input[type="email"]:hover,
.oo-account-form input[type="password"]:hover,
.oo-account-form select:hover,
.oo-account-form textarea:hover {
    border-color: #aeb0bc;
}

.oo-account-form input[type="text"]:focus,
.oo-account-form input[type="email"]:focus,
.oo-account-form input[type="password"]:focus,
.oo-account-form select:focus,
.oo-account-form textarea:focus {
    background: #ffffff;
    border-color: #777caf;
    box-shadow: 0 0 0 3px rgba(119, 124, 175, 0.13);
}

.oo-account-form .infoicon {
    float: right;
    margin: 1px 0 0 7px;
    cursor: help;
}

.oo-account-form .oo-terms {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 2px 0 0;
    padding: 10px 11px;
    background: #f7f7fa;
    border: 1px solid #e1e2e8;
    border-radius: 6px;
    color: #565563;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.45;
}

.oo-account-form .oo-terms input[type="checkbox"] {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 2px 9px 0 0;
    accent-color: #777caf;
}

.oo-account-form .oo-terms span {
    flex: 1 1 auto;
    min-width: 0;
}

.oo-account-form .oo-terms a {
    color: #676da4;
    font-weight: 600;
    text-decoration: none;
}

.oo-account-form .oo-terms a:hover {
    text-decoration: underline;
}

.oo-account-form input[type="file"] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #5c5b68;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.oo-account-form input[type="file"]::file-selector-button {
    margin-right: 9px;
    padding: 8px 11px;
    background: #f4f4f7;
    border: 1px solid #d2d3dc;
    border-radius: 5px;
    color: #4f4e5c;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.oo-account-form input[type="file"]::file-selector-button:hover {
    background: #eaeaf0;
}

.oo-account-form .oo-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 135px;
    height: 40px;
    margin: 0;
    padding: 0 17px;
    background: #f5a31a;
    border: 1px solid #e59716;
    border-radius: 6px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.oo-account-form .oo-primary-button:hover {
    background: #e99917;
    border-color: #dc8f14;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

.oo-account-form .oo-primary-button:active {
    transform: translateY(1px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.oo-account-form .oo-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 150px;
    height: 40px;
    margin: 0;
    padding: 0 17px;
    background: #f4f4f7;
    border: 1px solid #d2d3dc;
    border-radius: 6px;
    color: #555463;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.oo-account-form .oo-secondary-button:hover {
    background: #eaeaf0;
    border-color: #bfc1cc;
    color: #454452;
    text-decoration: none;
}

.oo-login-form {
    display: flow-root;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 14px 26px 18px;
    background: #ffffff;
    box-sizing: border-box;
}

.oo-login-form>.oo-form-message {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 12px;
}

.oo-login-form .oo-login-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
    align-items: stretch;
}

.oo-login-form .oo-login-grid>.oo-form-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;

    margin: 0;
}

.oo-login-form .oo-login-card {
    float: none;
}

.oo-login-form .oo-form-card-body {
    padding: 20px;
}

.oo-login-form .oo-form-field {
    margin-bottom: 16px;
}

.oo-login-form .oo-form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 3px 0 0;
}

.oo-login-form>br.clear,
.oo-login-form>br {
    display: none;
}

.oo-login-form .oo-login-register-card .oo-form-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.oo-login-form .oo-login-register-content {
    color: #62616e;
    font-size: 12px;
    line-height: 1.65;
}

.oo-login-form .oo-login-register-content p {
    margin: 0 0 12px;
}

.oo-login-form .oo-login-register-content p:last-child {
    margin-bottom: 0;
}

.oo-login-form .oo-login-register-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: auto;
}

.oo-register-form {
    display: flow-root;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 10px 10px 14px;
    background: #ffffff;
}

.oo-register-form>.oo-form-message,
.oo-register-form .oo-register-grid,
.oo-register-form .oo-register-submit {
    width: 820px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.oo-register-form>.oo-form-message {
    margin-bottom: 14px;
}

.oo-register-form .oo-register-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

.oo-register-form .oo-register-grid>.oo-form-card {
    height: 100%;
}

.oo-register-form>br.clear,
.oo-register-form>br {
    display: none;
}

.oo-register-form .oo-register-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 11px 14px;
    background: #ffffff;
    border: 1px solid #dcdde6;
    border-radius: 7px;
    box-shadow: 0 2px 6px rgba(31, 31, 47, 0.04);
}

.oo-register-form .oo-register-submit>div {
    flex: 1 1 auto;
    min-width: 0;
}

.oo-register-form .oo-register-submit strong {
    display: block;
    margin: 0 0 2px;
    color: #4c4b59;
    font-size: 12px;
    line-height: 1.3;
}

.oo-register-form .oo-register-submit>div>span {
    display: block;
    color: #858491;
    font-size: 10px;
    line-height: 1.4;
}

.oo-register-form .oo-register-submit .oo-primary-button {
    flex: 0 0 auto;
}

.oo-account-form .ooasm {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.oo-account-forumstats {
    display: block;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 18px 0 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #dcdde6;
    border-radius: 7px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(31, 31, 47, 0.045);
}

.oo-account-forumstats .footerstatstable {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
}

.oo-account-forumstats .footerstatstable tr td {
    width: 25%;
    padding: 15px 16px;
    vertical-align: top;
    border: 0;
    color: #62616e;
    font-size: 11px;
    line-height: 1.55;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.oo-account-forumstats .footerstatstable tr td+td {
    border-left: 1px solid #e3e4ea;
}

.oo-account-forumstats .footerstatstable tr td strong {
    display: inline-block;
    margin: 0 0 4px;
    color: #4d4c59;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.oo-account-forumstats .footerstatstable tr td a {
    color: #ef9413;
    text-decoration: none;
}

.oo-account-forumstats .footerstatstable tr td a:hover {
    text-decoration: underline;
}

.oo-register-form .oo-field-error {
    display: block;
    width: 100%;
    margin: 6px 0 0;
    padding: 8px 10px;
    background: #fff2f2;
    border: 1px solid #edcccc;
    border-radius: 5px;
    color: #963d3d;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.45;
    box-sizing: border-box;
}

.oo-register-form .oo-field-error a {
    color: #963d3d;
    font-weight: 700;
    text-decoration: underline;
}

.oo-register-form .oo-field-error a:hover {
    color: #742c2c;
}

.oo-register-form input.error,
.oo-register-form select.error,
.oo-register-form textarea.error {
    border-color: #d98989;
}

.oo-register-form input.success,
.oo-register-form select.success,
.oo-register-form textarea.success {
    border-color: #9fbea2;
}

.oo-register-form .oo-terms-error {
    margin-top: 7px;
}

.oo-register-account-info {
    margin-top: 22px;
    padding: 14px 15px;
    background: #f7f7fa;
    border: 1px solid #e0e1e8;
    border-radius: 6px;
    color: #55566a;
    font-size: 11px;
    line-height: 1.55;
}

.oo-register-account-info strong {
    display: block;
    margin-bottom: 3px;
    color: #34354a;
    font-size: 12px;
}

.oo-register-account-info p {
    margin: 0;
}

.oo-register-form .oo-form-card-body {
    display: flex;
    flex-direction: column;
}

.oo-register-form .oo-form-card-body {
    display: flex;
    flex-direction: column;
}

.oo-register-form .oo-terms {
    margin-top: auto;
}

.oo-register-form .oo-register-account-info {
    margin-top: auto;
}

.oo-verify-form {
    display: flow-root;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 14px 26px 18px;
    background: #ffffff;
    box-sizing: border-box;
}

.oo-verify-form .oo-verify-card {
    width: 430px;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
}

.oo-verify-form>.oo-form-message {
    width: 430px;
    max-width: 100%;
    margin: 0 auto 12px;
}

.oo-verify-form .oo-form-card-body {
    padding: 20px;
}

.oo-verify-form .oo-verify-intro {
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    color: #62616e;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
}

.oo-verify-form .oo-form-field {
    margin-bottom: 16px;
}

.oo-verify-form .oo-form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 3px 0 0;
    padding: 0;
}

.oo-verify-form .oo-form-error a {
    color: #963d3d;
    font-weight: 700;
    text-decoration: underline;
}

.oo-verify-form .oo-form-error a:hover {
    color: #742c2c;
}