

#toolbar-bar>* {
    position: initial;
}

.toolbar .toolbar-bar {
    color: #000;
}

.mainNavigation__loginButton {
    color: #fff!important;
    text-decoration: none;
}

.error404 .wrapper:after, .error404 .wrapper:before {
    content: "";
    background-image: url('/themes/portal/images/nuvem.png')!important;
  }

.richText {
    width: auto;
    font-family: Lato,sans-serif;
}

.button-search-results {
    position: absolute;
}

/* Footer */

/* .title {
    font-style: normal !important;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: 500 !important;
    font-family: Lato,sans-serif !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-family: Oswald,sans-serif !important;
    letter-spacing: .9px !important;
    color: #715c53 !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    text-decoration: none !important;
    display: block !important;
    transition: .2s ease-in-out !important;
} */

.subtitle {
    font-size: 24px !important;
    color: #00a4b4 !important;
    display: block !important;
    text-decoration: none !important;
}

.small {
    font-family: Lato,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.43 !important;
    color: #715c53 !important;
    max-width: 240px !important;
    display: inline-block !important;
    text-transform: none!important;
}

.email {
    text-decoration: none !important;
    font-family: Lato,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.43 !important;
    color: #715c53 !important;
    text-transform: lowercase !important;
    margin-top: 40px !important;
}

.email a[href^="mailto:"]:before {
    content: "\e91a";
    font-family: icon-base;
    font-size: inherit;
    color: #00a4b4;
    position: relative;
    margin-right: 7px;
    top: 3px;
}

p.email a {
    text-transform: none!important;
}

/* Explorador de mercado */

.autocomplete-items {
    padding: 30px;
    box-shadow: 0 24px 32px 0 rgba(35,35,35,.16), 0 8px 8px 0 rgba(42,42,42,.03);
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    top: 0;
    cursor: pointer;
    left: 0;
    max-height: 220px;
    overflow-y: scroll;
    width: 100%;
}

.autocomplete-items div{
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-family: Lato,sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    transition: color .1s ease-in-out;
    color: #000;
    margin-bottom: 10px;
}

.autocomplete-items div:hover {
    color: #00a4b4;
}


a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.container{
    width: 100%;
    margin: 0 auto;
}

#map_container{
    position: relative;
}
#map{
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}
.hidden{
    display: none;
}

.market_explorer {
    position: relative;
}

.wrapper_market_explorer {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
        padding: 0 96px;
}

.market_explorer .gm-style .gm-style-iw-c {
	border-radius: 14px;
    box-shadow: 0 24px 32px 0 rgba(35, 35, 35, 0.2), 0 24px 32px 0 rgba(35, 35, 35, 0.2);
    top: 1px;
    margin: -10px 0 0 0;
}

.market_explorer button.gm-ui-hover-effect {
	display: none!important;
}

.gm-style .gm-style-iw-t::after {
    margin: -10px 0 0 0;
}

.encontre-o-seu-parceiro {
    color: #00A4B4;
}

  .infoCardTitle {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #715C53;
  }

  .View-More {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #715C53;
    text-transform: uppercase;
    padding: 10px 0 15px 0;
  }

.tk-form{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 50%;
    height: 534px;
    padding: 75px 55px 0 100px;
    z-index: 100;
}
.tk-form-2{
    margin-top: 25px;
    padding-bottom: 25px;
}

.tk-form .autocompleteField {
    padding-left: 0;
}

ul.ui-autocomplete li a {
    display: block;
    font-weight: normal;
    outline: none;
}
ul.ui-autocomplete a {
    background-color: #ffffff;
    color: #222222;
    font-size: 15px;
}

.js input.form-autocomplete {
    background-image: none !important;
}
.gm-style-iw-d{
    padding-top: 5px;
} 

.wot .ctaContainer {
    margin-bottom: 40px;
}
input#edit-data-publicacao,
input#edit-data-evento,
select#edit-setor,
select#edit-mercado {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    font-size: 14px;
    font-family: Lato,sans-serif;
}

.js-form-item {
    display: inline-block;
    margin-right: 10px;
}

input#edit-submit-lista-noticias:hover,
input#edit-submit-lista-de-eventos:hover {
    transform: translate3d(0,3px,0);
}

