﻿body {
    margin: 0;
    padding: 0;
    background-color: #222222;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    outline: none !important;
    -moz-outline-style: none !important;
    -webkit-outline-style: none !important;
    color: #a3a3a3;
    transition: all 0.5s ease;
}

input.checkbox {
    width: 25px;
    height: 25px;
    border: 2px solid #b9b8b8;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    appearance:none;
}

input.checkbox:hover {
    border: 2px solid #AF0134;
}

input.checkbox:checked {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23AF0134' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>") !important;
    background-color: transparent;
    border: 2px solid #AF0134;
}

input.checkbox:focus,
input.checkbox:focus-visible {
    box-shadow: none !important;
    background-color: white;
}

input.form-control:focus,textarea.form-control:focus {
    box-shadow: 0 0 0 #AF0134 !important;
    border-bottom: 2px solid #AF0134;
}

select.form-control:focus {
    box-shadow: 0 0 0 #AF0134 !important;
}

a:hover{
    color:white;
}

input:hover, input:focus, input:active {
    border-bottom: 2px solid #AF0134;
}

#sidebar-wrapper {
    background: #1A1A1A;
}

#sidebar-wrapper .nav .navbar-brand {
    width: 200px;
    height: auto;
    line-height: normal;
    text-align: center;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    margin-right:0;
}

@media (min-width: 992px) {
    #sidebar-wrapper {
        width: 200px;
    }
}

#sidebar-wrapper {
    height: 100%;
    max-width:200px;
    background: #1A1A1A;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
}

#sidebar-wrapper .nav.nav-sidebar {
    margin-bottom: 20px;
}

#sidebar-wrapper .nav .nav-item {
    position: relative;
    display: block;
    font-size: 1.143em;
    height: 50px;
    width: 200px;
    font-size: 1.143em;
}

.textPrimary {
    color: #AF0134 !important;
}

#sidebar-wrapper .nav .nav-item .nav-link i {
    width: 25px;
    font-size: 1em;
    text-align: center;
    float: left;
    margin: 0 10px;
}

#sidebar-wrapper .nav .nav-item .nav-link.active i {
    color: #e20143;
}

#sidebar-wrapper .nav .nav-item .nav-link {
    position: relative;
    display: flex;
    align-items:center;
    height: 50px;
    padding: .5rem;
    width: 100%;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#sidebar-wrapper .nav .nav-item .nav-link:hover {
    background-color: #96012c;
    color: #ffffff;
    text-decoration: none;
}
#sidebar-wrapper .nav {
    padding-left: 0;
    list-style-type: none;
}

#sidebar-wrapper .nav .nav-item .nav-link span {
    font-size:medium;
}

#sidebar-wrapper .nav .nav-item .nav-link.active span {
    font-weight:bold;
}

#sidebar-wrapper .nav .nav-item .nav-link.active span.glyphicon {
    display: block;
}

#sidebar-wrapper .nav .nav-item .nav-link span.glyphicon {
    line-height: 1;
    position: absolute;
    display: none;
    right: 0px;
    top: 10px;
    color: #e9e9e9;
    font-size:xx-large !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: xx-large;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav.notifications {
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    margin: 0 40px;
    z-index: 1000;
    height: 55px;
    display:none;
}

.navbar{
    border: none !important;
}

nav.notifications .navbar-header {
    width: 100%;
    background-color: #222222;
}

nav.notifications .navbar-header .btn-menu {
    float: left;
    font-size: 1.5em;
    display: none;
    padding: 12px 15px;
}

nav.notifications .navbar-header .notifications {
    float: right;
    margin-top: -1px;
    height: 55px;
    list-style-type: none;
    padding: 0;
}

nav.notifications .navbar-header .responsive-logo {
    margin-left: auto;
    margin-right: auto;
    width: 158px;
    height: 54px;
    padding: 9px 0;
    display: none;
}

.btn.btn-menu {
    color: #FFFFFF !important;
    background-color: transparent;
}

.admin-content {
    padding-left: 200px;
}

main {
    background-color: #222222;
    padding:0;
}

main .page-titles {
    margin-bottom: 20px;
}

main .page-titles h2 {
    float: left;
    margin: 0;
    line-height: 38px;
}

.white-label {
    color: #DADADA !important;
}

h2.bigger-title, h3.bigger-title, h4.bigger-title {
    font-size: 1.429em;
    font-weight: 500;
    margin: 0 0 15px;
}

.btn {
    padding: 9px 18px;
    border: 0 none;
    font-weight: 500;
    font-size: 1em;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #AF0134;
    border-color: #AF0134;
}

.btn-primary.active {
    background-color: #96012c;
    border-color: #96012c;
}

