:root {
  --color1: #03b1e2;
  --color2: #a3cefa;
}

.ajax_load {
    background-image: url(./images/ajax-loader.gif);
    width: 66px;
    height: 66px;
}

#logo {
    height: 20px;
}

#login_logo {
    height: 29px;
    margin-top: -10px;
}

.pointer {
    cursor: pointer;
}

.navbar-static-top {
    background: #03b1e2;
}

.navbar-static-top .navbar-top-links li a:hover, .navbar-static-top .navbar-top-links li a:focus {
    background: #03b1e2;
}

.nav a {
    color: #000;
}

.box1 {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

body .progress-bar {
    background-color: #03b1e2; 
}

.use_inline label{
    width: 20%;
    display: inline;
    margin-left: 3%;
}

.use_inline .form-control{
    width: 75%;
    display: inline;
}

.do_btn {
    margin-top: 25px;
}

.vc-chrome {
}


.upload_box {
    height: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.upload_box_min {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.toast-message,
.toast-title {
    font-size: 17px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    left: 0;
    right: auto !important;
}

body .ql-editor {
    direction: rtl;
    text-align: right;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-left: 15px;
    margin-right: 0;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button,
.ql-snow .ql-picker {
    float: right;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.panel-default>.panel-heading {
    background-color: var(--color2);
    border-color: var(--color2);
}

.dataTable thead {
    background-color: var(--color2);
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-image: none;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    padding-right: 30px;
    padding-left: 0;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    left: auto;
    right: 4px;
}


.reportrange {
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px; 
    border: 1px solid #ccc; 
    width: 100%;
    color: #000;
}

#reportrange_hider {
    background: rgba(0,0,0,0.1);
    height: 34px;
    position: absolute;
    top: 25px;
    width: 100%;
}

.ranges li,
.range_inputs,
.daterangepicker .input-mini,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect, 
.daterangepicker select.hourselect, 
.daterangepicker select.minuteselect, 
.daterangepicker select.secondselect, 
.daterangepicker select.ampmselect,
.daterangepicker {
    text-align: right !important;
    direction: rtl !important;
}

.daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: right !important;
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .next span {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
}

.daterangepicker td.start-date,
.daterangepicker td.end-date{
    border-radius: 0;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-image: none;
}

.pre {
  white-space: pre;
}

.autocomplete_color {
}

.autocomplete_color .autocolor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
    float: right;
}

.autocomplete_color .title {
    margin-right: 10px;
    float: right;
}

.reverseorder {
    display: flex;
    flex-direction: column-reverse;
}

.ql-container{
    min-height: inherit;
}

.close_modal {
    font-size: 20px;
    float: left;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.min_pad {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.tree {
    text-align: right !important;
    direction: rtl;
}

.tree-default .tree-node {
    margin-right: 24px;
}

.tree-anchor {
    font-size: 16px !important;
}


/* === Login ==== */

#login {
    background: #03b1e2;
}

#login_logo {
    display: block;
    margin: 50px auto;
}


/* === add product form  ==== */


.add_product_temp #importForm .btn {
    margin-top: 10px;
}


.add_product_temp .product_variation_box {
}

.add_product_temp .product_variation_box {
    min-height: 440px;
    padding: 10px;
    margin-top: 60px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.add_product_temp .product_variation_box .the_color {
    margin: -26px auto 25px auto;
}

.add_product_temp .the_color,
#addColorModal .the_color,
.supplier_reservation_temp .the_color,
.show_reservationt_temp .the_color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
    background: #f8f8f8;
}

.add_product_temp .product_variation_box .color_search {
    margin-bottom: 10px;
}

#addColorModal .the_color {
    margin: 14px auto 0 auto;
}

.add_product_temp .product_variation_box .image {
    width: 60%;
    float: left;
    display: block;
    margin-left: 20px;
}

.add_product_temp .product_variation_box .stock {
    text-align: right;
}

.add_product_temp .product_variation_box .stock input[type="number"] {
    direction: ltr;
}

.add_product_temp .product_variation_box .row {
    margin-top: 10px;
}

.add_product_temp .product_variation_box h4 {
    margin: 30px 0 0 0;
}

.add_product_temp .product_variation_box small {
    margin-bottom: 5px;
    display: block;
}

.add_product_temp .product_variation_box .more_images {
   max-height: 100px;
   cursor: move;
   
}

#categoies_checkbox,
.categoies_checkbox {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

#categoies_checkbox ul:first-child, 
.categoies_checkbox ul:first-child{
   padding-right: 0; 
}

#categoies_checkbox ul,
.categoies_checkbox ul {
    padding-right: 30px;
}

#categoies_checkbox ul,
#categoies_checkbox li,
.categoies_checkbox ul,
.categoies_checkbox li {
    list-style-type: none;
}

#categoies_checkbox label,
.categoies_checkbox label {
    font-weight: normal;
}

.add_product_temp .variation_action {
    text-align: center;
}

.add_product_temp .variation_action .btn {
    margin: 0 5px;
}

.add_product_temp .side_image {
    width: 100%;
}

.add_product_temp .product_image_box {
    /*background: #eeeeee;*/
    text-align: center;
    border-radius: 5px;
    padding: 10px 73px;
}


/* === add reservationt form  ==== */

.add_reservationt_temp .separator,
.show_reservationt_temp .separator {
    /*background: #ddd;
    height: 1px;
    width: 100%;*/
    margin: 7px 0;
}

.add_reservationt_temp .remove_product {
    position: absolute;
    left: 6px;
    top: -11px;
    font-size: 17px;
    color: #337ab7;
}

/* === show reservationt form  ==== */

.show_reservationt_temp .separator {
    background-color: var(--color2);
    height: 1px;
}

.show_reservationt_temp .actions .btn:first-of-type {
    margin-top: 0;
}

.show_reservationt_temp .actions .btn:last-of-type {
    margin-bottom: 0;
}

.show_reservationt_temp .actions .btn {
    margin: 13px 0;
    display: table;
}

/* === supplier reservation_list  ==== */

.supplier_reservation_temp section {
    border: 1px solid var(--color2);
    border-top: 0;
    margin-bottom: 20px;
}

.supplier_reservation_temp .title {
    background-color: var(--color2);
    padding: 10px 5px;
    font-size: 16px;
}

.supplier_reservation_temp .product {
    border-bottom: 1px solid var(--color2);
    padding: 5px;
}

.supplier_reservation_temp .the_color {
    margin: 0 auto;
}

.supplier_reservation_temp .the_image {
    max-width: 100%;
    height: 60px;
}

.supplier_reservation_temp .dhl_save {
    position: relative;
    left: 25px;
    top: 2px;
}

.supplier_reservation_temp .color_name {
    margin-top: 1px;
    text-align: center;
}

.supplier_reservation_temp .title2 {
    background-color: #cee3f8;
    padding: 5px;
    font-weight: bold;
}

.supplier_reservation_temp #filter {
    margin-bottom: 0;
}

.supplier_reservation_temp #filter input {
    text-align: left;
}

