body
{
    background: none;
    color: #343434;
    font-size: 12px;
    font-family: 'Gudea', sans-serif;
	margin: 0 auto;
	padding: 0;
}
div#result
{
	margin: 30px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}

div#result a:link, a:visited, a:active
{
    color: #17416E;
    text-decoration: none;
}

div#result a:hover
{
    color: #FFF;
    text-decoration: underline;
}

div#result td
{
    padding: 5px 5px 5px 5px;
}

.borda
{
    border: 1px solid #17416E;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

div#form td
{
    padding: 5px 0px 5px 0px;
}

div#titulo h1
{
    border-bottom: 1px solid #DADADA;
    color: #17416E;
    font-size: 1.5em;
}

div#titulo h1 a
{
    color: #17416E;
    font-weight: bold;
}

.boxInputs
{
	margin: 10px 0px 20px 0px;
}

div#titulo h2
{
    font-size: 1.3em;
    padding: 0;
    margin: 0;
}

input[type="text"]
{
    font-size: 12px;
    font-family: 'Gudea', sans-serif;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 70px;
    height: 25px;
}

select
{
    font-size: 12px;
    font-family: 'Gudea', sans-serif;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 110px;
    height: 25px;
}

.botao { font-size: 12px; background: none repeat scroll 0 0 #17416E !important; border: 0px !important; color: #FFFFFF !important; padding: 7px !important; margin-right: 10px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; cursor: pointer !important; }

/*
.botao,
.botao-margem
{
    font-size: 12px;
    font-family: 'Gudea', sans-serif;
    background-color: #17416E;
    border: 1px solid #17416E;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: normal;
    height: 25px;
    cursor: pointer !important;
}

.botao-margem
{
    margin-right: 10px;
}
*/

div#dtsessao_error,
div#inicio_error,
div#termino_error,
div#result_error
{
    width: 95px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(23, 65, 110, 0.1);
    border: 1px solid #17416E;
    border-radius: 5px;
    display: none;
}

div#result_error
{
    color: #17416E;
    width: 535px;
    display: block;
    padding: 0px 10px 0px 10px;
}

div#data_error
{
    width: 95px;
    height: 25px;
    line-height: 25px;
    background-color: #eed3d7;
    border: 1px solid #b94a48;
    border-radius: 5px;
    display: none;
    margin: 0px;
}

div#data_error
{
    color: #b94a48;
    width: 535px;
    display: block;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px;
}

.tabela tr:nth-child(even) { background: #EEE; }
.tabela tr:nth-child(even):hover { color: #FFF; }
.tabela tr:nth-child(odd) { background: #FFF; }
.tabela tr:nth-child(odd):hover { color: #FFF; }
.tabela tr:hover { background: #6090BE; }
.tabela thead tr { height: 30px; color: #FFF; font-weight: bolder; background: #17416E !important; }

h1.titulo-principal { color: #17416E; font-size: 18px; font-weight: bold; padding-bottom: 15px; }

h2.titulo { color: #17416E; font-size: 16px; font-weight: bold; padding-bottom: 5px; }

.text-area-faleconosco textarea { height: 200px; margin-bottom: 10px; width: 420px; }

.periodo-sessao { float: left; padding-right: 25px; }


#ui-datepicker-div { font-size: 12px; }


.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer {
	float: left;
	margin: 0.25em;
}
.pickList_controlsContainer {
	margin-top: 120px;
	text-align: center;
}
.pickList_controlsContainer button {
	display: block;
	width: 100%;
	text-align: center;
}
.pickList_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 310px;
	height: 300px;
	border: 1px solid #000000;
	overflow-y: auto;
	cursor: default;
}
.pickList_selectedListItem {
	background-color: #a3c8f5;
}
.pickList_listLabel {
font-weight: bold;
	text-align: center;
}
.pickList_clear {
	clear: both;
}

button.pickList_addAll {
	display: none;
}

#tabela_filter.dataTables_filter {
	margin-bottom: 10px;
}

/*
.tabela tbody {
    height: 500px;
    overflow: auto;
}

.tabela thead > tr, tbody {
	display: block;
}
*/