.dropbtn {
    display: block;
  background-color: rgb(214, 17, 11);
  padding: 10px;
  font-size: 16px;
  width: 200px;
  border: none;
  cursor: pointer;
  margin-top:5px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: rgb(152, 11, 7);
  outline: none !important;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow-y: auto;
    max-height: 400px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown a:hover {background-color: #eee;}
.pointer {
    cursor: pointer;
}
#DataTable th {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    border: 0px solid black;
    text-align: center;
}

th {
    min-width:200px;
    text-align:center;
}

/* 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;
}

.calcwrapper {
    margin-left: 0 auto;
    margin-right: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.whole {
  display: flex;
  justify-content: center;
}

.leftside {
  flex: 50%;
  padding: 10px;
  max-width: 300px;
  padding: 10px;
  text-align: right;
}

.rightside {
  flex: 50%;
  padding: 10px;
  max-width: 300px;
  padding: 10px;
}

.separator {
    padding-top: 25px;
}

.smallseparator {
    padding-top: 5px;
}

.inputseparator {
    padding-top: 19px;
}

.filterCheckbox {
    opacity: 1 !important;
    cursor: pointer !important;
    z-index: -1 !important;
}

button > i {
    pointer-events: none;
}

.productPro-selected {
    background-color: #3578e3;
}

.loadingmask {
    display: none;
    position: absolute;
    z-index: 100004;
    width: 100%;
    height: 600px;
    background-color:#D7D8D4;
    filter:alpha(opacity=15);
    opacity:0.5;
    right: 20px;
    left: 20px;
}
.completecenter {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recordCount {
    margin: 20px;
}
.product-pro-container {
    padding-top: 150%;
}
@media (min-width:767px) {
    .product-pro-container {
        padding-top: 66.6%;
    }
}