a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc, .gm-svpc {
    display:none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

ul::-webkit-scrollbar {
    width: 0.8em;
}

ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

@import "node_modules/angular-upload/src/directives/btnUpload.less";

/* fallback ICONS MATERIAL DESIGN https://material.io/tools/icons/?style=baseline*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/*end*/

.animate-switch-container {
    position:relative;
    background:white;
    height:80%;
    overflow:hidden;
}

.animate-switch {
    padding:10px;
}

a {
    outline: none;
}
.fa-lg {
    outline: none;
}

.animate-switch.ng-animate {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.animate-switch.ng-leave.ng-leave-active,
.animate-switch.ng-enter {
    top:-50px;
}
.animate-switch.ng-leave,
.animate-switch.ng-enter.ng-enter-active {
    top:0;
}

element {
    --header-color: "#1E1E1E";
}

@font-face {
    font-family: edpPreonLight;
    src:    url("fonts/edppreonlight.otf"),
            url("fonts/edppreonlight.eot?#iefix") format('embedded-opentype'),
            url('fonts/edppreonlight.ttf')  format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: edpPreonRegular;
    src: url("fonts/edppreonregular.otf"),
        url("fonts/edppreonregular.eot?#iefix") format('embedded-opentype');
        url("fonts/edppreonregular.ttf") format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: edpPreonThin;
    src: url("fonts/edppreonthin.otf"),
        url("fonts/edppreonthin.eot?#iefix") format('embedded-opentype'),
        url("fonts/edppreonthin.ttf") format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: edpPreonMedium;
    src: url("fonts/edppreonmedium.woff") format('woff'),
        url("fonts/edppreonmedium.eot") format('embedded-opentype'),
        url("fonts/edppreonmedium.ttf") format('truetype');
    font-display: auto;

}

@font-face {
    font-family: edpPreon;
    src: url("fonts/edppreonmedium.woff") format('woff'),
        url("fonts/edppreonmedium.eot") format('embedded-opentype');
        url("fonts/edppreonmedium.ttf") format('truetype');
    font-display: fallback;
}


h1, h2, h3, h4, h5, h6 {
    font-family: edpPreon;
}

body{
    font-family: "Verdana", Geneva, sans-serif;
    background-color: #f5f5f5;
    position: unset;
    height: unset;
    min-height: unset;
    outline: unset !important;
}

h1 {
    border-bottom: 1px solid gray;
    margin-top: 0;
}

h3 {
    color: black;
}

p {
    color: #474747;
}

a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

footer {
    font-size: 12px;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8.33%;
    color: #888;
    background: #393939;
    margin: 0px 0px -20px;
    min-width: 820px;
}

input {
    font-family: "Verdana", Geneva, sans-serif;
}

.swal2-modal {
    border-radius: 0px !important;
}

.main-overlay {
    width: 100%;
    position: absolute;
    /* margin-top: 9px; */
    /* margin-left: 1px; */
    background: black;
    opacity: 0;
}

@keyframes example {
    0%   {opacity: 0}
    50%  {opacity: 0.3}
    100% {opacity: 0.3}
}

/* The element to apply the animation to */
.main-overlay.dark {
    z-index:2;
    height: calc(100vh);
    /*height: calc(100vh - 70px);*/
    animation-name: example;
    animation-duration: 1s;
    opacity: 0.3
}

#mainNav {
    padding-left: 3%;
    padding-right: 4%;
}

@media (min-width: 1190px){
    #mainNav {
        padding-left: 3%;
        padding-right: 4%;
    }
}

@media (min-width: 1400px){
    #mainNav {
        padding-left: 8%;
        padding-right: 9%;
    }
}

@media (max-width: 1190px) {
    .navbar-brand {
        display: none !important;
    }
}

.s2c-brand {
    left: 0px;
}

@media (max-width: 1900px){
    .s2c-brand {
        left: 0px ;
    }
}

@media (max-width: 1550px){
    .s2c-brand {
        left: -50px ;
    }
}

@media (max-width: 1430px){
    .s2c-brand {
        left: -120px ;
    }
}


@media (min-width: 1200px){
    .col-lg-custom-6 {
        width: 40%;
    }

    .racionais-eficiencia-area.left {
        margin-left: 0%;
    }
    .racionais-eficiencia-area.right {
        margin-right: 0%;
    }
}

@media (min-width: 992px){
    .col-md-custom-8 {
        width: 45%;
    }
    .col-sm-custom-9{
        width: 55%;
    }
}

@media (min-width: 1600px){
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-4 {
        width: 32%;
    }

    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.s2c-main-btn,
.s2c-secondary-btn{
    background-color: #ee162d !important;
    color: white !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: edpPreon;
    text-transform: uppercase;
    border-radius: 0px;
    height: 70px;
    width: 340px;
}

.s2c-smaller-btn{
    width: 185px;
    margin: 80px 5px;
}
input[type=search] {
    -webkit-appearance: none;
     box-sizing: inherit;
     -webkit-box-sizing: revert;
}
.fa-stack {
    outline: none !important;
}

.s2c-secondary-btn {
    background-color: #888!important;
}

.s2c-main-btn:before,
.s2c-secondary-btn:before{
    content: '';
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 0 46px 23px;
    border-style: solid;
    border-color: rgba(0,0,0,.075) transparent;
    transition: all .5s ease-in-out 0s;
    box-sizing: border-box;
}

.s2c-main-btn:not([disabled]):hover:before,
.s2c-secondary-btn:not([disabled]):hover:before{
    border-width: 0 0 800px 400px;
    border-color: transparent;
}

.s2c-swal-ok-btn {
    width: 190px;
}

.hidden {
    display: none;
}

.view-frame {
    margin-top: 20px;
}

.site-body {
    padding: 20px;
    margin-top:70px;
    min-height: calc(100vh - 115px);
    min-width: 820px;
    background-color: #f5f5f5;
    display: block;
}
.site-body-ie11 {
    padding:1px 0px 0px 0px;
    /*margin-top:70px;*/
    min-height: calc(100vh - 115px);
    min-width: 820px;
    background-color: #f5f5f5;
    display: inline !important;
}


.main-checkbox {
    display: none;
}

.main-checkbox + label {
    background-color: white;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.main-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.main-checkbox:checked + label {
    background-color: white;
    border: 1px solid gainsboro;
    color: black;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.main-checkbox:checked + label:after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #393c45;
}


.propostas-rapidas {
    padding: 30px 0px;
}

.propostas-rapidas .item {
    padding: 10px;
    outline: none; !important;
    /*border: 1px solid black;*/
}

.propostas-rapidas .image {
    height: 0px;
    padding-bottom:66%;
    background-size:cover;
    background-position: center center;
}

.propostas-rapidas .info {
    background-color: #eeeeee;
}

#cpe-list {
    margin-bottom: 55px;
    margin-top: 35px;
}

.cpe-details input,
.cpe-details select,
.quantidade input,
.numero-luminarias select,
.numero-luminarias input,
.form-input input,
.form-input select,
.checkbox-trocar input,
.harmonicos select,
.potencia-bateria input{
    padding: 10px 15px;
    border: solid 1px gainsboro;
    width: 100%;
    height: 70px;
    font-size: 16px;
    color: #6B6767;
    background-color: white;
    -webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}

.checkbox-trocar input {
    height: 30px;
    cursor: pointer;
}

.form-input select {
    cursor: pointer;
}


.cpe-details input:focus,
.cpe-details select:focus,
.quantidade input:focus,
.numero-luminarias select:focus,
.numero-luminarias input:focus,
.form-input input:focus,
.form-input select:focus {
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}

.form-input select:focus {
    cursor: pointer;
}

.form-input input[type=range]:focus{
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cpe-identifier{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 16px;
    font-family: edpPreon;
    border-right: 1px solid #e6e6e6;
}

.cpe-item {
    border: 1px solid gainsboro;
    /* padding: 10px; */
    margin-bottom: 20px;
    /* border-radius: 5px; */
    background: white;
    height: 200px;
    /*height: 130px;*/
}

.cpe-item:hover{
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.2);
    box-shadow: 0 2px 15px rgba(0,0,0,.2);
}

.dias-checkbox {
    width: 30px !important;
    height: 30px !important;
}

.dias-semana {
    display: inline-block;
    width: 12.7%;
    text-align: center;
    background: white;
    border: 1px solid gainsboro;
    margin-right: -6px;
    height: 70px;
}

.dias-semana label {
    width: 100%;
    border-bottom: 1px solid gainsboro;
    padding: 1px 0px;
    font-weight: normal;
}

.dias-semana input {
    cursor: pointer;
}

.horario-funcionamento[disabled="disabled"] select{
    color: #bebebe;
    background-color: #fcfcfc;
    cursor:not-allowed;
}

.horario-funcionamento .from {
    width: 11%;
    display: inline-block;
    margin-right: -7px;
}

.horario-funcionamento .and {
    width: 2%;
    display: inline-block;
    text-align: center;
    margin: 0px -4px;
}

.horario-funcionamento .to {
    display: inline-block;
    width: 9%;
    text-align: center;
    margin: 0px -6px;
}

.horario-funcionamento select {
    width: 19%;
}

.cpe-item .id{
    text-align: left;
}

.cpe-item .next{
    text-align: right;
}

.cpe-item-text {
    border-right: 1px solid #e6e6e6;
    height: 100%;
    padding: 30px;
}

.cpe-item-text .address {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.cpe-item-text .nivel-tensao {
    margin-top: -10px;
    margin-bottom: -10px;
}

.cpe-item-text .more {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
}

.cpe-item-text .more2 {
    margin-bottom: -10px;
}

.cpe-item-text .more p {
    margin: 0px;
    color: hsla(0, 0%, 40%, 1);
}

.cpe-item-text .savings {
    font-size: 16px;
    text-align: left;
    margin-top: 18px;
}

.cpe-item-text .savings p{
    display: inline;
    color: #ee162d;
}

.cpe-item-text .img-fornecedor {
    position: absolute;
    top: 43px;
    right: 43px;
}
.cpe-item-text .img-fornecedor p {
    margin-top: -5px;
    font-weight: bold;
}
.cpe-item-text .img-fornecedor img {
    width: 54px;
}

#progress-bar{
    overflow: hidden;
    text-align: center;
    counter-reset: step;
    background: white;
    padding: 20px;
    margin-top: -20px;
    margin-left: -5px;
    margin-right: -5px;
}

#progress-bar a{
    list-style-type: none;
    color: #6B6767;
    /*  text-transform: uppercase;*/
    font-size: 14px;
    font-family: edpPreonLight;
}

#progress-bar a.active{
    font-family: edpPreon;
}

#progress-bar a:hover,
#progress-bar a.hover{
    text-decoration: none;
    font-family: edpPreon;
}

#progress-bar a:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    background: #eeeeee;
    margin: 0 auto 5px auto;
    font-size:14px;
    border-radius:3px;

}

#progress-bar a:after {
    content: '';
    width: 87%;
    height: 2px;
    background: #eeeeee;
    position: absolute;
    left: -43.55%;
    top: 9px;
    /* z-index: -1; */
}

#progress-bar a:first-child:after{
    content:none;
}

#progress-bar a.active:before,
#progress-bar a.active:after{
    background: #d9534f;
    color: white;
}

#progress-bar a.active:hover:before,
#progress-bar a.active:hover:after{
    background: #d9534f;
    color: white;
}

#progress-bar a:hover:before,
#progress-bar a:hover:after,
#progress-bar a.hover:before,
#progress-bar a.hover:after{
    background: #f1c2c0;
    color: white;
    transition: background 0.3s ease;
}

#progress-bar-2 a {
    font-family: edpPreon;
    font-size: 16px;
    color:#999999;
}

#progress-bar-2 a:after{
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 3px;
    /* position: absolute; */
    transition: all .2s ease 0s;
    width: 0;
    background-color: #ee162d;
    float: right;
}

#progress-bar-2 span:before {
    content: '';
    width: 7%;
    height: 2px;
    background: hsla(0, 0%, 70%, 1);
    margin: 0 10px;
    display: inline-block;
}


#progress-bar-2 span:first-child:before{
    content:none;
}

.site-header {
    background-image: url('img/header_img.jpeg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: black;
    height: 600px;
    margin-top: -40px;
    margin-left: -21px;
    margin-right: -20px;
    margin-bottom: -20px;

    display: flex;
    justify-content: center;
    flex-direction: column;
}



.login-header {
    background-image: url('img/s2c_background.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;

    height: calc(100vh );
    margin-top: -110px;
    margin-left: -21px;
    margin-right: -20px;
    margin-bottom: -20px;
}

.login-header:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
}


.login-card{
    position: absolute;
    /*top: 50%; Teste transparência e altura */
    top: 55%;
    left: 50%;
    margin-left: -250px;
    margin-top: -320px;
    /*height: 625px; Teste transparência e altura */
    height: 560px;
    width: 500px;
    background: white;
    opacity: 0.95; /* Teste transparência e altura */
    box-sizing: border-box;
    /*border-radius: 3px;*/
    transition: background .2s;
    z-index: 100;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.bg-blurred {

}

/*.login-card{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -320px;
    margin-left: -500px;
    height: 570px;
    width: 1000px;
    background: white;
    z-index: 100;
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}*/

/*.login-card {
  margin-top: 6%;
  height: 100px;
  background-color: #ccc;
  text-align: center;
}*/

.login-card-right {
    padding-top: 30px;
}

.login-card-left {
    width: 50%;
    /* padding: 0; */
    /* margin: 0; */
    /* display: inline-block; */
    float: left;
    background: #111308;
    height: 570px;
    overflow: hidden;
}

.login-card-left #edp-logo {
    width: 150px;
    float: right;
    margin-right: 16px;
    margin-top: 16px;
    position: relative;
    z-index: 1;
}

.login-card-left #s2c-logo {
    width: 570px;
    margin-left: -70px;
    position: relative;
    z-index: 0;
    bottom: 23px;
}

.middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0px;
}

.shopping-cart {
    padding: 3px 18px 0 0 !important;
    margin-right: 5px;
}

.shopping-cart i {
    font-size: 40px;
}

#shopping-cart-image{
    margin-top: -22px;
    margin-bottom: -17px;
    height: 38px;
}


.facilities-load {
    padding-top: 6px !important;
    padding-bottom: 0px !important;
    color: #262626 !important;
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    height: 52px;
    transition: all .2s ease-in-out 0s;
}
.user-profile {
    padding-top: 6px !important;
    padding-bottom: 0px !important;
    color: #262626 !important;
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    height: 52px;
    transition: all .2s ease-in-out 0s;
}

.user-profile.active{
    /*color: #d9534f !important;*/
    color:white !important;
    background: #676767 !important;
}

.user-profile.active p{
    /*color: #d9534f !important;*/
    color:white !important;
}

.user-profile:hover {
    /*color: #d9534f !important;*/
    color:white !important;
    background: #676767 !important;
}

.user-profile:hover p {
    color:white !important;
    transition: all .2s ease-in-out 0s;

}

.user-profile #arrow {
    padding-top: 14px;
    padding-left: 12px;
    font-size: 12px;
}

#user-profile-image {
    font-size: 40px;
}

#user-profile-logout {
    font-size: 44px;
}

.welcome {
    text-align: center;
    /*margin-top: 8%;*/
}

.welcome button{
    margin-top: 40px;
}

.welcome h3 {
    margin-top: 2%;
    color: #666;
}

.welcome-message {
    padding: 0px 27%;
    font-size: 16px;
    margin-top: 50px;
}

.col-center {
    text-align: center;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* inline-block space fix */
    /*    margin-right:-4px;*/
}

