@charset "utf-8";
/* CSS Document */
/*https://mycolor.space/?hex=%2300A5EB&sub=1*/
:root{
    --emid_alap: #3d92be;
    /*#c7e1c7*/
    /**/
    --emid_hover: #0084c7;
    --emid_checked: #0064a3;
    --emid_text_white: #fbfbfb;
    --emid_text_black: #777;
    --emid_shadow:rgba(38,166,154,.5);
    --emid_beo_text:rgba(55,55,55,.75);
    --emid_beo_td_right:rgba(55,55,55,.2);
    --emid_eredmeny: #009688;
    --emid_error:#fd6f5e;
    --emid_inaktiv:#F48024;
    --emid_danger:#f9c7c2;
    --emid_aktiv:#5bae4c;
    --emid_success:rgba(0, 172, 172, 1);
    --emid_success:#00acac;
    --emid_gray:#ccc;
    --emid_table_th_bg:#3a4856;
    --emid_table_th_color:#fbfbfb;
    --emid_btn:#9dadbc;
    --emid_ma:rgba(61, 146, 190, 0.1);
    --emid_ma_jelenlet:rgba(61, 146, 190, 0.05);
    --emid_hetvege:rgba(233, 233, 233, 0.7);
    --emid_unnep:rgba(234, 67, 53, 0.2);

    --emid_alap:#00bfa5;
    --bs-primary:#00bfa5;
    --bs-primary-rgb:#00bfa5;
    --bs-dropdown-link-hover-color: #00bfa5;
    /*--bs-dark-rgb:#00bfa5;*/
    /*--bs-link-color:#00bfa5;*/
}

.emid_nev {

}
.cursor_disable_style {
    cursor: not-allowed;
}
.form-check-input:checked {
    background-color: var(--emid_alap);
    border-color: var(--emid_alap);
}

.logo_referencia_bg {
    background-color: var(--emid_gray);
}
    .logo_referencia {
    max-height: 100px;
}
.kepek_keret_referencia {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 430px;
}

.siker_div_height {
    height: 460px;
}

.emid_myTabContent {
    overflow: hidden;
    border-radius: 10px;
}

.siker_szoveg{
    background-color: var(--emid_gray);
    opacity:0.92;
    border-radius: 10px;
    min-height:280px;
}
.siker_background {
    /*background-image: url('kepek/emid_logo.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: center;*/
    /*background-size: inherit;*/
    /*opacity: 0.8;*/
    /*background-position-y: 110px;*/
}
.parsley-error {
    background-color: transparent !important;
    border-color:  var(--emid_error) !important;
    color: var(--emid_error) !important;
}
.saas_image_m {
    max-height:700px;
}
.saas_image_div_1 {
   width: 600px;
    max-height: 600px;
    max-width: 600px;
    overflow: hidden;
    border-radius: 10px;
    /*background-image: url('kepek/saas_felho_o.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: center;*/
    /*background-size: cover;*/
    opacity: 0.8;
    /*background-position-y: -105px;*/
}

.sortores {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.saas_image_div_2 {

   width: 600px;
    max-height: 600px;
    max-width: 600px;
    overflow: hidden;
    border-radius: 10px;
    /*background-image: url('kepek/saas_tamogatas.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: center;*/
    /*background-size: cover;*/
    opacity: 0.8;
    /*background-position-y: -105px;*/
}

.saas_image_div_3 {

   width: 600px;
    max-height: 600px;
    max-width: 600px;
    overflow: hidden;
    border-radius: 10px;
    /*background-image: url('kepek/saas_havidij.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: center;*/
    /*background-size: cover;*/
    opacity: 0.8;
    /*background-position-y: -105px;*/
}


.siker_div_height_opac {
    height: 100%;
    width:100%;
    background-color: var(--emid_gray);
    opacity:0.5;
}



.btn-primary {
    color: #fff;
    background-color: var(--emid_alap);
    border-color: var(--emid_alap);
}
.btn-primary:hover {
    opacity: 0.8;
    background-color: var(--emid_alap);
    border-color: var(--emid_alap);
}
.btn-outline-primary {
    --bs-btn-color: var(--emid_alap);
    --bs-btn-border-color: var(--emid_alap);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--emid_alap);
    --bs-btn-hover-border-color: var(--emid_alap);
    --bs-btn-focus-shadow-rgb: 131, 56, 236;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--emid_alap);
    --bs-btn-active-border-color:var(--emid_alap);
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: var(--emid_alap);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--emid_alap);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--emid_alap);
}
.bg-dark {
   background-color: rgba(119, 119, 119, 0.9) !important;
}

.bemutatkozo_kep {
    max-height: 700px;
}

.cursor-pointer {
    cursor: pointer;
}

.emid_logo {
    width: 50px;
}
.emid_logo_cegnev {
    font-size: 1.35rem !important;
}


@media (max-width: 1250px){
    .emid_logo {
        width: 30px;
    }
    .emid_logo_cegnev {
        font-size: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    .emid_logo {
        width: 30px;
    }
    .emid_logo_cegnev {
        font-size: 1rem !important;
    }

    .emid_foszeoveg {
        font-size: 2rem !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
}