@charset "UTF-8";
/* Add whatever you need to your CSS reset */

html, body, h1, form, fieldset, input {
    margin: 0;
    padding: 0;
    border: none;
    font-family: arial;
}

body {
    margin:10px auto;
    width:960px;
    background-color: rgb(246,255,243);
}

b {
    font-weight: bold;
}

#bubble{
    background-color: #90EE90;
    float: left;
    width: 100%;
    padding: 5px;
    color:#000;
    border-radius: 5px;
    margin-top:30px;
    font-weight: 600;
    font-size: 15px;
    border:1px solid rgb(103,169,95);
}
#login{
    margin:0 80px;
    float:left;
    width:800px;
    border-radius:10px;
    border:1px solid #f3f3f3;
    -webkit-box-shadow: 0 0 2px 1px #999;
    -moz-box-shadow: 0 0 2px 1px #999;
    box-shadow: 0 0 2px 1px #999;
    background-color: white;
    overflow: hidden;
    color: #83c783;
    font-size:10pt;
}
#login a{
    font-size: 15px;
}
#login input{
    float:left;
    color:#333;
    border:1px solid rgb(103,169,95);
    border-radius: 3px;
    width:240px;
    height:30px;
    background: #e6f4e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6f4e8 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f4e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6f4e8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6f4e8 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6f4e8 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6f4e8 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    font-weight:100;
    font-size: 14pt;
    padding-left:5px;
    padding-right: 5px;

}

#login button{
    float:left;
    margin:20px 0 0 0;
    border:0;
    color:#fff;
    padding:5px 0;
    background: #83c783; /* Old browsers */
    background: -moz-linear-gradient(top,  #83c783 0%, #52b152 33%, #005700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c783), color-stop(33%,#52b152), color-stop(100%,#005700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #83c783 0%,#52b152 33%,#005700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
    font-weight:100;
    width:160px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14pt;
}

#login label{
    float:left;
    width:170px !important;
    font-size: 14pt;
    margin-top:3px;
    color:#000;
}

#login #left{
    padding:80px;
}

#login .row{
    float:left;
    margin-bottom: 10px;
    width:100%;
}

#login .row input[type=checkbox]{
    float:left;
    margin:0;
    padding:0;
    width:12px;
    height:12px;
}

#login .row .checkbox_border{
    float: left;
    border:1px solid rgb(103,169,95);
    border-radius: 3px;
    overflow: hidden;
    margin-top:8px;
}
#wrapper{
    width:960px;
    float:left;
}
#menu{
    float:left;
    width:160px;
    margin-top:20px;
}
#menu ul{
    float:left;
    width:160px;
}
#menu ul li{
    float:right;
    width:100%;
    margin:10px 0;
    height:50px;
}