@keyframes arrow-bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform:translateY(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px);
    }
    60% {
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px);
    }
}

.ver-instalacoes {
    margin-top:100px;
}

.ver-instalacoes p {
    font-size: 18px;
}

.ver-instalacoes i {
    color: #ec1a2e;
    font-size: 36px;
    margin-top: -4px;
}

.arrow-bounce {
    -webkit-animation-name: arrow-bounce;
    animation-name: arrow-bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#select-cpe-image {
    height: 20px;
    margin-top: 60px;
    margin-right: 15px;
}

.page-logo {
    padding: 0 !important;
}

#logo {
    margin-top: -11px;
    margin-right: 10px;
    height: 70px;
    /* margin-left: 5%; */
    margin-bottom: -10px;
}

.page-title {
    margin-top: 20px;
}

.button-next {
    width: 85%;
    margin: 0px;
    border-radius: 0px;
    height: 70px;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    font-family: edpPreon;
    padding: 23px;
}

.button-next:after {
    position: absolute;
    height: 100%;
    left: 0;
    line-height: 3;
    font-size: 35px;
    width: 60px;
    left: auto;
    right: 6px;
    z-index: 2;
    font-family: "FontAwesome";
    content: "\f105";
    bottom: 20px;
}

#map {
    height: 578px;
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}

#map:focus {
    outline: none !important;
}

#pac-input {
    height: 7.3%;
    width: 79%;
    top: 10px !important;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    padding-left: 10px;

}


.modal-header {
    text-align: center;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}





#frostedBk {
    height: 500px;
    background: rgba(0, 0, 0, .5);
    z-index: 101;
    box-sizing: border-box;
    border-radius: 3px;
    transition: background .2s;
    text-align: center;
    padding-top: 40px;
    margin-top: 8%;
}

#blurredContent {
    width: 34.1%px;
    height: 500px;
    z-index: 100;
    left: 2px;
    top: 110px;
    overflow: hidden;
    position: absolute;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.wrapper {
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 7%;
    /*height: 300px;
    left: 50%;
    margin: -150px 0 0 -150px;
    position: absolute;
    top: 50%;
    width: 300px;*/
}

/* Teste transparência e altura */
#sectionLogin .wrapper,
#sectionRegister .wrapper {
    margin-top: 3%;
}

.login-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    color: #262626;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    width: 55%;
}

.register-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    /*color: #ccc;*/
    color: #262626;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    width: 35%;
    margin-left: 10px;
    margin-right: 10px;
}
.register-nipc {
    margin-right: -31px;
}
.register-cpe {
    margin-left: 25px;
}

input:focus, select:focus, li:focus, a:focus, button:focus {
    outline: none !important;
}


.login-input::-webkit-input-placeholder,
.register-input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.login-input:focus::-webkit-input-placeholder,
.register-input:focus::-webkit-input-placeholder {
    color: #ccc;
}

.login-input:focus+.underline,
.register-input:focus+.underline-register1,
.register-input:focus+.underline-register2 {
    transform: scale(1);
}

.underline {
    background-color: black;
    display: inline-block;
    height: 2px;
    /* left: 360px; */
    margin-top: 47px;
    position: absolute;
    /* top: 185px; */
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 275px;
    right: 113px;
}

.underline-register1 {
    width: 175px;
    right: 262px;
}

.underline-register2 {
    width: 175px;
    right: 64px;
}

#login-title {
    color: #262626;
    text-transform: uppercase;
    margin-top: 0;
    /*background: black;*/
    padding: 30px;
}

.login-howto {
    padding: 0px 112px;
    text-align: left;
    /* color: gainsboro; */
    /*margin-bottom: 30px;
    margin-top: 25px; Teste transparência e altura */
}

.login-to-register-howto {
    padding: 0px 112px;
    text-align: left;
    /* color: gainsboro; */
    margin-bottom: 10px;
}

.register-howto {
    padding: 0px 70px;
    text-align: left;
    /* color: gainsboro; */
    margin-bottom: 30px;
    margin-top: 25px;
}



.save-button {
    width: 24.5%;
    height: 60px;
    border-radius: 0px;
}

.std-button {
    border-radius: 0px;
}

#login-button {
    margin-top: 10%;
    width: 300px;
    height: 60px;
    border-radius: 0px;
}

#login-to-register-button {
    width: 300px;
    height: 60px;
    border-radius: 0px;
}

@-webkit-keyframes slide-bottom{
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:translateY(15px);
        transform:translateY(15px)
    }
}

@keyframes slide-bottom{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        -webkit-transform:translateY(15px);
        transform:translateY(15px)
    }
}

@-webkit-keyframes slide-bottom-ls{
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:translateY(5px);
        transform:translateY(5px)
    }
}

@keyframes slide-bottom-ls{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        -webkit-transform:translateY(5px);
        transform:translateY(5px)
    }
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.5s ease-out both;
    -moz-animation: slide-bottom 0.5s ease-out both;
    animation: slide-bottom 0.5s ease-out both;
}

.slide-bottom-ls {
    -webkit-animation: slide-bottom-ls 0.5s ease-out both;
    -moz-animation: slide-bottom-ls 0.5s ease-out both;
    animation: slide-bottom-ls 0.5s ease-out both;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fade-in {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    animation: fadein 1s;
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


#login-error {
    padding-top: 34px;
    /* width: 58%; */
    color: #e89996;
    font-size: 16px;
    margin-bottom: -56px;
}

#register-error {
    padding-top: 34px;
    /* width: 58%; */
    color: #e3442b;
    font-size: 16px;
    margin-bottom: -56px;
}

#register-success {
    color: #0b6b17;
    font-size: 16px;
    margin-bottom: -56px;
    padding: 25px 60px 0px;
}

#login-button:disabled{
    cursor: pointer;
}

#top-bar {
    border-bottom: 1px solid #bbbbbb;
}

.modal-content {
    border-radius: 0px;
}

.cpe-form-input,
.form-input {
    height: 145px;
}

.cpe-form-line {
    border-top:1px dashed #afafaf;
    margin-top: 48px;
}

.statistics.fixed {
    position: fixed;
    top: 71px;
}

.statistics.fixed-2 {
    margin-top: 843px;
}

@media (max-width: 992px) {
    .statistics{
        transition: all 0.1s linear;
    }
}

.statistics {
    z-index: 20;
    /* bottom: 30px; */
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    line-height: 1.2;
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef;
    /*    height: calc(100vh - 135px);*/
    height: 725px;
    margin-top: 30px;
    position: absolute;
    width: 110%;
}

.statistics h3{
    margin-top: 0px;
}

.statistics p, #add-panels-text {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 0px;

}

.statistics p#consumo-medio {
    font-family: edpPreon;
    font-size: 16px;
    color: black;
}

.statistics #mean-comparison {
    font-family: edpPreon;
    color: red;
    font-size: 30px;
    margin-top: 17%;
}

.vertical-middle {
    vertical-align: middle !important;
}

.shopping-cart-item img {
    height: 40px;
}

.shopping-cart-item p {
    margin: 0px;
}

.shopping-cart-table {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 275px);
}

.shopping-cart-table th {
    font-family: edpPreonLight;
}

.shopping-cart-table .btn-danger {
    background: #ee162d !important;
}

.shopping-cart-table::-webkit-scrollbar {
    width: 0.8em;
}

.shopping-cart-table::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

shopping-cart-modal button,
.shopping-cart-table button{
    border-radius: 0px;
    font-family: edpPreon;
}

.dados-cliente select{
    cursor: pointer;
}

.proposta-card-disabled img,
.proposta-card img {
    width: auto;
    height: 72%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.proposta-card, .proposta-card-disabled{
    height: 250px;
    position: relative;
    /* top: 10px; */
    /* left: 10px; */
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
    border: 1px solid #e6e6e6;
}

.proposta-card.hover,
.proposta-card:hover{
    /* top: 5px; */
    /* left: 5px; */
    /* width: 335px; */
    /* height: 500px; */
    box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition:  100ms ease-out;
    -moz-transition:  100ms ease-out;
    -o-transition:  100ms ease-out;
    transition:  100ms ease-out;
}

.stats-container{
    background:#fff;
    position:absolute;
    top:180px;
    left:0;
    width: 100%;
    height:300px;
    padding:9px 25px 9px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 2;
}

.stats-container .proposta-nome{
    font-family: edpPreon;
    font-size:15px;
    color:#393c45;
    /* height: 60px; */
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proposta-card-disabled .proposta-nome{
    color:gray;
}

.proposta-card:hover .proposta-nome,
.proposta-card.hover .proposta-nome {
    height: initial;
}

.stats-container p{

    font-size:14px;
    color:#b1b1b3;
    padding:10px 0 20px 0;
}

.proposta-card:hover .stats-container,
.proposta-card.hover .stats-container{
    top:100px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.image_overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#d9534f;
    opacity:0;
    z-index: 1;
}

.proposta-card:hover .image_overlay,
.proposta-card.hover .image_overlay,
.tecnologia-iluminacao-card:hover .image_overlay{
    opacity:0.7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.motor-card:hover .image_overlay{
    opacity:0.7;
}

.proposta-detalhes strong{
    font-weight:700;
    color:#393c45;
    font-size:14px;
}

.selecionar-proposta{
    position:absolute;
    top:25px;
    left:50%;
    margin-left:-85px;
    border:2px solid #fff;
    color:#fff;
    font-size:19px;
    font-family: edpPreon;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    padding:10px 0;
    width:172px;
    opacity:0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 0;
    outline: none;
}

.selecionar-proposta:hover{
    background:#fff;
    color:#d9534f;
    cursor:pointer;
}

.selecionar-proposta:focus {
    color: white;
}

.selecionar-proposta:focus:hover {
    color:#d9534f;
}

.proposta-card:hover .selecionar-proposta,
.proposta-card.hover .selecionar-proposta,
.tecnologia-iluminacao-card:hover .selecionar-proposta{
    opacity:1;
    z-index: 2;
    width:152px;
    font-size:15px;
    margin-left:-75px;
    top:25px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.panel-item {
    margin-top:10px;
    padding: 15px 0px 10px 10px;
    border: 2px solid #efefef;
    cursor: pointer;
    outline: none;
    -moz-outline-style: none
}

.panel-item:hover {
    border: 2px solid #F2EE72;
    outline: none;
    -moz-outline-style: none
}

.panel-item .structure,
.panel-item .structure input{
    font-weight: inherit;
    cursor: pointer;
    color: #474747;
    outline: none;
    -moz-outline-style: none
}

.panel-item .structure input {
    /* background: white; */
    width: 18px;
    height: 18px;
    margin-top: 0px;
    position: absolute;
    bottom: 6px;
    margin-left: 10px;
    outline: none;
    border: none;
    -moz-outline-style: none
}

.panel-item .grupo {
    font-family: edpPreon;
    color: #d9534f;
    font-size: 16px;

}

.panel-selected {
    font-weight: bold;
    outline: none;
    border: none;
    -moz-outline-style: none
}

.panel-number {
    font-size: 14px;
    border: 1px solid lightgray;
    text-align: center;
    padding: 10px;
    background: white;
}

.panel-number p {
    margin: 0px;
}

.panel-item select{
    background: white;
}

.panel-total p {
    margin: 0px;
}

.panel-total p#number{
    margin-top: 12px;
    margin-bottom: 4px;
    padding-top:3px;
    background: white;
    height: 24px;
    border: 1px solid darkgrey;
    color: #676767;
    font-family: edpPreon;
}

#cpes-title {
    margin-top:40px;
    margin-bottom: 20px;
}

.dados-cliente-row {
    padding-bottom: 90px;
    padding-top: 20px;
}

.dados-cliente-row .row {
    margin-left: 0px;
    margin-right: 0px;
}

input:disabled{
    color:#bebebe;
    background-color: #fcfcfc;
}

#panels-list, #outputs {
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef;
    padding: 10px;
    background: white;
}

#panels-list {
    max-height: 578px;
}

#panels-list hr, #outputs hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#panels-list p {

}

@media (max-width: 991px){
    #panels-list .list{
        width:101.6%;
    }
}

#panels-list .list {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 429px;
    margin-left: -10px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: -5px;
    padding-right: 5px;
}

#panels-list .title,
#outputs .title{
    margin-top:10px;
    display: block;
}

#injecao.warning,
#injecao.warning p{
    color: #ee162d;
}


#c-orientation, #c-slope, #region-radiation {
    width: 100%;
    /* font-family: edpPreon; */
    color: #676767 !important;
    height: 24px;
    padding-bottom: 2px;
}

#c-orientation, #c-slope {
    cursor: pointer;
}

.list::-webkit-scrollbar {
    width: 4px;
}

.list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 100px;
}

.delete-panel {
    background: #d9534f;
    position: absolute;
    left: -8px;
    top: -9px;
    font-size: 12px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    color: white;
    cursor: pointer;
    outline: none;
}

#outputs p {
    font-size: 16px;
    display: inline;
}

#outputs h5 {
    font-family: inherit;
    font-size: 14px;
    display: inline;
    font-weight: bold;
}

#outputs div {
    margin-bottom: 10px;
}

#outputs input:not([disabled]) {
    cursor: pointer;
}

.outputs-cls div {
    margin-bottom: 7px !important;
}
.outputs-cls div h5 ,
.outputs-cls div p {
    font-size: 14px !important;
}

.selected {
    background: #F2EE72;
    border: 2px solid #F2EE72;
    cursor: default;
    outline: none; !important;
}


.selected:active, .selected:focus {
    outline: none; !important;
    border: none;
    -moz-outline-style: none
}

.selected a:active, a:focus {
    outline: none; !important;
    border: none;
    -moz-outline-style: none
}

.selected p {
    /*font-family: edpPreon !important;*/
    /*color: white;*/
}

.selected .panel-number p {
    color: #676767;
}

.selected p select {
    color: dimgray;
}


.vantagens {
    height:121px;
    font-family: edpPreon !important;
}



/*
 Triangle
.brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #3bc6b8 transparent transparent transparent;
  position: absolute;
  left: 15px;
  top: 0;
  content: "";
}
.brilliant::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: white;
  position: absolute;
  left: 26px;
  top: 9px;
  text-shadow: 0 0 2px #37c5b6;
  font-size: 1.8rem;
}
*/

.avaliacao-completa {
    font-size: 16px;
    margin-top: 21px;
    margin-left: 17px;
}

.avaliacao-completa-futuro {
    background: white;
    padding: 60px;
    margin-top: 30px;
    font-size: 16px;
}

.section-title {
    margin-bottom: 30px;
}

