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;
}



@-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 "bower_components/angular-upload/src/directives/btnUpload.less";

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

.animate-switch {
  padding:10px;
}

.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: edpPreon;
    src: url("fonts/EDP_Preon_Medium.otf"),
         url("fonts/EDP_Preon_Medium.eot") format('embedded-opentype');
}

@font-face {
    font-family: edpPreonLight;
    src: url("fonts/EDP_Preon_Light.otf");
}

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

body{
    font-family: "Verdana", Geneva, sans-serif;
    background-color: #f5f5f5;
}

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;
}

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

select {
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.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 25px;
}

.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;
}

.hidden {
    display: none;
}

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

.site-body {
    padding:20px;
    margin-top:70px;
    min-height: calc(100vh - 115px);
}

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

.propostas-rapidas .item {
  padding: 10px;
  /*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;
}

.facility-list input,
.facility-details input,
.measure-list input,
.measure-list select,
.measure-details input,
.measure-details select,
.client-profile input,
.client-profile select,
.contact-form input,
.contact-form select,
.candidatura-block input,
.cpe-details input,
.cpe-details select,
.quantidade input,
.numero-luminarias select,
.numero-luminarias input,
.form-input input,
.form-input select,
.checkbox-trocar input,
.applications-details input,
.applications-details select {
  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;
}

.applications-details select:disabled {
    background-color: #dcdcdc;
    opacity: 0.7;
    cursor: default;
}

.applications-details textarea,
.contact-form textarea {
  padding: 10px 15px;
  border: solid 1px gainsboro;
  width: 100%;
  height: 150px;
  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;
}
.applications-details input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin: 0px;
    vertical-align: middle;
}

.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;
}

input.validador[type=radio]:focus {
    border:none;
    box-shadow: none;
}

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

.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;*/
    border: 1px solid hsla(0, 0%, 74%, 1);
    /* padding: 10px; */
    margin-bottom: 20px;
    /* border-radius: 5px; */
    background: white;
    /*height: 200px;*/
    /*height: 130px;*/
    height: 170px;
}

.cpe-item-top {
    margin-top: 60px;
}

.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;
    width: 75% !important;
    height: 78%;
    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 .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;
}

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

#progress-bar a{
  list-style-type: none;
/*  color: #6B6767;*/
    color: #fff;
/*  text-transform: uppercase;*/
  font-size: 16px;
  width: 17%;
  float:left;
  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;
  color: #545456;
}

#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: #545456;
  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;*/
    background: white;
    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/background_login_ppec-2.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;
    /*background: white;*/
    text-align: center;
    height: calc(100vh);
    margin-top: -110px;
    margin-left: -21px;
    /*margin-right: -20px;*/
    margin-right: -18px;
    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: 51%;
    left: 27%;
    margin-left: -250px;
    margin-top: -330px;
    height: 720px;
    width: 500px;
    /*background: rgba(0, 0, 0, 0.8);*/
    background: white;
    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);
}

/*.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;
}

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

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

.user-profile {
    padding: 10px 15px;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    color: #262626 !important;
    color: #FFF !important;
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
}

.user-profile p {
    color: #FFF;
}

.user-profile.active{
    color: #d9534f !important;
}

#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 {
    margin-top: 50px;
    padding: 0px 18%;
    font-size: 16px;
    text-align: left;
    text-align: justify;
}

@media(min-width: 1450px){
    .welcome-message {
        padding:0px 20%;
    }
}

@media(min-width: 1600px){
    .welcome-message {
        padding: 0px 26%
    }
}

@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-10 {
        width: 83.33333333%;
    }

    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .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;
    }
}

.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,
#logo-erse {
    margin-top: -5px;
    margin-right: 10px;
    height: 60px;
    /* margin-left: 5%; */
    margin-bottom: -10px;
}

#logo-erse {
    height: 45px;
}

.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: 500px;
    -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;

}

@media (min-width: 1270px){
    .modal-lg {
        width: 1200px;
    }
}

.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;
}

.info-estrutura {
    left: 30px;
}
.info-registo {
    left: 25px;
}
.info-cae {
    left: 5px;
}
.info-ver-candidatura {
    left: 0px;
}
.info-funcao {
    left: 5px;
}

