@import url("evir_bootstrap.css");

/* OROKOSKAPU */

/* Toggle ikon */

.sidebar-togg {
        visibility: hidden;
}

/* Toggle ikon vége */

/* Alap design */
body, div.oldalframe.sidebar {
        background-color: #b6bca4;
}
.bg-csaliszurke, #webshop_kozep {
        background-color: #d2d0c9;
}
#webshop_kozep {
        color: #504f50;
        padding-top: 0px;
        padding-bottom: 15px;
        font-family: 'Libre Baskerville',Georgia,"Times New Roman", serif;
        box-shadow: 5px 5px 15px #333333;
        z-index: 450;
}
@media (min-width: 992px) and (max-width: 1200px) {
        #webshop_kozep {
                min-width: 80vw;
                margin: auto;
        }
}
#webshop_kozep p {
        line-height: 1.5;
}

/* Alap design vége */

/* Felső rész */

div.ceger {
        position: relative;
        top: -30px;
}
div.ceger p {
        visibility: hidden;
        margin: 0px !important;
}
div.ceger div.form-group {
        margin-bottom: 0px;
}
div#logo{
        height: 105px;
        width: 30%;
        min-width: 320px;
        background-image: url("csali/familytree-logo3.png");
        background-repeat: no-repeat;
        background-size: 300px 105px;
        background-position: right top;
}
div#company{
	margin-top: 1rem;
}

/* Felső rész vége */

/* Gombok */

button.button, button.button:hover, button.button:focus, button.button:active, a.logout, a.logout:hover, a.logout:focus, a.logout:active, a.button, a.button:hover, a.button:focus, a.button:active {
        background-color: #8c9d8b;
        color: #ffffff;
        padding: 1em;
        margin: 0px;
        border-width: 0px;
        font-size: 13pt;
        outline: 4px double #b8b6c9;
        outline-offset: 2px;
        font-family: 'Libre Baskerville',Georgia,"Times New Roman", serif;
        text-decoration: none;
        cursor: pointer;
        box-shadow: none;
}

/* Gombok vége */

/* Linkek */

a.link, a.link:hover, a.link:focus, a.link:active, button.link, button.link:hover, button.link:focus, button.link:active {
        color: #f1a243;
        font-size: 13pt;
        font-weight: bold;
        background: transparent;
        border: none;
        box-shadow: none;
        margin: 0px;
}

/* Linkek vége */

/* Mezők */
input#login, input#pass, input#pass2, input#ugy, input#ugy[readonly], input#subject, input[type=text], input[type=text][readonly], div.bordered {
        padding: 16px;
        border: none;
        outline: 4px double #b8b6c9;
        outline-offset: 2px;
        font-family: 'Libre Baskerville',Georgia,"Times New Roman", serif;
        background-color: #d2d0c9;
}
div.bordered {
        padding: 3em;
}
.warning div {
        width: 100%;
        height: fit-content;
        font-size: 14pt;
        color: #504f50;

}
.orokoskapu_label {
        top: -16px;
}

/* Mezők vége */

/* Login, password */

input:-webkit-autofill {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-transition: background-color 5000s ease-in-out 0s;
}

/* Login, password vége */

/* OROKOSKAPU VÉGE */
