h3 {
	letter-spacing: 1px;
	font-weight: 600;
	color: #003B78;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 7px;
	text-align: left;
}

fieldset {
	border-style: solid !important;
	border-color: #dadada !important;
	border-width: 1px;
	border-radius: 3px;
	padding: 0px 10px 10px 10px;
}

legend {
	letter-spacing: 0px;
	font-weight: 600;
	color: #003B78;
	font-size: 17px;
	line-height: 34px;
	margin-bottom: 7px;
	padding: 5px;
	width: auto;
	border-bottom: 0px;
}

body {
	
}

#container {
	padding-top: 15px !important;
}

.inputCaptcha {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	
	display: block;	
	font-weight: 400;
	background-color: transparent;
	padding: 8px 0;	
	border-bottom: 1px solid;
	min-height: 35px;
	color: #003B78;
	border-color: rgba(0, 0, 0, .42);		
}

.nav-pills {
	color: white !important;
}

.nav-pills li.active a {
	background-color: #003B78 !important;
	font-weight: bold;
	margin: 1px;
    color: white !important;
}

.nav-pills li.disabled a {
    background-color: rgb(51, 204, 255) !important;
	font-weight: bold;
	margin: 1px;
	color: white !important;
}

.navbar-brand, .navbar-nav li a {
	line-height: 120px;
	height: 120px;
	padding-top: 0;
}

.row {
	margin-bottom: 10px;
}

.divWaiting {
	display: none;
	position: fixed;
	z-index: 1000000000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	cursor: progress;
	background: rgba(255, 255, 255, .5) url('../images/busy.gif') 50% 50%
		no-repeat;
}

.pure-table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #cbcbcb;
	font-size: 12px;
}

.pure-table thead {
	background-color: #003B78;
	color: #fff;
	border-radius: 10px;
}

.pure-table tfoot {
	/* 	background-color: #dadada; */
	
}

.pure-table th {
	text-align: center;
}

.pure-table td:first-child, .pure-table th:first-child {
	border-left-width: 0;
}

.pure-table td {
	background-color: transparent;
}

.pure-table td, .pure-table th {
	border: 1px solid #cbcbcb;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 0.5em 1em;
}

.even {
	background-color: #E5E5E7;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.form-control {
	height: 56px;
	border-radius: 0px;
	color: #555;
	background-color: transparent;
	border: 1px solid #ccc;
	font: 12px Arial;
	box-sizing: border-box;
}

.placeholder_error::-webkit-input-placeholder {
	color: #F00;
	width: 100%;
	display: table-row;
}

.btn-primary {
	background-color: #006aa4 !important;
	padding: 19px 19px;
	border: none;
	color: #fff;
	cursor: pointer;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

.btn-list {
	padding: 8px;
	margin: 1px;
}

.subtitulo {
	border-bottom: 1px solid silver;
	float: left;
	margin: 40px 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19.6px;
	font-weight: 600;
	color: #555;
	padding-bottom: 20px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
    background-color: #003B78 !important;
    font-family: tahoma;
    margin: 1px;
    color: white;
}

.nav-pills>li>a {
	border-radius: 0px !important
}

.subtitulo {
	border-bottom: 1px solid silver;
	float: left;
	margin: 40px 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19.6px;
	font-weight: 600;
	color: #555;
	padding-bottom: 20px;
}

.progress-bar {
	background-color: #f37021;
}

.bg-info {
	color: #006aa4 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #006aa4;
	background-color: #e7e7e7;
	border-bottom-color: #006aa4 !important;
}

.panel {
	border: 1px solid #e7e7e7;
	border-radius: 1px !important;
}

.nav-tabs.nav-justified>li {
	color: #006aa4 !important;
	background-color: #e7e7e7;
	border-bottom-color: #006aa4 !important;
}

.modal-open .modal {
	padding-top: 10% !important;
}

/*
*   z-index dictionary
*   1 - Dialog
*/

/*INPUTS*/
.input-container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.input-container .input-wrap {
	position: relative;
	flex: 1px;
	padding-top: 16px;
	margin-bottom: 26px;
}

.input-container .input-control {
	display: block;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	padding: 8px 0;
	width: 100%;
	border-bottom: 1px solid;
	min-height: 35px;
	color: #003B78;
	border-color: rgba(0, 0, 0, .42);
	text-transform: uppercase;
}

.input-container label {
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	transition: 225ms;
	user-select: none;
	color: #848484;
}

input[type=radio]~label {
	position: relative;
	padding-right: 10px;
	margin: 0px;
	left: 0;
	right: 0;
	top: 4px;
	bottom: 0;
	color: #337ab7;
	font-weight: lighter;
	font-size: 14px;
}

.input-container .input-control:required ~label::after {
	content: '*';
	margin-left: 2px;
}

.input-container .line {
	position: absolute;
	bottom: -1px;
	height: 4px;
	width: 0;
	left: 50%;
	transition: all 225ms;
	opacity: 0;
}

.input-container .input-control:focus ~label {
	color: #337ab7;
}

.input-container .input-control:focus ~label::after {
	color: red;
}

.input-container .input-control:focus ~label, .input-container .input-control.elevate
	~label {
	top: 4px;
	font-size: 12px;
}

.input-container .input-control:focus ~.line {
	opacity: 1;
	left: 0;
	width: 100%;
	background-color: #337ab7;
}

.input-container .input-control:disabled:not(select), .input-container .input-control:read-only:not(select)
	{
	border-style: dotted;
	cursor: not-allowed;
}

.option-container {
	display: flex;
	min-height: 32px;
	align-items: center;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.option {
    position: relative;
    display: inline-flex;
    user-select: none;
    width: 43px;
    padding: 42px 0px 7px 0px;
}

.option-container>.option {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.option input {
	min-width: 18px;
	min-height: 18px;
	margin-right: 8px;
}

.option>label {
	font-size: 14px;
}

/* ICONS */
.icon {
	background-color: #fff;
	width: 42px;
	min-width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	color: #337ab7;
}

.input-container .icon {
	margin-left: 8px;
}

.icon .btn-material {
	border-radius: 50%;
	padding-left: 0;
	padding-right: 0;
	min-width: 42px;
}

.icon .btn-material:active {
	background-color: rgba(0, 0, 0, .05);
}

/*BUTTONS*/
.btn-material {
	padding: 0 16px;
	min-height: 36px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	transform: scale(1);
	transition: transform .28s cubic-bezier(0, 0, .2, 1), color .28s
		cubic-bezier(.4, 0, .2, 1), background-color .28s
		cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1),
		-webkit-transform .28s cubic-bezier(0, 0, .2, 1);
	white-space: nowrap;
	min-width: 88px;
	user-select: none;
	cursor: pointer;
}

.btn-material:not (.no-uppercase ) {
	text-transform: uppercase;
}

.btn-material.raised:not (:disabled ) {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .12),
		0 1px 3px 0 rgba(0, 0, 0, .2);
}

.btn-material.raised:not (:disabled ):hover {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .14), 0 3px 4px 0 rgba(0, 0, 0, .12),
		0 1px 5px 0 rgba(0, 0, 0, .2);
}

