/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.loading {
  position: relative;
}
.justalign-center {
  display: flex !important;
  align-items: center !important;
}

.justalign-end {
  display: flex !important;
  align-items: flex-end !important;
}

.horizontalign-center {
  display: flex !important;
  justify-content: center !important;
}

.horizontalign-end {
  display: flex !important;
  justify-content: flex-end !important;
}

.nopadding {
  padding: 0% !important;
}

.well-light-alignment {
  width: fit-content;
  margin: 0;
}

.whithout-linebreak {
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .whithout-linebreak-widthmd {
    white-space: nowrap;
  }
  .show-object {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .hide-object {
    display: none;
  }
  .hide-objectviewport {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .flex-end-nxs {
    display: flex;
    justify-content: flex-end;
  }
  .margin-bottom-10-nxs {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .text-center-xs {
    text-align: center !important;
  }
}

/* .dropup-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
} */

.ngxsidewidth {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.ngxpadding {
  padding: 12px;
}

/* .dropdown-menu {
  position: absolute;
  bottom: 100%;
  top: unset;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
} */

.btn-delete-modal {
  width: 99px;
  height: 33px;
  font-size: 16px;
  margin-left: 0%;
}

.checkboxtogglestyle {
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  background: #eeeeee;
  outline: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.checkboxtogglestyle:checked {
  background: #3276b1;
}
.checkboxtogglestyle:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: 0px;
  left: 0px;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.checkboxtogglestyle:checked:before {
  left: 20px;
}

.defaultwell {
  padding-right: 13px;
  padding-left: 13px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #ffffff;
}

.display-flexandpadding {
  display: flex;
  padding-left: 13px;
}

.fullwidth {
  width: 100%;
}

.indexbtnset {
  padding-top: 0px;
  padding-bottom: 16px;
}

.backgroundtransparent {
  background-color: transparent;
}

.nopaddingleft {
  padding-left: 0px;
}

.modalnomargin {
  margin-left: 0px;
  margin-right: 0px;
  padding: 16px;
}

/* .dropupconfig {
  bottom: 100% !important;
  top: auto !important;
} */

.titlepaddingright {
  padding-right: 8px;
}

.form-error-font-color {
  color: #b94a48;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-top {
  margin-top: 0px;
}

.no-margin-left {
  margin-left: 0px;
}

.no-margin-right {
  margin-right: 0px;
}

.no-margin {
  margin: 0;
}

.on3-separator-blue {
  border-top: 2px solid #3276b1;
}

.on3-separator-black {
  border-top: 2px solid #000000;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.no-padding {
  padding: 0;
}
.delete-button-align {
  padding-left: 24px;
  padding-top: 2px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
}

.close-modal-button-align {
  padding-right: 0px;
}

.icon-form-align {
  padding-left: 20px;
}

.button-delete-alignment {
  padding-top: 4px;
  padding-left: 22px;
}

.icon-alignment {
  padding-right: 3px;
  padding-bottom: 6px;
}

.icon-alignment-top {
  padding-top: 4px !important;
  padding-right: 4px !important;
  padding-bottom: 4px !important;
}

.centerdiv#child {
  margin: 0 auto;
}

.text-on-pannel {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 3px 5px;
  position: absolute;
  margin-top: -47px;
}

.panel {
  /* for text on pannel */
  margin-top: 27px !important;
}

.panel-primary {
  border-color: #e2e2e2 !important;
}

.panel-body {
  padding-top: 30px !important;
}

.row-padding-alignment {
  padding-left: 30%;
  padding-bottom: 5%;
}

.row-alignment-6px {
  padding-top: 6px;
}

.nosidepadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-top-5px {
  padding-top: 5px;
}

.autowidth {
  width: auto !important;
}

.no-list-style {
  list-style-type: none;
}

.padding-left-3pct {
  padding-left: 3%;
}

.padding-left-10pct {
  padding-left: 30px;
}

.padding-left-40pct {
  padding-left: 40%;
}

.padding-right-2px {
  padding-right: 2px;
}

.subtitle-size-color {
  font-size: 16px;
  color: grey;
}

.font-size-20px {
  font-size: 20px;
}

.padding-13px {
  padding: 13px;
}

.button-50-120-margin-25 {
  margin-top: 25px;
  height: 50px;
  width: 120px;
}

.row-inside-padding-alignment {
  padding-left: 6% !important;
}

.separator-modal-vertical-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-bottom-search-bar {
  margin-bottom: 32px;
}

.padding-search-bar {
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.double-row-height {
  height: 40px;
}

.justify-text {
  text-align: justify;
}
.align-text-jumbo {
  padding-left: 2%;
  padding-right: 2%;
}

.error-message-nothing-found {
  color: #b94a48;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}

tab > .tabs_pannel {
  background-color: green !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.justalign-center-rp {
  display: flex !important;
  align-items: center !important;
}

@media screen and (max-width: 767px) {
  .justalign-center-rp {
    display: inline !important;
  }
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}