#menu ul li a{
    width:50px;
    float: right;
    text-align: right;

    display:block;
    color:#fff;
    height:50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #83c783; /* Old browsers */
    background: -moz-linear-gradient(top,  #83c783 0%, #52b152 33%, #005700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c783), color-stop(33%,#52b152), color-stop(100%,#005700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #83c783 0%,#52b152 33%,#005700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
}
#menu ul li a:hover{
    width:150px;
}
#menu ul li a.active{
    width:150px;
}
#menu ul li a img{
    float:left;
    padding: 5px;
}
#menu .menutext{
    float:right;
    padding-top:15px;
    padding-right:5px;
}
#content{
    margin:0;
    float:left;
    width:800px;
    border-radius:10px;
    border:1px solid #f3f3f3;
    -webkit-box-shadow: 0 0 2px 1px #999;
    -moz-box-shadow: 0 0 2px 1px #999;
    box-shadow: 0 0 2px 1px #999;
    background-color: white;
    overflow: hidden;
    color: #000;
    font-size:10pt;
}
.error{
    width:100%;
    color:tomato;
    margin-bottom: 10px;
}
#left{
    float:left;
    width:575px;
    border-right: 1px solid #f6f6f6;
    min-height: 720px;
}
#right{
    float:left;
    width:221px;
    position: fixed;
    margin-left:575px;
}
#right input[type=text]{
    float: left;
    margin: 50px 0 0 30px;
    color:#333;
    border:1px solid rgb(103,169,95);
    border-radius: 3px;
    width:160px;
    height:30px;

}
#wrapper .news{
    float:left;
    margin:30px 20px 10px 20px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #f6f6f6;*/
    color:#000;
}
#wrapper .news .newstitle{
    font-weight: 600;
    font-size: 22px;
    font-weight: normal;
}
#wrapper .news .newsdate{
    float:right;
    font-size: 0.8em;
}
#wrapper .news .newscontent{
    font-weight: normal;
    font-size: 15px;
}
#wrapper .news a{
    color: #83c783;
}
#wrapper #left label{
    float:left;
    color:#000;
    padding: 5px;
    width:250px;
}
#wrapper #left input{
    float:left;
    color:#000;
    border:1px solid rgb(103,169,95);
    background-color: lightgreen;
    border-radius: 3px;
    width:280px;
    height:30px;
    padding-left:5px;
    padding-right: 5px;
}
#wrapper #left input[disabled]{
    /*background-color:#bfeabf;*/
    background-color:#dcdcdc;
}
#wrapper #left #row input .admincolor{
    background-color: lightblue !important;
}
#wrapper .row select{
    border:1px solid rgb(103,169,95);
    border-radius: 3px;
    float:left;
    width:280px;
    height:30px;
    padding:auto;
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    color:#000;
    background-color: lightgreen;
}
#wrapper #left textarea{
    float:left;
    color:#000;
    border:1px solid rgb(103,169,95);
    border-radius: 3px;
    width:280px !important;
    height: 100px;
    background-color: lightgreen;
}
#wrapper #left .row{
    float:left;
    width:100%;
    padding-top:10px;
}
#wrapper #left button{
    float:left;
    margin:20px 10px 10px 5px;
    border:0;
    color:#fff;
    padding:5px 0;
    background: #83c783; /* Old browsers */
    background: -moz-linear-gradient(top,  #83c783 0%, #52b152 33%, #005700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c783), color-stop(33%,#52b152), color-stop(100%,#005700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #83c783 0%,#52b152 33%,#005700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
    font-weight:100;
    width:160px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14pt;
}
#wrapper .thumb{
    float:right;
    width:100%;
}
#wrapper .thumb img{
    width:58px;
    margin-left: 5px;
}
#wrapper #currentuser{
    float:left;
    padding:30px 10px 10px 30px;
    font-weight: normal;
}


#wrapper #currentuser #mainbox{
    float:left;
    width:360px;
    font-weight: 300;
    color:#000;
}
#wrapper #currentuser #mainbox .row{
    padding-top:0;
    padding-bottom: 5px;

}
#wrapper #currentuser #mainbox label{
    width:190px;
}
#wrapper #currentuser label{
    float:left;
    width:100%;
    margin:0;
    padding: 0;
    font-weight: bold;
}
#wrapper #currentuser p{
    clear: both;
    width:100%;
    color:#000;

}
#wrapper #currentuser p label{
    width:100%;
}
#wrapper #currentuser img{
    float:left;
    width:150px;
    margin: 0 20px 10px 0;
}
#left #currentuser a{
    text-decoration: underline;
}
#wrapper #election{
    float:left;
    width:100%;
    padding:30px 10px 10px 30px;
    color:#000;
}
#wrapper #election p{
    float:left;
    width:100%;
    font-weight: 300;
    color:#000;
}
#wrapper #election p label{
    width:100%;
}
#wrapper #election input{
    float:left;
    width:auto;
    height: auto;
    margin:3px 3px 0 0;
    padding:0;
}
#left #candidate{
    float: left;
    width:100%;
}
#left #candidate #bubble{
    margin:30px;
    width:535px;
}
#left #candidate p{
    padding: 5px 5px 10px 5px;
    font-size: 18pt;
    color:#000;
}
#left .candidates{
    float:left;
    width:100%;
    margin-bottom: 30px;
}
#left .candidates strong{
    font-weight: bold;
}
#left .candidates button{
    font-size: 12px !important;
}
#wrapper #election label{
    margin:0;
    padding:0;
    font-weight: bold;
}
#left .candidates .members{
    height: 90px !important;
}
#wrapper #election button{

    float:left;
    margin:0 10px 10px 0;
    width:140px;
    font-size: 12pt;
}
#wrapper #election .row{
    font-weight: 300;
}
#wrapper #left #admin{
    /*float: left;
    width:160px;*/
    margin-left: 20px;
}

.select {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
}

#wrapper #left #admin *{
    float: none;
}