.btn-primary:focus {
    background-color: black !important;
    background: black !important;
    border-color: black;
}

.btn-primary:hover {
    background-color: #96012c;
}

.btn-secondary {
    background-color: #dfdfdf;
    color: black;
}

table.table > thead.thead-inverse {
    background-color: #484848;
    color: #ffffff;
    background-color: #1A1A1A;
}

main table.table.table-clientes > thead > tr > th,
main table.table.table-provider > thead > tr > th,
main table.table.table-holiday > thead > tr > th,
main table.table.users-asigned > thead > tr > th {
    padding: 5px;
}

main table.table > thead > tr > th {
    /*text-align: center;*/
    font-weight: 400;
    padding: 20px 10px;
    font-size: 1.143em;
}

main thead tr th .arrows {
    position: absolute;
    right: 15px;
    top: 0;
}

main thead tr th .arrows .up, main thead tr th .arrows .down {
    position: absolute;
    line-height: 10px;
    overflow: hidden;
}

main thead tr th .arrows .up i, main thead tr th .arrows .down i {
    line-height: 10px;
}

main thead tr th .arrows .up {
    top: 5px;
}
main thead tr th .arrows .down {
    top: 15px;
}

main thead tr th {
    position: relative;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #313131 !important;
    color: #ffffff !important;
}

table.table.table-striped > tbody > tr:nth-child(2n+2) {
    background-color: #3B3B3B !important;
    color: #ffffff !important;
}

main table.table > tbody > tr > td {
    padding: 10px 10px;
    /*text-align: center;*/
    position: relative;
}

table.table > tbody > tr > td {
    padding: 10px 10px;
    vertical-align: middle;
    border-top: none;
}

.header-square.admin {
    margin: 30px 0;
}

.header-square {
    width: 100%;
    background-color: #484848;
    padding: 20px 30px;
    border-radius:0;
}

h1.bar-header {
    font-size: 1.2em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

textarea:hover, textarea:focus, textarea:active {
    border-bottom: 2px solid #AF0134;
}

main form fieldset .form-group h3 {
    font-weight: 300;
    margin-bottom: 10px;
}

main #new_message .maxlength-count {
    width: 100%;
    display: inline-block;
    padding: 3px 0 18px;
    text-align: right;
}

select.form-select {
    text-align: start;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border-color: #AF0134;
    outline: none;
    max-width: 15vw;
    background-size: 16px 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") !important;
}

select.form-select:focus {
    background-color: black !important;
    border-color: black;
}

select.form-select:hover{
    background-color:black;
    border-color:black;
    color:white;
}

select.form-select option{
    background-color: white !important;
    color:black;
}

.ml12 {
    margin-left: 12px;
}

.proveedores-asignados span.form-label,.filiales span.form-label,.assigned-users span.form-label {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5b5b5b;
    color: #5b5b5b;
}

.filiales span {
    margin-right: 1rem;
    align-content: center;
}

    main .proveedores-asignados .checkboxes {
        height: 100%;
        min-height: 150px;
        max-height: 200px;
    }

.container-fluid div.checkboxes, .modal div.checkboxes {
    background-color: #f3f3f3;
    padding-left: 10px;
}