.supplier_reservation_temp .do_btn {
    margin-top: 24px;
}

.supplier_reservation_temp .search_by {
    position: relative;
    float: right;
    top: -27px;
    right: 10px;
    cursor: pointer;
}

.supplier_reservation_temp .total {
    margin-bottom: 40px;
}

.supplier_reservation_temp .total div {
    font-size: 19px;
}

.supplier_reservation_temp .price_save {
    position: absolute;
    top: 10px;
    right: 23px;
}

.supplier_reservation_temp .dhl_save {
    position: absolute;
    top: 35px;
    right: 23px;
}

.supplier_reservation_temp .filter_order_status_warp {
    float: left;
}

.supplier_reservation_temp .the_link {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

body #commentModal .ql-editor {
    direction: ltr;
    text-align: left;
}

#commentModal .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    right: 0;
    left: auto !important;
}

#commentModal .ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
    margin-left: 0;
}

#commentModal .ql-snow.ql-toolbar button, 
#commentModal .ql-snow .ql-toolbar button,
#commentModal .ql-snow .ql-picker {
    float: left;
}

#commentModal th {
    text-align: left;
}

#commentModal table.dataTable thead .sorting_asc:after,
#commentModal table.dataTable thead  table.dataTable thead .sorting_desc:after,
#commentModal table.dataTable thead .sorting:after,
#commentModal table.dataTable thead .sorting_desc:after {
    float: right;
}

/*.supplier_reservation_temp .product_comment {
    font-size: 20px;
}*/


#management .action {
    margin-top: 5px;
}

#management #product_info {
    margin: 15px 0;
    display: none;
}

#management #categoies_checkbox,
#management #product_info {
    margin: 15px 0;
    display: none;
}

#management .search_form .flexy {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px
}

#management .search_form .flexy label {
    width: 20%;
}

#management .search_form #search_category2 {
    position: relative;
    top: 10px;
}

#management .search_form  #more_opt {
    display: none;
}

#management .search_form #more_opt_show {
}
