.width-100 {
  width: 100px !important;
}

.width-100-percent {
  width: 100% !important;
}

.width-80-percent {
  width: 80% !important;
}

.width-50-percent {
  width: 50% !important;
}

.no-padding {
  padding: 0 !important;
}

.padding-6 {
  padding: 6px !important;
}

.padding-l-r-15 {
  padding: 0 15px !important;
}

.padding-6-20 {
  padding: 6px 20px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.padding-right-28 {
  padding-right: 28px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-top-minus-6 {
  margin-top: -6px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.bg-primary {
  background-color: #1f91f3 !important;
}

.btn-red {
  background-color: #1f91f3 !important;
}

.color-title-form {
  color: #aaaaaa;
}

.bolder {
  font-weight: bold !important;
}

.require {
  color: red;
}

.error {
  color: red;
}

.error-right {
  position: absolute;
  color: red;
  top: 15px;
  right: 0;
}

.error-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}

.public-info-container {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}

.public-info-container>* {
  width: 100%;
}

.wap-choose-range-cost {
  width: 100%;
  display: flex;
}

.choose-money-type {
  width: 20%;
}

.from-to-cost {
  flex: 1;
  margin-left: 22px;
}

.center {
  text-align: center !important;
}

.nodata {
  margin-top: 12px;
  padding: 12px 6px;
  background: #dff5ff;
  border-radius: 6px;
  ;
}

/* Upload  */
.wrap-upload-photo {
  width: 100%;
  min-height: 200px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 12px;
  position: relative;
}

.upload-photo {
  cursor: pointer;
  text-align: center;
}

.upload-photo .btn-add-photo {
  border: 1px dashed #ddd;
  padding: 12px;
  margin: 6px 0;
  background: #fbfbfb;
}

/* end upload */

fieldset.scheduler-border {
  border: 1px solid #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  border-radius: 8px;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}

/* Table */
table.dataTable thead>tr>th {
  padding-right: 10px;
}

.action {
  width: 75px !important;
  text-align: center;
}

.action-icon {
  text-align: center;
  cursor: pointer;
}

.icon-delete {
  color: red;
}

/* end table  */

/* FIllter paginate*/

.wrap-filter {
  padding: 0;
  text-align: right;
}

.wrap-filter .text {
  padding: 0 12px;
}

.wrap-filter .btn-select {
  width: 100px !important;
}

.wrap-filter .btn-select .btn-dropdown-toggle {
  padding: 0;
  padding-top: 8px;
}

.arrow-page {
  padding: 4px 3px 4px 3px !important;
}

.wrap-paginate {
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
}

.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  border-radius: 5px;
}

/* end filter paginate */

/* If chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .style-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
  }

  .style-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
  }

  .style-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;

  }
}

/* If fifox */
@-moz-document url-prefix() {
  .style-scrollbar {
    overflow-y: auto;
    scrollbar-color: #ccc #f4f4f4;
    scrollbar-width: thin;
    -moz-border-radius: 10px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {

  .wrap-select-simple-4-left,
  .wrap-select-simple-4-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    padding: 12px !important;
  }
}
