﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #e60028;
    border-color: #c00021;
    border-radius: 1.125rem;
}
.btn-success {
    color: #fff;
    border-radius: 1.125rem;
}
@media (max-width: 767px) {
    .btn-nav-next {
        text-transform: uppercase;
        padding-left:20px;
        padding-right:20px;
    }

    .btn-nav-next-padding {
        text-transform: uppercase;
    }
}
@media (min-width: 768px) {
    .btn-nav-next-padding {
        padding-left: 60px;
        padding-right: 60px;
        text-transform: uppercase;
    }
    .btn-nav-next {
        text-transform: uppercase;
    }
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #c00021;
        border-color: #e60028; /*set the color you want here*/
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .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 */
        margin-bottom: 60px;
    }

    .footer-border {
        border-top: 1px solid #ddd;
        margin-top: 20px;
    }

.ald-logo {
    width: 60%;
    float: left;
    padding: 10px;
    margin-right: -97px;
}
    /*AKW services custom section*/
    .form-group label {
        font-size: 12px;
        font-weight: 700;
    }

    #page {
        background-color: white;
        padding: 30px;
        border: 1px solid #ddd;
    }

    #pagetop {
        padding: 40px;
    }

    #pageheader {
        background-color: #ffffff;
        border-bottom: 1px solid #ddd;
    }

    .form-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .form-infotext {
        font-size: 12px;
        font-weight: 400;
        color: #676767;
    }

    .page-title {
        font-size: 26px;
        font-weight: 400;
        width: 100%;
        margin-top: 40px;
    }



    /* #### Mobile Phones Portrait or Landscape #### */
    @media screen and (max-device-width: 640px) {
        /* some CSS here */
    }

    /* #### Tablets Portrait or Landscape #### */
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .footer-link-top {
            margin-top: -20px;
        }

        .footer-link-right {
            border-right: 1px solid #ddd;
        }
    }

    /* #### Desktops #### */
    @media screen and (min-width: 1024px) {
        .footer-link-top {
            margin-top: -20px;
        }

        .footer-link-right {
            border-right: 1px solid #ddd;
        }
    }


    .processing-message ul {
        list-style-type: none;
        margin-left: -40px;
    }

/** HEader flag icon - languages*/

.LanguageIcon {
    width: 25px;
    padding: 2px;
    
}

    .LanguageIcon > a {
        pointer-events: none;
        cursor: default;
    }

.LanguageIconInctive {
    width: 25px;
    padding: 2px;
    opacity: 1;
   
}

/** FOOTER icon*/
/*Cookier bar*/
#cookie-bar {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    min-height: 64px;
    background-color: black;
    text-align: center;
    border-top: 3px solid #aa0000;
}

#cookie-close {
    margin-top: 15px;
    color: #fff;
    background: url(https://www.aldkierowca.pl/wp-content/themes/evptheme/dist/img/close.png) 0 0 no-repeat;
    background-size: 16px 16px;
    padding-left: 28px;
    height: 23px;
    display: inline-block;
}

#cookie-bar p {
    padding: 10px;
}

#cookie-bar * {
    color: #aaa;
}

#cookie-bar p a {
    border-bottom: 1px dotted;
}

#cookie-bar * {
    color: #aaa;   
}

a:visited {
    color: #36a3d4;
    text-decoration: none;
}
.myald-logo {
    width: 200px;
    padding: 10px;
}