body {
    font-family: "Open Sans", sans-serif;
}

.text-danger {
    color: #d35959 !important;
}

#headrow {
    background: -webkit-linear-gradient(top, #ade167, #dffab4);
    background: -moz-linear-gradient(top, #ade167, #dffab4);
    background: -ms-linear-gradient(top, #ade167, #dffab4);
    background: -o-linear-gradient(top, #ade167, #dffab4);
}

.headRowMenu {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
}

.headRowMenu a {
    padding-left: 10px;
    color: #156b08;
}

.headRowMenu a:hover {
    color: white;
}

h1 {
    font-size: 26px;
    color: #3f9e08 !important;
    font-variant: small-caps;
}

h2 {
    font-size: 18px;
    color: #3f9e08 !important;
}

.marginBottom {
    margin-bottom: 50px;
}

.navbar {
    border: 0px;
    background: -webkit-linear-gradient(top, #55b515, #3d9c07);
    background: -moz-linear-gradient(top, #55b515, #3d9c07);
    background: -ms-linear-gradient(top, #55b515, #3d9c07);
    background: -o-linear-gradient(top, #55b515, #3d9c07);
    border-bottom: 1px solid #2f7d00;
}

#onlinepalyazat .navbar {
    background: #71ba41;
    border-bottom: 0px;
    margin-bottom: 0px;
}

#onlinepalyazat .navbar-default .navbar-nav>li {
    padding: 15px 0;
}

#onlinepalyazat .navbar-default .navbar-nav>li>a {
    font-weight: normal;
    text-transform: uppercase;
}

#onlinepalyazat .container-fluid {
    padding-left: 90px;
    padding-right: 90px;
}

#onlinepalyazat .navbar-brand {
    padding: 0px 20px;
}

#onlinepalyazat .navbar-brand>img {
    margin: inherit;
}

.bg-secondary {
    background-color: #ddf9b2;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 25px;
}

.bg-secondary h1 {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 2rem;
    color: #186b0a;
}

.bg-secondary h2 {
    font-size: 1.75rem;
    font-weight: 300;
}

.bg-secondary h3 {
    font-size: 24px;
    color: #3f9e08 !important;
    text-transform: uppercase;
}

.h4, h4 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    line-height: 1.25;
    color: #186b0a;
}

