
.login-box-body {
    background: white !important;
    border-radius: 12px !important;
}

/* =============RECIBO  */
.dt-body-nowrap {
   white-space: nowrap;
}
#recibo{
    font-size: 0.75em;
}
#invoice-POS {
    font-family: "fakereceipt";
   /*dow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);*/
    padding: 3mm 0mm;
    /* margin: 1.2em auto 0 auto;*/
    margin: 0 auto 0 auto;
    /*width: 44mm;*/

    width: 100%;
    background: hsl(0, 0%, 100%);
    max-height: 82%;
    overflow: auto;
}

#invoice-POS p {
    color: #666;
    line-height: 1.4em;
    display: block;
    font-size: 1.4em;
    /*font-size: 1em;*/

    margin-block-start: 0.7em;
    margin-block-end: 0.7em;
    margin-inline-start: 10px;
    margin-inline-end: 10px;
}

#top,
#mid,
#bot {
    /* Targets all id with 'col-' */
    border-bottom: 1px solid #eee;
}

#bot {
    min-height: 50px;
}

#invoice-POS .info {
    display: block;
    float: left;
    margin-left: 0;
}

#invoice-POS .title {
    float: right;
}

#invoice-POS .title p {
    text-align: right;
}

#invoice-POS table {
    width: 100%;
    border-collapse: collapse;
}

#invoice-POS .itemtext.print {
    font-size: 20px;
}
img .print {
    height: 200px;
}

.tall-image {
    height: 210%;
}
.tall {
    font-size: 20px !important;
    color: #000 !important;
    /* margin:0;*/
    /* display: inline-block;*
 margin-bottom: 5%;
  line-height: 110%;
/*  font-size: 20px;
  color:#000;*/
    -webkit-transform-origin: 0 0;
    -ms-transform: scale (1, 2);
    -webkit-transform: scale(1, 2);
    -moz-transform: scale(1, 2);
    -o-transform: scale(1, 2);
}

.tall2 {
    font-size: 26px;
    color: #000;
    margin: 0;
    display: inline-block;
    /* margin-bottom: 4px;*/
    line-height: 120%;
    /*  font-size: 20px;
  color:#000;
  -webkit-transform-origin: 0 0;
  -ms-transform:scaleX (1,2);
-webkit-transform:scaleX(1,2);
-moz-transform:scale(1,2);
-o-transform:scale(1,2);*/
}
#invoice-POS .tabletitle {
    font-size: 1em;
    background: #eee;
}

#invoice-POS .service {
    border-bottom: 1px dashed #666;
}
#invoice-POS .no-service {
    border-bottom: none;
}

#invoice-POS .item {
    width: 24mm;
}

#recibo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    height: 200%;
    /*  padding-bottom: 50px;*/
}
/* ============= */
.table .btn-group {
	white-space: nowrap;
}
.table .btn-group .btn {
	display: inline-block;
	float: none;
}
div.dt-buttons {
    float: right;
    margin-left: 10px;
}

.recebeu,
.credito {
    color: red;
}
.mandou,
.debito {
    color: green;
}

.lancamento-box-valor {
    min-height: 200px;
    border: 1px solid #f4f4f4;
    display: flex;
    /* align-content: center; */
    /* vertical-align: bottom; */
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.tab-content .border-right {
    border-right: 1px solid #f4f4f4;
}
.select2-container--default .select2-selection--multiple {
    min-height: 140px;
}

#select2-txt_numeros-results {
    display: none;
}
body,
table {
    font-size: 14px;
}

table tbody tr.even.selected,
table tbody tr.odd.selected {
    background-color: #222;
    color: white;
}
.trivo_form button,
.trivo_form input {
    border-radius: 4px;
    height: 42px;
}

.login-page,
.login-box-body {
    background: #222;
    color: white;
}

.btn-primary, .btn-info {
    background-color: #222;
    border-color: #222;
}

.btn-info:hover {
    background-color: #222;
}

.trivo_form .btn-primary {
    background-color: #222;
    border-color: white;
}

.trivo_form .btn-primary:hover {
    background-color: #222;
}
.login-logo a {
    font-size: 60px;
    color: white;
}

.login-page .form-group.has-error .help-block {
    color: white;
    font-weight: 400 !important;
}

.login-page .form-group.has-error .form-control {
    border-color: white;
}

.table .desativado {
    font-weight: 400;
    color: red;
}

.table .ativado {
    color: green;
    font-weight: 400;
}

.table .pendente {
    color: #ff5e00;
    font-weight: 400;
}

.action {
    white-space: nowrap;
}

.table .action .btn {
    margin-right: inherit;
    min-width: inherit;
}

.box-primary {
    border-top-color: #222 !important;
}

.action .btn {
    margin-right: 5px;
    min-width: 62px;*/
}
@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?dd6g4f');
    src:  url('/fonts/icomoon.eot?dd6g4f#iefix') format('embedded-opentype'),
      url('/fonts/icomoon.ttf?dd6g4f') format('truetype'),
      url('/fonts/icomoon.woff?dd6g4f') format('woff'),
      url('/fonts/icomoon.svg?dd6g4f#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-trivoflor2:before {
    content: "\e900";
   /* color: black;*/
  }
@media (max-width: 767px) {

.table .action .btn {
    margin-right: inherit;
    min-width: inherit;
}
    .action .btn {
        margin-right: 5px;
        margin-left: 5px;
        min-width: 32px;
    }

    .column_hide {
        display: none;
    }
    .main-header .logo {
        width: 25%;
        float: left;
    }

    .main-header .navbar {
        width: 75%;
        float: left;
    }

    .main-sidebar {
        padding-top: 50px;
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 50px;
    }

   
      
}
