@charset "utf-8";

/* Global Styles */
html,
body {
    height: 100%;
}

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
a{
	outline:none !important;
}
.nav > li > a{
	padding-left:8px;
	padding-right:8px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.box-shadow{
	-webkit-box-shadow: -2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.top-space-10{
	margin-top:10px;	
}
.top-space-15{
	margin-top:15px;	
}
.top-space-20{
	margin-top:20px;	
}
.top-space-25{
	margin-top:25px;	
}
.top-space-30{
	margin-top:30px;	
}
.top-space-50{
	margin-top:50px;	
}
.bottom-space-10{
	margin-bottom:10px;
}
.bottom-space-15{
	margin-bottom:15px;	
}
.bottom-space-20{
	margin-bottom:20px;	
}
.bottom-space-25{
	margin-bottom:25px;	
}
.bottom-space-30{
	margin-bottom:30px;
}
.bottom-space-50{
	margin-bottom:50px;
}

.container .row h1{
	font-size:22px;
}

/* Topo e navegação */
.navbar-brand img{
	max-width:40px;
	margin-top:-10px;
	float:left;
	margin-right:5px	
}

.topbar ul.loginbar{
	margin:8px 0 0 0;
}

.topbar ul.loginbar > li > a, .topbar ul.loginbar > li > a:hover{
	color: #7c8082;
    font-size: 11px;
    text-transform: uppercase;
}

.topbar ul.loginbar > li {
    display: inline;
    list-style: outside none none;
    padding-bottom: 15px;
    position: relative;
}

.topbar ul.loginbar li.topbar-devider{
	border-right: 1px solid #bbb;
    font-family: Tahoma;
    font-size: 8px;
    margin: 0 9px 0 5px;
    padding: 0;
    position: relative;
    top: -1px;
}

#top .top-links a smanll{
	font-size:11px;
}

/* Breadcrumb */
.breadcrumbs{
    background: url("../../images/breadcrumbs.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #eee;
	overflow: hidden;
}
.breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-right:0;
    position: relative;
    top: 10px;
}
.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
	margin-top:15px;
}

/* Footer Styles */
footer {
	width:100%;
	padding:10px;
	margin-top:50px;
}
@media(max-width:767px){
	.breadcrumbs h1.pull-left, .breadcrumbs ul.pull-right{
		text-align:center;
		width:100%;
	}
	ul.loginbar li a{
		font-size:14px !important;
	}
	body{
		padding-top:0;
	}
	.navbar-fixed-top{
		position:static;
		margin-top:-20px;
	}
	
    /* Table Responsive */
    .table-action thead {
        display: none;
    }
    .table-action tr {
        border-bottom: 1px solid #dddddd;
    }
    .table-action td {
        border: 0;
    }
	/*
    .table-action td:not(:first-child) {
        display: block;
    }
	*/
	table{
		width:100%;
	}
    .table-action td{
        display: block;
		float:left;
		width:100%;
    }
}
@media(min-width:768px){
}
@media(min-width:992px){}
@media(min-width:1200px){}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}