body {
    background: #EEEEEE;
}

.add-field-buyer span.select2-selection.select2-selection--single{
  height: 26px !important;
  font-size: 12px;
}
.form-control-reduzido {
  height: 26px !important;
  font-size: 12px;
}

.fecharModal {
    font-size: 1em;
}

.action-operation-shipping > button {
    background: #BB2233;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    margin: 0 8px;
}
.print-shipping{
    background: #BB2233;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    margin: 0 8px;
}

.print-shipping:hover {
    background: #770000;
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}

.action-operation-shipping > button:first-child {
    margin: 0 8px 0 0;
}

.action-operation-shipping > button:hover {
    background: #770000;
    color: #ffffff;
    transition: .3s;
}

/* tabela relatório */
.relatorio {
    font-family: 'Roboto', sans-serif;
    width: 600px;
    background: #FFFFFF;
    padding: 16px;
}

.text-relatorio {
    margin: 16px;
    font-size: 12px;
}

#itens-relatorio td {
    border-bottom: 1px solid #d5d5d5;
    padding: 4px 0;
}

.login {
    height: 100%;
}

.bg-login-rh {
    background-image: url(../img/bg-login-rh.jpg);
    width: 100%;
}

.logo-bv {
    display: flex;
    justify-content: center;
    margin: 45px 0 15px 0;
}

.logo-bv img {
    width: 50%;
    height: 20vh;
}

.nome-sistema {
    display: flex;
    justify-content: center;
    margin: 0 0 70px 0;
}

.nome-sistema p {
    margin: 0;
    font-size: 2.5rem;
    color: #666666;
    font-weight: 100;
}

.login form input {
    border: none;
    border-bottom: 2px solid #666666;
    height: 40px;
}

/* HEADER DEFAULT */
.header-rh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right, #00049E, #000233);
    height: 80px;
    width: 100%;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.4);
}

.logo-rh img {
    width: 130px;
}

.user-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.perfil-header {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.empresa-header select {
    color: #fff;
    background: none;
    border: none;
    font-weight: 100;
    cursor: pointer;
}

.divisor {
    width: 1px;
    margin: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linha {
    width: 1px;
    height: 65%;
    background: #fff;
}

.btn-logout {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;
    height: 80px;
    text-decoration: none;
}

.btn-logout:hover {
    text-decoration: none;
    color: #fff;
}

.btn-logout span {
    display: flex;
    font-size: 24px;
}

.btn-logout p {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

/* TITULO MODULOS */
.title-modulo {
    font-size: 30px;
    font-weight: 100;
    color: #666666;
    text-transform: uppercase;
}

/* BOTÃO MENU */
.btn-menu-rh {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0 10px 25px 10px;
    width: 23%;
}

.btn-menu-rh a:hover div > p {
    color: #770000;
}

.btn-menu-rh:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

.btn-menu-rh > a .nome-btn {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    padding: 15px;
    text-decoration: none;
    color: #666666;
}

.btn-menu-rh > a:hover {
    text-decoration: none;
    color: #666666;
}

.btn-menu-rh p {
    margin: 0;
}

.descricao-btn {
    font-size: 12px;
    color: #666666;
    padding: 15px;
}

/* NAV MENU */
#id-menu-header {
    width: 100%;
    height: 100%;
    position: relative;
}

.nav-header {
    display: none;
}

.nav-header > ul {
    background: #FFFFFF;
    text-decoration: none;
    padding: 8px;
    box-shadow: 0px -4px 22px 0px rgba(0, 0, 0, 0.3);
}

.nav-header > ul li {
    margin: 0 10px;
}

.nav-header > ul li a {
    color: #BB2233;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-header > ul li a:hover {
    color: #770000;
    text-transform: uppercase;
}

.nav-item a {
    position: relative;
}

.nav-item a:before {
    content: "";
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 25px solid #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.nav-item a.active:before {
    opacity: 1;
    top: 100%;
}

/* PAGINA INTERNA */
.bg-title-pages-rh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
    padding: 16px 24px 8px 24px;
    margin-bottom: 0.5rem;
}

.topo-pagina-rh {
    display: flex;
    flex-direction: column;
}

.topo-pagina-rh nav {
    display: flex;
    flex: 1;
}

.topo-pagina-rh nav ol {
    background: none;
    padding: 0rem;
    margin: 0;
}

.topo-pagina-rh nav ol li a {
    color: #BB2233;
}

.topo-pagina-rh nav ol li a:hover {
    color: #770000;
}

.topo-pagina-rh div span {
    font-size: 1.5em;
    font-weight: 100;
}

.bg-pages-rh {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 0;
    margin: 0 0 24px 0;
}

.subtitle-pages-rh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px;
}

.subtitle-pages-rh span {
    font-size: 1.25em;
    font-weight: 100;
}

.table-rh {
    margin-top: 0;
}

.table-rh thead {
    font-weight: bold;
    color: #333333;
    background: #BBBBBB;
}

.table-rh thead a {
    color: #333333;
}

.table-rh tbody {
    border-bottom: 2px solid #BBBBBB;
}

.table-rh a {
    color: #666666;
    margin-right: 8px;
    font-size: 12px;
}

.table-rh a:last-child {
    margin-right: 0px;
}
.table th, .table td{
    font-size: 12px;
    padding: 0.4rem;
}

.page-link {
    color: #333333;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.page-link:hover {
    color: #BB2233;
    background: none;
}

.ms-container {
    width: 100% !important;
}

small, .small {
    font-size: 60%;
}

/*FILTRO*/
.filter {
    background: #F0F0F0;
    box-sizing: border-box;
    margin-bottom: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 12px;
    border-radius: 15px 15px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.datepicker {
    padding: 6px !important;
}

.filter > span {
    border-right: 2px dotted rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #777;
    /* display: block; */
    float: left;
    padding: 1em;
    vertical-align: bottom;
}

.filter > div {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 10px;
    vertical-align: bottom;
}

.filter > div label {
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

.filter > div input {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.filter > div select {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.filter > div:last-child button {
    box-sizing: border-box;
    float: left;
}

.filter > div:last-child button:last-child {
    margin-left: 10px;
}

/* BOTÕES */
.btn-vermelho {
    color: #FFFFFF;
    background: #BB2233;
    border: 1px solid #BB2233;
    border-radius: 5px;
    padding: 5px 35px;
}

.btn-vermelho:hover {
    color: #FFFFFF;
    background: #770000;
    border: 1px solid #770000;
    transition: .3s;
    text-decoration: none;
}

.btn-verde {
    color: #FFFFFF;
    background: #22BB44;
    border: 1px solid #22BB44;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-verde:hover {
    color: #FFFFFF;
    background: #115522;
    border: 1px solid #115522;
    transition: .3s;
    text-decoration: none;
}

.btn-cinza {
    color: #FFFFFF;
    background: #666666;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-cinza:hover {
    background: #333333;
    border: 1px solid #333333;
    transition: .3s;
    text-decoration: none;
}

.btn-login-rh {
    color: #FFFFFF;
    background: #BB2233;
    border: 1px solid #BB2233;
    border-radius: 5px;
    padding: 10px 50px;
    font-size: 20px;
    margin-top: 30px;
}