body {
    font-family: 'Roboto', sans-serif;
    background: #fbfbfb;

}
.logo {
    text-indent: -9999px;
    background-image: url('../images/logo-nextsoft.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 10px 10px;
    display: block;
    padding: 0px 72px;
}
.logo-rodape {
    text-indent: -9999px;
    background-image: url('../images/logo-nextsoft.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 120px auto;
    display: block;
    padding: 10px;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.movie {
    height: 200px;
}
a {
    cursor: pointer;
}
#spdv, #spdvt, #spe {
    padding: 100px 0; 
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#home{
    padding: 130px 0px 70px 0px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #FFF!important;
    margin-bottom: 0!important;
}
#home p {
    font-size: 18px!important;
    color: #FFF!important;
}
#menu {
    background-color: #FFF;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #DDD;

}
#menu h4 {
    color: #FFF;
}
.navbar-default {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateZ(0px);
    border: none;
    padding: 15px 0;
}
.navbar-default .navbar-nav>li>a {
    color: #3e3e3e;
}
/*CORES*/
.cor-blue-100 {
    color: #d0d9ff!important;
}
.cor-blue-500 {
    color: #5677fc!important;
}
.cor-blue-700 {
    color: #455ede!important;
}
.cor-blue-grey-100 {
    color: #CFD8DC!important;
}
.cor-blue-grey-500 {
    color: #607D8B!important;
}
.cor-blue-grey-700 {
    color: #455A64!important;
}
.cor-white {
    color: #FFF!important;
}

/*AZUL*/
.bc-azul { background-color: #007ee5; }
.bc-color-azul { color: #007ee5; }

/*CINZA*/
.bc-cinza { background-color: #7b8994!important; }
.bc-color-cinza { color: #7b8994!important; }

/*AZUL 500*/
.bc-500 { background-color: #47525d!important; }
.bc-color-500 { color: #47525d!important; }

/*AZUL 700*/
.bc-700 { background-color: #3d464d!important; }
.bc-color-700 { color: #3d464d!important; }

/*VERDE*/
/*.bc-verde { background-color: #7ac142; }
.bc-color-verde { color: #7ac142; }*/
.bc-verde { background-color: #00cc00!important; }
.bc-color-verde { color: #00cc00!important; }

table tr td a {
   color: #007ee5!important;
}


#footer {
    background-color: #eeeeee;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 60px 0;
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 768px) { 
    .navbar li {
        font-size: 14px;
        float: left;
        display: block;
        width: 100%;
        display: inline-block;
        margin-left: 0;
        padding-left: 0;
    }
}
.new {
    padding: 80px 0 0px 0!important
}
.m-um, .m-dois, .m-tres {
    padding: 60px 0;
}
.add-result {
    padding: 80px 0;
}
.busca-new {
    border: solid 1px #7ac142!important;
    border-radius: 2px;
    box-shadow: none;
}
.busca-new-dois {
    border: solid 1px #00cc00!important;
    border-radius: 2px;
    box-shadow: none;
    background-color: #00cc00!important;
    color: #FFF!important;
}
::-webkit-input-placeholder {
    color: #607D8B!important;
}
:-moz-placeholder {
    color: #607D8B!important;
}
::-moz-placeholder {
    color: #607D8B!important;
}
:-ms-input-placeholder {  
    color: #607D8B!important;
}
.InputPesquisa {}

.navbar-default .navbar-nav>li>a { color: #47525d!important;}

.form-control {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    color: #47525d!important;
}