.members{
    float:left;
    width:100%;
    padding:5px;
    height: 70px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background-color: #90EE90;
}
.members:nth-child(odd){
    background-color: #90EE90;
}
.members .imagebox{
    float: left;
    width:60px;
    height: 60px;
    overflow: hidden;
	display: inline-block;
	text-align: center;
}
.members .imagebox img{
    max-height: 58px;
    max-width: 58px;
	display:inline-block;
}
.members .userdata{
    float:left;
    width:480px;
    height:60px;
    color:#000;
    padding:5px 0 0 5px;

}
.members button{
    width:100px !important;
    margin-top:15px !important;
    margin-right: 0 !important;
}
#wrapper #right button{
    float:left;
    margin:20px 30px 10px 30px;
    border:0;
    color:#fff;
    padding:5px 0;
    background: #83c783; /* Old browsers */
    background: -moz-linear-gradient(top,  #83c783 0%, #52b152 33%, #005700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c783), color-stop(33%,#52b152), color-stop(100%,#005700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #83c783 0%,#52b152 33%,#005700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
    font-weight:100;
    width:160px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 13pt;
}
.cancelbutton{
    background: #e20425 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #e20425 0%, #6d0019 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20425), color-stop(100%,#6d0019)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e20425 0%,#6d0019 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e20425 0%,#6d0019 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e20425 0%,#6d0019 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #e20425 0%,#6d0019 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20425', endColorstr='#6d0019',GradientType=0 ) !important; /* IE6-9 */

}
.successbutton{
    background: #83c783; /* Old browsers */
    background: -moz-linear-gradient(top,  #83c783 0%, #52b152 33%, #005700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c783), color-stop(33%,#52b152), color-stop(100%,#005700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #83c783 0%,#52b152 33%,#005700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #83c783 0%,#52b152 33%,#005700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
    border-radius: 15px;

}
.successmessage{
    float:left;
    color: #000;
    background-color: #90EE90;
    width:100%;
    padding: 10px 30px;
    font-size: 15px;
}
.mycandidatesmessage{
    float:left;
    color: #000;
    background-color: #90EE90;
    width:100%;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
}
#right p{
    float: left;
    text-align: center;
    width:100%;
    margin: 0;
    padding: 0 5px;
}
#right p span{

    margin: 0;
    padding: 0;
}
#right p .strong{
    padding: 0;
    margin: 0;
    font-weight: bold;

}
.strong{
    font-weight: bold;

}
.infomessage {
    float:left;
    padding:10px;
    color: #00529B;
    background-color: #BDE5F8;
    width:100%;
}
.warningmessage {
    float:left;
    padding:10px;
    color: #9F6000;
    background-color: #FEEFB3;
    width:100%;
}
.errormessage {
    float:left;
    padding:10px;
    color: #D8000C;
    background-color: #FFBABA;
    width:100%;
}
.row .profile{
    float: left;
    padding: 5px;
    width: 100%;
}

#left #profile{
    float: left;
    width:535px;
    margin:30px 10px 10px 30px;
}
#left #profile .row{
    width:535px !important;
    overflow: hidden;
    padding: 0 0 10px 0;

}
#left #profile form{
    margin: 0;
    padding: 0;
}
#left #profile .row label{
    font-weight: normal;
    font-size: 15px;
}
#left #profile form .inactive{
    background-color: #dcdcdc !important;
}
.gray{
    background-color: #dcdcdc !important;
}
.submenu{
    width:120px !important;
}
#profile{
    color:#000;
}
.lighter{
    font-weight: normal;
}
#title{
    float: left;
    padding-bottom: 20px;
    font-size: 22px;
}
#right #redbox{
    background: #c92314; /* Old browsers */
background: -moz-linear-gradient(top,  #c92314 0%, #ad223f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92314), color-stop(100%,#ad223f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c92314 0%,#ad223f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c92314 0%,#ad223f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c92314 0%,#ad223f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c92314 0%,#ad223f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92314', endColorstr='#ad223f',GradientType=0 ); /* IE6-9 */
    margin-top: 20px;
    float: left;
    width:206px;
    text-align: left;
    padding:5px;
    border-radius: 5px;
    margin-left: 10px;
    color:#fff;
}
#right #redbox p{
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: left;
}
#left #feedback{
    float: left;
    margin: 30px 10px 10px 30px;
    width: 535px;
}
#left #feedback label{
    font-size:15px;
}
.red{
    color:#c92314;
}
#authorizationform{
    float: left;
    padding:10px 20px;
    color:#000;
    text-decoration: underline;
    display: none;

}
#logoutbox{
    position:fixed;
    width:500px;
    display:none;
    padding: 10px;
    font-weight: bold;
   border:1px solid rgb(103,169,95);
    background-color: #90EE90;
    z-index: 100;
    color:#000;
    margin-left: 230px;
    margin-top:300px;
    border-radius: 10px;
}
#logoutbox a{
    float:left;
    width:200px;
    height: 40px;
    text-align: center;
    display: block;
    margin: 17px;
    background: #e20425 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #e20425 0%, #6d0019 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20425), color-stop(100%,#6d0019)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e20425 0%,#6d0019 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e20425 0%,#6d0019 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e20425 0%,#6d0019 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #e20425 0%,#6d0019 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20425', endColorstr='#6d0019',GradientType=0 ) !important; /* IE6-9 */