.container-fluid div.checkboxes ul, .modal div.checkboxes ul {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.container-fluid div.checkboxes ul li:first-child, .modal div.checkboxes ul li:first-child {
    margin-top: 10px;
}

.container-fluid div.checkboxes ul li, .modal div.checkboxes ul li {
    color: #b9b8b8;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.container-fluid div.checkboxes ul li label, .modal div.checkboxes ul li label {
    position: relative;
    cursor: pointer;
}

.container-fluid div.checkboxes ul li label span.form-label {
    color: #555555;
}

.filiales .agregar_filial button.btn-plus {
    border-radius: 50%;
    padding:.65rem;
}

.filiales i{
    width:1rem;
}

main .filiales > ul {
    overflow: unset !important;
    max-height: unset !important;
    margin-bottom: 15px;
}

main .filiales > ul {
    margin: 10px 0 0;
    padding: 0;
    height: auto;
    max-height: 130px;
    background-color: #f3f3f3;
    overflow: auto;
    list-style-type: none;
}
main .filiales select.form-select{
    width:60px;
}
main .filiales > ul > li {
    padding: 5px 10px;
    position: relative;
}
main .filiales > ul > li > a {
    width:.75rem;
    display:flex;
    margin-left:auto;
}
main .assigned-users .edit-user {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    color: white;
    top: 3px;
    line-height: 27px;
}

table tbody button.btn-primary{
    wid
}

.assigned-users i {
    width: .8rem;
    position: absolute;
    top: inherit;
}
table tbody button i{
    width:.8rem;
}

.monto-text {
    display: inline-block;
    width: 25% !important;
}

.editar-usuario {
    color: white;
}

.editar-usuario i{
    position:relative;
}

.full-request{
    background:white;
}

span.request-id {
    position: absolute;
    font-size: 0.857em;
    color: #b9b8b8;
    right: 10px;
    bottom: 0.5rem;
}

span.request-id-client {
    position: absolute;
    z-index: 850;
    font-size: 0.857em;
    color: #b9b8b8;
    right: 5px;
    bottom:1rem;
}

h2.timer-request {
    font-size: 1.286em;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

span.request-history-id {
    position: absolute;
    margin: 100px 0 0 85px;
    z-index: 850;
    font-size: 0.857em;
    color: #b9b8b8;
}

.request-data .request-data-items {
    max-width: 600px;
    height: 100%;
    background: #f3f3f3;
    padding:20px 30px;
}

.request-data label.request-title, .request-data p.box-info-text {
    font-size: 1.2em;
}

.request-data p.box-info-text {
    font-size: 1.143em;
    color: #818181;
    margin: 0;
}

.request-description {
    display: flex;
    align-items: start;
    justify-content:center;
    flex-direction:column;
    position:relative;
}

.request-description i {
    color: #ff0000b3;
    position:absolute;
}

.request-description, .request-data, .request-action {
    margin: 0;
    padding:30px;
}

.request-action {
    background: #f3f3f3;
    list-style: none;
    height: 100%;
    position:relative;
}

.request-action div span.request-clock{
    font-weight:600;
}

main .incoming-request .incoming-request-inner {
    position: relative;
    margin: 0 0 15px 0;
    background-color: #f3f3f3;
}

main .incoming-request .incoming-request-inner .status-header {
    background-color: #727272;
    height: 60px;
    padding: 0;
    float: left;
}

main .incoming-request .incoming-request-inner .status-header .bar-header {
    padding: 21px 0 20px 30px;
    float: left;
}

main .incoming-request-inner .status-header span {
    padding: 0px 20px 3px 20px;
    float: right;
    color: #ffffff;
    font-size: 1.286em;
    font-weight: 400;
    background-color: #626262;
    height:100%
}

main .incoming-request .incoming-request-inner .request-info-auto .trade-info {
    background-color: #ffffff;
    width: calc(100% - 350px);
    padding: 0 25px 25px 25px;
}

main .incoming-request .incoming-request-inner .trade-info > div {
    overflow: hidden;
    clear: both;
    padding-top: 30px;
    margin: 0;
}

.box-info-text {
    font-size: 1.143em;
    margin: 0;
    position:relative;
}

main .incoming-request .incoming-request-inner .trade-info > div {
    overflow: hidden;
    clear: both;
    padding-top: 30px;
    margin: 0;
}

main .incoming-request .incoming-request-inner .trade-info {
    background-color: #ffffff;
    padding-bottom: 30px;
    width:350px;
}

main .incoming-request .incoming-request-inner .trade-info label.{
    font-size: 1.143em;
}

main .incoming-request .incoming-request-inner .supplier-offer > div.current-offer {
    background-color: #f9f9f9;
    padding: 30px;
    position: relative;
}

.current-offer.accepted{
    width:350px;
}

main .incoming-request .incoming-request-inner .supplier-offer {
    padding-left: 0;
    padding-bottom: 30px;
}

main .incoming-request .incoming-request-inner .request-info-auto .edit_offer {
    width: 350px;
}

.request-list-provider {
    list-style: none;
}

main .request.new .request-data .request-data-items .request-list-provider > li:nth-child(2),
main .request.new .request-data .request-data-items .request-list-provider > li:nth-child(3) {
    margin-left: 2rem;
}

.report-box {
    gap: 1rem;
}


@media(max-width:1024px){
    main .incoming-request {
        width: 100%;
    }
}

@media(max-width:768px){
    main .incoming-request .incoming-request-inner .request-info-auto .trade-info {
        width: 100%;
    }

    main .incoming-request .incoming-request-inner .request-info-auto{
        flex-direction:column;
    }

    main .incoming-request .incoming-request-inner .request-info-auto .edit_offer{
        width:100%;
    }

    main .incoming-request .incoming-request-inner .confirm-buttons {
        position: relative !important;
        bottom: 0px !important;
        right: 0px !important;
        display: flex;
        justify-content: center;

        margin-bottom: 2rem;
    }
}

.incoming-request-inner .text-highlight {
    font-weight: 400;
    color: #AF0134;
}

.input-group .input-group-btn {
    top: -2px;
    left: 0;
    position: absolute;
    white-space: nowrap;
    font-size: 1em;
}

.input-group .input-group-btn .btn {
    padding: 2px 6px 1px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 15px;
    margin: 0;
}

input[type=number].input-number.qty::-webkit-inner-spin-button,
input[type=number].input-number.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].input-number.qty {
    -moz-appearance: textfield;
}

.input-group .input-group-btn:last-child {
    right: 5px;
    left: inherit;
}

main .incoming-request .incoming-request-inner .confirm-buttons {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.input-group input {
    width: 100%;
    text-align: right;
    padding: 0 35px;
    font-size: 1.286em;
    font-weight: 400;
    color: #AF0134;
}
main .incoming-request .incoming-request-inner .supplier-offer > div.final-offer > div p {
    margin: 0;
    text-transform: uppercase;
    color: #818181;
}

table.table > tbody > tr > td > span {
    color: #5db979;
    font-size: 0.857em;
    position: absolute;
    left: 1rem;
}

main .incoming-request .status-header span {
    padding: 17px 30px 18px;
    float: right;
    color: #ffffff;
    font-size: 1.286em;
    font-weight: 400;
    background-color: #626262;
}

main .incoming-request .status-header {
    background-color: #727272;
    height: 60px;
    padding: 0;
}

main .incoming-request .status-header h1{
    padding-left:20px;
}

.incoming-request-inner .trade-info label.subtitle-request {
    font-size: 1.143em;
    margin: 0 0 5px;
}

main .full-request.supplier-details .request .request-inner .request-description label span {
    font-size: 1em;
    color: #a3a3a3;
    font-style: italic;
    font-weight: 300;
}

main .full-request .request .request-inner .request-description,
main .full-request .request .request-inner .request-data {
    padding: 30px;
}

main .full-request .request .request-inner .request-data {
    background-color: #f9f9f9;
}

main .full-request.supplier-details .buyers-offers {
    border-left: 5px solid #AF0134;
}

main .full-request.supplier-details .buyers-offers .offers-items {
    margin:0;
    padding: 35px 35px 25px 30px;
}

main .full-request.supplier-details .buyers-offers .offers-items label, .main .full-request.supplier-details .buyers-offers .buyers-offers-row .offers-items h3 {
    color: #AF0134;
    margin: 0;
}

main .full-request .buyers-offers div.offer-action {
    padding: 30px 0px;
    background-color: #f3f3f3;
}

main .full-request .buyers-offers ul{
    list-style:none;
}

main .full-request .buyers-offers ul li .bigger-font {
    color: #AF0134;
    font-size: 1.429em;
    font-weight:500;
}

main .full-request.supplier-details .buyers-offers .offers-items ul > li > i {
    position: relative;
    top: 25px;
    right: 25px;
    font-size: 1.286em;
    opacity: 0.6;
}

main .full-request.supplier-details .buyers-offers .offers-items i {
    color: #AF0134;
}

main .full-request .buyers-offers .past-modifications, .request-content-client .past-modifications{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cdcdcd;
    width: calc(100% - 8.33333%);
}

    main .full-request .buyers-offers .past-modifications > a, .request-content-client  .past-modifications > a{
        color: #fe5c5c;
        cursor: pointer;
    }

main .full-request .buyers-offers .rqst-modifications-history {
    width: calc(100% - 8.33333%);
}

.rqst-modifications-history label {
    color: #fe5c5c;
    padding-left: 30px;
    font-size: 1.143em;
}

.rqst-modifications-history ul {
    list-style-type: none;
    padding-bottom: 30px;
}

.rqst-modifications-history ul li {
    margin-bottom: 5px;
    font-style: italic;
    color: #484848;
}

main .offer-action #edit-dropdown {
    top:65%;
    width: 340px;
    background-color: transparent;
}

.last-column #edit-dropdown {
    top:70%;
    right:20px !important;
    width: 340px;
    background-color: transparent;
}