.info-estrutura .fa-info {
    -webkit-text-stroke: 1px #f2ee72;
}
.info-registo .fa-info,
.info-cae .fa-info,
.info-funcao .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;
}
.cae-tooltip {
    width: 495px !important;
    margin-left: -247px !important;
    text-align: justify !important;
    font-weight: normal !important;
    padding: 40px !important;
    padding-left: 10px !important;
}
.tf-outros-tooltip {
    width: 285px !important;
    margin-left: -147px !important;
    text-align: justify !important;
    font-weight: normal !important;
}
.funcao-tooltip {
    width: 360px !important;
    margin-left: -180px !important;
    font-weight: normal !important;
    padding: 20px !important;
}
.ver-candidatura-tooltip {
    width: 115px !important;
    height: 70px !important;
    margin-left: -57px !important;
    top: -95px !important;
}

.declaracao-unica-tooltip {
    width: 725px !important;
    margin-left: -362px !important;
    text-align: justify !important;
    font-weight: normal !important;
    padding: 40px !important;
}
.ipss-tooltip {
    width: 565px !important;
    margin-left: -283px !important;
    text-align: justify !important;
    font-weight: normal !important;
    padding: 40px !important;
}

#link-tooltip {
    color: deepskyblue;
}

.circle-estrutura {
    -webkit-text-stroke: 2px #f2ee72 !important;
}
.circle-registo,
.circle-cae {
    -webkit-text-stroke: 2px whitesmoke !important;
}


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

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

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

.underline {
    background-color: black;
    display: block;
    height: 2px;
    position: absolute;
    margin-top: -2px;
    -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;
}
.underline-search {
    margin-top: -2px;
    right: 0px;
    /*width: 230%;*/
    width: 100%;
    position: relative;
}

#login-title {
    /*color: #f2f2f2;*/
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
    padding: 20px 45px 10px;
}

.login-howto {
    padding: 0px 112px;
    text-align: left;
    /* color: gainsboro; */
    margin-bottom: 20px;
    margin-top: 25px;
}

.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: 7%;
    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(30px);
        transform:translateY(30px)
    }
}

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

.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;
}

@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;
}

.modelo-negocio {
    list-style-type: none;
    border: 1px solid #e6e6e6;
    margin: 0px 0px 20px 0px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 400px;
}

.modelo-negocio:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.modelo-negocio li {
   /* border-bottom: 1px solid #e6e6e6;
    padding: 20px;*/
    text-align: center;
    background-color: white;
}

.cpe-form-input,
.form-input{
    margin-top: 40px;
    height: 135px;
    padding: 0px 4%;
}

.invalid-input,
.invalid-input p {
    color: red;
}

.invalid-input select,
.invalid-input input,
.invalid-input textarea {
    border-color: red !important;
}

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

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

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

.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: 230px;
}

.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 img {
    width: 100%
}
.proposta-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;
}

.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:160px;
	left:0;
	/*width:265px;*/
    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;
}

.stats-container .proposta-nome{
    font-family: edpPreon;
	font-size:16px;
	color:#393c45;
    height: 60px;
    text-align: left;
}

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

.stats-container p{

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

.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;
}

.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:1;
}

.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;
}
.selecionar-proposta:hover{
	background:#fff;
	color:#d9534f;
	cursor:pointer;

}

.proposta-card:hover .selecionar-proposta,
.tecnologia-iluminacao-card:hover .selecionar-proposta{
	opacity:1;
	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;
}

.panel-item:hover {
    border: 2px solid #FFC107;
}

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

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

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

.panel-selected {
   font-weight: bold;
}

.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: #f2f2f2;
}

#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: 500px;
}

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

#panels-list p {

}

#panels-list .list {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 363px;
    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;
}

#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;
}

.selected {
    background: #FFC107;
    border: 2px solid #FFC107;
    cursor: default;
}

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

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

.selected p select {
    color: dimgray;
}

.modelo-negocio-headers {
    list-style-type: none;
    border: 1px solid #e6e6e6;
    margin: 0px 0px 20px 0px;
    padding: 0;
    font-family: edpPreon;
    position: relative;
    top: -136px;
}

.modelo-negocio-headers li {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    text-align: center;
    background-color: white;
}



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

.modelo-negocio p {
    margin: 0;
}

.modelo-negocio .nome {
    background: #fafafa;
}

