﻿md-dialog {
    background: none;
    height: 65px;
    box-shadow: none;
}
/*removes the outline from all of the buttons*/

button {
    outline: none;
} 
/* removes all the borders except the bottom one.*/

.box-override {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px 0 0 4px !important;
}
.editable {
    border: 0;
    border-bottom: 1px solid #009fe3;
    border-radius: 0;
    box-shadow: none;
}
.box-override2 {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 100% !important;
    height: 32px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
[class*="spacer-"] { clear: both; }
.spacer-tiny {
    height: 10px;
    width: 100%;
}
.spacer-small {
    height: 20px;
    width: 100%;
}
.spacer-medium {
    height: 30px;
    width: 100%;
}
.spacer-big {
    height:40px;
    width:100%;
}
.spacer-huge {
    height:50px;
    width:100%;
}

.spacer-humungus {
    height:60px;
    width:100%;
}
.reduced-margin-bottom {
    margin-bottom: 5px;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.m10 {
    margin: 10px 0px;
}
.m15 {
    margin: 15px 0px;
}
.m20 {
    margin: 20px 0px;
}
.m25 {
    margin: 25px 0px;
}
.m50 {
    margin: 50px 0px;
}
.m70 {
    margin: 70px 0px;
}
.align-center {
    text-align: center;
}
.splitter hr {
    border-top-width: 2px;
    margin-top: 0px !important;
    margin-bottom: 2px;
}

/* COLORS */

.blue { color: #119fde!important; }
.blue_background { background-color: #11a0df!important; }
.deep_blue { color: #04508c!important; }
.deep_blue_background { background-color: #054E88!important; }
/*.yellow { color: #fed909; }*/
.yellow { color: #e3aa2e; }
.white { color: #fff!important; }
.pink { color: #e0005a; }
.rouge,
.rouge:hover,
.rouge:focus { color: #c32e57; }
.deep_grey { color: #5a6c7b; }
.lite_grey { color: #e2e3e4; }
.lite_grey_background { background-color: #e2e3e4; }

.full-width { width: 100%; }
.full-height { height: 100%; }
.left-align-text { text-align: left !important; }
.right-align-text { text-align: right !important; }
.center-align-text { text-align: center !important; }
.tiny-font { font-size: 8pt; font-weight: 500; }
.cursor-pointer { cursor: pointer; }

.tnb {
    padding: 0 4px;
    font-size: 10px;
    line-height: 20px;
    border-radius: 5px;
    display: inline-block;
    height: 20px;
    border: 1px #009fe3 solid;
    color: #009fe3;
}

.align-text-right {
    text-align: right;
}

/* custom buttons*/

.button {
    padding:15px 15px;
    float:left;
}

.button.accept {
    margin-left: 0px;
    /*padding: 16px 40px;*/
    padding: 11px 40px;
    display: flex;
    
    flex-grow: 1;
    border-radius: 5px;
    border: 0;
    font-size: 14pt;
}

.button.grayborder {
 border:2px solid #999999; 
 border-radius:5px;
 color:#999999;
 font-weight:600;
}

.button.gray {
  border:2px solid #555555; 
  border-radius:5px;
  background-color:#555555;
  font-weight:600;
  color:#f8f8f8;
}

.button_blue {
    margin: 10px 0 10px 0;
    width: 100%;
    color: white;
    background-color: #009FE3;
}

.botao_user_select {
    height: 100px;
    padding: 0 10px 0 10px;
    float: left;
    background: transparent;
    border: 0;
}

.botao_user_select i {
    color: #009FE3;
    font-size: 14pt;
    border: 2px solid #009FE3;
    padding: 10px;
    border-radius: 36pt;
    width: 32pt;
}

/*switches*/

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */

.switch input { display: none; }

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/*fix for form-group - include a span element for when we just want to show a string*/

.form-group .string {
    margin: 0;
    font: inherit;
    display: block;
    border-bottom: 1px solid #999999;
}
/*fix for when we want the input below the labeç*/

.form-group .input_below {
    display: block;
}

/* form-group form control*/

.form-control.file {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 46px;
}
/*
input[type=file] {
    width:100%;
    padding: 10px 0 ;
}
*/

input[type=file]::-webkit-file-upload-button {
 width: 0;
 padding: 0;
 margin: 0;
 -webkit-appearance: none;
 border: none;
 border:0px;
 background-color:transparent;
}

/*
::-webkit-file-upload-button,
input[type=file]:after {
    content: 'Anexar';
    float: right;
    position: relative;
    margin-right: 0;
    width: 25%;
    height: 44px;
    margin-right: 2px;
    margin-top: -10px;
    line-height: 3.2;
    text-align: center;
    border-top-right-radius: 15px;
    background-color: white;
    border-left: 1px solid #04508c;
}

input[type=file].profile_image:after {
    content: '' !important;
    opacity:0;
    height:50px;
    margin-top: initial; 
    line-height: initial; 
}
*/

.horizontal_menu {
    display: block;
}
.horizontal_menu_buttons {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50px;
    color: #009FE3;
    border-color: #009FE3;
    background: transparent;
}
.horizontal_menu_divs {
    display: inline-block;
    color: #999999;
    background: transparent;
    vertical-align: middle;
}
.horizontal_menu_buttons:not(:first-child) {
    margin: 0 5px 0 5px;
}
.horizontal_menu_divs:not(:first-child) {
    margin: 0 5px 0 5px;
}
.horizontal_menu_buttons > span {
    font-size: 10px;
    text-overflow: ellipsis;
    padding: 5px;
    overflow: hidden;
    display: block;
}

/* edit menu inside each modulo */

.nav {
    position: relative;
}
.nav button {
    border: 0;
    padding: .5em;
    font-size: 2em;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 2px solid #009FE3;
    height: 60px;
    width: 60px;
}
.nav button:hover {
    background-color: #CAE9FD;
    cursor: pointer;
}
.nav button i {
    color: #009FE3;
}
.nav .btn-prev,
.nav .btn-next {
    transition: all .5s ease-out;
}
.nav .btn-next-active {
    transform: translateX(50%);
}
.nav .btn-prev-active {
    transform: translateX(-150%);
}

/* tables */

.table_container {
    overflow-x: scroll;
}
.table_expenses {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
}
.table_expenses td:nth-child(3) {
    width: 25%;
    overflow: hidden;
}
.table_expenses .table_header {
    color: #A5A5A5;
    font-weight: 100 !important;
}
.table_expenses .table_footer {
    color: #A5A5A5;
}
.table_expenses tr {
    height: 25px;
}
.table_expenses .table_body td:nth-child(1) {
    font-size: 15px;
    line-height: 15px;
}
.table_expenses .table_header th:nth-child(n+4) {
    padding-left: 12px;
    border: 0;
}
.table_expenses .table_body td:nth-child(n+4) {
    width: 12% !important;
    padding-left: 12px;
}
.table_expenses .table_footer td:nth-child(n+4) {
    border-top: 2px solid #A5A5A5;
    padding-left: 6px;
    border-left: 12px solid white;
}
.table_expenses .table_body .stretcher {
    width: 90%;
    height: 2px;
    background-color: #A5A5A5;
    border-radius: 1px;
    margin: 0 1% 0 1%;
}

/*------------------- loyalty-----------------------*/

.f14,
#loyalty-container input.input-text,
#loyalty-container .error-field,
#loyalty-container .success-field {
    font-size: 14px;
}

.f12,
#loyalty-container .btn {
    font-size: 12px;
}

#loyalty-container input.input-text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 41px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 10px;
}
/*.loyalty-card-image { max-width: 100%; height: 140px;  }*/
#loyalty-container .carousel-inner .item { min-height: 178px; width: 100%; }
#loyalty-container input.input-text:focus {
    border: 2px solid #e0e2e3;
    box-shadow: none;
    color: #494949;
    transition: none;
}
.btn {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 41px !important;
    line-height: 41px;
    border: 0 none;
    background-color: #d0d0d0;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    padding: 0px 10px !important;
    text-align: center;
    background-image: none;
    text-shadow: none;
    margin: 0px;
    white-space: normal;
    line-height: 20px;
}
.btn.btn-fixed {
    width: 313px;
}
.btn.btn-fixed-small {
    width: 200px;
}
.btn:hover {
    background-color: #c0bebe;
}
.btn-blue {
    background-color: #009fe3;
}
.btn-blue:hover {
    background-color: #0090ce;
}
#loyalty-container .error-placeholder {
    height: 30px;
}
#loyalty-container .error-field {
    color: #e33e83;
}
#loyalty-container .success-field {
    color: #009E60;
}
#loyalty-container .loyalty-dots-container {
    width: 100%;
}
#loyalty-container .loyalty-dots-container .loyalty-dots-gray {
    margin: 0px auto;
    width: 5px;
    height: 76px;
    background: url(https://eportal.test.trevica.pl/sonae-theme/css/i/loyalty_dots.png) no-repeat;
}
/*table transaction summary*/

.control-label {
    color: #009fe3;
}
.row.mtmm .btn.btn-primary {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px !important;
    line-height: 30px;
    border: 0 none;
    background-color: #009fe3;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    padding: 0px 10px !important;
    text-align: center;
    background-image: none;
    text-shadow: none;
    margin: 0px;
}
.search_bar {
    opacity: 0;
    transition: all .15s ease-out;
    height: 0px;
    overflow: hidden;
}
.search_bar.show_search {
    opacity: 1;
    height: auto;
}
/*==========modals css===================*/

.modal-dialog .modal-content {
    border: 0;
}
.modal-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    outline: none !important;
    border: 0;
    padding: 2em;
}
.modal-backdrop {
    opacity: 0.8 !important;
}
.modal-box .modal-logo-panel {
    width: 100%;
}
.modal_body {
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
}
.modal_body .modal-title {
    color: white;
    font-size: 15px;
    line-height: 30px;
}
.modal_body .btns input.btn-gray {
    background-color: #999999;
}
.modal_bottom_buttons {
    margin-top: 20px;
}

.modal-logo-panel {
    width: 313px;
    margin: 0px auto 0px auto;
}
.modal-logo-panel #logo {
    background: transparent url('http://img.freepik.com/icones-gratis/logo-instagram_318-84939.jpg?size=338&ext=jpg') no-repeat 0 0;
    width: 150px;
    height: 155px;
    margin: 30px auto 0;
    background-size: contain;
}
.modal-logo-panel #dots {
    background: transparent url('https://eportal.test.trevica.pl/sonae-theme/css/i/sprite_white.png') repeat-x 0 -182px;
    height: 5px;
    margin: 10px 0 10px 0;
}
.modal_body .form-group-modal {
    text-align: center;
    display: block;
}
.modal_body .form-group-modal label {
    color: white;
}
.modal_body .form-group-modal input {
    width: 100%;
    background-color: transparent;
    text-align: center;
    color: white;
}
.modal_body .row.legend {
    color: white;
    font-size: 10px;
    line-height: 10px;
    padding: 0 5px 0 5px;
}
.modal_body .row textarea {
    width: 100%;
    background: transparent;
    border-radius: 4px;
    height: 100px;
    resize: none;
    color: white;
}
/*contacts modal specific css*/

.modal_contactos {} .modal_contactos input[type="text"] {
    text-align: left !important;
    font-weight: 500;
    color: white;
}
.row.ficheiro {
    border: 1px solid #808080 !important;
    height: 35px;
    margin: 0 5px 10px 5px;
    overflow: hidden;
    border-radius: 4px;
}
.row.ficheiro input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 35px !important;
    cursor: pointer;
    direction: ltr;
    width: 100%;
}
.row.ficheiro .col-md-6:nth-child(2) {
    background-color: #808080;
    height: 35px;
    color: white;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    position: initial;
}
.row.ficheiro .col-md-6:nth-child(2) span {
    box-shadow: none;
    height: inherit;
}
/*.modal_contactos select {
    text-align: left !important;
    background: #333333;
    color: white;
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #808080 !important;
}
.modal_contactos .col-md-4,
.col-md-12,
.col-md-8 {
    padding: 5px;
    }*/
    /*table search button*/

    .table_search_button {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        box-shadow: none;
        border: 2px solid #009FE3;
        background-color: transparent;
        margin-bottom: 5px;
    }
    .table_search_button i {
        font-size: 20px;
    }
    /***************loading screen*****************/

    /*.modal-open { overflow: visible !important; }*/
    .module_container { position: relative; }
    .backdroploading { position: absolute; }
    .openloading .modal-content {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        /*display: block;*/
        /*text-align: center;*/
        height: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .openloading .modal-dialog {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        display: block;
        text-align: center;
        height: 100%;
        margin: 0;
        width: 100%;
    }
    .openloading .modal-content div {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        text-align: center;
        /*display: inline-flex;*/
        /*top: 40%;*/
    }
    /*-----login and activate card modulo------------*/

    .form_login_activate {
        font-size: 15pt;
        font-weight: 500;
    }
    .form_login_activate label {
        font-size: 14pt;
        font-weight: 500;
    }
    .form_login_activate input {
        width: 100%;
    }
    .input-text {
        transition: border-color 1s ease;
    }
    .input-text.invalid {
        border: 1px solid red !important;
    }
    /*code inserter in login css*/

    .inserter_login {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .inserter_login input {
        width: 10%;
        border: 1px solid #CCCCCC;
        height: 40px;
        display: inline-flex;
        border-radius: 3px;
    }
    .inserter_login input:nth-child(1) {
        color: green !important;
    }
    .inserter_login input:nth-child(2) {
        color: blue !important;
    }
    .inserter_login input:nth-child(3) {
        color: yellow !important;
    }
    .inserter_login input:nth-child(4) {
        color: red !important;
    }
    .search_bar_holder {
        width: 100%;
    }
    .container_search_bar {
        display: flex;
    }
    .container_search_bar .botao_filtro:last-of-type {  padding-right: 8%; }

    .container_search_bar .botao_filtro {
        border: 0;
        padding: 1em;
        background-color: #119fde;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .container_search_bar .botao_filtro div{
     overflow:inherit;
     text-overflow:ellipsis;
     overflow: inherit;
     /*display: flex;*/
     align-items: center;
     word-break: break-word;
 }   

 .container_search_bar .botao_filtro.selected_box {
    border-right: none;
    background: linear-gradient(rgba(0, 0, 0, .14), rgba(0, 0, 0, 0));
}

.shadow_botao_filtro { height:20px; background: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, 0));}
.shadow_botao_filtro.open { background: none; }

.container_search_bar .botao_filtro::after {
    position: absolute;
    left: 0;
    bottom: -25px;
    content: "";
    display: block;
    height: 25px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, 0));
}

