﻿body {
    background: #fff;
    font-family: "Source Sans Pro", arial, tahoma;
    color: #000;
}

a {
    color: #00853c;
}

p {
    text-align: justify;
    font-family: "Source Sans Pro", arial, tahoma;
    font-size: 15px;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 18px;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
    line-height: 1.5;
    border-bottom: 1px solid #c2dcb2;
    text-transform: uppercase;
}

label {
    font-weight: normal;
}

h6 {
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0 0;
}

.main {
    background: #f4f4f4;
    padding-top: 20px;
    min-height: 78vh;
}

.navbar {
    min-height: inherit;
}

    .navbar.navbar-default {
        background-color: #569f2a;
        border: none;
        margin: 0;
        border-radius: 0;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

.navbar-right.navbar-nav > li, .navbar-right.navbar-nav > li:last-child {
    border: none;
}

.navbar-nav > li {
    border-left: 1px solid #76b660;
}


.navbar-header img {
    max-width: 100%;
    padding: 4px;
    width: 75%;
}

.navbar-right {
    margin-top: 60px;
}

.nav > li > a {
    padding: 11px 30px;
}

.nav.navbar-right > li > a {
    font-size: 14px;
    color: #555555;
    text-shadow: none;
    padding: 10px;
}

.navbar-nav > li:last-child {
    border-right: 1px solid #76b660;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

    .dropdown-menu > li.kopie > a {
        padding-left: 5px;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
        padding-right: 10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

.dropdown-menu > li > a {
    font-size: 14px;
    background: #fff;
    padding: 8px 10px;
    margin: 0;
    border-top-width: 0;
    border: 1px solid #f7f7f7;
    border-bottom: none;
}

    .dropdown-menu > li > a:hover {
        background: #89cc32;
        color: #fff;
    }

.banner {
    background: #f7f7f7;
}

.carousel {
    margin: 15px 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner > .item > img {
    width: 100%;
}

.textbox {
    text-align: left;
    position: relative;
    padding: 10px 17px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    z-index: 9999;
}

.carousel-control {
    opacity: 1;
}

    .carousel-control .glyphicon {
        color: #005aa7;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }

.carousel-text {
    font-size: 20px;
    color: #ffffff;
}

.box {
    padding: 0 0 10px 0;
    /*border: 1px solid #eee;*/
    margin: 20px 0 40px;
    border-top: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
    color: rgb(0, 0, 255);
}

    .box h3 {
        color: #fff;
        background: #6cba3b;
        padding: 15px 10px;
        margin: 0 0 10px;
        font-size: 16px;
        border-radius: 5px 5px 0 0;
    }


    .box p, .about-right .box-header p {
        padding: 0 10px;
margin:0;
    }

    .box > div {
        max-height:530px;
        min-height:530px;
        overflow-y:auto;
    }
        .box > div::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        .box > div::-webkit-scrollbar {
            width: 5px;
            background-color: #F5F5F5;
        }

        .box > div::-webkit-scrollbar-thumb {
            background-color: #6cba3b;
            border-radius: 10px;
        }

.box-header {
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px -6px #777;
}

    .box-header h3 {
        color: #000;
        background: #eee;
        padding: 10px;
        margin: 0 0 10px;
        font-size: 15px;
        border-radius: 5px 5px 0 0;
        font-weight: 300;
    }

.about-left ul {
    list-style: none;
    padding: 0;
}

.about-right {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

    .about-right p {
        padding: 10px 0;
        margin: 0;
    }

    .about-right h5 {
        margin: 10px 0 0;
        font-weight: bold;
    }

    .about-right h4 {
        margin: 10px 0 0;
    }

    .about-right ul {
        list-style: none;

    }

        .about-right ul li {
            padding: 5px 0;
        }

            .about-right ul li:before {
                content: '\f054';
                font-family: "FontAwesome";
                font-weight: normal;
                font-size: 9px;
                color: #569f2a;
                padding-right: 10px;
            }
.paginationNoRightMark li:before {
                content: '' !important;
                font-family: "FontAwesome";
                font-weight: normal;
                font-size: 9px;
                color: red;
                padding-right: 10px;
            }
    .about-right .card ul li:before {
        content: '';
        padding: 0;
    }

    .about-right .card ul li {
        padding: 0
    }

.center-top {
    text-align: center;
    padding: 10px 0;
    margin: -10px -20px 20px;
    border-bottom: 1px solid #b0e652;
}

    .center-top h3, .center-top h4 {
        margin: 0 0 10px;
        color: #77be4f;
        font-weight: bold;
    }

    .center-top h3 {
        text-decoration: underline;
    }

    .center-top label {
        font-weight: normal;
        font-size: 15px;
    }

.section-head {
    padding: 10px 15px;
    background-color: #569f2a;
    color: #ffffff;
    font-size: 16px;
}

.about-left li a {
    display: block;
    text-decoration: none;
    color: #000000;
    line-height: 2.2em;
    padding: 4px 20px;
    cursor: pointer;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}

    .about-left li a:before, .list li:before {
        content: '\f054';
        font-family: "Fontawesome";
        font-weight: normal;
        font-size: 9px;
        color: #569f2a;
        padding-right: 10px;
    }

.list {
    font-size: 14px;
    display: block;
    color: #555555;
    margin: 0;
    padding-left: 15px;
}

    .list li {
        display: block;
        text-decoration: none;
        margin-bottom: 5px;
        color: #555555;
        padding-left: 20px;
    }

.text-danger {
    color: #a94442;
    position: relative;
    bottom: 25px;
    float: right;
    font-size: 12px;
}

#RegisterError {
    text-align: center;
    font-size: 16px;
    color: red;
    margin-bottom: 20px;
    font-weight: bold;
}

}

footer {
    margin-top: 20px;
}

.footer {
    background-color: #515151;
    color: #EEEEEE;
    padding: 10px 0;
    text-align: center;
}

    .footer a {
        color: #9af860;
        font-size: 14px;
    }

        .footer a:hover {
            color: #4cb80a;
            font-size: 14px;
        }

.footerlinks {
    padding: 6px 0;
}

    .footerlinks a {
        font-size: 14px;
        color: #555555;
        text-decoration: none;
        font-weight: none;
        padding-right: 15px;
    }

        .footerlinks a:hover {
            color: #000000;
        }

.social {
    font-size: 14px;
    display: block;
    color: #555555;
    margin: 0;
    padding-left: 15px;
    float: right;
}

    .social li {
        float: left;
        text-decoration: none;
        margin-bottom: 5px;
        color: #555555;
        padding-left: 7px;
        list-style: none;
    }

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 21% 0px;
}

.formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    position: relative;
    margin: 50px 0 0;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

    .formContent h5 {
        margin-bottom: 20px;
    }

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #eee64a;
}

/* FORM TYPOGRAPHY*/
.flex-row {
    align-items: center;
    display: flex;
}

input[type=submit], input[type=reset] {
    background-color: #6bba3c;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #39ace7;
    }

    input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

.form-group .form-control {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    height: inherit;
    width: 100%;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
}

    .form-group .form-control.highlight {
        box-shadow: inset 0px 0px 0px 1px red;
    }

.form-control {
    margin: 5px 0;
}

.str {
    color: red;
}

#nominations {
    display: flex;
    overflow: auto;
}

input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #eee64a;
}

