.bc1 {
    background-color: #153656 !important;
}

.p-outline {
    font-size: 14px;
    background-color: #edebeb;
    padding: 7px 10px;
    border-radius: 10px !important;
    border: 0 !important;
}

.p-outline::placeholder {
    color: #2D3436;
}

.p-outline.date {
    width: 95px;
}

.navbar {
    background-color: #102D44;
    color: white;
}

.menu .sidebar {
    position: absolute;
    right: 0;
    width: 30%;
}

.menu .info {
    width: 100%;
    padding: 30px 0px;
    text-align: start;
}

.menu .info h1 {
    font-size: 20px;
}

.menu .info p {
    margin-bottom: 0;
}

.navbar .logo {
    width: 36px;
    height: 36px;
    image-rendering: -webkit-optimize-contrast;
}

.sidebar .info img {
    width: 80px;
    margin-right: 10px;
}

.btn-active {
    background-color: #3A80AD;
    color: #fff !important;
}

.btn-dark {
    background-color: #102D44;
    color: #fff !important;
}

.btn-accept {
    background-color: #B71B07;
    color: #fff !important;
}

.menu ul {
    margin: 0;
    width: 100%;
    height: calc(100% - 140px);
    overflow: auto;
}

.menu ul li a.active {
    background-color: #102D44;
}

.menu ul li a:hover {
    transition: 0.3s;
    background-color: #102D44;
}

.menu ul li a .text {
    margin-top: 0;
    line-height: 14px;
}

.sidebar a img {
    width: 40px;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 10px;
}


/* consulta de entrega */
.orderDetail .selectList {
    display: inline-flex;
}

#mytable thead,
table thead {
    font-weight: 400 !important;
    background-color: #153656;
}


/*fix datatable*/

table#myTable,
.table th,
.table td {
    vertical-align: middle;
}

.dataTables_length label {
    display: inline-flex;
}

.dataTables_scrollHead table {
    margin: 0;
}


/*pass validation*/
.inp-password {
    -webkit-text-security: disc;
}

.pass-validation {
    padding: 5px;
    border-radius: 50px;
    background-color: #102D44;
}

.pass-validation span {
    padding: 0 15px;
    color: #fff !important;
}

.pass-validation.disabled {
    opacity: .5;
}

.btn-news,
.btn-news:hover {
    color: #fff;
    margin: 0 10px;
    font-size: 0;
    padding: 0 0;
}

.btn-news span {
    image-rendering: -webkit-optimize-contrast;
    font-size: 36px;
}

.btn-news .badgenew {
    position: absolute;
    border-radius: 50%;
    background-color: #f00;
    width: 10px;
    height: 10px;
    bottom: 10px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    white-space: break-spaces;
}

.form-group label[for="mdldeletereason"] {
    margin: 1rem 0;
}

.form-check.pard-delete-option {
    display: flex;
    align-items: center;
    align-self: center;
    background-color: #e6e6e6;
    border-radius: 0.7rem;
    padding: 0;
    height: 50px;
}

.form-check.pard-delete-option .form-check-input[type=radio] {
    display: none;
}

.form-check.pard-delete-option:not(:last-child) {
    margin: 0 0 0.8rem 0 !important;
}

.form-check.pard-delete-option.selected {
    transition-duration: .2s;
    background-color: #153656;
}

.form-check.pard-delete-option.selected label {
    transition-duration: .2s;
    color: #fff;
}

.form-check.pard-delete-option label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 14px;
    margin: 0;
}

.pard-dropdown-button {
    display: inline;
    height: fit-content;
}

.pard-dropdown-button>button,
.pard-dropdown-button>button:hover {
    display: flex;
    align-items: center;
    background-color: #3A80AD;
    padding: 0 0.5rem;
    height: 35px;
}

.pard-dropdown-button>button:focus {
    background-color: #3A80AD;
    box-shadow: 0 0 0 0.25rem rgb(58 128 173 / 30%);
}

.pard-dropdown-button .dropdown-toggle::after {
    border-top: .3em solid #fff;
}

.pard-dropdown-button button img {
    background-color: transparent;
    padding: 5px 5px;
    height: 32px;
}