html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* You can add global styles to this file, and also import other style files */

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

code {
    color: #e01a76;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.box-shadow[_ngcontent-ng-cli-universal-c0] {
}

.modal-dialog {
    padding-bottom: 50px;
}

.em {
    color: #e71515;
    font-weight: bold;
}

.ng-invalid.ng-touched {
    border-color: red;
}

.card {
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 1px #cabcbc;
}

.modal-dialog {
    max-width: 1000px;
}

.h1 {
    font-size: 25px;
}

.h1, h1 {
    font-size: 25px;
}

/*button {
  border-radius: 10px;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
*/
.table tbody tr {
    background-image: url('https://www.magyarcegalapitas.hu/img/row.png');
    background-position: center top;
    background-color: white;
}

    .table tbody tr:hover {
        background-image: url('https://www.magyarcegalapitas.hu/img/red_row.png');
        background-position: center top;
    }

.redrow {
    background-image: url('https://www.magyarcegalapitas.hu/img/red_row.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.mainpage {
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    /*width: 800px;*/
}

.magyarlogo_top {
    margin-top: 40px;
}

.karc_logo {
    height: 30px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

#launcher {
    margin-bottom: 55px !important;
}

.infoemail {
    float: left;
    margin-left: 10px;
    text-decoration: none;
    position: absolute;
    left: 12px;
    top: 12px;
}


    .infoemail > a {
        color: lightgray;
        font-size: 8pt;
    }

        .infoemail > a:hover {
            text-decoration: none;
            color: gray;
        }

.ui.button.large {
    font-size: 20px;
    font-size: 1.11vw;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    padding: 0.78em 3.8vw 0.78em 3.55vw;
}

.ui.button.blue {
    background: #0074C8;
    box-shadow: 0px 0em 0px 0px rgba(34,36,38,0.15) inset;
    color: #FFFFFF;
    text-shadow: none;
    text-decoration: none;
}

.ui.button .arrow-right {
    right: 0;
    position: relative;
    margin: 4px 0 0 7px;
    transition: right 0.3s linear;
}

svg:not(:root) {
    overflow: hidden;
}

.noni {
    float: left;
    margin-left: 10px;
    text-decoration: none;
    right: 12px;
    top: 12px;
}


    .noni > a {
        color: lightgray;
        font-size: 8pt;
    }

        .noni > a:hover {
            text-decoration: none;
            color: gray;
        }

.aszf {
    float: right;
    margin-right: 10px;
    text-decoration: none;
    position: absolute;
    right: 12px;
    top: 12px;
}


    .aszf > a {
        color: lightgray;
        font-size: 8pt;
    }

        .aszf > a:hover {
            text-decoration: none;
            color: gray;
        }

.gyik {
    width: 170px !important;
}

@media (max-width: 568px) {
    .gyik {
        width: 100% !important;
    }

    .mobilwith {
        width: 100% !important;
    }

    .addressmodal .input-group-addon, .addressmodal .input-group-btn, .addressmodal .input-group .form-control {
        display: block;
        margin-bottom: 10px;
        clear: both;
        width: 100%;
    }

    .addressmodal .input-group-text {
        background-color: white;
        border: none;
    }

    .addressmodal .input-group {
        display: block;
    }

    .mobilshow {
        display: none;
    }

    .magyarlogo_top {
        margin-top: 10px;
    }

    .karc_logo {
        height: 20px;
        vertical-align: sub;
    }

    .aszf {
        display: none;
    }

    .infoemail {
        display: none;
    }

    #launcher {
        margin-bottom: 45px !important;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: white;
}

.card {
    border: none;
    box-shadow: none;
}

.table th {
    border-top: none;
}

/*.cform {
  margin-left: 25%;
  margin-right: 25%;
}*/

.rounded {
    border-radius: .25rem !important;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.cbtn {
    background-color: white;
    color: rgb(19, 132, 150);
}

.btn-info.disabled, .btn-info:disabled {
    background-color: whitesmoke;
    color: rgb(19, 132, 150);
}

.btn-info.disabled {
    background-color: whitesmoke;
    color: rgb(19, 132, 150);
}

select,
textarea,
input[type] {
    border-radius: .25rem !important;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.vertical-center {
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.ta-results.list-group {
    max-width: 400px;
    overflow: auto;
    max-height: 75vh;
    border: 1px solid #ccc;
}

.typeahead-wrap .list-group-item {
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.typeahead-wrap .list-group-item {
    width: 100%;
    text-align: left;
}

    .typeahead-wrap .list-group-item.active {
        background-color: #ccc;
    }

    .typeahead-wrap .list-group-item .item-name {
        font-weight: bold;
    }



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.6);
    -webkit-animation: preloadfadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: preloadfadein 3s; /* Firefox < 16 */
    -ms-animation: preloadfadein 3s; /* Internet Explorer */
    -o-animation: preloadfadein 3s; /* Opera < 12.1 */
    animation: preloadfadein 3s;
}

@keyframes preloadfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes preloadfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes preloadfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes preloadfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes preloadfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ED3024;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #119A49;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
