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;*/
}

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

.login-panel{
    margin-top: 50%;
}

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

.announcement-heading {
    padding-left: 15px;
    font-size: 12px;
}
.announcement-text {
    padding-left: 15px;
    font-size: 18px;
    text-align: center;
}

/*----------------------------------------------
    MENUS E BARRA SUPERIOR     
------------------------------------------------*/
.navbar-brand {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
}

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

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

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

/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 50px;
  left: 0;
  background-color: #222; /* black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 50px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover{ 
    background: #1c4466;
    color: #fff;
    outline:0;
}

.sidebar a:focus {
    background: #286090;
    color: #fff;
    outline:0;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidebar .nav {
    padding: 0;
    background: none;
    font-size: 10px;
}
.sidebar .nav > li {
    border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}

.sidebar .nav > li > a {
    padding: 6px 5px;
    color: #FFFFFF;
    background: transparent;
    text-shadow: none;
}

/* When you mouse over the navigation links, change their color */
.sidebar .nav > li > a:hover{
    background: #1c4466;
    color: #fff;
    outline:0;
}

.sidebar .nav > li > a:focus {
    background: #286090;
    color: #fff;
    outline:0;
}

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

/* 
======================
start dropdown-submenu 
======================
*/
.dropdown-menu>li>a {
    display: block;
    padding: 2px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-4px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/* 
====================
end 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;
}

.div-select {
    width:250px;  /* Tamanho final do select */
    overflow:hidden; /* Esconde o conteúdo que passar do tamanho especificado */
} 
.div-select select {
    background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-select.gif) no-repeat #354880;  /* Imagem de fundo (Seta) */
    background-position: 205px center;  /*Posição da imagem do background*/
    width: 270px; /* Tamanho do select, maior que o tamanho da div "div-select" */
    height:48px; /* altura do select, importante para que tenha a mesma altura em todo os navegadores */
    font-family:Arial, Helvetica, sans-serif; /* Fonte do Select */
    font-size:18px; /* Tamanho da Fonte */
    padding:13px 20px 13px 12px; /* Configurações de padding para posicionar o texto no campo */
    color:#fff; /* Cor da Fonte */
    text-indent: 0.01px; /* Remove seta padrão do FireFox */
    text-overflow: "";  /* Remove seta padrão do FireFox */
    select::-ms-expand {display: none;} /* Remove seta padrão do IE*/ 
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

/* 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;
    text-transform: capitalize;
    font-size: medium;
}

.panel {
    border-radius: 8px;
    margin-bottom: 10px;
    /*border-color: #286090;*/
}
.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;
}

.grid-container {
    display: grid;
}
.grid-container--fill {
    grid-template-columns: repeat(auto-fill, 180px);
}

.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;
}

fieldset .caixa {
    background-color:#5cb85c;
    color: white;
    display: flex;
    font-size: 26px;
    font-weight: bold;
    padding: .35em .625em;
}

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

fieldset {
    min-width: 0;
    padding: 10px;
    margin: 0;
    margin-bottom: 5px;
    border: 1px solid silver;
    border-radius:4px;
    background-color:#f5f5f5;
}

legend {
    border: 1px solid #e5e5e5;
}
     
.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;
}

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

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

legend {
    display: block;
    width: inherit;
    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: #5cb85c;
}

th {
    text-align: center;
}

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

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 18px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 1px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-default.btn-cartao.active{background-color: #5BB75B;color: white;}
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.nav-tabs {
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.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;
}

/*----------------------------------------------
  Painel do caixa em PDV
----------------------------------------------*/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 4px 15px;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.search-box-style { 
    padding: 9px; 
    border: solid 1px #408080; 
    outline: 0; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #A4FFA4), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #A4FFA4 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,64,64, 0.3) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,64,64, 0.3) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,64,64, 0.3) 0px 0px 8px;; 

}  
/*----------------------------------------------
  FIM Painel do caixa em PDV
----------------------------------------------*/

/*----------------------------------------------
  Painel do caixa em PDV
----------------------------------------------*/
.caixa-left{  
width: 68px;
height: 60px;
background: #0866C6;
border: 2px solid #4590DA;
/* border-radius: 100%; */
overflow: hidden;
margin: 10px;
}

.pdv{
    background-color: #286090;
    color: #fff;
    display: table-caption;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 6px;
    /*margin-right: 10px;*/
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
.caixa-right{  
    height: 74px;
    background: transparent;
    margin-bottom: 0;
    color: #FFFFFF;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    text-shadow: none;
    font-weight: 100;
}
.caixa-right h3{  
    font-size: 40px;
    padding: 18px 10px 13px 0;
    color: #FFFFFF;
}

.row_1 {
    margin-right: -30px;
    margin-left: -30px;
}

/*----------------------------------------------
   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: 68px;
    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: 26px;
}

.total-block .total .amount {
    text-align: center;
    color: #4b63d6;
    font-size: 20px;
    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;
}

/*----------------------------------------------
    DASHBOARD QUERIES     
------------------------------------------------*/
/* Button Colours */
.btn-grey { 
  color: #286090; 
  background-color: #dddddd; 
  border-color: #dddddd;
  margin-right: 5px; 
} 
 
.btn-grey:hover, 
.btn-grey:focus, 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  color: #ffffff; 
  background-color: #286090; 
  border-color: #286090; 
} 
 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
  background-image: none; 
} 
 