input#edit-submit-lista-noticias,
input#edit-submit-lista-de-eventos {
    color: #39babe;
    background-color: inherit;
    padding: 14px;
    border: 2px solid #39babe;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 24px;
    height: 54px;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    transform: translateZ(0);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    will-change: transform;
}

#edit-actions {
    display: inline-block;
}

/* section.filterBar {
    text-align: center;
} */
.js-form-item-mercado label,
.js-form-item-data-publicacao label,
.js-form-item-data-evento label,
.js-form-item-setor label {
    display: none;
}

.notificationBar.show {
    z-index: 100;
 }


 .pagination li a {
    text-decoration: none;
}


li.pager__item.pager__item--first a:before {
    content: "\e90d";
    position: absolute;
    top: -12px;
    left: -23px;
    font-family: icon-base;
    font-size: 1.5rem;
    font-style: normal;
    color: #a99e97;
}

li.pager__item.pager__item--last a:before {
        content: "\e90a";
        position: absolute;
        top: -12px;
        left: 0;
        font-family: icon-base;
        font-size: 1.5rem;
        font-style: normal;
        color: #a99e97;
 }

 li.pager__item.pager__item--next {display:none;}

 li.pager__item.pager__item--previous {display:none;}

 @media only screen and (max-width: 850px) {
    #map {
        display: none;
    }

    .tk-form{
        width: 100% !important;
        position: relative !important;
        padding: 25px 0 0 0 !important;
        height: 100% !important;
    }

    .info__description {
        width: 100% !important;
        display: inline-block;
        padding: 25px 0 0 0;
    }

    .encontre-o-seu-parceiro {
        width: 100% !important;
    }

    .wrapper_market_explorer {
        padding: 0 6.7%;
    }

    .tk-form .filterBar__fieldsContainer{
        display: block;
    }

    .tk-form .filterBar__fieldsContainer form {
        opacity: 1;
    }

    .button-search-results {
        position: unset!important;
        margin: 0 0px 15px 0!important;
        text-align: center!important;
        display: inline-block!important;
    }

    .button-search-results-Mobile {
        width: 100%;
        text-align: center;
    }

    .autocomplete-items {
        background: White;
    }

    .js-form-item {
        padding: 0 0 25px 0px;
    }

    #edit-actions {
        padding: 35px 0 0 0;
    }

}

#ui-datepicker-div, #edit-submit-search-results{
    display: none!important;
}

.checkContainer.error .checkField input, .checkContainer.error .checkField label {
    color: #f37167;
}
.checkContainer.error .checkField label:before {
    border-color: #f37167;
}
.FitWidth {
    white-space: nowrap;
}

.infoNumbers li article .TextSpan {
    font-weight: 500;
    font-family: Lato,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #a99e97;
    font-style: italic;
}

.autoDiagnostic__step .radioContainer {
    padding: 0px !important;
}

.autoDiagnostic__step .formSubtitle {
   
    margin-top: 10px;
}


.tk-finishLater {
    cursor: pointer;
    text-decoration: underline;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-family: Lato,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #715c53;
}

/* Login Portugal Exporta */

.tk-formFields h4.formSectionTitle {
    margin: 0;
}

