.payment-cards-item {
    background: #fff;
    border: 1px solid #969696;
    cursor: pointer;
    font-size: .75rem;
    height: 37px !important;
    font-weight: bold;    
    color: dimgray;
    padding: 10px 4px 0px 7px;
}

@media screen and (max-width: 400px) {
    .payment-cards-item {
    }
}

.payment-cards-select {
    margin: 5px 5px 5px 10px;
    float: left;

}

.payment-card-new {
	background: white;
    border: 1px solid #969696;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #969696;
    margin: 0 0 10px 5px;
    position: relative;
    cursor: pointer;
    font-size: .875rem;
    color: black;
    padding: 5px 15px 0px 15px !important;
    height:	25px;
}

.payment-flag {
	text-align: right;
	margin-right: 10px;

}
.payments {
	display:inline-block;
}

.payments li{
	float:left;
}

.full-width {
	width: 100% !important;
}

.card-table {
    display: table;
    
}

.card-table-item {

   display: table-cell;
   vertical-align: middle;
   padding: 0px 0px 10px 5px;
   margin: 2.5px 0px 0px 0px;
   cursor: pointer;
}

.display {
   display: inline-block;
   width: 100%;
}

.card-table-item .payment__flag--buy {
   margin: 0px 0px 3px 0px;
   cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 0.213em 0.700em;
  width: 100% !important;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: auto;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: #fff url(../img/bg_field.png) no-repeat 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
}