.modelo-negocio a p{
    padding-top: 6px;
}

.modelo-negocio .header {

}

.modelo-negocio .header .nome {
    height: 152px;
    padding: 50px 10px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    background: rgba(163, 163, 163, 1);
    color: white;
}

.modelo-negocio .header .nome h3,
.modelo-negocio .header .resumo p{
    margin: 0;
    color: white;
}

.modelo-negocio .header .resumo {
    padding: 25px 10px;
    font-style: italic;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b1b1b1;
    color: white;
}

.modelo-negocio .header .bottom{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #b1b1b1;
    /* position: absolute; */
    z-index: 1;
    /* top: 48px; */
    margin-bottom: 0px;

}

.modelo-negocio.brilliant .header .bottom{
    border-top: 18px solid #de6c68;
}

.modelo-negocio.brilliant .header {
    color:white;
}

.modelo-negocio.brilliant .header .nome {
    background: #d9534f;
}

.modelo-negocio.brilliant .header .resumo {
    background: #de6c68;
}

.modelo-negocio .propriedade {
    height: 100px;
    font-size: 24px;
}

.modelo-negocio .propriedade p {
    margin-top: -18px;
}

.modelo-negocio .propriedade .title{
    font-size: 12px;
    color: #a3a3a3;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}

.modelo-negocio .descricao_oferta {
    height: 190px;
}

.modelo-negocio .oferta_adicional {
    height: 220px;
}

.modelo-negocio .forma_pagamento {
    height: 180px;
}

.modelo-negocio .opcoes {
    height: 190px;
}

.modelo-negocio .modelo-button {
    height: 125px;
}

.modelo-negocio .modelo-button a {
    font-family: edpPreon;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    height: 70px;
    border-radius: 0px;
    height: 50px;
    width: 53%;
    padding: 9px;
}

.modelo-negocio .modelo-button a p {
    color: white;
}

.modelo-negocio .attr-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.modelo-negocio .propriedade p,
.modelo-negocio .descricao_oferta p,
.modelo-negocio .oferta_adicional p,
.modelo-negocio .forma_pagamento p,
.modelo-negocio .opcoes p,
.modelo-negocio .modelo-button  p{
    margin-bottom: 5px;
}

.modelo-negocio .propriedade{
    align-items: center;
    display: flex;
    justify-content: center;
}

.modelo-negocio .descricao_oferta,
.modelo-negocio .oferta_adicional,
.modelo-negocio .forma_pagamento,
.modelo-negocio .opcoes,
.modelo-negocio .modelo-button{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}



.modelo-negocio .propriedade li,
.modelo-negocio .descricao_oferta li,
.modelo-negocio .oferta_adicional li,
.modelo-negocio .forma_pagamento li,
.modelo-negocio .opcoes li {
    list-style-type: none;
}

.modelo-negocio .propriedade ul,
.modelo-negocio .descricao_oferta ul,
.modelo-negocio .oferta_adicional ul,
.modelo-negocio .forma_pagamento ul,
.modelo-negocio .opcoes ul {
    padding: 0px 15px;
}

.modelo-negocio hr {
    margin:0;
    width: 80%;
    margin-left: 10%;
}

/*
 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;
}

.download-cert-icon {
    position: absolute;
    top: 3px;
    right: -100px;
    z-index: 100;
}
.download-audit-icon {
    text-align: left;
    margin-top: 40px;
}

.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: -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);
}

#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;
}

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

}
.navbar-custom .navbar-brand {
  color: #262626;
}
.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;
  color: #FFF;
}
.navbar-custom .navbar-nav li a:hover {
  color: #d9534f;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.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: white;
}
.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 20px;
    height: 214px;
    margin: -40px -20px 20px -20px;
    transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
}

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

.page-header.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    margin-top: -185px;
    /*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);
}

.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: 119.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: 12px;
    right: 20px;
    margin-right: -19px;
}

.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;
}

.notification-badge {
    background: #d9534f;
    position: absolute;
    right: 9px;
    top: -1px;
    font-size: 13px;
    /*border-radius: 50px;*/
    width: 22px;
    height: 22px;
    text-align: center;
}

.notification-badge p {
    margin-left: 2px;
    margin-top: 3px;
    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); }
}

.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: 0 auto;
}

