.mobile {
    display: none;
}

.alertNaWeb {
    width: 43%;
    margin-left: 30%;
}

.text-myBlue {
    color: #193a68;
}
.alert-MyBlue {
    background-color: rgba(25, 58, 104, 0.5);
}

.myalert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.titlePag {
    width: 100px;
}

.myalert-error {
    color: #a94442;
    background-color: #f2dede;
    /*border-color: #ebccd1;*/
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid  #ebccd1;
    border-radius: 4px;
}

.msgAlert {
    margin-bottom: -1px;
    margin-left: 30px;
    margin-top: 3px !important;
}

/*
.close {
    padding-top: 4px !important;
}
*/


.main-header .logo {
    background-color: #193a68 !important;
    height: 65px !important;
}

.main-header .navbar {
    background-color: #193a68 !important;
    min-height: 65px !important;
}

.sidebar {
    margin-top: 15px !important;
}

.sidebar-menu>li.active>a {
    border-left-color: #193a68 !important;
}

.azulTop {
    border-top-color: #193a68 !important;
}


.modal-footer {
    margin-bottom: -20px !important;
}

.col-md-12 {
    padding: -20px;
}


.input-group-addon {
    background: #f4f4f4 !important;
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

}


.input {
    border: none !important;
    border-bottom: 1px solid #069 !important;
    background: none;
    outline: none !important;
    padding: 6px 5px !important;
    text-align: center !important;
    text-align-last: center !important;
    box-shadow: none !important;
}

.inputEmpty {
border-bottom: 1px solid red !important;
}

.btn.btn-sm.btn-edit {
box-shadow: none !important;
border-radius: 4px;
border: 1px solid transparent;
background: #EEEEEE;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
border-color: #d9d9d9;
}

.btn.btn-sm.btn-trash {
box-shadow: none !important;
border-radius: 4px;
border: 1px solid transparent;
background: #EEEEEE;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
border-color: #d9d9d9;
}

.btn.btn-edit:hover, .btn.btn-edit:active, .btn.btn-edit.active { /* .btn.btn-xs:focus,*/
    color: #40a9ff !important;
    background: #EEEEEE !important;
    border-color: #40a9ff !important;
}

.btn.btn-trash:hover, .btn.btn-trash:active, .btn.btn-trash.active { /* .btn.btn-xs:focus,*/
    color: red !important;
    background: #EEEEEE !important;
    border-color: red !important;
}

.btn-secondary {
    color: #444 !important;
    border-color: #ddd !important;
    background-color: #f4f4f4 !important;
}


div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: none;
    border-bottom: 1px solid #069;
    background: none;
    outline: none;
    padding: 8px 5px;
}

.label-select {
    margin-left: -10px;
}

.selectGroup {
    border-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.verticalAlign {
    vertical-align: middle !important;
}

.table {
    width: 100% !important;
}

.numSerie {
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.acoesSoUmBtn {
    width: 50px !important;
}


#spanCliente {
    padding-right: 17px;
    padding-left: 17px;
}

#apagar {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#imgLogin {
    margin-left: 85px;
}

.olho {
    width: 20px;
    height: 20px;
    margin-top: -65px;
    margin-left: 92%;
}

.statusTable {
    width: 7% !important;
}

.actionsTable {
    width: 62px !important;
}

.acaoCardapio {
    width: 113px !important;
}

.tdDataTable {
    padding-left: 20px !important;
}

.titleBgBlack {
    display: block;
    font: 18px Arial, Helvetica, sans-serif;
    padding: 5px 15px;
    margin: 0 0 20px 0;
    color: #fff;
    background: #2a323a;
    text-shadow: 1px 1px 1px #000;
    z-index: 888;
    border-radius: 5px;
}

.none {
    display: none !important;
}

.overlay, .loading-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay, .loadVendaTerminal {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.overlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    z-index: 1010;
}

.loadVendaTerminal {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/Spinner-0.8s-40px.gif");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    z-index: 1020;
}

.loading-img {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    /*background-image: url("../images/Eclipse-1s-200px.gif");*/
    background-image: url("../images/Spinner-1s-150px.gif");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    z-index: 1020;
}

select[readonly] {
    background: #eee; /*Simular campo inativo */
    pointer-events: none;
    touch-action: none;
    cursor: not-allowed;
}

td.details-control {
    background: url('../images/more.svg') no-repeat center center;
    background-size: 320px 255px;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/minus.svg') no-repeat center center;
    background-size: 18px 25px;
}

div.details-control{
    background: url('../images/more.svg') no-repeat center center;
    background-size: 320px 255px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

div.shown div.details-control {
    background: url('../images/minus.svg') no-repeat center center;
    background-size: 18px 25px;
}

.modalRecebeWidth {
    width: 850px !important;
}
.fas fa-cogs {
    font-size: 25px !important;
}

.font20px {
    font-size: 20px !important;
}

.lupaRelatorio {
    margin-top: 10px;
    margin-left: -20px;
}

.iconFechamento {
    margin-left: -25px;
    margin-right: 10px;
}

.alertStatusParceiro {
    border-radius: 3px;
    max-height: 15px;
    margin-top: -15px;
}

.filtroGerenciarCardapio {
    margin-top: 5px;
    padding-right: 1px;
}

.btn-diminui {
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .align-table-adquirente {
        transform: unset;
    }
  }

.icon-remove-adquirente{
    vertical-align: sub;
    color:red;
}

.icon-remove-adquirente:hover{
    cursor: pointer;
}

.title-alert-adquirente{
    font-size: 70px;
}

.buttons-alert-adquirente{
    font-size: 16px !important;
}

.error-input{
    border: 1px solid red !important;
}

.button-save-adquirente{
    cursor: pointer;
}

.icon-save-adquirente{
    color: #7cd1f9
}

.infoTotalSangria {
    text-align: right;
}

.total-venda-modal{
    font-size: 2.3rem;
    font-weight: 600;
}

.css-table {
    display: block;
    width: 100%;
}

.css-table-header {
    display: flex;
    justify-content: space-around;
    background-color: #d4edda;
    font-weight: 700;
}

.css-table-body {
    display: block;
}

.css-table-row {
    display: flex;
    justify-content: space-around;
}

.css-table-header div,
.css-table-row div {
    padding: 0 6px;
    padding: 5px 0px 5px 0px;
}

.css-table-header div {
    text-align: center;
}

.table-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row-modified {
    display: flex;
    justify-content: space-around;
    margin-left: 2.8%;
}

.grid {
    width:10%!important;
}
.row-icon {
    display: flex;
    justify-content: center;
    margin-left: 2.8%;
}

.linha {
    width: 100%;
    transform: translate(0%, 4%);
}

@media (max-width: 760px) {
    .css-table {
        width: 430%;
    }
}

.css-table-row:hover{
    background-color: #dafff7;
}

.table-row:hover{
    background-color: #dafff7;
}

td.text-align-left{
    text-align: left !important;
}

td.text-align-right{
    text-align: right !important;
}

.terminal-checkbox{
    text-align: left;
    display: inline-grid;
    margin-left: 6%;
}

.preview-image{
    margin-top: 10px;
}

@media (min-width: 800px) {
    .modal-dialog.modal-lg{
        width:80%;
    }
}

.buttons-relatorios-terminal{
    display: flex;
    justify-content:space-between;
}

@media(max-width: 500px){
    .buttons-relatorios-terminal{
        flex-direction: column;
        align-items: center;
    }
}