main .offer-action #edit-dropdown, .last-column #edit-dropdown {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 900;
    right: 25%;
    background-color: transparent;
    list-style-type: none;
    border: none 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 1024px) {

    select.form-select{
        max-width:220px;
    }

    table.admin > thead > tr > th:nth-child(2) {
        display: none;
    }

    table.admin > tbody > tr > td:nth-child(2) {
        display: none;
    }

    table.tabla-fitem > thead > tr > th:nth-child(1), table.tabla-valutas > thead > tr:nth-child(1) > th:nth-child(1){
        display: none;
    }

    table.tabla-fitem > tbody > tr > td:nth-child(1), table.tabla-valutas > tbody > tr >td:nth-child(1) {
        display: none;
    }
}

@media (max-width: 768px){
    main .offer-action #edit-dropdown {
        top: 80%;
        right:40%;
    }
    .last-column #edit-dropdown {
        top: 80px !important;
        right: 240px !important;
    }

    table.admin > thead > tr > th:nth-child(3) {
        display: none;
    }

    table.admin > tbody > tr > td:nth-child(3) {
        display: none;
    }
    .request-action{
        justify-content:space-between !important;
        height:100px;
    }

    table.tabla-fitem > thead > tr > th:nth-child(2)
    , table.tabla-valutas > thead > tr:nth-child(1) > th:nth-child(2)
    , table.tabla-valutas > thead > tr:nth-child(2) > th:nth-child(2)
    , table.tabla-valutas > thead > tr:nth-child(2) > th:nth-child(3){
        display: none;
    }

    table.tabla-fitem > tbody > tr > td:nth-child(2), table.tabla-valutas > tbody > tr > td:nth-child(2), table.tabla-valutas > tbody > tr > td:nth-child(3) {
        display: none;
    }
}

