body {
    color: #040000;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    background-color: rgba(170,170,170,0.05);
}
a{
    color: rgba(176, 175,179, 1);
    font-weight: 200;
    font-size: 13px;
    font-family: 'PT Sans','Amaranth', sans-serif;
}
.no-border {
    border-width: 0 !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify !important;
}
.refe {
font-family: 'PT Sans','Amaranth', sans-serif;
font-size: 13px;
font-weight: 700;
color: rgba(176, 175,179, 1);
}
.refe:hover{
color: rgba(79, 47, 93, 1);
}

.actions.refe:last-child{
 padding-left: 40px;
}

h2{
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgba(79, 47, 93, 1);
}
h3{
    font-size: 13px;
    font-weight: 700;
    color: rgba(128, 128,130, 1);
}
h4{
    font-size: 12px;
    font-weight: 700;
    color: rgba(176, 175,179, 1);
}
h5{
    font-size: 9px;
    margin-top: 0;
    margin-bottom: -9px;
}
 span{
    border-radius: 0px;
    /*background-color: white;*/
    border-color: rgba(176, 175,179,0.3);
    padding: 15px;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 12px;
    font-weight: 100;
    border: none;
    outline: none;
    border-width: 1px;
    width: 100%;
    color:rgba(160,160,160,1);
}
.white{
    color: #ffffff;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 16px;
    font-weight: 100;
    margin-top: 10px;
}
.logar{
    border-radius: 0;
    background-color: rgba(176, 175,179,0.3) ;
    border-color: rgba(176, 175,179,0.3) ;
    padding: 18px
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.credito{
    border-radius: 0px;
    background-color: white;
    border-color: rgba(176, 175,179,0.3);
    /*padding: 20px;*/
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 12px;
    font-weight: 100;
    border: none;
    outline: none;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    color: rgb(85, 85, 85);
}
.repcredito{
    border-radius: 0px;
    background-color: white;
    border-color: rgba(176, 175,179,0.3);
    padding: 20px;
    width: 100%;
}
.vali{
    border-radius: 0px;
    background-color: white;
    border-color: rgba(176, 175,179,0.3);
    padding: 5px;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 12px;
    font-weight: 100;
    border: none;
    outline: none;
    border-width: 1px;
    width: 100%;
}
#login{
    color: rgba(79, 47, 93, 1);
    background-color: rgba(217, 153,55, 1);
    border-color: rgba(217, 153,55, 1);
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 17px;
    border-radius: 0;
    outline: none;
}
#login:hover{
    color: rgba(79, 47, 93, 0.8);
    background-color: rgba(217, 153,55, 0.8);
    border-color: rgba(217, 153,55, 0.8);
    font-weight: 700;
    outline: none;
}
/* login 2  */
#loginnew{
    color: rgba(79, 47, 93, 1);
    background-color: rgba(217, 153,55, 1);
    border-color: rgba(217, 153,55, 1);
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 17px;
}
#loginnew:hover{
    color: rgba(79, 47, 93, 0.8);
    background-color: rgba(217, 153,55, 0.8);
    border-color: rgba(217, 153,55, 0.8);
    font-weight: 700;

}
/* fim login2 */

.btn-laranja, .btn-laranja:visited, .btn-laranja:active, .btn-laranja:focus {
    color: rgba(79, 47, 93, 1) !important;
    background-color: rgba(217, 153,55, 1);
    border-color: rgba(217, 153,55, 1);
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 0px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: none !important;
}
.btn-laranja:hover{
    color: rgba(79, 47, 93, 0.8) !important;
    background-color: rgba(217, 153,55, 0.8);
    border-color: rgba(217, 153,55, 0.8);
    font-weight: 700;
    outline: none;

}
.btn-no-aceite, .btn-no-aceite:visited, .btn-no-aceite:active, .btn-no-aceite:focus {
    color: #938f8f !important;
    background-color: white;
    border-color: #dddbdb;
    font-weight: 500;
    font-size: 12.5px;
    border-radius: 0px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: none !important;
}
.btn-no-aceite:hover{
    background-color: white;
    border-color: #757474;
    outline: none;
    color: #757474 !important;

}


.btn-cinza, .btn-cinza:visited, .btn-cinza:active, .btn-cinza:focus {
    color: rgba(96, 96, 96, 1) !important;
    background-color: rgba(231, 231,231, 1.0);
    border-color: rgba(231, 231,231, 1.0);
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 0px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn-laranja-full{
     color: rgba(79, 47, 93, 1) !important;
    background-color: rgba(217, 153,55, 1);
    border-color: rgba(217, 153,55, 1);
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 0px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor:default;
}
.btn-cinza:hover{
    color: rgba(96, 96, 96, 1) !important;
    background-color: rgba(231, 231,231, 1.0);
    border-color: rgba(231, 231,231, 1.0);
    font-weight: 700;

}

.add{
    color: rgba(79, 47, 93, 1);
    background-color: rgba(176, 175,179,0.4)!important;
    border-color: rgba(176, 175,179,0.4);
    border: 1px solid rgba(176, 175,179,0.4)!important;
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 0px;
    height: 35px;
    width: 115px;
    outline: none !important;

}
.add:hover{
    background-color: rgba(217, 153,55, 1);
    border-color: rgba(217, 153,55, 1);
    outline: none !important;
}
.money{
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 34px;
    font-weight: 100;
    color: #50305f;
    border:0px;
    outline: none;
}
#wrap{
    border: 0;
    height: 480px;
    position: absolute;
    width:320px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height:480px;
    /*border-top: 3px solid rgba(80,48,95,1);
    border-bottom: 3px solid rgba(80,48,95,1);*/
    border-radius: 5px;
    background-color: #fff;
}
#separator{
    color: rgba(79, 47, 93, 0.8);
}
/* Tela de cadastro */
.container-fluid {
    padding-right : 10px;
    padding-left  : 10px;
    margin-right  : 0;
    padding-top   : 15px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
a, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: #606060 !important;
}
.a_menu:focus, .a_menu:hover {
    color: #989191;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.fixa{
    padding: 15px 10px;
    width: 100%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    border: none;
    outline: none;
    color: #FFF;
    background-color: #453151;
    text-align: center;
    position: fixed;
    width: 302px;
}