/* CONTAINER MOBILE */
.container_search_bar_mobile {
    background-color: #119fde;
}

.container_search_bar_mobile ul { margin: 0; }

.container_search_bar_mobile li {
    color: #fff;
    list-style-type: none;
    padding: 1em 0;
}

.container_search_bar_mobile li:last-child {
    border: none;
}


.search_terms.term {
    padding: 0 5px 0 5px;
    margin: 0 5px 0 4px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    background-color: transparent;
    border-radius: 15px;
    max-width: 200px;
    white-space: nowrap;
    border: 1px solid lightskyblue;
}
.search_terms.term span {
    text-overflow: ellipsis;
}
.search_terms.term button {
    border: 0;
    background: none;
    color: black;
    float: right;
}
.search_terms_filters {
   transition: max-height 1s ease-out;
}
.animate_filter_arrow {
    background-color: transparent;
    border: 0;
    transition: all 0.5s ease-in;
}
.animate_filter_arrow.down {
    transform: rotate(180deg);
}
.search_terms_filters .row div .form-group {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom:0px;
    font-size:12pt;
}

.search_terms_filters .row div .form-group .form-control {
    border-radius:0;
    border: 0;
    background-color:#d8dfe5;
}

.search_terms_filters .row div .form-group label {
    border: 0;
    width: 100%;
    font-size:10pt
}
.search_terms_filters .row div .form-group select {
    padding: 5px;
    width: 100%;
    border: 0;
    background-color:#d8dfe5;
}