.modal-add-client .filas-clientes {
    display: flex;
    flex-direction: column;
}

@media (max-width: 426px) {
    main .offer-action #edit-dropdown {
        bottom: -120px;
        right: 40px;
    }

    .report-client{
        flex-direction:column;
        margin-top:1rem;
    }

    .report-client > select.form-select {
        margin-top:1rem;
    }

    .last-column #edit-dropdown {
        top: 85px !important;
        right: 0 !important;
    }
    .last-column #edit-dropdown .inner-dropdown > i{
        right:115px !important;
    }

    table.admin > thead > tr > th:nth-child(4) {
        display: none;
    }

    table.admin > tbody > tr > td:nth-child(4) {
        display: none;
    }

    .request-description{
        align-items:center !important;
    }

    .request-description i {
        left: 20%;
        top: 35px;
    }

    main .page-titles {
        flex-direction:column;
    }

    main .page-titles a{
        width:100%;
    }

    .report-box{
        flex-direction:column;
        gap:1rem;
        margin-bottom:1rem;
    }
}

main .offer-action #edit-dropdown .inner-dropdown > i, .last-column #edit-dropdown .inner-dropdown > i {
    position: absolute;
    top: -15px;
    right: 34px;
    font-size: 2em;
    color: #ffffff;
}

main .offer-action #edit-dropdown .inner-dropdown > ul, .last-column #edit-dropdown .inner-dropdown > ul {
    margin: 0;
    padding: 0;
}

main .full-request.supplier-details .buyers-offers div.offer-action ul > li h3 {
    text-align: center;
    font-size: 1.429em;
    color: #484848;
}

main .full-request.supplier-details .buyers-offers div.offer-action ul > li p {
    text-align: center;
    font-size: 1.143em;
    color: #a3a3a3;
    margin: 0;
}

main .offer-action #edit-dropdown .inner-dropdown > ul > li, .last-column #edit-dropdown .inner-dropdown > ul > li {
    padding: 30px;
    background-color: #ffffff;
}

main .offer-action #edit-dropdown .inner-dropdown > ul > li:nth-child(2), .last-column #edit-dropdown .inner-dropdown > ul > li:nth-child(2) {
    background-color: #f9f9f9;
}

main .offer-action #edit-dropdown .inner-dropdown > ul > li:last-child, .last-column #edit-dropdown .inner-dropdown > ul > li:last-child {
    text-align: center;
}

main .offer-action #edit-dropdown .inner-dropdown > ul > li:nth-child(3), .last-column #edit-dropdown .inner-dropdown > ul > li:nth-child(3) {
    background-color: #f3f3f3;
}

div.navbar-menu.compact {
    display: none;
    position: relative;
    top: 10px;
    font-size: 20px;
    z-index: 1000;
}

div.navbar-menu.compact i {
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
    position:relative;
    top:0px;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100%;
    background: #1A1A1A;
    color: white;
    overflow-x: hidden;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}

div.side-menu.active {
    left: 0px;
}

div.navbar-menu.compact i {
    color: #DADADA;
}

div.navbar-menu.compact a {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 120px;
}

.history-mobile{
    display:none;
}

.request-client{
    position:relative;
}

.request-client.accepted{
    border-left:5px solid;
}

