@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,700|Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*GLOBAL*/

body,
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #374060;
}

h3 {
    margin: 8px 0;
}

h1 {
    color: #707569;
    font-weight: bold;
    font-size: 1.75em;
}

h2, h4 {
    color: #707569;
}

h2 {
    font-size: 2.3em;
    font-weight: bold;
}

a, a:link {
    color: #374060;
    text-decoration: none;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

.btn {
    cursor: pointer;
}

select option[disabled] {
	display: none;
}

.sikeres-container {
    
    text-align: center;
    padding: 45px 15px;

}

/*HEADER*/

header {
    background: white;
}

#header {
    height: 70px;
}

@media (max-width: 991px){ 
    #header, .container_100 {
        width: 100%;
    }
}

@media (max-width: 575px){ 
    h2 {font-size: 1.75em;}
    #header { height: auto;}
    .reefy_user {width: 100%;}
    .col-form-label { text-align: left!important;}
}

.height-100 {
    height: 100%;
}

.datapage_header {
    padding-left: 0;
    padding-right: 0;
}

#reefy_logo {
    font-family: 'Cuprum', sans-serif;
    font-size: 2.5em;
    color: #707569;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    letter-spacing: -1px;
}


@media (max-width: 991px){ 
#header > a:first-child {
    margin-left: 15px;
}
    
    #step_container {
        width: 100%;
    }
}

.reefy_font {
    font-family: 'Cuprum', sans-serif;
    letter-spacing: -1px;
}

#menu {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    background: #fff0d4;
}

.registration {
    background: #ffe2aa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1px;
    height: 70px;
}

.login {
    background: #fff0d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:575px) {
    .registration, .login {
        height: 50px;
    }
    .col-12.felugro-list-item {
        text-align: center;
    }
    .col-12.felugro-list-item input {
        margin-bottom: 25px;
    }
}

.spacer {
    width: 1px;
    background: #363b5b;
    height: 75%;
}

.whiteline {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

header::after, #line, .intro2::before {
    content: "";
    clear: both;
    display: block;
    height: 4px;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxMDAlIiB5MT0iNTAlIiB4Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiZGQ2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYWJkZDYzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiMyMWFmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMWFmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background: -webkit-linear-gradient(right, #abdd63 0, #abdd63 10.16%, #21aff1 94.21%, #21aff1 100%);
    background: linear-gradient(right, #abdd63 0, #abdd63 10.16%, #21aff1 94.21%, #21aff1 100%)
}

@media (max-width: 575px) {
    #menu:before {
            content: "";
    clear: both;
    display: block;
    height: 4px;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxMDAlIiB5MT0iNTAlIiB4Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiZGQ2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYWJkZDYzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiMyMWFmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMWFmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background: -webkit-linear-gradient(right, #abdd63 0, #abdd63 10.16%, #21aff1 94.21%, #21aff1 100%);
    background: linear-gradient(right, #abdd63 0, #abdd63 10.16%, #21aff1 94.21%, #21aff1 100%)
    }
}

/*INTRODUCTION*/

#intro {
    background: url(../images/reefy_header_bg.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}

@media (max-width: 768px) {
    #intro {
        background: url(../images/reefy_header_bg.png) no-repeat left center;
    }
}

@media (min-width: 2500px) {
    #intro {
        
    }
}

#intro_elvalaszto {
    height: 50px;
    background: url(../images/reefy_header_elvalaszto.png) no-repeat center center;
}

@media (max-width: 575px) {
    #intro {
        background-position: left center;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
#intro {
    background: url(../images/reefy_header_bg@2x.png) no-repeat center center;
    background-size: 1920px 700px;
}
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) { 
#intro {
    background: url(../images/reefy_header_bg@2x.png) no-repeat left center;
    background-size: 1920px 700px;
}
}

.intro-text {
    font-size: 1.25em;
}

@media (max-width: 768px) {
    .intro-text {
        font-size: 1em;
    }
}

.miert_btn {
    width: 320px;
    color: white;
    background: #7f7155;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    font-size: 1.55em;
    box-shadow: inset 1px 1px 0px 0px rgba(55,64,96,0.5);
    outline: none;
}

