/*

* Override Pages default styles or create your own styles here

*/

#el:before {
    background: #2177ce;
    opacity: 0.7;
    border-radius: 200px 200px 0 0;
    box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15) inset;
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
}

#el.class_risco:before {
  background: -moz-linear-gradient(left, #30cc28 0%, #faff00 41%, #faff00 56%, #d60000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #30cc28 0%,#faff00 41%,#faff00 56%,#d60000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #30cc28 0%,#faff00 41%,#faff00 56%,#d60000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.7;
  border-radius: 200px 200px 0 0;
  box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15) inset;
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
}

#el.score:before {
  background: -moz-linear-gradient(left, #d60000 0%, #faff00 41%, #faff00 56%, #30cc28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d60000 0%,#faff00 41%,#faff00 56%,#30cc28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d60000 0%,#faff00 41%,#faff00 56%,#30cc28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.7;
  border-radius: 200px 200px 0 0;
  box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15) inset;
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
}

#el.risco_credito:before {
  /* background: -moz-linear-gradient(90deg, rgba(255,192,0,1) 0%, rgba(255,192,0,1) 10%, rgba(255,255,0,1) 15%, rgba(255,255,0,1) 25%, rgba(146,208,80,1) 30%, rgba(146,208,80,1) 55%, rgba(0,176,240,1) 60%);
  background: -webkit-linear-gradient(90deg, rgba(255,192,0,1) 0%, rgba(255,192,0,1) 10%, rgba(255,255,0,1) 15%, rgba(255,255,0,1) 25%, rgba(146,208,80,1) 30%, rgba(146,208,80,1) 55%, rgba(0,176,240,1) 60%);
  background: conic-gradient(from -90deg at 50% 100%, rgba(255,192,0,1) 0%, rgba(255,192,0,1) 5%, rgba(255,255,0,1) 7.5%, rgba(255,255,0,1) 12.5%, rgba(146,208,80,1) 15%, rgba(146,208,80,1) 24.5%, rgba(0,176,240,1) 30%); */
  background-image: url('../img/background_graph.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  border-radius: 200px 200px 0 0;
  box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15) inset;
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
}

#el {
    border-radius: 200px 200px 0 0;
    height: 100px;
    margin: 5px auto 15px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

#el:after {
    background: #fff;
    border-radius: 140px 140px 0 0;
    bottom: 0;
    box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15);
    content: attr(data-value);
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 100;
    height: 70px;
    left: 30px;
    line-height: 95px;
    position: absolute;
    text-align: center;
    width: 140px;
    z-index: 3;
}

/* SCORE PARA SOCIOS CREDSCORE PJ */
.score-gauge {
    border-radius: 200px 200px 0 0;
    height: 100px;
    margin: 5px auto 15px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.score-gauge:before {
    background: -moz-linear-gradient(left, #d60000 0%, #faff00 41%, #faff00 56%, #30cc28 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d60000 0%,#faff00 41%,#faff00 56%,#30cc28 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d60000 0%,#faff00 41%,#faff00 56%,#30cc28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.7;
    border-radius: 200px 200px 0 0;
    box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15) inset;
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
}

.score-gauge:after {
    background: #fff;
    border-radius: 140px 140px 0 0;
    bottom: 0;
    box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.15);
    content: attr(data-value);
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 100;
    height: 70px;
    left: 30px;
    line-height: 95px;
    position: absolute;
    text-align: center;
    width: 140px;
    z-index: 3;
}

.score-needle {
    border: 2px solid white;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    bottom: -4px;
    box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.4);
    display: block;
    height: 11px;
    left: 10px;
    position: absolute;
    width: 90px;
    transform-origin: 100% 4px;
    transition: all 2s;
}

#needle {
    border: 2px solid white;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    bottom: -4px;
    box-shadow: 3px -1px 4px rgba(0, 0, 0, 0.4);
    display: block;
    height: 11px;
    left: 10px;
    position: absolute;
    width: 90px;
    transform-origin: 100% 4px;
    transform: rotate(0deg);
    transition: all 2s;
}

.btn-verde, .btn-verde:active:focus{
    background: #07c25f !important;
    border-color: #07c25f;
    color: #ffffff;
}
.btn-verde:hover{
    background: #4fc486 !important;
    border-color: #07c25f;
    color: #ffffff;
}

.btn-verde:focus{
    background: #4fc486 !important;
    border-color: #07c25f;
    color: #ffffff;
}