.loader.loader-black {
    height: 20px;
    width: 20px;
    border-top: 2px solid #3e3e3e;
    display: inline-block;
}

.loader-text {
    display: inline-block;
    position: relative;
    bottom: 4px;
    right: 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 10px 0px;
}

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

#change-user-body #buttons button {
    width: 120px;
}


#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 16px;
    width: 265px;
    font-family: edpPreonLight;
}

#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;
}

#logout {
    margin-top: 9px;
}

#user,
#notifications {
    margin-top: 5px;
}

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

#user-name #name{
    margin: 0;
    margin-top:11px;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

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

#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 {
    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);
}

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

.upload-certificate-icon {
    position: absolute !important;
    top: 0px;
}
.download-certificate-icon {
    margin-left: 0px;
}

.not-100-percent {
    color: #ee162d;
    font-size: 16px;
}

.label-red {
    color: #ee162d;
}

.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,
.edit-contract-icon:hover .fa-file-o,
.upload-certificate-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,
.edit-contract-icon:hover .fa-file-o:before,
.upload-certificate-icon:hover .fa-file-o:before {
    content: "\f15b";
    color: #666666;
}

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

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

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

.download-contract-icon:hover .download-proposta-icon,
.upload-contract-icon:hover .fa-upload,
.edit-contract-icon:hover .edit-proposta-icon,
.upload-certificate-icon:hover .upload-declaracao-icon {
    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;
}

.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{
    width:10px;
    -webkit-transition: 150ms ease-out;
    transition: 150ms ease-out;
    /*padding-left: 3px;*/
}

.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 #title {
    color: #333;
    padding-top: 35px;
}

.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;
}

.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);
}

.iluminacao-questions .question.question-selected {
    transform: scale(1.8);
    color: #3d3d3d;
}

.iluminacao-questions .question input {
    margin: 5px 0px 0px 23px;
    border: none;
    background: whitesmoke;
    border-bottom: 1px solid;
    width: 90px;
    text-align: center;
}

.iluminacao-questions .question input:focus {
    border-bottom: 2px solid;
}

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

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

.iluminacao-questions .question select:focus {
    border-bottom: 2px solid;
}

.iluminacao-questions #question-2 {
        margin-top: 110px;
    margin-bottom: 30px;
}

.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;
}

/* 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: 0 !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: 1 !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;
}

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

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

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

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

}

.tecnologia-card-front .tec-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 81%;
    z-index: -1;
    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;
}

.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;
}

.tecnologia-existente .total-perc-card{
    height: 100px;
    width: 160px;
    margin-top: -40px;
    position: relative;
    background: white;
    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;

}

.tecnologia-existente .total-perc-label {
    border-bottom: 1px solid gainsboro;
    text-transform: uppercase;
    font-size: 22px;
    color: #000000;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.tecnologia-existente .total-perc {
    font-size: 28px;
    color: #d9534f;
    text-align: center;
}

.numero-luminarias select {
    width:auto;
    margin-left: 14px;
    cursor: pointer;
}

.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,
.iluminacao-modulo-button:focus{
    width: 240px;
    margin: 0px;
    border-radius: 0px;
    height: 70px;
    /* padding: 0px 120px 0px 60px; */
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    font-family: edpPreon;
    background: transparent;
    border: 3px solid #d9534f;
    color: #d9534f;
}

.iluminacao-modulo-button:hover,
.iluminacao-modulo-button:hover:focus{
    background: #d9534f;
    border: 3px solid #d9534f;
    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 gainsboro;*/
    border: 1px solid hsla(0, 0%, 74%, 1);
    border-radius: 0px;
    font-family: edpPreon;
    color: #676767;
    text-transform: uppercase;
    height: 50px;
    position: absolute;
    /*top: 149px;
    right: -1px;*/
    top: 60px;
    right: 40px;
    padding: 0px 25px;
    transition: all .2s ease-in-out 0s;
}

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

.skip-btn {
    position: absolute;
    top: 40px;
    right: 40px;
}

.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;
}

.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 - 210px);
        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: 80px;
}

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

.racional-eficiencia .racional-header {
    height: 100px;
    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: 34px;
}

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

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

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

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

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

.medida-header {
    height: 150px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    font-family: edpPreon;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0px 10px;
    /*background: rgba(163, 163, 163, 1);
    color: #FFF;*/
    background: #FFF;
    color: #333;
}