.btn-grey.disabled, 
.btn-grey[disabled], 
fieldset[disabled] .btn-grey, 
.btn-grey.disabled:hover, 
.btn-grey[disabled]:hover, 
fieldset[disabled] .btn-grey:hover, 
.btn-grey.disabled:focus, 
.btn-grey[disabled]:focus, 
fieldset[disabled] .btn-grey:focus, 
.btn-grey.disabled:active, 
.btn-grey[disabled]:active, 
fieldset[disabled] .btn-grey:active, 
.btn-grey.disabled.active, 
.btn-grey[disabled].active, 
fieldset[disabled] .btn-grey.active { 
  background-color: #1B23BD; 
  border-color: #000A7A; 
} 
 
.btn-grey .badge { 
  color: #1B23BD; 
  background-color: #ffffff; 
}

/*----------------------------------------------
    CHECKBOX E RADIO     
------------------------------------------------*/
.checkbox {
    padding-left: 20px; 
}
.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: #5cb85c;
  border-color: #5cb85c;
}
.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: #5cb85c; 
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; 
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; 
}

.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: #5cb85c;
    color: white;
}

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

/*----------------------------------------------
    QUADRO DE MESA/COMANDA     
------------------------------------------------*/
.quadroPDV .panel-heading {
    text-align: center;
    font-size: xxx-large;
}

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

/*----------------------------------------------
    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) {
    #main {
         position: relative;
         margin-top: 100px;
    }
    .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;
         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;
    }
}

@media only screen and (min-width:480px) {
    .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;
    }
    #main {
         position: relative;
         margin-top: 100px;
    }
    .total-block .total .amount {
        text-align: center;
        color: #6FD64B;
        font-size: 12px;
        font-weight: 400;
    }
    .total-block .total.amount-received .amount {
        color: #ff9e28;
    }
    .total-block .total .side-heading {
        padding-left: 5px;
        color: #67676C;
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
    }
    .pdv{
        background-color: #286090;
        color: #fff;
        display: table-caption;
        margin-bottom: 30px;
        /*width: 100%;*/
        border-radius: 6px;
        margin-right: 1px;
        margin-left: 1px;
        padding: 0px 1px 0px 1px;
    }
    .btn-caixa {
         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-default-plain{
         width: 60px !important;
         height: 90px !important;
         font-size: 10px;
         white-space: normal;
    }
    .btn-squared-default-plain
    {
         width: 0px !important;
         height: 60px !important;
         font-size: 10px;
         white-space: normal;
    }
}

@media only screen and (min-width:768px) {
    #main {
         position: relative;
         margin-top: 100px;
    }
     
    .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;
    }
     .col-lg-9, .col-md-9, .col-sm-12 .col-xs-12 {
         position: relative;
         min-height: 1px;
         padding-right: 10px;
         padding-left: 0px;
     }
    .btn-caixa {
         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-default-plain{
         width: 60px !important;
         height: 90px !important;
         font-size: 10px;
         white-space: normal;
    }
     .btn-squared-default-plain
     {
        width: 90px !important;
        height: 60px !important;
        font-size: 10px;
        white-space: normal;
     }
     
   #boot-search-box {
        width: 500px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}

@media only screen and (max-width:992px) {
    #main {
         position: relative;
         margin-top: 90px;
    }
     .col-lg-9, .col-md-9, .col-sm-12 .col-xs-12 {
         position: relative;
         min-height: 1px;
         padding-right: 0px;
         padding-left: 0px;
     }
    .btn-produto-default-plain{
         width: 60px !important;
         height: 60px !important;
         font-size: 10px;
         white-space: normal;
    }
     .btn-squared-default-plain
     {
        width: 60px !important;
        height: 60px !important;
        font-size: 10px;
        white-space: normal;
     }
}

@media only screen and (min-width: 1200px){
    #main {
         position: relative;
         margin-top: 50px;
    }
    .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: 60px !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;
    }
}

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


/* DivTable.com */
.rTable {
   display: block;
   width: 100%;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
   clear: both;
}
.rTableHead, .rTableFoot{
   background-color: rgba(255,255,255,.15);
   font-weight: bold;
}
.rTableCell, .rTableHead {
   border: 1px solid #ddd;
   float: left;
   height: 17px;
   overflow: hidden;
   /*padding: 3px 1.8%;*/
   padding-left: 3px;
   /*width: 10%;*/
}
.rTable:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}