.miert_btn:link, .miert_btn:hover {
    outline: none;
    color: white;
}

.vagy {
    background: #f7f5f4;
    color: #856254;
    font-size: 0.9em;
    font-style: italic;
    padding: 12px;
}


/*WHY REEFY*/

#why_reefy {
    background: url(../images/why_bg.png) repeat center center;
    padding-bottom: 2em;
}

@media (max-width: 767px) {
#why_reefy {
    
}
    #why_left {
    background: #fff0d4;
    padding-bottom: 40px;
    border-bottom: 1px solid lightgray;
}
}

.reg_btn {
    background: #7f7155;
    border-bottom: 3px solid #4a4130;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.25em;
    color: white;
    padding: 8px;
    min-width: 230px;
}

.reg_btn:link, .reg_btn:hover, .reg_btn:visited {
    color: white;
}

#why_right {
    background: #fff0d4;
}

/*REGISTRATION & LOGIN*/

.inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.reg_icon {
    background: #4fa8b3;
    padding: 12px 26px;
    border-radius: 50px;
    margin-right: 20px;
    font-size: 2em;
}

.modal-header {
    background: #363b5b;
    color: white;
}

.close, .close:hover {
    color: lightgray;
    opacity: 1;
    text-shadow: none;
    background: #e34b4b;
    border-radius: 50px;
    padding: 9px 12px;
    margin-top: -100px;
    margin-right: -38px;
}

.close:hover {
    color: white;
}

.modal-body, .modal-footer {
    background: white;
}

.modal_body_scroll {
    height: 75vh;
    overflow-y: auto;
}

label {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #85623e;
    margin-bottom: 0;
    padding-right: 8px;
}

.form-control {
    border-radius: 0px;
}

.form-check-inline .form-group {
    margin: 0.4rem 0;
}

.modal-footer {
    border-top: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 380px;
    margin: 30px auto;
  }
}
    
 .btn-primary, .btn-primary:hover {
     width: 100%;
     background: #ffc85d;
     border: none;
     border-bottom: 3px solid #e29500;
     color: #363b5b;
     font-family: 'Open Sans Condensed';
     font-size: 1.25em;
     font-weight: bold;
    }

.btn-primary:hover {

}

.btn-facebook, .btn-linkedin {
    width: 100%;
    color: white;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
     cursor: pointer;
}

.btn-facebook {
    background: #45679f;
}

.btn-linkedin {
    background: #007bb6;
}

.forgot {
    color: #4fa8b3;
    text-decoration: underline;
    font-style: italic;
    font-size: 0.75em;
}

.create {
    background: #4fa8b3;
    color: white;
    font-weight: 500;
    font-size: 0.85em;
    padding: 15px;
    width: 100%;
}

.create a {
    color: white;
}

.form-control-feedback {
    font-size: 0.75em;
}



/*BACKEND LOGIN*/

#backend_bg {
    background: url(../images/reefy_backend_bg.png) no-repeat center center;
    background-size: cover;
    min-height: calc(100% - 74px);
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
#backend_bg {
    background: url(../images/reefy_backend_bg@2x.png) no-repeat center center;
    background-size: 1920px auto;
}
}

#backend_login_box {
    background: #f7f5f4;
    padding: 2em;
    margin-top: 2em;
    border: 1px solid lightgray;
    border-radius: 3px;
    width: 400px;
}

#backend_bg .container {
    height: 100%;
}


/*FRONTEND AFTER LOGIN*/

.reefy_user {
    background: #ffe2aa;
    margin-right: 0px;
    margin-left: 0px;
}

#avatar_img {
    border-radius: 50px;
    margin-left: 12px;
    border: 1px solid white;
    width: 60px;
    height: 60px;
}

.btn-secondary {
    border: none;
    color: #363b5b;
    background: #ffe2aa;
}

.btn-secondary:hover, .btn-secondary:active {
    background: #ffe2aa;
        outline: none;
}

#dropdownMenu2 {
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
}