.btn-laranja, .btn-laranja:active:focus{
    background: #fa6d45 !important;
    border-color: #fa6d45;
    color: #ffffff;
}
.btn-laranja:hover{
    background: #fa6d45e3 !important;
    border-color: #fa6d45;
    color: #ffffff;
}

.btn-laranja:focus{
    background: #fa6d45e3 !important;
    border-color: #fa6d45;
    color: #ffffff;
}

/* Crednet */
.titulo{
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 18px; 
    font-weight: normal; 
    -webkit-font-smoothing: antialiased; 
    letter-spacing: 0.01em;
}
/* Crednet Result */

.bg-blue-pc{
    margin-bottom: 10px;
    background: #245b9f !important;
    padding: 11px 20px 0px 20px !important;
}
.bg-blue-pc .card_title{
    padding: 8px 0;
    color: #fff;
}
.input_titulo{
    color: #7f8388;
}
.input_result{
    color: #232425;
}



.notification-toggle {
    left: -366px;
}
.radio, .checkbox {
     margin-bottom: 0; 
     margin-top: 0; 
    padding-left: 0px;
}
.bg-personal{
    background: #1e4f91 !important;
}
@media (max-width: 767px){

    .sm-m-l-0{
            margin-left: 0 !important;
    } 
    .sm-m-r-0{
            margin-right: 0 !important;
    }
}
.label-personal{
    background: #1e4f91 !important;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic
}
.btn-personal, .btn-personal:active:focus{
    background: #d13e24 !important;
    border-color: #d13e24;
    color: #ffffff;
}
.btn-personal:hover{
    background: #fa6d45 !important;
    border-color: #d13e24;
    color: #ffffff;
}

.alert-personal {
    background-color: #9b1381;
    color: #fff;
    border-color: #fff;
    text-transform: none !important;
    font-weight: bold;
}

.alert-personal-blue {
    background-color: #1e4f91;
    color: #fff;
    border-color: #fff;
    text-transform: none !important;
    font-weight: bold;
}

.produtosSerasa .btn-complete.hover, .produtosSerasa .btn-complete:hover{
    background-color: #339dff;
    border-color: #0084ff;
    color: #fff;
}
.label-primary{
    background: #07c25f !important;
    color: #ffffff;
    transition: 0.1s ease;
}
.label.label-primary:hover {
    background: rgba(7, 194, 95, 0.67) !important;
}
.menu-bar ul li.active {
    border-bottom: 2px solid #ad3431;

    transition: 0.6s ease-in-out;
}
.bg-master-lightest {
    background-color: #D8DCDC !important;
    color: #000;
    margin-bottom: 10px;
    padding: 0 14px !important;
    min-height: 25px !important;
    height: 33px !important;
}