@media (max-width:1099px) {
    .admin-layout #sidebar-wrapper {
        display:none;
    }

    .admin-content {
        padding-left: 0;
    }

    .admin-content.active{
        padding-left:200px;
    }

    div.navbar-menu.compact {
        display: flex;
        align-items: center;
    }

    div.navbar-menu.compact.active{
        padding-left:200px;
    }

    .side-menu .nav.nav-sidebar {
        margin-bottom: 20px;
    }

    .side-menu .nav .nav-item {
        position: relative;
        display: block;
        font-size: 1.143em;
        height: 50px;
        width: 200px;
        font-size: 1.143em;
    }

    .side-menu .nav .nav-item .nav-link i {
        width: 25px;
        font-size: 1em;
        text-align: center;
        float: left;
        margin: 0 10px;
    }

    .side-menu .nav .nav-item .nav-link.active i {
        color: #e20143;
    }

    .side-menu .nav .nav-item .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: .5rem;
        width: 100%;
        color: #FFFFFF;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }

    .side-menu .nav .nav-item .nav-link:hover {
        background-color: #96012c;
        color: #ffffff;
        text-decoration: none;
    }

    .side-menu .nav {
        padding-left: 0;
        list-style-type: none;
    }

    .side-menu .nav .nav-item .nav-link span {
        font-size: medium;
    }

    .side-menu .nav .nav-item .nav-link.active span {
        font-weight: bold;
    }

    .side-menu .nav .nav-item .nav-link.active span.glyphicon {
        display: block;
    }

    .side-menu .nav .nav-item .nav-link span.glyphicon {
        line-height: 1;
        position: absolute;
        display: none;
        right: 0px;
        top: 10px;
        color: #e9e9e9;
        font-size: xx-large !important;
    }

    .filters-history{
        display:none;
    }

    .history-mobile{
        display:block;
    }

    .content nav .card-body .d-flex{
        justify-content:space-between;
    }

    .content nav .card-body .d-flex .history-mobile i{
        font-size:large;
    }

    nav.history-filter .card .card-body {
        padding: 0px 10px !important;
    }
}

#collapseFilters {
    display: none;
}


.btn-bar{
    outline:none !important;
    box-shadow:none !important;
}

div.card.filters-body{
    border-radius:0px;
}

nav.history-filter .card {
    background-color: #222222 !important;
    border: solid 1px #313131 !important;
    border-radius:0px;
}

nav.history-filter .card .card-body{
    padding:5px 10px;
}

.collapse .card.filters-body ul {
    list-style:none;
    padding-left:0;
}

.collapse .card.filters-body ul li {
    padding: .7rem 0;
}

.content-tabla{
    overflow-x:auto;
}

@media (max-width: 1500px) and (min-width: 1025px) {
    .filterBy {
        width: 16.66666667% !important;
    }

    .filters-history {
        width: 83.33333333% !important;
    }
}

input.radio-style {
    appearance: none;
    -webkit-appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid #dadada;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: none;
}

input.radio-style::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 50%;
    position: absolute;
    transform: translate(30%,35%);
    transition: 0.3s ease;
}

input.radio-style:hover {
    border-color: #AF0134;
}

input.radio-style:checked {
    border-color: #AF0134;
}

.radio-style:checked::before {
    background-color: #AF0134;
    border-color: #AF0134;
}

main .buyers-offers.best-offer.accepted{
    border-left: 5px solid #AF0134;
}

.status-header.time-based {
    background-color: #AF0134;
}

.buyers-offers.best-offer.accepted {
    background-color: white;
    width: calc(100% - 186px);
}

.buyers-offers.best-offer.reject {
    background-color: white;
    width: calc(100% - 186px);
    padding: 30px 25px;
}

.content-offer-reject .offer-action-reject label i, .content-offer-reject .offer-action-reject label span {
    font-size: 1em;
    font-weight: 400;
    color: #a3a3a3;
}

.buyers-offers.best-offer.accepted .offers-items ul > li{
    padding-right:4.5rem;
    text-align:end;
}

.buyers-offers.best-offer.accepted .offers-items ul > li i {
    font-size: 18px;
    opacity: .7;
}

.offer-action {
    background-color: #f3f3f3;
    padding: 30px 25px;
    width: 220px;
    position:relative;
}

.offer-action-reject {
    background-color: #f3f3f3;
    padding: 30px 25px;
    width: 186px;
    position:relative;
}

#status-updated-offer {
    color: #AF0134;
}

.box-info-text.bigger-font {
    font-weight: 500;
    font-size: 1.429em;
}