.btn-material.raised:not (:disabled ):active {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px
		rgba(0, 0, 0, .12), 0 4px 15px 0 rgba(0, 0, 0, .2);
}

.btn-material.primary:not (:disabled ) {
	background-color: #337ab7;
	color: #fff;
}

.btn-material.default {
	background-color: #ddd;
}

.btn-material.flat {
	background-color: transparent;
}

.btn-material.flat:hover {
	background-color: rgba(0, 0, 0, .05);
}

/* CARD */
.card {
	display: block;
	background-color: #FFF;
	max-width: 100%;
	border-radius: 2px;
}

.card-content {
	display: block;
	padding: 16px;
	font-size: 14px;
}

.sample {
	width: 300px;
	height: 300px;
	;
}

.flex-container {
	display: flex;
}

.flex-container .card-content {
	flex: 1;
}

.flex-container .flex {
	flex: 1;
}

.flex-container .input-container+:not(label) {
	margin-left: 16px;
}

/* Dialog */

/* DEFAULT */
.dialog-wrap {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	z-index: 1;
	justify-content: center;
	align-items: center;
}

.dialog-wrap .background-overlay {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 280ms ease;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .54);
}

.dialog-wrap .card {
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto;
	opacity: 0;
	transform: scale(0.8) translateY(16px);
	transition: transform 225ms ease-in, opacity 195ms ease-in;
	transform-origin: bottom;
}

/* OPEN */
.dialog-wrap.open .background-overlay {
	transition: opacity 280ms ease-out;
	opacity: 1;
}

.dialog-wrap.open .card {
	transition: transform 225ms ease-out, opacity 195ms ease-out;
	transform: scale(1) translateY(0);
	opacity: 1;
}

/* TABS e PAGES */
.tabs-pages-container {
	width: 100%;
}

.tabs {
	width: 100%;
	display: flex;
}

.tab {
	padding: 8px;
	font-size: 14px;
	flex: 1;
	color: #337ab7;
	text-align: center;
	cursor: pointer;
	transition: background-color 280ms ease, color 280ms ease;
}

.tab.active {
	color: #fb8c00;
}

.tab:hover {
	background-color: rgba(0, 0, 0, .10);
}

.pages-container {
	width: 100%;
	overflow: hidden;
}

.pages {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	transition: all 280ms ease;
}

.page {
	min-width: 100%;
	max-width: 100%;
	height: 0;
}

.page.active {
	height: 100%;
}

@media screen and (min-width: 600px) {
	.line-container {
		width: 100%;
		height: 3px;
	}
	.line-container .line {
		width: calc(100%/ 3);
		height: 100%;
		background-color: #fb8c00;
		transition: transform 280ms ease;
	}
}

/* MEDIAS */
@media ( max-width : 600px) {
	.break-on-s600 {
		flex-direction: column;
	}
	.flex-container.break-on-s600>.input-container+* {
		margin-left: initial;
	}
}

/* RESET */
*, *::after, *::before {
	font-family: 'Roboto', sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

/* HELPERS */
.text-align-center {
	text-align: center;
}

.primary {
	background-color: #337ab7;
	color: #fff;
}

.to-uppercase {
	text-transform: uppercase;
}

/* CONTAINERS */
.container-wrap {
	width: 100%;
	padding: 0 16px;
}

.content-wrap {
	width: 100%;
	font-size: 12px;
	display: block;
}

.content {
	width: 100%;
	padding: 16px 0;
}

.col-container {
	padding: 8px;
}

.col {
	padding: 8px;
	background-color: rgba(0, 0, 0, .05);
	width: 100%;
}

.panel-heading {
	background-color: #337ab7;
}