.dropdown-item .fa {
    padding-right: 8px;
}

.dropdown-item {
    font-size: 0.85em;
    color: #363b5b;
    font-weight: bold;
    cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 14px;
    margin-bottom: 0;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  left: -4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #363b5b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #363b5b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.alert-warning {
    color: #707569;
}

.alert {
    margin: 10px 0;
}

.user_menu {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: white;
    border-radius: 8px;
    padding: 20px;
    height: 80px;
    border: 1px solid #dadde6;
    cursor: pointer;
}

.user_menu_inactive {
    opacity: 0.5;
}

.user_menu:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: #ebf7ff;
}

#user_menu .active {
    background: #ebf7ff;
}

.gray_bg {
    background: #ebebeb;
}

/*TIMELINE*/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 0.75em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -30px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}


/*TABLE*/

#main_table {
    background: white;
    padding: 15px;
    border: 15px solid #ebebeb;
    border-radius: 3px;
    padding-bottom: 0;
}

#main_table h5 {
    padding: 0.75em 0;
    font-weight: bold;
}

#main_table .fa {
    font-size: 1.5em;
}

#main_table .fa-arrow-right {
    font-size: 1em;
}

#main_table .fa-trash-o:hover {
    color: red;
    cursor: pointer;
}

.megnezem {
    background: #ffe2aa;
    border: 1px solid #ecba59;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
    font-size: 0.85em;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    max-width: 150px;
    margin: 0 auto;
}

.megnezem:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: #eacb8f;
}

tbody tr td:last-child, thead tr th:nth-child(4), thead tr th:nth-child(5), thead tr th:nth-child(6), thead tr th:nth-child(7) {
    text-align: center;
}

#megtekintModal .modal-dialog, #stepModal .modal-dialog {
    max-width: 1110px;
}

#megtekintModal .close {
    margin-top: -60px;
}

.btn-bezar {
    background: none;
    border: 1px solid lightgray;
    margin-right: 15px;
    cursor: pointer;
}

.btn-bezar:hover {
    background: #e3e3e3;
}

.btn-success {
    font-weight: bold;
}

#step_container {
    height: calc(100% - 74px);
    background: white;
}

#step_container > .row {
    min-height: 100%;
}

#step_container .user_menu {
    background: none;
    border: none;
}

.step_left {
    background: #2c5182;
    color: white;
}

.step_left ul a {
    color: white;
}

.fa-home {
    font-size: 2em;
}

#welcome {
    height: 80px;
    padding: 12px 0;
    color: white;
}

ul {
    padding-left: 0;
    margin: 0 -15px;
}

.felsorolas {
    padding-left: 30px;
}

.table thead th {
    border-bottom: 2px solid #dee2e6!important;
}

.aprobetus {
    font-size: 0.75rem;
}

#step_menu li {
    list-style-type: none;
    background: #355e97;
    border-top: 1px solid #6984b4;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}


.step_number {
    color: #355e97;
    padding: 5px 12px;
    border-radius: 20px;
    background: white;
    margin-right: 12px;
}

.step_active {
    color: #355e97;
    background: white;
}

#step_menu .step_active {
    color: #355e97;
    background: white;
}

#step_menu .step_active span {
    background: #355e97;
    color: white;
}

.form_content {
    background: white;
    color: #707569;
}

.step_disabled {
    color: gray;
}

.step_disabled span {
    background: gray;
}

#form_content_header {
    height: 80px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-sizing: content-box;
}

.btn_next {
    max-width: 300px;
    min-width: 175px;
    margin-top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
    justify-content: center;
    background: #ffc85d;
    border-bottom: 3px solid #e29500;
    border-radius: 4px;
    margin: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 12px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.btn_next:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: #ffe2aa;
}

.btn_next2 {
    min-width: 175px;
    margin-top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
    justify-content: center;
    background: #ffc85d;
    border-bottom: 3px solid #e29500;
    border-radius: 4px;
    margin: 12px;
    font-weight: bold;
    padding: 6px 12px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.btn_next2:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: #ffe2aa;
}

