/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/jun/2017, 19:03:47
    Author     : Milu
*/


body {
    color: #1a1a1a;
    font-family: "OpenSans";
    font-size: 13px;
    /* position: unset !important; */
    overflow-y: auto;
}
/*OpenSans FONT*/
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic;
}


a {
    text-decoration: none;
}
*{
    outline: none !important;
}
a.regular_link {
    cursor: pointer;
}

md-tabs[escondidinha] md-tabs-wrapper {
    display: none;
}
md-tabs[escondidinha] md-tabs-content-wrapper {
    top: 0;
}
.md-button.md-ink-ripple:hover, a.md-button.md-ink-ripple:hover {
    background: rgba(243, 180, 22, 0.75);
    color: #fff;
}
.danke_gray_button.md-button:hover {
    background: rgba(59, 58, 57, 0.5);
}
.danke_red_button.md-button:hover {
    background: rgba(239, 83, 80, 0.5);
}
html#tris, .danke_body_container {
    background: #fff;
    /* overflow: visible !important; */
    width: 100%;
}
.danke_yellow_button.md-button:not([disabled]).md-focused {
    background: rgba(243, 180, 22, 0.7);
}
.danke_yellow_button.md-button {
    background: #f3b416;
    text-transform: none;
    border-radius: 18px;
    padding: 0 18px;
    color: #fff;
    font-weight: 600;
    margin: 6px 0;
}
.danke_red_button.md-button {
    background: #ef5350;
    text-transform: none;
    border-radius: 18px;
    padding: 0 18px;
    color: #fff;
    font-weight: 600;
    margin: 6px 0;
}
.danke_gray_button.md-button {
    background: rgba(59, 58, 57, 0.3);
    text-transform: none;
    border-radius: 18px;
    padding: 0 18px;
    color: #fff;
    font-weight: 600;
    margin: 6px 0;
}

::-moz-selection { /* Code for Firefox */
  color: #333;
  background: #f3b416;
}

::selection {
  color: #333;
  background: #f3b416;
}



.menuheader_container {
    width: 100%;
}
.menuheader_wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    background: #f3b416;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
}
.menu_header_toggler {
    font-size: 12px;
    font-weight: 700;
    padding: 6px 0px;
    flex: auto;
    text-align: center;
    cursor: pointer;
}
.menu_header_toggler.catalogo span {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.menu_header_list {
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffffff;
    list-style: none;
    width: 100%;
    padding: 0 0;
    margin: 0;
    z-index: 10;
    display: none;
    box-shadow: 0px 6px 6px 1px #00000030;
}
.menu_header_toggler.catalogo:hover + ul.menu_header_list.catalogo {
    display: block;
}
.menu_header_toggler.selections:hover + ul.menu_header_list.selections {
    display: block;
}
ul.menu_header_list:hover {
    display: block;
}
.menu_header_toggler.selections {
    background: #ffbd17;
    border-radius: 0px 12px 0px 0px;
}
li.menu_header_list_item {
    background: #fff;
    transition: .15s all linear;
}
li.menu_header_list_item:hover {
    background: rgb(0 0 0 / 5%);
}
li.menu_header_list_item a {
    width: calc(100% - 24px);
    display: block;
    padding: 6px 0px;
    margin: 0 12px;
    border-bottom: 1px solid #f4f5f5;
    font-size: 12px;
    font-weight: 500;
}
li.menu_header_list_item:last-child a {
    border-color: transparent;
}
.menu_header_toggler.catalogo span svg {
    margin: 0 3px 0 0;
}




.danke_body_container {
    transition: .15s all linear;
    min-height: calc(100vh - 728px);
}
.ui_view_mob.ng-leave {
    transition:0.5s linear all;
    opacity:1;
    display: block;
    max-height: 99999999999999px;
}
.ui_view_mob.ng-leave.ng-leave-active {
    opacity:0;
    max-height: 0;
}
.ui_view_mob.ng-enter {
    transition:0.5s linear all;
    transition-delay: 0.5s;
    opacity:0;
    display: block;
    max-height: 0;
}
.ui_view_mob.ng-enter.ng-enter-active {
    opacity:1;
    max-height: 99999999999999px;
}
.section_details_button.md-button.md-ink-ripple {
    min-width: auto;
    min-height: auto;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    color: #9B9B9B;
    background: transparent;
    margin: 6px;
}


.toast-info {
    background-color: #f3b416;
}

a:focus, a:hover {
    color: #f3b416;
}

md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: rgba(243, 180, 22, 0.5)!important;
}
md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: rgb(243, 180, 22)!important;
}
md-switch.md-default-theme.md-checked .md-ink-ripple, md-switch.md-checked .md-ink-ripple {
    color: rgb(243, 180, 22)!important;
}
md-select-menu:not(.md-overflow) md-content {
    padding-top: 0;
    padding-bottom: 0;
}
md-option {
    padding: 0 12px;
    height: 36px;
}
md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: rgb(26 26 26) !important;
}
md-select-menu.md-default-theme md-content md-option[selected]:focus, md-select-menu md-content md-option[selected]:focus {
    color: rgb(243, 180, 22) !important;
}



