body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #E8E8E8;
    /*background: url(../img/s-o-c-i-a-l-c-u-t-1145192-unsplash.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.corpo {
     height: calc(100vh - 150px);
}

.rodape {
    color: #f25600;
    font-size: 24px; 
    font-weight: bold;
}

.color-red {
    color: red;
}
.color-black {
    color: black;
}

.profile-img
{
    width: 160px;
    /* height: 70px; */
    margin: 0 auto 10px;
    display: block;
}

/*----------------------------------------------
    MENUS E BARRA SUPERIOR     
------------------------------------------------*/
.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: revert-layer;
}

.navbar-brand {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    /**padding: 0px; **/
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-inverse {
    background-color: #121244;
    border-color: #121244;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-nav>li>a {
    padding-left: : 10px;
    padding-right: 10px;
    line-height: 20px;
}

ul.nav.nav-second-level.collapse.in {
    background: #000000;
    padding: 0px 15px;
}

/* 
======================
start dropdown-submenu 
======================
*/

.form-horizontal .form-group {
    margin-right: 5px;
    margin-left: 5px;
}

.form-group {
    margin-bottom: 5px;
}

button {
    background-image: none;
}

p {
    margin: 0 0 0px;
    font-size: 14px;
}

label{
    font-size: 14px;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    background-color: inherit;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  margin-top: 50px;
}

#top {
    margin-top: 10px;
}

#titulo {
    text-transform: capitalize;
}

.breadcrumb {
    //margin-top: 10px;
    margin-bottom: 0px;
    padding: 1px 5px 0px 5px;
    text-transform: capitalize;
    font-size: medium;
}

.panel {
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top:    10px;
    /*border-color: #121244;*/
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /* border-radius: 0px 0px 8px 0px; */
}

.panel-default>.panel-heading {
    color: #333;
    font-size: medium;
    text-transform: capitalize;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 8px 8px 0px 0px;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 8px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #121244;
}

.panel-body {
    padding: 1px;
}

.panel-footer .pesquisa{
     /*width: 25%;*/
     display: inline;
     vertical-align: top;
     border: 0;
}

.panel-body .login {
    min-width: 0;
    margin: 0;
    padding: .35em .625em .75em;
    border: 0;
}

.panel-title>a, .panel-title>small, .panel-title>small>a {
    color: #fff;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #f25600;
    border-color: #f25600;
}
.btn-success:hover, .btn-success:focus{
    color: #fff;
    background-color: #121244;
    border-color: #121244;
}

fieldset .produto {
    padding: .35em .625em;
    margin: 0 2px;
    border: 1px solid silver;
}

fieldset {
    height: 100%;
    min-width: 0;
    padding: 10px;
    margin: 0;
    margin-bottom: 5px;
    border: 1px solid silver;
    border-radius:4px;
    background-color:#f5f5f5;
}
     
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.form-control:focus {
    border-color: #f25600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(245 134 16 / 60%);
}

fieldset .form-control{
    background-color: rgba(255,255,255,.15);
}

fieldset .tiss {
    margin: 0px 15px 0px;
}

legend {
    display: block;
    width: inherit;
    border: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    font-weight:bold;
    line-height: inherit;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #121244;
}

.header {
    position: sticky;
    top:0;
}

th {
    background-color: #f25600;
    text-align: center;
    color: white;
}

.btn{
    #display: inline;
    margin-bottom: 5px;
    font-size: 12px;
    #border-radius: 18px;
}

