/* ============================================================
   FVS SISTEMA - Temas -  - Resets
   ============================================================ */
table.dataTable tbody>tr.selected, 
table.dataTable tbody>tr>.selected {
	background-color: #CCC;
	color: #333;
}

table.dataTable tbody>tr.selected a, 
table.dataTable tbody>tr>.selected a:hover {
	color: #fff;
}

.page-item.active .page-link {
	border-color: #444C5F;
	background-color: #444C5F;
}

.page-link, 
.page-link:hover {
	color: #444C5F;
}



/* ============================================================
   FVS SISTEMA - Temas -  - Basico
   ============================================================ */
.body.login {
	background-color: #f2f2f2;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

a {
	color: #444C5F;
}
a:hover {
	color: #5BA7B8;
}

.fvss-button-padrao-1 {
	background-color: #444C5F;
	color: #fff;
}
.fvss-button-padrao-1:hover {
	background-color: #5BA7B8;
	color: #fff;
}

.fvss-button-padrao-2 i {
	color: #444C5F;
}

/* ============================================================
   FVS SISTEMA - Temas -  - Login
   ============================================================ */
.login-rodape {
	color: #fff;
}

/* ============================================================
   FVS SISTEMA - Temas -  - Navegacao global
   ============================================================ */
.fvss-navglobal {
	background-color: #5BA7B8;
}

@media (min-width: 992px) {
	.fvss-ng-lista {
		background-color: #444C5F;
	}
}

/* ============================================================
   FVS SISTEMA - Temas -  - Conteudo principal
   ============================================================ */
/*navegacao local*/
.fvss-nl-link, 
.fvss-nl-link:hover {
	color: #000;
}

.fvss-nl-titulo {
	color: #444C5F;
}

/*boxes*/
.box-titulo {
	color: #444C5F;
}

.box-conteudo-icone {
	color: #6c8e76;
}

/*tabs*/
.nav-tabs .nav-link {
	color: #6c8e76;
}
.nav-tabs .nav-link:hover {
	color: #597562;
}

@media (max-width: 991px) {
	.botoes-container {
		background-color: #597562;
	}
}

/* ============================================================
   FVS SISTEMA - Temas -  - Paginas - Dashboard
   ============================================================ */
.dashboard-estats-num {
	color: #444C5F;
}

#imagemFotoColaborador
{
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
	border: 1px solid #fff;
}

#imagemFotoCliente
{
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
	border: 1px solid #f2f2f2;
}

.area
{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.area video
{
	width: 200px;
	height: 200px;
	-moz-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5);
	display: inline-block;
}

.area textarea
{
	width: 100%;
	margin-top: 10px;
	height: 80px;
	box-sizing: border-box;
}

.area button
{
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	background-color: #068c84;
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
	box-shadow: 0 1px 5px #666;
}

.area button:focus
{
	outline: none;
	background-color: #0989b0;
}

.area img
{
	max-width: 100%;
	height: auto;
}

.area .caminho-imagem
{
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #068c84;
	text-align: center;
}

.area .caminho-imagem a
{
	color: white;
	text-decoration: none;
}

.area .caminho-imagem a:hover
{
	color: yellow;
}