.chosen-container-single .chosen-default {
  color: #d62a2a;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #d62a2a;
  font-size: 1em;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 100px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  font-size: 12px;
  text-align: justify;
  margin-left: 10px; 
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
  text-align: left;
  color: #d62a2a;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
  list-style-type: circle;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
.maxHeight{
    height: 100%;
}

/*---- Notification ----*/
.notification{
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    left: 50%;
    margin-left: -200px;
    padding: 15px;
    position: absolute;
    width: 400px;
}

@media screen and (max-width: 600px) {
    .notification{
        left:auto !important;
        margin: 0 2% !important;
        width: 96%;
    }
}

@media screen and (max-width: 500px) {
    .notification .alert{
        text-align: center;
    }
}

.alert{
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    font-size: .9em !important;
    font-weight: bold;
    display: block;
}

.alert *{
    font-size: .9em !important;
    font-weight: bold;
}

.error{
    background: #FEE;
    border: 1px solid #900;
}

.error *{
    color: #900;
}

.error li{
    margin: 0 0 0 15px;
}

.error-msg-boleto li {
     list-style: unset;
}

.success{
    background: #EFE;
    border: 1px solid #090;
}

.success *{
    color: #090;
}

.notification.content{
    overflow: auto;
}

.ng-ED-errorForm{
    background: #FEE;
    border: 1px solid #900;
    border-radius: 5px;
    margin: 5px 0 10px;
    padding: 5px;
}

.ng-ED-errorForm *{
    color: #900;
}

.ng-ED-errorForm li{
    list-style: inside;
    margin: 0 0 0 15px;
    font-size: 0.75em;
    font-weight: bold;
}


/*---- Menu ----*/

.mainMenu{
    background: #333;
    float: left;
    height: 100%;
    overflow: auto;
    width: 28%;
    min-height: 423px;
}

.mainMenuCET{
    background: #333;
    float: left;
    height: 100%;
    overflow: auto;
    width: 28%;
    min-height: 423px;
}


@media screen and (max-width: 600px) {
    .mainMenu{
        display: none;
    }

    .mainMenuCET{
        display: none;
    }

    .menuContainer{
        background: #333;
        position: relative;
        width: 100%;
    }

    .menuContainer li a:hover,
    .menuContainer li a:focus
    {
        background: #cb181c;
    }

    .menuContainer li a:active{
        background: #cb181c !important;
    }

    .menuContainer li{
        border-bottom: 1px solid #454545 !important;
    }

    .screenWMenu{
        float:none;
        width: 100% !important;
    }
}

.menuContainer ul,
.menuContainer li,
.menuContainer li a {
    display: block;
}

.menuContainer li{
    border-bottom: 1px solid #454545;
}

.menuContainer li:last-child{
    border: none;
    list-style: none;
}

.menuContainer li a{
    color: #fff;
    display: block;
    font-size: 1em;
    outline: none;
    padding: 15px;
    text-decoration: none;
}

.menuContainer li a:hover,
.menuContainer li a:focus{
    background: #cb181c;
    outline: none;
}

.screenWMenu{
    float: left;
    width: 72%;
}

.screenWMenu > div{
    height: 100%;
}

.modal{
  display:none;
  position: fixed;
  z-index:1;
  left: 0;
  top:0;
  height: 100%;
  width:100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  margin: 0 50%;
  transform: translate(-50%);
  max-width: 975px;
}

.modal select {
  font-size: 1em;
  width: 100%;
}

.modal-content{
  background: rgb(255, 255, 255);
  position: fixed;
  top: 50%;
  left: 40%;
  transform: translate(-30%, -50%);
  max-width: 400px;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name:modalopen;
  animation-duration:1s;
}

@media screen and (max-width: 600px) {
    .modal-content{
        width: 90vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.modal-header h2, .modal-footer h3{
  margin:0;
}

.modal-header h4 {
    display: block; 
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
    padding: 0 20px 5px 0;
    color: #d62a2a;
    text-align: left !important;
}

.modal-header{
    background:rgb(255, 255, 255);
    /* background-color: white; */
    padding:15px;
}

.modal-header h2 {
    color: #fff;
}

.modal-body{
  padding: 0px 20px;
  text-align: center;
}

.modal-footer{
  background:rgb(255, 255, 255);
  padding:6px;
  color:#fff;
  text-align: center;
}

/* .closeBtn{
  color:#ccc;
  float: right;
  font-size:30px;
  color:#fff;
} */

.closeBtn {
    display: block; 
    position: relative; 
    float: right; 
    background: transparent url(../img/icon/delete.png) no-repeat center center; 
    background-size: 20px 20px; width: 25px; height: 20px;
}

.closeBtn:hover,.closeBtn:focus{
  color:#000;
  text-decoration: none;
  cursor:pointer;
}

@keyframes modalopen{
  from{ opacity: 0}
  to {opacity: 1}
}

.modal-button-ok {
    position: relative; 
    left: 50%; 
    width: auto; 
    margin: 10px 0px 0px -20px !important;
    font-size: 0.8em;
}

.modal-border {
    border-radius: 5px;
    border: 1px solid;
}

.font-bold {
    font-weight: bold;
    padding:  2px;
}

/* The checkmark container */
.container-checkmark {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid dimgray;
}

/* On mouse-over, add a grey background color */
.container-checkmark:hover input ~ .checkmark {
  background-color: #ccc;
}

.disabled.container-checkmark .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-checkmark input:checked ~ .checkmark {
  background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-checkmark .checkmark:after {
  top: 1px;
  left: 1px;
  width: 11px;
  height: 11px;
  background: #FF0000;
}

.payment-user-card-select {
    display: table;
    margin: auto;
}

.payment-user-card-select select {
    font-size: 1em;
    padding-right: 52px;
    margin: 0px;
}

.payment-user-card-select ul {
    display: table-cell;
    /*padding-left: 20px;*/
    vertical-align: middle;
    position: relative;
    pointer-events: none;
}

.payment-user-card-select li {
    width: 40px;
    height: 20px;
    margin-left: -45px;
}

.payment-user-card-select .payment__flag {
    background-size: auto 100% !important;
}*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
}

*:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
}

small{
    display: inline;
    font-size: .6em;
}

em{
    color: #d62a2a;
    font-weight: bold;
}

em.green{
    color: #209C1E;
    font-weight: bold;
}

html{
    background-color: #fff;
    height: 100%;
}

body{
    height: 100%;
}

.wrapper{
    background-color: #EBEBEB;
    margin: 0 auto;
    max-width: 975px;
    min-height: 100%;
    background: linear-gradient(141deg, #f5f5f5 0%, #f5f4f4 51%, #ebebeb 75%);
}

@media screen and (max-width: 600px) {
    .wrapper{
        height: 100%;
    }
}
.wrapper .container{
    background-color: #EBEBEB;
    padding: 75px 0 0 0;
    width: 100%;
}

/*LOGO ED CET*/

@media screen and (max-width: 480px) {
    .beginLogo{
        background-position-y: 20%;
        background-position-y: calc(50% - 160px) !important;            
    }
}

@media screen and (max-width: 600px) {

    .wLogo{
        background-image: url(../img/logo.png);
        background-position-x: 50%;
        background-repeat: no-repeat;
        background-size: 80%;
        height: 100%
    }

    .beginLogo{
        background-position-y: 20%;
        background-position-y: calc(50% - 90px);
    }

    .loginLogo{
        background-position-y: 20%;
        background-position-y: calc(50% - 70px);
    }

    .createLogo{
        background-position-y: 15%;
        background-position-y: calc(50% - 195px);
    }
}

@media screen and (max-height: 520px){

    .createLogo{
        display: none;
    }
}

@media screen and (max-height: 600px){

    .createLogo{
        background-position-y: 15%;
        background-position-y: calc(50% - 195px);
    }
}

@media screen and (max-height: 400px){

    .wLogo{
        background-image: url(../img/logo_ed_cet.png);
        background-position-x: 50%;
        background-repeat: no-repeat;
        height: 100%
    }

    .loginLogo{
        background-position-y: 20%;
        background-position-y: calc(50% - 110px);
    }

}

.clearfix:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

a{
    cursor: pointer;
}

/*----  LOGO  ----*/
.logo{
    background: transparent url(../img/logo.png) no-repeat 0 0;
    background-size: 400px 80px;
    height: 100px;
    text-indent: -9999em;
    width: 400px;
}

.logo_ed_cet{
    background: transparent url(../img/logo_ed_cet.png) no-repeat 0 0;
    background-size: 300px !important;
    height: 170px;
    background-position-x: 30%;
}

.logo_ed_bh{
    background: transparent url(../img/logo/logo_ed_bh.png) no-repeat 0 0;
    background-size: 60px !important;
    height: 60px;
}

.logo_ed_cet_app{
    background: transparent url(../img/logo/logo_ed_cet.png) no-repeat 0 0;
    background-size: 60px !important;
    height: 60px;
}

.logo_ed_urbs_app{
    background: transparent url(../img/logo/logo_ed_curitiba.png) no-repeat 0 0;
    background-size: 60px !important;
    height: 60px;
}

.logo_ed_fortaleza{
    background: transparent url(../img/logo/logo_ed_fortaleza.png) no-repeat 0 0;
    background-size: 60px !important;
    height: 60px;
}

.logo_ed_salvador{
    background: transparent url(../img/logo/logo_ed_salvador.png) no-repeat 0 0;
    background-size: 60px !important;
    height: 60px;
}


.logo_white{
    background: transparent url(../img/logo_branca.png) no-repeat 0 0;
    height: 100px;
    text-indent: -9999em;
    width: 500px;
}

@media screen and (max-width: 500px) {
    .logo_white{
        background: transparent url(../img/logo_branca_p.png) no-repeat 0 0;
        height: 62px;
        width: 310px;
    }
}

.logo_min{
    background: transparent url(../img/logo_simple.png) no-repeat 0 0;
    background-size: 45px !important;
    float: left;
    height: 45px;
    width: 45px;
}

.logo_min a{
    width: 100%;
    height: 100%;
    display:block;
    cursor: pointer;
}

.logo_bhtrans {
    background: transparent url(../img/bhtrans_logo.png) no-repeat -35px 50%;
    background-size: 235px !important;
    float: left;
    height: 44px;
    width: 207px;   
    margin: 13px 7px 0 10px;
    cursor: pointer;
}

.back{
    background: transparent url(../img/icon/back.png) no-repeat 0 0;
    float: left;
    height: 45px;
    width: 12px;
    background-size: 9px 30px;
}

.back a{
    width: 100%;
    height: 100%;
    display:block;
    cursor: pointer;
}

/*---- FORM PATTERN  ----*/
label,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"]{
    display: block;
    color: #d62a2a;
}

label{
    margin: 0 0 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"]{
    background: #fff url(../img/bg_field.png) no-repeat 0 0;
    border: 1px solid #bababa;
    border-radius: 5px;
    margin: 0 0 10px;
    outline: none;
    padding: 0.313em 0.700em;
    width: 100%;
    font-size: 1em;
    outline: none;
}

/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance:textfield;
}

input[type=tel]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus{
    outline: none;
}

@media screen and (max-width: 750px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="number"]{
        font-size: 1em;
    }
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error{
    background: #fff url(../img/bg_field_error.png) no-repeat 0 0;
    border: 1px solid #d62a2a;
}

input[type="text"]+.subfield,
input[type="password"]+.subfield,
input[type="email"]+.subfield,
input[type="tel"]+.subfield,
label+.subfield,
input[type="number"]+.subfield{
    display: block;
    font-size: .6em;
    margin: -10px 0 10px 14px;
}
@media screen and (max-width: 600px) {
    input[type="text"]+.subfield,
    input[type="password"]+.subfield,
    input[type="email"]+.subfield,
    input[type="tel"]+.subfield,
    label+.subfield,
    input[type="number"]+.subfield{
        margin: -10px 0 10px 18px;
    }
}

input[type="text"]+.subfield *,
input[type="password"]+.subfield *,
input[type="email"]+.subfield *,
input[type="tel"]+.subfield *,
label+.subfield,
input[type="number"]+.subfield *{
    font-size: .6em;
}


a.subfield,
.subfield a{
    color: #d62a2a;
    text-decoration: none;
}

input[type="email"]+.suggestion{
    display: block;
    font-size: .8em;
    margin: -10px 0 10px 14px;
}
@media screen and (max-width: 600px) {
    input[type="email"]+.suggestion{
        margin: -10px 0 10px 18px;
    }
}

input[type="email"]+.suggestion *{
    font-size: 1em;
}

input[type="email"]+.suggestion .email{
    color: #d62a2a;
    font-weight: bold;
}

a.suggestion,
.suggestion a{
    color: #d62a2a;
    text-decoration: none;
}

/* WebKit browsers */
::-webkit-input-placeholder { color: #D62A2A;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder { color: #D62A2A; }
/* Mozilla Firefox 19+ */
::-moz-placeholder { color: #D62A2A; }
/* Internet Explorer 10+ */
:-ms-input-placeholder { color: #D62A2A;}


select{
    background: #fff url(../img/bg_field.png) no-repeat 0 0;
    border: 1px solid #bababa;
    border-radius: 5px;
    color: #d62a2a;
    cursor: pointer;
    font-size: 1em;
    margin: 0 0 10px;
    outline: none;
    padding: 0.213em 0.700em;
    text-align: center;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@-moz-document url-prefix() {
  select {
    text-indent: 0.01px;
    text-overflow: "";
  }
}

select::-ms-expand {
    display: none;
}

@media screen and (max-width: 750px) {
    select{
        font-size: 1.4em;
    }
}

select:focus{
    outline: none;
}

.button{
    background: linear-gradient(to bottom, #eb1c22 0%,#ab2027 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb1c22), color-stop(100%,#ab2027));
    background: -webkit-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c22', endColorstr='#ab2027',GradientType=0 );
    background: -ms-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    border: 1px solid #d62a2a;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #999;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.513em 0.500em;
    text-decoration: none;
}

.button *{
    font-size: 1em;
    text-decoration: none;
}

.button.white{
    background: #fff !important;
    filter: none;
    border: 1px solid #d62a2a;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #999;
    color: #d62a2a;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.513em 0.500em;
    text-decoration: none;
}

.button.white *{
    font-size: 1em;
    text-decoration: none;
}

.button small {
    color: #fff;
    display: block;
    font-size: 0.5em !important;
    width: 100%;
}

.button.white small {
    color: #969696 !important;
    display: block;
    font-size: 0.5em !important;
    width: 100%;
}

.cityStatus .allocation .disabled {
    color: #969696 !important;
    border: 1px solid #969696;
    padding: 0.215em 0.400em !important;
    font-size: 0.9em !important;
    cursor: default;
}

.messageModal{
    -webkit-overflow-scrolling: touch;
}

.buttons{
    margin: 0 0 10px 0;
}

.buttons .button{
    float: left;
}

.buttons .white{
    margin: 0 3% 0 0;
    font-size: .75em;
    border: none;
    box-shadow: none;
    padding: 12px 5px;
    text-decoration: underline;
}

.bg-blue {
    background-color: #c7e8f9;
    color: black;
}

.bg-green {
    background-color: #b7f6c5;
    color: black;
}

.table-row {
    height: 20px;
    cursor: pointer;
}

.text-red {
    color: red;
}

.ht-fix {
    margin: 5px;
}

.input-readonly {
    background-color: #CBCBCB !important;
}

/*VACANCY MAP*/
.fullscreen-off {
    background:none !important;
}

#fullscreen-on {
    width: 100%;
    height: 100%;
}

.parkingmeter-marker-labels {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-weight: bold;
    color: black;
    font-size: x-small;
    padding-right: 5px;
}

.sale-point-marker-labels {
    font-weight: bold;
    color: black;
    z-index: 10000;
    font-size: x-small;
    padding-right: 5px;
}

.map-subtitle-free-vacancy {
    background: url(../img/clusterer-marker/blue1.png) no-repeat 0 50%;
    background-size: 20px !important;
    float: left;
    margin-left: 10px;
}

.map-subtitle-item p{
    white-space: nowrap;
    margin-left: 25px;
}

.map-fullscreen-btn-div {
    float: right;
}

.map-fullscreen-btn {
    background: url(../img/single-images/fullscreen.png) no-repeat 0 50%;
    background-size: 20px !important;
    height: 25px;
    width: 25px;
    position: fixed;
    margin: 10px 0 0px -35px;
    z-index: 999;
}

.mapView {
    background:none !important;
    /*min-height: 260px;
    min-height: calc(100vh - 200px);*/
    position: absolute;
    top: 0;
    margin-bottom: 0px !important;
}

.fullscreen-on .mapView {
    /*min-height: 100vh;*/
}

.map-subtitle{
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.map-marker {
    color: white;
    font-size: 9px;
    font-weight: bold;
    transform: translate(2px, 8px);
    -webkit-transform: translate(2px, 8px);
}



/**Detalhamento do extrato*/
.detailMovementTransactionType{

}

.detailModalTitle {
    text-align: center !important;
    border-bottom: 1px solid #ddd;
    color: #d62a2a;
    margin-bottom: 5px
}

#mapContainer {
    /*height: auto;*/
    position: relative;
    margin-bottom: 0px;
    display: block;
    height: calc(100vh - 75px) !important;    
}

 #tryYourLocationContainer {
    cursor: pointer;
    width: 400px;
    height: 75px;
    margin: 0 auto;
    margin-bottom:  20px;
    margin-top: 3%;
    margin-bottom: 2%;

    border-style: solid;
    border-width: 1px;
    border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 10px 10px 5px -6px rgba(217,217,217,1);
    -moz-box-shadow: 10px 10px 5px -6px rgba(217,217,217,1);
    box-shadow: 7px 7px 13px 0px rgba(217,217,217,1);
}

.iconMapMarker {
    margin:  0;
}

.mapContainerTextInside {
    float:  left;
    position: relative;
    top: 40%;
    left: 25%;
}

.iconMapMarkerContainer {
    margin-left: 5%;
}

.virtualCardAlertParkingRoles {
    text-align: center;
}

.plateTextDiv {
    font-size: 1em;

    border-style: solid;
    border-width: 1px;
}

#defaultPlateInputLabel {
    width: 216.88px; 
    margin: 0 auto; 
    text-align: left !important
    margin-bottom: 20px;
}

#mapShowInfo {
    position: absolute;
    bottom: 0px;
/*     border: 1px solid; */
    border-bottom: none;
    border-radius: 15px;
    margin: 0 20%;
    background: linear-gradient(141deg, #b7c0bf 0%, #e3e0e0 51%, #d5d8d9 75%);
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* background-color: white; */


    width: 70%;
    margin: 1px 50%;
    transform: translate(-50%);
}

#mapShowInfo small{
    display: inline;
    font-size: .8em;
    color: #fff;
}

.mapInfoBoxContent {
    text-align: center;
    border-radius: 15px;
    padding: 10px 0px;
}

.mapInfoBoxContent p strong {
    margin-bottom: 5px;
}

.mapInfoBoxContent span {
    font-size: 0.8em;
    color: #fc803b;
}

.mapInfoBoxContent p {
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.mapInfoBoxContentPadding p {
    padding: 5px !important;
}

.mapInfoBoxContent h2 {
    font-size: 15px;
    color: #c5c5c5;
}

.mapInfoBoxContent select {
    font-size: 1em;
    width: 70%;
}

.mapRuleSelectorButtons {
    display: inline-flex;
    padding: 2%;
}

.mapRuleSelectorButtons button {
    margin: 0px 5px;
}

#mapRuleInfoBoxTitle {
    padding: 4px;
}

#infoBoxContainerStyle {
    border: 1px solid red; 
    margin-top: 4px; 
    background: white; 
    padding: 5px; 
    text-align: center; 
    border-radius: 15px;
}

.hidden {
    display: none !important;
}

.info-win {
  max-width: 200px;
  max-height: 200px;
  color: black;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 600px) {
    .info-win {
      max-width: 200px;
      max-height: 100px;
      font-size: 10px;
    }
}

/* Responsividade do mapa */
@media screen and (max-width: 600px) {

    #mapShowInfo {
        width: 80% !important;
    }

    #mapShowInfo p{
        font-size: 14px;
    }

    #mapShowInfo small{
        display: inline;
        font-size: .7em;
        color: #fff;
    }

    .mapRuleSelectorButtons {
        font-size: 12px;
    }

    #tryYourLocationContainer {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .mapContainerTextInside {
        left:  23%;
    }

    .mapContainerTextInside p {
        font-size: 0.75em;
    }

    .iconMapMarkerContainer {
        margin-left: 2%;
    }

    .bottom-margin {
        margin-bottom: 20px !important;
    }

    .mapInfoBoxContent span {
        font-size: 0.7em !important;
    }
}


