body { 
    padding-top: 30px; 
    font-size: 12px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif !important;
}


.noPadding {
    padding: 0px;
}

@media (min-width: 768px) {
  .menu {
    width:100%;
  }
  .menu > li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
  }
}

.navbar-right > li > a {
    color: #fff;
}

.navbar-right .open > a, .navbar-right .open > a:hover, .navbar-right .open > a:focus, .navbar-right > li > a:hover, .navbar-right > li > a:focus {
    background-color: #0098DA;
    border-color: #428BCA;
}

.navbar-inverse .navbar-brand {
    color: whitesmoke;
	font-weight: 700;
}

.btn-primary-inverse {
	background-color: whitesmoke;
	border-color: #337ab7;
	color: #337ab7;
}

.btn-danger-inverse {
	background-color: whitesmoke;
	border-color: indianred;
	color: indianred;
}

.botoes {
    float:left;
}

.botoes .margin-right {
    margin-right: 5px;
}

.painel-abas {
    border-radius: 0px;
    margin-top:-1px;
}
.m-bottom {
    margin-bottom: 20px;
}

@media (max-width: 1050px) {
    .table-responsive.ui-datatable {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    
    .table-responsive.ui-datatable > table {
        margin-bottom: 0;
    }
}

.navbar-inverse {
  background-color: #1060bb;
}

#navbar-collapse-2 .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fa-m {
	font-size: 1.3em;
}

.ui-autocomplete {
    display: block !important;
    position: relative;
    width: 100% !important;
}

.ui-autocomplete-panel {
	background-color: #fff;
}

.ui-autocomplete-panel .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #2957A4;
	color: #fff;
}

.ui-autocomplete-input {
	width: 100%;
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.centro{
	text-align:center;
}

.ui-fileupload-content {
	padding: 0px;
}

.ui-fileupload-content.ui-widget-content{
	border: none;
}

.ui-fileupload-content .ui-messages-warn, .ui-fileupload-content .ui-messages-info, .ui-fileupload-content .ui-messages-error, .ui-fileupload-content .ui-messages-fatal {
	border: 1px solid transparent;
	border-radius: 0px;
	margin-bottom: 0px;
}

.ui-fileupload-buttonbar {
	padding: 0px !important;
	margin-bottom: 5px;
} 

.ui-fileupload-buttonbar.ui-widget-header {
	color: #333;
	border: 0px;
}
.ui-fileupload-choose:HOVER {
	color: #011b53; 
}
.ui-fileupload-buttonbar .ui-fileupload-choose input {
	transform: none !important;
	
	width: 0px;
	float:right;
}

.acesso-negado {
	margin: 0 auto;
	width: 600px;
}

.acesso-negado .left{
	float: left;
}

.acesso-negado .imagem {
	margin: 5px;
	width: 220px;
}

.acesso-negado .texto {
	width: 350px;
	text-align: center;
	margin-top: 50px
}

.acesso-negado .texto .titulo {
	font-weight: bold; 
	text-transform: uppercase;
	font-size:12pt;
}

.acesso-negado .texto .descricao {
	font-size:10pt;
}

.acesso-negado .botoes-acesso-negado {
	margin-top: 20px;
}

.acesso-negado .botoes-acesso-negado .margin-right {
	margin-right: 5px;
}

.acesso-negado-menu {
	border: 1px solid #e7e7e7;
	background: #f8f8f8;
	height: 40px;
}

.texto-erro-500 {
	width: 600px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin: 0 auto;
}

.semBorda .ui-widget-content {
    border: none !important;
}

.margem-5-direita {
	margin-right: 5px;
	margin-top: 5px;
}

.senhas-geradas, .senhas-aguardando, .senha-atual {
	font-size: 3em;
	font-weight: bold;
}

.senhas-geradas {
	color: green;
}

.senhas-aguardando {
	color: red;
}

.senha-atual {
	color: #0098DA;
}

.ui-datalist-data {
	margin-bottom: 0 !important;
	padding-left: 25px !important;
}

.file-uploader .ui-widget {
	padding: 3px;
	border-radius: 5px;
}

fieldset {
	border-radius: 10px !important;
}

fieldset legend {
	font-size: 15px !important;
	border-radius: 10px !important;
	background: whitesmoke;
}

.blue fieldset {
	border-color: steelblue;
}

.blue fieldset legend {
	background-color: steelblue;
	color: white;
	margin-bottom: 5px !important;
}

.editor .ql-editor {
	font-family: monospace;
}

.editor .ql-toolbar {
	border-radius: 20px 20px 0 0;
}

.editor .ql-container {
	border-radius: 0 0 20px 20px;
}

.playlist .ui-datagrid-column {
	padding: 15px;
	font-family: monospace;
	background-color: whitesmoke;
	border-bottom: 10px white solid;
	color: darkslategrey;
	border-radius: 15px;
	font-size: 13px;
	cursor: move;
}

.playlist .ui-datagrid-content {
	border: none;
}

.playlist .ui-paginator {
	border: none;
}

.playlist .btn i {
	font-size: 12px;
}

.playlist i {
	font-size: 24px;
}

.playlist table {
	table-layout: fixed;
	border-collapse: collapse;
	max-width: 100%;
	width: 100%;
}

.playlist td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.satisfacao-title {
	display: flex;
	justify-content: center;
	font-weight: 600;
	color: #0f60bb;
	font-family: 'Raleway', sans-serif !important;
}

.satisfacao-container {
	display: flex;
	margin: 100px 0;
	justify-content: center;
	gap: 50px;
}

.satisfacao-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: large;
	font-weight: 700;
	cursor: pointer;
	opacity: 0.5;
}

.satisfacao-item:hover {
	opacity: 1;
}

.satisfacao-item-selected {
	opacity: 1 !important;
}

.satisfacao-actions {
	width: 50%;
}

.satisfacao-actions a {
	padding: 20px;
	font-size: 23px;
}