.medida-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;
}

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

.item-medida {
    margin-bottom: 30px;
}

.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;
}

.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 {

}

.s2c-tooltip .s2c-tooltip-text,
.s2c-tooltip-right .s2c-tooltip-text{
    visibility: hidden;
    width: 350px;
    background-color: white;
    color: #1b1b1b;
    text-align: center;
    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-text p,
.s2c-tooltip-text ul{
    margin: 0px;
    color: #000;
}

.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-right:hover .s2c-tooltip-text{
    visibility: visible;
}

.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;
}

.slopes {
    height: 50px;
}

.slope-0{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    bottom: 2px;
    left: 0px;
}

.slope-5{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    bottom: 7px;
    left: -1px;
}

.slope-10{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    bottom: 12px;
    left: -1px;
}

.slope-15{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    bottom: 17px;
    left: -2px;
}

.slope-20{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    bottom: 22px;
    left: -3px;
}

.slope-25{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    position: absolute;
    bottom: 27px;
    left: -5px;
}

.slope-30{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    bottom: 32px;
    left: -7px;
}

.slope-35{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    position: absolute;
    bottom: 37px;
    left: -9px;
}

.slope-40{
    width: 100px;
    height: 2px;
    background: black;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute;
    bottom: 42px;
    left: -12px;
}

.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: 130px;
}

.zdi-btn {
    top: 79px;
}

.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: 30px;
}

.zone-item-text {
    width: 55% !important;
}

.resumo-processo {
    margin: 10px 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: 18px;
    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: 10px;
}

.resumo-processo .economics .economic {
    border: 1px solid #ebebeb;
    text-align: center;
    margin-bottom: 20px;
}

.resumo-processo .economics .value {
    font-size: 30px;
    padding: 10px;
}

.table.upload-table {
    margin-top: -10px;
}

.upload-table th {

}

.facility-list label,
.facility-details label,
.measure-list label,
.measure-details label,
.client-profile label,
.candidatura-block label,
.contact-form label {
    text-align: left;
    width: 100%;
    margin-top: 40px;
}

.contact-form label {
    margin-top: 20px;
}

.candidatura-block label {
    margin-top: 10px;
}

.applications-details label {
    margin-top: 0px;
}

.msg-another-measure {
    margin-top: 100px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.msg-doc-measure {
    text-align: left;
}

#application-management {
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid #FFF;
    padding: 5px;
    text-align: center;
    width: 160px;
}
#application-management:hover {
    /*border-color: #d9534f;*/
    border-color: #000;
    background: #FFF;
}

#application-management:hover a {
    /*color: #d9534f;*/
    color: #000;
}

.info-title {
    font-family: edpPreon;
    font-size: 18px !important;
}
.info-title-2 {
    margin-top: 30px;
}
.title-validado {
    text-align: center !important;
}
.title-validado-left {
    margin-top: 7px;
    margin-bottom: -2px;
    text-align: left !important;
}
.title-bold {
    font-weight: bold;
}

.validate-measure {
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-form-line {
    margin-top: 10px;
}

.select-candidatura {
    cursor: pointer;
    font-size: 30px !important;
    margin-top: -5px;
}

.applications-details {
    margin-bottom: 20px;
}

.col-validador {
    margin-bottom: -10px;
    margin-right: -20px;
}
.col-medida-validada {
    margin-right: 0px;
    margin-left: -30px;
}
.validador {
    width: 100%;
    height: 40px;
    cursor: pointer;
}
.validador-declaracao {
    height: 25px !important;
}
.label-validador {
    position: absolute;
    top: 7px;
    right: -5px;
}

.search-wrapper {
    width: 1100px;
    display: inline-block;
}

.data_input {
    text-align: left;
}

.application-list .data_input {
    text-align: center;
}

.facility-item-text {
    width: 100% !important;
    border: 0px;
}

#notifications-management {
    margin-top: 9px;
    margin-right: 15px;
    cursor: pointer;
    color: #FFF;
}
#notifications-management:hover {
    color: #d9534f;
}

.icon-notificacoes {
    font-size: 32px !important;
}

.client-profile,
.facility-list,
.measure-list,
.measure-details,
.application-result,
.management,
.application-list,
.applications-details {
    border: 1px solid #000;
    background: #FFF;
    margin-top: -90px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
}


