.header {
    background-color: #e63895;
    padding: 10px 0px;
    color: #fff;
}
.navbar{
  padding: 8px 25px;
}
.nav-link{
  font-size: 24px;
  font-family: 'Roboto';
}

#app{
  background-color: #eeeeee;
}
#loader{
  text-align: center;
  background-color: #eeeeee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
#loader img{
 margin: 12%;
}
.sync-data,
.sync-collection{
  float: right;
  position: relative;
  top: -50px;
  color: #fff;
}
.sync-data:hover,
.sync-collection:hover,
.sync-data:focus,
.sync-collection:focus{
  color: #fff;
  box-shadow: none;
}



table.dataTable thead th, table.dataTable thead td{
  border-top: 1px solid #E1E0E0;
  border-bottom: 1px solid #E1E0E0;
  background-color: #F3F3F3;
  font-size: 14px;
  font-family: 'Roboto';
  padding: 10px 13px;
  font-weight: 500;
}
table.dataTable tbody td.position_cursor{
  cursor: move; /* fallback: no `url()` support or images disabled */
}

table.child-table thead tr th,
table.child-table tbody tr td{
  font-weight: 500 !important;
  background-color: #f9f9f9 !important;
}
table.dataTable th,
table.dataTable td,
table.dataTable.display td{
  background-color: #fff;
}
table.dataTable thead .color-change{
  color:#0982bf;
}
input[type="text"]#DTE_Field_compare_price:focus-visible,
input[type="text"]#DTE_Field_compare_price:focus,
input[type="text"]#DTE_Field_price:focus-visible,
input[type="text"]#DTE_Field_price:focus,
input[type="text"]#DTE_Field_tags:focus-visible,
input[type="text"]#DTE_Field_tags:focus,
select#DTE_Field_status:focus-visible,
select#DTE_Field_status:focus{
  border: 1px solid #0982bf;
  outline: none !important;
}
input{
  border: 1px solid #0982bf;
}
table{
  width: 100%;
}
.odd,
.even{
  background-color: #fff !important;
}
.odd.shown,
.even.shown{
  background-color: #f9f9f9 !important;
}
.odd.shown.details-control,
.even.shown.details-control{
  background-color: #f9f9f9 !important;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
 table.dataTable.display tbody tr:first-child th,
 table.dataTable.display tbody tr:first-child td{
  border-top: 1px solid #ddd;
 }
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1{
  background-color: #fff !important;
}
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
  background-color: #fff !important;
}
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
  background-color: #fff !important;
}