a.tk-autenticacaoGovButton {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='236px' height='52px' viewBox='0 0 236 52' enable-background='new 0 0 236 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M27.41,49.49h-0.02v0.01h-0.32C13.78,49.5,3,38.98,3,26 C3,13.03,13.78,2.5,27.07,2.5h0.02h0.01h0.31v9.21h-0.02H27.1c-8.09,0.01-14.63,6.39-14.63,14.281c0,7.9,6.55,14.279,14.64,14.279 h0.3V49.49z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M30.96,29.35c-0.32,0.141-0.54,0.23-1,0.23 c-2.45,0-2.64-2.371-2.64-2.371v-4.02l0.06-0.46l0.06-0.01h5.05v3.96C32.49,26.68,32.34,28.76,30.96,29.35z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M43.89,29.35c-0.32,0.141-0.54,0.23-1.01,0.23 c-2.44,0-2.63-2.371-2.63-2.371v-4.02l0.06-0.46l0.06-0.01h5.05v3.96C45.42,26.68,45.27,28.76,43.89,29.35z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M37.08,37.43c-0.24,0.07-0.37,0.109-0.67,0.109 c-2.44,0-2.63-2.35-2.63-2.35v-4.029l0.05,0.439l0.22-0.02h4.9v3.968C38.95,35.549,38.77,36.99,37.08,37.43z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M37.41,29.35c-0.32,0.141-0.55,0.23-1,0.23 c-2.44,0-2.63-2.371-2.63-2.371v-4.02l0.05-0.46l0.22-0.01h4.9v3.96C38.95,26.68,38.79,28.77,37.41,29.35z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M37.08,21.5c-0.24,0.06-0.37,0.1-0.67,0.1 c-2.44,0-2.63-2.35-2.63-2.35V15.23l0.05-0.08l0.22-0.03h4.9v3.98C38.95,19.1,38.77,21.049,37.08,21.5z'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M71.789,33.279l-1.095-3.044H65.72l-1.094,3.044h-2.865l5.353-14.167h2.188l5.353,14.167H71.789z M68.028,22.436h0.358l-1.871,5.432h3.382L68.028,22.436z'/%3E%3Cpath fill='%23FFFFFF' d='M80.407,33.398c-2.964,0-5.292-2.009-5.292-5.013v-9.272H77.8v9.054c0,1.711,1.114,2.646,2.606,2.646 c1.493,0,2.626-0.936,2.626-2.646v-9.054h2.687v9.272C85.72,31.389,83.372,33.398,80.407,33.398z'/%3E%3Cpath fill='%23FFFFFF' d='M92.865,21.481v11.798h-2.687V21.481h-3.88v-2.368h10.446v2.368H92.865z'/%3E%3Cpath fill='%23FFFFFF' d='M97.583,33.279V19.113h9.59v2.468h-6.904v3.383h5.89v2.348h-5.89v3.502h6.904v2.466H97.583z'/%3E%3Cpath fill='%23FFFFFF' d='M117.224,33.279l-6.406-9.709h0.377v9.709h-2.686V19.113h2.428l6.406,9.71h-0.357v-9.71h2.686v14.167 H117.224z'/%3E%3Cpath fill='%23FFFFFF' d='M127.076,21.481v11.798h-2.686V21.481h-3.881v-2.368h10.447v2.368H127.076z'/%3E%3Cpath fill='%23FFFFFF' d='M131.794,33.279V19.113h2.686v14.167H131.794z'/%3E%3Cpath fill='%23FFFFFF' d='M141.625,33.398c-2.348,0-3.959-1.333-4.676-2.606c-0.459-0.835-0.637-1.233-0.637-4.597 c0-3.383,0.178-3.779,0.637-4.615c0.717-1.254,2.328-2.588,4.676-2.588c2.824,0,4.775,1.891,5.293,4.557h-2.787 c-0.357-1.133-1.273-1.969-2.506-1.969c-0.916,0-1.592,0.397-1.971,0.895c-0.537,0.656-0.656,1.035-0.656,3.721 c0,2.666,0.119,3.045,0.656,3.721c0.379,0.479,1.055,0.896,1.971,0.896c1.094,0,1.91-0.598,2.527-1.871h2.766 C146.281,31.947,144.171,33.398,141.625,33.398z'/%3E%3Cpath fill='%23FFFFFF' d='M156.133,33.279l-1.094-3.044h-4.975l-1.096,3.044h-2.865l5.354-14.167h2.188l5.354,14.167H156.133z M152.371,22.436h0.359l-1.871,5.432h3.383L152.371,22.436z'/%3E%3Cpath fill='%23FFFFFF' d='M165.447,33.439l-0.775,1.014l-0.219-0.418c0.139-0.039,0.338-0.08,0.576-0.08 c1.273,0,2.029,0.797,2.029,1.732c0,1.393-1.273,2.088-2.727,2.088c-0.656,0-1.412-0.238-2.348-0.557l0.578-1.312 c0.617,0.219,1.074,0.357,1.512,0.357c0.498,0,0.895-0.139,0.895-0.557c0-0.338-0.338-0.438-0.715-0.438 c-0.219,0-0.398,0.039-0.797,0.238l-0.756-0.637l1.055-1.412c-1.91-0.26-3.244-1.472-3.881-2.567 c-0.457-0.835-0.637-1.233-0.637-4.636c0-3.423,0.18-3.82,0.637-4.656c0.717-1.273,2.328-2.607,4.676-2.607 c2.826,0,4.775,1.91,5.293,4.598h-2.785c-0.357-1.154-1.273-1.99-2.508-1.99c-0.914,0-1.592,0.418-1.969,0.895 c-0.537,0.678-0.656,1.035-0.656,3.762c0,2.705,0.119,3.064,0.656,3.74c0.377,0.478,1.055,0.916,1.969,0.916 c1.096,0,1.91-0.598,2.527-1.871h2.766C169.268,31.727,167.596,33.141,165.447,33.439z'/%3E%3Cpath fill='%23FFFFFF' d='M179.059,33.279l-1.094-3.044h-4.975l-1.094,3.044h-2.865l5.352-14.167h2.189l5.352,14.167H179.059z M176.83,18.118c-1.014,0-2.068-0.597-2.865-0.597c-0.199,0-0.557,0.1-0.557,0.696h-1.771c0.24-1.492,1.215-2.328,2.547-2.328 c0.996,0,1.891,0.617,2.707,0.617c0.277,0,0.576-0.1,0.717-0.716h1.73C179.039,17.123,178.303,18.118,176.83,18.118z M175.299,22.436h0.357l-1.869,5.432h3.381L175.299,22.436z'/%3E%3Cpath fill='%23FFFFFF' d='M192.154,30.792c-0.717,1.273-2.328,2.606-4.676,2.606s-3.959-1.333-4.676-2.606 c-0.457-0.835-0.637-1.233-0.637-4.597c0-3.383,0.18-3.779,0.637-4.615c0.717-1.254,2.328-2.588,4.676-2.588 s3.959,1.334,4.676,2.588c0.457,0.836,0.656,1.232,0.656,4.615C192.811,29.559,192.611,29.958,192.154,30.792z M189.449,22.475 c-0.379-0.497-1.055-0.895-1.971-0.895s-1.592,0.397-1.971,0.895c-0.537,0.656-0.656,1.035-0.656,3.721 c0,2.666,0.119,3.045,0.656,3.721c0.379,0.479,1.055,0.896,1.971,0.896s1.592-0.418,1.971-0.896 c0.537-0.676,0.676-1.055,0.676-3.721C190.125,23.51,189.986,23.131,189.449,22.475z'/%3E%3Cpath fill='%23FFFFFF' d='M194.523,33.279V31.25h2.566v2.029H194.523z'/%3E%3Cpath fill='%23FFFFFF' d='M204.115,33.398c-2.348,0-3.959-1.333-4.676-2.606c-0.457-0.835-0.637-1.233-0.637-4.597 c0-3.383,0.18-3.779,0.637-4.615c0.717-1.254,2.328-2.588,4.676-2.588c2.826,0,4.775,1.891,5.293,4.557h-2.785 c-0.357-1.133-1.273-1.969-2.508-1.969c-0.914,0-1.592,0.397-1.969,0.895c-0.537,0.656-0.656,1.035-0.656,3.721 c0,2.666,0.119,3.045,0.656,3.721c0.377,0.479,1.055,0.896,1.969,0.896c1.494,0,2.646-1.095,2.646-2.646v-0.438h-2.885v-2.488 h5.572v3.045C209.449,31.131,207.102,33.398,204.115,33.398z'/%3E%3Cpath fill='%23FFFFFF' d='M220.793,30.792c-0.717,1.273-2.328,2.606-4.678,2.606c-2.348,0-3.959-1.333-4.676-2.606 c-0.457-0.835-0.637-1.233-0.637-4.597c0-3.383,0.18-3.779,0.637-4.615c0.717-1.254,2.328-2.588,4.676-2.588 c2.35,0,3.961,1.334,4.678,2.588c0.457,0.836,0.656,1.232,0.656,4.615C221.449,29.559,221.25,29.958,220.793,30.792z M218.086,22.475c-0.379-0.497-1.055-0.895-1.971-0.895c-0.914,0-1.592,0.397-1.969,0.895c-0.537,0.656-0.656,1.035-0.656,3.721 c0,2.666,0.119,3.045,0.656,3.721c0.377,0.479,1.055,0.896,1.969,0.896c0.916,0,1.592-0.418,1.971-0.896 c0.537-0.676,0.676-1.055,0.676-3.721C218.762,23.51,218.623,23.131,218.086,22.475z'/%3E%3Cpath fill='%23FFFFFF' d='M228.613,33.279h-2.068l-4.855-14.167h2.846l3.223,10.386H227.4l3.223-10.386h2.846L228.613,33.279z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 156px;
    height: 50px;
    display: inline-block;
    background-color: #3C5DBC;
    background-repeat: no-repeat;
    background-size: contain;
    border: 10px solid #3C5DBC;
    transition: opacity .6s;
}

