@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk&display=swap');



.btn {
  background-color: navy;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

  /* Change background color of buttons on hover */
.btn:hover {
  background-color: #ddd;
}

    /* Create an active/current tablink class */
.btn.active {
  background-color: #ccc;
}



.btn-tiny {
  background-color: navy;
  border: none;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}

  /* Change background color of buttons on hover */
.btn-tiny:hover {
  background-color: #ddd;
}

    /* Create an active/current tablink class */
.btn-tiny.active {
  background-color: #ccc;
}



.button {
  background-color: navy;
  border: none;
  color: white;
  /* padding: 15px 32px; */
  /* text-align: center; */
  text-decoration: none;
  /* display: inline-block; */
  font-size: 16px;
}

  /* Change background color of buttons on hover */
.button:hover {
  background-color: #ddd;
}

    /* Create an active/current tablink class */
.button.active {
  background-color: #ccc;
}







body {
  /* font-family: 'Space Grotesk'; */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  margin: 5px;
  padding: 0;
  font-weight: 900;
}


a {
  font-size: small;
  font-weight: 525;
  color: #00008b;
  text-decoration: none;
  }

a:hover {
  font-size: small;
  color: #00008b;
  text-decoration: underline;
  }


.red {
  color: red;
}

/* #region Shop Schedule Batch Edit */

.batch_edit_holder_position {
  height: 600px;
  width: 1100px;
}

.batch_edit_holder {
  border: solid 1px black;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 15%;
  top: 15%;
  background-color: white;
  z-index: 10;
  padding: 5px;
  margin-left: -100px;
  margin-top: -50px;
}

.batch_edit_holder_success {
  opacity: 0.3;
  position: absolute;
  font-size: 36px;
  text-align: center;
  color: white;
  background: green;
  top: 0;
  left: 0;
}

.field {
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
}

label.batch_edit_4 {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  color: #999;
  font-size: 10px;
}

span.batch_edit_4 {
  color: #999;
  font-size: 10px;
}

span.batch_edit_1 {
  padding: 3px 2px;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
}

input.batch_edit_1 [placeholder],
[placeholder],
*[placeholder] {
  color: slategrey;
}

input.batch_edit_1 {
  margin-top: 15px;
  border: 1px solid #999;
  padding: 3px 2px;
}

  input.batch_edit_1:invalid + label {
    top: 3px;
    opacity: 0;
  }

  input.batch_edit_1:valid + label {
    opacity: 1;
    top: 0;
  }

  input.batch_edit_1:focus {
    outline: bold;
    border: 2px solid mediumblue;
  }

    input.batch_edit_1:focus + label {
      color: #33a;
    }

span.batch_edit_3 {
  margin-top: 5px;
  border: 0px solid #999;
  padding: 3px 2px;
  font-size: 10px;
}

  span.batch_edit_3:invalid + label {
    top: 3px;
    opacity: 0;
  }

  span.batch_edit_3:valid + label {
    opacity: 1;
    top: 0;
  }

  span.batch_edit_3:focus {
    outline: none;
  }

    span.batch_edit_3:focus + label {
      color: #33a;
    }

select.batch_edit_2 {
  margin-top: 15px;
  border: 1px solid #999;
  padding: 3px 2px;
  height: 30px;
  position: relative;
  left: 0;
  outline: none;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: white;
  font-size: 16px;
}

  select.batch_edit_2:invalid + label {
    top: 3px;
    opacity: 0;
  }

  select.batch_edit_2:valid + label {
    opacity: 1;
    top: 0;
  }

  select.batch_edit_2:focus {
    outline: none;
  }

    select.batch_edit_2:focus + label {
      color: #33a;
    }

/* #endregion Shop Schedule Batch Edit */

/* #region misc */

.div_popup_position {
  height: 400px;
  width: 1000px;
}

.div_popup {
  border: solid 1px black;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 15%;
  top: 15%;
  background-color: white;
  z-index: 10;
  padding: 5px;
  margin-left: -150px;
  margin-top: 50px;
  overflow-y: scroll;
}

select {
  padding: 0;
  height: 33px;
  position: relative;
  left: 0;
  outline: none;
  border: 1px solid #cdcdcd;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: white;
  font-size: 16px;
}

.finger:hover {
  cursor: pointer;
}

.finger_link {
    color: #33a;
    /*
  color: #f1f1f1;  / light grey
  color: #33a;    / bright blue
  color: #dcdcdc;   /light
  */
    cursor: pointer;
    text-decoration: underline;
}

    .finger_link:hover {
        font-weight: bold
    }


.finger_link2 {
    /*
  color: #f1f1f1;  / light grey
  color: #33a;    / bright blue
  color: #dcdcdc;   /light
  */
    cursor: pointer;
    text-decoration: underline;
}

.finger_link2:hover {
    color: #33a;
    font-weight: bold
}


.help:hover {
  cursor: help;
}

.spin_me {
  animation: spin_me 2s infinite linear;
}

@keyframes spin_me {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.show .display {
  display: block;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: left;
}
/* #endregion misc */

/* #region inputs */

/* for select2 this class will be what the thing is after you select a value */
.item {
  font-size: 12px;
  height: 15px;
}

input[type='text'] {
  padding: 0;
  height: 15px;
  position: relative;
  left: 0;
  outline: none;
  border: 1px solid #cdcdcd;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: white;
  font-size: 12px;
}

  input[type='text']:read-only {
    border: 1px dashed whitesmoke;
    outline: none;
  }

.divider_bar {
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  height: 1px;
  background: black;
  overflow: hidden;
}
/* #endregion inputs */

/* #region misc - rename */
.element10 {
  font-size: 10px;
}

.element {
  font-size: 10px;
}

.element_date {
  font-size: 12px;
}

.element_titles {
  font-size: 10px;
  color: black;
  /*color: #dcdcdc;*/
}

.element_sub_titles {
  font-size: 9px;
  color: #dcdcdc;
  margin: -12px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* #endregion misc - rename */

/* #region margin */
.mb3 {
  margin-bottom: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr3 {
  margin-right: 3px;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.mr150 {
  margin-right: 150px;
}

.mr200 {
  margin-right: 200px;
}

.mr300 {
  margin-right: 300px;
}

.ml3 {
  margin-left: 3px;
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml32 {
  margin-left: 32px;
}

.ml33 {
  margin-left: 33px;
}

.ml34 {
  margin-left: 34px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.ml150 {
  margin-left: 150px;
}

.ml200 {
  margin-left: 200px;
}

.ml300 {
  margin-left: 300px;
}

.mt3 {
  margin-top: 3px;
}

.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt33 {
  margin-top: 33px;
}

.mt34 {
  margin-top: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mt200 {
  margin-top: 200px;
}

.mt300 {
  margin-top: 300px;
}

.m3 {
  margin: 3px;
}

.m5 {
  margin: 5px;
}

.m7 {
  margin: 7px;
}

.m10 {
  margin: 10px;
}

.m12 {
  margin: 12px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m32 {
  margin: 32px;
}

.m33 {
  margin: 33px;
}

.m34 {
  margin: 34px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.m70 {
  margin: 70px;
}

.m80 {
  margin: 80px;
}

.m90 {
  margin: 90px;
}

.m100 {
  margin: 100px;
}

.m150 {
  margin: 150px;
}

.m200 {
  margin: 200px;
}

.m300 {
  margin: 300px;
}
/* #endregion margin */

/* #region padding */

.pad2 {
  padding: 2px;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px;
}

.padl2 {
  padding-left: 2px;
}

.padl5 {
  padding-left: 5px;
}

.padl10 {
  padding-left: 10px;
}

.padl15 {
  padding-left: 10px;
}

.padl17 {
  padding-left: 10px;
}

.padl20 {
  padding-left: 20px;
}


.padb2 {
  padding-bottom: 2px;
}

.padb5 {
  padding-bottom: 5px;
}

.padb10 {
  padding-bottom: 10px;
}

.padb20 {
  padding-bottom: 20px;
}


/* #endregion padding */
/* #region justify */
.jr {
  text-align: right;
}

.jl {
  text-align: left;
}

.jc {
  text-align: center;
}


.vjt {
  vertical-align: text-top;
}

.vjm {
  vertical-align: text-middle;
}

.vjb {
  display: table-cell;
  vertical-align: bottom;
}

/* #endregion justify */

/* #region height */

.h1 {
  height: 1px;
}

.h2 {
  height: 2px;
}

.h3 {
  height: 3px;
}

.h4 {
  height: 4px;
}

.h5 {
  height: 5px;
}

.h6 {
  height: 6px;
}

.h7 {
  height: 7px;
}

.h8 {
  height: 8px;
}

.h9 {
  height: 9px;
}

.h1 {
  height: 1px;
}

.h10 {
  height: 10px;
}

.h11 {
  height: 11px;
}

.h12 {
  height: 12px;
}

.h13 {
  height: 13px;
}

.h14 {
  height: 14px;
}

.h15 {
  height: 15px;
}

.h16 {
  height: 16px;
}

.h17 {
  height: 17px;
}

.h18 {
  height: 18px;
}

.h19 {
  height: 19px;
}

.h20 {
  height: 20px;
}

.h21 {
  height: 21px;
}

.h22 {
  height: 22px;
}

.h23 {
  height: 23px;
}

.h24 {
  height: 24px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

.h45 {
  height: 45px;
}

.h46 {
  height: 46px;
}

.h47 {
  height: 47px;
}

.h48 {
  height: 48px;
}

.h49 {
  height: 49px;
}

.h50 {
  height: 50px;
}

.h55 {
  height: 55px;
}

.h60 {
  height: 60px;
}

.h65 {
  height: 65px;
}

.h70 {
  height: 70px;
}

.h75 {
  height: 75px;
}

.h80 {
  height: 80px;
}

.h85 {
  height: 85px;
}

.h90 {
  height: 90px;
}

.h95 {
  height: 95px;
}

.h100 {
  height: 100px;
}

.h125 {
  height: 125px;
}

.h150 {
  height: 150px;
}

.h175 {
  height: 175px;
}

.h200 {
  height: 200px;
}

.h225 {
  height: 225px;
}

.h250 {
  height: 250px;
}

.h275 {
  height: 275px;
}

.h300 {
  height: 300px;
}

.h325 {
  height: 325px;
}

.h350 {
  height: 350px;
}

.h375 {
  height: 375px;
}

.h400 {
  height: 400px;
}

.h425 {
  height: 425px;
}

.h450 {
  height: 450px;
}

.h475 {
  height: 475px;
}

.h500 {
  height: 500px;
}
/* #endregion height */

/* #region width_percent */

.w10p {
  width: 10%;
}

.w20p {
  width: 20%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.w60p {
  width: 60%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w90p {
  width: 90%;
}

.w100p {
  width: 100%;
}

/* #endregion width_percent */

/* #region width */

.w7 {
  width: 7px;
}

.w9 {
  width: 9px;
}

.w14 {
  width: 14px;
}

.w15 {
  width: 15px;
}

.w18 {
  width: 18px;
}

.w20 {
  width: 20px;
}

.w22 {
  width: 22px;
}

.w24 {
  width: 24px;
}

.w25 {
  width: 25px;
}

.w26 {
  width: 26px;
}

.w27 {
  width: 27px;
}

.w28 {
  width: 28px;
}

.w29 {
  width: 29px;
}

.w30 {
  width: 30px;
}

.w31 {
  width: 31px;
}

.w32 {
  width: 32px;
}

.w33 {
  width: 33px;
}

.w34 {
  width: 34px;
}

.w35 {
  width: 35px;
}

.w40 {
  width: 40px;
}

.w45 {
  width: 45px;
}

.w48 {
  width: 48px;
}

.w49 {
  width: 49px;
}

.w50 {
  width: 50px;
}

.w55 {
  width: 55px;
}

.w60 {
  width: 60px;
}

.w65 {
  width: 65px;
}

.w70 {
  width: 70px;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px;
}

.w85 {
  width: 85px;
}

.w90 {
  width: 90px;
}

.w95 {
  width: 95px;
}

.w100 {
  width: 100px;
}

.w105 {
  width: 105px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w125 {
  width: 125px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w175 {
  width: 175px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w225 {
  width: 225px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w800 {
  width: 800px;
}

.w900 {
  width: 900px;
}

.w1000 {
  width: 1000px;
}

.w1100 {
  width: 1100px;
}

.w1200 {
  width: 1200px;
}

.w1300 {
  width: 1300px;
}

.w1400 {
  width: 1400px;
}

.w1500 {
  width: 1500px;
}

.w1600 {
  width: 1600px;
}

.w1700 {
  width: 1700px;
}

.w1800 {
  width: 1800px;
}

.w1900 {
  width: 1900px;
}

.w2000 {
  width: 2000px;
}

/* #endregion widths */

/* #region font_size */

.fs25p {
  font-size: 25%;
}

.fs50p {
  font-size: 50%;
}

.fs75p {
  font-size: 75%;
}

.fs100p {
  font-size: 100%;
}

.fs125p {
  font-size: 125%;
}

.fs150p {
  font-size: 150%;
}

.fs175p {
  font-size: 175%;
}

.fs200p {
  font-size: 200%;
}


.fs5 {
  font-size: 5px;
}

.fs6 {
  font-size: 6px;
}

.fs7 {
  font-size: 7px;
}

.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs30 {
  font-size: 30px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fs100 {
  font-size: 100px;
}

.fs110 {
  font-size: 110px;
}

.size5 {
  font-size: 5px !important;
}

.size10 {
  font-size: 10px !important;
}

.size20 {
  font-size: 20px !important;
}

.size25 {
  font-size: 25px !important;
}

.size30 {
  font-size: 30px !important;
}

.size35 {
  font-size: 35px !important;
}

.size40 {
  font-size: 40px !important;
}

.size45 {
  font-size: 45px !important;
}

.size50 {
  font-size: 50px !important;
}

.size55 {
  font-size: 55px !important;
}

.size60 {
  font-size: 60px !important;
}

.size64 {
  font-size: 64px !important;
}

.size65 {
  font-size: 65px !important;
}

.size70 {
  font-size: 70px !important;
}

.size75 {
  font-size: 75px !important;
}


/* #endregion fonts */

/* #region table_div */

.table_div {
  font-family: 'Source Sans Pro', sans-serif;
}

.table_div_header {
  /* background-color: #1c3f95; */
  /* background-color: #102455; */
  background-color: #142D6A;
  color: white;
  padding: 5px 5px 5px 5px;
  border: grey 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  text-align: left;
  padding-left: 2px;
  height: 25px;
  font-family: 'Roboto, sans-serif';
  
}

.table_div_body {
  background-color: white;
  color: black;
  text-align: left;
  padding-left: 2px;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  height: 25px;
}

.table_div_body:nth-child(odd) {
  background-color: rgb(233, 233, 233);
  border: rgb(233, 233, 233);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.table_div_body2:nth-child(even) {
  background-color: rgb(233, 233, 233);
  border: rgb(233, 233, 233);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.table_div_body2:hover {
  color: black;
  background-color: #E1E8F9;
  border: #E1E8F9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.table_div_header_2nd {
    background-color: grey;
    color: white;
    padding: 5px 5px 5px 5px;
    border: grey 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    text-align: left;
    padding-left: 2px;
    height: 25px;
}

.table_div_body_2nd {
    background-color: white;
    color: black;
    text-align: left;
    padding-left: 2px;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    height: 25px;
}

    .table_div_body_2nd:nth-child(odd) {
        background-color: rgb(233, 233, 233);
        border: rgb(233, 233, 233);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }


.table_div_header_3rd {
    background-color: black;
    color: white;
    padding: 2px 2px 2px 2px;
    font-size: 12px;
    text-align: left;
    height: 25px;
}

.table_div_body_3rd {
    background-color: white;
    color: black;
    text-align: left;
    padding-left: 2px;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    height: 25px;
}

.table_div_body_3rd:nth-child(odd) {
    background-color: rgb(233, 233, 233);
    border: rgb(233, 233, 233);
}


/* #endregion table_div */







/* #region tab */


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 3px;
    transition: 0.3s;
    font-size: 12px;
  }

    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
      background-color: #ccc;
    }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 3px 3px;
  border: 0px solid #ccc;
  border-top: none;
}


/* #endregion tab */


.dotdotdot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.dotdotdot:hover {
  white-space: inherit;
  text-overflow: inherit;
}

.tar {
  text-align: right
}


.tal {
  text-align: left
}


/* Gradient color1 - color2 - color1 */

hr.alt1 {
    border: 0;
    height: 2px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

    .hr-text::before {
        content: '';
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text::after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 0.5em;
        line-height: 1.5em;
        background-color: #fcfcfa;
    }

}

.ht-text-container {
    max-width: 50%;
    margin: 40px auto;
}


.hr {
  height: 10px !important;
}




.success {
  background: green;
  
  /* transition the background-color over 1s with a linear animation */
  transition: background 2s linear;
  }
  
  /* the :hover that causes the background-color to change */
  /* div:hover {
  background-color: transparent;
  } */