md-select md-select-value.md-select-value {
    padding: 0;
    margin: 0;
}

md-radio-group.product_page_evaluation.impTypeSelection md-radio-button {
    margin-right: 16px;
    margin-left: 0 !important;
}

md-select .md-select-value span.md-select-icon {
     display: none; 
}
md-select {
    position: relative;
}
md-select md-select-value {
    padding-right: 18px !important;
}
md-select::after {
    position: absolute;
    border: 4px solid transparent;
    border-top: 4px solid #333;
    content: "";
    right: 8px;
    top: 50%;
    margin: -2px 0 0;
}
md-select[disabled] .md-select-value {
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    padding-bottom: 2px;
    padding-top: 1px;
    transform: translateY(0px);
    padding: 0;
}
md-select[disabled]::after {
    visibility: hidden;
}
a {
    color: #f3b416;
    text-decoration: none;
}

@media screen and (max-width: 1074px) {
html#tris, .danke_body_container {
    background: #fff;
    overflow: hidden !important;
    width: 100vw;
}
    .md-dialog-container, .md-scroll-mask {
    margin: 100px 0 0;
}

}



.loader_container {
    height: 250px;
}
.loader_icon_wrapper_error {
    width: 150px;
    height: 100px;
}
.loader_icon_wrapper_error img {
    transform: rotate(180deg);
    margin: 50px 0 0;
}
.loader_text_error {
    font-weight: 600;
    font-size: 20px;
    margin: 12px 0 0;
}
.loader_icon_wrapper {
    width: 100px;
    height: 100px;
}
.loader_icon_wrapper img {
    /* margin: 0 6px; */
    -webkit-animation-name: loading;
    -webkit-animation-duration: .75s;
    animation-name: loading;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.8, 0.01, 0.21, 1.01);
}
.loader_text {
    font-weight: 600;
    font-size: 20px;
    margin: 12px 0 0;
    -webkit-animation-name: loadingText;
    -webkit-animation-duration: .75s;
    animation-name: loadingText;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

@-webkit-keyframes loading {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}
/* Standard syntax */
@keyframes loading {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}
@-webkit-keyframes loadingText {
    0% {
    color: rgba(0, 0, 0, 0.75);}
    50% {
    color: rgba(0, 0, 0, 0.25);}
    100% {
    color: rgba(0, 0, 0, 0.75);}
}
/* Standard syntax */
@keyframes loadingText {
    0% {
    color: rgba(0, 0, 0, 0.75);}
    50% {
    color: rgba(0, 0, 0, 0.25);}
    100% {
    color: rgba(0, 0, 0, 0.75);}
}





md-dialog {
/*    padding: 12px 12px;
    border-radius: 24px;
    max-width: 500px;
    margin: 0 12px;*/
}
md-select md-select-value {
    border-bottom: 0 !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
    padding: 0.857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border:1px solid #868685;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #f3b416;
}


input.ng-invalid {
    border-color: #ef5350;
}
input.validated {
    border-color: #66bb6a;
}



.payment_type_selection {
    background: #f4f5f5;
    padding: 12px 24px;
    border-radius: 18px;
}
.payment_type_selection .user_page_personal_input_wrapper md-select {
    background: #fff;
    padding: 0 12px;
    border-radius: 10px;
}
.user_page_personal_input_wrapper.multibanco {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.multibanco_details .user_page_personal_input_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.multibanco_details .user_page_personal_input_wrapper label {
    min-width: 75px;
    width: 75px;
    display: block;
    text-align: right;
    margin: 0 6px;
    font-size: 13px;
    font-weight: 700;
    color: #888;
}

.orcamento_footer_wrapper.grid_layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}