.btn_add, .btn_add:active, .btn_add:visited, .btn_add:link {
    background: #525b93;
    border-bottom: 3px solid #363b5b;
    color: white;
}

.btn_add:hover {
    background: #6873b5;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    color: white;
}

.fa-question-circle {
    color: #25b7d3;
    font-size: 1.5em;
}

.form-check {
    margin-bottom: 0;
}

.file {
  visibility: hidden;
  position: absolute;
}

#thank_you {
    background: url(../images/thank_you_header.png) no-repeat top center;
    background-color: white;
}

#thank_you .container{
    padding-top: 333px;
    padding-bottom: 50px;
}

.percentage {
    background: #2dd4d4;
    height: 12px;
    border-radius: 5px;
}

.download_btn_modify, .download_btn_modify:link, .download_btn_modify:visited {
    color: #2dd4d4;
    font-style: italic;
    font-size: 0.85em;
    text-decoration: underline;
}

.download_btn {
    background: #2dd4d4;
    max-width: 320px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.15em;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.download_btn:link, .download_btn:visited {
    color: white;
}

.download_btn:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: #24a9a9;
}

.custom-control {
    margin-bottom: 0;
    padding-left: 0;
}

.custom-control .checkbox {
    margin-right: 8px;
}

.popup-form .form-control {
    padding-right: 0;
}

.popup-form #submit-btn {
    background: #2c5182;
    border-radius: 5px;
    padding: 11px 36px 8px 36px;
    border: none;
    border-bottom: 3px solid #363b5b;
    color: white;
    text-transform: uppercase;
    margin-top: 12px;
    margin-right: 55px;
    float: right;
    cursor: pointer;
}

.k-header {
    height: 30px;
    background: #2c5182;
}

.k-widget.k-calendar > .k-header {
    background: #ccc;
    height: auto;
}

.k-window-content {
    margin-top: 10px;
}

.k-window-title {
    padding-left: 16px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background: #2c5182;
    text-align: center;
}

.k-datepicker {
    width: 100%;
}

.k-multiselect .k-button {
    background: #525b93;
    font-size: 0.8em;
    padding: 2px 8px;
    border-radius: 5px;
    margin: 0;
    margin-left: 5px;
    margin-top: 3px;
    border: none;
}

.bootstrap-tagsinput .tag {
    background: #525b93;
    font-size: 0.8em;
    padding: 4px 8px;
    border-radius: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    opacity: 0.5;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    opacity: 1;
}


.bootstrap-tagsinput .tag [data-role="remove"]:after, .k-i-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: white;
}

.k-i-close:before {
    font-size: 0.8em;
}

.k-select {
    opacity: 0.5;
}

.k-state-focused {
    color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none;
}

.k-multiselect-wrap .k-select {
    position: inherit;
    padding: 0 0 0 0.5em;
}

.k-multiselect .k-button.k-state-hover, .bootstrap-tagsinput .tag:hover {
    border-color: #525b93;
    background-color: #3c4472;
}

.k-multiselect .k-button.k-state-hover .k-select {
    opacity: 1;
}

.k-list .k-state-selected, .k-popup .k-list .k-state-focused, .k-list .k-state-hover {
    border-radius: 0;
    border-bottom: 1px solid white;
}

.k-widget.k-multiselect {
    padding-bottom: 3px;
    border: 1px solid #ccc;
}

.k-button.k-state-active:hover, .k-button:active:hover {
    color: white;
}

.k-multiselect .k-button:active {
    box-shadow: none;
}

.k-popup .k-list .k-state-selected, .k-popup .k-list .k-state-hover, .k-popup .k-list .k-item {
    padding: 3px 4px;
    border-bottom: 1px solid #3471a5;
    color: black;
}

k-window-actions .k-state-hover,
k-window-actions .k-state-hover:hover {
    color: white;
    background-color: #2c5182;
    border-color: #2c5182;
    box-shadow: none;
}

.k-popup.k-list-container {
    padding: 0;
}

.k-picker-wrap {
    border-radius: 0;
}

.k-autocomplete .k-input, .k-multiselect-wrap, .k-textbox>input {
    border-radius: 0px;
}

