﻿/* general styles */



        /*  Next Fontface - the most Generic one  */
        @font-face {
            font-family: TeleGroteskNext;
            src: url(../tfonts/TeleGroteskNext.ttf);
        }

        /*  ULTRA Fontface - for the Bold/Fat ones  */
        @font-face {
            font-family: TeleGroteskNextBold;
            src: url(../tfonts/TeleGroteskNext-Ultra.ttf);
        }

        @font-face {
            font-family: TeleGroteskFet;
            src: url(../tfonts/Tele-GroteskFet.ttf);
        }

        @font-face {
            font-family: TeleGroteskNor;
            src: url(../tfonts/Tele-GroteskNor.ttf);
        }

html, body {
    height: 100%;
    width: 100%;
    font-family: TeleGroteskNext, Tele-GroteskNor, sans-serif;
    text-rendering: optimizelegibility;
    /* font-family: 'Roboto', sans-serif; */
}

/*  ===== Header & Navbar ===== */

.navbar {
    background: #e20074; /* NEW1 */
    /* background: #fff;  NEW2 */    
    /* T Magenta full  New1 */ /* Old Lila #8d2b91; */ /*linear-gradient(135deg, rgba(141, 43, 144, 0.8) 0%, rgba(48, 10, 147, 0.56) 100%); */
}

.border-bottom {
   /* border-bottom: 2px solid #dee2e6 !important; NEW1 */
    border-bottom: 3px solid #e20074 !important; /* NEW2 */
} 

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default {
    background: linear-gradient(135deg, rgba(141, 43, 144, 0.8) 0%, rgba(48, 10, 147, 0.56) 100%);
    border-bottom: #c7b7c7 2px solid;
}

.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
}

.navbar-nav {
    line-height: normal;
    float: right;
    flex-direction: column !important;
}

.nav-item {
    text-align: right;
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    font-weight: bolder !important;
    border-color: transparent; /*  rgba(255, 255, 255, 1); */
}

.navbar-toggler .IconzNewComer {
    font-size: 140%;
    font-weight: 500;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}
.navbar-brand a:focus, .navbar-brand a:hover {
    color: rgb(203, 199, 203);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(221, 221, 221, 0.06);
}

.navbar-brand img {
    height: 60px;
}

span.navbar-brand {
    text-align: right;
    text-transform: capitalize;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
         display: block !important;
    }
}
    /* padded section */
    .pad-section {
        padding: 50px 0;
    }

    .pad-section img {
        width: 100%;
    }

    /* Roboto fontset */
    @font-face {
        font-family: 'Roboto';
        src: url('../Fonts/Roboto.ttf') format('truetype');
    }

h1, h2, h3, h4 {
    font-family: TeleGroteskNor, sans-serif;
    font-weight: normal;
}

    h3, .h3 {
        font-size: 1.85rem;
    }

    small, .small {
        font-size: 95%;
    }

    /* icons fontset */
    @font-face {
        font-family: 'icon-worksregular';
        src: url('../Fonts/icon-works-webfont.eot');
        src: url('../Fonts/icon-works-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/icon-works-webfont.woff') format('woff'), url('../Fonts/icon-works-webfont.ttf') format('truetype'), url('../Fonts/icon-works-webfont.svg#icon-worksregular') format('svg');
    }

    span.IconzNewComer {
        font-family: 'icon-worksregular';
        font-size: inherit;
        font-weight: normal;
        font-style: normal;
    }

    /* Buttons, Links */
    a, .btn-link {
        color: #00739f;
        text-decoration: none;
        background-color: transparent;
        cursor: pointer;
    }

        a:hover, .btn-link:hover {
            color: #0074a0;
            text-decoration: none;
        }

    .btn {
        min-width: 140px;
        font-size:1.1rem;
    }

    .btn-primary {
        color: #383838 !important;
        background-color: #ededed !important; 
        border-color: #747474 !important;
    }
.btn-default {
    color: #fff;
    background: #e20074;
    border: #747474 1px solid;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #383838;
        background-color: #dbdbdb;
        border-color: #747474;
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #383838;
    border-color: #747474;
}

    .lead {
        font-size: 1.25rem;
        font-weight: 300;
        color: rgba(66, 63, 66, 0.98);
    }

    .blueBold {
        font-weight: normal;
        color: #383838;
        font-size: 2.4rem;
    }

    .blueGreen {
        font-weight: bolder;
        color: #00bac0;
    }

    /*  ===== Forms Inputs =====  */