.title{
    padding: 2px 0px;
    width: 100%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    border: none;
    outline: none;
    color: #FFF;
    background-color:rgba(80,48,95,1);
    text-align: center;
    border-left: 1px solid rgba(80,48,95,1);
    border-right: 1px solid rgba(80,48,95,1);
}
.titleadd{
    padding: 0px 0px;
    width: 100%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 200;
    border: none;
    outline: none;
    color: #FFF;
    background-color:rgba(80,48,95,1);
    text-align: center;
}
.title_sal{
    width: 100%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    border: none;
    outline: none;
    color: #453151;
    background-color: #e7e7e8;
    text-align: center;
    padding-bottom: 2px;
}
.tiadd{
      display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 3px;
}
.cor_saldo{
    color: #50305f;
    font-size:20px;
    margin-top: 1px;
    margin-bottom: 3px;
}
.cor_saldoSP{
    color: #50305f;
    font-size:11px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.glyphicon{
    font-size:20px;
    color: #747474;
    margin-right: 20px;
}
.navbar-brand > img {
    display: block;
    margin-right: 25px;
    margin-left: 15px;
}
.navbar-right {
    /*float: center !important;*/
}
.navbar-nav > li{
    float: left;
    width: 2px;
}
.navbar-toggle  {
    display: inline;
    border: 0;
    margin: 0;
    padding: 0;
}
.top-actions {
    margin:  0;
    padding:  15px 0;
    text-align: center;
    font-size: 90%;
    vertical-align: middle;
    height: 50px;
}
#more > ul {
    list-style: none;
    margin:  0;
    padding: 0;
}
#more > ul > li {
    line-height: 30px;
    font-size: 12px;
    background-color: #e7e7e9;
    padding: 0 15px;
    text-align: right;
    height: 30px;
}
.a_menu {
    color: #747474;
    text-decoration: none;
}
.top-actions .col-xs-2 {
    width: 19.99999999%;
    text-align: center;
}
.borda{
    border-top: 1px solid #F1F1F1;
    width:320px;
}
#cab_ativ{
    width: 50%;
    text-align: center;
    color: #ffffff;
    background-color: #453151;
    height: 50px;
    padding-top: 15px;
    border: 1px solid #ffffff;
}
#chav{
height: 25px;
text-align: left;
padding-top: 4px;
padding-right: 1px;
padding-bottom: 2px;
}
#chav2{
height: 25px;
text-align: center;
padding-top: 4px;
padding-right: 1px;
padding-bottom: 2px;
}
.sel1{
width: 135px;
text-align: center;
height: 33px;
padding-top: 1px;
padding-right: 1px;
padding-left: 1px;
border-radius: 3px;
background-color:#ffffff !important;
}
#teste{
width: 33%;
text-align: center;
height: 50px;
padding-top: 1px;
padding-right: 1px;
padding-left: 1px;
}
 .date a{
    font-size: 15px;
}
.date{
    padding: 15px 10px;
    width: 100%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #FFF;
    background-color: #e7e7e9;
    text-align: center;
    /*border-bottom: 1px  solid rgba(176, 175,179,0.6);*/
    border-radius: 2px;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-weight: 200;
    color:#888888;
}
.date:hover{
     background-color: #c9c9cc;
}
.date:first-child{
  border-top: 1px  solid rgba(176, 175,179,0.6);
}
.extrato{
    padding: 15px 10px;
    width: 100%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-top:0px ;
    border-color: rgba(176, 175,179,0.6);
    outline: none;
    background-color:white;
    text-align: center;
}
.creditocolor{
    color:#989191;
     line-height: 1.1em;
     padding-top: 12px;
}
.form-control-pagseguro {
    height: 32px;
}
/*  botoes de radio */
.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: none;
}
.visa{background-image:url('../img/card02.png');margin-top: 5px;}
.mastercard{background-image:url('../img/card01.png');margin-top: 5px;}
.elo{background-image:url('../img/card03.png');margin-top: 5px;}

/*.cc-selector input:active +.drinkcard-cc{opacity: .9;}*/
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.drinkcard-cc-pagseguro{
    margin-bottom: 2px;
 }
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:40px;
    height:22px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}
/* Extras */
/*a:visited{color:#606060}*/
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}
.escoll{
    border-color: rgba(176, 175,179,0.3);
    padding: 20px;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: rgba(169, 170,175,1);
    height: 41px;
}
#valor, .valor {
    width: 220px;
    text-align: center !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.valor_pagar{
    width: 90px !important;
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #50305f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #50305f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#addtemp{
    width: 57.668888%;
    padding-left: 1px;
    padding-right: 0px;
}

#add_tem{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px; /*0px antigo */
}

#ok_temp{
  width: 12.888667%;
    padding-left: 6px;
    padding-right: 0px;
    font-weight: 700;
    font-size: 18.5px;
    border-radius: 0px;
    height: 40px;
    width: 35px;

}

.placa3{
    width: 100px;
    height: 25px;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
}
.celular{
 width: 100px;
    height: 25px;
    font-weight: 700;
    font-size: 16.5px;
}
.placa2{
    width: 135px;
    height: 30px;
    font-weight: 700;
    font-size: 20px !important;
    text-transform: uppercase;
}
.celular2{
 width: 135px;
    height: 30px;
    font-weight: 700;
    font-size: 15px;
    padding: 3px 5px;
}

#contador{
  padding-left: 10px;
  padding-bottom: 5px;
}
#temp_add{
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
}

#ident {
    margin-top: -28px;
    padding-left: 196px;
}
#ident_cel{
    padding-top: 1px;
    padding-left: 95px;

}

#clock {
    position: relative;
    height: 104px;
    width: 105px;
    right: 74px;
    top: 4px;
}