.download-button, .upload-button {
    margin: 16px 0px 16px 0px;
    border: none;
    border-radius: 0px;
    font-family: edpPreonLight;
    font-size: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    outline: none;
    padding-top: 22px;
    position: relative;
    background: white;
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
    color: hsla(0, 0%, 20%, 1);
    height: 70px;
    min-width: 260px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.download-button:hover,
.upload-button:hover{
    background: #d9534f;
}

.download-button:after,
.upload-button:after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.download-button:active,
.upload-button:active{
    background: #ac2925;
    top: 2px;
}

.download-button span,
.upload-button span{
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.download-button:before,
.upload-button:before{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;

    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.download-button:active:before,
.upload-button:active:before{
    color: #fff;
}

.download-button:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.upload-button:hover span {
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
}

.download-button:before {
    left: 0;
    top: -100%;
}

.upload-button:before {
    left:0;
    top: 100%
}

.download-button:hover:before,
.upload-button:hover:before{
    top: 0;
}

.download-icon:before {
    font-family: "FontAwesome";
    content: "\f019";
    color: white;
}

.upload-icon:before {
    font-family: "FontAwesome";
    content: "\f093";
    color: white;
}

.button-checkout {
    padding: 25px;
    width: 90%;
    /* margin-top: 30px; */
    /* margin-bottom: 20px; */
    border-radius: 0px;
    height: 70px;
    font-family: edpPreon;
    text-transform: uppercase;
}

/*.button-checkout:after,
.button-oportunidades:after{
    content: '';
    width: 30%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
/*
.button-checkout:not([disabled]):hover:after {
    width: 40%;
}*/

.button-oportunidades:after {
    width: 16%;
    right: 26px;
}

.button-oportunidades:not([disabled]):hover:after {
    width: 26%;
}

.button-oportunidades {
    background: gainsboro;
    color: black;
    border-color: #bfbfbf;
    padding: 25px;
    width: 90%;
    /* margin-top: 30px; */
    /* margin-bottom: 20px; */
    border-radius: 0px;
    height: 70px;
    font-family: edpPreon;
    text-transform: uppercase;
}

.button-oportunidades:hover{
    background: #cccccc;
}


path {
    stroke: steelblue;
    stroke-width: 2;
    fill: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.axis-title {
    color: #616161;
    font-size: 12px;
}

.tick {
    font-family: edpPreonLight;
}

.panels-controls {
    margin-bottom: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: -20px;
}

.panels-controls button,
.panels-controls button:focus {
    height: 60px;
    width: 100%;
    margin-top: 20px;
}

.panels-controls button.left {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-right: none;
}

.panels-controls button.right {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: none;
}

.panels-controls button:hover {

}

.panels-controls button.active {
    background: #96172E;
    border-color: #96172E;
    color:white;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.panels-controls button[disabled]:hover {
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
}


.panels-controls button.left:hover {
    border-right: none;
}

.panels-controls button.right:hover {
    border-left: none;
}

.panels-controls button.selected {
    background: #d9534f;
    color: white;
    border-color: #d9534f;
}



.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.charts-area {
    margin-top: 35px;
}
.charts-area2 {
    margin-top: 23px;
}

#chart-controls {
    /*font-family: edpPreonLight;*/
    float: right;
    margin: 14px 0px !important;
}

#chart-controls select {
    border-color: hsla(0, 0%, 80%, 1);
    background: white;
    cursor: pointer;
}

.chart-selector {
    margin-left: -11px;
    margin-right: -10px;
}

.chart-selector button{
    width: 100%;
    border-radius: 0px;
    background: #f0f0f0;
    border-top: 1px solid gainsboro;
    /* border-left: 1px solid gainsboro; */
    font-family: edpPreon;
    color: rgb(76, 76, 76);
    border: 1px solid gainsboro;
    box-shadow: rgb(235, 235, 235) 0px -3px 7px 3px inset;
    height: 50px;
    white-space: normal;
}

.chart-selector button.chart-selected {
    background: white;
    margin-top: -5px;
    padding-top: 10px;
    border-bottom: none;
    color: #333;
    box-shadow: none;
    height: 55px;
}

.navbar-custom {
    background: white;
    font-family: edpPreonLight;
    /*  text-transform: uppercase;*/
    /*font-weight: 700;*/
    border: none;
    border-bottom: 1px solid #a8a8a8;

}
.navbar-custom .navbar-brand {
    color: #262626;
    padding-top: 18px !important;
    font-size: 22px !important;
    text-transform: uppercase;
    font-family: edpPreon;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #262626;
}
.navbar-custom .navbar-nav {
    letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
    color: #262626;
}
.navbar-custom .navbar-nav li a:hover {
    color: #d9534f;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #262626;
}
.navbar-custom .navbar-nav li.active a {
    color: white;
    background: #d9534f;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
    color: white;
    background: #d9534f;
}
.navbar-custom .navbar-toggle {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #d9534f;
    color: white;
    border-color: #d9534f;
}
@media (min-width: 768px) {
    .navbar-custom {
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom.affix {
        padding: 10px 0;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar-custom.bg-shadow {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lista-propostas {
    background: white;
    border: 1px solid gainsboro;
}

.lista-propostas tr{
    height:72px;
}

.lista-propostas th{
    font-family: edpPreonLight;
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: 500;
    color: hsla(0, 0%, 59%, 1);
}

.lista-propostas tbody {
    color: #262626;
}

.page-header {
    background: white;
    padding: 70px 20px 10px;
    /* padding: 30px 20px 10px 20px; */
    height: 214px;
    min-height: 214px;
    margin: -40px -20px 20px -20px;
    transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
}

.page-header-propostas {
    background: white;
    /* padding: 70px 20px 10px; */
    padding: 30px 20px 0px;
    /* height: 214px; */
    /* min-height: 214px; */
    min-height: 185px;
    margin: -40px -20px 20px -20px;
    transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
}

.page-header-2 {
    background: white;
    padding: 70px 20px 10px 20px;
    height: 214px;
    margin: -65px -20px 20px -20px;
}

.page-header.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    /*transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    top: -33px;
}

.page-header h3, .page-header-2 h3{
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-header h4, .page-header-2 h4 {
    font-family: edpPreonLight;
    margin-top: 0px;
    margin-bottom: 30px;
}


#lista-propostas-body.lista-fixed {
    margin-top: 194px;
}

.tabs {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin:10px 0 0 0 ;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
    font-family: edpPreonLight;
}

.tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    color: gray;
}

.tab.active{
    color: black;
    font-family: edpPreon;

}

.tab:hover{
    color: black;
}

.tabs .tab a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease, font-family .28s ease;
}

.tabs .indicator {
    position: relative;
    bottom: 0;
    height: 3px;
    background-color: #f36d7a;
    will-change: left, right;
    width: 141.47px;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs .count {
    display: block;
    /* height: 25px; */
    /* width: 25px; */
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: black;
    text-align: center;
    /* font-size: 2em; */
    border: 1px solid black;
    position: relative;
    float: right;
    top: 6px;
    right: 20px;
    margin-right: -19px;
    margin-left: 33px;
    line-height: 28px;
}

.tabs .count div{
    margin: 4px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-family: edpPreonLight;
}

.tabs p{
    display: inline;
    font-family: edpPreonLight;
    color: black;
    padding-left: 12px;
    font-size: 12px;
}

.status-circle {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: red;
    display: inline-block;
    position: relative;
    margin-top: 5.4px;
}

.status-circle.ADJUDICADA {
    background: #00B16A !important;
}

.status-circle.CANCELADA {
    background: #EC644B !important;
}

.status-circle.PENDENTE {
    background: #F9BF3B !important;
}

#ADJUDICADA .count {
    border: 1px solid #00B16A;
}

#ADJUDICADA p {
    color: #00B16A;
}

#PENDENTE .count{
    border: 1px solid #F9BF3B;
}

#PENDENTE p {
    color: #F9BF3B;
}

#CANCELADA .count {
    border: 1px solid #EC644B;
}

#CANCELADA p {
    color: #EC644B;
}

#file {
    display: none;
}

.file-drop-zone {
    min-height: 20px;
    height: 150px;
    padding-top: 62px;
    margin-bottom: 20px;
    border: 2px dashed #ddd;
    border-radius: 4px;
    text-align: center;
    font-family: edpPreonLight;
    font-size: 16px;
    color: #808080;
}

.file-drop-zone-over {
    border: 2px dashed black;
    color: black;
}

#file-label {
    cursor: pointer;
    color: #c0392b;
}

#file-label:hover {
    color: #7d261c;
}

html {
    overflow-y: scroll;
    outline: none;
}

.notification-badge {
    background: #d9534f;
    position: absolute;
    left: 25px;
    top: -5px;
    font-size: 11px;
    border-radius: 2px;
    display: inline-block;
    /* width: 22px; */
    /* height: 22px; */
    text-align: center;
    line-height: 21px;
    box-shadow: 0px 0px 0px 2px hsl(0, 0%, 100%);
}

.notification-badge p {
    display: inline-block;
    margin: 1px 5px 0px;
    color: white;
}


@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.main-loader {
    border: 0px solid #ffffff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 20px auto;
}

.main-loader.black {
    border-color: #474747;
}

.loader,
.loader-modal,
.loader-2 {
    border: 0px solid #ffffff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 137px;
}

.loader-2 {
    border-top: 1px solid #474747;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.loader-value-pkpis {
    border: 0px solid #ffffff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid white;
    border-radius: 50%;
    border-top: 1px solid #474747;
    width: 15px;
    height: 15px;
    display: inline-block; !important;
    position: relative;
    margin: 0px -22px 0px 0px;

}

.search-loader {
    border: 0px solid #ffffff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-bottom: 1px;
    /* margin-top: -8px; */
}

#change-user-body {
    position: absolute;
    border: 1px solid #ccc;
    background: white;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    top: 58px;
    right: -4px;
    width: 300px;
    padding: 10px 0px 0px 0px;
    max-height: calc(100vh);
}

#change-user-body #buttons {
    text-align: right;
    margin: 20px 15px;
}

#change-user-body #buttons button {
    width: 120px;
    background: none;
    border: 1px solid gainsboro;
    border-radius: 0px;
    font-family: edpPreon;
    color: #676767;
    text-transform: uppercase;
    height: 42px;
    /* position: absolute; */
    /* top: 149px; */
    /* right: -1px; */
    transition: all .2s ease-in-out 0s;
}

#change-user-body #buttons button:hover {
    border: 1px solid #676767;
    background: #676767;
    color: white;
}


#change-user-body ul {
    overflow-x: hidden;
    padding: 0;
    overflow-y: auto;
    max-height: 340px;
}

#change-user-body ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 12px 10px 12px 10px;
    text-transform: none;
    font-size: 14px;
    /*    font-family: "Verdana", Geneva, sans-serif;*/
    font-weight: normal;
    letter-spacing: 0px;
    color: black;
    cursor: pointer;
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    width:100%;
    align-items: center;
}

#change-user-body ul li:hover {
    background: #f5f5f5;
}

#change-user-body ul li p{
    margin: 0;
}

#change-user-body ul li p#nipc{
    color: #737373;
}

#change-user-body ul li i{
    font-size: 28px;
    margin-right: 10px;
    margin-left: 3px;
}

#change-user-body input {
    margin: 5px 17px;
    width: 265px;
    font-family: edpPreonLight;
    padding: 4px 0px 4px 6px;
}

#change-user-top {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ccc;
    position: absolute;
    right: 26px;
    top: 46px;
}

#change-user-top-2 {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid white;
    position: absolute;
    right: 27px;
    z-index: 1;
    top: 48px;
}

/*fclt-user-name*/
#fclt-user-name {
    padding-top: 0px;
    padding-left: 10px;
    font-size: 12px;
    max-width: 220px;
}

#fclt-user-name #name{
    margin: 0;
    margin-top:3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#fclt-user-name #nipc{
    margin:0;
    margin-top: -5px;
    font-size:10px;
}


#user-name {
    padding-top: 0px;
    padding-left: 10px;
    font-size: 12px;
    max-width: 195px;
}

#user-name #name{
    margin: 0;
    margin-top:3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#user-name #nipc{
    margin:0;
    margin-top: -5px;
    font-size:10px;
}

#no-facilities {
    margin-top: 10px;
}

#facility-select {
    font-weight: 100;
    margin-top:10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#facilities, #user{
    font-weight: 100;
}

.series {
    font-size: 12px;
}

.cancel-button {
    background-color: #f5f5f5;
    border-color: #c7c7c7;
    color: #424242;
}

.cancel-button:hover{
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    color: black;
}

#region-radiation {
    background: white;
    color: dimgray;
    padding: 3px 4px 0px 4px;
    border: 1px solid darkgrey;
    margin-left: -8%;
    width: 108%;
}

#generating-pdf {
    font-size: 16px;
    height: 68px;
    width: 260px;
    color: #333333;
    font-family: edpPreon;
}

#generating-pdf i{
    font-size: 16px;
    color: #333333;
}

.sign-contract-icon .fa-file-o {
    color: #00b16a;
}

.sign-contract-icon .fa-upload,
.sign-contract-icon .fa-download {
    color: #00b16a;
    font-size: 19px;
    margin-top: 3px;
}

.sign-contract-icon .fa-download{
    margin-top: 4px;
}

.sign-contract-icon:hover .fa-download,
.sign-contract-icon:hover .fa-upload{
    color: white;
}

.sign-contract-icon:hover .fa-file-o:before{
    content: '\f15b';
    color: #00b16a;
}

.sign-contract-icon.download-contrato-disabled {
    opacity: 0.3;
    cursor: default;
}

.sign-contract-icon.download-contrato-disabled:hover .fa-download,
.sign-contract-icon.download-contrato-disabled:hover .fa-upload {
    color: #00b16a;
}

.sign-contract-icon.download-contrato-disabled:hover .fa-file-o:before{
    -webkit-text-stroke: 1px white;
    content: '\f016';
}

.cancel-contract-icon i {
    color: #d9534f;
    -webkit-text-stroke: 3px white;
    font-size: 36px;
    margin-top: -4px;
}

.cancel-contract-icon i:active {
    color: #d9534f;
    -webkit-text-stroke: 1px white;
}

.cancel-contract-icon i:hover:before {
    content: '\f057';
    cursor: pointer;
    -webkit-text-stroke: 1px #d9534f;
}

.recover-contract-icon i {
    color: #00b16a;
    -webkit-text-stroke: 3px white;
    font-size: 32px;
}

.recover-contract-icon i:active {
    color:  #006b40;
    -webkit-text-stroke: 1px white;
}

.recover-contract-icon i:hover{
    -webkit-text-stroke: 1px white;
    cursor: pointer;
}

.fa-file-text-o,
.fa-file-o{
    /*-webkit-text-stroke: 1px white;*/
    color: #464646;
    transform: scale(1.2);
}

.excel-file {
    color: #666666 !important;
    cursor: pointer;
    -webkit-text-stroke: 1px white;
}
.excel-file:hover .fa-file-excel-o {
    content: '\f15b';
    color: #59b36b;
    -webkit-text-stroke: initial;
}
.tst-tool {
    -webkit-text-stroke: initial;
}

.excel-icon {
    transform: scale(1.2);
}

.sign-contract-icon,
.download-contract-icon,
.download-excel,
.upload-contract-icon{
    cursor: pointer;
}

.fa-file-text-o:hover,
.sign-contract-icon:hover .fa-file-text-o,
.download-contract-icon:hover .fa-file-o,
.sign-contract-icon:hover .fa-file-o,
.upload-contract-icon:hover .fa-file-o{
    -webkit-text-stroke: 0px white;
}

.download-contract-icon:hover .fa-file-o:before,
.upload-contract-icon:hover .fa-file-o:before{
    content: "\f15b";
    color: #666666;
}

.fa-file-o {
    -webkit-text-stroke: 1px white;
}

.download-proposta-icon {
    font-size: 18px !important;
    color: #666666;
    /*z-index: 1;*/
    margin-top: 4px;
}

.download-excel,
.download-excel-disabled {
    font-size: 12px !important;
    color: #00b16a;
    /*margin-right: 230px;*/
}

.download-excel:hover .fa-file-excel-o {
    content: '\f15b';
    color: #0b6b17;
}

.download-excel-disabled {
    cursor: default;
    color: #bfe6d3;

}


.upload-contract-icon .fa-upload {
    margin-top: 3px;
}

.download-contract-icon:hover .download-proposta-icon,
.upload-contract-icon:hover .fa-upload,
.download-contract-icon:hover .fa-circle-o-notch{
    color:white;
    z-index: 2;
}

