﻿.sidebar-default .navigation > li.active > a,
.sidebar-default .navigation > li.active > a:hover,
.sidebar-default .navigation > li.active > a:focus,
.sidebar-default .navigation li > a:hover,
.sidebar-default .navigation li > a:focus {
    background-color: #FC3 !important;
    color: #000000 !important;
}

.sidebar-user-material .category-content {
    background: none !important;
    background-color: #FC3 !important;
}

    .sidebar-user-material .category-content span {
        color: #000000;
    }


.form-control:focus {
    outline: 0;
    border-color: transparent;
    border-bottom-color: #fc3 !important;
    -webkit-box-shadow: 0 1px 0 #fc3 !important;
    box-shadow: 0 1px 0 #fc3 !important;
}


.btn-primary {
    color: #000000;
    background-color: #fc3 !important;
    border-color: #fc3 !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #ffd966 !important;
        border-color: #fc3 !important;
        color: #000000 !important;
    }

a {
    color: #000000 !important;
    text-decoration: none;
}

.navbar-inverse {
    background-color: #333333;
    border-color: #333333;
}

.menu-list {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
    height: 200px;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FC3 !important;
    color: #333333 !important;
}

.menu-list li > a:hover, a:focus, .menu-list li > a:hover, a:focus {
    background-color: #FC3 !important;
    color: #333333;
}

.navbar.navbar-default {
    position: relative;
    min-height: 46px;
    border: 0px solid transparent;
    border-bottom: 1px solid;
    border-color: #ddd;
}

.select2-results__option[aria-selected=true] {
    background-color: #FC3;
    color: #333333;
}

.dropdown-menu > li > a:hover, a:focus {
    /*padding: 8px 15px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;*/
    background-color: #FC3;
    color: #333333;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #333333;
    text-decoration: none;
    outline: 0;
    background-color: #FC3;
}

.dropdown-menu > .active:not(.disabled) .checker span, .dropdown-menu[class*=bg-] .checker span, .page-header-inverse .form-group > .checkbox .checker span, .page-header-inverse .form-group > .checkbox-inline .checker span, .navbar-inverse .navbar-form .form-group > .checkbox .checker span, .navbar-inverse .navbar-form .form-group > .checkbox-inline .checker span, .sidebar:not(.sidebar-default) .checkbox .checker span, .sidebar:not(.sidebar-default) .checkbox-inline .checker span {
    border-color: #333333;
    color: #333333;
}

.image_logo_rel {
    background-image: url('images/logo_renault.png');
    max-width: 160px;
    height: 76px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
}

.image_logo {
    background-image: url('images/logo_renault.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 76px;
}

.imagem_logo_img {
    max-width: 160px;
}




.form-control {
    display: block;
    width: 100%;
    height: calc(1.5385em + 1rem + 2px);
    padding: 1.3rem 0;
    font-size: 1.2rem;
    line-height: 1.5385;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-width: 0px 0px 2px 0px;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-form {
    width: 30rem;

}

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5385;
    border-radius: .2875rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #333;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    background-color: #333;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    color: rgba(255,255,255,.5);
}




input:focus::-webkit-input-placeholder {
    color: #FC3 !important;
    opacity: 1; /* Firefox */
}
input {
    color: #FFF !important;
}

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0);
    color: #FC3 !important;
}