.btn-default.btn-on.active{background-color: #f25600;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}
.btn-default.btn-radio.active{
  #position       : absolute;
  #clip           : rect(0, 0, 0, 0);
  #pointer-events : none;
  background-color: #f25600;
  color: white;
}

.input-xs {
    height: 22px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.ui-select-toggle {
    height: 22px;
    padding: 5px 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

/*----------------------------------------------
   PDV CAIXA STYLES    
------------------------------------------------*/
.total-block {
    /*height: 70px;*/
    border-top: 1px dashed #D0D3D8;
    /*border-bottom: 1px dashed #D0D3D8;*/
}

.total-block .total {
    padding: 10px;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    height: 48px;
    border-top: 1px dashed #D0D3D8;
}

.total-block .total:nth-child() {
    border-right: 1px dashed #D0D3D8;
}

.total-block .total:nth-child(2) {
    border-bottom: 1px dashed #D0D3D8;
}
.total-block .total:nth-child(3) {
    border-bottom: 1px dashed #D0D3D8;
}

.total-block .total .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.total-block .total .amount {
    text-align: center;
    color: #4b63d6;
    font-size: 15px;
    font-weight: 400;
}

.total-block .total.amount-received .amount {
    color: #ff9e28;
    /*border-bottom: 1px dashed #D0D3D8;*/
}

.total-block .total.amount-due .amount {
    color: #6FD64B;
    /*border-bottom: 1px dashed #D0D3D8;*/
}

.total-block .total.amount-canceled .amount {
    color: red;
    /*border-bottom: 1px dashed #D0D3D8;*/
}

.total-block-pdv {
    height: 70px;
    border-top: 1px dashed #D0D3D8;
    border-bottom: 1px dashed #D0D3D8;
}

.total-block-pdv .total {
    padding: 10px;
    padding-top: 5px;
    display: inline-block;
    width: 48%;
    height: 68px;
}

.total-block-pdv .total:nth-child(1) {
    border-right: 1px dashed #D0D3D8;
}

.total-block-pdv .total .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.total-block-pdv .total .amount {
    text-align: center;
    color: #4b63d6;
    font-size: 20px;
    font-weight: 400;
}

.total-block-pdv .total.amount-due-pdv .amount-pdv {
    color: #6FD64B;
}

/*----------------------------------------------
    CHECKBOX E RADIO     
------------------------------------------------*/
.checkbox {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px; 
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
    padding-right: 25px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; 
}
.checkbox input[type="checkbox"] {
    opacity: 0; 
}
.checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; 
}
.checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; 
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%; 
}
.checkbox.checkbox-inline {
    margin-top: 0; 
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #f25600;
  border-color: #f25600;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; 
}
.radio {
  padding-left: 20px; 
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    padding-right: 50px;
}
.radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; 
}
.radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}
.radio input[type="radio"] {
    opacity: 0; 
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); 
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; 
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; 
}
.radio.radio-inline {
    margin-top: 0; 
}
.radio-success input[type="radio"] + label::after {
  background-color: #f25600; 
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #f25600; 
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #f25600; 
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px;
}

thead .caixa {
    background-color: #f25600;
    color: white;
}

th .caixa {
    background-color: #f25600;
    color: white;
}

.modal-body {
    position: relative;
    padding: 15px;
    display: flex;
}

.pdv-categoria {
    width:100%;
    height:170px;
    margin-top:10px;
    float:left;
    overflow-y:scroll;
}