.card-group .card-header .card-title > a.collapsed:after {
    color: rgb(173, 52, 49);
}
.card-group .card-header .card-title > a:hover:after {
    color: #ad3431 !important;
}
.card-group .card-header .card-title > a:after {
    color: #ad3431;
}/*
.menu-bar li a:hover {
    border-bottom: 2px solid #ad3431;
}*/
.horizontal-app-menu .menu-bar ul li a .arrow {
    padding-left: 19px;
}
@media (min-width: 992px){
    .horizontal-app-menu .menu-bar > ul > li:first-child {
        
        padding-left:0;
    }
    .horizontal-app-menu .menu-bar > ul > li {
         padding: 0 12px; 
         margin: 0;
    }
}
.table.table-striped tbody tr:nth-child(2n+1):hover td {
    background: #cce6ff !important;
}
.veicular-div-meio{
    padding: 0px !important;
    margin: 0 -6px 0 -3px;
    z-index: 3;
}
.veicular-div-esq{
    padding: 0px !important;
    margin-left: 2px;
}
.veicular-div-dir{
    padding: 0px !important;
    margin-left: 6px;
}
.veicular-box{
    margin-top: 16px;
    padding: 17px 50px 0;
    text-align: center;
    border:0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.veicular-box-destaque{
    padding: 32px 50px 0;
    text-align: center;
    border:0;
    box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.veicular-title{
    color: #ffffff;
    text-align: center;
    font-size: 42px;
    line-height: 1.50;
}
.activate{
    color: #575a5d;
    padding: 10px;
}
.activate:after {
    color: #1dbb99;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 4px;
}
.inactive{
    padding: 10px;
}


@media only screen and (min-width: 768px){
    form .row [class*='col-']:first-child {
         padding-left: 7px; 
    }
    form .row [class*='col-']:last-child {
        padding-right: 7px;
    }
}
@media (min-width: 992px){
    .horizontal-app-menu .menu-bar > ul > li > ul , .horizontal-app-menu .menu-bar > ul > li.open > ul {
        left: -9px;
        padding-left: 13px;
        padding:60px 35px 20px 25px;
    }
}


.form-group-default label {
    margin: 0;
     display: inline; 
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.card .card-header .card-title {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
}
.form-group label:not(.error) {
    
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
}


.v-align-div {
    display: table;
    height: 105px;
}

.v-align-text {
    display: table-cell;
    vertical-align: middle;
}

/*CUSTOM*/

.localize-ou {
    font-size: 12pt;
    position: absolute;
    left: -13px;
    background: white;
    margin-top: 160px;
    font-weight: bold;
}

.localize-ou-xs {
    position: absolute;
    top: 6.5px;
    left: 48%;
    background: white;
    font-size: 11pt;
    font-weight: bold;
}


.label-blocked{
    position: absolute;
    top: 4px;
    color: #c5c5c5;
    right: 4px;
    background:#e1e1e2
}

/*loader*/
.div_load {
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: rgba(255, 255, 255, 0.92);
   z-index: 9999;
   display: none;
}

.loader {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 50px;
   height: 50px;
   background-color: #ad3432;
   border-radius: 50%;
}

.loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0px solid white;
  transform: translate(-50%, -50%);
  -webkit-animation: div_load 1000ms ease-out forwards infinite; /* Safari 4+ */
   -moz-animation: div_load 1000ms ease-out forwards infinite; /* Fx 5+ */
   -o-animation: div_load 1000ms ease-out forwards infinite; /* Opera 12+ */
   animation: div_load 1000ms ease-out forwards infinite; /* IE 10+ */
}

.opacity {
   opacity: .3;
}

@keyframes div_load {
  0% {
    border: 0px solid white;
  }
  
  20% {
    border: 8px solid white;
    width: 0%;
    height: 0%;
  }
  
  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
  }
}

.error-message {
    color: #f95127;
}

/***********************
*
*       DIV-PRECOS
*
*************************/
@media (min-width: 768px) {
  .featured {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); 
    z-index: 9;
  } 
}

.div_precos {
  margin-top: 16px;
  padding: 17px 50px 0;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.preco {
  color: #ffffff;
  font-size: 29px;
}

.preco > span {
  font-size: 47px;
}

.nome_plano {
  color: #fff;
  font-size: 18px;
}

.descricao_plano {
  margin: 20px -50px 0px;
  padding: 31px;
}
/*** fim ***/

.btn-ver,
.btn-ver:focus {
  color: #f1f1f1;
  background-color: #c6cbcb;
  border-color: #c6cbcb;
}
.btn-ver.active,
.btn-ver:active,
.btn-ver.active:focus,
.btn-ver:active:focus,
.btn-ver:active:hover,
.show .dropdown-toggle.btn-ver {
  background-color: #192e43;
  border-color: #192e43;
  color: #fff;
}
.btn-ver.hover,
.btn-ver:hover,
.show .dropdown-toggle.btn-ver {
  background-color: #4c6175;
  border-color: #4c6175;
  color: #fff;
}
.btn-ver.active:hover {
  background: #1b3147;
  border-color: #1b3147;
}
.btn-ver.disabled,
.btn-ver[disabled],
fieldset[disabled] .btn-ver,
.btn-ver.disabled:hover,
.btn-ver[disabled]:hover,
fieldset[disabled] .btn-ver:hover,
.btn-ver.disabled:focus,
.btn-ver[disabled]:focus,
fieldset[disabled] .btn-ver:focus,
.btn-ver.disabled:active,
.btn-ver[disabled]:active,
fieldset[disabled] .btn-ver:active,
.btn-ver.disabled.active,
.btn-ver[disabled].active,
fieldset[disabled] .btn-ver.active {
  background-color: #1f3953;
  border-color: #1f3953;
}
.btn-ver .badge {
  color: #d5d5d5;
  background-color: #fff;
}

.pgn-wrapper[data-position='top'] {
    top: 0;
    left: 0 !important;
    right: 0;
}