.form-control {
    height: 35px;
    color: #383838;
    font-size: 1.1rem;
    background-color: rgba(232, 240, 254, 0.89); /* orig rgba(255, 255, 255, 0.89)*/
    border: 1px solid #747474;
}

    /* vertical-centered text */
    .text-vcenter {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .text-vcenter h1 {
            font-family: 'Roboto', sans-serif;
            font-size: 4.0rem;
            font-weight: 900;
            margin: 0;
            padding: 0;
            color: #FFF;
            text-shadow: #000 1px 1px 28px;
        }

        .text-vcenter h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 2.8rem;
            color: #FFF;
            text-shadow: #000 1px 1px 28px;
        }

        .text-vcenter h4 {
            font-size: 1.2rem;
            color: #FFF;
            text-shadow: #000 1px 1px 28px;
        }

    /* =====  Additional Sections  =====  */
#Section1 {
    /* NEW 1 */
    background: linear-gradient(135deg, rgba(175, 154, 166, 0.48) 0%, rgba(14, 14, 14, 0.15) 100%), url(../images/homeNew1.jpg) no-repeat center center fixed;
    /* NEW 2 */
    /* OLD Orig  linear-gradient(135deg, rgba(141, 43, 144, 0.08) 0%, rgba(142, 142, 142, 0.43) 100%), url(../images/home.jpg) no-repeat left center fixed; */
    display: table;
    height: 65vh;
    position: relative;
    width: 100%;
    background-size: cover;
    border-top: 2px solid rgba(206, 206, 206, 0.05);
    border-bottom: 2px solid rgba(206, 206, 206, 0.05);
}

    #Section2 {
        min-height: 350px;
        background: #ffffff;
    }

    #Section3 {
        background-color: #fafafa;  /* #00bac0;  dont get thsi colour?!?  */
        color: #ffffff;
    }

        #Section3 .glyphicon {
            border: 2px solid #FFFFFF;
            border-radius: 50%;
            display: inline-block;
            font-size: 60px;
            height: 140px;
            line-height: 140px;
            text-align: center;
            vertical-align: middle;
            width: 140px;
        }

    #Section4 {
        background: url(../images/home5.jpg) no-repeat center center fixed;
        display: table;
        height: 400px;
        position: relative;
        width: 100%;
        background-size: cover;
        border-top: 2px solid rgba(206, 206, 206, 0.05);
        border-bottom: 2px solid rgba(206, 206, 206, 0.05);
    }

    @media(max-width: 480px) {
        #Section1 {
            background: url(../images/homeNew1.jpg) no-repeat center center;
            height: 250px;
            background-size: cover;
            /* background-size: 130%; */
        }

        #Section4 {
            background: url(../images/home5.jpg) no-repeat center center;
            height: 250px;
            background-size: cover;
        }
    }

    #Section4 .panel {
        opacity: 0.85;
    }

    #Section5 {
        background: url(../images/home5.jpg) no-repeat center center fixed;
        display: table;
        height: 800px;
        position: relative;
        width: 100%;
        background-size: cover;
    }

        #Section5 .container {
            background: #00172f;
            color: #fff;
            margin-top: 20%
        }

    #Error {
        background: linear-gradient(135deg, rgba(141, 43, 144, 0.08) 0%, rgba(142, 142, 142, 0.43) 100%), url(../images/ErrorHome.jpg) no-repeat right center fixed;
        display: table;
        height: 75vh;
        position: relative;
        width: 100%;
        background-size: cover;
    }

    .ErrorText {
        margin-top: 20%;
        vertical-align: middle;
        background: rgba(255, 255, 255, 0.75);
    }

    .LoginPage {
        color: #fff;
    }

    canvas {
        display: block;
        box-shadow: rgba(187, 176, 187, 0.62) 1px 1px 10px;
        margin: 20px auto;
        width: 100%;
    }

    .col-form-label span.label-success {
        color: #cdcdcd;
    }

    .field-validation-error {
        position: absolute;
        left: 15px;
        right: 15px;
        font-size: 98%;
        font-style: italic;
        border-radius: .25rem;
        background: linear-gradient(100deg, rgba(218, 218, 217, 0.57) 2%, rgba(218, 218, 218, 0.95) 100%), url(../images/HeadAnimError.gif) no-repeat left top;
        background-size: contain;
        padding: 9px 25px 5px 55px;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        box-shadow: rgba(217, 0, 0, 0.14) 0px 2px 7px 3px;
        color: #d90000;
        z-index: 1000;
        margin-top: 0px;
        /* position: relative;
    white-space: nowrap; */
    }

    @media (max-width: 768px) {
        .field-validation-error {
        }
    }