a.tk-autenticacaoGovButton:hover {
    opacity: 0.8;
}

.tk-footerIcons {
    margin: 35px 0px 0 0;
}

.tk-footerIcons .socialMedia a{
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 25px;
    text-decoration: none;
}

.tk-footerIcons .socialMedia i {
    color:#00A4B4;
    font-size: 32px;
}

.tk-formFields .tk-Strong {
    font-weight: bold;
    display: contents;
}

.tk-formFields span.cta-02-icon {
    color: #00a4b4;
    cursor: default;
}


#recoverPwdResult .AlignText {
    display: block;
}

#createAccountResult .AlignText{
    display: block;
}

.textField .PasswordIcon {
    margin: -12px 0 0px 0;
    background-color: transparent;
    padding: 0 35px 0 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.toBack a {
    padding: 10px 0px 0px 15px;
}

.toBack i {
    font-size: 2rem;
}

input::-ms-reveal, input::-ms-clear {
    display: none;
}

.tk-bi-eye-fill {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-eye-fill' fill='%23a99e97' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z'/%3e%3cpath fill-rule='evenodd' d='M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3e%3c/svg%3e");
}

.tk-bi-eye-slash-fill {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-eye-slash-fill' fill='%23a99e97' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.79 12.912l-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z'/%3e%3cpath d='M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708l-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829z'/%3e%3cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3e%3c/svg%3e");
}

.tk-activity {
    margin: 0 0 20px 0;
}
.tk-formSubtitle {
    margin: 10px 0px 15px 10px !important;
}

/* Login Backoffice Portugal Exporta */

.user-pass {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 100px 0 0 0;
}

.user-pass p {
    display: none;
    position: relative;
}

.user-login-form {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 100px 0 0 0;
}

.user-login-form .js-form-required, .user-pass .js-form-required {
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-family: Lato,sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #715c53;
    margin-top: 40px;
    display: flex;
}

.user-login-form .form-text, .user-pass .form-text {
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-family: Lato,sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: inherit!important;
    border: 0;
    border-bottom: 1px solid #ccc;
    outline-color: transparent;
    outline: none;
    background-color: transparent;
    padding: 10px 10px 7px;
    width: 100%;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: none;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0 0 0 0;
}

.description {
    display: none;
}

.form-submit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    height: 54px;
    padding: 15px 24px;
    background-color: transparent;
    border: 2px solid currentColor;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    transform: translateZ(0);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    will-change: transform;
    color: #00a4b4;
    border-color: #00a4b4;
}