padding-top: 8px;
border-radius: 10px;
}
.currentnumber{
    float: left;
    padding-right: 3px;
}
.bubblemargin{
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.smaller{
    width: 420px !important;
}
.points{
    float: left;
    font-size: 16px;
    color: #fff;

    width: 70px;
    text-align: center;
    font-weight: bold;
}
.currentpoint{
    font-size: 26px;
}
#pictures{
    width:170px;
    float:left;
}
.charity{
    float: left;
    width:100%;
    border:1px solid #90ee90;
    padding:10px;
    color:#000;
    margin-bottom: 1px;
}

/* MaReSz 2026 refresh */
html, body, h1, form, fieldset, input, textarea, select, button {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

body {
    width: 1180px;
    margin: 0 auto;
    background: #f6f7f8;
    color: #202124;
}

a {
    color: #c92314;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 1180px;
    margin: 24px 0;
}

#content,
#login {
    border: 1px solid #e4e7eb;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(25, 31, 40, 0.08);
}

#content {
    width: 980px;
    min-height: 760px;
}

#left {
    width: 715px;
    border-right: 1px solid #eceff3;
}

#right {
    width: 260px;
    margin-left: 715px;
    background: #fff;
}

#right img {
    max-width: 210px;
    height: auto;
    margin: 28px 24px;
}

#menu {
    width: 190px;
    margin-top: 0;
}

#menu ul {
    width: 190px;
}

#menu ul li {
    height: 46px;
    margin: 8px 0;
}

#menu ul li a {
    width: 54px;
    height: 46px;
    color: #24272b;
    background: #fff;
    border: 1px solid #e4e7eb;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 6px 18px rgba(25, 31, 40, 0.05);
}

#menu ul li a:hover,
#menu ul li a.active {
    width: 176px;
    color: #fff;
    background: #c92314;
    text-decoration: none;
}

#menu ul li a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    padding: 7px;
}

#menu .menutext {
    padding-top: 13px;
    font-weight: 600;
}

#wrapper .news {
    margin: 34px;
}

#wrapper .news .newstitle,
#title {
    color: #202124;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 700;
}

#wrapper .news .newscontent,
#left #profile .row label,
#wrapper #election p,
#wrapper #currentuser #mainbox {
    font-size: 16px;
    line-height: 1.45;
}

#bubble,
.successmessage,
.mycandidatesmessage {
    background: #eef7f1;
    border: 1px solid #b7d9c2;
    border-left: 5px solid #2f8f4e;
    border-radius: 6px;
    color: #16351f;
}

.errormessage {
    border-left: 5px solid #c92314;
    border-radius: 6px;
}

#wrapper #left input,
#wrapper #left textarea,
#wrapper .row select,
#right input[type=text],
#login input {
    border: 1px solid #cbd2d9;
    border-radius: 4px;
    background: #fff;
    color: #1f2933;
    box-sizing: border-box;
}

#wrapper #left textarea {
    min-height: 120px;
}

#wrapper #left button,
#wrapper #right button,
#login button,
.admin-tabs a {
    background: #c92314;
    color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 700;
    cursor: pointer;
}

#wrapper #left button:hover,
#wrapper #right button:hover,
#login button:hover,
.admin-tabs a:hover {
    background: #a51d12;
    text-decoration: none;
}

.cancelbutton {
    background: #30343b !important;
}

.members,
.members:nth-child(odd) {
    background: #f4f8f5;
    border-bottom: 1px solid #e3ece6;
}

.members:hover {
    background: #e8f3eb;
}

.admin-tabs {
    margin: 28px 28px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-tabs a {
    display: inline-block;
    padding: 9px 12px;
}

.admin-section {
    margin: 0 28px 36px !important;
}

.admin-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 18px 0 8px;
}

.admin-help {
    font-size: 14px;
    line-height: 1.4;
    color: #59636e;
    margin: 0 0 16px;
}

.admin-card {
    border: 1px solid #e1e5ea;
    border-radius: 6px;
    padding: 16px;
    margin: 0 0 16px;
    background: #fff;
}

#wrapper #left .admin-card label,
.admin-card label {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 6px;
    font-weight: 700;
}

#wrapper #left .admin-card input[type=text],
#wrapper #left .admin-card input[type=email],
#wrapper #left .admin-card textarea,
#wrapper #left .admin-card select,
.admin-card input[type=text],
.admin-card input[type=email],
.admin-card textarea,
.admin-card select {
    float: none;
    width: 100% !important;
    min-height: 34px;
    margin: 0 0 12px;
}

