


/*
table tr, label {font-size: 14px;}


.white, .white a {
  color: #fff;
}

.panel-heading{
	display: table;
	width: 100%;
}

.side-menu li{
	background: #f00 !important;
}*/

.breadcrumb{margin-bottom: 0px;}


a.text-white{color: white !important;}


.padding-0{padding : 0px !important;}
.padding-10{padding : 10px;}
.padding-20{padding : 20px !important;}
.padding-5{padding : 5px;}

.margin-10{margin:10px !important;}
.margin-20{margin:20px !important;}
.margin-left-10{margin-left:10px !important;}
.margin-left-20{margin-left:20px !important;}

.margin-top-0{margin-top: 0px !important;}
.margin-top-5{margin-top: 5px !important;}

.margin-bottom-0{margin-bottom: 0px !important;}
.margin-bottom-5{margin-bottom: 5px !important;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-right-0{margin-right: 0px !important;}
.margin-right-5{margin-right: 5px !important;}
.margin-right-10{margin-right: 10px !important;}

.bg-dark{ background: #2a2a2a !important; color: #fff;}
.bg-dark2{ background: #333333 !important; color: #fff;}
.bg-gray{ background: #e6e6e6 !important;}
.bg-white{ background: #fff;}
.bg-blue1{ background-color: #247ba0; }
.bg-bluedark{ background-color: #006494; }
.bg-bluelight{ background-color: #1b98e0; }
.bg-yellow{ background-color: #ff9f1c; }
.bg-yellow2{ background-color: #ffba2b; }
.bg-green{ background-color: #398439; }

.text-bluedark{ color: #006494 !important; }
.text-white{color: #fff !important;}
.text-dark{color:#4E4E4E !important;}

.main-header .nav.navbar-nav {margin: 6px 0px;}
.main-header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
    line-height: 10px !important;
    margin-top: 3px;
}

.main-header .nav>li>a.active ,.main-header .nav>li>a:hover {
    background-color: #DA8C10;
    border-radius: 50% ;
}


.ui-pnotify{
	z-index: 1000000 !important;
}

.affix{
	top: 0px;
	position: fixed;
	width: 100%;
	z-index: 1000;

}

.affix-bottom{
	bottom: 0px;
	position: fixed;
	width: 100%;
	z-index: 1000;

}

/*#footerMenu a{
	padding: 13px 15px 3px !important;
	background: none;
}

#footerMenu a.active i, #footerMenu a:active i, #footerMenu a:hover i{
	color: #222;
}
*/
.main-sidebar{
	position: fixed;
}
.sidebar{
	top: 50px;
	position: absolute;
	width: 100%;
}

#pedido-itens-grid .btn-group .dropdown-menu{
	left: -44px;
	float: right;
}

#bg-topo{
	/*background: url('../images/topo_site_cardapio2-01.svg') 50% 100%; */
	width: 100%; 
	/*min-height: 120px; */
	background-position: center; 
	background-repeat: no-repeat; 
}

#bg-topo > img{
	width: 100%; 
}