.icon {
    font-size: 70px;
    color: #d99937;


}
.seta{
    position: relative;
    left: -1.5em;
    top: -7em;
    width: 45px;
    height: 65px;
    /* top: -88px; */
    margin: 0 auto;

}
.placa-comtempo{
    position: relative;
    left: 4em;
    top: -9.5em;
    margin: 0 auto;
    width: 1em;
    height: 0px;
    /* margin: -4px; */
}
.ct-chart.ct-golden-section.c-comtepo {
    position: relative;
    margin: -1.4em auto;
    top: 1em;
    width: 190px;
    height: 164px;
}
div#ct-chart-mini > .ct-chart.ct-golden-section.ct-negative-labels {
    position: absolute !important;
}
.ct-golden-section>svg {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
.padding-6 {
    padding-top: 6em;
}
div.logo-add-temp > .ct-golden-section>svg {
    /* display: block; */
     position: relative !important;
     }

.placa-margin{
    margin-left: 32px;
}
.aliament{
    padding-top: 5em;
    padding-left:0px;
}

.ct-series-a .ct-slice-donut {
    stroke: #50305f;
    stroke-width: 30px !important;
}

.ct-series-b .ct-slice-donut {
    stroke: #d99937;
    stroke-width: 30px !important;
}

.ct-gray .ct-slice-donut {
    stroke: #E7E7E9;
    stroke-width: 30px !important;
}

.clock-gray {
    color: #E7E7E9 !important;
}

.clock1 {
    font-family:  'PT Sans', 'Amaranth', sans-serif;
    font-size: 33px;
    font-weight: 100;
    color: rgba(80,48,95,1);
    border: 0px;
   /*.ct-golden-section*/
}
div#cronometro {
    /*margin-left: 66px;*/
}
#sepextrato{
    border-right: 1px solid #ffffff;
}


a:hover.menu-app > div {
    background-color: #E7E7E9;
}

a.menu-app > div > img {
    width: 70px;
    height: 26px;
    margin-right: 10px;
}

a.menu-form-pag > div > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

a:hover.menu-form-pag > div {
    background-color: #E7E7E9;
}

a.notification-menu-app > div > img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
a.penalty-menu-app > div > img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
div.menu-app > div > img {
    width: 70px;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.servicos{
    padding: 15px 10px;
    width: 100%;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-top:0px ;
    border-color: rgba(176, 175,179,0.6);
    outline: none;
    text-align: left;

}
.city {
    padding: 15px 10px 0 10px;
    width: 100%;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    border: 0;
    outline: none;
    text-align: center;
}


/*Filter styles*/
.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}


.alert-no-margin {
    margin: 0;
    border-radius: 0;
}

.comment {
    font-size: 11px;
}

.Adicionar{
    color: rgba(79, 47, 93, 1);
    background-color: rgba(217, 153,55, 1);
    border-color: rgba(217, 153,55, 1);
    font-weight: 700;
    font-size: 13.5px;
    border-radius: 0px;
    text-align: center;
    padding-top: 15px;
    height: 52px;
    cursor: default;
}
.Adicionar:hover {
    color: rgba(79, 47, 93, 1);
    background-color: rgba(217, 153,55, 1);
    border-color: rgba(217, 153,55, 1);
}
.lupa{
    text-align:  right;
}

.a_tela:focus, .a_tela:hover {
    color: #FFFFFF !important;
}
#troca_senha{
    padding-top: 20px;
}
#senha_t{
    margin-right: 10px;
}
.dist{
    margin-top: 10px;
}
.distNew{
    margin-top: 14px;
}
.dist > label {
    font-size: 14px;
}
.distancia .btn{
    margin-top: 30px;
}
button.distancia{
     margin-top: 152px;
     position: fixed;
     width: 320px;
}


/* DROPDOWN MENU - MORE  */
.dropdown-menu-more {
    margin-top: 9px;
    padding:  1px 1px 0 1px;
    border-radius: 0;
    background-color: #fff !important;
    border-top: 1px solid #fff;
    border-left: 1px solid #e7e7e9;
    border-right: 1px solid #e7e7e9;
}

.dropdown-menu-more > li {
    margin-bottom: 1px;
}

.dropdown-menu-more > li > a {
    line-height: 35px;
    background-color: #e7e7e9;
    height: 40px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e7e7e9;
    color: #a4a4a6;
}

.dropdown-menu-more > li > a:hover {
    background-color: #E0E0E0;
    color: #a4a4a6;
    text-decoration: none;
}

.dropdown-menu-more > li:last-child > a {
    margin-bottom: 0;
    border-bottom: 0;
}

.delete-cartao, .delete-placa {
    width: 35px;
    padding: 0 5px 15px 5px;
    text-align: center;
    color: #747474;
    background-color: transparent !important;
    display: block;
}

.input-app {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    border-bottom: 1px solid rgba(0,0,0,.075);
}