input[type=text]::-webkit-input-placeholder {
    color: #cccccc;
}

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #6bba3c;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }


.form-control:focus {
    outline: none;
}

.board {
    background: #fbfbfb;
    align-items: center !important;
    display: flex;
    border-radius: 10px;
    margin: 0 0 10px;
    min-height: 200px;
    cursor: pointer;
    -webkit-transition: ease-in 0.2s all;
}

    .board:hover {
        box-shadow: 0 6px 6px -6px #777;
    }

    .board div {
        padding: 0;
    }

    .board h3 {
        margin: 0;
        font-size: 16px;
        color: #569f2a;
        padding: 10px 10px;
        font-weight: bold;
    }

    .board img {
        padding: 0 0 0 10px;
            width: 100%;
    height: auto;
    }

    .board p {
        padding: 0 10px;
        font-size: 14px;
        line-height: 1.4;
        color: #657075;    
text-align: left;
    }

.board1 {
    min-height: initial;
    margin: 0 auto 20px;
    border-radius: 5px;
}

    .board1 h4 {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .board1 span {
        font-size: 13px;
        display: block;
        border-top: 1px solid #eee;
    }

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #666;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #569f2a !important;
            background: transparent;
            font-weight: bold;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #569f2a;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}


.tab-content {
    padding: 0 20px 20px;
}

    .tab-content h5 {
        text-align: center;
        margin: 10px;
        font-size: 16px;
    }

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

    .card .nav > li > a {
        padding: 11px 16px;
    }

.form-group label {
    float: left;
    padding-left: 5px;
    margin: 0;
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: transparent;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0 10px;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            padding: 8px 10px;
        }

    .navbar.navbar-default {
        background: #f8f8f8;
    }

    .navbar-default .navbar-header {
        background: #569f2a;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid red;
    }

    .carousel-text {
        font-size: 15px;
    }

    .navbar-header img {
        display: block;
        margin: 0 auto;
    }

    .navbar-nav > li {
        border-left: none;
        border-bottom: 1px solid #eee;
    }

        .navbar-nav > li:last-child {
            border-right: none;
            border-bottom: none;
        }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}