.wrapper_input {
    position:relative;
}

.wrapper_input::after {
   pointer-events:none;
   position: absolute;
   left: 0;
   bottom: -25px;
   content: "";
   display: block;
   height: 25px;
   width: 100%;
   border-top: 1px solid #b3b6b9;
   background: linear-gradient(rgba(179,182,185, .5), rgba(179,182,185, 0));
   background-repeat: no-repeat;
}

.search_terms_filters .row div .form-group button.apply_filters {
    width: 100%;
    border: 0px;
    background-color:#03406f;
    color: white;
    padding: 9px 5px;
    font-weight:600;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search_terms_filters .row div .form-group button.clear_filters {
    width: 100%;
    background-color:transparent;
    font-weight:500;
    border: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #119fde;
}
.search_terms_filters .row div .form-group.dates {
    display: inline-block;
}
.search_terms_filters .row div .form-group.dates input[type="text"] {
    padding: 5px !important;
    width: 100% !important;
    border: 0 !important;
    background-color:#d8dfe5 !important;
    border-radius: 0 !important;
    font-size:12pt !important;
}
/* media queries*/

@media only screen and (max-width: 400px) {
    .form_login_activate,
    .form_login_activate label,
    .form_login_activate_element {
        font-size: 9pt;
        font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    .search_terms.term {
        margin: 5px 2% 5px 2%;
        width: 96%;
    }

    .atm_image_container {
      height: 150px !important;
      position: relative !important;
  }
}
/* # User Dropdown */

.user-dropdown {
    color: #9B9B9B;
    font-size: 1.6em;
    cursor: pointer;
}

.user-dropdown ul { border-radius: 0; }
.user-dropdown li { list-style: none; }

/* # Dashboard */

#dashboard .c3-grid line {
    stroke: transparent;
}
#dashboard md-tab-item {
    padding-top: 0;
}
#dashboard .dash_dates {
    font-size: .8em;
    color: #AAA;
}
#dashboard .dash_dates .fa-sort-desc {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*================== novo layout */