.input-app-esp {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    border-bottom: 1px solid rgba(0,0,0,.075);
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-cad {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;

}
.main-logo {
    /*margin-top: 40px;*/
    margin-left: 55px;
}
.padding-interno {
    padding: 3px;
    font-size: 25px;
}

.clear-both {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-size-9 {
  font-size: 9px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-13-5 {
    font-size: 13.5px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}
.font-size-25 {
    font-size: 25px;
  }

.font-size-30 {
    font-size: 30px;
  }

.font-size-20-important {
  font-size: 20px !important;
}

.font-size-40 {
    font-size: 40px;
  }

.font-size-50 {
  font-size: 50px;
}

.padding-5px-left {
  padding-left: 5px;
}


.padding-0px-right {
    padding-right: 0 !important;
}

.padding-5px-right {
  padding-right: 5px;
}

.padding-1px-top {
  padding-top: 1px;
}

.padding-1px-bottom {
  padding-bottom: 1px;
}

.padding-2px-top {
  padding-top: 2px;
}

.padding-2px-bottom {
  padding-bottom: 2px;
}

.padding-3px-top {
  padding-top: 3px;
}

.padding-3px-bottom {
  padding-bottom: 3px;
}
.padding-left-0{
    padding-left: 0px;
}
.padding-5px-top {
  padding-top: 5px;
}

.padding-5px-bottom {
  padding-bottom: 5px;
}
.padding-10px-bottom {
  padding-bottom: 10px !important;
}

.padding-10px-top {
  padding-top: 10px;
}
.padding-15px-bottom {
  padding-bottom: 15px;
}
.padding-15px-left {
  padding-left: 15px;
}
.padding-15px-top {
  padding-top: 15px;
}

.padding-20px-top {
  padding-top: 20px;
}

.padding-20px-bottom {
  padding-bottom: 20px;
}

.padding-25px-top {
  padding-top: 25px;
}

.padding-25px-bottom {
  padding-bottom: 25px;
}
.margin-top-4{
    margin-top: 3.4em;
    background-color: red;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-right: 0px;
}

.margin-5px-left {
  margin-left: 5px;
}
.margin-30px-left {
  margin-left: 30px;
}
.margin-25px-left {
  margin-left: 25px;
}
.margin-3px-right {
    margin-right: 3px;
  }
.margin-5px-right {
  margin-right: 5px;
}
.margin-10px-right {
  margin-right: 10px;
}
.margin-15px-left {
  margin-left: 15px;
}
.margin-15px-right {
  margin-right: 15px;
}
.margin-10px-left {
  margin-left: 10px;
}

.margin-5px-top {
  margin-top: 5px !important;
}
.margin-2px-top {
  margin-top: 2px !important;
}
.margin-1px-top {
  margin-top: 1px !important;
}
.margin-2px-bottom {
  margin-bottom: 2px !important;
}
.margin-1px-bottom {
  margin-bottom: 1px !important;
}
.margin-2px-left {
  margin-left: 2px;
}
.margin-2px-right {
  margin-right: 2px;
}
.margin-1px-right {
  margin-right: 1px;
}

.margin-10px-top {
  margin-top: 10px;
}

.margin-15px-top {
  margin-top: 15px;
}

.margin-5px-bottom {
  margin-bottom: 5px;
}
.margin-1px-bottom {
  margin-bottom: 1px;
}

.margin-10px-bottom {
  margin-bottom: 10px !important;
}

.margin-15px-bottom {
  margin-bottom: 15px;
}

.margin-20px-top {
  margin-top: 20px;
}
.margin-20px-bottom {
  margin-bottom: 20px;
}
.margin-20px-left {
  margin-left: 20px;
}

.margin-25px-top {
  margin-top: 25px;
}

.margin-25px-bottom {
  margin-bottom: 25px;
}

.margin-30px-top {
  margin-top: 30px;
}

.margin-40px-top {
  margin-top: 40px;
}

.margin-30px-bottom {
  margin-bottom: 30px;
}

.margin-35px-top {
  margin-top: 35px;
}

.margin-35px-bottom {
    margin-bottom: 35px;
}

.margin-50px-top {
    margin-top: 50px;
}

.margin-50px-bottom {
    margin-bottom: 50px;
}
.margin-50px-right{
    margin-right: 50px;
}
.margin-50px-left{
    margin-left: 50px;
}
.margin-262px-top {
    margin-top: 262px;
}
.no-left-padding {
    padding-left: 0 !important;
}

.no-padding{
    padding: 0px;
}

.height-75{
    height: 75px;
}

.no-right-padding {
    padding-right: 0;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.right-50{
    right:50px;
}

.margin-0-h1{
    margin-top:0px;
}

.margin-0-top{
    margin-top:0px !important;
}

.margin-no-bottom-import{
    margin-bottom: 0px !important;
}

.margin-no-bottom{
    margin-bottom: 0px;
}
.margin-no-top{
    margin-top: 0px;
}

.margin-left-29{
    margin-left: 29px;
}

.margin-left-7{
    margin-left:7px;
}

.margin-left-45{
    margin-left: 45px;
}

.padding-0{
    padding-right: 0;
    padding-left: 0;
}

.padding-right-2{
    padding-right: 2px;
}

.padding-right-0{
    padding-right: 0px;
}

.padding-left-1{
    padding-left: 1px;
}

.padding-left-2{
    padding-left: 2px;
}

.padding-left-10{
    padding-left: 10px;
}

.width-40{
    width: 45px;
}
.height-40{
    height: 40px;
}
.height-42{
height: 42px;
}
.height-180{
    height: 180px;
}

.width-62{
    width: 62px;
}
.width-168{
    width: 168px;
}
.top-5px{
    top:5px;
}
.padding-0{
    padding: 0px;
}
.padding-top-5{
    padding-top: 5px;
}
.padding-top-6{
    padding-top: 7px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-top-20{
    padding-top: 20px;
}
.font-23{
    font-size: 23px;
}
.font-size-25{
    font-size: 25px;
}
.font-size-15{
    font-size: 15px;
}
.font-size-14{
    font-size: 14px;
}
.pbut{
    width: 61px;
}
.submit-btn, .cancel-btn {
    padding: 10px 15px;
    margin: 5px 10px 25px 10px;
}
.height-82{
    height: 82px;
}

a.cancel-btn, a:visited.cancel-btn, a.submit-btn, a:visited.submit-btn {
    color: #f8f8f8;
}

.newtitle{
   color: #ffffff;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 16px;
    font-weight: 100;
    margin-top: 2px;
    margin-bottom: 0px;
}
.cor_saldonew{
    color: #50305f;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.estilo{
    background: #50305f; /* Old browsers */
    background: -moz-linear-gradient(top, #50305f 0%, #50305f 50%, #50305f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #50305f 0%,#50305f 50%,#50305f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #50305f 0%,#50305f 50%,#50305f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50305f', endColorstr='#50305f',GradientType=0 );

}
.estiloCinza{
     background-color: #CCCCCC;
}

.select-webapp {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0 solid rgba(255,255,255,.15);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input#idcartao,input#nomeTitular,input#validade{
    background-color: white;
}
div.servicos > img.cards{
    width: 32px;
    height: 20px;
}

input#tipo{
    border: 0px solid #aaaaaa;
    background-color: white;
    text-align:left;
}

input.tipo{
    border: 0px solid #aaaaaa;
    background-color: white;
    text-align:left;
}
input#placa{
    border: 0px solid #aaaaaa;
    background-color: white;
}
input#placa.teste{
     border: 1px solid #aaaaaa;
    background-color: white;
    border-radius: 3px;
}
input#celular2.teste{
    border: 1px solid #aaaaaa;
    background-color: white;
    border-radius: 3px;
}

input#placa2{
    border: 1px solid #aaaaaa;
    background-color: white;
}
input.reset{
    width: 123px;
}
select.reset{
     width: 133px;
}

.destaque{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}
.rotat {

    padding-top: 0px;

}
.p-indent{
    text-indent: 20px;
   }

   button#sitelogin {
    border: 0px;
    background-color: white;
}