.k-autocomplete, .k-block, .k-button, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 0;
}

.bootstrap-tagsinput {
    border-radius: 0px;
}

.company_name {
    padding-left: 12px;
    font-size: 0.5em;
}

.btn-lg {
    background: white;
    border: 1px solid #dadde6;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 400;
    padding: 8px 20px 0 20px;
}


.allas_status {
    width: calc(100% - 30px);
    background: white;
    border: 1px solid #dadde6;
    border-radius: 0px 0px 8px 8px;
    margin-top: -6px;
}

.allas_status .dropdown-item:hover {
    background: #ebf7ff;
}

.btn-group:hover .dropdown-menu {
    display: block;
}

.btn-lg::after {
  margin-left: 0.3em;
  vertical-align: middle;
  font-family: 'FontAwesome';
    font-size: 2em;
  content: "\f107";
    cursor: pointer;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-item:not(:nth-child(1)) {
  border-top: 1px solid #f1ca80;
}

.dropdown-item {
    font-weight: 400;
}

.dropdown-item:last-child:hover {
    border-radius: 0 0 8px 8px;
}

.lenyilo {
  position: relative;

}

.lenyilo:after {
    content: '\f078';
    font-family: 'FontAwesome';
    color: rgba(0, 0, 0, 0.5);
    right: 22px;
    margin-top: 6px;
    padding-left: 12px;
    position: absolute;
    background: white;
    pointer-events: none;
}

.lenyilo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.help-block-error {
    color: #a94442;
    font-size: 0.75em;
}

.help-block {
    color: #a94442;
    font-size: 0.75em;
}

.error-summary {
    background: #f2dede;
    border: 1px solid #ebcccc;
    border-radius: 5px;
    color: #a94442;
    margin: 12px 0;
    padding: 16px;
}

.error-summary p {
    font-weight: bold;
}

.error-summary ul {
    margin: 0;
    line-height: 2em;
}

.error-summary li {
    list-style: none;
}

.error-summary li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: bold;
    padding-right: 6px;
}

.popup-form .form-group {
    clear: both;
    height: 35px;
}

.popup-form .control-label, .popup-form .form-control {
    width: 100%;
    max-width: 440px!important;
    float: left;
    box-sizing: border-box;
}

.popup-form .k-picker-wrap .form-control {
    float: none;
}

.popup-form .control-label {
    text-align: right;
    margin-right: 15px;
}

.popup-form .radio-inline {
    color: #4c4c4c;
    padding-right: 12px;
}

div.k-window {
    border-width: 0px;
    border-radius: 5px;
}

#foglalkoztatasjellege-fogalkoztatasjellegelist {
    margin: 2em auto;
    text-align: center;
    line-height: 35px;
}


#foglalkoztatasjellege-fogalkoztatasjellegelist .col-sm-4 {
    text-align: left;
    line-height: 24px;
    margin: 12px auto;
    padding-left: 1.28571429em;
    text-indent: -1.28571429em;
    margin-left: 80px;
}

#foglalkoztatasjellege-fogalkoztatasjellegelist .col-4 input {
    margin-right: 8px;
}

#foglalkoztatasjellege-fogalkoztatasjellegelist input {
    margin-right: 10px;
}

#employment-form > .row > label.col-12 {
    font-size: 1.25em;
}

#create_job {
    border-radius: 5px;
    border: 1px solid #dadde6;
    background: white;
    margin-bottom: 24px;
}

#create_job_header {
    background: #ebf7ff;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 12px 0;
}

.add_more {
    color: #d5d5d5;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85em;
    padding: 6px 0;
    margin-top: 12px;
    text-align: center;
    border: 2px dashed #d5d5d5;
}

.creat_job_btn {
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 24px;
}

.elonezet {
    background: #e1e1e1;
    color: #3a3a3a;
    border: 1px solid #b7b7b7;
}

.save_draft {
   background: #85a5cc;
    color: white;
    border: 1px solid #5e7ca1; 
}

