@media ( min-width : 640px) {
	.text-right {
		text-align: right;
	}
}

.ui-inputfield {
	width: 100% !important;
}

.input-pequeno .ui-inputfield {
	width: 30%;
}

.ui-datatable .ui-column-filter {
	width: 90% !important;
}

.input-nano .ui-inputfield {
	width: 15% !important;
}

.footer {
	top: 100%;
}

.ui-toolbar {
	border: none !important;
}

.ui-button {
	font-size: 11pt !important;
}

body {
	font-size: 10pt;
}

.layout-wrapper .topbar .logo {
	background-color: #ffffff;
	padding-top: 5px;
}

.layout-wrapper .topbar, .layout-wrapper .topbar .topbar-menu>li.search-item input
	{
	background-color: #4d81be;
}

.layout-wrapper .topbar .topbar-menu>li.search-item i {
	z-index: 99999;
}

/* .layout-wrapper .topbar .app-name {
	height: 30px;
} */
.login-body .login-panel img {
	width: 19em !important;
}

.ui-datatable.borderless tbody tr, .ui-datatable.borderless tbody td {
	border-style: none;
	/* background: transparent; */
}

.ui-datatable.borderless thead th, .ui-datatable.borderless tbody,
	.ui-datatable.borderless tbody tr, .ui-datatable.borderless tbody td {
	border-style: none;
}

.ui-datatable .ui-datatable-data tr td.ui-editable-column input {
	background: white;
	padding: 4px;
	border: 1px solid #c7c7c7;
	-moz-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 13px;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
	width: 95%;
}

/* .ativo {
    display: block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #35ae47;
}

.inativo {
    display: block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff5555;
}
 */
.valor {
	text-align: right;
}

.valor .ui-inputfield {
	text-align: right;
}

.vencida {
	background-color: hsla(4, 90%, 58%, 0.40) !important;
	background-image: none !important;
	color: #000000 !important;
}

.filtroData .ui-sortable-column-icon {
	display: none;
}

.filtroData .sortData {
	display: inline-block;
}

.total {
	font-size: 16px;
	font-weight: bolder;
	border: none !important;
}

.credito {
	color: blue;
}

.debito {
	color: red;
}

.ui-autocomplete-input {
	width: 90% !important;
}

.input-valor-item .ui-inputfield {
	text-align: right !important;
	width: 95%;
}

.input-valor-item {
	text-align: right !important;
	width: 95%;
}

.autocomplete-lista {
	width: 97%;
}

.autocomplete-lista .ui-autocomplete-input {
	width: 78% !important;
}

@media screen and (min-width: 480px) {
	.input-pequeno .ui-inputfield {
		width: 50% !important;
	}
	.input-pequeno {
		width: 50% !important;
	}
	.input-valor .ui-inputfield {
		text-align: right !important;
		width: 50% !important;
	}
	.input-valor {
		text-align: right !important;
		width: 50% !important;
	}
}

@media screen and (min-width: 680px) {
	.input-pequeno .ui-inputfield {
		width: 30% !important;
	}
	.input-pequeno {
		width: 30% !important;
	}
	.input-valor .ui-inputfield {
		text-align: right !important;
		width: 30% !important;
	}
	.input-valor {
		text-align: right !important;
		width: 30% !important;
	}
	.ui-dialog {
		width: 50% !important;
		max-height: 80%;
		overflow-y: auto;
	}
}

.ui-panelgrid.ui-panelgrid-blank tbody>tr.ui-widget-content {
	background-color: white;
	border: 1px solid #c7c7c7;
}

.itens .ui-autocomplete-dropdown {
	position: absolute;
	height: 100%;
	width: 2.4em;
	right: -12px;
	top: 0px;
}

@media screen and (max-width: 40em) {
	.ui-dialog {
		width: 90% !important;
		max-height: 80%;
		overflow-y: auto;
	}
	.dialogW80 {
		width: 90% !important;
		max-height: 80%;
		overflow-y: auto;
	}
	.dialogForm {
		width: 90% !important;
		max-height: 90%;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.statusDialog {
	width: auto !important;
}

.dialogW80 {
	width: 80% !important;
	max-height: 80%;
	overflow-y: auto;
}

.dialogForm {
	width: 80% !important;
	max-height: 80%;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-paginator-bottom {
	border: 0 !important;
}

.ui-selectcheckboxmenu-multiple-container.ui-inputfield {
	padding: 0;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
	height: auto;
	padding: 1px 5px;
}

.filtro .ui-autocomplete-dropdown {
	right: -8px !important;
	top: 0px !important;
}

.ui-autocomplete .ui-autocomplete-dropdown {
	right: auto;
}

.hoje {
	background-color: #2086d9 !important;
	background-image: none !important;
	color: #FFF !important;
}

.print {
	width: 90%;
	margin: auto;
}

.print hr {
	margin: 0px;
}

@media print {
	html, body {
		border: 1px solid white;
		height: 99%;
		page-break-after: avoid;
		page-break-before: avoid;
	}
	.noPrint {
		display: none;
	}
	.print {
		width: 100%;
	}
	.ui-datagrid-row {
		page-break-inside: avoid;
	}
	.ui-datatable .ui-sortable-column-icon {
    	display: none !important;
	}
}

.planoPanel {
	width: 80% !important;
}

.landing-body .landing-wrapper #header>div img {
	width: 250px;
}

.landing-body .landing-wrapper #introduction {
	background-image:
		url("/javax.faces.resource/images/landing/pertusoftware_sitemas_de_informacao.jpg.xhtml?ln=atlantis-layout");
}

.landing-body .landing-wrapper #introduction button {
	width: auto;
}

.pacotes {
	display: none;
}

.totalUpgrade {
	display: none;
}

.dashboard .overview-box .overview-box-name {
	font-size: 16px;
}

.dashboard .contacts ul li .contact-actions .connection-status.idle {
	background-color: #f1b263;
}

input::-webkit-input-placeholder { /* WebKit browsers */
	color: #FFF;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #FFF;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #FFF;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #FFF;
}

.ui-panelgrid.ui-panelgrid-totais tbody>tr.ui-widget-content {
	background-color: transparent;
	border: none !important;
}

.headerReceitas.ui-treetable thead th:first-child {
	background-color: #4ABA58 !important;
	color: #ffffff !important;
}

.headerReceitas.ui-treetable thead th {
	border-bottom: 2px solid #4ABA58;
}

.headerDespesas.ui-treetable thead th:first-child {
	background-color: #B54848 !important;
	color: #ffffff !important;
}

.headerDespesas.ui-treetable thead th {
	border-bottom: 2px solid #B54848;
}

.headerTotais.ui-datatable thead th:first-child {
	background-color: #4d81be !important;
	color: #ffffff !important;
}

.headerTotais.ui-datatable thead th {
	border-bottom: 1px solid #4d81be;
}

.novidade img {
	max-width: 99%;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.font-bold {
	font-weight: bold;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 800px;
    max-height: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    zoom: 1.5;
}

.project-progressbar {
	height: 4px;
    width: 100%;
    background-color: #545b61;
}

.project-progressbar-value {
    background-color: #8be298;
    height: 4px;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1.5)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.ui-autocomplete-input.ui-autocomplete-dd-input {
	padding-right: 0;
}

.ui-selectonemenu {
	padding-right: 0.7em;
}

.ui-selectonemenu, .ui-autocomplete {
	width: 100%;	
}

.layout-tabmenu-contents {
	overflow: auto;
	min-height: 768px;
}

.ui-toolbar-group-left {
	min-width: 50%
}