﻿
.infoCountry, .infoBrowser, #infoCookie {
    display: none;
}


#main-nav {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0 0 5px !important;
}

#header #header-top #logo-header {
    margin: 15px 0 15px;
}

.navbar-collapse, #header #main-nav .navbar-nav li #CultureContainer_m {
    border: none;
    background-color: transparent !important;
    cursor: pointer;
}

#header #main-nav .nav.navbar-nav {
    margin: 0 !important;
}

#header-top {
    position: relative;
}

.form-control-100 {
    max-width: 100% !important;
}

#btnSubmit {
    max-width: 100%;
}

#main-content #wrapper {
    padding-bottom: 0 !important;
}

#footer {
    margin-bottom: 0;
}
#hero-form.hero-form-slider{
    background-color: transparent;
}
#main-content.home #hero-form.hero-form-slider {
    background-color: white;
}
#main-content.home {
    background-color: #f3f3f3;
}


.content > h1 {
    margin-top: 0 !important;
}

.download-pre {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    padding-left: 20px;
    background: #f0f8ff;
    margin-bottom: 7px;
}

.download-pre i {
    float: right;
    height: 43px;
    display: block;
    width: 49px;
    border-left: solid 3px white;
    line-height: 45px;
    background: #f3f3f3;
    text-align: center;
}

@media (orientation: portrait) and (min-height:500px) and (min-width:768px) {
    footer#footer {
        position: absolute;
        bottom: 0;
    }
}


.field-validation-error.text-danger {
    background-color: #a94442;
    color: white;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,-20%,0);
    z-index: 9999999;
    font-size: 80%;
    line-height: 100%;
    max-width: 80%;
    width: auto;
    text-align:center;
}

span.field-validation-error.text-danger:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate3d(-50%,0, 0);
    border-top: solid 0px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #a94442;
}

.field-validation-error.text-danger.top-tooltip {
    bottom: initial;
    top: -100%;
    bottom: initial;
    transform: translate3d(-50%,-15%,0);
}

span.field-validation-error.text-danger.top-tooltip:before {
    top: 100%;
    bottom: initial;
    border-top: solid 10px #a94442;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 0px transparent;
}

.row.row-flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: stretch;
}

#captcha-main-container {
    flex-basis: 160px;
    padding-right: 0 !important;
    min-width: 160px !important;
}

#captcha-target {
    flex: 1 1 auto;
}

#captcha-target input {
    max-width: 100%;
}
.captchaContainer .text-danger{
    top: 90%;
}

#download-redirect {
    width: auto;
    min-width: 250px;
    margin: auto;
    display: block
}

.form-group .fa.card-btn-whiteicon {
    position: inherit;
    color: #FFFFFF;
}

.form-group .card-btn-label {
    min-width: 250px;
    margin: auto;
    display: block;
    max-width: 60% !important;
}