.submit-btn {
    margin: 40px 0px;
    height: 130px;
}

.declaracao {
    padding-left: 4%;
}

.declaracao .file_input {
    position: relative;
    width: 330px;
    height: 30px;
}
.declaracao input[type="file"] {
    position: relative;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.declaracao .fake_file_input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    padding: 0px;
    margin: 0px;
    z-index: 0;
    line-height: 90%;
}
.declaracao .fake_file_input input {
    margin-bottom: 5px;
    margin-left: 0px;
    border: 0px;
    border-bottom: 1px solid #000;
    height: 25px;
    font-style: italic;
}
.declaracao i {
    position: absolute;
    top: 12px;
    right: -25px;
    z-index: 0;
}

.questao-1 .data_input {
    margin-left: -30px;
}

#prev-medidas,
#next-medidas {
    position: absolute;
    top: 125px;
    font-size: 30px;
    cursor: pointer;
}
#prev-medidas {
    left: -20px;
}
#next-medidas {
    right: -20px;
}

.application-info {
    margin-top: 80px;
}
.application-sent {
    font-size: 80px;
    margin-top: -25px;
}
.msg-application-result {
    text-align: left;
    font-weight: bold;
}

.management .table-label,
.application-list .table-label,
.applications-details .table-label{
    font-weight: bold;
    font-size: 16px;
}
.applications-details .table-label {
    font-size: 14px;
    text-align: left;
}
.application-list .table-label {
    cursor: pointer;
    font-size: 14px;
}
.table-label-2 {
    font-weight: normal !important;
}
.management p,
.management .data_input {
    text-align: center;
}
.management .cpe-form-line,
.application-list .cpe-form-line {
    margin-top: 0px;
    border-style: solid;
}
.management button,
.applications-details .mail_body button {
    border-radius: 0px;
    font-family: edpPreon;
}
.management .btn-danger,
.applications-details .mail_body .btn-danger {
    background: #ee162d !important;
}

.applications-details .mail_body .btn-danger {
    margin-left: 30px;
}

.application-list .search-box {
    text-align: left;
    margin: 30px 0px 50px 50px;
}

.application-list .search-label {
    text-align: right;
    /*font-size: 20px;*/
    font-size: 14px;
    display: inline-block;
}
.application-list input {
    width: 100%;
    /*width: 230%;*/
    height: 40px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.fa-sort {
    color: #E0E0E0;
}
.search-icon {
    font-size: 20px !important;
    /*margin-right: 20px;*/
    margin-right: 10px;
    color: #ccc;
}
.application-items:nth-of-type(even),
.management-items:nth-of-type(odd) {
    background: #eee;
    height: 90px;
    margin: 0px 1px;
    margin-top: -10px;
}
.application-items:nth-of-type(odd),
.application-headers {
    margin: 0px 1px;
}
.management-items:nth-of-type(even),
.management-headers {
    margin: 0px 1px;
}

.application-list table thead tr,
.management table thead tr{
    height: 50px;
    border-bottom: 1px solid #afafaf;
}

.application-list table td,
.management table td {
    padding: 10px;
}

.application-items {
    height: 85px;
}

.application-items p {
    margin: 0px;
}

.management .management-items div div {
    height: 100px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    /* flex-direction: column; */
}

.edit-contract-icon {
    margin-left: 5px;
}

.label-uploader {
    position: absolute;
    top: 35px;
    width: 91%;
}
.label-uploader #file-label {
    text-align: center;
}
.drop-zone-2 {
    padding-top: 50px;
}
.upload-file-name {
    font-size: 16px;
    text-align: left;
}

.disable-buttom {
    cursor: default;
}

.progress-circle {
    border: 1px solid #FFF;
    background: #FFF;
    padding: 4px 10px;
    padding-top: 5px;
    color: #000;
}

.progress-item {
    color: #FFF;
    font-family: edpPreonLight;
}
.progress-item:hover {
    cursor: pointer;
}
.progress-item.active {
    font-family: edpPreon;
}

.contacte-nos {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 100;
}
.contacte-nos .s2c-contact-btn {
    width: 200px;
    height: 45px;
    font-size: 14px;
}

