/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/02/2019, 22:31:57
    Author     : Cleiton
*/

/*Inicio Formatação Menu*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu >.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.navbar-brand >img {
    width: 200px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

nav {
    background-color: #D9D9D9 !important;
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #000000;
    color: yellow;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: yellow;
    text-decoration: none;
    background-color: #000000;
}

.dropdown-menu{
    background-color: #D9D9D9;
    color: white;
}

/*Fim Formatação Menu*/


a{
    color: black;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none !important;
    color: yellow !important;
    background-color: #000000 !important;
}

html{
    height: 100%;
}

* {
    list-style:none; 
    padding:0px;
    margin:0px;
}

#all{
    height:100%;
    width:100%;
    margin:auto;
}


body{
    /*text-align:left;*/
    background: transparent;
    /*font-family: Verdana, Tahoma, Arial;*/
    margin:0;
    padding:0;
    height:100%;
}

.centro{
    /*
    background-image: url("../img/dxc_crescent_blk_rgb_300ppi.png");
    background-repeat: no-repeat, repeat;
    background-position: left;
    background-size: 65vh;
    margin-left: -16px;
    width: 300px;
	height: 300px;
    height: 80vh;*/
    background-color: white;
    position: relative;
    overflow: hidden;
}

footer{
    text-align: center;
    background-color: #D9D9D9 !important;
    border-color: #D9D9D9 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    
    position: fixed;
    /*height: 100px;*/
    bottom: 0;
    width: 100%;
}

#mail{
    color: black;
}

.btn-primary:focus, .btn-primary:hover{
    color: yellow;
    text-decoration: none;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary{
    background-color: #D9D9D9;
    color: black;
    border-color: #D9D9D9;
}

span >i{
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    /*margin-left: 5px;*/
}

.entrar{
    margin-left: 6px !important;
}


/* Trocar borda selecionado campo input
textarea:focus,input:focus,select:focus {
    border-color: #666666 !important;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: 1px 1px 1px 2px #666666 !important;
    background:white !important;
}*/

/* Trocar para branco qualquer cor input preenchido
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}*/

.logotipo{
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
}

#busca{
    padding: 10px 10px 10px 10px;
}

#atencao{
    color: red;
    font-weight: bold;
}

.aguarde{
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 20px;*/
}

/*Carrega loader*/
div#loader{
	/* 
        position: fixed;
	width: 5%;
	height: 10%;
	top: 0px;
	left:0px;
	background-color: #eee;
	background-image: url('../img/load.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
        */
        position:fixed;
        width:100px;
        height:100px;
        top:50%;
        left:50%;
        margin-top:-50px;
        margin-left:-50px;
        background-image: url('../img/load.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