.publish {
   background: #00b749;
    color: white;
    border: 1px solid #008435; 
}

#create_job_footer i {
    padding-right: 8px;
}

.progress {
    height: 20px;
}

.progress-bar {
    color: #2c5182;
    font-weight: bold;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.k-state-disabled {
    opacity: 1;
}

.k-widget.k-dropdown.k-header.form-control {
    margin-bottom: 8px;
}

.popup-form .field-usersexperiencelist-id, .popup-form .field-userspracticelist-id, .popup-form .field-usersstudieslist-id, .popup-form .field-userslanguageslist-id {
    display: none;
}

.k-block, .k-draghandle, .k-inline-block, .k-widget {
    border-style: none;
}

.k-pager-wrap {
    background: white;
    margin-bottom: 12px;
}

.k-button, .k-widget {
    box-shadow: none;
}

.k-pager-numbers .k-state-selected, .k-pager-numbers .k-link {
    padding-bottom: 1px;
}

.fa-envelope {
    color: #374060;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background: #ebf7ff;
    border-color: #ebf7ff;
    color: darkslategray;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    font-weight: bold;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #374060;
}

.k-state-selected {
    box-shadow: none;
}

.dropdown {
    min-width: 220px;

}

#tudj_header {
    background: url(../images/tudj_meg_tobbet_header.png) left center no-repeat;
    background-size: cover;
    height: 380px;
}

.tudj_hl {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3em;
    font-weight: bolder;
    color: #7f7155;
    text-transform: uppercase;
    padding: 0.5em 0;
    line-height: 1.2em;
}

.tudj_btn1, .tudj_btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 12px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    max-width: 215px;
}

a.tudj_btn1 {
    background: #7f7155;
    color: white;
}

a.tudj_btn2 {
    background: rgba(255,255,255, 0.5);
    border: 2px solid #7f7155;
    color: #504632;
}

#tudj_header .fa {
    font-size: 1.5em;
}

.elonyok_hl {
    font-size: 2em;
    font-weight: 300;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 48px;
    text-align: center;
}

.elonyok_subhl {
    font-weight: bold;
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tudj_leiras {
    font-size: 0.85em;
}

.tudj_allas_text {
    background: #ffe2aa;
}

#tudj_allas_img {
    background: url(../images/tudj_meg_tobbet_allaskereso_photo.png) center center no-repeat;
    background-size: cover;
    min-height: 300px;
}

#tudj_munka_img {
    background: url(../images/tudj_meg_tobbet_munkaado_photo.png) top center no-repeat;
    background-size: cover;
    min-height: 300px;
}

#kapcsolat_bg {
    background: url(../images/kapcsolat_bg.jpg) center center no-repeat;
    background-size: cover;
}

.tudj_allas_hl {
    font-size: 2.25em;
    font-weight: 300;
    margin-bottom: 0;
}

.tudj_spacer {
    height: 3px;
    background: #374060;
    margin: 16px 0;
}

.bizd_rank {
    font-weight: 300;
    font-size: 1.25em;
    text-align: center;
}

#intro .tudj_link {
    text-decoration: underline;
}

.feltoltes_alatt {
    height: calc(100vh - 178px);
}

.elonyben_box {
    background: #ffe2aa;
    border-radius: 6px;
    color: #85623e;
    font-weight: 700;
    padding-bottom: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
    border-color: #2c5182;
    background: #2c5182;
}

.k-callout-e {
    border-left-color: #2c5182;
}

#absolute_box {
    position: absolute;
    bottom: 50px;
}

.reefy_contact_box {
    max-width: 400px;
    background: rgba(255,255,255,0.75);
    padding: 12px;
    border: 1px solid darkslategray;
}

.contact_box_top {
    background: #7f7155;
    color: white;
    margin: -12px;
    padding: 12px;
}

.reefy_contact_box .col-sm-8 {
    font-weight: 700;
}

.modal-footer .btn-danger {
    margin-right: 15px;
}

.modal-body .bootbox-close-button {
    display: none;
}

.allas_leiras {
    overflow-y: auto;
    max-height: 75vh;
}