.consumo_anual {
    position: absolute;
    top: 45%;
    left: 58%;
    width: 120px;
}
.consumo_label {
    font-size: 12px;
    display:block;
}
.consumo_value {
    font-size: 22px;
}
.consumo_value,
.consumo_unit {
    color: #ee162d;
}

/*.btn-add,
.btn-add:active,
.btn-add:focus,
.btn-add:focus:active,
.btn-add:focus:active:hover  {
    margin: 20px 0px 0px;
    border-radius: 0px;
    /*width: 130px;*/
    /*height: 45px;

    background: #545456;
    border: 1px solid #545456;
    color:white;
    transition: all .2s ease-in-out 0s;
}*/

.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;
}

/*.btn-add:hover {
    background: white;
    color: #545456;
    border-color: #b7b7b7;
}*/

.medidas-table th {
    font-weight: normal;
    font-size: 13px;
}
.pergunta-elemento {
    margin-top: 20px;
}
.medidas-table2 th {
        text-align: center;
}
.medidas-table td {
    border: solid 1px gainsboro;
}

.medidas-question {
    margin-bottom: 30px;
}

.empresa-unica-autonoma label,
.entidade-ipss label{
    display: inline-block;
    width: 100px;
    margin: 13px 30px 0px 0px;
    cursor: pointer;
}

.empresa-unica-autonoma input,
.entidade-ipss input {
    width: 50px;
}

.empresa-unica-autonoma div,
.entidade-ipss div {
    display: inline-block;
    top: -8px;
    position: relative;
    font-weight: normal;
}

.measure-selected {
    font-family: edpPreon;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.measure-selected-subtitle {
    float: left;
    font-family: edpPreonLight;
    font-size: 18px;
    margin-left: 33px;
    text-align: left;
}

.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;
}

.counter {
    background: #ee162d;
    color: white;
    width: 40px;
    max-width: 50px;
    padding: 8px 4px 5px;
    border-radius: 16%;
    font-size: 11px;
    position: absolute;
    top: -8px;
    right: 11px;
    border: 3px solid #2E2E2F;
}

.without-measures {
    margin-top: -40px;
    font-size: 16px;
}
.without-measures label {
    font-family: edpPreon;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.without-applications {
    font-size: 16px;
    margin-top: 40px;
}

.add-btn {
    text-align: left;
}

.float-left {
    float: left;
}

input[type=checkbox]:after {
    content: " ";
    background-color: white;
    display: inline-block;
    visibility: visible;
    width: 25px;
    height: 25px;
    border: 1px solid #cccccc;
    padding: 4px;
}

input[type=checkbox]:checked:after {
    font-family: "FontAwesome";
    content: "\f00c";
}

input[type=radio]:after {
    content: " ";
    background-color: white;
    display: inline-block;
    visibility: visible;
    width: 25px;
    height: 25px;
    padding: 7px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    margin-left: 11px;
}

input[type=radio]:checked:after {
    font-family: "FontAwesome";
    content: "\f111";
    font-size:11px;
}

.send-email-row {
    text-align: left;
    margin-bottom: 25px;
}

.send-email-row p {
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.minimis-disponiveis .valor input {
    width: 70%;
    height: 50px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.nota-declaracao {
    margin: 15px 0px;
    padding: 0px;
    text-align: justify;
    font-size: 13px;
}

.nota-declaracao a {
    font-weight: bold;
    text-decoration: underline;
}

.no-candidaturas {
    padding: 40px 0px 20px;
    font-size: 16px;
    height: 90px;
}

.no-candidaturas a {
    font-weight: bold;
    text-decoration: underline;
}

.medida-transversal-section {
    font-size: 16px;
    margin: 60px 0px
}

.medida-transversal-section button {
    margin-top: 40px;
    width: 340px;
}

.back-office-btn-nav button {
    width: 280px;
}

.swal2-confirm {
    background: #ee162d !important;
    border-radius: 0px !important;
}

.loading-measures {
    margin: 10px 0px 20px;
    font-size: 16px;
    color: #333333;
}

.clear-search .fa {
    font-size: 20px;
    position: relative;
    top: 2px;
    left: -25px;
    cursor: pointer;
    color: #666666;
}

.clear-search .fa{
    -webkit-text-stroke: 2px white;
}

.clear-search .fa:hover{
    -webkit-text-stroke: 0px white;
}