/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family:'Trebuchet MS';
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.top{
    background: #000;
}

.menu-completo >.navbar-default{
  background: #000;
}
.top > .container > blockquote{
  border: none;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.page-header{
  margin-top:0;
}


/*****************CUSTOM LOGIN***************************/



.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

button {
  font-family: 'Trebuchet MS';
}

/**/

.logo-header-manager{
  float: left;
  margin: 15px 0 0 0;
}
#menu-user{
  margin:40px 0 0  0;
  float: right;
}


/*Alterando padrão bootrap 3.1.1*/

.btn-success{
  background: #0078d1;
  color:#FFF;
  border:1px solid #0078d1;
}
.btn-success:active{
   background: #0078d1;
  color:#FFF;
  border:1px solid #0078d1;
}

.btn-success:hover{
   background: #0078d1;
  color:#FFF;
  border:1px solid #0078d1;
}


.btn-success:focus{
   background: #0078d1;
  color:#FFF;
  border:1px solid #0078d1;
}




/*Barra de naveção*/
/*.navbar-default{
  background: #000;
  color:#FFF;
}*/

/*.navbar-nav li a{
  background: #000;
  color:#FFF!important;
}*/

/*li.active{
  background: #9e2d32!important;
  color:#000!important;
}*/
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background: #9e2d32!important;
  color:#fff!important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
     background: #9e2d32!important;
  color:#fff!important;
}
/*

.navbar-default .navbar-brand{
  color:#FFF;
}

.navbar-default .navbar-brand:hover{
  color:#FFF;
} */
/*Apenas para baixo do sistema fora do header*/
/*.menu-completo .dropdown-menu{
  background: #000;
}
.menu-completo .dropdown-menu > li:hover{
  background: #9e2d32
}
.menu-completo .dropdown-menu > li > a{
  color: #000;
  font-size: 12px;


}
.menu-completo .dropdown-menu > li > a:hover{
  color: #000!important;
  font-size: 12px;
  background: #9e2d32;
}*/

/*PAINEL .panel-success*/
.panel-success {
    border-color: #D6E9C6;
}

.panel-success > .panel-heading {
    background-color: #ED6501;
    border-color: #000;
    color: #FFF;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #000;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #000;
}


/*Mensagem de sucesso*/

.ok{

  color: #000;
  border:1px solid #D6E9C6;
}

.label-default{
  background: #000;
}

.btn-right{
  float: right;
  margin-top:-8px;
}

.destaque{
  background: #DBD4C1!important;
}

#vertical td {
 vertical-align: middle!important;
}

.add-on{
  position: absolute;
  right: 20px;
  top:35px;
}

.pagination > li > a {
  color: #000;
}

.pagination > li > a:hover {
  color: #000;
}

.pagination > li > a:focus {
  color: #000;
}

.vr{
  color: red;
}
.verde {
  color:green;
}
#edit a {
  color: #000;
  border-bottom: 1px solid #000;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
      background-color: white !important;
      cursor: text !important;
    }

.label-cardapio{margin: 0 0 0 5px}