.contato{
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 13px;

}
i.teste{
    font-size: 13px;
}

.btn-fixed-bottom {

    margin: 0;
    width: 100% !important;
    position: absolute;
    bottom: 0;

}
.x_content_scroll {
    /*max-height: 338px;*/
    overflow-y: auto;
    height: 338px;
}
.fale {
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 700;
    /* color: rgba(176, 175,179, 1); */
    color: #606060;
    /* padding-top: 42px; */
    position: relative;
    margin-top: 30px;


}

.fale:hover, .color-roxo {
    color: rgba(79, 47, 93, 1);
}

i.cor_saldonew{
    margin-right: 0px;
}
.distTop{
    margin-top: 7px;
}
.distBottom{
    margin-bottom: 22px;
}
button.cancel.btn.btn-default{
    border-radius: 0px;

}
.color-white, .color-white:hover , .color-white:focus , .color-white:active , .color-white:visited{
    color:#fff !important;
}
button.ok.btn.btn-primary, .btn.btn-primary.btn-roxo, a:visited.btn.btn-primary.btn-roxo, a:focus.btn.btn-primary.btn-roxo, a:hover.btn.btn-primary.btn-roxo, a:active.btn.btn-primary.btn-roxo{
    border-radius: 0px;
    background-color: #50305f;
    border-color: #50305f;
    /*width: 53px;*/
}

.ws-errorbox {
    display: none !important;
}
.form-control:focus, .no-focus-glow:focus {
    /*border-color: transparent;*/
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}
label {
    font-weight: 500;
}
textarea.no-border {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.btn-credito{
    position: absolute;
    left: 74%;
    top: 101px;
    font-size: 28px;
}
.form-control[readonly] {
    background-color: rgba(255,255,255,.15) !important;
    opacity: 1;
}


div.alertify>div.dialog>div>nav {
    text-align: center;
}

.img-svg-top-icon {
    width: 25px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.65;
}

p.text-center.rest {
    font-size: 13px;
    position: relative;
    top: -41px;
    left: 185px;
    width: 58px;;
}
p.text-center.rest-100 {
    font-size: 13px;
    position: relative;
    top: -41px;
    left: 185px;
    width: 100px;;
}

.saldo_adiquirir{
    width: 50%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    border: none;
    outline: none;
    color: #453151;
    background-color: #e7e7e8;
    text-align: center;
    padding-bottom: 8px;
    border-right: 1px solid #ffffff;
    height: 53px;
}


.cidade_adiquirir{
    width: 100%;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 200;
    border: none;
    outline: none;
    color: #453151;
    background-color: #e7e7e8;
    text-align: center;
    padding-bottom: 8px;
    height: 60px;


}

.reais {
    font-size: 30px;
    color: #606060;
    font-weight: 100;
    font-family: 'PT Sans', 'Amaranth', sans-serif;
    width: 150px;
}
.msg-insponivel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 3px;
    font-size: 18px;
    color: #50305f;
}
label.label-neg{
font-weight: 700;
}
.border-sp{
    border: 1px solid #cccccc;
}
.border-meiosp{
    border-right: 2px solid #cccccc;
}
a.aceite{
    color: #50305f !important;
    font-weight: bold;
    font-size: 11px;
    font-family: 'PT Sans','Amaranth', sans-serif;
}


.selec_aceit{
    margin: 0 0 0 !important;
}
.city-center{
     margin-top: -7px;
}

button#botaook {
    padding-left: 11px;
}

.background-gray {
    background-color: #e7e7e8;
}

.no-italic {
    font-style: normal !important;
}
.glyphicon_icones{
    color: lightgray;
}
.map{
width: 256px;
height: 256px;

}
.p-indent {
    text-indent: 20px;
    text-align: justify;
}
 p.destaque_inst {
    font-size: 13px;
    text-indent: 0;
    font-weight: bold;
    padding: 12px 0;
    color: rgb(91, 91, 91);
}

img.sobre-empresa {
    margin: 0 auto;
    padding: 0;
    width: 120px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
h4.destaque_inst {
    color: rgba(79, 47, 93, 1);
    font-weight: bold;
    text-indent: 20px;
    padding-left: 0;
    text-transform: uppercase;
}
h4.destaque_saldo_ticket {
    color: rgba(79, 47, 93, 1);
    font-weight: bold;
    padding-left: 0;
    text-transform: uppercase;
}
input#cad {
    width: 100px;
}

img.icon-mini {
    width: 27px;
    float: right;
}

.purple {
    color: rgba(80,48,95,1);
}

.bold {
    font-weight: bold;
}

.city-img{
    margin-bottom: 20px;
}
.img-sp{
    margin-top: 10px;
    margin-bottom: 10px;
}
.cor-sp{
   background-color: #e7e7e8;
   /* padding-top: 7px;
   padding-bottom: 7px; */

}
.cor_saldo-cidades{
    color: #50305f;
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 11px;

}
.border-right-1{
    border-right: 1px solid #ffffff;
}
.img-geolocalizacao{
    margin-left: 7px;
    position: absolute;
}