/*Visualizador de senha*/
.password_show_gr {
    display: block;
    position: relative;
    width: 15%;
    left: 40%;
    height: 32px;
    cursor: pointer;
    background-image: url(../img/ico-eye.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: right -34px;
    margin-top: -34px;
    margin-left: 43%;
    
    

}

.password_show_gr.is-active {
    background-position: right 2px;
} 

@media screen and (max-width: 320px) {
    .password_show_gr {
        background-size: 20px;
        background-position: right -26px;
    }

    .password_show_gr.is-active {
    background-position: right 3px;
} 
}


/* Tela inicial do aplicativo, novos elementos*/
.appCitiesInfoContainer {
    text-align: center;
}

.loginButtonsContainer{
    padding-bottom: 10%;
    padding-top: 5%;
}

.appCitiesLogoContainer {
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.appCitiesLogoApp {
    display: table-cell;
    text-align: center;
}

.appCitiesLogoApp p {
    margin-top: 5px;
    font-size: 0.8em;
}

.appCitiesInfoContainerLabel {
    margin: 10px;
}

.appCitiesInfoLabel {
    text-align: center;
}

.no-padding {
    padding: 0px !important;
}

.appCitiesLogoApp div {
    width: 60px;
    margin: auto;
}

.appCitiesLogoApp p {
    width: 60px;
    margin: auto;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
} 

.mt-15 {
    margin-top: 15px;
} 

.educationalMessage {
    font-size: 14px;
    font-weight: bolder;
    color: rgba(51,51,51);
    text-align: center;
}

.successActivation {
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    color: rgba(51,51,51);
}.paymentcards__number {
    padding: 15px 0px 0px 0px;
    margin: 0;
    font-size: .9em;
    font-weight: 600;
    line-height: 1;
    float:left;
}

.paymentcards__item {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    background-color: #e8e8e8;
}

.paymentcards__brand {
    padding: 10px 30px 12px;
    margin: 0;
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1;
    color: #828282;
}

.paymentcards__brand-flag {
    padding: 5px 0px 0px 0px;
    float: left;
}

.paymentcards__item hr {
    margin: 0;
}

.bottom {
    background-color: white;
    border-bottom: 1px dotted #ccc;
}

.white-bg option {
    background: #b44c00;
    color: #fff;
    font-weight: bold;
    padding: 5px 30px 5px 10px;
}

.payment__flag {
    display: block;
    width: 25px;
    height: 13px;
    background: transparent;
    background-size: auto 60% !important;
}

.payment__flag--buy {
    display: block;
    width: 40px;
    height: 20px;
    float:right;
    margin: 3px 5px 0px 0px;
    padding: 10px 0px 10px 10px;
    background: transparent;
    background-size: auto 100% !important;
}

.payment__flag--visa {
    background: transparent url(../img/icon/flag-visa.png) no-repeat;
}

.payment__flag--master {
    background: transparent url(../img/icon/flag-master.png) no-repeat;
}

.payment__flag--amex {
   background: transparent url(../img/icon/flag-amex.png) no-repeat;
}

.payment__flag--elo {
    background: transparent url(../img/icon/flag-elo.png) no-repeat;
}

.payment__flag--discover {
    background: transparent url(../img/icon/flag-discover.png) no-repeat;
}

.payment__flag--dinners {
    background: transparent url(../img/icon/flag-dinners.png) no-repeat;
}

.payment__flag--jcb {
    background: transparent url(../img/icon/flag-jcb.png) no-repeat;
}

.payment__flag--aura {
    background: transparent url(../img/icon/flag-aura.png) no-repeat;
}

.payment__flag--hipercard {
    background: transparent url(../img/icon/flag-hipercard.png) no-repeat;
}

.payment__flag--visa-electron {
    background: transparent url(../img/icon/flag-visa-electron.png) no-repeat;
}

.payment__flag--maestro {
    background: transparent url(../img/icon/flag-maestro.png) no-repeat;
}

.payment__flag--boleto {
    background: transparent url(../img/icon/flag-boleto.png) no-repeat;
}

.button {
    margin: auto;
}

.delete-btn {
    margin: 10px 0px 0px 0px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-flow: dense;
}

@media screen and (max-width: 540px) {
    .grid {
        grid-template-columns: none;
        grid-gap: none;
        grid-auto-flow: none;
    }
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 17px;
  width: 17px;
  left: 3px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #d62a2a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #d62a2a;
}

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%;
}/*
 * Estilos específicos
 */

/*-------- BEGIN --------*/
.beginWindow{
    margin-top: -120px;
    top: 50%;
    bottom: auto;

    border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 10px 10px 5px -6px rgba(217,217,217,1);
    -moz-box-shadow: 10px 10px 5px -6px rgba(217,217,217,1);
    box-shadow: 10px 10px 22px 0px rgb(219, 215, 215);

}

.beginWindow .logo{
    display: block;
    background-size: 350px;
}

@media screen and (max-width: 600px) {
    .beginWindow{
        top: auto;
        bottom: 15px;
        background: none;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
         box-shadow: none;
    }

    .beginWindow .logo{
        display: none;
    }
}

.beginWindow .button{
    width: 100%;
    margin: 0 0 10px 0;
}

/*-------- LOGIN --------*/
.loginWindow{
    margin-top: -124px;
    top: 15px;
}

.loginScreen .logo{
    display: none;
    margin: 0 auto;
}

@media screen and (min-height: 230px) {
    .loginWindow {
        top: auto;
        bottom: 15px;
    }
}

@media screen and (max-height: 310px) {
    .loginLogo {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .loginWindow{
        top: 50%;
        bottom: auto;
    }

    .loginScreen .logo{
        display: block;
    }
}

.loginScreen{
    padding: 25px 25px 15px;
}

.loginScreen .buttons .submit{
    width: 30%;
}

@media screen and (max-width: 600px) {
    .loginScreen .buttons .submit{
        width: 44%;
    }
}

@media screen and (max-width: 490px) {
    .loginScreen .buttons .submit{
        width: 100%;
    }

    .loginScreen .buttons .firstButton{
        margin-left: 15%;
    }
}

@media screen and (max-width: 350px) {
    .loginScreen .buttons .firstButton{
        margin-left: 6%;
    }
}


/*-------- CREATE --------*/
.createWindow {
    margin-top: -188px;
    top: 15px;
}

@media screen and (min-height: 440px) {
    .createWindow {
        top: auto;
        bottom: 15px;
    }
}

@media screen and (min-width: 600px) {
    .createWindow {
        top:50%;
        bottom: inherit;
    }
}

.createWindow .buttons .submit{
    width: 68%;
}

@media screen and (max-width: 700px) {
    .createWindow .buttons .submit{
        width: 60%;
    }
}

@media screen and (max-width: 330px) {
    .createWindow .buttons .submit{
        width: 56%;
    }
}

.radioLabel {
    color: #d62a2a;
    margin: 0px 0px 10px;
    display: inline-block;
}

/*-------- CITY STATUS --------*/
.header{
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header .limit{
    height: 70px;
    margin: 0 auto;
    max-width: 975px;
}

.header .logo_min{
    margin: 13px 7px 0 10px;
}

.header .back{
    margin: 20px 0px 0 10px;
}

.header .border{
    background-color: #d62a2a;
    border-top: 1px solid #900;
    clear: both;
    height: 5px;
    width: 100%;
}

.header .city{
    float: left;
    padding: 16px 0 10px 10px;
    margin: 0 0 0 -5px;
    width: calc(100% - 135px);
}

.header .city em{
    color: #666;
    display: block;
    font-size: 0.65em;
    font-style: normal;
    margin: 0 0 -3px;
}

.header .city .cityName{
    background: none;
    border: none;
    border-radius: 0px;
    color: #666;
    display: block;
    font-size: 1.35em;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 300px;
}

.cityBhtransName {
    background: none;
    border: none;
    border-radius: 0px;
    color: #666;
    display: block;
    font-size: 1.35em;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 0;    
    text-align: left;
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 320px) {
    .header .city .cityName {
        font-size: 1.0em;
        margin: 5px 0 0 0px;
        width: 100%;
    }
}

.menuButton{
    background: transparent url(../img/icon/menu_32.png) no-repeat center center;
    border: 1px solid #d62a2a;
    display: none;
    float: right;
    height: 38px;
    margin: 16px 10px 0 0;
    width: 38px;
}

.radioPlace {
    margin: 10px 0px;
}

.placeSelect {
    font-size: 0.6em;
    margin: 0px;
    display: block;
}

@media screen and (max-width: 600px) {
    .menuButton{
        display: block;
    }
}

.portlets li{
    list-style: none;
}

.portlet {
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    list-style: none;
    margin: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.portlet ul li{
    list-style: none;
}

.portlet .title{
    border-bottom: 1px solid #ddd;
    color: #d62a2a;
    display: block;
    font-size: .8em !important;
    margin: -20px 0 10px 0;
    padding: 0 0 5px 0;
    text-align: left !important;
}

.portlet .title em{
    font-size: 1em !important;
}

.portlet .itemContent{
    margin: 0 0 0 15px;
}

.portlet .refresh{
    background: transparent url(../img/icon/refresh.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
    float: right;
    height: 20px;
    margin: -25px 0 0 0;
    position: relative;
    width: 20px;
}

.portlet .locate{
    background: transparent url(../img/icon/locate.png) no-repeat center center;
    background-size: 20px 20px;
    display: block;
    float: right;
    height: 20px;
    margin: -5px 10px 0 0px;
    position: relative;
    width: 20px;
}

.portlet .loading{
    background: transparent url(../img/loading_portlet.gif) no-repeat center center;
    background-size: 25px;
    display: block;
    float: right;
    height: 35px;
    margin: -10px 0 0 0;
    position: relative;
    width: 35px;
}

.portlet .closePortlet{
    background: transparent url(../img/icon/close_portlet.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
    float: right;
    height: 20px;
    margin: -5px 0 0 0;
    position: relative;
    width: 20px;
}

.portlet .refresh:hover{
    background-color: #eee;
}

.portlet .title .refresh{
    margin-top: -5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.portlet .alert{
    display: block;
}

.portlet .alert *{
    text-align: center;
}

.portlet .checkLabel p {
    margin-left: 17px;
    margin-top: 5px;
}

#openModalInfo .alert {
    float: left;
    min-width: 100%;
}

#openModalInfo .alert p{
    margin-bottom: 0px;
    text-align: center;
}

.cityStatus .allocation p{
    font-size: 1em;
}

.cityStatus .allocation *{
    text-align: center;
}

.cityStatus .cityData li{
    margin: 0 0 0px;
}

.balanceDetailBlock{
    display: block;
    vertical-align: top;
}

.balanceDetail{
    margin: 0px 0px 5px 20px;
    display: block !important;
    vertical-align: top;
    height: auto !important;
}

.cityStatus .cityData li .balanceDetail .balanceInfo{
    display: block;
    height: auto;
}

.cityStatus .cityData li .balanceDetail .balanceInfo div{
    margin-bottom: 5px;
    height: auto;
    display: table;
}

.cityStatus .cityData li .balanceDetail h5{
    width: 80px;
    float: left;
    font-size: 16px;
    margin: 0px 10px 0px 0px;
    text-align: right;
}

.cityStatus .cityData li .balanceDetail h3{
    font-size: 14px;
}

.cityStatus .cityData li:last-child{
    margin: 0;
}

.cityStatus .cityData p{
    font-size: .65em;
}

.cityStatus .cityData li h4{
    display: block;
    float: left;
    overflow: hidden;
    text-align: right;
}

.cityStatus .cityData li h4{
    font-size: 3em;
    margin-right: 10px;
}

.cityStatus .cityData li h5{
    font-size: 1.4em;
}

.cityStatus .cityData li div{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

@media screen and (max-width: 370px) {
    .cityStatus .cityData li div#buttonRegulariztion {
        display: inline-block;
        height: 40px;
        vertical-align: middle;
        left: 25%;
        position: relative;
    }
}

@media screen and (max-width: 450px) {
    .cityStatus .cityData li h5{
        font-size: 1.2em;
    }
}

.cityStatus .legalInfo h5{
    margin: 0 0 10px;
}

.cityStatus .legalInfo ul li strong{
    display: block;
    float: left;
    width: 75px;
}

.cityStatus .legalInfo dt{
    font-weight: bold;
    margin: 5px 0 5px 0;
    font-size: .9em;
}

.cityStatus .legalInfo dd{
    margin: 0 0 15px 15px;
    font-size: .8em;
}

.cityStatus .legalInfo .legalSupport{
    font-size:.8em;
}

.cityStatus .legalInfo dd *{
    font-size: 1em;
}

.legalInfoContent li {
    margin-bottom: 10px; font-size: 0.9em; font-weight: bold;
}

.cityStatus .legalInfo dl ul li ul {
    margin: 5px 0px 0px 15px; font-size: 0.9em; font-weight: normal;
}

.cityStatus .profileStatus p{
    font-size: 1em;
    text-align: center;
}

.cityStatus .buttons{
    width: 278px;
    margin: 0 auto;
}

.cityStatus .profileStatus .action{
    margin: 20px auto 0;
    max-width: 200px;
    text-align: center;
    width: 80%;
}

.cityStatus .profileStatus .actionSide{
    margin: 20px 5px 0px;
    text-align: center;
    float: left;
}

.cityStatus .allocation .allocate {
    margin: 20px auto 0;
    max-width: 200px;
    padding: 0.413em 0.400em;
    text-align: center;
    width: 80%;
}

.cityStatus .allocation .buttonInLine {
    padding-bottom: 10px;
    margin: 20px auto 0;
    width: 100%;
}

.cityStatus .allocation .buttonInLine .button{
    float: none;
    margin: 20px auto 0;
    max-width: 200px;
    padding: 0.413em 0.400em;
    width: 100%;
}

@media screen and (min-width: 420px) {
    .cityStatus .allocation .buttonInLine {
        padding-bottom:  40px;
    }

    .cityStatus .allocation .buttonInLine .button{
        float: left;
        margin-top: 5px;
        max-width: 200px;
        margin-left: 15px;
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 500px) {
    .cityStatus .allocation .buttonInLine .button:first-child {
        margin-left: calc((100% - 400px) / 2);
    }
}

@media screen and (min-width: 600px) {
    .cityStatus .allocation .buttonInLine .button:first-child {
        margin-left: calc((100% - 370px) / 2);
    }
}

@media screen and (min-width: 640px) {
    .cityStatus .allocation .buttonInLine .button:first-child {
        margin-left: calc((100% - 390px) / 2);
    }
}

@media screen and (min-width: 700px) {
    .cityStatus .allocation .buttonInLine .button:first-child {
        margin-left: calc((100% - 430px) / 2);
    }
}

/*-------- ALLOCATION --------*/
.allocation .title{
    font-size: 1em;
    margin-bottom: 5px;
}

.allocation .icon{
    background-color: transparent;
    background-image: url(../img/icon/car_64.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 64px;
    margin: 15px auto;
    width: 64px;
}

.allocation .iconHelp{
    background-color: transparent;
    background-image: url(../img/icon/help_red_24.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 24px;
    margin-left: 0px;
    margin-bottom: 3px;
    width: 24px;

    vertical-align: middle !important;
    display: inline-flex;
    position: relative;
}

.allocation .iconMotorcycle{
    background-color: transparent;
    background-image: url(../img/icon/motorcycle_64.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 64px;
    margin: 15px auto;
    width: 64px;
}

.allocation .iconCargo{
    background-color: transparent;
    background-image: url(../img/icon/truck_64.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 64px;
    margin: 15px auto;
    width: 64px;
}

.allocation .iconMapMarker{
    background-color: transparent;
    background-image: url(../img/icon/marker_64.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 64px;
    margin:  0;
    width: 64px;
}

.allocation .plateSelected {
    margin-top: -13px;
    text-align: center !important;
}

.allocation .confirmMessage{
    margin: 5px auto;
    width: 90%;
}

.allocation .confirmMessage p{
    font-size: 1.2em;
    text-align: center;
}

.allocation .confirm p {
     margin-top: 10px;
}

.allocation .confirmationAlerts {
    margin-top: 10px;
}

.allocation .confirmMessage p select,
.allocation .confirmMessage p input{
    display: inline;
    font-size: 1em;
    text-align: center !important;
}

.allocation .confirmMessage p select option {
    display: block;
    font-size: 1em;
    text-align: left !important;
}

.allocation .EDVacancy{
    width: 150px;
}

.allocation .confirmMessage .allocationAlertTime {
    margin-top: 5px;
    font-size: 0.7em;
}
 
.allocation .searchFederalPlate p {
    margin-left: 18px;
    text-align: left;
    font-size: 0.8em;

    
}

#selectPlates, #textPlate{
    display: none;
}

#selectPlates{
    width: 150px;
}

#textPlate{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

#textPlateDescription{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

 @media screen and (max-width: 768px) {
    .allocation .confirmMessage .selectWidthFix {
        width: 100%;
    }
}

.allocation .confirmMessage .button{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
}

.allocation .laststep .button{
    float: left;
    margin-top: 15px;
    max-width: 300px;
    width: 45%;
}

.allocation .laststep .button.white{
    margin-left: 4%;
    margin-right: 4%;
}

.virtualCardTimeToAlreadUsed {
    color: #5283F5;
    font-weight: bold;
}

.virtualCardTimeToBeforeEnd {
    color: #53A71E;
    font-weight: bold;
}

.virtualCardTimeExpired {
    color: red;
    font-weight: bold;
}

.virtualCardAlertParkingRoles {
    font-size: 0.75em !important;
    margin-bottom: 10px;
}

.virtualCardAlertParkingRoles strong {
    color: #d62a2a;
    font-size: 1.1em;
}

.confirmLabelHighlight {
    color: #d62a2a;
    font-style: bold;
    font-size: 1em;
}

.confirmTextNormal {
    font-size: 1em !important;
}

.receiptTextNormal {
    font-size: 0.8em !important;
    font-family: monospace;
    text-align: left !important;
}

.receiptTextObservation {
    font-size: 0.782em !important;
    font-family: monospace;
    text-align: left !important;
}

.receiptTextNormal strong {
    font-size: 0.9em !important;
    font-family: monospace;
}


@media screen and (max-width: 620px) {

    .allocation .confirmMessage{
        margin: 25px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .allocation .confirmMessage .button{
        margin: 15px auto;
    }
}

@media screen and (max-width: 480px) {
    .allocation .icon{
        background-image: url(../img/icon/car_32.png);
        height: 32px;
        margin: 15px auto;
        width: 32px;
    }

    .allocation .iconMotorcycle{
        background-image: url(../img/icon/motorcycle_32.png);
        height: 32px;
        margin: 15px auto;
        width: 32px;
    }

     .allocation .iconCargo{
        background-image: url(../img/icon/truck_32.png);
        height: 32px;
        margin: 15px auto;
        width: 32px;
    }

    .allocation .confirmMessage{
        margin: 25px auto;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto
    }

    .allocation .confirmMessage .button{
        margin: 5px auto;
    }

}

@media screen and (max-width: 320px) {
    .allocation .title{
        font-size: 1.5em;
        margin-bottom: 5px;
    }

    .allocation .icon{
        background-image: url(../img/icon/car_32.png);
        height: 32px;
        margin: 10px auto;
        width: 32px;
    }

    .allocation .iconMotorcycle{
        background-image: url(../img/icon/motorcycle_32.png);
        height: 32px;
        margin: 10px auto;
        width: 32px;
    }

    .allocation .confirmMessage select,
    .allocation .confirmMessage input[type="text"],
    .allocation .confirmMessage input[type="pass"],
    .allocation .confirmMessage input[type="email"]
    {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 0.203em 0.390em;
    }

    .allocation .confirmMessage{
        margin: 5% auto 0;
    }

    .allocation .confirmMessage .button{
        margin: 5px auto 0;
        padding: 0.313em 0.500em;
    }

}

@media screen and (max-height: 270px) {

    .allocation .confirmMessage{
        margin: 3% auto 0;
    }

    .allocation .confirmMessage .button{
        margin: 4% auto 0;
        padding: 0.413em 0.400em;
    }
}


/*-------- HISTORY --------*/
.history .title{
    font-size: 1em;
    margin-bottom: 5px;
}

.history li{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.history li *{
    font-size: 0.9em;
}

.history li ng-switch *{
    font-size: 0.95em;
}

.history-allocation li ng-switch *{
    font-size: 1.00em;
}

.history li h5{
    border-bottom: 1px dotted #ddd;
    float: left;
    margin-bottom: 3px;
}

.history li p{
    clear: both;
    display: block;
}

.history li:last-child{
    border-bottom: none;
}

.history .button{
    float: none;
    margin: 10px auto 0;
}

.history .noAllocation{
    text-align: center;
}

.history .button{
	max-width: 110px;
    text-align: center;
    margin: 0px;
}

.history .action {
    margin: 7px 0px 0px 0px;
}

/*-------- UNLOCK RECHARGE --------*/
.unlockrecharge p{
    text-align: center;
    font-size: 0.8em;
}

.unlockrecharge input{
    margin: 15px auto;
    text-align: center;
    width: 90%;
    max-width: 235px;
}

@media screen and (max-height: 420px) {
    .unlockrecharge input{
        margin: 8px auto;
    }
}

.unlockrecharge .button{
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    width: 80%;
}

/*-------- UPDATE PERSONAL DATA --------*/
.updatePersonalData .list{
    color: #d62a2a;
    background: #fff url(../img/bg_field.png) repeat-y 0 0;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 0.500em 0.700em;
    margin: 0 0 10px;
    float: left;
    font-size: 1em;
}
/* css para diminuir a fonte no modal do update*/
.searchPlate {
    font-size: .8em;
}

.updatePersonalData .list .add{
    background: transparent url(../img/icon/add.png) no-repeat center center;
    background-size: 15px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    float: right;
    margin: -3px -5px 0 0;
}

.updatePersonalData .list .delete{
    background: transparent url(../img/icon/delete.png) no-repeat center center;
    background-size: 10px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    float: right;
}

@media screen and (max-width: 420px) {
    .updatePersonalData .list{
        width: 100%;
        float: none;
        font-size: 1.4em;
    }
    .updatePersonalData .list:last-child{
        margin: 0;
    }
}

.updatePersonalData .list ul{
    margin: 10px 0 5px 15px;
}

.updatePersonalData .list ul li{
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    font-size: .9em;
}

.updatePersonalData .list ul li:last-child{
    border: none;
}

.updatePersonalData .button{
    float: none;
    margin: 10px auto 40px;
}

.updatePersonalData .activateCellphoneBtn{
    color: #d62a2a;
    border: 1px dashed #d62a2a;
    padding: 1px 3px;
    opacity: .7;
}

/*-------- PURCHASE DATA --------*/
.purchasecards em,.purchasecards em *{
    color: #666;
    display: block;
    font-style: normal;
    font-weight: normal;

}

.purchasecards em{
    font-size: 1em !important;
}

.purchasecards em *{
    font-size: 1em;
}

.purchasecards small {
    font-size: .75em;
    line-height: 1em;
    display: block;
    margin: 5px 20px 15px 0px;
}

.purchasecards .purchaseData em, .purchasecards .purchaseData em * {
    float: left;
    width: 80%;
}

.purchasecards .purchaseData small {
    float: left;
    width: 80%;
}

.purchasecards .purchaseData strong {
    float: right;
    width: 15%;
    text-align: right;
    margin: -15px 0 0 0;
}

@media screen and (max-width: 900px) {
    .purchasecards .purchaseData em, .purchasecards .purchaseData em * {
        float: left;
        width: 65%;
    }

    .purchasecards .purchaseData small {
        float: left;
        width: 65%;
    }

    .purchasecards .purchaseData strong {
        float: right;
        width: 27%;
        text-align: right;
        margin: -15px 0 0 0;
    }
}

.purchasecards .portlet p{
    text-align: center;
}


.purchasecards .doneStep{
    margin: 0 0 3px;
    min-height: 35px;
    width: 100%;
    border-top: 1px solid #d62a2a;
    padding: 10px 0 0 0;
}

.purchasecards .portlet > div:nth-of-type(1) {
    border: 0;
}

.purchasecards .doneStep p{
    text-align: left !important;
    margin: 0 0 5px 0;
}

.purchasecards .step p{
    text-align: left !important;
    margin: 0 0 5px 0;
}

.purchasecards .step{
    width: 100%;
    border-top: 1px solid #d62a2a;
    padding: 10px 0 0 0;
}

.purchasecards .step .EDCreditCard{
    width: 70%;
}

.purchaseBottom {
    margin: 15px 0px 0px 0px;
    border-top: 1px solid #ddd !important;
    padding-top: 5px;
    display: inline-block;
}

.purchaseBottomCategory {
    margin: 10px 10px 0px 0px;
    display: inline-block;
}

.purchaseBottomCategory ul {
    margin: 10px 10px 0px 0px;
    display: inline-block;
}

.purchaseBottom p{
    text-align: left !important;
    font-size: .75em;
}

.purchaseBottom ul{
    margin-top: 3px;
}

.purchaseBottom li{
    width: 50px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
    .purchasecards .step .EDCreditCard{
        width: 100%;
    }
}

.purchasecards .step.first{
    border: none;
    padding: 0;
}

@media screen and (max-width: 500px) {
    .purchasecards .step{
        width: 100%;
    }
}

.purchasecards .step .EDDateFields{
    float: left;
}

.purchasecards .step .EDDateFields *{
    float: left;
}

.purchasecards .step .EDDateFields label{
    float: none;
}

.purchasecards .step .EDDateFields input{
    width: 2.6em;
    text-align: center;
}

.purchasecards .step .EDDateFields .division{
    margin: 2px 3px;
    font-size: 1.5em;
}

.purchasecards .step .buttons{
    margin: 20px 0 0px;
}

.purchasecards .step .button{
    float: right;
}

.purchasecards .step .prev {
    float: left;
}

.purchasecards .step .backHome {
    float: left;
}

.purchasecards .step .resend-ticket{
    margin-left: 15px;
}

.purchasecards .step .ccvField{
    float: left;
    margin: 0 0 0 40px;
}

@media screen and (max-width: 600px) {
    .purchasecards .step .EDDateFields .division{
        margin: 5px 3px;
        font-size: 1.5em;
    }

    .purchasecards .step .ccvField{
        float: right;
        margin: 0;
    }
}

.purchasecards .step .ccvField input{
    width: 3.7em;
    text-align: center;
}

.purchasecards .description{
    /*color: #d62a2a;*/
    /*border: 1px dashed #d62a2a;*/
    /*padding: 3px 5px 3px 5px;*/
    margin: 5px 0 10px;
    /*border-radius: -10px;*/
    /*max-height: 100px;*/
    overflow: hidden;
    text-align: left;
    font-size: .8em;
}

.purchasecards .description .warning{
    background: transparent url(../img/icon/warning_32.png) top left no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    float: left;
    margin: 5px 10px 0px 5px;
}

@media screen and (max-width: 600px) {
    .purchasecards .description .warning{
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        margin: 4px 10px 0px 5px;
    }
}

@media screen and (max-width: 600px) {
    .purchasecards .description{
        width: 100%;
    }
}

.purchasecards .quantitySelector{
    display: block;
    background: linear-gradient(to bottom, #eb1c22 0%,#ab2027 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb1c22), color-stop(100%,#ab2027));
    background: -webkit-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c22', endColorstr='#ab2027',GradientType=0 ), alpha(opacity=60);
    background: -ms-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    padding: 1px;
    border-radius: 5px;
    width:294px;
}

.purchasecards .quantitySelector li{
    display: block;
    float: left;
    width: 73px;
}

.purchasecards .quantitySelector li a{
    display: block;
    text-decoration: none;
    background: linear-gradient(to bottom, #eb1c22 0%,#ab2027 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb1c22), color-stop(100%,#ab2027));
    background: -webkit-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c22', endColorstr='#ab2027',GradientType=0 ), alpha(opacity=60);
    background: -ms-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    color: #fff;
    font-weight: bold;
    padding: .5em 1em;
    cursor: pointer;
    border: 1px solid #fff;
}

@media screen and (max-width: 600px) {
    .purchasecards .quantitySelector{
        margin: 0 auto;
    }
}

@media screen and (max-width: 375px) {
    .purchasecards .quantitySelector{
        width: 222px;
    }
    .purchasecards .quantitySelector li{
        width: 55px;
    }
    .purchasecards .quantitySelector li a{
        padding: .5em .5em;
    }
}

.purchasecards .quantitySelector li a.tl{
    border-top-left-radius: 5px;
}

.purchasecards .quantitySelector li a.bl{
    border-bottom-left-radius: 5px;
}

.purchasecards .quantitySelector li a.tr{
    border-top-right-radius: 5px;
}

.purchasecards .quantitySelector li a.br{
    border-bottom-right-radius: 5px;
}

.purchasecards .quantitySelector li a.active{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c22', endColorstr='#ab2027',GradientType=0 );
}

.purchasecards .step .creditCardFlag{
    float: left;
    margin: -28px 0 0 134px;
}

.purchasecards .creditSuccessResume{
    display: flex;
}

.purchasecards .doneStep .creditCardFlag{
    margin: -23px 0 0 52px;
}

.purchasecards .doneStep .creditCardNumber{
    margin: -23px 0 0 110px;
    display: block;
}

.purchasecards #backHome {
    width: 140px;
    text-align: center;
    margin: 5px auto 0;
}

.purchasecards .goAllocation {
    width: 140px;
    text-align: center;
    margin: 5px auto 0;
}

.creditCardFlag{
    display: block;
    width: 50px;
    height: 26px;
    background: transparent;
    background-size: cover !important;
}

.visa {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -2px 0px;
}

.master {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -57px 0px;
}

.amex {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -113px 0px;
}

.elo {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -272px 0px;
}

.discover {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -168px 0px;
}

.dinners {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -222px 0px
}

.jcb {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -313px 0px
}

.aura {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -364px 0px
}

.hipercard {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -419px 0px
}

.visa-electron {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -478px 0px
}

.maestro {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -529px 0px
}

.boleto {
    background: transparent url(../img/icon/sprite-cards.png) no-repeat -583px 0px
}

.transactionFinished {
    margin: 0 0 20px 0 !important;
}

.transactionFinished h5 {
    color: #090;
    padding: 5px;
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.3em;
}

.transactionFinished dt {
    font-weight: bold;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
}
.transactionFinished dd {
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
}
.finishStep em {
    margin: 0 0 15px 0;
}

/*-------- Account Statement --------*/
.accountstatement .title{
    font-size: 1em;
    margin-bottom: 5px;
}

.accountstatement li{
    border-bottom: 1px dashed #999;
    padding: 6px;
}

.accountstatement li *{
    font-size: 0.9em;
}

.accountstatement li ng-switch *{
    font-size: 0.95em;
}


.accountstatement li h6{
    float: right;
    color: #333;
    font-size: 1.1em;
}

.accountstatement li p{
    clear: both;
    display: block;
}

.accountstatement .in{
    background: rgb(170,220,230);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.85) 0%,rgba(170,220,230,0.35) 3%,rgba(170,220,230,0.85) 50%,rgba(170,220,230,0.35) 97%,rgba(255,255,255,0.85) 100%);
    background: -webkit-gradient(linear, left, color-stop(0%,rgba(255,255,255,0.85)), color-stop(3%,rgba(170,220,230,0.85)), color-stop(50%,rgba(170,220,230,0.85)), color-stop(97%,rgba(170,220,230,0.85)),color-stop(100%,rgba(255,255,255,0.85)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.85) 0%,rgba(170,220,230,0.35) 3%,rgba(170,220,230,0.85) 50%,rgba(170,220,230,0.35) 97%,rgba(255,255,255,0.85) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.85) 0%,rgba(170,220,230,0.35) 3%,rgba(170,220,230,0.85) 50%,rgba(170,220,230,0.35) 97%,rgba(255,255,255,0.85) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.85) 0%,rgba(170,220,230,0.35) 3%,rgba(170,220,230,0.85) 50%,rgba(170,220,230,0.35) 97%,rgba(255,255,255,0.85) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.85) 0%,rgba(170,220,230,0.35) 3%,rgba(170,220,230,0.85) 50%,rgba(170,220,230,0.35) 97%,rgba(255,255,255,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd9ff', endColorstr='#ffffd9ff',GradientType=1 );
}
.accountstatement .out{
    background: rgb(232,193,198);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.85) 0%, rgba(232,193,198,0.85) 3%, rgba(232,193,198,0.85) 50%, rgba(232,193,198,0.85) 97%, rgba(255,255,255,0.85) 100%);
    background: -webkit-gradient(linear, left, color-stop(0%,rgba(255,255,255,0.85)), color-stop(3%,rgba(232,193,198,0.85)), color-stop(50%,rgba(232,193,198,0.85)), color-stop(97%,rgba(232,193,198,0.85)), color-stop(100%,rgba(255,255,255,0.85)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.85) 0%,rgba(232,193,198,0.85) 3%,rgba(232,193,198,0.85) 50%,rgba(232,193,198,0.85) 97%,rgba(255,255,255,0.85) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.85) 0%,rgba(232,193,198,0.85) 3%,rgba(232,193,198,0.85) 50%,rgba(232,193,198,0.85) 97%,rgba(255,255,255,0.85) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.85) 0%,rgba(232,193,198,0.85) 3%,rgba(232,193,198,0.85) 50%,rgba(232,193,198,0.85) 97%,rgba(255,255,255,0.85) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.85) 0%,rgba(232,193,198,0.35) 3%,rgba(232,193,198,0.85) 50%,rgba(232,193,198,0.35) 97%,rgba(255,255,255,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#d9ffffff',GradientType=1 );
}

.accountstatement li:last-child{
    border-bottom: none;
}

.accountstatement .button{
    float: none;
    margin: 10px auto 0;
}

.accountstatement .noMovimentation{
    text-align: center;
    font-size: .9em;
    margin: 10px 0 -15px;
}

.accountstatement h5{
    font-size: .9em;
    text-align: right;
    margin: 5px 0 -15px;
    padding: 5px 0 0 0;
    width: 100%;
    border-top: 1px solid #ccc ;
}

.accountstatement h5 *{
    font-size: 1em;
    font-style: normal;
}

.accountstatement h5 em{
    color: #333;
}

.accountstatement .resume{
    margin: 10px 0 -10px;
}

.accountstatement .resume em{
    color: #333;
}

/*-------- TERMS OF USE --------*/
.portlet .termsofuse{
    padding-bottom: 35px;
}

.termsofuse h4{
    margin-top: 10px;
}

.termsofuse p{
    margin-left: 10px;
    font-size: 12px;
    text-align: justify;
}

.confirmTermsOfUse {
    vertical-align: center;
}

.termsofuse .button:first-child{
    margin-right: 20px;
}

.termsofuse .button{
    float: left;
    margin: 0px auto 0;
    max-width: 110px;
    text-align: center;
    position: relative;
    left: calc(50% - 100px);
}

#contentTermsOfUse {
    overflow: auto;
    height: calc(100vh - 240px);
    padding-bottom: 0px;
    margin-bottom: 35px;
}


/*-------- ABOUT --------*/
.about .button{
    width: 150px;
    position: relative;
    left: calc(50% - 75px);
    margin-top: 19px;
    text-align:  center;
}

.about hr{
    margin-top: 3px;
    margin-bottom: 3px;
}

.about p{
    font-size: 0.7em;
    text-align: justify;
}

.about strong{
    font-size: 1.2em;
}

.about span{
    font-size: 14px;
}

.about textarea {
    width: 100%;
    max-width: 100%;
    padding: 7px 7px 7px 7px;
    color: #d62a2a;
}

/* CONTACT */
.contact .talkwithus {
    margin: 10px 0 20px;
    overflow: hidden;
    text-align: left;
    font-size: .8em;
}

.contact textarea {
    width: 100%;
    max-width: 100%;
    padding: 7px 7px 7px 7px;
    color: #d62a2a;
}

/*-------- EXTRACT ACCOUNT --------*/
.account {
    padding-bottom: 60px;
}

.extract-no-movements-message {
    padding:15px; text-align: center;
}

.account .button{
    float:left;
    min-width: 50px;
    max-width: 200px;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.account .button:first-child{
    margin-left: 10px;
    float: left;
}
.account .button:last-child{
    margin-right: 10px;
    float: right;
}

.extractTable {
    width: 100%;
    border-collapse: collapse;
}

.extractTable th{
    font-size: 11px;
    text-align: center;
    color: black;
    border-bottom: 1px solid #ddd;
    vertical-align: bottom;
    height: 30px;
}

.extractTable tr td {
    border: 1px solid #ddd;
    height: 30px;
}

.extractTable td:first-child{
    font-size: 11px;
    text-align: center;
    border-width: 1px;
}

.extractTable td:not(:first-child){
    font-size: 11px;
    text-align: center;
}

.extractTable .extractTableFooter td:first-child{
    padding-right: 5px;
}


.extractTable .extractTableBody td{
    color: black;
}

.virtualCardExtractCell {
    max-width: 60px;
    min-width: 60px;
}

@media screen and (max-width: 475px) {
    .virtualCardExtractCell {
        min-width: 48px;
    }
}

@media screen and (min-width: 600px) {
    .virtualCardExtractCell {
        min-width: 48px;
    }
}

.extractDateCell {
    min-width: 50px;
}

@media screen and (min-width: 410px) {
    .extractDateCell {
        min-width: 75px;
    }

    .extractDateCell #virtualCardExtractCell {
        min-width: 80px;
    }
}

.extractObservationCell {
    display: table-cell;
    width: 100%;
}

.extractObservationCellSmall{
    display: none;
    width: 100%;
}

@media screen and (max-width: 350px){

    .extractObservationCell {
        display: none;
    }

    .extractObservationCellSmall{
        display: table-cell;
    }
}

.extractLocationCell {
    max-width: 80px;
    min-width: 60px;
}

.extractValueCell {
    max-width: 80px;
    min-width: 60px;
}

.extractBalanceCell {
    max-width: 80px;
    min-width: 60px;
}

.zonaAzulInfoTable{
    width: 100%;
}

.zonaAzulInfoTable tr td{
    border-bottom-style: solid;
    padding: 5px;
}

.zonaAzulInfoTable tr:last-child td{
    border-bottom-style: none;
}

.zonaAzulInfoTable td:first-child{
    font-size: 11px;
    text-align: left;
    border-width: 1px;
}

.zonaAzulInfoTable td:not(:first-child){
    font-size: 11px;
    text-align: center;
    border-width: 1px;
    border-left-style: solid;
}

.zonaAzulInfoTablePrice {
    font-size: 11px;
    text-align: right;
}

.zonaAzulInfoTable td:last-child{
    text-align: center;
}

.portletDistribuitorContainer {
    margin: 0 0 0 5px;
}

.zonaAzulInfoTableWithoutVCD {
    margin: 0 0 0 15px;
}

.zonaAzulInfoRules p {
    font-weight: bold;
}

#ruleSelectedInfo {
    margin-top: 10px;
}

.portletDistribuitorContainer strong, span {
    font-size: 0.9em;
}

@media screen and (max-width: 360px) {
    .extractDateCell {
        min-width: 40px;
    }
    .extractTable th{
        font-size: 9px;
    }

    .extractTable td:first-child{
        font-size: 9px;
    }

    .extractTable td:not(:first-child){
        font-size: 9px;
    }

    .extractTable .extractTableFooter td{
        font-size: 9px;
    }
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0px 1px;
    overflow: hidden;
    /* border-bottom: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
}

ul.tab li {
    float: left;
    border: darkgray 1px solid;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    height: 33px;
    display: table;
    background-color: #F2F2F2;
}

ul.tab li a {
    display: inline-block;
    color: dimgray;
    text-align: center;
    font-weight: bold;
    padding: 0px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9em;
    display: table-cell;
    vertical-align: middle;
}

ul.tab li a small {
    font-size: 0.5em;
    margin: 0px 0px 0px 0px !important;
    color: lightgray
}

@media screen and (min-width: 380px) {
    ul.tab li a small {
        font-size: 0.6em;
    }
}

@media screen and (min-width: 405px) {
    ul.tab li a small {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 430px) {
    ul.tab li a small {
        font-size: 0.8em;
    }
}

ul.tab .disabled a {
    color: lightgray;
    cursor: default;
}

ul.tab .disabled {
    background-color: #F2F2F2 !important;
}

ul.tab li .enabled:hover {
    background-color: lightgray;
    border-radius: 5px 5px 0px 0px;
}

ul.tab li .enabled:focus, .active {
    background-color: lightgray !important;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

ul.tab li:hover {
    background-color: #dedede;
}

@media screen and (max-width: 400px) {

    ul.instance-tab li a {
        padding: 0px 6px;
        font-size: 0.8em;
    }

    ul.extract-tab li a {
        padding: 0px 6px;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 350px) {

    ul.instance-tab li a {
        padding: 0px 6px;
        font-size: 0.7em;
    }
    ul.extract-tab li a {
        padding: 0px 6px;
        font-size: 0.7em;
    }
}

@media screen and (max-width: 350px) {
    ul.payment-method-tab li a {
        padding: 0px 6px;
        font-size: 0.8em;
    }
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    /* border-top: none; */
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    margin-left: 1px;
    width: calc(100% - 2px);
}

#tableED {
    margin-top: 10px;
}

#extractCity ul li span {
    font-size: 11px;
    color: white;
}

#extractCity ul li strong {
    font-size: 14px;
    color: white;
    margin-top: -2px;
}

#extractCity ul li p {
    font-size: 14px;
    color: white;
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center !important;
}