.grouper i:not(.fa), .custom-tooltip { color: #e0005a; font-size: 1.23em; line-height: 1; }

.grouper .line_1 {
    display: block;
    font-size: 1.6em;
    margin-bottom: 0.4em;
    color: #11a0df;
    line-height: 1;
}

.grouper span.line_2 {
    font-size: 2.2em;
    margin-bottom: 0.4em;
    line-height: 1;
    word-break: break-all;
}

.line_2 big-integer {
    color: #04508c;
}

.grouper .line_3 {
    display: block;
    font-size: 10pt;
    clear: left;
    line-height: 1.2;
}
.grouper .line_4 {
    display: inline-block;
    font-size: 10pt;
    margin-top: .4em;
}
.grouper .accept, .btn-accept  {
    padding: 1.3em;
    border: 0;
    font-size: 1.615em;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.section_colored_background {
    background-color: #F8F8F8;
    padding: 30px;
    overflow: hidden;
}

/*picker for payment options and type of credit payment*/
.bar_picker_holder { display: flex; flex-wrap: wrap; }
.bar_picker {
    padding: .6em;
    background-color: #e7eff2;
    color:#8A8A8A;
    border: 0;
    border-bottom: 2px solid #c9ced1;
    font-weight: 800;
    position: relative;
    font-size: 1.4em;
    flex-grow: 1;
    height: 60px;
    flex-basis: 70px;
    max-width: 110px;
    line-height: 1;
}

.bar_picker::after {
  position: absolute;
  left: 0;
  bottom: -25px;
  content: "";
  display: block;
  height: 25px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, 0));
}

.bar_picker_no_box_shadow::after {
  content: none;
  display: none;
  height:0;
  width: 0;
  background: none;
}

.bar_picker input {
    border: 0;
    color: #fff;
    padding: .6em;
    font-weight: 600;
    background-color: transparent;
}