.desenhar{
    padding-left: 60px;
}
.senha{
    border-radius: 0;
    background-color: rgba(176, 175,179,0.3);
    border-color: rgba(176, 175,179,0.3);
    padding: 0;
    left: 16px;
    width: 290px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 4px;
}
.campo_senha{
    border-radius: 0;
    border-color: rgba(176, 175,179,0.3) !important;
    padding: 18px;
    z-index: 0 !important;
}
.desenhar_salve{
    padding-left: 22%;
    padding-right: 22%;
    padding-top: 29px;
    padding-bottom: 50px;
}
.cinza{
  border-radius: 0 !important;
    background-color: rgba(176, 175,179,0.3) !important;
    border-color: rgba(176, 175,179,0.3) !important;
}
.background-white{
  background-color: white;
}
a.glyphicon.input-group-addon{
    top: 0px !important;
}
.buttom_salva{
    padding-right: 0px;
    padding-left: 0px;
}
.buttom_prosseg{
    padding-right: 10px;
    padding-left: 10px;
}
.buttom_canc{
    padding-right: 5px;
    padding-left: 0px;

}
.color_cancelar{
    background-color: rgba(69, 69,70,0.2980392156862745);
}
.uppercase{
    text-transform: uppercase;
}
.fale_comt{
    position: relative;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #606060;
    padding-top: 139px;

}
.desenhar-salve-init {
    padding-left: 22%;
    padding-right: 22%;
    padding-bottom: 1px;
}
#seg-info{
    margin-top: 65px;
}
.bottom_adquirir_cad{
    margin-top: -14px;
}
.saldo_cad_temporario{
    margin-top: 12px;
    margin-bottom:12px;
}
a.not-active {
   pointer-events: none;
   cursor: default;
   opacity: 0.6;
}
.bootstrap-switch{
  border-color: #606060;
  border: 1px solid transparent;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input#valor.cd-sp {
    margin-top: 0;
    margin-bottom: 0;
}
input#cad {
    background-color: white;
}
.btn-search {
    font-size: 15px;
    line-height: 15px;
    left: 10px;
    z-index: 2;
  }
  .btn-search-extrato{
    vertical-align: initial !important;
  }
  .border-search{
    border-bottom: 1px solid rgba(176, 175,179,0.6);
  }
.sel1-120{
  width: 120px;
}
.sel1-135{
    width: 135px;
}
.patternlock {
    margin: auto !important;
}
img.center {
    display: block;
    margin: 0 auto;
}

.currency-input{
  width: 135px;
  text-align: center;
  height: 33px;
}
.currency-input:focus{
  outline: none;
}
strong.yahoo-currency {
    color: #d99937;
    font-size: 29px;
}

.img-weather {
    margin: 0 auto;
    width: 180px;
    height: 125px;
    overflow: hidden;
}
.span-weather{
    color: #000000;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 200;
}
.img-weather-hidden {
    margin: 0 auto;
    width: 0;
    height: 0;
    overflow: hidden;
}

.web-radio-inf{
    font-size: 14px !important;
}
.previs_temp{
    font-size: 13px !important;

}
.servicos_grayscale {
    color: #818285;
}

.margin-280px-top {
  margin-top: 50px;
}
.font-size-temp{
    font-size: 50px;
}

 .img_temp{
     width:23px;
 }
 .select-cid{
     color:#000000 !important;
 }
 .tempo-cid{
     color:#ffffff !important;
 }
 .prev_tempo{
     line-height: 25px;

 }
 .select-label{
     color:#ffffff;
 }

.weather-background{
    //background-image: url(/assets/img/weather/tempo.png);
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:absolute;
    height: 100%;
    width: 100%;
   }