#extractCity ul li {
    text-align: center;
}

@media screen and (max-width: 360px) {
    .extractTable th{
        font-size: 9px;
    }

    .extractTable td:first-child{
        font-size: 9px;
    }

    .extractTable td:not(:first-child){
        font-size: 9px;
    }

    .extractTable .extractTableFooter td{
        font-size: 9px;
    }
}

#cardCAD ul li span {
    font-size: 10px;
    color: white;
}

#cardCAD ul li strong {
    font-size: 14px;
    color: white;
    margin-top: -2px;
}

#cardCAD ul li p {
    font-size: 14px;
    color: white;
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center !important;
}

#cardCAD ul li {
    text-align: center;
}

.purchasecards .finalPurchase{
    text-align: center;
}

.purchasecards .finalPurchase .button:first-child{
    float:left;
    width: 100px;
    position: relative;
    left: calc(50% - 100px);
    text-align: center;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.purchasecards .finalPurchase .button{
    float:left;
    width: 100px;
    position: relative;
    left: calc(50% - 110px);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

/*********  ALLOCACAO CET  ************/
.purchasecards-cet {
    padding-bottom: 60px;
}

.allocation-local-cet .button {
    margin-top: 15px !important;
    margin-bottom: 3px !important;
}

div.allocation-local-cet p{
    text-align: left !important;
}

div.allocation-local-cet p label{
    min-width: 60px;
    float: left;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 22px;
    margin-top: 5px;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

div.allocation-local-cet p select{
    width: calc(100% - 70px);
}

@media screen and (max-width: 360px) {

    div.allocation-local-cet p label{
        min-width: 60px;
        margin-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #666;
        font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
        font-size: 22px;
        margin-top: 5px;
        padding: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    }

    div.allocation-local-cet p select{
        width: 100%;
    }
}

/* CITY STATUS - CET */
div.zaInfo-cet p{
    text-align: left !important;
}

div.zaInfo-cet p label{
    min-width: 30px;
    float: left;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 22px;
    margin-top: 5px;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

div.zaInfo-cet p select{
    width: calc(100% - 50px);
}

@media screen and (max-width: 360px) {

    div.zaInfo-cet p label{
        min-width: 60px;
        margin-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #666;
        font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
        font-size: 22px;
        margin-top: 5px;
        padding: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    }

    div.zaInfo-cet p select{
        width: 100%;
    }
}

/* Modal Dialog */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog .modalDialogBox {
    width: 85%;
    max-width: 800px;
    /*max-height: calc(100vh - 80px);*/
    position: relative;
    margin: 50px auto;
    padding: 10px 20px 13px 20px;
    border-radius: 10px;
    background: #EBEBEB;
    /* background: -moz-linear-gradient(#fff, #999); */
    /* background: -webkit-linear-gradient(#fff, #999); */
    /* background: -o-linear-gradient(#fff, #999); */
}

#openModalInfo .modalDialogBox {
    margin: 30px auto;
    margin-left: auto;
    width: 90%;
    max-height: : 90%;
    padding: 10px 10px 13px 10px;
}

.modalDialogContent {
    max-height: 70vh;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

#openModalInfoContent{
    max-height: none;
    overflow-y: hidden;
}

.modalDialogContent h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #d62a2a;
    margin-right:  10px;
}

.modalDialogContent .movementInfo p {
    text-align: left;
    margin-bottom: 5px;
}

.modalDialogContent .movementInfo a {
    cursor: auto;
    font-weight: bolder;
}

@media screen and (max-height: 530px){
    .modalDialogContent .movementInfo p {
        font-size: 13px;
    }

    .modalDialogContent .movementInfo a {
        font-size: 13px;
        font-weight: bolder;
    }

    .removeLocation{
        margin-top: -12px !important;
        margin-right: -15px !important;
    }
}

.modalDialogContent p span {
    color: #d62a2a;
    font-weight: bold;
}

.modalDialogContent div {
    text-align: center;
    margin-bottom: 10px;
}

.modalDialogContent .iconCetBlueArea{
    background-color: transparent;
    background-image: url(../img/cet/cet_blue_area.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 51px;
    margin: 10px auto 20px auto;
    width: 163px;
}

.modalDialogContent .iconCetRegraGeral{
    background-color: transparent;
    background-image: url(../img/cet/cet_regra_geral_large.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 210px;
    margin: 10px auto;
    width: 320px;
}

.modalDialogContent .iconCetRegraBolsaoCaminhao{
    background-color: transparent;
    background-image: url(../img/cet/cet_regra_bolsao_caminhao_large.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 270px;
    margin: 10px auto;
    width: 320px;
}

.modalDialogContent .iconCetRegraEspecial{
    background-color: transparent;
    background-image: url(../img/cet/cet_regra_especial_large.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 360px;
    margin: 10px auto;
    width: 460px;
}

@media screen and (max-width: 420px) {
    .modalDialogContent .iconCetRegraGeral{
        background-color: transparent;
        background-image: url(../img/cet/cet_regra_geral_medium.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 170px;
        margin: 10px auto;
        width: 260px;
    }

    .modalDialogContent .iconCetRegraBolsaoCaminhao{
        background-color: transparent;
        background-image: url(../img/cet/cet_regra_bolsao_caminhao_medium.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 220px;
        margin: 10px auto;
        width: 260px;
    }

    .modalDialogContent .iconCetRegraEspecial{
        background-color: transparent;
        background-image: url(../img/cet/cet_regra_especial_medium.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 290px;
        margin: 10px auto;
        width: 370px;
    }
}

@media screen and (max-width: 320px) {
    .modalDialogContent .iconCetRegraGeral{
        background-color: transparent;
        background-image: url(../img/cet/cet_regra_geral_small.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 140px;
        margin: 10px auto;
        width: 210px;
    }

    .modalDialogContent .iconCetRegraBolsaoCaminhao{
        background-color: transparent;
        background-image: url(../img/cet/cet_regra_bolsao_caminhao_small.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 180px;
        margin: 10px auto;
        width: 220px;
    }

    .modalDialogContent .iconCetRegraEspecial{
        background-color: transparent;
        background-image: url(../img/cet/cet_regra_especial_small.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 235px;
        margin: 10px auto;
        width: 300px;
    }
}

.closeModalDialog {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.closeModalDialog:hover {
    background: #00d9ff;
}

.removeLocation {
    float: right;
    margin-top: -4px;
    margin-right: -15px;
    position: absolute;
    right: 40px;
}

.removeLocation a{
    font-weight: normal !important;
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 10px !important;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    top: -10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    cursor: pointer !important;
}

.removeLocation a:hover {
    color: #000000;
    background: #00d9ff;
}

.modalDialogContent .mapView div {
    margin-bottom: 0px;
}

#openModalInfo .mapView {
    height: 100%;
    min-width: 100%;
    top: 23px;
}

#openModalInfo .mapView a {
    font-weight: normal !important;
    font-size: 10px !important;
}

.movementInfoLocation{
    font-weight: bolder;
    float: left;
}

.fullscreen-off #mapContainer {
    height: 100%;
}

.fullscreen-off .mapView {
    height: 100%;
    position: relative;
}

.fullscreen-on .mapView {
    height: 100%;
    position: relative;
}


.payment-message {
    margin-top: 10px;

}

.payment-message p strong {
    color: red;
}

.virtualCardTypesList {
    margin-top: 10px;
}

/*
    Sessão do mapa de regras de alocação
*/
.infoBoxContainerStyle {
    border: 1px solid red; 
    margin-top: 4px; 
    background: white; 
    padding: 5px; 
    text-align: center; 
    border-radius: 15px;
}

.transactionInProcess {
    background-color: #f0bc196b !important;
}

.transactionCanceled {
    background-color: #e3181824 !important;
}

.city-extract {
    margin-left: 6% !important;
    margin-top: 2% !important;
    margin-bottom: 2% !important;
    font-size: 0.65em;
}

.linked-history-ul {
    list-style-position: inside;
    position: relative;
    list-style: none;
    margin-left: 2%;
}

.linked-history-ul li:before {
    content: "-";
    position: absolute;
    left: 0;
}

.go-to-extract-button {
    margin: 0 auto;
    font-size: 0.75em;
}

.city-extract-go-to {
    white-space:nowrap;
    cursor: pointer;
    margin: 0 90px;
}
.city-extract-go-to p{
    text-decoration: underline;
}

.city-purchasecard-go-to {
    white-space:nowrap;
    cursor: pointer;
    margin: 0 90px;
}
.city-purchasecard-go-to p{
    text-decoration: underline;
}

.linked-label {
    margin: 3px;
}

.transalvador-footer {    
    position: absolute;
    height: 13%;
    height: 19vw;
    width: 100%;
    background: url(../img/rodapesalvador.png) 0px 0px no-repeat transparent;
    background-size: 100%;
    bottom: 0px;
    background-position-y: bottom;
    max-width: 975px;
    margin: 0 auto;
}

/*FOOTER TRANSALVADOR*/
html {
    overflow-y: hidden;
}

.wrapper {
    overflow-y: auto;
    min-height: 100%;
    height: 100%;
}

.wrapper .container {
    padding: 0 0 0 0;
}

@media screen and (min-width: 975px) {
    .wrapper {        
      /*min-height: 789.9525px !important;*/
      /*height: 789.9525px !important;        */
    }    

    .transalvador-footer {
        height: 80px !important; 
        left: calc(50% - 487.5px) !important;
        background-size: 100% !important;
        background: url(../img/rodapesalvador-desk.png) 0px 0px no-repeat transparent;
    }
}

.header{
    position: inherit;
}

.menuContainer {    
    overflow-y: auto;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 2px 30px 0 46px;
  border: 1px;
  border-radius: 5px;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

.paymentcard .list .delete{
    background: transparent url(../img/icon/delete.png) no-repeat center center;
    background-size: 10px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    float: right;
    margin: 12px;
}

.button-terms-updateData {
    background: -webkit-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    background: -ms-linear-gradient(top, #eb1c22 0%,#ab2027 100%);
    border: 1px solid #d62a2a;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #999;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0.7em;
    font-weight: bold;
    padding: 0.513em 0.500em;
    text-decoration: none;
    margin: auto;
    margin-bottom: 5px;
}

.login--email-p {
    font-size: 0.6em;
}

.login--email-span {
    color: #d62a2a;
    font-size: 1.2em;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (min-width: 800px) {
    .login--email-p {
        margin-bottom: 5px;
    }
}

.no-mt {
    margin-top: 0 !important;
}

.dev-register-button {
    background: cornflowerblue;
    border: none;
    box-shadow: 1px 1px 2px #999;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.513em 0.500em;
    text-decoration: none;
    width: 43%;
    margin: 0 auto;
    margin-top: 10px;
}
