/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
    font-family: 'wizaz';
    src: url('../fonts/wizaz.eot');
    src: url('../fonts/wizaz.eot#iefix') format('embedded-opentype'),
        url('../fonts/wizaz.woff') format('woff'),
        url('../fonts/wizaz.ttf') format('truetype'),
        url('../fonts/wizaz.svg#wizaz') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wizaz-elem,
.wizaz-elem *,
.wizaz-elem *:before,
.wizaz-elem *:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;

    font-family: Georgia, sans-serif;
    font-weight: 400;
}
.wizaz-elem nav a {
    font-weight: 400;
    font-family: Georgia, sans-serif;
    color: #5e0a5e;
}
.wizaz-elem nav a:visited {
    color: #5e0a5e;
}
.wizaz-elem nav a:hover,
.wizaz-elem nav a:active {
    color: #fa641d;
}

#wizaz-header {
    position: fixed;
    z-index: 333;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #fff;
    height: 50px;
    min-width: 1000px;
}
#wizaz-header > div {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: inherit;
}
#wizaz-header nav {
    float: right;
    margin-right: 50px;
}
#wizaz-header nav a {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 0 3px;
    line-height: 50px;
    font-size: 13px;
}
#wizaz-header .wizaz-logo {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    position: relative;
    z-index: 3;
}
#wizaz-header .wizaz-switch {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}
#wizaz-header .wizaz-switch:before {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 26px;
    height: 26px;
    font-family: 'wizaz';
    color: #5e0a5e;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #5e0a5e;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 1px;
}
#wizaz-header .wizaz-switch.logged:before { content: "\e800"; }
#wizaz-header .wizaz-switch.not-logged:before { content: "\e803"; }


#wizaz-header .wizaz-options


#wizaz-footer {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    font-size: 11px;
    line-height: 15px;
    color: #7d7581;
    overflow: hidden;
    padding: 7px 20px;
    border-top: 1px solid #5e0a5e;
}
#wizaz-footer .copy {
    float: left;
}
#wizaz-footer nav {
    float: right;
}
#wizaz-footer nav a {
    display: block;
    float: left;
    padding: 0 15px;
    border-left: 1px dotted #ccc;
}
#wizaz-footer nav a:first-child {
    border-left: none;
}