.text-danger-error,
.text-danger {
    color: #d90000; /* #96519b;*/
}
    /* a Bug  26618 lehetseges megoldása */
.text-danger,
code {
    color: #d90000 !important;
}
    .TheCookiezConsent{
        position: absolute;
        top: 40%;
        opacity: 0.93;
    }
    .TheCookiezConsent .row{
        padding:2% 0 1% 0;
    }
.OverFooter {
    background: rgba(56, 56, 56, 0.93); /* T magenta  Bk transparent NEW1 */
    /* background: rgba(226, 0, 116, 0.81);  T magenta  Bk transparent NEW2 */
    /*  old blue BK  #00172f; */
    color: #ffffff;
    z-index: 1000;
    /* padding: 3% 0 30% 0; */
}
    .OverFooter .btn {
        margin: 3% 0;
    }
        .OverFooter a {
            color: #adabab !important;
        }

    /* ===== DOC Cotrolz ===== */
    #DocumentSection {
        background: linear-gradient(135deg, rgba(141, 43, 144, 0.08) 0%, rgba(142, 142, 142, 0.43) 100%), url(../images/DocHome.jpg) no-repeat right center fixed;
        display: table;
        height: 100vh;
        position: relative;
        width: 100%;
        background-size: cover;
    }

        #DocumentSection .modal-title {
            text-align: center
        }

    #loadingDiv {
        background: rgba(255, 255, 255, 0.77);
        padding: 20px 10px 10px 10px;
        box-shadow: rgba(187, 176, 187, 0.62) 1px 1px 10px;
    }

        #loadingDiv img {
            width: 50px;
            height: auto;
            text-align: center;
        }

        #loadingDiv p {
            font-size: 0.8rem;
            color: #bbafba;
            text-transform: uppercase;
            text-align: center;
        }

    .DocCotrolz {
        margin-top: 15%;
        padding: 20px;
        vertical-align: middle;
        background: rgba(255, 255, 255, 0.85);
    }

    #waitDiv {
        color: #d90000;
        font-weight: bolder;
    }

    .DocCotrolzButtons {
        text-align: right;
        padding: 10px 0;
        width: 100%;
    }

        .DocCotrolzButtons .btn {
            float: right;
            margin-left: 7px;
        }