/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media only screen and (min-width: 320px) {
    .login-panel{
         margin-top: 50%;
    }
    #main {
         position: relative;
         margin-top: 50px;
    }

    #divEntries{
         height: 800px;
         width: 100%;
         overflow-y: auto;
    }

    .tabela {
         max-width: 100%;
         max-height: 300px;
         overflow-y: auto;
    }    

    .pesquisar {
         height: 440px;
         overflow-y: scroll;
    }
    .cabecalho {
         height: 250px;
    }
    .total {
         height: 210px;
    }
    .relacionamento {
         height: 110px;
    }
    .movimento {
         height: 210px;
    }

    .contas {
         margin-top: 10px;
    }

    .dados {
         height: 380px;
    }
    
    .pdv-corpo {
        height: 550px;
    }
    
    .pdv-produto {
        height: 400px;
    }
    
    .pdv-produtoLista {
        width:100%;
        height:340px;
        float:left;
        overflow-y:scroll;
    }
    
    .pdv-categoria {
        height:10px;
    }
    
    .campo-endereco {
        margin-top: -160px;
    }
    
    .campo-telefone {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-data {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-hora{
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-usuario {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
    .col-lg-9, .col-md-9, .col-sm-12 .col-xs-12 {
         position: relative;
         min-height: 1px;
         padding-right: 0px;
         padding-left: 0px;
    }
    .btn-caixa {
         display: table-cell;
         padding: 0px;
         width: 90px !important;
         height: 40px !important;
         text-align: center;
         white-space: inherit;
         vertical-align: middle;
         -ms-touch-action: manipulation;
         touch-action: manipulation;
         cursor: pointer;
         background-image: none;
         border: 1px solid transparent;
         line-height: 1.42857143;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
    }
    .btn-produto-default-plain{
         width: 60px !important;
         height: 60px !important;
         font-size: 10px;
         white-space: normal;
    }
    fieldset .caixa {
         background-color: #f25600;
         color: white;
         display: flex;
         font-size: 16px;
         font-weight: bold;
         padding: 0.35em 0.625em;
    }

    .select-pesquisar {
       width: 80px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
     
    .select-corpo {
       width: 270px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
    
    .select-corpo2 {
       width: 100%;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
    .select-corpo3 {
       width: 100px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
}

@media only screen and (min-width: 480px) {
    .login-panel{
         margin-top: 50%;
    }
    #main {
         position: relative;
         margin-top: 50px;
    }

    #divEntries{
         height: 560px;
         width: 100%;
         overflow-y: auto;
    }

    .tabela {
         max-width: 100%;
         max-height: 300px;
         overflow-y: auto;
    }    

    .pesquisar {
         height: 440px;
         overflow-y: scroll;
    }
    .cabecalho {
         height: 250px;
    }
    .total {
         height: 210px;
    }
    .relacionamento {
         height: 110px;
    }
    .movimento {
         height: 210px;
    }

    .contas {
         margin-top: 1px;
    }

    .dados {
         height: 380px;
    }

    .pdv-corpo {
        height: 550px;
    }
    
    .pdv-produto {
        height: 400px;
    }
    
    .pdv-produtoLista {
        width:100%;
        height:340px;
        float:left;
        overflow-y:scroll;
    }
    
    .pdv-categoria {
        height:170px;
    }

    .campo-endereco {
        margin-top: -160px;
    }

    .campo-telefone {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
    
    .campo-data {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-hora{
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-usuario {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
    
     .btnAcaoMenu {
       background-color: #4CAF50;
       color: white;
       #padding: 16px;
       font-size: 10px;
       border: none;
       cursor: pointer;
     }
     
     .acaoMenu {
       position: relative;
       display: inline-block;
     }
     
     .acaoMenu-conteudo {
       display: none;
       position: absolute;
       background-color: #f9f9f9;
       min-width: 160px;
       box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       z-index: 1;
       border-radius: 10px;
     }
     
     .acaoMenu-conteudo a {
       color: black;
       padding: 4px 6px;
       text-decoration: none;
       display: block;
     }
     
     .acaoMenu-conteudo a:hover {background-color: #f1f1f1}
     
     .acaoMenu:hover .acaoMenu-conteudo {
       display: block;
     }
     
     .acaoMenu:hover .btnAcaoMenu {
       background-color: #3e8e41;
     }
}

@media only screen and (min-width: 768px) {
    .login-panel{
         margin-top: 50%;
    }
    #main {
         position: relative;
         margin-top: 50px;
    }

    #divEntries{
         height: 1160px;
         width: 100%;
         overflow-y: auto;
    }

    .modal-dialog {
        //width: 900px;
        margin: 30px auto;
    }

    .tabela {
         max-width: 100%;
         max-height: 300px;
         overflow-y: auto;
    }    

    .pesquisar {
         height: 440px;
         overflow-y: scroll;
    }
    .cabecalho {
         height: 250px;
    }
    .total {
         height: 210px;
    }
    .relacionamento {
         height: 110px;
    }
    .movimento {
         height: 210px;
    }

    .contas-os {
         margin-top: -111px;
         height: 275px;
    }
    
    .contas-venda {
         margin-top: -111px;
         height: 222px;
    }

    .dados {
         height: 380px;
    }

    .pdv-corpo {
        height: 550px;
    }
    
    .pdv-produto {
        height: 400px;
    }
    
    .pdv-produtoLista {
        width:100%;
        height:340px;
        float:left;
        overflow-y:scroll;
    }
    
    .pdv-categoria {
        height:100px;
    }
    
    .campo-endereco {
        margin-top: -160px;
    }

    .campo-telefone {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
    
    .campo-data {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-hora{
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-usuario {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
}

@media only screen and (min-width:992px) {
    .login-panel{
         margin-top: 50%;
    }
    #main {
         position: relative;
         margin-top: 50px;
    }

    #divEntries{
         height: 560px;
    }
    
    .pesquisar {
         height: 550px;
         /* overflow-y: scroll; */
    }
    .cabecalho {
         height: 110px;
    }
    .total {
         height: 110px;
    }
    .relacionamento {
         height: 110px;
    }
    .movimento {
         height: 250px;
    }

    .contas {
         margin-top: -111px;
         height: 275px;
    }

    .dados {
         height: 380px;
    }

    .pdv-corpo {
        height: 400px;
    }
    
    .pdv-produto {
        height: 350px;
    }
    
    .pdv-produtoLista {
        width:100%;
        height:340px;
        float:left;
        overflow-y:scroll;
    }
    
    .pdv-categoria {
        height:100px;
    }

    .campo-endereco {
        margin-top: -160px;
    }

    .campo-telefone {
         width: 16.66666667%;
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
    
    .campo-data {
         width: 18.66666667%;
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-hora {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-usuario {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .col-lg-9, .col-md-9, .col-sm-12 .col-xs-12 {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 0px;
     }
    .btn-produto-default-plain{
         width: 60px !important;
         height: 60px !important;
         font-size: 10px;
         white-space: normal;
         white-space: normal;
    }
     .btn-squared-default-plain
     {
        width: 60px !important;
        height: 60px !important;
        font-size: 10px;
        white-space: normal;
     }
    fieldset .caixa {
         background-color: #f25600;
         color: white;
         display: flex;
         font-size: 26px;
         font-weight: bold;
         padding: 0.35em 0.625em;
    }
    
     .btnAcaoMenu {
       background-color: #4CAF50;
       color: white;
       #padding: 16px;
       font-size: 12px;
       border: none;
       cursor: pointer;
     }
     
     .acaoMenu {
       position: relative;
       display: inline-block;
     }
     
     .acaoMenu-conteudo {
       display: none;
       position: absolute;
       background-color: #f9f9f9;
       min-width: 160px;
       box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       z-index: 1;
       border-radius: 10px;
     }
     
     .acaoMenu-conteudo a {
       color: black;
       padding: 4px 6px;
       text-decoration: none;
       display: block;
     }
     
     .acaoMenu-conteudo a:hover {background-color: #f1f1f1}
     
     .acaoMenu:hover .acaoMenu-conteudo {
       display: block;
     }
     
     .acaoMenu:hover .btnAcaoMenu {
       background-color: #3e8e41;
     }
}

@media only screen and (min-width: 1200px){
    .login-panel{
         margin-top: 50%;
    }

    #main {
         position: relative;
         margin-top: 50px;
    }

    #divEntries{
         height: 560px;
    }

    .pesquisar {
         height: 550px;
         /* overflow-y: scroll; */
    }
    .cabecalho {
         height: 110px;
    }
    .total {
         height: 340px;
    }
    .relacionamento {
         height: 110px;
    }
    .altura150 {
         height: 150px;
    }
    .movimento {
         height: 250px;
    }
    .servico {
         height: 340px;
    }

    .contas-os {
         margin-top: -111px;
         height: 275px;
    }
    
    .contas-venda {
         margin-top: -111px;
         height: 222px;
    }

    .tabela {
         max-width: 100%;
         max-height: 400px;
         overflow-y: auto;
    }
    .dados {
         height: 380px;
    }

    .pdv-corpo {
        height: 400px;
    }
    
    .pdv-produto {
        height: 400px;
    }
    
    .pdv-produtoLista {
        width:100%;
        height:340px;
        float:left;
        overflow-y:scroll;
    }
    
    .pdv-categoria {
        height:100px;
    }

    .campo-endereco {
        margin-top: -160px;
    }

    .campo-telefone {
         width: 16.66666667%;
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
    
    .campo-data {
         width: 18.66666667%;
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }

    .campo-hora {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
    
    .campo-usuario {
         position: relative;
         min-height: 1px;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
    
    .nfe > .col-lg-1 {
         width: 6.33333333%;
    }
    .nfe > .col-lg-2 {
         width: 11.66666667%;
    }
    .nfe > .col-lg-4 {
         width: 26.33333333%;
    }
    .btn-caixa {
         display: table-cell;
         padding: 0px;
         align-items: center;
         text-align: center;
         white-space: inherit;
         vertical-align: middle;
         touch-action: manipulation;
         background-image: none;
         border-radius: 0px;
         border: 1px solid transparent;
         line-height: 1.42857143;
         user-select: none;
         width: 100% !important;
         height: 63px !important;
         font-size: 10.5px;
         white-space: normal;
         margin-right: -0.35em;
    }
    .btn-produto {
         display: table-cell;
         padding: 0px;
         align-items: center;
         text-align: center;
         #white-space: inherit;
         vertical-align: middle;
         -ms-touch-action: manipulation;
         touch-action: manipulation;
         cursor: pointer;
         background-image: none;
         border: 1px solid transparent;
         line-height: 1.42857143;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
    }
    .btn-produto-produto{
         width: 60px !important;
         height: 90px !important;
         font-size: 10px;
         white-space: normal;
    }
    .btn-produto-departamento
    {
         width: 80px !important;
         height: 60px !important;
         font-size: 10px;
         white-space: normal;
    }
    fieldset .caixa {
         background-color: #f25600;
         color: white;
         display: flex;
         font-size: 26px;
         font-weight: bold;
         padding: 0.35em 0.625em;
    }
    .campo-data-pesquisa{
         width: 9%;
    }
    .campo-data-formulario{
         width: 14%;
    }
    .campo-data-modal{
         width: 19%;
    }
    .select-pesquisar {
       width: 190px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
     
    .select-corpo {
       width: 470px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
    
    .select-corpo1 {
       width: 270px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
    
    .select-corpo2 {
       width: 200px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
    
    .select-corpo250 {
       width: 250px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
    
    .select-corpo3 {
       width: 100px;
       height: 22px;
       border: 1px solid #ccc;
       background-color: rgba(255,255,255,.15);
    }
}

.ui-select-bootstrap>.ui-select-match>.btn {
    text-align: left!important;
    background: inherit;
}
