/* Minification failed. Returning unminified contents.
(90,17): run-time error CSS1038: Expected hex color, found '#FFFF'
 */
/*Fonte*/
@font-face {
    font-family: Decker;
    src: url(/fonts/Decker.eot?) format("eot"),url(/fonts/Decker.woff) format("woff"),url(/fonts/Decker.ttf) format("truetype"),url(/fonts/Decker.svg#) format("svg");
    font-weight: normal;
    font-style: normal;
}

.botoes-amarelo {
    font-family: 'Decker' !important;
}
/*Menu Tabs*/
.botoes-amarelo .jarviswidget header .nav-tabs > li.active > a,
.botoes-amarelo .jarviswidget header .nav-tabs > li.active > a:hover,
.botoes-amarelo .jarviswidget header .nav-tabs > li.active > a:focus {
    color: #262626;
    background-color: #ffeb00 !important;
    border: none;
    box-shadow: 0 0 1em black !important;
}

.botoes-amarelo .jarviswidget header {
    height: 40px !important;
}

.botoes-amarelo .jarviswidget header .nav-tabs > li > a {
    text-align: center !important;
    border-radius: 0px;
    border: none;
    width: auto;
}

.botoes-amarelo .jarviswidget header:first-child .nav-tabs {
    float: none;
}

.botoes-amarelo .jarviswidget header:first-child .nav-tabs li {
    padding-left: 0;
}

.botoes-amarelo .jarviswidget header:first-child .nav-tabs li a {
    color: #333;
}

.botoes-amarelo .jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
    margin-right: 0px !important;
    border-right: none !important;
}

/*Esconde menu topo*/
.botoes-amarelo #header {
    display: none;
}

/*Botões*/
.botoes-amarelo #botao-logout {
    margin: 20px;
    display:block !important;
}
.botoes-amarelo .btn-success {
    color: #262626;
    background-color: #f4e912;
    border-color: #ffcc00;
    font-weight: bold !important;
}

.botoes-amarelo .modal-busca-entidade .btn-primary {
    color: #262626;
    background-color: #f4e912;
    border-color: #f4e912;
    font-weight: bold;
}

.botoes-amarelo .btn-primary {
    color: #262626;
    background-color: #f4e912;
    border-color: #f4e912;
    font-weight: bold;
}
/*Box Bem vindo*/
.botoes-amarelo .box-bem-vindo {
    margin: 10px;
    margin-top: 20px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    display: block !important;
}
.botoes-amarelo .box-bem-vindo section {
    background: #FFFF;
    border-radius: 22px;
    padding: 29px;
    text-align: center;
}
.botoes-amarelo .box-bem-vindo span{
    font-weight: bold;
}
.botoes-amarelo .box-bem-vindo .texto {
    text-align: right;
    margin-top: 15px;
}


.botoes-amarelo #left-panel {
    padding: 10px;
}
.botoes-amarelo .box-bem-vindo img {
    width: 35%;
}
.botoes-amarelo .box-bem-vindo .login-img {
    width: 135px;
}

/*Menu superior*/
.botoes-amarelo #left-panel {
    background: #f4e912 !important;
}
.botoes-amarelo #left-panel a{
    color: #000000;
}
.botoes-amarelo #left-panel nav ul#ulMenuSistema li.active > a {
    color: #000000 !important;
}
.botoes-amarelo #left-panel a:hover {
    background: #FFF !important;
    border-color: #000000 !important;
    color: #000000 !important;
}

.botoes-amarelo #left-panel nav > ul > li:hover {
    color: #FFF !important;
}

.botoes-amarelo nav ul ul, .botoes-amarelo nav ul#ulMenuSistema ul ul {
    background: #ffdb4d !important;
}
.botoes-amarelo #left-panel nav > ul#ulMenuSistema > li:hover > a {
    color: #000 !important;
}

.botoes-amarelo #left-panel nav > ul#ulMenuSistema > li:hover {
    background: linear-gradient(to bottom, #e6b800, #ffdb4d 66%);
}

.botoes-amarelo #left-panel nav > ul#ulMenuSistema > li > ul {
    background: #ffdb4d !important;
}
.botoes-amarelo nav ul#ulMenuSistema ul li:hover > a {
    background: #FFF !important;
}

.botoes-amarelo #knockoutAvisoFornecedor {
    display: none;
}
/*Select*/
.botoes-amarelo .select select {
    border: none !important;
    border-bottom: 1px solid !important;
    border-color: #BDBDBD !important;
}

/*Input*/
.botoes-amarelo .input input {
    border: none !important;
    border-bottom: 1px solid !important;
    border-color: #BDBDBD !important;
}

/*table*/
.botoes-amarelo table.table-bordered.dataTable {
    border-collapse: unset !important;
}
.botoes-amarelo .table-bordered {
    border: none !important;
}


.botoes-amarelo .alterar-senha-portal-retira{
    margin: 20px !important;
}

.botoes-amarelo .div-pre-box {
    padding: 30px 5px 70px 5px !important;
}


