/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.required {
    color: red !important;
}


.discount_tr {
    color: red !important;
}

.discount_td {
    color: red !important;
}

.bold_tr {
    font-weight: bold;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.navmenu {
    background: #dd5b66 !important;
}

.documentTableEditor {
    width: 100%;
    /* margin-bottom: 1rem; */
    /* color: #6b6f82;!important; */
    border-top: none;
    border-collapse: collapse !important;
}

.documentTableEditor td,
.documentTableEditor th {
    vertical-align: top;
    background-color: #fff !important;
    color: #2c343b;
    padding: 0.4rem;
}

.documentTableEditor thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #E4E5EC;
    padding-left: 1rem;
}

.documentTableEditor tbody + tbody {
    border-top: 2px solid #E4E5EC;
}

.documentTableEditor .thead-dark th {
    color: #61707d;
    border-color: #E4E5EC;
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.documentTableEditor th, .documentTableEditor td {
    border-bottom: 1px solid #e3ebf3;
}

.documentTableEditor tfoot td {
    border-bottom-style: none;
}

.documentTableEditor .form-control {
    /* height : calc(1.25em + 1.5rem + 2px); */
    height: auto;
    padding: 0.5rem;
    line-height: normal;
}

.documentTableEditor select.form-control {
    padding: 0.45rem;
}

.documentTableEditor .select2-container--classic
.select2-selection--single, .select2-container--default
.select2-selection--single {
    padding: 0.2rem;
    height: auto !important;
}

.documentTableEditor .btn-pure {

}

.documentTableEditor .btn-pure:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

.documentTableEditor .btn-sm {
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
}

.documentTableEditor .tAlignRight {
    text-align: right;
}

.documentTableEditor .item_sub_total,
.documentTableEditor .total_amount_label,
.documentTableEditor .total_amount {
    font-size: 1.2rem;
    font-weight: 300;
}

.documentTableEditor .item_sub_total {
    color: #a7abc1;
}

.documentTableEditor .total_amount_label {
    text-transform: uppercase;
    color: inherit !important;
}

.documentTableEditor .total_amount {
    font-size: 1.4rem;
    color: inherit !important;
}


/* select 2 */
.select2ResultContainer {
    width: 700px !important;
}

.select2ResultItem {
    margin: -5px;
}

.select2ResultItem thead th,
.select2ResultItem tbody td {
    padding: 2px 5px 2px 5px;
    font-size: 1rem;
    font-weight: 300;
}

.select2ResultItem thead th {
    background-color: #2c343b;
    color: #fff;
}

.select2ResultItem tbody td {
    border-bottom: 1px solid #E4E5EC;
}

.table-responsive .table.table-xs td {
    padding: 0.1rem 1rem !important;
    font-size: 13px;
}

/* .select2-results__option{
  padding: 0px !important;
} */