.fa-file-text-o:active,
.sign-contract-icon:active .fa-file-text-o{
    -webkit-text-stroke: 0px white;
    cursor:pointer;
    color: black;
}

.download-disabled, .download-disabled:hover,
.sign-contract-icon:hover .download-disabled,
.sign-contract-icon:active .download-disabled{
    color: #b1b1b1;
    -webkit-text-stroke: 1px white;
    cursor:default;
}

.download-contract-icon.download-disabled {
    cursor: default;

}
.download-contract-icon.download-disabled i {
    color:#b3b3b3
}

.download-contract-icon.download-disabled:hover i {
    color: inherit;
}

.download-contract-icon.download-disabled .fa-file-o:before{
    -webkit-text-stroke: 1px white;
    content: '\f016';
    color: inherit;
}

.download-contract-icon.download-disabled:hover .s2c-tooltip-text {
    visibility: hidden;
}

.ribbon {
    width: 230px;
    position: absolute;
    top: 22px;
    background: #d9534f;
    right: 0px;
    padding: 8px;
    z-index: 1000;
    -webkit-transition: 150ms ease-out;
    transition: 150ms ease-out;
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.35);
}

.ribbon-2 {
    width: 200px;
    position: absolute;
    top: 73px;
    background: #ec1a2e;
    right: 0px;
    padding: 8px;
    z-index: 1000;
    -webkit-transition: 150ms ease-out;
    transition: 150ms ease-out;
    -webkit-transition-delay: 100ms; /* Safari */
    transition-delay: 100ms;
}

.proposta-wrapper:hover .ribbon,
.proposta-wrapper.hover .ribbon{
    width:10px;
    -webkit-transition: 150ms ease-out;
    transition: 150ms ease-out;
    /*padding-left: 3px;*/
}

.proposta-wrapper:hover .ribbon-2,
.proposta-wrapper.hover .ribbon-2{
    width:10px;
    -webkit-transition: 150ms ease-out;
    transition: 150ms ease-out;
    /*    -webkit-transition-delay: 100ms;
        transition-delay: 100ms;*/
}

.ribbon .text, .ribbon-2 .text{
    overflow: hidden;
    color: white;
    white-space: nowrap;
    font-family: edpPreon;
    font-size: 16px;
}

.ribbon .fold, .ribbon-2 .fold {
    width: 0;
    height: 0;
    border-top: 12px solid darkred;
    border-right: 11px solid transparent;
    position: absolute;
    right: 0;
    z-index: -6;
    top: 38px;
}

.propostas-inexistentes {
    text-align: center;
    margin-top: 37px;
    font-size: 16px;
    color: #666666;
    margin-bottom:27px;
}

.help-dialog {
    display: none;
    position: absolute;
    z-index: 100;
}

.help-dialog .help-dialog-body{
    border: 1px solid #ccc;
    background: white;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    top: -75px;
    position: absolute;
    margin-left: -20px;
    width: 100px;
}

.help-dialog .help-dialog-bottom{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #ccc;
    top: -20px;
    position: absolute;
    left: 21px;
}

.help-dialog .help-dialog-bottom-2 {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid white;
    top: -20px;
    position: absolute;
    left: 22px;
}

.help-dialog-upload .help-dialog-body {
    top: -103px;
    margin-left: 12px;
}

.help-dialog-upload .help-dialog-bottom {
    top: -48px;
    left: 53px;
}

.help-dialog-upload .help-dialog-bottom-2 {
    top: -48px;
    left: 54px;
}

.help-dialog-adjudicar-contrato .help-dialog-body{
    margin-left: -33px;
}

.help-dialog-adjudicar-contrato .help-dialog-bottom{
    left: 7px;
}

.help-dialog-adjudicar-contrato .help-dialog-bottom-2{
    left: 8px;
}

.help-dialog-download-contrato .help-dialog-body{
    top: -120px;
    margin-left: 0px;
}

.help-dialog-download-contrato .help-dialog-bottom{
    top: -48px;
    left: 41px;
}

.help-dialog-download-contrato .help-dialog-bottom-2{
    top: -48px;
    left: 42px;
}


.next-section {
    background-color: white;
    margin: 20px -35px -19px -35px;
    padding: 100px 0px;
}

.solar-energy {
    padding-bottom: 25px;
}

.back-step {
    background: white;
    padding: 23px 35px 65px 35px;
    margin: -40px -35px 45px -35px;
    color: #737373;
    font-size: 14px;
}

.back-step-content {
    cursor: pointer;
    /* width: 313px; */
    display: inline-block;
    font-family: edpPreon;
    text-transform: uppercase;
}

.back-step-content:before {
    font-family: 'FontAwesome';
    content: '\f104';
    display: inline;
    margin-right: 7px;
}

.back-step-content:after{
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 3px;
    /* position: absolute; */
    transition: all .2s ease 0s;
    width: 0;
    background-color: #ee162d;

    float:right;
}

.back-step-content:hover{
    color: black;
}

.back-step-content:hover:after{
    width: 100%;
}

.back-step-content a {
    padding: 5px 0px;
}

.back-step .product-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 35px;
}

.back-step #title {
    color: #333;
    padding-top: 35px;
    text-transform: uppercase;
}

.back-step .product-heading #title  {
    color: #333;
    padding-top: 0px;
}

.back-step #subtitle h4 {
    font-family: edpPreonLight;
    color: #333;
}

.proposta-completa-outputs {
    margin-top: 60px;
}

.proposta-completa-outputs .output {
    padding:10px;
}

.proposta-completa-outputs .output .content {
    background: white;
    padding: 10px;
    height: 150px;
    border: solid 1px gainsboro;
}

.proposta-completa-outputs .output .content .body{
    display: flex;
    justify-content: center;
    margin-top: 19px;
    margin-bottom: 0px;
    font-size: 35px;
    color: #3d3d3d;
}

.proposta-completa-outputs .output .content .title{
    text-transform: uppercase;
}

.iluminacao-questions {
    padding-bottom: 100px;
    margin-top: 80px;
}

.iluminacao-questions .question {
    /*margin-top: 60px;
    font-size: 16px;
    color: #808080;
    transform-origin: left center;
    -webkit-transition: opacity .15s linear,-webkit-transform .45s cubic-bezier(.175,.885,.32,1.275);
    transition: opacity .15s linear,transform .45s cubic-bezier(.175,.885,.32,1.275);*/
    margin-bottom: 90px;
}

.iluminacao-questions .question .text {
    color: #333;
    font-size: 20px;
    /*font-weight: bold;*/
}

.iluminacao-questions .question.question-selected {

}

.iluminacao-questions .question select {
    /*background: whitesmoke;
    border: none;
    border-bottom: 1px solid;*/
    margin-left: 22px;
    margin-top: 10px;
    width: 200px;

    padding: 10px 10px;
    border: solid 1px gainsboro;
    height: 70px;
    font-size: 16px;
    color: #6B6767;
    background-color: white;
}

.iluminacao-questions .question input,
.question-3-item .input select {
    /*margin: 5px 0px 0px 23px;
    border: none;
    background: whitesmoke;
    border-bottom: 1px solid;*/
    width: 90px;
    text-align: center;
    padding: 10px 15px;
    border: solid 1px gainsboro;
    height: 70px;
    font-size: 18px;
    color: #6B6767;
    background-color: white;
    -webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}

.iluminacao-questions .question input:focus {
    /*border-bottom: 2px solid;*/
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}

.iluminacao-questions .question select:focus {
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}

.tecnologia-iluminacao {
    padding: 10px;
}

.tecnologia-iluminacao-card {
    height: 250px;
    position: relative;
    /* top: 10px; */
    /* left: 10px; */
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
    border: 1px solid #e6e6e6;
    background: white;
}

.tecnologia-iluminacao-card.small {
    height: 170px;
    margin-top: 20px;
}

.tecnologia-iluminacao-card.medium {
    margin-top: 20px;
}

.tecnologia-iluminacao-card.medium:before {
    content: none;
}

.tecnologia-iluminacao-card:hover{
    /*cursor: pointer;*/
    box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.3);
}

.tecnologia-iluminacao-card.medium:hover .tecnologia-card-details.medium{
    margin-top: -65px;
}

.tecnologia-card-details.medium .name p {
    font-size: 16px;
}

.tecnologia-card-details.medium p {
    font-size: 13px;
}

/* Triangle */
.tecnologia-iluminacao-card::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 0px 0px 64px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    z-index: 1 !important;
}

.tecnologia-iluminacao-card.tec-active::before {
    border-color: #d9534f transparent transparent transparent;
}

.tecnologia-iluminacao-card.tec-selected {
    border: 1px solid #d9534f;
    outline: 1px solid #d9534f;
}

.tecnologia-iluminacao-card input[type="range"] {
    display: block;
    width: 100%;
    /* writing-mode: bt-lr; */
    -webkit-appearance: slider-vertical;
    width: 8px;
    height: 138px;
    /* padding: 0 32px; */
    /* margin: 13px 0px 25px; */
    position: absolute;
    bottom: -155px;
    left: 42px;
    cursor: pointer;
}

/*.tecnologia-iluminacao-card input[type=range]::-webkit-slider-runnable-track {
    width: 4px;
    cursor: pointer;
    background: #ee162d;
}*/

.check-outer{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 0px 0px 64px;
    border-color: #d9534f transparent transparent transparent;
    position: absolute;
    top: 0px;
    content: "";
    right: 0px;
    z-index: 2 !important;
    display: none;
    cursor: pointer;
}

.check-outer::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: white;
    position: absolute;
    right: 11px;
    top: -56px;
    text-shadow: 0 0 2px #d9534f;
    font-size: 1.8rem;
    z-index: 2 !important;
}

.tecnologia-iluminacao-card.tec-selected .check-outer {
    display: block;
    outline: none;
}

.check-inner{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63px 0px 0px 63px;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: 0px;
    content: "";
    right: 0px;
    z-index: 1 !important;
    cursor: pointer;
    outline: none;
}

.check-mar {
    right: 15px;
    display: block;
}

.check-disabled {
    z-index: 5 !important;
}

.tecnologia-card-front {
    height: 185px;
    outline: none;

}

.tecnologia-card-front .tec-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 81%;
    z-index: 0;
    height: 167px;
}

.tecnologia-card-front .tec-image.small{
    background-size: 61%;
    height: 110px;
}

.tecnologia-card-front .tec-image.medium{
    background-size: 50%;
}

.tecnologia-card-front .range-bar {
    height: 138px;
    position: absolute;
    width: 4px;
    background: #e3ddd8;
    left: 44px;
    top: 40px;
}

.tecnologia-card-details {
    /* top: 185px; */
    padding-top: 20px;
    /* position: absolute; */
    width: 100%;
    background: white;
    /* height: 173px; */
    border-top: 1px solid #e3e3e3;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    height: 200px;
}

/*search bootstrap*/
* {
    outline: none;
}

.tecnologia-card-details.small {
    padding-top: 5px;
}

.tecnologia-card-details.small p{
    margin: 0;
    font-size: 15px;
    font-family: "Verdana", Geneva, sans-serif;
}

/*.tecnologia-card-details.tec-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75px;
    background: #d9534f;
    opacity: 0.7;
    top: -77px;
}*/

.tecnologia-card-details .name {
    font-size:16px;
    font-weight: bold;
}

.tecnologia-card-details .potencia {
    color: #d9534f;
    font-size: 16px;
    padding-left: 0px;
}

.tecnologia-iluminacao-card .quantidade-perc {
    font-size: 16px;
    font-weight: bold;
    color: #d9534f;
}

.tecnologia-card-details .quantidade {
    margin-top: 50px;
}

.tecnologia-card-details .quantidade input{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #6B6767;
    margin-top: 10px;
    padding: 5px;
}

.modulo-rapido {

}

.modulo-rapido h3 {
    font-family: "Verdana", Geneva, sans-serif;
}

.numero-luminarias p,
.tecnologia-existente p{
    display: inline-block;
    /* margin-left: 28px; */
    text-align: left;
    position: relative;
    font-size: 16px;
}

.total-perc-card {
    text-align: right;
    margin-top: 10px;
}

.total-perc-card .total-perc-label {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    font-weight: bold;
}

.total-perc-card .total-perc {
    display: inline-block;
    background: white;
    padding: 10px;
    color: #ef482e;
    font-size: 30px;
    border: 1px solid #e6e6e6;
    width: 125px;
    text-align: center;
}

.total-perc-card.onehundred-perc .total-perc {
    border-color: #4c4c4c;
}

.numero-luminarias select {
    width: 200px;
    /*margin-left: 14px;*/
    /*margin-top:;*/
    cursor: pointer;
}

.numero-luminarias select[disabled] {
    cursor: not-allowed;
}

.numero-luminarias input {
    width: 100px;
    margin-left: 14px;
}

.numero-luminarias {
    margin-bottom: 60px;
}

.tecnologia-existente {
    margin-bottom: 30px;
}

.numero-luminarias h3,
.tecnologia-existente h3 {
    margin-bottom: 30px;
}

.numero-luminarias .consumo {
    display: inline-block;
}

.numero-luminarias .consumo p.title {

}

.numero-luminarias .consumo .value {
    display: inline-block;
    background: white;
    height: 70px;
    line-height: 67px;
    text-align: center;
    /* width: 140px; */
    color: #d9534f;
    font-size: 20px;
    margin-left: 20px;
    padding: 0px 15px;
}

.iluminacao-modulo-button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.iluminacao-modulo-button {
    width: 240px;
    height: 70px;
    font-size: 14px;
    margin: 0px;
    border: 3px solid #ee162d;
    color: #ee162d;
}

.iluminacao-modulo-button,
.iluminacao-modulo-button:focus{

    border-radius: 0px;
    /* padding: 0px 120px 0px 60px; */
    overflow: hidden;
    text-transform: uppercase;
    font-family: edpPreon;
    background: transparent;

}

.iluminacao-modulo-button:hover,
.iluminacao-modulo-button:hover:focus{
    background: #ee162d;
    border: 3px solid #ee162d;
    color:white;
}