@media (max-width:1440px) {
    .buyers-offers.best-offer.accepted .offers-items ul {
        text-align:end;
        flex-wrap:wrap-reverse;
    }
/*
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(4) {
        margin-left:auto;
    }*/
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(1){
        margin-left:auto;
    }
    
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(1),
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(2) {
        width: -webkit-fit-content;
        min-width:34%;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(3),
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(4),
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(5) {
        width: fit-content;
        min-width: 32.9%;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li {
        width:33.3333%;
        padding-right:0;
    }
}
@media (max-width:1024px){

    table.table-alert > tbody > tr > td:nth-child(2), .tabla-proveedores > tbody > tr > td:nth-child(2) {
        display: none;
    }

    main table.table-alert > thead > tr > th:nth-child(2), .tabla-proveedores > thead > tr > th:nth-child(2) {
        display: none;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li:last-child {
        padding-right: 0;
    }
    .edit-dropdown-client {
        top: 330px !important;
    }

    .request-content-client {
        margin-left:auto;
        margin-right:auto;
    }
}

@media (max-width:768px) {
    table.table-alert > tbody > tr > td:nth-child(3), .tabla-proveedores > tbody > tr > td:nth-child(3), .tabla-proveedores > tbody > tr > td:nth-child(5) {
        display: none;
    }

    main table.table-alert > thead > tr > th:nth-child(3), .tabla-proveedores > thead > tr > th:nth-child(3), .tabla-proveedores > thead > tr > th:nth-child(5) {
        display: none;
    }

    .request-content,.content-publish-client{
        margin:auto;
    }

    main .buyers-offers.best-offer.accepted {
        width:100%;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li:first-child {
        padding-right:0;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li i {
        right: 5px;
        top: 30px;
    }
    
    .request-content-accepted{
        flex-direction:column;
    }

    main .request-content-accepted .offer-action{
        width:100%;
    }

    .edit-dropdown-client {
        right: 0px !important;
        left: 50%;
        top: 530px !important;
    }

    .edit-dropdown-client > i{
        right:0px;
        left:15px;
    }

    .request-client {
        flex-direction:column;
    }

    .request-content-client{
        width:100% !important;
    }

    .status-header .last-column {
        width: 100% !important;
        justify-content: center;
    }
}

.edit-proveedor input, .edit-client input {
    width: 50%;
}

@media (max-width: 425px) {
    main .offer-action #edit-dropdown .inner-dropdown > i, .last-column #edit-dropdown .inner-dropdown > i {
        right: 40%;
    }
    table.table-alert > tbody > tr > td:nth-child(4), table.table-alert > tbody > tr > td:nth-child(5), .tabla-proveedores > tbody > tr > td:nth-child(4) {
        display: none;
    }

    main table.table-alert > thead > tr > th:nth-child(4), main table.table-alert > thead > tr > th:nth-child(5), .tabla-proveedores > thead > tr > th:nth-child(4) {
        display: none;
    }

    .buyers-offers.best-offer.reject, .buyers-offers.best-offer.accepted {
        width: 100%;
    }

    main .buyers-offers.best-offer.accepted {
        border-top: 5px solid #AF0134;
        border-left:0;
    }

    .offer-action-reject, .offer-action{
        width:100%;
    }

    .pull-left{
        text-align:center;
    }
    .request-content-reject{
        flex-direction:column;
    }

    .edit-dropdown-client {
        right: unset !important;
        left: unset;
        top: 640px !important;
    }

    .edit-dropdown-client > i {
        right: 0px;
        left: 65%;
    }

    main .full-request.supplier-details .buyers-offers .offers-items {
        flex-direction:column;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li {
        width: 50%;
        margin-top:1rem !important;
        text-align:center;
    }

    .buyers-offers.best-offer.accepted .offers-items ul {
        flex-wrap: wrap;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li:last-child {
        width: 50%;
        margin-left: auto;
    }

    .radio-type.radio-right .etiqueta-currency label{
        right:100px;
    }

    .second-column {
        flex-direction: column;
    }

    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(3),
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(4),
    .buyers-offers.best-offer.accepted .offers-items ul > li:nth-of-type(5) {
        width: 100%;
    }

    .edit-proveedor input, .edit-client input {
        width: 100%;
    }
}

.request-description-client, .request-data-items-client,.content-publish-client{
    padding: 30px;
}

.request-data-items-client {
    background-color: #f9f9f9;
}

.content-publish-client {
    background-color: #f3f3f3;
}

.edit-dropdown-client {
    position: absolute;
    right: 75px;
    top:200px;
    z-index: 1000;
    background: white;
    background-color: transparent;
    box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    max-width:280px;
    width:100%;
}

.edit-dropdown-client ul.inner-dropdown li div p.dropdown-currency {
    position: absolute;
    top: 55px;
    right: 35px;
}

.edit-dropdown-client ul.inner-dropdown li div input.form-special {
    width:100%;
}

.edit-dropdown-client ul.inner-dropdown > li {
    padding: 30px;
    background-color: white;
}

.edit-dropdown-client ul.inner-dropdown > li:nth-child(2) {
    background-color: #f9f9f9;
}

.edit-dropdown-client ul.inner-dropdown > li:nth-child(3) {
    background-color: #f3f3f3;
}

.edit-dropdown-client > i {
    position: absolute;
    top: -15px;
    right: 34px;
    font-size: 2em;
    color: #ffffff;
}

.message-icons {
    position: absolute;
    right: 50px;
    cursor: pointer;
    padding: 15px;
    top:0;
    transition: all 0.5s ease;
    z-index:1000;
}

.message-icons.provider{
    right:102px !important;
}

.message-box.provider{
    right:100px !important;
}

.message-icons:hover {
    background: #b9b8b8;
}

.message-icons i {
    font-size: 20px;
    color:white;
}

.message-icons .numbers {
    background-color: #FFFFFF !important;
    color: #222222 !important;
    box-shadow: 1px 2px 0px 0px #222222 !important;
    position: absolute;
    font-weight: 700;
    top: 5px;
    left: 25px;
    background-color: #fe5c5c;
    padding: 1px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 0px 0px #ffb2b2;
    -moz-box-shadow: 1px 1px 0px 0px #ffb2b2;
    -ms-box-shadow: 1px 1px 0px 0px #ffb2b2;
    box-shadow: 1px 1px 0px 0px #ffb2b2;
}

.message-box {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 440px;
    position: absolute;
    z-index: 10;
    right: 50px;
    top:65px;
}

.message-box i {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 2em;
    color: #f3f3f3;
}

.message-box .messages-notifications {
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    background: #f3f3f3;
    color: #484848;
}

.message-box .message-content {
    border-left: 5px solid #AF0134;
    min-height:40px;
}

.message-box .message-footer {
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    background: #f3f3f3;
    color: #484848;
}

.request-icons {
    position: absolute;
    right: 50px;
    cursor: pointer;
    padding: 15px;
    top: 0;
    transition: all 0.5s ease;
    z-index:1000;
}

.request-icons:hover {
    background: #b9b8b8;
}

.request-icons i {
    font-size: 20px;
    color: white;
}

.request-icons .numbers {
    background-color: #FFFFFF !important;
    color: #222222 !important;
    box-shadow: 1px 2px 0px 0px #222222 !important;
    position: absolute;
    font-weight: 700;
    top: 5px;
    left: 30px;
    background-color: #fe5c5c;
    padding: 1px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 0px 0px #ffb2b2;
    -moz-box-shadow: 1px 1px 0px 0px #ffb2b2;
    -ms-box-shadow: 1px 1px 0px 0px #ffb2b2;
    box-shadow: 1px 1px 0px 0px #ffb2b2;
}

.request-box {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 440px;
    position: absolute;
    z-index: 10;
    right: 50px;
    top: 65px;
}

.request-box i {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 2em;
    color: #f3f3f3;
}

.request-box .messages-notifications {
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    background: #f3f3f3;
    color: #484848;
}

.request-box .request-notifications{
    padding:.5rem;
}

.request-box .request-notifications .request-all{
    text-decoration:none;
}

.request-box .request-notifications .request-all:hover {
    color: #484848;
}

.request-title {
    font-size: 1.143em;
    color: #484848;
}

.request-content-client{
    width: calc(100% - 256px);
}

.request-content-client .first-column {
    padding:30px;
}

.request-content-client .second-column {
    padding: 30px;
    background-color: #f9f9f9;
}

.status-header .last-column {
    position:relative;
    width: 256px;
    padding: 30px;
    background-color: #f3f3f3;
}

.box-info-text i.fa-thumbs-up.client, .box-info-text i.fa-dollar-sign.client {
    margin-right: 10px;
    font-size: 18px;
    opacity: .7;
}

.big-font{
    font-size:18px;

}

.smaller-font{
    font-size:1em !important;
}

#edit-dropdown .input-group span {
    position: absolute;
    right: 0;
    top: 4px;
}

.input-fecha {
    width: max-content;
    min-width: 150px;
}

.request-box-proveedor ul {
    border-left: 5px solid #AF0134;
}

.message-content-request {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #484848;
}

.message-content .temporizador-request{
    margin:0;
    font-size:1.4em;
}

.temporizador-request i {
    position: relative;
    top: unset;
    right: unset;
    color: #484848;
    font-size:1.1em;
}

.message-content .btn-primary i {
    position: relative;
    top: unset;
    right: unset;
    font-size:unset;
}

.selectpicker {
    background-color: #AF0134 !important;
    color: #ffffff !important;
}

.filter-option-inner-inner{
    color:white!important;
}