.form-actions {
    margin: 25px 0 0 0;
}

.user-pass .js-form-item {
    padding:15px;  
}

.form-submit:hover {
    transform: translate3d(0,3px,0);
}

.tk-notificationBarWarning {
    position: absolute!important;
    top: 0;
}

.textField.error2 label {
    color: #f37167;
}

.textField.error2 span {
    display: block;
    color: #f37167;    
}

.textField.error2 input {
    border-bottom-color: #f37167;

}

input:-webkit-autofill + label {
    transform: translate(20px,-60px) scale(.6);
    color: #a99e97;
 }

 .loader,
 .loader:after {
   border-radius: 50%;
   width: 10em;
   height: 10em;
 }
 .loader {
    margin: 0px 0px 0px 10px;
   font-size: 3px;
   position: relative;
   text-indent: -9999em;
   border-top: 1.1em solid rgba(255, 255, 255, 0.2);
   border-right: 1.1em solid rgba(255, 255, 255, 0.2);
   border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
   border-left: 1.1em solid #ffffff;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-animation: load8 1.1s infinite linear;
   animation: load8 1.1s infinite linear;
 }

.tk-tableAgendamento span{
    padding: 0 0 0 15px;
}

.agendamentoLinks {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

 button#doRegister:disabled, button#doRegister[disabled]{
     cursor:auto!important;
 }

 @-webkit-keyframes load8 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @keyframes load8 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 