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

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

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

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

button {
    background-image: none;
}

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;
    /*border-color: #286090;*/
}

.panel-default > .panel-heading {
    /*color: #ffffff;
    background-color: #286090;
    border-color: #286090;*/
    font-size: medium;
    text-transform: capitalize;
}

.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;
}
.btn {
    display: inline;
    font-size: 14px;
}

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

legend {
    border: 1px solid #e5e5e5;
}

fieldset .movimento {
    display: block;
    margin-left: -15px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px solid #2497BA;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

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

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

legend {
    display: block;
    width: inherit;
    padding: 0;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
    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{
    margin-bottom: 10px;
}

.edicao {
    margin-bottom: 0px;
}

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

.input-xs {
    height: 22px;
    padding: 2px 10px;
    font-size: 10px;
    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
----------------------------------------------*/
.caixa-left{  
width: 68px;
height: 60px;
background: #0866C6;
border: 2px solid #4590DA;
/* border-radius: 100%; */
overflow: hidden;
margin: 10px;
}
/*
.caixa-left .fa-4x {
font-size: 3em;
color: rgba(255, 255, 255, 0.69);
padding: 29px 0;
margin-bottom:30px;
}
*/
.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-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; 
}
.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; 
}
.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;
}

/*----------------------------------------------
    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 screen and (max-height: 450px) {
  .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;
     }
}

@media(max-width:720px) {
     .col-lg-9, .col-md-9, .col-sm-12 .col-xs-12 {
         position: relative;
         min-height: 1px;
         padding-right: 0px;
         padding-left: 0px;
     }
}

@media(max-width:480px) {
    #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;
    }
}

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