.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.clearfix {
    display: inline-block
}
html[xmlns] .clearfix {
    display: block
}
* html .clearfix {
    height: 1%
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000000
}
.modal---fixed {
    position: fixed
}
.modal div,.ui-datepicker div {
    float: none
}
.modal-background {
    background: #1a031a;
    height: 100%;
    left: 0;
    opacity: .65;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5
}
.modal-content {
    background: #fff;
    box-shadow: 1px 1px 100px 0 rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 1px 100px 0 rgba(0,0,0,.8);
    border-top: 3px solid #5e0a5e;
    display: block;
    margin: 100px auto 0;
    padding: 20px;
    position: relative;
    width: 940px;
    z-index: 999999;
    text-align: left
}
.modal-headline {
    border-bottom: 1px dotted #e1d1e1;
    color: #560d56;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative
}
.modal-close {
    background: url(https://static.wizaz.pl/design/plain_site/images/x.png) no-repeat 0 0;
    display: block;
    font-size: 14px;
    line-height: 1;
    height: 15px;
    position: absolute;
    right: 0;
    text-indent: -999999px;
    top: 0;
    width: 15px
}
.modal-close:hover {
    opacity: .5
}
.new-form-row {
    margin-bottom: 25px
}
.new-form-row---center {
    text-align: center
}
.new-form-row---border {
    border-bottom: 1px dotted #e1d1e1;
    padding-bottom: 25px
}
.new-form-row-col {
    float: left!important;
    margin-left: 2%;
    width: 48%
}
.new-form-row-col---first {
    margin-left: 0;
    margin-right: 2%
}
.new-form-label,.new-form-legend {
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 8px
}
.new-form-label---req,.new-form-legend---error,.new-form-legend---req {
    color: #d21515
}
span.new-form-label---info {
    background-color: transparent;
    color: #d21515;
    margin: 0;
    padding: 0
}
span.new-form-label---info.success {
    color: #419c19
}
span.new-form-label---info.error {
    color: #d21515
}
span.new-form-label---info.warning {
    color: #ffc000
}
input.new-form-field {
    border: 1px solid #bfbfbf!important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: inset 1px 1px 8px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 1px 1px 8px 0 rgba(0,0,0,.2);
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    width: 100%
}
input.new-form-field:focus {
    border-color: #8c8c8c!important;
    outline: 0
}
input.new-form-field---error {
    border-color: #d21515!important
}
div.new-form-info.transparent {
    color: #000;
    border: 1px solid #CCC
}
div.new-form-info.transparent p {
    font-weight: 700
}
div.group.new-form-container.new-form-field---error,div.modal-group.new-form-container.new-form-field---error {
    border: 1px solid #d21515!important
}
input.new-form-field---success {
    border-color: #419c19!important
}
input.new-form-field---warning {
    border-color: #ffc000!important
}
.new-form-container {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px
}
.new-form-control {
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 22px;
    position: relative
}
.new-form-control---error {
    color: #d21515;
    font-weight: 700;
    line-height: 18px
}
.new-form-control---success {
    color: #419c19;
    font-weight: 700;
    line-height: 18px
}
.new-form-control---warning {
    color: #ffb245;
    font-weight: 700;
    line-height: 18px
}
.new-form-control-checkbox,.new-form-control-radio {
    left: 2px;
    position: absolute
}
.new-form-control-radio {
    top: 3px
}
.new-form-control-checkbox {
    top: 2px
}
.new-form-scroll {
    border: 1px solid #bfbfbf;
    height: 200px;
    overflow: auto;
    padding: 20px
}
.new-form-scroll h1,.new-form-scroll h2,.new-form-scroll h3,.new-form-scroll h4,.new-form-scroll h5,.new-form-scroll h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}
.new-form-scroll h1,.new-form-scroll h2,.new-form-scroll h3,.new-form-scroll h4,.new-form-scroll h5,.new-form-scroll h6,.new-form-scroll p {
    margin-bottom: 15px
}
.new-form-button---hidden {
    display: none
}
.new-form-button,.new-form-submit {
    background: #ff954f;
    background: -moz-linear-gradient(top,#ff954f 0,#ff6702 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff954f),color-stop(100%,#ff6702));
    background: -webkit-linear-gradient(top,#ff954f 0,#ff6702 100%);
    background: -o-linear-gradient(top,#ff954f 0,#ff6702 100%);
    background: -ms-linear-gradient(top,#ff954f 0,#ff6702 100%);
    background: linear-gradient(to bottom,#ff954f 0,#ff6702 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954f', endColorstr='#ff6702', GradientType=0);
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Georgia,"Nimbus Roman No9 L",serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 #db6021;
    text-transform: uppercase;
    width: 100%
}
.new-form-button---auto {
    width: auto
}
.new-form-button.disabled,.new-form-button:hover,.new-form-submit:hover {
    opacity: .8
}
.new-form-button.disabled {
    cursor: auto
}
.new-form-add {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0
}
.new-form-add span {
    float: right
}
.new-form-add span:first-child {
    float: left
}
.new-form-info,.new-form-info-static {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 10px!important;
    line-height: 17px;
    padding: 10px;
    text-align: right;
    position: relative;
    z-index: 1;
    width: auto!important
}
.new-form-info-static {
    text-align: left;
    display: none
}
.new-form-info-static.error,.new-form-info.error {
    background: #d21515
}
.new-form-info-static.success,.new-form-info.success {
    background: #419c19
}
.new-form-info-static.warning,.new-form-info.warning {
    background: #ffc000
}
.new-form-info p {
    float: left;
    text-align: left;
    margin: 0;
}
.new-form span.wrapper-icon {
    display: inline-block
}
.new-form span.wrapper-icon span.tooltip {
    display: none;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    text-align: left;
    width: 200px;
    border-color: #000;
    background-color: rgba(0,0,0,.8);
    line-height: 20px;
    color: #FFF
}
.new-form span.wrapper-icon span.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    width: 18px;
    height: 17px;
    vertical-align: middle
}
.new-form span.wrapper-icon span.icon:hover {
    cursor: pointer
}
div.new-form-row span.wrapper-icon span.icon {
    width: 13px;
    height: 12px;
    background-image: url(/include/forum-plugin/login/img/qm-purple-small.png)
}
div.new-form div.new-form-info span.wrapper-icon span.icon {
    background-image: url(/include/forum-plugin/login/img/qm.png)
}
div.new-register .new-form-captcha {
    display: inline-block;
    margin: 0 0 10px;
    float: left
}
.new-login-content,.new-password-remind-content {
    padding: 20px;
    width: 460px
}
.new-register-content {
    padding: 20px;
    width: 620px
}
.new-register-content div.loader-wrapper {
    margin-top: 20px
}
.group:after,.modal-group:after {
    content: "";
    display: table;
    clear: both
}
div.loader-wrapper {
    text-align: center;
    line-height: 32px;
    display: none
}
div.loader-wrapper img {
    vertical-align: middle
}
div.loader-wrapper span.label {
    margin-left: 10px
}
div.loader-wrapper.username {
    position: absolute;
    margin: 0
}