.bar_picker.selected input { color: #fff; }
.bar_picker.modalitys:last-child {
    padding: 0;
    height: 50px;
    margin-top: 3px;
    margin-left: 5px;
}

.bar_picker.selected {
    color: #fff;
    background-color: #df396b;
    border-bottom:0!important;
}

.bar_picker.modality.bar_picker_no_box_shadow input { color: #757575; }
.bar_picker.modality.bar_picker_no_box_shadow.selected input { color: #fff; }
.bar_picker.modality.bar_picker_no_box_shadow.selected input::-webkit-input-placeholder { color: #fff; } /* Chrome/Opera/Safari */
.bar_picker.modality.bar_picker_no_box_shadow.selected input::-moz-placeholder { color: #fff; } /* Firefox 19+ */
.bar_picker.modality.bar_picker_no_box_shadow.selected input:-ms-input-placeholder { color: #fff; } /* IE 10+ */
.bar_picker.modality.bar_picker_no_box_shadow.selected input:-moz-placeholder { color: #fff; } /* Firefox 18- */


.bar_picker .arrow:first-child:after, .bar_picker .arrow:first-child:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bar_picker .arrow:first-child:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #e7eff2;
	border-width: 10px;
	margin-left: -10px;
}
.bar_picker .arrow:first-child:before{
  border-color: rgba(245, 0, 0, 0);
  border-bottom-color:  #e7eff2;
  border-width: 11px;
  margin-left: -11px;
}

.bar_picker .arrow.selected:after { border-bottom-color:  #df396b; }
.bar-picker-other-amount, .bar-picker-other-amount input {
    outline: 1px solid coral;
    padding: 0;
    margin: 0;
    background: transparent;
    width: auto;
}

.footer button {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-flex;
    margin: 5px;
    width: 160px;
    font-size: 10pt;
    justify-content: center;
    align-content: center;
    border: 0;
    border-radius: 5px;
}

/* cc card placeholder template */

.cc-template { position: relative; max-width: 280px; font-size: 1em; /*box-shadow: 0 3px 5px rgba(0,0,0,.3);*/ }
.cc-description { height: 20px; }
.cc-template .cc-template-background { width: 100%; }

.cc-template .cc-template-foreground {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    padding: 2.4em;
    padding-bottom: 0;
    /*display: flex;*/
    /*justify-content: space-between;*/
    font-weight: 600;
}

.cc-card--title { font-size: 1.6em; text-transform: uppercase; margin-bottom: 0; color: #0c3763; }
.cc-card--status { font-size: 1.6em; color: #fff; margin-bottom: 0; }
.replace-card--disclaimer { color: #bcc7cd; font-size: 1.4em; }
.card-disclaimer-txt--container { color: #bcc7cd; }
.card-disclaimer-txt--title { font-size: 1.8em; color: #333333;}
.card-disclaimer-txt--description { font-size: 1.4em; line-height: 1.50;/*1.15;*/color: #333333;font-family: 'bryant_pro_regularregular';text-align: justify;text-justify: inter-word;}

/*.cc-template .cc-brand-logo { height: 25px; }*/
.cc-template .cc-span { /*flex: 1;*/ display: flex; flex-direction: column; }
/*.cc-template .cc-span span { display: flex; flex-direction: column; }*/
.cc-template .cc-bin-type { font-size: 11px; }
.cc-template .cc-number { font-size: 2.4em; margin-top: 2.1em; }

/* ios hacks */
.platform-ios10 .cc-template .cc-number {
    margin-top: 15px;
}
.platform-android4 .cc-template .cc-number {
    font-size: 17px;
    margin-top: 17px;
}
.platform-android2 .cc-template .cc-number {
    font-size: 15px;
    margin-top: 10px;
}
.cc-template .cc-holder {
    font-size: 1.2em;
    margin-top: 1.5em;
    font-weight: 400;
}
.platform-android4 .cc-template .cc-holder {
    font-size: 13px;
    margin-top: -3px;
}
.platform-android2 .cc-template .cc-holder {
    font-size: 12px;
    margin-top: -4px;
}
.cc-template .cc-date {
    font-size: 1em;
    display: inline-block;
    /*margin-top: 2em;*/
}

/* @medias */

@media (min-width: 768px) {
    .platform-android .cc-template {
        font-size: 1em;
    }
    .platform-android .cc-template .cc-template-foreground {
        padding: 2em 2em 0 2em;
        font-size: 1em;
    }
    .platform-android .cc-template .cc-span span {
        font-size: 2em;
    }
    .platform-android .cc-template .cc-span .cc-number {
        font-size: 2.9em;
        margin-top: 2.08em;
    }
    .platform-android .cc-template .cc-holder {
        font-size: 1.5em;
        margin-top: 1em;
    }
    .platform-android .cc-template .display-flex {
        margin-bottom: 0.5em;
    }
    .platform-android .cc-template .cc-bin-type {
        font-size: 1.5em;
    }
    .platform-android .cc-template .cc-brand-logo {
        height: 100%;
    }
    .platform-android .cc-template .cc-date {
        font-size: 1.5em;
    }
}

/* end cc card placeholder template */

/* color 1 alimentação */

.ic_color_1 {
    background-color: #008af2;
}
/* color 2 automóvel */

.ic_color_2 {
    background-color: #ffc000;
}
/* color3 restauração */

.ic_color_3 {
    background-color: #008af2;
}
/* color 4 casa */

.ic_color_4 {
    background-color: #ffff00;
}
/* color 5 vestuário */

.ic_color_5 {
    background-color: #e62265;
}
/* color 6 saúde */

.ic_color_6 {
    background-color: #fff;
}
/* color 7 entretenimento */

.ic_color_7 {
    background-color: #4472c4;
}
/* color 8 educação */

.ic_color_8 {
    background-color: #ffc000;
}
/* color 9 viagens */

.ic_color_9 {
    background-color: #00a8e9;
}
/* color 10 outros */

.ic_color_10 {
    background-color: #e62265;
}
/* color 11 levantamentos */

.ic_color_11 {
    background-color: #ffff00;
}
/* color 12 default */

.ic_color_12 {
    background-color: #fff;
}
/* no category icon */

.ic_color_ {
    background-color: #fff;
    opacity: 0;
}

/*tabela movimentos*/
.pagination_ellipsis {
    pointer-events: none;
    background: none;
}
.pagination_number {
    background-color: green;
}
.table_movements { width: 100%; }
/*.table_movements th:nth-child(3) { width: 50%; }*/
.table_movements_header h4 {
    line-height: 2.11em;
}
.table_movements_header .table_movements_element_number_box {
    border: 3px solid #A9A9A9;
    background-color: transparent;
    border-radius: 5px;
    color: #A9A9A9;
    text-align: right;
    float: right;
    margin: 10px 0px 10px 0px;
    line-height: 35px;
}
.table_movements_header .table_movements_element_number_box div {
    display: inline-block;
    border-right: 1px solid #A9A9A9;
    background-color: transparent;
    height: 35px;
    padding: 0 10px 0 10px;
}
.table_movements_header .table_movements_element_number_box select {
    position: relative;
    height: 34px;
    padding: 0 10px 0 10px;
    border: 0px;
}
.table_movements table {
    width: 100%;
}
.table_movements .mobile_table {
    font-size: 10px; 
    table-layout: fixed;
    width: 100% !important;
}
.table_movements .mobile_table button {
    border: 0px;
    background: transparent;
    float: right;
}

.table_movements .mobile_table .row_mobile1 {
 width: 41%;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.row_mobile1 .small { font-size: 1.4em; }

.table_movements .mobile_table .row_mobile2 {
 width: 20.6%;
 white-space: initial; 
 word-break: break-all;
 text-align: center;
}

.table_movements .mobile_table .row_mobile3 {
 width: 20.6%;
 white-space: initial; 
 word-break: break-all;
}

.table_movements .mobile_table .row_mobile4 {
 width: 15%;
 white-space: initial; 
 word-break: break-all;
}

.table_movements .mobile_table .row_mobile4 button i {
    font-size: 3em;
}

.table_movements table thead tr th {
    padding-bottom: 5px;
    font-size:10pt;
}
.table_movements table .table_spacer {
    height: 5px;
}
.table_movements table thead tr th,
.table_movements table tbody tr td {
    padding: 5px 0;
    color: #5a6c7b;
}

.table_movements table thead tr th { padding: 0; vertical-align: bottom; }

.table_movements table tbody tr td .big {
 font-size: 14pt;
}

.table_movements table thead tr th:last-of-type {
    width: 100px;
    text-align: right;
}

.table_movements_footer {
    margin-top: 10px;
}
.table_movements_footer .button_more {
    width: 60%;
    height: 50px;
    font-size: 16pt;
    margin-left: 20%;
    border-radius: 5px;
    border: 0;
}
.table_movements_footer .table_movements_pagination_number {
    border: 2px solid #04508c;
    background-color: transparent;
    border-radius: 5px;
    color: #04508c;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    margin: 10px 1px 10px 1px;
    font-size: 1.6em;
}
.selected_pagination {
    color: #fff !important;
    border: 2px solid #04508c;
    background-color: rgba(4,80,140,.8)!important;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    margin: 10px 1px 10px 1px;
}
/* end tabela movimentos */

/* gastos categorizados */

.seccao_gastos_categorizados {display: flex; padding: 0.4em 0; /*justify-content: space-between;*/ }
.seccao_gastos_categorizados .header1 { flex-grow: 2; margin-bottom: 0; }
.seccao_gastos_categorizados .header2 { width: 80px; flex-shrink: 0; text-align: right; font-size: 2.2em; }

.seccao_gastos_categorizados .footer1 { display: inline-flex; flex-grow: 1; align-items: center; }
.seccao_gastos_categorizados .footer1 label { color: #04508c; font-size: 2em; line-height:3em;}
.seccao_gastos_categorizados .footer2 { border-top: 2px solid #bcc7cd; text-align: right; line-height: 1.4; color:#666;}
.seccao_gastos_categorizados .footer2 label { color: #04508c; font-size: 2em; margin: 1em 0 0 0; }

.seccao_gastos_categorizados .nome_categoria { text-align: left; font-size: 1.8em; color: #04508c; }
.seccao_gastos_categorizados .barra_gasto_holder .barra_gasto { margin-top: 1px; border-radius: 0; height: 20px; }
.seccao_gastos_categorizados .barra_gasto_holder .barra_gasto span { font-weight: 600; font-size: 9pt; }
.barra_gasto_holder {display: flex; flex-direction: column; padding: 0 1em; flex-basis: 70%; flex-grow: 1; }

.barra_gasto { position: relative; }
.barra_gasto:after { position: absolute; left: 0; bottom: -4px; content: ""; display: block; height: 5px; width: 100%; background: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, 0)); }

.seccao_gastos_categorizados .descontos { flex-basis: 8%; text-align: right; }
.seccao_gastos_categorizados .totalAmount { color: #04508c; flex-basis: 12%; padding: 0 1em; text-align: right; }

/* footer download extractos */

.footer_extractos { padding: 5px 0; }

.footer_extractos_holder {
    height: inherit;
    display: flex;
    min-height: 50px;
}

.footer_extractos .button_download{
    display: inline-flex;
    background-color: #03406f;
    font-size:12pt;
    color: white;
    border: 0;
    font-weight: 600;
    width: 50%;
    text-align: center;
    justify-content: center;
    overflow:hidden;
    text-overflow:ellipsis;
}
.footer_extractos .selector{
    display: inline-flex;
    border: 0;
}

.footer_extractos .custom-select {
    width:50%;
}

/* contactos views */

.submit_form_button{
    width: 100%;
    font-size: 12pt;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    height: 36px;
    border: 0;
    margin-top: 4px;
    font-weight:600;
}

.contactos_info .line_1 {
    display:block;
    font-size: 12pt;
    clear:left;
    line-height:1.2;
}
.contactos_info .line_2 {
    display:block;
    font-size: 16pt;
    font-weight:500;
    clear: left;
    line-height:1.2;
}
.contactos_info .line_3 {
    display:block;
    font-size: 9pt;
    clear:left;
    line-height:1.2;
}

/* info pagamentos */

.disclaimer_paymentinfopage {
    font-size: 1.4em;
    line-height: 1.6;
    color: #333333;/*#5a6c7b;*/
    font-family: 'bryant_pro_regularregular';
    text-align: justify;
    text-justify: inter-word;

}

.flip {
    bottom: 100%;
    top: initial;
}

.dropdown-menu ul{
    display: flex;
    flex-direction: column-reverse;
}

/* INCONTROL */

.incontrol_col_header {
    border: 0;
    border-bottom: 1px solid #F2F2F2;
    outline:5px solid #fff;
    padding-bottom: 10px;
    font-size: 14pt;
}

.incontrol_box {
    display: flex;
    background-color: #e6e6e6;
    margin: 10px 0;
    padding: 10px 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.incontrol_box > div {
    flex-shrink: 1;
}

.incontrol_col_1 {
    display: inline-flex;
    align-items: center;
    /*margin: 0 5px 0 5px;*/
}

.incontrol_col_1 i{
    margin-top: 2pt;
    font-size: 15pt;
}

.incontrol_col_1 span{
  font-size: 12pt;
  margin-left: 5px;
}

.incontrol_col_2 {
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 12pt;
    justify-content: flex-end;
    /*margin: 0 5px 0 5px;*/
}
.incontrol_col_2 input{
    width: 100%;
    /*height: 60%;
    border: 0px;
    border-bottom: 1px solid #DEDEDE;*/
    text-align:right;
    background-color:transparent;
}

.incontrol_col_3{
    display: inline-flex;
    align-items: center;
    font-size: 12pt;
    justify-content: center;
    /*margin: 0 5px 0 5px;*/
}

.toggletrio {
    padding: .0em; 
    border: none;
    display: inline-block;
    background: transparent;
    height: 28px;
}

input[type="radio"]#step0:focus, input[type="radio"]#step1:focus, input[type="radio"]#step2:focus {
    outline: none;
    outline-offset: -2px;
    border: 0;
    box-shadow: none;
}

/*input[type="radio"] {
    width: 23px;
    height: 25px !important;
    background: transparent !important;
    -webkit-appearance: none; 
    position: relative;
    z-index: 1;
    margin-top: -6px; 
    }*/
    .toggletrio input[type='radio']:after { border-color: #000; }

    input[type='radio']:after {
        width: 22px;
        height: 20px;
        border-radius: 15px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: transparent;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid white;
        margin: 6px;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 2px;
    }

    input[id='step0']:checked:after {
        width: 22px;
        height: 20px;
        border-radius: 15px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: #00a8e9;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid white;
        margin: 6px;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 2px;
    }

    input[id='step1']:checked:after {
        width: 22px;
        height: 20px;
        border-radius: 15px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: #f9bf1e;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid white;
        margin: 6px;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 2px;
    }

    input[id='step2']:checked:after {
        width: 22px;
        height: 20px;
        border-radius: 15px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: #cc1d85;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid white;
        margin: 6px;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 2px;
    }

    .bullet-blue-portal {
        font-size: 1em;
        color: #00A8E9;
    }

    .bullet-magenta-portal {
        font-size: 1em;
        color: #9E1E81;
    }

    .bullet-yellow-portal {
        font-size: 1em;
        color: #EFB200;
    }

    input[type='number'].enabled_text{
        color:blue;
        border-bottom:1px solid blue;
    }

    input[type='text'].disabled_text{
        color:black;
        border-bottom:0;
        pointer-events: none;
        cursor: text;
    }

    /*Avatar holder*/

    .avatar_box {
       position: relative;
       background: #71A3F6;
       border: 2px solid #71A3F6;
       z-index:999;
       border-radius: 5px;
   }

   .avatar_box img {
    border-radius: 5px;
}

.avatar_box:after, .avatar_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.avatar_box:after {
	border-color: rgba(213, 213, 213, 0);
	border-bottom-color: #71A3F6;
	border-width: 15px;
	margin-left: -15px;
}
.avatar_box:before {
	border-color: rgba(222, 222, 222, 0);
	border-bottom-color: #71A3F6;
	border-width: 15px;
	margin-left: -15px;
}

/* end code inserter conditional classes */

.degressivity_selector_activate_user_account {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.degressivity_selector_activate_user_account button{
    background-color:#009FE3;
    color:white;
    font-size:12pt;
    background-color: #009FE3;
    color: white;
    font-size: 16pt;
    border: 0;
    height: 30px;
    width: 30px;
    border-radius: 5px;

}

.degressivity_selector_activate_user_account div{
 width: calc(100% - 60px);
 text-align: center;
}


.warning_box {
    background-color:#F4ED00;
    color:black;
    border:1px solid #D7B05A;
    border-radius:5px;
    padding: 14px;
}

.success_box {
    background-color:#57A43A;
    color:black;
    border:1px solid #469329;
    border-radius:5px;
    padding: 14px;
}

.botao_filtro { text-align: left; }
.botao_filtro.fix_spacing { padding-left: 8%; }

.responsive-table i { font-size: 20pt !important; }

.container_search_bar_mobile button:first-child { border: 0; }
.container_search_bar_mobile button { padding: .5em 0; }

.see_search_options {
    transition:all .5s ease-in-out;
    max-height:0px;
    overflow:hidden;
    width:100%;
    text-align:center;
}

.see_search_options.filter_options_open {
    max-height: 200px !important;
    background-color: transparent;
    color: white;
}

.arrow_filter{
  transition: transform 0.5s;
}

.arrow_filter.arrow_down {
 transform: rotate(-180deg); 
 -ms-transform: rotate(-180deg); /* IE 9 */
 -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
}

.no_margin_bottom_filter {
    margin-bottom: 0;
}

.clamp_text_multiline {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.desktop_transaction_row_date_field {
    /* Edit Tamanhos font-size: 1.3em;*/
    font-size: 1.6em;
}

.hide_password {
    -webkit-text-security: disc;
    text-security:square;
    
    min-width: 50px;
    width: 15%;
}

.card_number {
    min-width: 50px;
    width: 15%;
}

@media (max-width: 470px) {
    /*.hide_password { min-width: 30px; }*/
}


input[type='number'] { -moz-appearance: textfield; }

.hide_password::-webkit-outer-spin-button,
.hide_password::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.no_padding_left{ padding-left: 0; }
.no_margin_left { margin-left: 0; }
.no_margin_right { margin-right: 0; }
.no_padding_right { padding-right: 0; }

.translate-cloak { opacity: 0; }

/* IE HACK */
@media all and (-ms-high-contrast:none) {
    
   /*valores Numericos*/
   *::-ms-backdrop, .ie-bigNumber { font-size:4.5em; }
   *::-ms-backdrop, .ie-smallNumber { font-size:2em; }

   /*valores Numericos tabelas*/
   *::-ms-backdrop, .table_value .ie-bigNumber { font-size:1.8em; }
   *::-ms-backdrop, .table_value .ie-smallNumber { font-size:1.5em; }

   /*menu*/
   *::-ms-backdrop, .Level0 { font-size:.9em;}

   /*extratosMovimentos*/
   *::-ms-backdrop, .totalAmount .ie-bigNumber { font-size:2.5em; }
   *::-ms-backdrop, .totalAmount .ie-smallNumber { font-size:1.5em; }
   *::-ms-backdrop, .descontos .ie-bigNumber { font-size:2.5em; }
   *::-ms-backdrop, .descontos .ie-smallNumber { font-size:1.5em; }

   *::-ms-backdrop, .footer1 .ie-bigNumber { font-size:2.5em; }
   *::-ms-backdrop, .footer1 .ie-smallNumber { font-size:1.5em; }
   *::-ms-backdrop, .footer2 .ie-bigNumber { font-size:2.5em; }
   *::-ms-backdrop, .footer2 .ie-smallNumber { font-size:1.5em; }

   *::-ms-backdrop, .footer_extractos_holder { height:50px !important; }
   *::-ms-backdrop, .footer_extractos_holder button span{ line-height:50px; }

   /*modal*/
   *::-ms-backdrop, .modal-dialog  {margin:0;}

   /*Defenicoes Cartão*/
   *::-ms-backdrop, .line_2 .ie-bigNumber { font-size:1.5em; }
   *::-ms-backdrop, .line_2 .ie-smallNumber  { font-size:1em; }
}