.admin-card input[type=checkbox] {
    width: auto !important;
    height: auto !important;
    margin-right: 6px;
}

.admin-list-row {
    padding: 12px 0;
    border-bottom: 1px solid #e8ecef;
    font-size: 15px;
}

.admin-list-row a {
    margin-left: 10px;
    font-weight: 700;
}

.email-test-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e8ecef;
}

.email-test-form strong {
    min-width: 150px;
    color: var(--maresz-blue);
}

#wrapper #left .email-test-form input[type=email],
.email-test-form input[type=email] {
    flex: 1;
    float: none;
    width: auto !important;
    min-height: 34px;
    margin: 0;
}

#wrapper #left .email-test-form button,
.email-test-form button {
    float: none;
    width: auto;
    min-width: 120px;
    margin: 0;
}

.status-pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eef7f1;
    color: #2f8f4e;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 900px) {
    body,
    #wrapper,
    #content,
    #left,
    #right,
    #menu,
    #menu ul {
        width: 100%;
    }

    #wrapper {
        margin: 0;
    }

    #menu,
    #content,
    #left,
    #right {
        float: none;
    }

    #right {
        position: static;
        margin-left: 0;
    }

    #menu ul li a,
    #menu ul li a:hover,
    #menu ul li a.active {
        width: 100%;
        border-radius: 0;
    }
}

/* MaReSz site-aligned polish */
:root {
    --maresz-blue: #062f4f;
    --maresz-blue-dark: #041f35;
    --maresz-green: #9bc53d;
    --maresz-orange: #f28c28;
    --maresz-red: #c92314;
    --maresz-ink: #17202a;
    --maresz-muted: #667085;
    --maresz-line: #d8dee6;
    --maresz-page: #eef2f5;
}

body {
    background: var(--maresz-page);
}

.site-header {
    float: left;
    width: 980px;
    margin: 0 0 18px 190px;
    min-height: 92px;
    background: var(--maresz-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 18px 24px;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-brand img {
    width: 112px;
    height: auto;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
}

.site-brand span {
    display: block;
    color: var(--maresz-green);
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.site-brand strong {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 800;
}

.site-links {
    display: flex;
    gap: 14px;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.site-links a {
    color: #fff;
}

#content,
#login {
    border-radius: 0;
    border: 0;
    box-shadow: 0 18px 36px rgba(6, 47, 79, 0.16);
}

#content {
    background: #fff;
}

#right {
    background: #fafbfc;
}

#menu ul li a {
    border-radius: 0;
    border-color: transparent;
    background: var(--maresz-blue);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
}

#menu ul li a:hover,
#menu ul li a.active {
    background: var(--maresz-green);
    color: var(--maresz-blue-dark);
}

#wrapper .news .newstitle,
#title,
.admin-section h2 {
    color: var(--maresz-blue);
}

#wrapper .news a,
a {
    color: var(--maresz-blue);
}

#bubble,
.successmessage,
.mycandidatesmessage {
    background: #f3f8e8;
    border: 0;
    border-left: 8px solid var(--maresz-green);
    border-radius: 0;
    color: var(--maresz-blue-dark);
}

.infomessage {
    background: #eaf3fb;
    color: var(--maresz-blue);
}

.warningmessage {
    background: #fff4e7;
    color: #8a4a0a;
}

.errormessage {
    background: #fff0ef;
    color: #8b1b12;
    border-left: 8px solid var(--maresz-red);
    border-radius: 0;
}

#wrapper #left input,
#wrapper #left textarea,
#wrapper .row select,
#right input[type=text],
#login input {
    border-color: var(--maresz-line);
    border-radius: 0;
    min-height: 36px;
}

#wrapper #left input:focus,
#wrapper #left textarea:focus,
#wrapper .row select:focus,
#right input[type=text]:focus,
#login input:focus {
    border-color: var(--maresz-green);
    outline: 2px solid rgba(155, 197, 61, 0.24);
}

#wrapper #left button,
#wrapper #right button,
#login button,
.admin-tabs a {
    background: var(--maresz-blue);
    border-radius: 0;
    min-height: 38px;
    text-transform: uppercase;
    letter-spacing: 0;
}

#wrapper #left button:hover,
#wrapper #right button:hover,
#login button:hover,
.admin-tabs a:hover {
    background: var(--maresz-green);
    color: var(--maresz-blue-dark);
}

.cancelbutton {
    background: var(--maresz-orange) !important;
}

.admin-tabs {
    border-bottom: 3px solid var(--maresz-green);
    padding-bottom: 10px;
}