.allas_leiras_hl {
    font-size: 2em;
}

.allas_leiras_sl {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.allas_leiras_line {
    margin: 10px 0 10px 15px;
    border-bottom: 3px solid #374060;
}

.to_top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
}

.to_top_arrow {
    background: #d7d7d7;
    padding: 10px;
    border-radius: 50%;
    color: white;
}

.to_top_text {
    color: #d7d7d7;
    font-weight: bold;
}

.company_logo {
    max-height: 150px;
}

.company_logo img {
    height: 100%;
    width: auto;
}

#allas_egyeb_adatok .col-3 {
    font-weight: bold;
}

#allas_egyeb_adatok .row {
    padding: 12px 0;
}

#intro_video {
    border: 1px solid gray;
}

.height_100 {
    min-height: calc(100% - 170px);
}

.btn-group .btn.active.btn-sample {
    color: #374060;
    background: #ffe2aa;
    border: 1px solid #ecba59;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-group .btn-default {
    color: #374060;
    background: rgba(255,255,255,0);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
    padding-top: 6px;
    padding-bottom: 6px;
}

#yes-btn {
    margin-right: 15px;
}

.confirm-header {
    font-size: 1.5em;
}

.iziModal.isAttachedTop {
    margin-top: 70px!important;
    border-bottom: 0px!important;
}

.iziModal-header {
    background: #2c5182!important;
}

#job-form .k-header {
    background: #f5f5f5;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox>input {
    height: 2.2em;
    line-height: 1.7em;
}

.k-icon.k-i-arrow-60-down {
    top: -3px;
}

.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover, .k-textbox:hover {
    background: white;
}

.k-editor, .k-grid, .k-menu, .k-scheduler {
    border-radius: 0px;
}

.k-editor-toolbar {
    padding: 5px 0!important;
}

#job-form .k-dropdown-wrap.k-state-default {
    margin-top: -2px;
}

.btn-group {
    outline: none;
}

#video_div {
    height: 295px;
}

.aszf-chk {
    font-size: 0.75em;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

.aszf-chk a {
    text-decoration: underline;
}

.card.card {
    width: auto!important;
    max-width: 600px!important;
    left: 0!important;
    right: 0!important;
    margin: 0 auto!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #374060;
    border: 1px solid #20273f;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.ui-tabs {
    padding: 0;
}

.ui-widget-header {
    background: #ebf7ff;
    border: none;
    border-bottom: 1px solid #bacfdd;
}

.allast_keresok {
    border-top: 1px solid #ddd;
}

.fa-search {
    font-size: 1.2em!important;
}

#kereses-btn {
    background: #374060;
    border: 1px solid #374060;
}

#kereses-form .control-label {
    text-align: left;
}

#kereses-form .col-lg-2, #kereses-form .col-lg-3 {
    margin-bottom: 15px;
}

#kereses-form .form-control, #kereses-form .k-widget.k-numerictextbox.frm {
    width: 100%;
}

#kereses-form .control-label {
    width: 100%;
}

.page-top-bar-light h1 {
    color: #20273f;
    font-size: 1.5em;
}

.k-icon.k-i-arrow-60-up {
    margin-top: 8px;
}

#kereses-form .k-header {
    height: 35px!important;
    background: white;
    width: 100%;
}

.field-kereses-megvaltozottmunkakepesseg > .control-label {
    white-space: nowrap;
}

#kereses-form .form-group.field-kereses-nyelvek .k-header {
    width: 100%;
}

#kereses-form .form-group.field-kereses-vegzettsegfoka, #kereses-form .form-group.field-kereses-elonybereszesitettszakterulet, #kereses-form .form-group.field-kereses-elonybereszesitettmunkavegzeshelye, #kereses-form .form-group.field-kereses-elonybereszesitettpozicio {
    margin-top: 24px;
}

#kereses-form .form-group.field-kereses-vegzettsegfoka label, #kereses-form .form-group.field-kereses-elonybereszesitettszakterulet label, .form-group.field-kereses-elonybereszesitettmunkavegzeshelye label, #kereses-form .form-group.field-kereses-elonybereszesitettpozicio label {
    margin-top: -25px;
}

