.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #444651;
}

body {
    font-family: 'Roboto', sans-serif;
}

.loader {
    display: none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
        url('../img/loader.gif')
        50% 50%
        no-repeat;
}

.output {
    margin-top: 20px;
    word-wrap: break-word;
    text-align: center;
    color: #ffffff;
}

.header {
    background-color: #444651 !important;
    display: inline-block;
    width: 100%;
    border: none;
	padding-bottom: 5px;
}

.logo-header {
    height: 60px;
	margin-left: 30px;
	vertical-align: text-top;
}

hr {
    margin: 0;
    height: 10px;
    width: 100%;
    background-color: #f39200;
    border: none;
}

#footer div ul li a {
    background-color: #444651;
    padding: 5px;
    border: none;
    border-color: transparent;
}

#footer div ul li a img {
    display: block;
    margin: 0 auto;
}

#footer div ul li a:hover, .icon-footer-selected a {
    background-color: #f39200 !important;
	height: 45px;
	margin-bottom: -1px !important;
    margin-top: 0 !important;
}

#title {
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    background-color: #f39200;
    text-shadow: none;
}

* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.info {
    float: right;
    height: 40px !important;
	margin-right: 10px;
}

.info:hover {
    /*background-color: #ffffff;*/
    border-radius: 50%;
    opacity: 0.3;

}

#footer-index {
    background-color: transparent;
    border: none;
    text-align: center;
}

#footer-index label {
    font-size: 12px !important;
}

.bem-vindo{
	color: #f39200;
}
.botao{
	background: #f39200 !important;
}

button:focus, a:focus{
	box-shadow: none !important;
}

.header-custom {
    margin: 0px auto;
    text-align: center;
    padding-top: 10px;
    display: block;
}

.ui-focus {
    box-shadow: none !important;
}

.btnArquivo {
	padding-right: 0;
    text-align: left;
}

.iconeDownload {
    vertical-align: middle;
    height: 32px;
    margin-right: 10px;
}

#page {
    min-height: 100% !important;
}

.ui-input-text input, .ui-input-search input {
    min-height: 3.2em !important;
}

#login .ui-btn {
	height: 55px;
	border: none;
}

#btn-logout {
	margin: 0 auto;
	height: 55px;
	width: 50%;
}

@media screen and (width: 768px) and (orientation: portrait) {
	.info {
		margin-right: 10px;
	}
	
	#login form {
		margin: 0 auto;
		width: 50% !important;
	}
	
	.ui-input-text input, .ui-input-search input {
		min-height: 3.5em !important;
	}
	
	#logout-content {
		margin: 180px auto;
	}
	
	#btn {
		margin: 0 auto;
		height: 55px;
		width: 50%;
	}
}