.admin-card {
    border-radius: 0;
    border-color: var(--maresz-line);
    box-shadow: 0 8px 18px rgba(6, 47, 79, 0.06);
}

.admin-card textarea {
    min-height: 170px;
}

.admin-list-row {
    background: #fff;
    border: 1px solid var(--maresz-line);
    border-left: 5px solid var(--maresz-green);
    margin-bottom: 8px;
    padding: 12px 14px;
}

.status-pill {
    border-radius: 0;
    background: var(--maresz-blue);
    color: #fff;
}

.members,
.members:nth-child(odd) {
    background: #f8fafb;
    border-bottom: 1px solid var(--maresz-line);
}

.members:hover {
    background: #f3f8e8;
}

.members.electable,
.members.electable:nth-child(odd) {
    background: #dff2b2;
    border-left: 6px solid var(--maresz-green);
}

.members.electable:hover {
    background: #d2ec94;
}

.members.gray,
.members.gray:nth-child(odd),
.members.gray:hover {
    background: #dcdcdc !important;
    border-left: 6px solid #aeb4bb;
    color: #58606a;
}

#login {
    margin-top: 70px;
    border-top: 12px solid var(--maresz-blue);
}

#login #right {
    position: static;
    margin-left: 0;
}

@media (max-width: 900px) {
    .site-header {
        width: 100%;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .site-links {
        flex-wrap: wrap;
    }

    .site-brand strong {
        font-size: 21px;
    }
}

/* Fancy app shell pass */
body {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(6, 47, 79, 0.10) 0, rgba(6, 47, 79, 0.10) 34%, transparent 34%, transparent 100%),
        linear-gradient(180deg, #f7fafc 0, #e8eef3 100%);
}

#wrapper {
    position: relative;
}

#wrapper:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(6, 47, 79, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 47, 79, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
}

.site-header {
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(6, 47, 79, 0.22);
}

.site-header:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 7px;
    background: linear-gradient(90deg, var(--maresz-green), var(--maresz-orange));
}

.site-brand img {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.site-brand strong {
    max-width: 560px;
}

.site-links a {
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 9px 12px;
}

.site-links a:hover {
    background: var(--maresz-green);
    border-color: var(--maresz-green);
    color: var(--maresz-blue-dark);
    text-decoration: none;
}

#menu {
    position: sticky;
    top: 18px;
}

#menu ul li {
    margin: 6px 0;
}

#menu ul li a {
    position: relative;
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(6, 47, 79, 0.16);
}

#menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--maresz-orange);
    transform: translateX(-100%);
    transition: transform 0.18s ease;
}

#menu ul li a:hover:after,
#menu ul li a.active:after {
    transform: translateX(0);
}

#content {
    position: relative;
    min-height: 820px;
}

#content:before {
    content: "";
    display: block;
    height: 7px;
    background: linear-gradient(90deg, var(--maresz-green), var(--maresz-blue), var(--maresz-orange));
}

#left {
    background: #fff;
}

#right {
    min-height: 820px;
    border-left: 1px solid #e5eaf0;
}

#right:after {
    content: "MARESZ";
    display: block;
    margin: 0 24px 24px;
    padding: 14px 0 0;
    border-top: 3px solid var(--maresz-green);
    color: var(--maresz-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

#wrapper .news {
    width: calc(100% - 68px);
    box-sizing: border-box;
}

#wrapper .news .newstitle {
    border-left: 7px solid var(--maresz-green);
    padding-left: 16px;
}

#wrapper .news .newscontent {
    color: #26323f;
}

#wrapper .news .newscontent p {
    margin-bottom: 8px;
}

#bubble {
    box-shadow: 0 12px 24px rgba(6, 47, 79, 0.08);
}

.admin-tabs {
    background: #f8fafb;
    margin-top: 0;
    padding-top: 20px;
}

.admin-tabs a {
    box-shadow: 0 10px 18px rgba(6, 47, 79, 0.12);
}

.admin-section {
    position: relative;
}

.admin-section h2 {
    font-size: 30px;
}

.admin-election-selector {
    background: var(--maresz-blue);
    color: #fff;
    padding: 14px;
    margin: 10px 0 18px;
    display: grid;
    gap: 8px;
}

.admin-election-selector label {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800 !important;
    padding: 0 !important;
}

.admin-election-selector select {
    width: 100% !important;
    float: none !important;
    background: #fff !important;
    border: 0 !important;
    color: var(--maresz-blue-dark) !important;
}

.admin-card {
    border-top: 5px solid var(--maresz-green);
}

.admin-card label {
    color: var(--maresz-blue);
}