.btn-primary.disabled, .btn-primary:disabled {
    color: #d90000 !important;
    background-color: #BDBDBD !important;
    border-color: rgba(219, 0, 0, 0.6) !important;
    cursor: not-allowed;
}

    .btn-secondary.disabled, .btn-secondary:disabled {
        cursor: not-allowed;
    }

    /* ===== FOOTER ===== */
    footer {
        background:#383838; /*  Blue  #00172f; */
        padding: 20px 0;
        color: #fff;
        font-size: 0.8rem;
        z-index:900;
    }

        footer p {
            margin-bottom: 0px
        }

        footer a, footer .btn-link {
            color: #007faf;            
            font-size: 0.95rem;
            padding: 2px;
        }

            footer a:hover,
            footer .btn-link:hover {
                color: #eaeaea;
            }

        footer img {
            height: 32px;
            padding: 0 5px
        }

        footer .glyphicon {
            color: #fff;
            font-size: 60px;
        }

            footer .glyphicon:hover {
                color: #eee;
            }

    /* ===== Modals POPUps and More ===== */

    .modal-title {
        display: inline;
        color: #383838;
        font-size: 99%;
    }

    .PopUpContnets {
        max-height: 550px;
        overflow-y: scroll;
        text-align: left;
    }

    .navbar-nav > li > a {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #c7b7c7;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #36c8cc;
        }

    /* ===== Table Rules ===== */
    .table-responsive {
    }

        .table-responsive table tbody tr:hover {
            background: rgba(0, 127, 175, 0.1); /* rgba(135, 50, 149, 0.08); */
        }

    .table thead th {
        border-bottom: 2px solid #dee2e6;
        border-top: 0px;
    }

    .Statuses p {
        margin-bottom: 0px;
    }

    .StatusUnOpened {
    }

        .StatusUnOpened span.IconzNewComerUnOpened {
            font-family: 'icon-worksregular';
            display: inline-block !important;
            color: #853195;
            padding-right: 0px;
            font-weight: 500;
            font-size: 120%;
        }

    .StatusOpened {
    }

        .StatusOpened span.IconzNewComerOpened {
            font-family: 'icon-worksregular';
            display: inline-block !important;
            color: #00bac0;
            padding-right: 0px;
            font-weight: 500;
            font-size: 120%;
        }

    .StatusAccepted, .StatusAcceptedAfterDeclined {
    }

        .StatusAcceptedAfterDeclined span.IconzNewComerAcceptedAfterDeclined,
        .StatusAccepted span.IconzNewComerAccepted {
            font-family: 'icon-worksregular';
            display: inline-block !important;
            color: #4CAF50;
            padding-right: 0px;
            font-weight: 500;
            font-size: 120%;
        }

    .StatusDeclined {
    }

        .StatusDeclined span.IconzNewComerDeclined {
            font-family: 'icon-worksregular';
            display: inline-block !important;
            color: #e0004c;
            padding-right: 0px;
            font-weight: 500;
            font-size: 120%;
            font-style: normal;
        }

    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .ColDocListItemTitle {
        width: 100%;
        display: inline-block;
        color: #00172f;
        border-bottom: 2px solid #dee2e6;
    }

    .ColDocListItem {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #dee2e6;
    }

        .ColDocListItem:hover {
            background: rgba(135, 50, 149, 0.08);
        }

    .LabelLeft {
        float: left;
        padding-left: 1%;
    }

    .LabelRight {
        float: right;
        padding-right: 1%;
    }

    .serviceList {
        width: 75%;
        text-align: left;
        margin: 50px 0
    }

        .serviceList a {
            color: inherit;
            font-weight: 600;
        }

    hr {
        border: 0;
    }

    /*  ======  Media Queries ======  */

    @media (min-width: 768px) {
        .offset-md-3,
        .offset-lg-3 {
            margin-left: 25%;
        }

        .navbar-nav > li > a {
            padding-top: 1px;
            padding-bottom: 1px;
        }

        .modal-lg {
            width: 75%;
        }
    }

    @media (max-width: 768px) {
        footer .col-sm-12 {
            text-align: center !important;
        }

        .text-sm-center {
            text-align: center !important;
        }
    }

    @media (min-width: 500px) {
        h1 {
            font-size: 2.5rem
        }

        .modal-lg {
            max-width: 90%;
        }

        .modal-title {
            font-size: 2rem
        }

        footer img {
            height: 25px;
            padding: 0 5px;
        }
    }

    @media (max-width: 500px) {
        .navbar-brand img {
            height: 50px;
        }

        .text-vcenter h1 {
            font-size: 2.35rem;
            padding: 1% 0;
        }

        .text-vcenter h3 {
            font-size: 2.0rem;
            padding: 1% 0;
        }

        h3, .h3 {
            font-size: 1.35rem;
        }

        .blueBold {
            font-size: 1.55rem;
        }

        .lead {
            font-size: 0.9rem;
        }

        .DocCotrolzButtons .btn {
            min-width: 115px;
            font-size: 0.8rem;
            text-align: center !important;
            float: none !important;
            margin: 5px auto;
        }

        .table td, .table th {
            padding: .5rem 0;
        }

        table a {
            font-size: 0.9rem;
        }

        .Statuses p {
            font-size: 0.9rem;
            white-space: nowrap;
        }

        footer img {
            height: 20px;
            padding: 0 5px;
        }
    }

    /*  ====== ORIGINAL CSS  ======  */
    /*  ============================ */
    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        font-size: 1.1rem;
        margin-bottom: 60px;
        background:#383838; /*  Blue  #00172f; */
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }

.loginButtonStyle {
    text-transform: uppercase !important;
    color: #fff;
    background: #e20074;
    border: #747474 1px solid;
}

.displayNone {
    display: none !important;
}

.displayBlock {
    display: block !important;
}

h1.privacy {
    text-align: center;
}

ul.privacy {
    list-style-type: square
}

    ul.privacy > li {
        margin-left: 20px
    }