.btn-default {
    padding: 6px 12px;
    border: 1px solid #71ba41;
    background: none;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-default:hover {
    background: #71ba41;
    color: white !important;
}

.btn-primary {
    border: 1px solid #71ba41;
    border-radius: 2px;
    background: #71ba41;
    color: white !important;
    text-transform: uppercase;
}

.btn-info {
    border-radius: 2px;
    background: white;
    color: #5db8d4;
    text-transform: uppercase;
}

.btn-info.hideInfo:after {
    content: ' mutatása';
}

.btn-info.showInfo:after {
    content: ' rejtése';
}

.dangerInfo {
    margin-top: 15px;
    padding: 15px;
    color: white;
    font-weight: bold;
    background: #d35959;
}

.textareaInfo {
    border-left: solid 5px #ddd;
    padding-left: 5px;
}

.fileInfo {
    border-left: solid 5px #71ba41;
    padding-left: 5px;
}

.infoBlock {
    margin-top:15px;
    background: #eee;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 15px;
}

.showInfoData {
    display: none;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    background: #609e37 !important;
    border: 1px solid #609e37 !important;
}

.btn-warning {
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-zo {
    color: #71ba41;
    padding: 12px 24px;
    width: 100%;
}
.fileHolder {
    position: relative;
}

.appInfo {
    line-height: 2;
}

.progressBar {
    width:100%;
    position: absolute;
    bottom:2px;
    left:0;
    display:none;
}

.file-zo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

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

.filebox {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.filebox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 5px solid #71ba41;
}

.filebox ul li div.doc, .filebox ul li div.docx {
    background-image: url(/images/doc.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    display: block;
    min-height: 48px;
    padding: 8px;
    padding-left: 48px;
    background-color: #fff;
    background-size: 32px;
}

.fileHolderResponse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    display:none;
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.fileHolderResponse div {
    float:left;
    height: 100%;
}

.fileHolderResponse div:first-child {
    width:50px;
    border-left: 4px solid #71ba41;
}

.fileHolderResponse .fileType.pdf {
    background: url(/images/pdf.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.fileHolderResponse .fileType.jpg {
    background: url(/images/jpg.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}


.fileHolderResponse div:nth-child(2) {
    width: calc(100% - 100px);
    padding: 10px;
}

.fileHolderResponse div:last-child {
    width:50px;
    padding: 10px 15px;
    background: #d35959;
    font-size:24px;
    border-radius: 2px;
    cursor: pointer;
    color: white;
}


#floatMessage {
    position:fixed;
    top:5px;
    width:50%;
    margin-left: 25%;
    min-height:50px;
    opacity:0.8;
    z-index:10000;
    border-radius:10px;
}

#floatMessage .time {
    float:right;
    margin-right: 5px;
    font-size:14px;
    opacity: 0.5;
}

#content .filebox .file.doc a {
    color: #71ba41;
    text-decoration: none;
    background-color: transparent;
    font-size: 1.75rem;
    font-weight: 300;
}

.lostPassword {
    float:left;
}

.loginForm {
    margin-bottom:25px;
    font-size: 16px;
}

.loginForm input {
    padding: 10px;
    font-size: 16px;
}

.loginForm button {
    background-color: #71ba41;
    text-transform: uppercase;
    border:0px;
    font-size: 16px;
}

.loginForm button:hover {
    background-color: #609e37;
    font-size: 16px;
}

.loginForm a {
    color: #71ba41 !important;
    font-size: 16px;
}

.loginForm a:hover {
    color: #609e37 !important;
}

.labelText {
    color: #9c9b9b !important;
    font-size: .8em;
}

.input-group.has-error input,.input-group.has-error select,.input-group.has-error textarea,
.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea,
.row.has-error, .fileHolder.has-error {
    background-color: #e8cbcb;
    border: 1px solid red;
}

.palyazatPage label {
    font-size: 16px;
    padding-top: 2px;
    line-height: normal;
}

.text-muted {
    color: #9c9b9b !important;
    font-size: 13px !important;
    font-weight: normal;
}

.form-group .form-control {
    padding: 6px 12px;
    font-size: 14px;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.checkcontainer:first-child {
    margin-top: 12px;
}

.checkcontainer label {
    font-weight: normal;
}

.boxHolder {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.boxHead {
    padding: 15px;
    color: white;
    background: #71ba41;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

.boxInfo {
    background-color: #5db8d4 !important;
}

.boxDefault {
    background-color: #f4f4f4 !important;
    color: #000 !important;
}

.boxBody {
    padding: 15px;
    color: #232;
    line-height: 2;
    display: flex;
    align-items: center;
}

.boxBodyHr {
    border-bottom: 1px solid #ddd;
}

.boxHolderA {
    display: block;
    border-bottom: 1px solid #ddd;
}

.boxHolderA:last-child {
    border-bottom: 0px solid #ddd;
}

.boxBody:hover {
    background: #eee;
}

.boxBodyInner {
    width:100%;
}

.boxFooter {
    padding: 15px;
    text-align: right;
}


.cardHolder {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.cardHead {
    padding: 15px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    background: #5db8d4;
}

.cardBody {
    padding: 15px;
    color: #232;
    line-height: 2;
    display: block;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.cardBody:last-child {
    border-bottom: 0px solid #ddd;
}

.cardBodyInner {
    width:100%;
}

.cardBody .ujEmlites,.cardBody .torlesEmlites,.cardBody:first-child .torlesEmlites {
    display:none;
}

.cardBody:last-child .ujEmlites,.cardBody:last-child .torlesEmlites {
    display:block;
}

.cardBody:first-child .torlesEmlites {
    display:none;
}

.emlitesInfo {
    font-size:14px;
    margin-bottom: -15px;
}

.cardBody .onlyFirstVisible {
    display:none;
}

.cardBody:first-child .onlyFirstVisible {
    display:block !important;
}

.cardBody:not(:first-child) .onlyFirstBigH1 {
    color: #616161 !important;
    font-size: 16px !important;
}

.fixedButton {
    position: fixed;
    right: 30px;
    bottom: 50px;
    text-align: right;
}

.fixedButtonLeft {
    position: fixed;
    left: 30px;
    bottom: 50px;
    text-align: left;
}

.torlesEmlites,.torlesTovabbkepzes,.torlesEgyebTerulet,
.torlesEgyebEszkoz,.torlesPartner,.torlesEgyebMukodes,
.torlesEgyebTevekenyseg,.torlesTevekenysegPalyazat,
.torlesEgyebAllitas,.torlesFejlesztesiCel,
.torlesFejlesztesiIgeny,.torlesTartalmiMegvalositas
{
    background: white;
    color: #d35959 !important;
    border: 1px solid #d35959 !important;
}

.torlesEmlites:hover,.torlesEmlites:active,.torlesEmlites:focus,
.torlesTovabbkepzes:hover,.torlesTovabbkepzes:active,.torlesTovabbkepzes:focus,
.torlesEgyebTerulet:hover,.torlesEgyebTerulet:active,.torlesEgyebTerulet:focus,
.torlesEgyebEszkoz:hover,.torlesEgyebEszkoz:active,.torlesEgyebEszkoz:focus,
.torlesPartner:hover,.torlesPartner:active,.torlesPartner:focus,
.torlesEgyebMukodes:hover,.torlesEgyebMukodes:active,.torlesEgyebMukodes:focus,
.torlesEgyebTevekenyseg:hover,.torlesEgyebTevekenyseg:active,.torlesEgyebTevekenyseg:focus,
.torlesTevekenysegPalyazat:hover,.torlesTevekenysegPalyazat:active,.torlesTevekenysegPalyazat:focus,
.torlesEgyebAllitas:hover,.torlesEgyebAllitas:active,.torlesEgyebAllitas:focus,
.torlesFejlesztesiCel:hover,.torlesFejlesztesiCel:active,.torlesFejlesztesiCel:focus,
.torlesFejlesztesiIgeny:hover,.torlesFejlesztesiIgeny:active,.torlesFejlesztesiIgeny:focus,
.torlesTartalmiMegvalositas:hover,.torlesTartalmiMegvalositas:active,.torlesTartalmiMegvalositas:focus
{
    background: #d35959 !important;
    color: white !important;
    border: 1px solid #d35959 !important;
}

.TovabbkepzesBlock:first-child .torlesTovabbkepzes,
.PartnerBlock:first-child .torlesPartner,
.TevekenysegPalyazatBlock:first-child .torlesTevekenysegPalyazat,
.FejlesztesiCelBlock:first-child .torlesFejlesztesiCel,
.FejlesztesiIgenyBlock:first-child .torlesFejlesztesiIgeny,
.TartalmiMegvalositasBlock:first-child .torlesTartalmiMegvalositas
{
    display: none;
}

select option:disabled {
    color: #eee;
}

.boxCard {
    display: block;
    border: 1px solid #ddd;
}

.cardBody:focus-within {
    background-color: #f1fbe9;
}


.fa-zo {
    font-size: 20px;
}

.fa-zo.success,.boxBodyInner.success {
    color: #71ba41;
}

.fa-zo.info {
    color: #5db8d4;
}

.fa-zo.warning {
    color: #dbae32;
}


/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn{
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn{
    background-color: #71ba41;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.navbar-brand>img {
    margin: -40px 10px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight: bold;
    font-size:16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #a1da59;
}

.navbar .caret {
    display: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: inherit;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: inherit;
    color: #a1da59;
}

.menuIconHolder {
    background: none;
    min-height: fit-content;
}

.menuIconHolder div {
    font-size: 16px;
    text-transform: uppercase;
    padding: 25px 15px;
    border-left: 0px;
}

.menuIconHolder div a {
    color: white;
}

.menuIconHolder div a:hover {
    color: #a1da59;
}



.dropdown-menu {
    background-color: #a1da59;
}

#content a {
    color: #1a690d;
}

#content a:hover {
    color: #a1da59;
}

.articleDate {
    font-weight: bold;
    color: #1a690d;
    padding-bottom: 15px;
    display: block;
}

.startlapLine {
    background: -webkit-linear-gradient(top, #7ed040, #a4dd5b);
    background: -moz-linear-gradient(top, #7ed040, #a4dd5b);
    background: -ms-linear-gradient(top, #7ed040, #a4dd5b);
    background: -o-linear-gradient(top, #7ed040, #a4dd5b);
    padding: 15px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #186b0a;
}

.startlapLine a {
    color: white !important;
    background: green;
    padding: 10px;
}

.startlapBoxHolder {
    margin-right: -3px;
    margin-left: -3px;
}

.startlapBox {
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.startlapBox > div {
    padding: 15px;
    color: white;
    background: green;
}

.startlapBox > div h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.startlapBoxLine {
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    background: #eee;
}

.startlapBoxLine > div {
    padding: 15px;
}

.startlapBoxLine > div h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

#subscribeNewsletterForm input {
    max-width: 300px;
    margin: 10px 0;
}

.galeriaHeadLine {
    margin: 15px 0;
    background: #71ba41;
}

.galeriaHeadLine a {
    color: white !important;
}

.galeriaHeadLine h2 {
    font-size: 18px;
    margin-top: 10px;
}

.galeriaHolder {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 210px;
    background: #71ba41;
}

.galeriaPic {
    width: 210px;
    height: 210px;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.galeriaHolder .galeriaText {
    padding: 5px 20px 10px 20px;
    color: white;
    text-align: center;
    max-height: 50px;
    overflow: hidden;
    min-height: 50px;
}

.galeria .galeriaThumb {
    float:left;
    width: 150px;
    height: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background: #71ba41;
}

.galeria .galeriaThumb img {
    max-width: 100%;
    max-height: 100%;
}

.galeriaPic img {
    width: 450px;
    height: 450px;
    margin-left: -120px;
    margin-top: -120px;
}

.articleImage {
    max-width: 100%;
}


#footer {
    background: #71ba41;
    color: white;
}

#footer a {
    color: white;
}

#footer a:hover {
    color: #a1da59;
}

#footer>div {
    padding: 15px;
}

.footerBox {
}

.footerBoxText {
    padding:15px;
    background: green;
}

.footerBoxText h3 {
    margin-top: 0px;
}