.admin-list-row {
    box-shadow: 0 10px 20px rgba(6, 47, 79, 0.06);
}

.admin-list-row strong {
    color: var(--maresz-blue);
    font-size: 17px;
}

.admin-list-row a {
    display: inline-block;
    margin-top: 6px;
    color: var(--maresz-red);
}

.wysiwyg-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    background: #eef3f7;
    border: 1px solid var(--maresz-line);
    border-bottom: 0;
}

#wrapper #left .wysiwyg-toolbar button,
.wysiwyg-toolbar button {
    width: auto;
    min-height: 32px;
    margin: 0;
    padding: 6px 10px;
    font-size: 12px;
}

.wysiwyg-editor {
    min-height: 320px;
    padding: 16px;
    border: 1px solid var(--maresz-line);
    background: #fff;
    color: var(--maresz-ink);
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
}

.wysiwyg-editor:focus {
    border-color: var(--maresz-green);
    box-shadow: inset 0 0 0 2px rgba(155, 197, 61, 0.18);
}

#wrapper #left .wysiwyg-source-field,
.wysiwyg-source-field {
    display: none;
    min-height: 320px;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
}

#login {
    position: relative;
    width: 900px;
    margin: 72px auto 0;
    overflow: hidden;
    border-top: 0;
}

#login:before {
    content: "MaReSz választási felület";
    display: block;
    background: var(--maresz-blue);
    color: #fff;
    padding: 22px 32px;
    font-size: 28px;
    font-weight: 900;
}

#login:after {
    content: "";
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--maresz-green), var(--maresz-orange));
}

#login #left {
    width: 560px;
    min-height: 360px;
}

#login #right {
    width: 338px;
    min-height: 360px;
    background: #f8fafb;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login #right img {
    max-width: 230px;
    margin: 0;
}

@media (max-width: 900px) {
    #login {
        width: 100%;
        margin: 0;
    }

    #login #left,
    #login #right {
        width: 100%;
        min-height: 0;
    }

    #right {
        min-height: 0;
    }
}

/* Premium admin/system and right-panel action refinements */
#right:after {
    content: none;
    display: none;
}

#wrapper #right {
    text-align: center;
}

#wrapper #right form[id^="electto"],
#wrapper #right form#electcancel {
    position: relative;
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 18px auto 0;
    padding-top: 18px;
}

#wrapper #right form[id^="electto"]:before,
#wrapper #right form#electcancel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--maresz-green);
}

#wrapper #right button {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    min-height: 64px;
    margin: 0 auto 10px;
    padding: 10px 14px;
    box-sizing: border-box;
    border: 0;
    background: var(--maresz-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: 0 14px 28px rgba(6, 47, 79, 0.18);
}

#wrapper #right button:hover {
    background: var(--maresz-green);
    color: var(--maresz-blue-dark);
}

#wrapper #right a[href*="mycandidates"] {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 6px auto 0 !important;
    text-align: center !important;
    color: var(--maresz-blue);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

#wrapper #left #admin.admin-system {
    width: auto;
    margin: 0;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0, #f8fafc 100%);
    border-top: 5px solid var(--maresz-green);
}

.admin-system {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.admin-system form,
.admin-system > button {
    margin: 0;
}

.admin-system form {
    display: flex;
}

#wrapper #left .admin-system button,
.admin-system button {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid rgba(6, 47, 79, 0.08);
    background: var(--maresz-blue) !important;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: 0 16px 30px rgba(6, 47, 79, 0.13);
    transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

#wrapper #left .admin-system button:hover,
.admin-system button:hover {
    background: var(--maresz-green) !important;
    color: var(--maresz-blue-dark);
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(6, 47, 79, 0.18);
}

#wrapper #left .admin-system .cancelbutton,
.admin-system .cancelbutton {
    background: linear-gradient(135deg, var(--maresz-blue) 0, #0a416b 100%) !important;
}

#wrapper #left .admin-system #deleteelection,
#wrapper #left .admin-system #resetassumes {
    background: linear-gradient(135deg, #8b1b12 0, var(--maresz-red) 100%) !important;
}

.admin-system #testform {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 120px 1fr 180px;
    gap: 10px 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--maresz-line);
    background: #fff;
    box-shadow: 0 12px 24px rgba(6, 47, 79, 0.08);
}

.admin-system #testform select {
    width: 100% !important;
    min-height: 42px;
    margin: 0;
}

.admin-system #testform div {
    grid-column: 2 / 3;
    color: var(--maresz-muted);
    font-size: 13px;
    line-height: 1.25;
}

.admin-system #testform button {
    grid-column: 3 / 4;
    grid-row: 1 / span 6;
    align-self: stretch;
}