.rcorners{
    border-radius: 25px;
    border: 2px solid #cccccc;
    padding: 10px;
    width: 200px;
    height: 50px;
}
.comtempo_img {
    margin: 0 auto;
    padding: 0;
    width: 270px;
    display: block;
    margin-bottom: 10px;
}
.overflow-modal{
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.sel_uf{
width: 100px !important;
text-align: center;

padding-top: 2px;
padding-right: 1px;
padding-left: 1px;
border-radius: 3px;
background-color: #ffffff !important;
border: 1px solid #ccc;
}

div.bootstrap-select>.btn{
/*    width: 100% !important;*/
    height: 32px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;

}

div.bootstrap-select span{

    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    user-select:none;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 !important;

}
div.bootstrap-select>.btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder:focus{
    outline: none;
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-group.open .dropdown-toggle, div.bootstrap-select .btn-default:hover, div.bootstrap-select .btn-default:active, div.bootstrap-select .open>.dropdown-toggle.btn-default:active, div.bootstrap-select .btn-default:focus, div.bootstrap-select .open>.dropdown-toggle.btn-default:focus {
    -webkit-box-shadow: none;
    background-color: white!important;
    outline: none;
    box-shadow: none !important;
    outline: 0 !important;
    }

button.btn.dropdown-toggle.bs-placeholder.btn-default{
    padding: 0 0 0 0;

}
.bootstrap-select>btn.dropdown-toggle.btn-default{
    padding: 0;
}
.btn-tempo{
    height: 36px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 0px !important;
    margin-top: -2px;
    vertical-align: middle;
}
.msg{
    padding: 0 !important;
}
.star_yellow{
    color: yellow;
}
.nav-tabs {
    border-bottom: 1px solid #ffffff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(79, 47, 93, 1) !important;
}
.nav_radio{
    width: 50%;
}

.background-color-000 {
    background-color: transparent !important;
}

.background-color-001 {
    background-color: rgba(231, 231, 233, 0.7); /*#e7e7e9*/
}

.background-color-002 {
    background-color: #ed1c24;
}
.background-color-003 {
    background-color: #674B89;
}

.background-color-004 {
    background-color: #FF5283;
}

.background-color-005 {
    background-color: #d61c1d;
}

.color-000{
    color:white;
}

.penalty_balance {
    font-size: 25px;
    color: #606060;
}

.isClosed {
    display: none !important;
}

/*Css do servico jogos*/

.img_jogo{
    width: 60%;
    height: auto;
}
.collor_jogo{
    background-color: #ed1c24;
}
.collor_totogol{
    background-color: #f7ef05;
}
.collor_text{
    color:#d00606;
}
.collor_keno{
    background-color: #FF5283;
}
.border_color_jogo{
    border: 1px solid #ec5b06;
}
.span_jogo{
    border-radius: 0px !important;
    /*background-color: white;*/
    border-color: rgba(176, 175,179,0.3);
    padding: 0 !important;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 10px;
    margin-right: -4px;
    /*font-weight: 100;*/
    /*border: none;*/
    /*outline: none;*/
    /*border-width: 1px;*/
    /*width: 100%;*/
    padding-left: 0px;
    color: #000000 !important;
}
.padding_jogo{
    padding: 1px 2px 1px 1px;
}

/* testes */
.ul_jogo {
  list-style-type: none;
}

.li_jogo {
  display: inline-block;
  border: 1px solid #ed1c24;
    border-radius: 4px
}
.li_jogo_keno {
  display: inline-block;
  border: 1px solid #FF5283;
    border-radius: 4px
}


input[type="checkbox"][class~="no-bullet"] {
  display: none;
}


.label_jogo {
  display: block;
  position: relative;
  margin: 7px;
  cursor: pointer;
}

.label_jogo:before {
  background-color: transparent;
  color: white;
  content: " ";
  display: block;
/*  border-radius: 50%;*/
/*  border: 1px solid grey;*/
  position: absolute;
  top: -10px;
  left: -9px;
  width: 28px;
  height: 34px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  border-radius: 4px
}

:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  background-color: #ed1c24;
    /*faz efeito de piscar*/
  /*transform: scale(0.9);*/
  opacity: 0;
}

:checked + label_jogo_aut:before {
  content: "";
/*  background-color: red;*/
  transform: scale(0.9);
  opacity: 0.3;
}


.marca_jogo{
   /* padding: 0px 0px 0px 5px;*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.ul_margin{
    margin-bottom: 0 !important;
}
.marc_autom{
    height: 15px;
    width: 10px;
}

/*Jogo Automatico*/
.label_jogo_aut {
  display: block;
  position: relative;
  margin: 7px;
  cursor: pointer;
}

.label_jogo_aut:before {
  background-color: white;
  color: white;
  content: "X";
  display: block;
/*  border-radius: 50%;*/
/*  border: 1px solid grey;*/
  position: absolute;
  top: -10px;
  left: -9px;
  width: 28px;
  height: 34px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  border-radius: 4px
}
.li_jogo_auto{
    border: 1px solid #ed1c24;
    border-radius: 4px
}
.multiplica_jogo{
    padding: 0px 0px 0px 25px;
}
.repetir_jogo{
    padding: 0px 0px 0px 0px;
}
.h4_jogo{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13.5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/*mult plix*/
.img-multplix{
    width: 18%;
    height: auto;
}
.li_jogo.multplix {
    display: table;
}

input[name="plix-qts"]{
    display: none;
}

.collor_jogo.multplix{
    background-color: #f57b2b;
}
.li_jogo.multplix{
    border: 1px solid #f57b2b;
    border-radius: 4px;
}
.background-color-002.multplix{
    background-color: #f57b2b;
}
.background-color-007{
    background-color: rgba(245, 123, 43, 0.68);
    color: #FFFFFF;
}
.marca_jogo.multplix {
    padding: 0px 0px 0px 1px !important;
}

.checkbox-materilize {
    position: relative;
    top: 0.5rem;
    margin: 0 2rem 0 0;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}
.checkbox-materilize:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    border: 1px solid #f57b2b;
    margin-left: -5px;
}
.checkbox-materilize:checked:before {
    border-color: #f57b2b;
    background-color: #f57b2b;
}
.checkbox-materilize:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 3.1rem;
    height: 3.1rem;
    background: #fff;
    cursor: pointer;
}
.margin-top-256px{
   margin-top: 256px;
}
.multplix-combinacoes {
    color: #f57b2b;
    font-weight: 700;
}
.multplix-9{
    width: 9.6% !important;
}
.btn-multplix{
   background: #f57b2b;
    border: #f57b2b;
}
.offset-multplix{
    margin-left: 14.19%;
}
.li_jogo.multplix-color{
    border: 1px solid #f57b2b;
    border-radius: 4px;
}
.background-color-002.multplix-color{
    background-color: #f57b2b;
}
.mult_plix-p{
    padding-left: 3px;
    padding-right: 3px;
}

.bot_apostar{
    width: 100%;
}
.h2_vlr{
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(79, 47, 93, 1);
    margin-top: 10px;
}
.h3_vlr{
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgba(79, 47, 93, 1);
    margin-top:20px;
}
.margin-2px-lr{
    margin-left: 2px;
    margin-right: 2px;
}
/*totolot*/
.li_jogo.totolot{
    border: 1px solid #50305f;
}
.collor_jogo.totolot{
    background-color: #674B89;
}
.btn-totolot, .btn-totolot:active, .btn-totolot:visited,.btn-totolot:before, .btn-totolot:link, .btn-totolot:focus, .btn-totolot:active:hover{
    background-color: #674B89;
    color: white !important;
    border: #50305f;
    transition: all 100ms ease-in;
}
.btn-totolot:hover{
    background-color: #aa71c6;
    color: white;
    border: #aa71c6;
}


.btn_keno{
    margin-left:-5px;
}

.marca_jogo_minas5{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}



 /*Speed Rade*/
.collor_jogo.speedrace{
    background-color: #d61c1d;
}
.width-82{
    width: 82px;
}
.speedrace-circule{
    width: 32px;
    border-radius: 100% !important;
}
.position-speed{
    padding: 7px;
    color: black;
    background-color: #d61c1d;
    background-color: rgb(222, 222, 222);
}
.btn-speed, .btn-speed:active, .btn-speed:visited,.btn-speed:before, .btn-speed:link{
    background-color: #d61c1d;
    color: white !important;
    border: #d61c1d;
    transition: all 100ms ease-in;
}


.btn_keno{
    color: #fff;
    background-color: #FF5283;
    border-color: #FF5283;
}
.btn_keno:hover{
    background-color: #e03e6c;
    color: white;
    border: #e03e6c;
}
.btn_keno, .btn_keno:active, .btn_keno:visited,.btn_keno:before, .btn_keno:link, .btn_keno:active:hover, .btn_keno:focus{
    background-color: #e03e6c;
    color: white !important;
    border: #e03e6c;
}
.span_cinza{
    color: #585757;
    font-weight: bold;
}
/*
.img_intralot{
    height: 55px;
    max-height: 55px;
    min-height: 55px;
}*/

.label_totogol{
    width: 16px;
}

.label_totogol_disab{
    width: 20px;
    height: 20px;
}
.border_totogol{
    border-color: white
}

.marca_jogo_totogol{
    margin-left: auto;
    margin-right: auto;
    width:  100%;
}
.border_totogol_right{
    border-right: 4px solid white;
}
.border_totogol_left{
    border-left: 4px solid white;
}

.img_jogo_intr {
    width: 60%;
    margin-left: 25%;
}
.img_keno{
    width: 100%;
    padding: 30px 15px 0 15px;
}
.v-align-out {
    display: table;
}
.v-align-in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
}
.img_intralot_jogo {
    width: 100%;
    padding: 0px 10px 0px 10px;
    max-width:325px;
}