.dataTables_paginate{
  border: 1px solid #E1E0E0;;
  margin-top: 25px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: #fff !important;
  background: #e63895 !important;
  border: 2px solid#e63895 ;
  padding: 9px 15px;
}
.dataTables_wrapper .dataTables_paginate{
  padding: 0px;
}
.dataTables_info{
  margin-top: 25px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  color: #e63895 !important;
  background: #fff !important;
  box-shadow: unset !important;
  border: none;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
  white-space: nowrap;
  background: #e63895;
  border: navajowhite;
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Roboto';
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
  font-size: 16px;
  font-family: 'Roboto';
}
.dataTables_wrapper .dataTables_filter input{
  margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length select{
  padding: 7px;
}
.input-group-append .btn-outline-secondary{
  background: #fff !important;
}
.input-group-append .btn-outline-secondary:focus{
  box-shadow: none;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #E5E4E4;
}
.product-history-start{
  padding: 20px;
}
.white-box .modal-dialog{
  max-width: 900px;
}
.white-box .modal-content{
  border-radius: 2rem;
}
.white-box .modal-body .close{
  background: #fff;
  color: #e63895;
  border: 3px solid;
  border-radius: 40px;
  font-size: 32px;
  padding: 5px 12px;
}
.product-history-start .product-name h3{
  font-size: 30px;
  font-family: 'Roboto';
  font-weight: 500;
  padding-bottom: 60px;
}
.table-borderless td{
  padding-left: 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #000000;
}
.product-history-start .product-details{
  padding: 0px 12px;
}
.product-details .heading h4{
  font-size: 25px;
  font-family: 'Roboto';
  font-weight: 400;
  padding-top: 25px;
}
.table-bordered thead{
  background: #F3F3F3;
}
.table-bordered th{
  font-weight: 400;
  color: #000;
}
ul li{
    list-style:none;
}
.select2-container--default .select2-selection--single{
    height:35px;
}
.select2-container--default .select2-selection--single:focus{
    outline:none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline:none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-left: 15px;
}
.select2-container--default .select2-results__group {
    font-weight: 400;
    padding-left: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e63895;
    color: white;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border: 1px solid #e63895;
}
.dp {
    background: #eac944;
    padding: 10px 10px;
    border-radius: 40px;
    display: inline;
}
.dropdown button{
    color: #fff;
    font-weight: 500;
}
.dropdown button:hover{
    color: #fff;
}
.dropdown button:focus{
    box-shadow: none;
}
.header .dropdown-menu {
    margin-top: 10px;
}
.body-start{
    background-color: #eeeeee;
    padding: 25px;
}
.white-box{
    background-color: #fff;
    border-radius: 12px;
    padding: 25px ;
}
.white-box h4{
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-weight: 400;
}
.white-box h4 a{
  padding-bottom: 10px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.form-start label{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.form-start .gj-icon{
    color: #e63895 ;
    padding: 7px;
}
.gj-datepicker-bootstrap [role=right-icon] button:hover{
    background: transparent;
    border-radius: 0px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle{
    border: transparent;
    background-color: transparent;
    box-shadow: none;
}
.form-control:focus{
    border-color: #e63895;
    box-shadow: unset;
    border-radius: 0px;
}


.action-btn{
    text-align: center;
    margin-top: 25px;
}
.reset{
    background: #000;
    color: #fff;
    border: unset;
    padding: 8px 25px;
}
.reset:hover{
    color: #fff;
}
.submit{
    background: #e63895;
    color: #fff;
    border: unset;
    padding: 8px 35px;
}
.submit:hover{
    color: #fff;
}

.d-in{
    display: inline;
}
.d-in .dropdown{
    display: inline;
}
.text-right{
    margin-top: 5px;
}

/* style for image select box */

.vodiapicker{
    display: none;
  }

  #a{
    padding-left: 0px;
  }

  #a img, .btn-select img{
    width: 40px;

  }

  #a li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #a li:hover{
   background-color:#e63895; ...
  }


  #a li span, .btn-select li span{
    margin-left: 30px;
  }

  /* item list */

  .b{
    display: none;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;

  }

  .open{
    display: show !important;
  }

  .btn-select{
    width: 100%;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;

  }
  .btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
  }

  .btn-select:hover li{
    margin-left: 0px;
  }

  .btn-select:hover{
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;


  }

  .btn-select:focus{
     outline:none;
  }


  td.details-control {
    background: url('/assets/down.jpg') no-repeat center center;
    cursor: pointer;
  }
  tr.shown td.details-control {
    background: url('/assets/top.png') no-repeat center center;
  }

  .DTE_Field_Error{
    color: red !important;
  }

  #toast-container > .toast-success {
    background-image: none;
    background-color: #e9e9e9;
    color: black;
}


/* end for image select box   */

.bootstrap-tagsinput {
    width: 100% !important;
    line-height: 30px !important;
}
.bootstrap-tagsinput .label-info {
    color: #000 !important;
    background: lightblue !important;
    padding: 2px 5px !important;
    border-radius: 5px !important;
}

.bootstrap-tagsinput>input {
    width: 100% !important;
}

#enddate[readonly],
#startdate[readonly]{
    background: #fff !important;
    cursor: pointer;
}

.sku_field_wrpr {
    display: none;
}
