/* --------------------------------------
=========================================
Neves 2017
Version: 1.0 (Initial Release)
Designed By: Nhdesign
=========================================


 /*-- IMPORT GOOGLE WEB FONTS --*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,300,700);


/*-- BOOTSTRAP --*/
@import url('bootstrap.min.css');

/*-- FONT AWESOME --*/
@import url('font-awesome.min.css');

/*-- FLATICONS --*/
@import url('../fonts/flaticon/flaticon.css');

/*-- SLIDER PRO --*/
@import url('../assets/slider-pro/css/slider-pro.min.css');

/*-- ANIMATE CSS --*/
@import url('animate.css');

/*-- OWL CAROUSEL --*/
@import url('../assets/owl-carousel/owl.carousel.css');
@import url('../assets/owl-carousel/owl.theme.css');


/*-- MAIN STYLES --*/
@import url('theme.min.css');

/*-- RESPONSIVE FIXES --*/
@import url('responsive.css');

/*-- COLOR SCHEMES --*/
/*@import url('red.css');*/
/*@import url('green.css');*/
/*@import url('blue.css');*/

.centraldedenuncia-chamado {
    color: #0091da;
    text-align: center;
    /* background-color: #0091da; */
    border-top: 1px solid #0091da;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}

.centraldedenuncia-chamado h4{
    margin-bottom: 0.2rem;
    margin-top: 100px;
    text-transform: uppercase;
}

.centraldedenuncia-chamado p, .centraldedenuncia-chamado a, .newlink a{
    color: #000;
}

.centraldedenuncia-chamado a, .newlink a{
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}

.centraldedenuncia-chamado a:hover, .newlink a:hover{
    color: #ff7500;
}

select, input[type="date"] {
    background-color: #fff !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #eee !important;
    font-family: Lato !important;
    font-size: 13px !important;
    font-style: italic !important;
    width: 100% !important; 
    padding: 18px 20px !important;
    height: auto !important;
}

select:focus, input[type="date"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

button[disabled] .my-btn-grey{
    border-color: gray !important;
    background: gray !important;
}

input::placeholder, textarea::placeholder {
    color: #000;
}