.form-group.field-kereses-kulcsszavak .bootstrap-tagsinput {
    width: 100%;
}

#sorrend-grid .k-selectable thead th {
    background: white;
    font-weight: bold;
    text-align: center;
}

#sorrend-grid td {
    text-align: center;
}

div.k-window-content {
    padding-left: 0;
    padding-right: 0;
}

#registration-form #reg-submit-btn, #registration-form > .form-group {

}

#kereses-form .field-kereses-foglalkozatasjellege .control-label {
    display: none;
}

#allaskeresok-list-view tr td:nth-child(3) {
    text-align: left!important;
}

#allaskeresok-list-view tr td:nth-child(6) {
    text-align: center!important;
}

#allasok-tbl tr th:nth-child(4), #allasok-tbl tr th:nth-child(5) {
    text-align: left!important;
}

#basedata-form .k-widget.k-dropdown.k-header.form-control, #usersbasedata-telefonszam, #languages-form .k-widget.k-dropdown.k-header.form-control, #studies-form .k-widget.k-dropdown.k-header.form-control, #practice-form  .k-widget.k-dropdown.k-header.form-control, #experience-form .k-widget.k-dropdown.k-header.form-control, .bootstrap-tagsinput {
    width: 100%!important;
}

.user_menu {
    font-size: 0.99em;
}

.image_suggestion {
    font-size: 0.75em;
    font-style: italic;
}

.k-icon.k-clear-value.k-i-close {
    display: none;
    visibility: hidden;
}

.k-i-check:before {
    color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .offset-md-1 {
        display: none;
    }
}

@supports (-ms-ime-align: auto) {
  .offset-md-1 {
        display: none;
    }
}

.iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
    white-space: normal;
}

.k-item {
    font-size: 0.75rem;
}

.k-tooltip-content {
    font-size: 0.75rem;
    padding-left: 5px;
    padding-right: 5px;
}

.k-callout-n {
    border-bottom-color: #2c5182;
}


*:focus {
    outline: 0;
}

.hidden-modal {
    opacity: 0;
    width: 100%;
    height: 30px;
}

.modal-close, .modal-close:hover {
    margin-top: auto;
    margin-right: 0;
    background: none;
    padding: 0;
}

.kereses-btn {
    color: #363b5b;
    border-color: #363b5b;
    margin-left: 15px;
}

.form-no-wrap {
    flex-wrap: nowrap;
}

.modal-fejlec {
    width: 100%;
    text-align: center;
}

.k-list>.k-state-focused.k-state-selected, .k-listview>.k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 10px 3px #d7daea;
}

li.modal-k-item {
    padding: 5px 15px;
    border-bottom: 1px solid lightgrey;
}

.modal-ul {
    height: calc(100vh - 220px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-header {
    padding: 5px 15px;
}

.nemmobil-tablacska th, .nemmobil-tablacska td, .mobil-tablacska tbody tr td:last-child, .mobil-tablacska thead tr th:nth-child(4), .mobil-tablacska thead tr th:nth-child(5), .mobil-tablacska thead tr th:nth-child(6), .mobil-tablacska thead tr th:nth-child(7) {
    text-align: left!important;
}

.checkradios-radio.focus {
    box-shadow: none;
}

.checkradios-checkbox, .checkradios-radio {
    transform: scale(0.7);
    border: 2px solid #999;
}

.field-szakmaitapasztalatmodel-poziciomegnevezes {
    display: inline;
}

.field-userslanguageslist-nyelvtudasgyakorisag_id {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.delete-confirm.fade-in-bottom {
    min-height: 150px;
}

#cancel-btn {
    border: 1px solid gray;
}

#toggle-btn, .edit-btn, #hozzaad-btn {
    border-radius: 3px!important;
}

.szechenyi_2020 {
    display: none;
}

@media (min-width: 992px) {
    .szechenyi_2020 {
        display: block;
        height: 150px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
    }
    
    .szechenyi_2020 img {
        height: 100%;
    }
}