html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;

}


body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

#grailsLogo {
    background-image: url('../images/titlebar.png');
    background-repeat: repeat-x;
    text-align: right;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color: #0A3F89;
    font-weight: normal;
    font-size: 16px;
    margin: .3em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
    width: 100%;
}

/* NAVIGATION MENU */



.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    /*background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;*/
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
td.errors textarea {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
   
}
th {
   
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/*BODY { position: relative; min-width: 600px; width: 100%; margin: 0; padding: 0; }
#top { position: absolute; top: 0; left: 0; min-width: 600px; width: 100%; height: 100px;background-image:url(../images/titlebar.jpg);background-repeat:repeat-x; }
#left { position: absolute; top:100px; left: 0; width: 19%;  margin: 1% 1% 0 0; }
#middle { position: absolute; top:100px; left:20%; min-width: 360px; width: 80%; margin-top: 1%; }
#right { position: absolute; top:100px; left: 80%; width: 19%; margin: 1% 0 0 1%; }

 HR styles need for IE/Win. 
HR.holder { width:600px; visibility: hidden; }  Equal to 'top' 
HR.left, HR.right { width: 120px; visibility: hidden; }
HR.middle { width: 360px; visibility: hidden; }*/

/* dock com atalhos */

#dock img {
    padding:0 3px;
}
#dock .jqDockLabelText {
    color:#000000;
    border: 1px solid #000000;
    background-color: #ffffca;
    font: 10px verdana, arial, helvetica, sans-serif;
    padding: 1px 3px;
}


.tb-ult-consumos thead td {
    border-bottom:solid 1px #cccccc;
}
.tb-ult-consumos tbody td {
    border-bottom:solid 1px #cccccc;
    background-color:#fcfcfc;
    color:gray;
}

#identify input[type=text]{
    font-size:20px;
    width:100%;
    text-align: center;
}

#identify-time {
    font-size:40px;
    text-align: center;
    height:30px;
}

#identify-date {
    font-size:14px;
    text-align: center;
}


#login_corpo {
    width: 480px;
    height: 200px;
    border: 1px solid #CCCCCC;
    padding: 1em;
    background-color: #F1F3F5;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -240px;
    margin-top: -100px;
}
#login_campos {
    margin-top: 1em;
    border: 1px solid #CCCCCC;
    padding: 1em;
    background-color: #E9ECEF;
}


#user-information {
    color:#fff;
    padding-right: 15px;
}

#user-information p {
    margin: 0 0 0 0;
    padding-top: 2px;
}

#navegacao{
    padding-left: 0px;
    padding-right: 0px;
}

#navegacao .navbar {
   padding: 5px 0 5px 0;
}

#navegacao .navbar-inverse{
    background: #0066ff;
}

#navegacao .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #0066ff;
}

#navegacao .navbar{
    margin-bottom: 0px;
}

.titulo-menu-pai {
    font-size:12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#conteudo .panel-body {padding:0px;}

#menu .list-group-item {
    border:none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0px;
}

#menu .list-group {
    margin-bottom: -1px;
}

#menu .panel-group .panel + .panel {
margin-top: -1px;
}

#menu .titulo-submenu {
    font-size: 12px;
}

#menu .panel-heading:hover {
    background: #cccccc;
}

#menu .titulo-menu-pai a:hover{
    color:#666;
    
}

#menu .titulo-menu-pai a:active{
    color:#666;
    
}

#menu .titulo-menu-pai a:focus{
    color:#666;
    
}

a.alterar-senha:before {
  content: url(../images/icones/mudar-senha.png);
  padding-top: 2px;
  padding-right: 2px;
  
    
}
a.sair:before {
  content: url(../images/icones/sair.png);
  padding-top: 3px;
  padding-right: 3px;
}


#titulo_8a4e818849a065540149a067ca8b0001:before {
    content: url(../images/icones/venda.png);  
    padding-right: 15px;
    top: 3px;
    position: relative;
}

#titulo_40286781498177dc014981a18d490005:before {
    content: url(../images/icones/configuracao.png);
    padding-right: 15px;
    top: 3px;
    position: relative;
}

#titulo_40286781495c6f1501495c6f3e760003:before {
    content: url(../images/icones/controle-acesso.png); 
    padding-right: 15px;
    top: 3px;
    position: relative;
}

#titulo_8a4e886b4b793929014b793e88b50001:before {
    content: url(../images/icones/report.png); 
    padding-right: 15px;
    top: 3px;
    position: relative;
}

#paginas {
    padding:0px 20px 0px 20px;
}

h1{
    margin-top: 10px;
    margin-bottom: -8.5px;
}

#conteudo .navbar {
    padding-top:13px;
}

#menu .panel {
     border-right: none;
}


#navegacao .navbar {
    background: #0066ff;
    margin-bottom: 0px;
}


.col-lg-10  {
    padding-left:5px;
}

.col-xs-2  {
   padding-left: 0px;
}

.botao-formulario {
    margin-top: 15px;
}

.padding-painel{
    padding:10px;
}

.finalizacao {
    padding-right: 0px !important;
}



.botao-buscar{margin-left:10px; height: 30px;}

.adiciona-refeicao .form-group{padding-right:10px;}

#logo {margin-top: -6px;}

.efetuar-venda .form-group {
    margin-right: 40px;
}