/*testes bola de ouro keno*/
.div_ouro {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}

.div_ouro input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ff5283;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff5283;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.span_bola_ouro{
    color:#000000;
    font-size:15px;
}
.disabled_func {
    cursor: not-allowed;
}
.alterarclass:before {
    background-color: #ffffff !important;
    border-color: #f57b2b !important;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de !important;
 }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de !important;
 }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de !important;
 }
.radio.radio-inline {
    margin-top: 0;
}
.collor_resultado{
    background-color: #ec971f;
}

.padding-top-bottom-7{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.aviso_cpf{
    color: red !important;
}
.aviso_qtd{
    color: red;
}
.aviso_menor{
    color: red;
    padding: 5px !important;
}
.valor_resgate{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 80px !important;

}
.chaveiro_minutos{
    border: 1px solid rgba(204, 204, 204, 0.35);
    background-color: rgba(204, 204, 204, 0.35);
}


.horario_funcionamento{
    background-color: rgba(0, 0, 0, 0.1);
}
.img-svg-credito {
    width: 25px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.50;
}
.resgate_padding {
    padding-top: 5px !important;
}
.valor_resgate_bottom{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.senha-icon{
    font-size: 12px;
    color: black;
    margin-right: 0px;
}
.cursor_pointer{
    cursor: pointer;
}

.icon-services_tem{
    padding: 11px;
    margin-left: 15px;
}
.label_tutorial{
    line-height: 11px;
    text-align: left;
    padding-left: 5px;
}
.opacity-025 {
    opacity: 0.25;
    /* TODO: outros browsers */
}
#checkbox-tutorial {
    padding: 5px 10px 2px 15px;
    font-size: 11px;
}
#checkbox-tutorial > label {
    line-height: 11px;
    vertical-align: top;
}

/*Este modal é referente a modal tutorial do servico de Contagem*/
.modal-backdrop {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}
.saldo_servicos {
    height: 22px;
    font-size: 11px;
    padding: 5px;
    line-height: 10px;
    opacity: 1 !important;
}
.img_capctha{
    width: 80px;
    height: 80px;
    padding: 10px;
}
.border_soma{
    border-top: 1px solid #000000 ;
}

/*   All   */
.sm-placeholder::placeholder {
  color: gray;
  font-size: 10px;
}
/*   Chrome/Opera/Safari   */
.sm-placeholder::-webkit-input-placeholder {
  color: gray;
  font-size: 10px;
}
/*   Firefox 19+   */
.sm-placeholder::-moz-placeholder {
  color: gray;
  font-size: 10px;
}
/*   IE 10+   */
.sm-placeholder:-ms-input-placeholder {
  color: gray;
  font-size: 10px;
}
/*   Firefox 18-   */
.sm-placeholder:-moz-placeholder {
  color: gray;
  font-size: 10px;
}

/*   All   */
.xs-placeholder::placeholder {
  color: gray;
  font-size: 8px;
}
/*   Chrome/Opera/Safari   */
.xs-placeholder::-webkit-input-placeholder {
  color: gray;
  font-size: 8px;
}
/*   Firefox 19+   */
.xs-placeholder::-moz-placeholder {
  color: gray;
  font-size: 8px;
}
/*   IE 10+   */
.xs-placeholder:-ms-input-placeholder {
  color: gray;
  font-size: 8px;
}
/*   Firefox 18-   */
.xs-placeholder:-moz-placeholder {
  color: gray;
  font-size: 8px;
}


.modal-body-seguranca {
    padding: 0 15px 15px 15px;
    position: initial !important;
}
.color-modal{
    color:#989191;
    line-height: 1.1em;
}
.no-focus-glow-modal {
    outline: 0;
    text-align: center !important;
}
.total_seguranca{
    font-size: 20px;
    width: 100%;
    height: 42px;
    background-color: #f5f5f5;
    border: 0;
    font-weight: bold;
}
.background-color-008{
    background-color: #ecd1a8;
}
.color-10 {
    color: #a94442;
}
.color-gray{
    color:#ccc
}

.span-choose-recupera{
    color: #000000;
    font-family: 'PT Sans','Amaranth', sans-serif;
    font-size: 13px;
    font-weight: 200;
}
.titulo_especial{
    font-size: 12px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.padding_especial{
    padding-top: 6px;
    padding-bottom: 3px;
}
.border_forma_pag{
    border-bottom: 1px solid;
    border-color: rgba(176, 175,179,0.6);
}

.not-active {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.pay_grayscale {
    color: #818285;
    opacity: 0.6;
}
.text-transform-senhaEspecial{
text-transform: inherit !important;
}
.h4-iphone{
    font-size: 10px !important;
    font-weight: 200 !important;
}
.saldo_especial-ver{
    font-size: 18px;
    float: right;
    right: 15px;
    position: absolute;
}