@media (max-width: 700px) {
    .admin-system {
        grid-template-columns: 1fr;
    }

    .admin-system #testform {
        grid-template-columns: 1fr;
    }

    .admin-system #testform div,
    .admin-system #testform button {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Refined premium pass */
#right img {
    display: block;
    max-width: 172px;
    margin: 42px auto 78px;
}

#searchform {
    width: 176px;
    margin: 0 auto;
}

#searchform .row {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 8px;
}

#wrapper #right #searchform input[type=text] {
    float: none;
    width: 100% !important;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0 12px;
    box-sizing: border-box;
    border: 1px solid #d6dee7;
    background: #fff;
    color: var(--maresz-ink);
    font-size: 13px;
    box-shadow: 0 8px 18px rgba(6, 47, 79, 0.05);
}

#wrapper #right #searchform button {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0 16px;
    background: var(--maresz-blue);
    font-size: 13px;
    box-shadow: 0 12px 22px rgba(6, 47, 79, 0.14);
}

#wrapper #right form[id^="electto"],
#wrapper #right form#electcancel {
    margin-top: 20px;
    padding-top: 20px;
}

#wrapper #right form[id^="electto"]:before,
#wrapper #right form#electcancel:before {
    left: 18px;
    right: 18px;
    height: 2px;
}

#wrapper #right form[id^="electto"] button,
#wrapper #right form#electcancel button {
    min-height: 58px;
    box-shadow: 0 16px 26px rgba(6, 47, 79, 0.15);
}

#left .candidates .members {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    height: auto !important;
    min-height: 90px;
    overflow: hidden;
}

#left .candidates .members .currentnumber,
#left .candidates .members .imagebox {
    flex: 0 0 auto;
}

#left .candidates .members .userdata {
    box-sizing: border-box;
    flex: 1 1 auto;
    float: none;
    width: auto;
    min-width: 0;
    height: auto;
    overflow-wrap: anywhere;
}

#left .candidates .members .userdata form {
    margin: 8px 0 0 0;
}

#left .candidates .members button.electioncancellation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 8px 0 0 0 !important;
    max-width: 100%;
    white-space: normal;
}

#left .candidates .candidate-action-row {
    box-sizing: border-box;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 10px 12px;
    background: #fff;
    border-bottom: 1px solid var(--maresz-line);
}

#left .candidates .candidate-remaining {
    color: var(--maresz-blue-dark);
    font-weight: 700;
}

#left .candidates .candidate-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    background: var(--maresz-blue);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#left .candidates .candidate-add-button:hover {
    background: var(--maresz-green);
    color: var(--maresz-blue-dark);
    text-decoration: none;
}

#wrapper #left #admin.admin-system {
    margin: 0;
    padding: 0;
    background: transparent;
    border-top: 0;
}

.admin-system {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.admin-system-header {
    grid-column: 1 / -1;
    padding: 20px 22px;
    background: var(--maresz-blue);
    color: #fff;
    border-bottom: 4px solid var(--maresz-green);
    box-shadow: 0 16px 32px rgba(6, 47, 79, 0.12);
}

.admin-system-header h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
}

.admin-system-header p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.35;
}

#wrapper #left .admin-system button,
.admin-system button {
    min-height: 54px;
    padding: 12px 14px;
    background: #fff !important;
    color: var(--maresz-blue);
    border: 1px solid #dce4ec;
    border-left: 4px solid var(--maresz-green);
    font-size: 12px;
    box-shadow: 0 10px 22px rgba(6, 47, 79, 0.07);
}

#wrapper #left .admin-system .cancelbutton,
.admin-system .cancelbutton {
    background: #fff !important;
}

#wrapper #left .admin-system button:hover,
.admin-system button:hover {
    background: var(--maresz-blue) !important;
    color: #fff;
    border-color: var(--maresz-blue);
    border-left-color: var(--maresz-green);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(6, 47, 79, 0.14);
}

#wrapper #left .admin-system #deleteelection,
#wrapper #left .admin-system #resetassumes {
    background: #fff !important;
    color: #8b1b12;
    border-left-color: var(--maresz-red);
}

#wrapper #left .admin-system #deleteelection:hover,
#wrapper #left .admin-system #resetassumes:hover {
    background: #8b1b12 !important;
    color: #fff;
    border-color: #8b1b12;
    border-left-color: var(--maresz-red);
}

.admin-system #testform {
    padding: 18px;
    background: #fff;
    border: 1px solid #dce4ec;
    border-left: 4px solid var(--maresz-green);
    box-shadow: 0 10px 22px rgba(6, 47, 79, 0.07);
}