.cfp-outputs-labels {
    background: #d9534f;
    width: 100%;
    font-size: 17px;
    font-family: edpPreon;
    height: 70px;
    /* padding-top: 23px; */
    text-align: center;
    color: white;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.cfp-outputs-labels:after{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    z-index: 1;
    top: 22px;
}

.cfp-outputs-labels.cfp-left {
    float: right;

}

.cfp-outputs-labels.cfp-right {
    float:left;
}


.cfp-outputs-labels.cfp-left:after {
    right: -19px;
    border-left: 19px solid #d9534f;
}

.cfp-outputs-labels.cfp-right:after{
    border-right: 19px solid #d9534f;
    left: -19px;
}


.cfp-outputs-icon {
    font-size: 30px;
    border: 2px solid #434343;
    border-radius: 50%;
    width: 60px;
    display: inline-block;
    height: 59px;
    padding-top: 6px;
    margin-bottom: 94px;
    margin-top: 5px;
    color: #434343;
}

.cfp-outputs-icon:after {
    content: '';
    /* border: 0.5px solid black; */
    background: #a9a9a9;
    height: 100px;
    position: absolute;
    top: 63px;
    right: 50%;
    width: 1px;
}


.cfp-outputs-values {
    /* font-family: edpPreon; */
    font-size: 34px;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70px;
    color: #474747;
}

.cfp-outputs-values.value-left {
    text-align: end;
}

.proposta-completa-outputs div:last-child span:last-child:after {
    content: none;
}

.oportunidades-instalacao .oportunidade {
    padding: 0px;
    /*    margin-right: -6px;*/
    margin-bottom: 20px;
}

.oportunidade-dialog .help-dialog-body {
    width: 125px;
    top: initial;
    margin-left: -41px;
    bottom: 19px;
}

.oportunidade-dialog .help-dialog-bottom {
    left: 11px;
}

.oportunidade-dialog .help-dialog-bottom-2 {
    left: 12px;
}

.poupanca-sum {
    text-align: center;
    font-family: edpPreonLight;
    background: white;
    border: 2px dashed #d9534f;
    padding: 15px 5px;
    margin-top: 9px;
}

.poupanca-sum .title{
    margin: 0;
    color: #d9534f;
}

.poupanca-sum .value{
    margin: 0;
    font-size: 24px;
    color: #d9534f;
    font-family: edpPreon;
}

.facilities-btn {
    background: none;
    border: 1px solid #f02b3a;
    border-radius: 0px;
    font-family: edpPreon;
    color: #ffffff;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    position: absolute;
    top: 149px;
    right: -1px;
    transition: all .2s ease-in-out 0s;
    background-color: #f02b3a;
}

.facilities-btn:hover {
    border: 1px solid #d9534f;
    background: #d9534f;
    color: #ffffff;
}

.modulo-selection {
    margin: -45px -35px 0px;
}

.modulo-rapido-selection,
.modulo-detalhado-selection {
    height: 500px;
    display: flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}

.modulo-rapido-selection,
.modulo-detalhado-selection {
    background-image: url(img/modulo-rapido-select.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index:0;
}

.modulo-detalhado-selection {
    background-image: url(img/modulo-detalhado-select.jpeg);
}

.modulo-selection .title p,
.modulo-selection .main-title p {
    font-family: edpPreon;
    text-transform: uppercase;
}

.modulo-selection .title p{
    font-size: 20px;
}

.modulo-selection .main-title p{
    font-size: 40px;
}

.modulo-rapido-selection .title p,
.modulo-rapido-selection .main-title p {
    color: white;
}

.modulo-rapido-selection .description p {
    color: white;
}

.modulo-rapido-selection:after,
.modulo-detalhado-selection:after{
    content:'';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #ee162d;
    opacity: 0.5;
    z-index: -1;
}

.modulo-detalhado-selection:after{
    background: #f5f5f5 ;
}

.modulo-rapido-selection:hover:after,
.modulo-detalhado-selection:hover:after{
    opacity: 1;
}


.modulo-selection .select-button {
    margin-top: 23px;
}

.modulo-selection .select-button a {
    background: none;
    padding: 13px;
    border: 2px solid white;
    height: 50px;
    color: white;
    font-family: edpPreon;
    text-transform: uppercase;
    width: 160px;
    border-radius: 0;
    -webkit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

.modulo-selection .select-button a:hover {
    background: white;
    color: #ee162d;
}

.modulo-detalhado-selection .select-button a {
    color: #474747;
    border: 2px solid #474747;
}

.modulo-detalhado-selection .select-button a:hover {
    color: white;
    background: #474747;
}

.adicionar-zona-btn,
.adicionar-zona-btn:focus{
    width: 285px;
    padding: 23px;
    float: right;
    color: #ee162d;
}

.no-zones {
    background: white;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tecnologia-existente-nova-zona {
    margin-top: 40px;
    margin-bottom: 30px;
}

.adicionar-tec{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 245px);
    /*height: calc(100vh - 210px);*/
}

.adicionar-tec-next-step {
    cursor: pointer;
    /* width: 313px; */
    font-family: edpPreon;
    text-transform: uppercase;
}

.adicionar-tec-next-step:before {
    font-family: 'FontAwesome';
    content: '\f104';
    display: inline;
    margin-right: 7px;
}

.adicionar-tec-next-step:after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 3px;
    /* position: absolute; */
    transition: all .2s ease 0s;
    width: 0;
    background-color: #ee162d;

    float:right;
}

.adicionar-tec-next-step:hover{
    color: black;
}

.adicionar-tec-next-step:hover:after{
    width: 100%;
}

.adicionar-tec-next-step div {
    padding: 5px 0px;
}

.racionais-eficiencia {
    margin-bottom: 40px;
}

.racional-eficiencia {
    background: white;
    margin: 0px 10px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.racional-eficiencia .racional-header {
    height: 80px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    font-family: edpPreon;
    font-size: 22px;
    padding-top: 20px;
}

.racional-eficiencia .poupanca {
    margin: 10px 35px;
    border: 1px solid #ebebeb;
}

.racional-eficiencia .investimento{
    margin: 10px 35px;
    border: 1px solid #ebebeb;
}

.racional-eficiencia .payback {
    margin: 10px 35px;
    border: 1px solid #ebebeb;
}

.racional-eficiencia .title {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    color: hsla(0, 0%, 40%, 1);
    padding: 10px;
}

.racional-eficiencia .value {
    font-size: 22px;
}

.racional-eficiencia .value .type {
    font-size: 16px;
    color: black
}

.racional-eficiencia .racional-body {
    margin-bottom: 40px;
}

.racional-eficiencia button {
    width: 230px;
    font-size: 15px;
}

.racionais-eficiencia-es {
    margin-left: -2px;
    margin-right: -2px;
}

.racionais-eficiencia-es .racional-header-0{
    font-size: 22px;
    font-family: edpPreon;
    padding: 40px 0px 20px;
}

.racional-eficiencia .racional-subtitle,
.racionais-eficiencia-es .racional-subtitle{
    padding: 0px 30px;
    height: 40px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.racionais-eficiencia-es .racional-subtitle{
    width: 75%;
    margin: 0px auto 30px;
}

.racional-eficiencia .racional-subtitle p,
.racionais-eficiencia-es .racional-subtitle p{
    font-size: 14px;
    font-family: edpPreonLight;
    font-style: italic;
    color: gray;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1199px){
    .racionais-eficiencia-area.left {
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 70px;
    }
    .racionais-eficiencia-area.right {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (min-width: 1350px){
    .racionais-eficiencia-area.left {
        margin-left: 10%;
    }
    .racionais-eficiencia-area.right {
        margin-right: 10%;
    }
}

@media (min-width: 1650px){
    .racionais-eficiencia-area.left {
        margin-left: 15%;
    }
    .racionais-eficiencia-area.right {
        margin-right: 15%;
    }
}

@media (min-width: 1880px){
    .racionais-eficiencia-area.left {
        margin-left: 20%;
    }
    .racionais-eficiencia-area.right {
        margin-right: 20%;
    }
}

.racionais-eficiencia-es .racional-eficiencia button {
    width: 190px;
    height: 60px;
}

.racionais-eficiencia-es .racionais-eficiencia-area{
    background: white;
    padding-bottom: 6%;
}

.racionais-eficiencia-es .racional-eficiencia {
    margin: 0px 5px;
    border: 1px solid #ebebeb;
}

.racionais-eficiencia-es .racional-eficiencia .racional-header{
    font-size: 20px;
    font-size: 16px;
    height: 70px;
}

.racionais-eficiencia-es .racional-eficiencia .value {
    font-size: 20px;
    margin-top: -4px;
}

.racionais-eficiencia-es .racional-eficiencia .title {
    font-size: 12px;
    padding-bottom: 6px;
}

.racionais-eficiencia-es .racional-eficiencia-block {
    padding: 0px 30px;
    margin-left: -25px;
    margin-right: -25px;

}

.racionais-eficiencia-es .racional-eficiencia .poupanca,
.racionais-eficiencia-es .racional-eficiencia .investimento,
.racionais-eficiencia-es .racional-eficiencia .payback {
    border: 0px;
    margin-bottom: 32px;
    margin-left: 17%;
    margin-right: 17%;
}

.msg-dimensionar {
    color: black;
    font-family: edpPreon;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: -30px;
}

.solucao-motores {
    background: white;
    text-align: left;
    padding: 15px;
    margin-bottom: 20px;
}

.solucao-motores-1 {
    background: transparent;
}

.solucao-header {
    height: 100px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    font-family: edpPreon;
    font-size: 22px;
    margin-bottom: 20px;
    background: rgba(163, 163, 163, 1);
    color: #FFF;
}

.solucao-header::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 0px 0px 65px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    top: 0;
    /*content: ""; COMMENTED TEMPORARILY */
    right: 15px;
    z-index: 0 !important;
}

.solucao-recomendado {
    height: 100px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    font-family: edpPreon;
    font-size: 22px;
    margin-bottom: 20px;
    background: #d9534f;
    color: #FFF;
}

.solucao-recomendado::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 0px 0px 65px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    top: 0;
    content: "";
    right: 15px;
    z-index: 0 !important;
}

.motor-solucao-card {
    border: 2px solid #e6e6e6;
    height: 104px;
}

.motores-table-cell {
    vertical-align: middle;
}

.tec-selected {
    border: 2px solid #d9534f;
}

.solucao-header-5 {
    background: transparent;
    color: #000;
}

.solucao-header-5::before {
    border-width: 0px 0px 0px 0px;
}

.motor-title {
    font-family: edpPreon;
    font-size: 22px;
    text-align: center;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.motor-title p{
    margin: 0px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.solucao-value {
    font-weight: bold;
    font-size: 16px;
}

.solucao-motores .poupanca {
    margin: 10px 35px;
    border: 1px solid #ebebeb;
}

.solucao-motores .investimento{
    margin: 10px 35px;
    border: 1px solid #ebebeb;
}

.solucao-motores .payback {
    margin: 10px 35px;
    border: 1px solid #ebebeb;
}

.solucao-motores .title {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    color: hsla(0, 0%, 40%, 1);
    padding: 10px;
}

.solucao-motores .value {
    font-size: 34px;
}

.solucao-motores button {
    width: 230px;
    font-size: 15px;
}

.info-icon {
    font-size: 11px !important;
    margin-top: -4px;
    color: #333;
    cursor: pointer;
}

.info-icon .fa-circle-o {
    -webkit-text-stroke: 2px whitesmoke;
}

.info-icon:hover .fa-circle-o:before {
    -webkit-text-stroke: 0px #333;
    content: '\f111';
    color: #333;
}

.info-icon .fa-info {
    color: #333;
    -webkit-text-stroke: 1px whitesmoke;
}

.info-icon:hover .fa-info {
    color: white;
    -webkit-text-stroke: 1px whitesmoke;
}

.s2c-tooltip {
    outline: none !important;

}

.shopping-cart-table .s2c-tooltip-text.first {
    bottom: -300%;
}

.shopping-cart-table .s2c-tooltip-text.first:before {
    content: " ";
    position: absolute;
    top: -45%;
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent gainsboro transparent;
}
.shopping-cart-table .s2c-tooltip-text.first:after {
    content: " ";
    position: absolute;
    top: -38%;
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.s2c-tooltip .s2c-tooltip-text,
.s2c-tooltip .s2c-tooltip-right-custom,
.s2c-tooltip-right .s2c-tooltip-text{
    visibility: hidden;
    width: 350px;
    background-color: white;
    color: #1b1b1b;
    text-align: left;
    border-radius: 0px;
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    bottom: 175%;
    left: 50%;
    margin-left: -175px;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.s2c-tooltip .s2c-tooltip-text:after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.s2c-tooltip .s2c-tooltip-text:before {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: gainsboro transparent transparent transparent;
}

.s2c-tooltip-right .s2c-tooltip-text:after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.s2c-tooltip-right .s2c-tooltip-text:before {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: gainsboro transparent transparent transparent;
}

.s2c-tooltip:hover .s2c-tooltip-text,
.s2c-tooltip:hover .s2c-tooltip-right-custom,
.s2c-tooltip-right:hover .s2c-tooltip-text{
    visibility: visible;
}


/*custom*/
.s2c-tooltip .s2c-tooltip-right-custom{
    width: 350px;
    margin-left: 30px;
    margin-bottom: -80px;
    z-index: 5;
    font-size: 12px;
    visibility: hidden;
    background-color: white;
    color: #1b1b1b;
    text-align: left;
    border-radius: 0px;
    padding: 10px 20px;
    position: absolute;
    bottom: 175%;
    left: 50%;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.s2c-tooltip .s2c-tooltip-right-custom::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -203px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent gainsboro transparent transparent;
}

.s2c-tooltip .s2c-tooltip-right-custom::after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -199px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}
/**/



.download-contract-icon .s2c-tooltip-text,
.sign-contract-icon .s2c-tooltip-text{
    width: 115px;
    margin-left: -57.5px;
    line-height: 1.5;
}

.price-info-tooltip .s2c-tooltip-text {
    width: 175px;
    margin-left: -88.5px;
}
.servico-info-text {
    font-size: 12px;
    text-transform: none;
}

.statistics-item {
    /*border: 1px solid gainsboro;*/
    font-family: edpPreonLight;
}

.statistics-item .title{
    text-align: left;
    border-bottom: 1px solid gainsboro;
    text-transform: none;
    font-size: 11px;
    padding: 5px 0px 5px 0px;
    color: #000000;
}

.statistics-item .title p{
    text-transform: none !important;
    font-weight: bold !important;
}

.statistics-item .footer{
    text-align: left;
    font-size: 12px;
    color: #474747;
    padding-bottom: 30px;

}

.statistics-item .value {
    padding: 5px
}

.statistics-item .value p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.percentage-red p{
    color: #ee162d;
}

.percentage-green p{
    color: #00FF00;
}

.maps-tooltip-header {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 10px;
}

.maps-tooltip-body{
    padding-left: 30px;
    height: 190px;
    width: 270px;
    overflow: hidden;
    margin: -10px 0px 5px;
}



.slopes {
    height: 180px;
    /* width: 221px; */
    position: relative;
    /* overflow: hidden; */
    margin-top: 10px;
}

.orientations {
    position: relative;
}

.tooltip-line {
    background: #bfbfbf;
    cursor: pointer;
    width: 160px;
    height: 1px;
    margin: 5px 0px;
}

.slope-selected .tooltip-line,
.orientation-selected .tooltip-line,
.slope-selected:hover .tooltip-line,
.orientation-selected:hover .tooltip-line{
    background: #ee162d;
}

.slope-default,
.orientation-default{
    position: absolute;
    /* background: white; */
    cursor: pointer;
    width: 160px;
    height: 11px;
    outline: none;
    /* border: 1px solid #ffffff; */
     border-radius: 50px;
}

.slope-default:hover,
.orientation-default:hover{
    background: #4d4d4d;
    border-color: #4d4d4d;
    z-index: 2;
}

.slope-default:hover .tooltip-line,
.orientation-default:hover .tooltip-line{
    background: #4d4d4d;
    /*width: 150px;*/
}

.slope-default:hover::after,
.orientation-default:hover::after{
    font-weight: bold;
}

.slope-selected:hover .tooltip-line,
.orientation-selected:hover .tooltip-line{
    background: #ee162d;
}

.slope-default::after{
    float: right;
    margin-right: -28px;
    margin-top: -13px;
    color: #4d4d4d;
}

.orientation-default::after{
    float: left;
    margin-left: -35px;
    margin-top: -12px;
    color: #4d4d4d;
}

.slope-selected,
.orientation-selected{
    background: #ee162d;
    border-color: #ee162d;
    z-index: 1;
}

.slope-selected:hover,
.orientation-selected:hover{
    background: #ee162d;
    border-color: #ee162d;
}

.slope-selected::after,
.slope-selected:hover::after,
.orientation-selected::after,
.orientation-selected:hover::after{
    color: #ee162d;
    font-weight: bold;
}

.slope-0{
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 2px;
    left: 0px;
}

.slope-0::after{
    content: '0º';
}

.slope-5{
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    bottom: 11px;
    left: 0px;
}

.slope-5::after{
    content: '5º';
}

.slope-10{
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    bottom: 20px;
    left: -1px;
}

.slope-10::after{
    content: '10º';
}

.slope-15{
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    bottom: 29px;
    left: -4px;
}

.slope-15::after{
    content: '15º';
}

.slope-20{
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    bottom: 38px;
    left: -6px;
}

.slope-20::after{
    content: '20º';
}

.slope-25{
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    bottom: 47px;
    left: -9px;
}

.slope-25::after{
    content: '25º';
}

.slope-30{
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    bottom: 56px;
    left: -13px;
}

.slope-30::after{
    content: '30º';
}

.slope-35{
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    bottom: 64px;
    left: -18px;
}

.slope-35::after{
    content: '35º';
}

.slope-40{
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    bottom: 72px;
    left: -23px;
}

.slope-40::after{
    content: '40º';
}

.slope-45{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 79px;
    left: -30px
}

.slope-45::after{
    content: '45º';
}


/*orientation*/


.orientation--175{
    bottom: 70px;
    left: 88px;
    /* visibility: hidden; */
}
.orientation--175::after{
    content:'-175º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--170{
    bottom: 69px;
    left: 95px;
    /* visibility: hidden; */
}
.orientation--170::after{
    content:'-170º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--165{
    bottom: 68px;
    left: 102px;
    /* visibility: hidden; */
}
.orientation--165::after{
    content:'-165º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--160{
    bottom: 66px;
    left: 109px;
    /* visibility: hidden; */
}
.orientation--160::after{
    content:'-160º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--155{
    bottom: 63px;
    left: 116px;
    /* visibility: hidden; */
}
.orientation--155::after{
    content:'-155º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--150{
    bottom: 60px;
    left: 123px;
    /* visibility: hidden; */
}
.orientation--150::after{
    content:'-150º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--145{
    bottom: 56px;
    left: 129px;
    /* visibility: hidden; */
}
.orientation--145::after{
    content:'-145º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--140{
    bottom: 52px;
    left: 134px;
    /* visibility: hidden; */
}
.orientation--140::after{
    content:'-140º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--135{
    bottom: 46px;
    left: 138px;
    /* visibility: hidden; */
}
.orientation--135::after{
    content:'-135º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--130{
    bottom: 41px;
    left: 142px;
    /* visibility: hidden; */
}
.orientation--130::after{
    content:'-130º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--125{
    bottom: 36px;
    left: 146px;
    /*visibility: hidden;*/
}
.orientation--125::after{
    content:'-125º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--120{
    bottom: 30px;
    left: 150px;
    /* visibility: hidden; */
}
.orientation--120::after{
    content:'-120º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--115{
    bottom: 24px;
    left: 154px;
    /* visibility: hidden; */
}

.orientation--115::after{
    content:'-115º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--110{
    bottom: 17px;
    left: 157px;
    /* visibility: hidden; */
}


.orientation--110::after{
    content:'-110º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--105{
    bottom: 10px;
    left: 159px;
    /* visibility: hidden; */
}

.orientation--105::after{
    content:'-105º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.orientation--100{
    bottom: 3px;
    left: 161px;
    /* visibility: hidden; */
}

.orientation--100::after{
    content:'-100º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--95{
    top: -7px;
    left: 162px;
    /* visibility: hidden; */
}

.orientation--95::after{
    content:'-95º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--90{
    left: 162px;
    /*visibility: hidden;*/
}

.orientation--90::after{
    content:'-90º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--85{
    top: 7px;
    left: 162px;
    /* visibility: hidden; */
}

.orientation--85::after{
    content:'-85º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--80{
    top: 14px;
    left: 161px;
    /* visibility: hidden; */
}

.orientation--80::after{
    content:'-80º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--75{
    top: 21px;
    left: 160px;
    /* visibility: hidden; */
}

.orientation--75::after{
    content:'-75º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--70{
    top: 28px;
    left: 158px;
    /* visibility: hidden; */
}

.orientation--70::after{
    content:'-70º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--65{
    top: 35px;
    left: 155px;
    /* visibility: hidden; */
}

.orientation--65::after{
    content:'-65º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--60{
    top: 41px;
    left: 151px;
    /* visibility: hidden; */
}

.orientation--60::after{
    content:'-60º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--55{
    top: 47px;
    left: 147px;
    /* visibility: hidden; */
}

.orientation--55::after{
    content:'-55º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--50{
    top: 53px;
    left: 143px;
    /* visibility: hidden; */
}

.orientation--50::after{
    content:'-50º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--45{
    top: 57px;
    left: 139px;
    /* visibility: hidden; */
}

.orientation--45::after{
    content:'-45º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--40{
    top: 61px;
    left: 134px;
    /* visibility: hidden; */
}

.orientation--40::after{
    content:'-40º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--35{
    top: 65px;
    left: 129px;
    /* visibility: hidden; */
}

.orientation--35::after{
    content:'-35º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--30{
    top: 69px;
    left: 123px;
    /* visibility: hidden; */
}

.orientation--30::after{
    content:'-30º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--25{
    top: 72px;
    left: 116px;
    /* visibility: hidden; */
}

.orientation--25::after{
    content:'-25º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--20{
    top: 75px;
    left: 109px;
    /* visibility: hidden; */
}

.orientation--20::after{
    content:'-20º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--15{
    top: 77px;
    left: 102px;
    /* visibility: hidden; */
}

.orientation--15::after{
    content:'-15º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--10{
    top: 79px;
    left: 95px;
    /* visibility: hidden; */
}

.orientation--10::after{
    content:'-10º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation--5{
    top: 80px;
    left: 88px;
    /* visibility: hidden; */
}

.orientation--5::after{
    content:'-5º';
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.orientation-0{
    top: 80px;
    left: 81px;
    /*visibility: hidden;*/
}

.orientation-0::after{
    content:'0º';
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.orientation-5{
    top: 80px;
    left: 74px;
    /* visibility: hidden; */
}

.orientation-5::after{
    content:'5º';
}

.orientation-10{
    top: 79px;
    left: 67px;
    /* visibility: hidden; */
}

.orientation-10::after{
    content:'10º';
}

.orientation-15{
    top: 78px;
    left: 60px;
    /* visibility: hidden; */
}

.orientation-15::after{
    content:'15º';
}

.orientation-20{
    top: 76px;
    left: 53px;
    /* visibility: hidden; */
}

.orientation-20::after{
    content:'20º';
}

.orientation-25{
    top: 73px;
    left: 46px;
    /* visibility: hidden; */
}

.orientation-25::after{
    content:'25º';
}

.orientation-30{
    top: 70px;
    left: 40px;
    /* visibility: hidden; */
}

.orientation-30::after{
    content:'30º';
}

.orientation-35{
    top: 66px;
    left: 34px;
    /* visibility: hidden; */
}

.orientation-35::after{
    content:'35º';
}

.orientation-40{
    top: 62px;
    left: 28px;
    /* visibility: hidden; */
}

.orientation-40::after{
    content:'40º';
}

.orientation-45{
    top: 58px;
    left: 23px;
    /* visibility: hidden; */
}

.orientation-45::after{
    content:'45º';
}

.orientation-50{
    top: 53px;
    left: 18px;
    /* visibility: hidden; */
}

.orientation-50::after{
    content:'50º';
}

.orientation-55{
    top: 47px;
    left: 14px;
    /* visibility: hidden; */
}

.orientation-55::after{
    content:'55º';
}

.orientation-60{
    top: 41px;
    left: 10px;
    /* visibility: hidden; */
}

.orientation-60::after{
    content:'60º';
}

.orientation-65{
    top: 35px;
    left: 7px;
    /* visibility: hidden; */
}

.orientation-65::after{
    content:'65º';
}

.orientation-70{
    top: 28px;
    /* visibility: hidden; */
    left: 4px;
}

.orientation-70::after{
    content:'70º';
}

.orientation-75{
    top: 21px;
    left: 2px;
    /* visibility: hidden; */
}

.orientation-75::after{
    content:'75º';
}

.orientation-80{
    top: 14px;
    left: 1px;
    /* visibility: hidden; */
}

.orientation-80::after{
    content:'80º';
}

.orientation-85{
    top: 7px;
    /*visibility: hidden;*/
}

.orientation-85::after{
    content:'85º';
}

.orientation-90{

}

.orientation-90::after{
    content:'90º';
}
.orientation-95{
    top: -7px;
    /*visibility: hidden;*/
}

.orientation-95::after{
    content:'95º';
}
.orientation-100{
    bottom: 3px;
    left: 1px;
    /* visibility: hidden; */
}

.orientation-100::after{
    content:'100º';
}

.orientation-105{
    bottom: 10px;
    /* visibility: hidden; */
    left: 2px;
}

.orientation-105::after{
    content:'105º';
}
.orientation-110{
    bottom: 17px;
    left: 4px;
    /* visibility: hidden; */
}

.orientation-110::after{
    content:'110º';
}

.orientation-115{
    bottom: 23px;
    left: 7px;
    /* visibility: hidden; */
}
.orientation-115::after{
    content:'115º';
}

.orientation-120{
    bottom: 29px;
    left: 10px;
    /* visibility: hidden; */
}
.orientation-120::after{
    content:'120º';
}


.orientation-125{
    bottom: 35px;
    left: 14px;
    /* visibility: hidden; */
}
.orientation-125::after{
    content:'125º';
}


.orientation-130{
    bottom: 40px;
    left: 18px;
    /* visibility: hidden; */
}
.orientation-130::after{
    content:'130º';
}


.orientation-135{
    bottom: 46px;
    left: 23px;
    /* visibility: hidden; */
}
.orientation-135::after{
    content:'135º';
}


.orientation-140{
    bottom: 51px;
    left: 28px;
    /* visibility: hidden; */
}
.orientation-140::after{
    content:'140º';
}


.orientation-145{
    bottom: 56px;
    left: 34px;
    /* visibility: hidden; */
}
.orientation-145::after{
    content:'145º';
}


.orientation-150{
    bottom: 60px;
    left: 40px;
    /* visibility: hidden; */
}
.orientation-150::after{
    content:'150º';
}


.orientation-155{
    bottom: 63px;
    left: 46px;
    /* visibility: hidden; */
}
.orientation-155::after{
    content:'155º';
}


.orientation-160{
    bottom: 66px;
    left: 53px;
    /* visibility: hidden; */
}
.orientation-160::after{
    content:'160º';
}


.orientation-165{
    bottom: 68px;
    left: 60px;
    /* visibility: hidden; */
}
.orientation-165::after{
    content:'165º';
}


.orientation-170{
    bottom: 69px;
    left: 67px;
    /* visibility: hidden; */
}
.orientation-170::after{
    content:'170º';
}


.orientation-175{
    bottom: 70px;
    left: 74px;
    /* visibility: hidden; */
}
.orientation-175::after{
    content:'175º';
}

.orientation-180{
    bottom: 70px;
    left: 81px;
    /*visibility: hidden;*/
}
.orientation-180::after{
    content:'180º';
}






.zone-name {
    font-family: edpPreon;
    font-size: 20px;
    text-align: center;
    display: block;
    border-right: 1px solid gainsboro;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}

.total-luminarias {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    /* width: 210px; */
}

.zdi-item {
    height: 150px;
}

.zdi-btn {
    top: 99px;
}

.number-motor {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-family: edpPreon;
    font-size: 20px;
    height: 167px;
    color: #FFF;
}

.blank_line,
.blank_line1,
.blank_line2 {
    font-size: 0px;
    padding-top: 11px;
    padding-bottom: 8px;
}

.blank_line1,
.blank_line2 {
    padding-top: 7px;
}

.checkbox-trocar {
    text-align: center;
}

.btn-simular {
    /* margin-top: 70px; */
}

.resumo-processo {
    margin: 5px 20px 0px;
}

.resumo-processo .info{
    margin-bottom: 20px;
}

.resumo-processo .resumo-header {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

.resumo-processo .resumo-value {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resumo-processo .economics .header {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    color: hsla(0, 0%, 40%, 1);
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    font-size: 12px;
}

.resumo-processo .economics .economic {
    border: 1px solid #ebebeb;
    text-align: center;
    margin-bottom: 20px;
}

.resumo-processo .economics .value {
    font-size: 14px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.resumo-processo .economics .s2c-tooltip-text {
    width: 155px;
    margin-left: -78px;
    line-height: 1.5;
    padding: 7px;
    text-transform: none;
}



.upload-proposta .title-section,
.editar-proposta .title-section {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
}

.upload-proposta .section-2,
.editar-proposta .section-2 {
    padding: 0 20px;
    margin-top: 20px;
}

.editar-proposta .subtitle {
    margin-bottom: 15px;
    font-weight: bold;
}

.editar-proposta .subtitle .subsubtitle {
    font-weight: normal;
    display: block;
    color: #4d4d4d;
}

.map-showTooltip-icon {
    margin-left: 3px;
    cursor: pointer;
    width: 18px;
}

.map-showTooltip-icon:hover::before{
    content: '\f14b'
}

.swal2-range output:after {
    content:'%';
    display: inline-block;
}

/* input type:range */

.adicionar-mar input[type=range],
.tecnologia-iluminacao-card input[type="range"],
.range-slider
    /*.swal2-range input[type="range"]*/ {
    -webkit-appearance: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.swal2-range input[type="range"]{
    -webkit-appearance: none;
}

.tecnologia-iluminacao-card input[type="range"] {
    transform: rotate(-90deg);
    height: 16px;
    width: 150px;
    margin: 58px -60px;
}

/*.panels-controls button[disabled]:hover {*/
/*.button-oportunidades:not([disabled]):hover:after*/
/*.s2c-main-btn:not([disabled]):hover:before,*/
.tecnologia-iluminacao-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.tecnologia-iluminacao-disabled input {
    cursor: not-allowed;
}

.adicionar-mar input[type=range]:focus,
.tecnologia-iluminacao-card input[type="range"]:focus,
.swal2-range input[type="range"]:focus,
.range-slider:focus {
    outline: none;
}
.adicionar-mar input[type=range]::-webkit-slider-runnable-track,
.tecnologia-iluminacao-card input[type="range"]::-webkit-slider-runnable-track,
.swal2-range input[type="range"]::-webkit-slider-runnable-track,
.range-slider::-webkit-slider-runnable-track {
    width: 100%;
    /*height: 9.8px;*/
    height: 14px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    /*background: #c8c8c8;*/
    background: #FFF;
    border-radius: 1.5px;
    border: 1px solid #c8c8c8;
}
.adicionar-mar input[type=range]::-webkit-slider-thumb,
.tecnologia-iluminacao-card input[type="range"]::-webkit-slider-thumb,
.swal2-range input[type="range"]::-webkit-slider-thumb,
.range-slider::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid rgba(0, 0, 0, 0.7);
    /*height: 27px;*/
    height: 32px;
    width: 16px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9.6px;
}
.adicionar-mar input[type=range]:focus::-webkit-slider-runnable-track,
.tecnologia-iluminacao-card input[type="range"]:focus::-webkit-slider-runnable-track,
.swal2-range input[type="range"]:focus::-webkit-slider-runnable-track ,
.range-slider:focus::-webkit-slider-runnable-track {
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}
.adicionar-mar input[type=range]::-moz-range-track,
.tecnologia-iluminacao-card input[type="range"]::-moz-range-track,
.swal2-range input[type="range"]::-moz-range-track,
.range-slider::-moz-range-track {
    width: 100%;
    /*height: 9.8px;*/
    height: 14px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    /*background: #c8c8c8;*/
    background: #FFF;
    border-radius: 1.5px;
    border: 1px solid #c8c8c8;
}
.adicionar-mar input[type=range]::-moz-range-thumb,
.tecnologia-iluminacao-card input[type="range"]::-moz-range-thumb,
.swal2-range input[type="range"]::-moz-range-thumb,
.slider-range::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid rgba(0, 0, 0, 0.7);
    /*height: 27px;*/
    height: 32px;
    width: 16px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
}
.adicionar-mar input[type=range]:focus::-moz-range-track,
.tecnologia-iluminacao-card input[type="range"]:focus::-moz-range-track,
.swal2-range input[type="range"]:focus::-moz-range-track,
.range-slider:focus::-moz-range-track{
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}
.adicionar-mar input[type=range]::-ms-track,
.tecnologia-iluminacao-card input[type="range"]::-ms-track,
.swal2-range input[type="range"]::-ms-track,
.range-slider::-ms-track {
    width: 98%;
    /*height: 9.8px;*/
    height: 14px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.adicionar-mar input[type=range]::-ms-tooltip,
.tecnologia-iluminacao-card input[type="range"]::-ms-tooltip,
.swal2-range input[type="range"]::-ms-tooltip,
.range-slider::-ms-tooltip {
    display: none;
}
.adicionar-mar input[type=range]::-ms-fill-lower,
.tecnologia-iluminacao-card input[type="range"]::-ms-fill-lower,
.range-slider::-ms-fill-lower{
    /*.swal2-range input[type="range"]::-ms-fill-lower {*/
    /*background: #bbbbbb;*/
    background: #FFF;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.adicionar-mar input[type=range]::-ms-fill-upper,
.tecnologia-iluminacao-card input[type="range"]::-ms-fill-upper,
.swal2-range input[type="range"]::-ms-fill-upper,
.range-slider::-ms-fill-upper {
    /*background: #c8c8c8;*/
    background: #FFF;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.adicionar-mar input[type=range]::-ms-thumb,
.tecnologia-iluminacao-card input[type="range"]::-ms-thumb,
.swal2-range input[type="range"]::-ms-thumb,
.range-slider::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid rgba(0, 0, 0, 0.7);
    /*height: 27px;*/
    height: 15px;
    width: 15px;
    /* width: 25px;
    height: 25px; */
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    height: 9.8px;
}
.adicionar-mar input[type=range]:focus::-ms-fill-lower,
.tecnologia-iluminacao-card input[type="range"]:focus::-ms-fill-lower,
.swal2-range input[type="range"]:focus::-ms-fill-lower,
.range-slider:focus::-ms-fill-lower {
    /*background: #c8c8c8;*/
    background: #FFF;
}
.adicionar-mar input[type=range]:focus::-ms-fill-upper,
.tecnologia-iluminacao-card input[type="range"]:focus::-ms-fill-upper,
.swal2-range input[type="range"]:focus::-ms-fill-upper,
.range-slider:focus::-ms-fill-upper {
    /*background: #d5d5d5;*/
    background: #FFF;
}
.adicionar-mar input[type=range]:focus::-ms-track,
.tecnologia-iluminacao-card input[type="range"]:focus::-ms-track,
.swal2-range input[type="range"]:focus::-ms-track,
.range-slider:focus::-ms-track {
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}

.swal2-confirm {
    background: #ee162d !important;
    border-radius: 0px !important;
    background-color: #ee162d !important;
    color: white !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: edpPreon;
    text-transform: uppercase;
    border-radius: 0px;
}

.swal2-cancel {
    border-radius: 0px !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: edpPreon;
    text-transform: uppercase;
    border-radius: 0px;
}



.swal2-confirm:not([disabled]):hover:before,
.swal2-cancel:not([disabled]):hover:before{
    border-width: 0 0 800px 400px;
    border-color: transparent;
}


.swal2-confirm:before,
.swal2-cancel:before{
    content: '';
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 0 46px 23px;
    border-style: solid;
    border-color: rgba(0,0,0,.075) transparent;
    transition: all .5s ease-in-out 0s;
    box-sizing: border-box;
}





.swal2-modal .swal2-title {
    text-transform: uppercase;
    font-size: 20px;
}

.s2c-modal-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swal2-modal .swal2-content {
    font-family: edpPreonLight;
    font-size: 14px;
}

.swal2-modal .swal2-select {
    height: 145px;
    padding: 10px 15px;
    border: solid 1px gainsboro;
    height: 70px;
    font-size: 16px;
    color: #6B6767;
    background-color: white;
    -webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}

.solar-tooltip {
    position: absolute;
    text-align: center;
    width: 170px;
    height: 135px;
    padding: 15px 0px 0px 0px;
    font: 12px sans-serif;
    background: white;
    border: 0px;
    /* border-radius: 8px; */
    pointer-events: none;
    border: 1px solid gainsboro;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);

}

.solar-tooltip:after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.solar-tooltip:before {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: gainsboro transparent transparent transparent;
}

.racional-eficiencia-error {
    background: white;
    padding: 40px;
}

.racional-eficiencia-error .title {
    font-family: edpPreon;
    font-size: 24px;
    margin-bottom: 10px;
}

.racional-eficiencia-error .text {
    font-size: 16px;
}

.apagar-luminaria {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px !important;
    cursor: pointer;
    outline: none;
}

.info-estrutura {
    /*left: 30px;*/
}
.info-registo {
    left: 25px;
}

.panel-item.selected .info-estrutura .fa-info {
    -webkit-text-stroke: 1px #f2ee72;
}
.info-registo .fa-info {
    -webkit-text-stroke: 1px whitesmoke;
}

.estrutura-tooltip {
    width: 187px !important;
    margin-left: -94px !important;
}
.registo-tooltip {
    width: 365px !important;
    margin-left: -183px !important;
}

.panel-item.selected .circle-estrutura {
    -webkit-text-stroke: 2px #f2ee72 !important;
}
.circle-registo {
    -webkit-text-stroke: 2px whitesmoke !important;
}

.img-estrutura {
    width: 145px;
}

.not-100-percent {
    color: #ee162d;
    font-size: 16px;
    margin-bottom: 5px;
}

#lista-processos-menu a{
    font-size: 14px;
    /* font-weight: 100; */
    color: #676767;
    border: 1px solid #a6a6a6;
    width: 180px;
    text-align: center;
    padding: 6px 10px 4px;
    margin-right: 18px;
    text-transform: uppercase;
    font-family: edpPreon;
}

#lista-processos-menu a:hover {
    color: white !important;
    background: #676767;
    border-color: #676767;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.structure-selection {
    margin-bottom: 5px;
    margin-left: 15px;
}

.structure-selection label {
    font-weight: normal;
    cursor: pointer;
}

.structure-selection input {
    cursor: pointer;
}

.searching-clients {
    text-align: center;
    margin-top: 10px;
}

.searching-clients p {
    display: inline-block;
}

.question-3-body {
    margin: 40px 0px 0px 10px;
}

.question-3-row {
    display: flex;
    align-items: center;
}

.question-3-label{
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 7px;
    padding-bottom: 23px;
    /* padding-left: 54px; */
}

.question-3-label label{
    margin: 0px;
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

.question-3-inputs {
    display: inline-grid;
}

.question-3-item {
    display: inline;
}

.question-3-item .input {
    display: inline-grid;
    width: 90px;
    text-align: center;
}

.question-3-item .input p{
    display: inline;
}

.input .input-label {
    margin: 3px 0px 0px;
    color: #4d4d4d;
    font-size: 14px;
}

.question-3-item .input select {
    margin: 0px;
    padding-left: 34px;
}

.invalid,
.invalid p {
    color: red !important;
}

.invalid input,
.invalid select{
    border-color: red !important;
}

.invalid-input,
.invalid-input p {
    color: red;
}

.invalid-input select,
.invalid-input input {
    border-color: red !important;
}

.invalid-input.label-regimes {
    padding: 16px 0px 0px 85px;
}

/* Warning*/


.warning-work,
.warning-work p {
    color: #f39c12 !important;
    margin-left: 10%;
    padding-top: 1%;
    font-style: oblique;
    font-size: 12px;
}

.warning-work .fa-warning {
    content: '\f15b';
    color: #f39c12;
}

.warning-work input,
.warning-work select{
    border-color: #f39c12 !important;
}

.warning-input,
.warning-input p {
    color: #f39c12;
}

.warning-input select,
.warning-input input {
    border-color: #f39c12 !important;
}

.warning-input.label-regimes {
    padding: 16px 0px 0px 85px;
}

.sum-total {
    height: 70px;
    padding: 22px 15px;
    font-size: 16px;
    border: 1px solid gainsboro;
    margin-bottom: 40px;
    color: #6B6767;
    font-weight: bold;
    background: #f7f7f7;
}

.lista-search {
    text-align: right;
    height: 76px;
    margin-top: 0px;
    padding: 20px 0px 0px;
}

.lista-search input {
    width: 330px;
    height: 46px;
}

.lista-search select {
    width: 200px;
    height: 46px;
    padding-top: 11px;
    margin-left: 5px;
}

.search-btn {
    height: 46px;
    width: 46px;
    position: relative;
    border-width: 1px;
    font-size: 13px;
    margin-left: 10px;
    background: #ee162d;
}

.search-btn:hover,
.search-btn:hover:active,
.search-btn:hover:focus {
    border-width: 1px;
}

.search-btn:focus {
    background: #ee162d;
}

.search-btn.loading {
    background: #ee162d;
}

.search-btn i{
    font-size: 18px;
    position: relative;
    color: white;
}



.btn-add,
.btn-add:active,
.btn-add:focus,
.btn-add:focus:active,
.btn-add:focus:active:hover  {
    margin: 20px 0px 0px;
    border-radius: 0px;
    height: 45px;
    background: white;
    color: #545456;
    border: 1px solid #b7b7b7;
    transition: all .2s ease-in-out 0s;
}

.btn-add:hover {
    background: #545456;
    border: 1px solid #545456;
    color:white;
}

.row-regime {
    height: 70px;
}

.row-regime-det {
    height: 35px;
}

.cancel-btn-regime {
    margin-top: 20px;
    margin-left: -15px;
}

.cancel-btn-regime-det {
    margin-top: 5px;
    margin-left: 10px;
}

.variador-regime {
    width: 100%;
    text-align: right;
    margin-top: 25px;
}

.vev-det-regime-number {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.variadores-input {
    margin-top: 0px;
    height: 70px;
}
.variadores-input input {
    height: 70px;
}


.vev-detalhado-input {
    margin-top: 0px;
    height: 35px;
}


.vev-detalhado-input input {
    height: 35px;
}

.ellipsis-field {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vev-table-title {
    width: 25%;
    max-width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.vev-table-btn {
    width: 10%;
    max-width: 100%;
    font-weight: bold;
    text-align: center;
}

.msg-soma-tempos {
    margin: 0px;
    line-height: normal;
}

.total-tempo-motor {
    float:right;
}

.total-tempo-motor p{
    margin: 0px;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
}

.filter-input {
    height: 75px;
}

.filter-input label {
    margin-bottom: 1px;
}

.filter-input input,
.filter-input select{
    padding: 10px;
    height:40px;
}

.expand-advanced-search {
    animation: accordionIn 0.2s normal ease-in-out both 1;
}
.collapse-advanced-search {
    animation: accordionOut 0.2s normal ease-in-out both 1;
}
@keyframes accordionIn {
    0% {
        height: 0px;
        padding: 0px;
    }
    100% {
        height: 250px;
        padding: 20px 0px;
    }
}

@keyframes accordionOut {
    0% {
        height: 240px;
    }
    100% {
        height: 0px;
        padding: 0px;
    }
}

#advanced-search {
    overflow: hidden;
    margin-top: 110px;
    padding: 20px 0px;
    border: 1px solid gainsboro;
    margin-bottom: 15px;
}

@media (max-width: 1200px){
    #advanced-search::before{
        display:none;
    }
}

#advanced-search::before {
    content: " ";
    position: absolute;
    top: 141px;
    right: 190px;
    border-width: 30px;
    border-style: solid;
    border-color: transparent transparent gainsboro transparent;
}

#advanced-search::after {
    content: " ";
    position: absolute;
    top: 145px;
    right: 192px;
    border-width: 28px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.advanced-search-btn {
    height: 46px;
    width: 140px;
    padding: 0px;
    position: relative;
    border-width: 1px;
    font-size: 13px;
    margin-left: 10px;
    color: #676767;
    border-color: #676767;
}

.advanced-search-btn:hover,
.advanced-search-btn:hover:focus{
    background: #676767;
    border: 3px solid #676767;
    color: white;
}

.advanced-search-btn span {
    position: relative;
    top: 2px;
}

.quick-search-form {
    display: flex;
    justify-content: center;
    float: right;
}

.advanced-search-btn.opened {
    background: #676767;
    color: white;
}

.filter-btn-area {
    height: 70px;
    /* text-align: right; */
    padding: 21px 10px 0px;
    color: #676767;
}

.filter-btn {
    color:white;
    cursor: pointer;
    /* width: 313px; */
    font-family: edpPreon;
    margin-right: 5px;
    border: 1px solid #676767;
    padding: 10px 15px;
    height: 40px;
    margin-right: 5px;
    width: 150px;
    text-align: center;
    float: right;
    background: #676767;
    outline: none;
}

.filter-btn:hover,
.filter-btn.active {
    background: #676767;
    color:white;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.ui-select-toggle {
    border-radius: 0px;
    outline: 0;
    height: 40px;
    padding: 10px;
    padding-right: 35px;
}

.ui-select-toggle-custom-search .ui-select-toggle {
    border-radius: 0px;
    outline: 0;
    height: 70px;
    padding: 10px;
    padding-right: 35px;
}

.ui-select-toggle.filter-selected,
.filter-selected {
    border-color: #a6a6a6;
    box-shadow: inset 0 0 1px 3px #e4e4e4;
}

.ui-select-search {
    border-radius: 0px;
    height: 40px;
    padding-left: 10px;
    padding-top: 7px;
}

.ui-select-search-custom-search .ui-select-search {
    border-radius: 0px;
    /*height: 70px;*/
}

.ui-select-bootstrap .ui-select-toggle a.btn {
    margin-right: 10px;
    margin-top: -1px;
    color: #676767;
}

.ui-select-edp-custom .ui-select-toggle a.btn {
    margin-top: 15px;
}

.ui-select-refreshing {
    top: 5px;
}

.ui-select-refreshing-custom .ui-select-refreshing {
    margin-top: 15px;
}

.ui-select-no-choice span {
    margin-left: 10px;
}

.ui-select-placeholder {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 106%;
    text-overflow: ellipsis;
}

.loader.black {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #464646;
    margin-left: 10px;
    top: 5px;
    position: relative;
}

/* Lista-propostas Filters */


.date-picker-from {
    position: absolute;
    top: 272px;
    width: 22.5%;
    left: 2.5%;
}

.date-picker-to {
    position: absolute;
    top: 272px;
    width: 22.3%;
    left: 14.6%;
}

.btn-default {
    border-color: gainsboro;
}
.error-input-btn .btn-default {
    border-color: #ef482e !important;
    color: #ef482e !important;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default-focus:hover {
    background: inherit;
}


.btn-search-custom .btn-default:hover,
.btn-default:active:hover,
.btn-default-focus:hover {
    background: #FFFFFF;
}

.btn-search-custom {
    border-color: #FFFFFF;
}


.btn-search-custom-focus .btn-default-focus {
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
}



.btn-default-focus {
    box-shadow: none;
    outline: none;
}



.form-control {
    box-shadow: none;
}

.form-control:focus {
    background: inherit;
    border: solid 1px #707070;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
    border-color: #969696;

}

.form-control:active,
.form-control:active:focus{
    outline: 0;
    background: inherit;
    box-shadow: none;
}

.form-control-s2c .form-control {
    background: #FFFFFF;
    font-size: 16px;
    font-family: "Verdana", Geneva, sans-serif;
}

.form-control-s2c:active,
.form-control-s2c:active:focus {
    outline: 0;
    background: #FFFFFF;
    box-shadow: none;
}

.ui-select-bootstrap:focus,
.ui-select-match:focus,
.btn-default-focus:focus {
    outline: none;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #ee162d;
}

.ui-select-match-text {
    color: black;
}
.ui-select-match-text-custom .ui-select-match-text {
    color: #6B6767;
    font-size: 16px;
    font-family: "Verdana", Geneva, sans-serif;
    padding: 10px 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
    background: #676767;
}

._720kb-datepicker-calendar-days-header {
    background-color: #ebebeb;
}

._720kb-datepicker-calendar-header:nth-child(even) {
    background: #cccccc;
}

.filters-min {
    margin: 8px -20px 0px;
    width: calc(100vw - 15px);
    height: 70px;
    padding: 15px 11%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0px;
}

@-webkit-keyframes filters-entrance{
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes filters-entrance{
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.filters-min.fixed {
    background: white;
    position: fixed;
    top: 64px;
    z-index: 10;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    padding-left: 10.7%;
}

.filter-min {
    display: inline-block;
    background: #ff8370;
    padding: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 30px;
    max-width: 204px;
    color: white;
    cursor: pointer;
    transition: all 0.1s;
    animation: filters-entrance 0.15s ease-out;
}

.filter-min i {
    display: none;
    -webkit-transition: transform 0.1s; /* Safari */
    transition: transform 0.1s;
    transform: scale(0);
}

.filter-min div {
    display: inline-block;
    display: inline-block;
    max-width: 157px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.filter-min:hover {
    color: white;
}

.filter-min:hover i{
    display: inline;
    margin: 0px 4px;
    transform: scale(1.2);
    vertical-align: middle;
}

.time-pickers {
    font-size: 14px !important;
    color: black;
}

.time-pickers:hover{
    cursor:pointer;
    border-color: #adadad;
}

.time-pickers-caret {
    position: relative;
    bottom: 22px;
    right: 11px;
}

.time-pickers::-webkit-input-placeholder,
.ui-select-search::-webkit-input-placeholder,
.text-muted {
    font-size: 14px;
    color: #a6a6a6;
}
.time-pickers::-webkit-input-placeholder,
.text-muted-custom-search .text-muted {
    font-size: 16px;
    color: #6B6767;
    margin-top: 15px;
    font-family: "Verdana", Geneva, sans-serif;
}

.text-muted-custom-search::placeholder{
    font-size: 16px;
    color: #6B6767;
    margin-top: 15px;
    font-family: "Verdana", Geneva, sans-serif;
}


.dropdown-menu-s2c .dropdown-menu {
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 15px;
}


.clear-filters {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    font-family: edpPreon;
    position: relative;
    top: 11px;
    right: 10px;
}

.clear-filters p {
    color: #676767;
}

.clear-filters p:hover {
    color: black;
}

.clear-filters i {
    -webkit-text-stroke: 2px white;
    left: 14px;
    bottom: 5px;
    position: relative;
}

.clear-filters i:hover:before {
    content: '\f057';
    cursor: pointer;
    -webkit-text-stroke: 1px #676767;
}

/* --- */

.no-propostas {
    text-align: center;
    padding: 30px 0px 35px;
    font-size: 16px;
}

.no-propostas a{
    font-weight: bold;
    text-decoration: underline;
}


.sem-potencial-card {
    display: inline-block;
    /* height: 60px; */
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: pointer;
}

.sem-potencial-card i {
    font-size: 22px;
    width: 20px;
    text-align: center;
}

.sem-potencial-card i:hover:before {
    content: '\f146';
    font-size: 20px;
    top: -2px;
    position: relative;
}

.sem-potencial-card .s2c-tooltip-text {
    width: 234px;
    box-shadow: 0px 0px 10px 0px #d4d4d4;
    bottom: -51px;
    left: -59px;
    border: 1px solid #d2d1d1;
}

.sem-potencial-card .s2c-tooltip-text:after,
.sem-potencial-card .s2c-tooltip-text:before {
    display: none;
}

.sem-potencial-text {
    font-family: edpPreonLight;
    font-weight: bold;
    position: absolute;
    padding: 20px;
    z-index: 4;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-top: -70px;
    margin-left: -130px;
    width: 260px;
}

.sem-potencial-text p {
    color: white;
    font-weight: bolder
}

.sem-potencial-text p:nth-child(2) {
    color: whitesmoke;
    font-weight: lighter
}

.sem-potencial-text button{
    color:white;
}

.sem-potencial-text button:hover {
    color:#676767;
    background: white;
}

.black-img-overlay {
    width: 100%;
    position: absolute;
    background: black;
    opacity: 0.75;
    height: 100%;
    z-index: 2;
}

@media (max-width:1270px){
    .modal-lg {
        width: 95%;
    }
}

.input-peak-power:focus:after{
    display: none;
}

.input-peak-power {
    margin: auto;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}

.input-peak-power .peak-controls {
    display: inline-block;
    position: relative;
    margin-left: 7px;
    font-size: 22px;
    color: #b3b3b3;
}

.input-peak-power .peak-controls i {
    display: block;
    font-weight: bold;
    cursor: pointer;
}

.input-peak-power .peak-controls i:first-child {
    margin-bottom: -4px;
}

.input-peak-power .peak-controls i:hover {
    color:black;
}

.panel-peak-power {
    text-align: center;
    width: 80px;
    height: 40px;
    padding: 5px 10px;
}

.total-peak-power-area {
    text-align: right;
    margin-right: 20px;
}

.total-peak-power-area div {
    display: inline-block;
}

.peak-power-error {
    display: block;
    margin-bottom: 10px;
    color: #ef482e;
}

.total-peak-power-area .total-title {
    font-weight: bold;
}

.total-peak-power-area .total-value .value{
    font-size: 16px;
}
.total-peak-power-area .total-value.error{
    color: #ef482e;
}

.adicionar-custo-extra {
    margin: 20px 0px 40px;
    padding: 0px;
}

.adicionar-custo-extra .custo-extra{
    height: 50px;
    padding: 0px 10px;
    width: 110px;
    font-size: 16px;
    color: #6B6767;
}

.adicionar-custo-extra .subtitle {
    display: inline;
    margin-right: 5px;
}

.input-peak-power.invalid input {
    border: 1px solid #ef482e;
    color: #ef482e;
}

/* .modal-open .modal {
    overflow: hidden;
} */

.harmonicos select{
    height: 50px;
}

.potencia-bateria, .harmonicos {
    height: 105px;
}

.potencia-bateria input {
    border: none;
    padding: 0px;
    height: 50px;
}

.input-error {
    border-color: #ef482e !important;
    color: #ef482e !important;
}
.edp-icons-oport-imed a {
    padding-left: 10%;
    padding-top: 2%;
    text-decoration: none;
    background-size: 18px 18px;
}

.row h3 {
    text-transform: uppercase;
}

.loading-custom {
    /*text-transform: uppercase;*/
    margin-top: 10%;
    /*margin-bottom: 15%;*/
    /*font-family: "Verdana", Geneva, sans-serif;*/

}
.gerar-proposta{
    margin-bottom: 5%;
}

.gerar-proposta h3 {
    text-transform: none !important;
}

/*loader label*/
@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
        opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
        opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
        opacity: .2;
    }
}

.saving span {
    color: #ee162d;
    font-size: 60px;
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    color:#ee162d;
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    color:#ee162d;
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

.save-button-shopping-cart  {
    width: 34.5%;
    height: 60px;
    border-radius: 0px;
}

.switch-input {
    display: none;
}

.switch-label {
    position: relative;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    padding: 0px 0 0px 35px;
    font-family: edpPreonLight;
    color: gray;
}

.switch-label:before,
.switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    left: 1px;
    width: 25px;
    height: 10px;
    background-color: #9E9E9E;
    border-radius: 8px;
}

.switch-label:after {
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
    display: none;
}

.switch-label .toggle--off {
    display: inline-block;
}

.switch-input:checked+.switch-label:before {
    background-color: #d68582;
}

.switch-input:checked+.switch-label:after {
    background-color: #d9534f;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}

.switch-input:checked+.switch-label .toggle--on {
    display: inline-block;
}

.switch-input:checked+.switch-label .toggle--off {
    display: none;
}

.switch-label:hover {
    color: black;
}

.switch-input:hover {
    background-color: black;
}

/*editar oferta*/

.editar-oferta-panel-pp {
    text-align: center;
    width: 50px;
    height: 35px;
    padding: 3px 6px;
}

.e-offer-input-peak-power:focus:after{
    display: none;
}

.e-offer-input-peak-power {
    margin: auto;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}

.e-offer-input-peak-power .peak-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3b3b3;
    width: 0px;
}

.e-offer-input-peak-power .peak-controls i {
    display: block;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

/* .e-offer-input-peak-power .peak-controls i:first-child {
    margin-bottom: -4px;
} */

.e-offer-input-peak-power .peak-controls i:hover {
    color:black;
}

.fa-disabled {
    opacity: 0.25;
    cursor: not-allowed !important;
    pointer-events: none;
}

.e-offer-input-peak-power.invalid input {
    border: 1px solid #ef482e;
    color: #ef482e;
}

/*
.lista-ofertas {
    background: white;
    !*border: 1px solid gainsboro;*!
}

.lista-ofertas tr{
    height:72px;
}

.lista-ofertas th{
    font-family: edpPreonLight;
    !* text-transform: uppercase; *!
    font-size: 12px;
    font-weight: 500;
    color: hsla(0, 0%, 59%, 1);
}

.lista-ofertas tbody {
    color: #262626;
}
*/

.e-offer-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    font-family: edpPreonLight;
}
.e-offer-total {
    font-size: 20px;
    border-top:dotted 2px #CCCCCC;
    font-family: "Verdana", Geneva, sans-serif;
    text-align: right;
}

.e-offer-text-total {
    text-align: left;
    border-top:dotted 2px #CCCCCC;
    font-size: 18px; !important;
    padding-left: 1.25%;
}

.e-offer-text-total , tr {
    line-height: 50px;
}

.e-offer-text {
    text-align: left;
    font-size: 16px;
    color: hsla(0, 0%, 59%, 1);
    padding-left: 1.25%;

}

.e-offer-text-row, tr {
    line-height: 30px;
}

.e-offer-value {
    text-align: right;
    font-family: "Verdana", Geneva, sans-serif;
    font-size: 18px;
}

.e-offer-edit {
    text-align: left;
    font-size: 14px;
    color: hsla(0, 0%, 59%, 1);
}

.e-offer-label {
    width: 90px;
    text-align: center;
}

.e-offer-label-number {
    /* text-align: right;
    margin-right: 5%;
    margin-left: 5%; */
    margin-bottom: 0 !important;
}

.e-offer-label-text {
    /* text-align: left;
    margin-right: 5%;
    margin-left: 5%; */
    margin-bottom: 0 !important;
}
.e-offer-text-range-title {
    /*margin-bottom: 2%;*/
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    /*color: hsla(0, 0%, 59%, 1);*/
    color: #ee162d;
    font-family: edpPreon;
}
.e-offer-text-range-subtitle {
    /*margin-bottom: 2%;*/
    font-size: 14px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: hsla(0, 0%, 59%, 1);
    font-family: edpPreonLight;
}

.e-offer-text-range-percent {
    /*margin-bottom: 5%;*/
    text-align: center;
    font-size: 20px;
    font-family: "Verdana", Geneva, sans-serif;
}
.e-offer-text-range, input[type=range]{
    margin-bottom: 3%;
    margin-top: 2%;
}

.e-offer-summary .title {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    color: hsla(0, 0%, 40%, 1);
    padding: 10px;
}

.e-offer-summary .value {
    font-size: 20px;
    margin-top: 10px;
}

.e-offer-btn {
    text-align: right;
    padding: 0 20px;
}

.loader-modal {
    margin-left: 65px;
}
.e-offer-kpi {
    display: inline-block;
    text-align: center;
    background: white;
    border: 1px solid gainsboro;
    /*margin-bottom: -9px;*/
}
.e-offer-kpis-mesalidades {
    display: inline-block;
    text-align: center;
    background: white;
    border: 1px solid gainsboro;
    /*margin-top: -2.1%;*/
    /*margin-bottom: 2%;*/
}

.e-edit-offer .title-section {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
}

.e-edit-offer .section-2 {
    padding: 0 20px;
    margin-top: 10px;
}

.e-edit-offer .subtitle {
    margin-bottom: 15px;
    font-weight: bold;
}

.e-edit-offer .subtitle .subsubtitle {
    font-weight: normal;
    display: block;
    color: #4d4d4d;
}

.modal-title {
    text-transform: uppercase;
    font-size: 20px;
}

.e-offer-no-show {
    display: none;
}
.e-offer-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 245px);
    /*height: calc(100vh - 210px);*/
}

.e-offer-window {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 245px);
    /*height: calc(100vh - 210px);*/
}

.e-btn_disabled:disabled{
    cursor: default;
}

/*modal center screen*/
.modal {
    text-align: center;
    padding: 0!important;
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.estado-proposta .s2c-tooltip-text {
    width: 115px;
    margin-left: -57.5px;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
}

.tst-map {
    /*background: url(https://maps.googleapis.com/maps/api/staticmap?maptype=hybrid&size=200x200&…-8.175535686314106&format=png&markers=37.18182504610503,-8.175535686314106);*/
    background-repeat: no-repeat;
    height: 100%;
}

.container-fluid {
    /*background-color: #f5f5f5;*/
}

.edit-offer-type {
    margin-left: 0px;
}

.edit-offer-hide-kpis {
    visibility: hidden;
}


.adjudicar-contrato-kpis {
    padding: 0px 5px 0px 5px;
}
/*geral*/
.icon {
    width: 45px;
    margin-right: 1%;
}

/*angularjs MD*/

.md-icon-info-custom{
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    cursor: pointer;

}

.md-icon-info-custom:hover{

    color: #000000;
}

.material-icons.info::before{
    font-size: 20px;
    content:"info_outline";

}

.material-icons.error::before{
    font-size: 60px;
    content:"cancel";
    color: #ff0000;

}


.material-icons.warn-not-viavel::before{
    font-size: 35px;
    content:"warning";
    color: #ff0000;

}

.material-icons.info-not-hover::before{
    font-size: 22px;
    content:"info_outline";

}

.material-icons.info:hover::before {
    content:'info';
}

.material-icons.delete_forever::before{
    font-size: 25px;
    content:"delete_forever";
    cursor: pointer;
}
.material-icons.delete_forever::after{
    /*font-size: 25px;*/
    /*content:"delete_forever";*/
    cursor: pointer;

}

label {
    display: inline-block;
    margin: 0px;
    font-weight: 700;
}

.material-icons.more-cpe::before{
    font-size: 20px;
    content:"add_circle_outline";
    vertical-align: bottom;

}

.material-icons.remove::before{
    font-size: 24px;
    content:"delete_sweep";
    vertical-align: bottom;

}

.material-icons.add-circle-outline::before{
    font-size: 24px;
    content:"add_circle_outline";
    vertical-align: bottom;

}


.material-icons.delete-outline::before{
    font-size: 24px;
    content:"delete_forever";
    vertical-align: bottom;

}

.visibility-hidden {
    visibility: hidden;
}