@media screen and (max-width: 48em){
  .header-navbar-fixed #header-navbar{
    position:absolute;
  }
  #nav-btn{
  margin: -13px 0px -13px -14px;
  border-color: rgba(136, 135, 135, 0.35);
  font-size: 21px;
  height: 60px;
  color: #646464;
  width: 50px;
  }
}
@media screen and (min-width: 48em){
  .mh-20 {
    max-height: 20px !important;
  }
  .mh-25 {
    max-height: 25px !important;
  }
  .mh-30 {
    max-height: 30px !important;
  }
  .mh-35 {
    max-height: 35px !important;
  }
  .mh-40 {
    max-height: 40px !important;
  }
  .mh-50 {
    max-height: 50px !important;
  }
  .mh-70 {
    max-height: 70px !important;
  }
  .mh-80 {
    max-height: 80px !important;
  }
  .mh-100 {
    max-height: 100px !important;
  }
  .mh-200 {
    max-height: 200px !important;
  }
  .mh-300 {
    max-height: 300px !important;
  }
  .mh-400 {
    max-height: 400px !important;
  }
  .mh-500 {
    max-height: 500px !important;
  }
  .mh-600 {
    max-height: 600px !important;
  }
  .mh-700 {
    max-height: 700px !important;
  }
  .mh-800 {
    max-height: 800px !important;
  }
  .mh-900 {
    max-height: 900px !important;
  }
  .mh-1000 {
    max-height: 1000px !important;
  }
  .muh-20 {
    min-height: 20px !important;
  }
  .muh-25 {
    min-height: 25px !important;
  }
  .muh-30 {
    min-height: 30px !important;
  }
  .muh-35 {
    min-height: 35px !important;
  }
  .muh-40 {
    min-height: 40px !important;
  }
  .muh-50 {
    min-height: 50px !important;
  }
  .muh-85 {
    min-height: 85px !important;
  }
  .muh-100 {
    min-height: 100px !important;
  }
  .muh-150 {
    min-height: 150px !important;
  }
  .muh-200 {
    min-height: 200px !important;
  }
  .muh-300 {
    min-height: 300px !important;
  }
  .muh-400 {
    min-height: 400px !important;
  }
  .muh-500 {
    min-height: 500px !important;
  }
  .muh-600 {
    min-height: 600px !important;
  }
  .muh-700 {
    min-height: 700px !important;
  }
  .muh-800 {
    min-height: 800px !important;
  }
  .muh-900 {
    min-height: 900px !important;
  }
  .muh-1000 {
    min-height: 1000px !important;
  }
}
.h-20 {
  height: 20px !important;
}
.h-25 {
  height: 25px !important;
}
.h-30 {
  height: 30px !important;
}
.h-35 {
  height: 35px !important;
}
.h-40 {
  height: 40px !important;
}
.h-50 {
  height: 50px !important;
}
.h-60 {
  height: 60px !important;
}
.h-80 {
  height: 80px !important;
}
.h-100 {
  height: 100px !important;
}
.h-120 {
  height: 120px !important;
}
.h-150 {
  height: 150px !important;
}
.h-170 {
  height: 170px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.h-700 {
  height: 700px !important;
}
.h-800 {
  height: 800px !important;
}
.h-900 {
  height: 900px !important;
}
.h-1000 {
  height: 1000px !important;
}
/*===================================================
  A. General/Misc Helpers
===================================================== */
/* Transform Center Helper(experimental) */
.t-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* BG Helpers */
.bg-none {
  background-color: transparent !important;
}
/* box-shadow Helpers */
.no-boxshadow {
  box-shadow: none !important;
}
/* height helpers */
.h-a {
  height: auto !important;
}
/* overflow Helpers */
.of-a {
  overflow: auto !important;
}
.of-h {
  overflow: hidden !important;
}
.of-v {
  overflow: visible !important;
}
.of-x-a {
  overflow-x: auto !important;
}
.of-x-h {
  overflow-x: hidden !important;
}
.of-x-v {
  overflow-x: visible !important;
}
.of-y-a {
  overflow-y: auto !important;
}
.of-y-h {
  overflow-y: hidden !important;
}
.of-y-v {
  overflow-y: visible !important;
}
/* Center Grid Column Helper */
.center-column {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* Vertical Align Helpers */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}
.va-s {
  vertical-align: super !important;
}
/* Relative Position Helper */
.posr {
  position: relative !important;
}
/* Inline Block Helper */
.ib,
.inline-object {
  display: inline-block !important;
}
/* pointer cursor */
.cursor {
  cursor: pointer !important;
}
/* Useful for emphasizing a disabled input */
.option-disabled {
  opacity: 0.6 !important;
}
/* unstyled input */
.input-unstyled,
.input-unstyled:hover,
.input-unstyled:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/*===================================================
  B. Table Layout Helpers - specifically for widgets
===================================================== */
/* table-layout for connecting panels */
.panel-group.table-layout > .panel + .panel {
  border-left: 0;
}
.panel-group.table-layout + .panel-group.table-layout > .panel {
  border-top: 0;
}
/* table-layout when attached to row */
.row.table-layout {
  margin-left: 0;
  margin-right: 0;
}
.table-layout {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
/* table-layout helper content */
.table-layout > div,
.table-layout > aside,
.table-layout > section {
  vertical-align: middle;
  display: table-cell;
  float: none;
}
@media (max-width: 1300px) {
  .table-layout.table-clear-md,
  .table-layout.table-clear-md > div,
  .table-layout.table-clear-md > aside,
  .table-layout.table-clear-md > section {
    display: block;
    float: none;
  }
}
@media (max-width: 992px) {
  .table-layout.table-clear-sm,
  .table-layout.table-clear-sm > div,
  .table-layout.table-clear-sm > aside,
  .table-layout.table-clear-sm > section {
    display: block;
    float: none;
  }
}
@media (max-width: 767px) {
  .table-layout.table-clear-xs,
  .table-layout.table-clear-xs > div,
  .table-layout.table-clear-xs > aside,
  .table-layout.table-clear-xs > section {
    display: block;
    float: none;
  }
}
/*===============================================
  C. Text Helpers
================================================= */
.text-uppercase {
  text-transform: uppercase !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fs3 {
  font-size: 4px !important;
}
.fs4 {
  font-size: 4px !important;
}
.fs5 {
  font-size: 5px !important;
}
.fs6 {
  font-size: 6px !important;
}
.fs7 {
  font-size: 7px !important;
}
.fs8 {
  font-size: 8px !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs35 {
  font-size: 35px !important;
}
.fs40 {
  font-size: 40px !important;
}
.fs45 {
  font-size: 45px !important;
}
.fs50 {
  font-size: 50px !important;
}
.fs60 {
  font-size: 60px !important;
}
.fs70 {
  font-size: 70px !important;
}
.fs80 {
  font-size: 80px !important;
}
.fs90 {
  font-size: 90px !important;
}
.fs100 {
  font-size: 100px !important;
}
/*===============================================
  D. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.pv2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.pv3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}
/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  F. LineHeight Helpers
================================================= */
.lh0 {
  line-height: 0 !important;
}
.lh5 {
  line-height: 5px !important;
}
.lh10 {
  line-height: 10px !important;
}
.lh15 {
  line-height: 15px !important;
}
.lh20 {
  line-height: 20px !important;
}
.lh25 {
  line-height: 25px !important;
}
.lh30 {
  line-height: 30px !important;
}
.lh35 {
  line-height: 35px !important;
}
.lh40 {
  line-height: 40px !important;
}
/*===============================================
  G. Border Helpers
================================================= */
/* Border Disables */
.br-l-n {
  border-left: none !important;
}
.br-r-n {
  border-right: none !important;
}
.br-t-n {
  border-top: none !important;
}
.br-b-n {
  border-bottom: none !important;
}
.br-n {
  border: none !important;
}
.br-v-n {
  border-top: none !important;
  border-bottom: none !important;
}
.br-h-n {
  border-left: none !important;
  border-right: none !important;
}
/* Default Borders */
.br-a {
  border: 1px solid #eeeeee !important;
}
.br-l {
  border-left: 1px solid #eeeeee !important;
}
.br-r {
  border-right: 1px solid #eeeeee !important;
}
.br-t {
  border-top: 1px solid #eeeeee !important;
}
.br-b {
  border-bottom: 1px solid #eeeeee !important;
}
/* Border Style */
.br-dashed {
  border-style: dotted !important;
}
/* Border Radius */
.br0 {
  border-radius: 0px !important;
}
.br1 {
  border-radius: 1px !important;
}
.br2 {
  border-radius: 2px !important;
}
.br3 {
  border-radius: 3px !important;
}
.br4 {
  border-radius: 4px !important;
}
.br6 {
  border-radius: 6px !important;
}
.br8 {
  border-radius: 8px !important;
}
.br12 {
  border-radius: 12px !important;
}
.br24 {
  border-radius: 24px !important;
}
.br64 {
  border-radius: 64px !important;
}
/* Border Width */
.bw1 {
  border-width: 1px !important;
}
.bw2 {
  border-width: 2px !important;
}
.bw3 {
  border-width: 3px !important;
}
.bw4 {
  border-width: 4px !important;
}
.bw5 {
  border-width: 5px !important;
}
.bw8 {
  border-width: 8px !important;
}
.bw10 {
  border-width: 10px !important;
}
.bw15 {
  border-width: 15px !important;
}
/*Border Colors Generate contextual modifier classes for colorizing the alert.
*/
.br-white {
  border-color: #ffffff !important;
}
.br-lighter {
  border-color: #eeeeee !important;
}
.br-light {
  border-color: #e7e7e7 !important;
}
.br-grey {
  border-color: #d9d9d9 !important;
}
.br-greyer {
  border-color: #cccccc !important;
}
.br-dark {
  border-color: #3b3f4f !important;
}
.br-dark-light {
  border-color: #51566c !important;
}
.br-primary {
  border-color: #4a89dc !important;
}
.br-primary-light {
  border-color: #75a5e4 !important;
}
.br-info {
  border-color: #3bafda !important;
}
.br-info-light {
  border-color: #66c1e2 !important;
}
.br-success {
  border-color: #70ca63 !important;
}
.br-success-light {
  border-color: #93d789 !important;
}
.br-warning {
  border-color: #f6bb42 !important;
}
.br-warning-light {
  border-color: #f8cd73 !important;
}
.br-danger {
  border-color: #e9573f !important;
}
.br-danger-light {
  border-color: #ee7f6d !important;
}
.br-alert {
  border-color: #967adc !important;
}
.br-alert-light {
  border-color: #b6a2e7 !important;
}
.br-system {
  border-color: #37bc9b !important;
}
.br-system-light {
  border-color: #58ceb1 !important;
}
.br-tp-top {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.br-tp-right {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.br-tp-left {
  border-left-color: rgba(0, 0, 0, 0.1);
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw800 {
  max-width: 800px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}
/*Regular Width Helpers. Primarily used
on tables, feel free to add more*/
.w20 {
  width: 20px !important;
}
.w30 {
  width: 30px !important;
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w75 {
  width: 75px !important;
}
.w100 {
  width: 100px !important;
}
.w125 {
  width: 125px !important;
}
.w150 {
  width: 150px !important;
}
.w175 {
  width: 175px !important;
}
.w200 {
  width: 200px !important;
}
.w225 {
  width: 225px !important;
}
.w250 {
  width: 250px !important;
}
.w300 {
  width: 300px !important;
}
.w320 {
  width: 320px !important;
}
.w350 {
  width: 350px !important;
}
.w400 {
  width: 400px !important;
}
.w450 {
  width: 450px !important;
}
.mnw20 {
  min-width: 20px !important;
}
.mnw30 {
  min-width: 30px !important;
}
.mnw40 {
  min-width: 40px !important;
}
.mnw50 {
  min-width: 50px !important;
}
.mnw75 {
  min-width: 75px !important;
}
.mnw100 {
  min-width: 100px !important;
}
.mnw125 {
  min-width: 125px !important;
}
.mnw150 {
  min-width: 150px !important;
}
.mnw175 {
  min-width: 175px !important;
}
.mnw200 {
  min-width: 200px !important;
}
.mnw250 {
  min-width: 250px !important;
}
.mnw300 {
  min-width: 300px !important;
}
.mnw500 {
  min-width: 500px !important;
}
.mnw700 {
  min-width: 700px !important;
}
.mnw1000 {
  min-width: 1000px !important;
}
.text-muted {
  color: #999 !important;
}
/*===============================================
  Text color Helpers
================================================= */
a.text-muted:hover,a.text-muted:active,a.text-muted:focus,button.text-muted:hover,button.text-muted:active,button.text-muted:focus {
  color: #999 !important;
  opacity: .75 !important;
}

.text-primary {
  color: #5c90d2 !important;
}

a.text-primary:hover,a.text-primary:active,a.text-primary:focus,button.text-primary:hover,button.text-primary:active,button.text-primary:focus {
  color: #5c90d2 !important;
  opacity: .75 !important;
}

.text-primary-dark {
  color: #3e4a59 !important;
}

a.text-primary-dark:hover,a.text-primary-dark:active,a.text-primary-dark:focus,button.text-primary-dark:hover,button.text-primary-dark:active,button.text-primary-dark:focus {
  color: #3e4a59 !important;
  opacity: .75 !important;
}

.text-primary-darker {
  color: #2c343f !important;
}

a.text-primary-darker:hover,a.text-primary-darker:active,a.text-primary-darker:focus,button.text-primary-darker:hover,button.text-primary-darker:active,button.text-primary-darker:focus {
  color: #2c343f !important;
  opacity: .75 !important;
}

.text-primary-light {
  color: #98b9e3 !important;
}

a.text-primary-light:hover,a.text-primary-light:active,a.text-primary-light:focus,button.text-primary-light:hover,button.text-primary-light:active,button.text-primary-light:focus {
  color: #98b9e3 !important;
  opacity: .75 !important;
}

.text-primary-lighter {
  color: #ccdcf1 !important;
}

a.text-primary-lighter:hover,a.text-primary-lighter:active,a.text-primary-lighter:focus,button.text-primary-lighter:hover,button.text-primary-lighter:active,button.text-primary-lighter:focus {
  color: #ccdcf1 !important;
  opacity: .75 !important;
}

.text-success {
  color: #46c37b !important;
}

a.text-success:hover,a.text-success:active,a.text-success:focus,button.text-success:hover,button.text-success:active,button.text-success:focus {
  color: #46c37b !important;
  opacity: .75 !important;
}

.text-warning {
  color: #f3b760 !important;
}

a.text-warning:hover,a.text-warning:active,a.text-warning:focus,button.text-warning:hover,button.text-warning:active,button.text-warning:focus {
  color: #f3b760 !important;
  opacity: .75 !important;
}

.text-info {
  color: #70b9eb !important;
}

a.text-info:hover,a.text-info:active,a.text-info:focus,button.text-info:hover,button.text-info:active,button.text-info:focus {
  color: #70b9eb !important;
  opacity: .75 !important;
}

.text-danger {
  color: #d26a5c !important;
}

a.text-danger:hover,a.text-danger:active,a.text-danger:focus,button.text-danger:hover,button.text-danger:active,button.text-danger:focus {
  color: #d26a5c !important;
  opacity: .75 !important;
}

.text-success-light {
  color: #e0f5e9 !important;
}

a.text-success-light:hover,a.text-success-light:active,a.text-success-light:focus,button.text-success-light:hover,button.text-success-light:active,button.text-success-light:focus {
  color: #e0f5e9 !important;
  opacity: .75 !important;
}

.text-warning-light {
  color: #fdf3e5 !important;
}

a.text-warning-light:hover,a.text-warning-light:active,a.text-warning-light:focus,button.text-warning-light:hover,button.text-warning-light:active,button.text-warning-light:focus {
  color: #fdf3e5 !important;
  opacity: .75 !important;
}

.text-info-light {
  color: #edf6fd !important;
}

a.text-info-light:hover,a.text-info-light:active,a.text-info-light:focus,button.text-info-light:hover,button.text-info-light:active,button.text-info-light:focus {
  color: #edf6fd !important;
  opacity: .75 !important;
}

.text-danger-light {
  color: #f9eae8 !important;
}

a.text-danger-light:hover,a.text-danger-light:active,a.text-danger-light:focus,button.text-danger-light:hover,button.text-danger-light:active,button.text-danger-light:focus {
  color: #f9eae8 !important;
  opacity: .75 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,a.text-white:active,a.text-white:focus,button.text-white:hover,button.text-white:active,button.text-white:focus {
  color: #fff !important;
  opacity: .75 !important;
}

.text-white-op {
  color: rgba(255,255,255,0.85) !important;
}

a.text-white-op:hover,a.text-white-op:active,a.text-white-op:focus,button.text-white-op:hover,button.text-white-op:active,button.text-white-op:focus {
  color: rgba(255,255,255,0.85) !important;
  opacity: .75 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover,a.text-black:active,a.text-black:focus,button.text-black:hover,button.text-black:active,button.text-black:focus {
  color: #000 !important;
  opacity: .75 !important;
}

.text-black-op {
  color: rgba(0,0,0,0.5) !important;
}

a.text-black-op:hover,a.text-black-op:active,a.text-black-op:focus,button.text-black-op:hover,button.text-black-op:active,button.text-black-op:focus {
  color: rgba(0,0,0,0.5) !important;
  opacity: .75 !important;
}

.text-gray {
  color: #c9c9c9 !important;
}

a.text-gray:hover,a.text-gray:active,a.text-gray:focus,button.text-gray:hover,button.text-gray:active,button.text-gray:focus {
  color: #c9c9c9 !important;
  opacity: .75 !important;
}

.text-gray-dark {
  color: #999 !important;
}

a.text-gray-dark:hover,a.text-gray-dark:active,a.text-gray-dark:focus,button.text-gray-dark:hover,button.text-gray-dark:active,button.text-gray-dark:focus {
  color: #999 !important;
  opacity: .75 !important;
}

.text-gray-darker {
  color: #393939 !important;
}

a.text-gray-darker:hover,a.text-gray-darker:active,a.text-gray-darker:focus,button.text-gray-darker:hover,button.text-gray-darker:active,button.text-gray-darker:focus {
  color: #393939 !important;
  opacity: .75 !important;
}

.text-gray-light {
  color: #f3f3f3 !important;
}

a.text-gray-light:hover,a.text-gray-light:active,a.text-gray-light:focus,button.text-gray-light:hover,button.text-gray-light:active,button.text-gray-light:focus {
  color: #f3f3f3 !important;
  opacity: .75 !important;
}

.text-gray-lighter {
  color: #f9f9f9 !important;
}

a.text-gray-lighter:hover,a.text-gray-lighter:active,a.text-gray-lighter:focus,button.text-gray-lighter:hover,button.text-gray-lighter:active,button.text-gray-lighter:focus {
  color: #f9f9f9 !important;
  opacity: .75 !important;
}

.bg-muted {
  background-color: #999 !important;
}

a.bg-muted:hover,a.bg-muted:focus {
  background-color: gray !important;
}

.bg-primary {
  background-color: #5c90d2 !important;
}

a.bg-primary:hover,a.bg-primary:focus {
  background-color: #3675c5 !important;
}

.bg-primary-op {
  background-color: rgba(92,144,210,0.75) !important;
}

a.bg-primary-op:hover,a.bg-primary-op:focus {
  background-color: rgba(54,117,197,0.75) !important;
}

.bg-primary-dark {
  background-color: #3e4a59 !important;
}

a.bg-primary-dark:hover,a.bg-primary-dark:focus {
  background-color: #29313b !important;
}

.bg-primary-dark-op {
  background-color: rgba(62,74,89,0.83) !important;
}

a.bg-primary-dark-op:hover,a.bg-primary-dark-op:focus {
  background-color: rgba(41,49,59,0.83) !important;
}

.bg-primary-darker {
  background-color: #2c343f !important;
}

a.bg-primary-darker:hover,a.bg-primary-darker:focus {
  background-color: #171b21 !important;
}

.bg-primary-light {
  background-color: #98b9e3 !important;
}

a.bg-primary-light:hover,a.bg-primary-light:focus {
  background-color: #709ed8 !important;
}

.bg-primary-lighter {
  background-color: #ccdcf1 !important;
}

a.bg-primary-lighter:hover,a.bg-primary-lighter:focus {
  background-color: #a4c1e6 !important;
}

.bg-success {
  background-color: #46c37b !important;
}

a.bg-success:hover,a.bg-success:focus {
  background-color: #34a263 !important;
}

.bg-warning {
  background-color: #f3b760 !important;
}

a.bg-warning:hover,a.bg-warning:focus {
  background-color: #efa231 !important;
}

.bg-info {
  background-color: #70b9eb !important;
}

a.bg-info:hover,a.bg-info:focus {
  background-color: #43a3e5 !important;
}

.bg-danger {
  background-color: #d26a5c !important;
}

a.bg-danger:hover,a.bg-danger:focus {
  background-color: #c54736 !important;
}

.bg-success-light {
  background-color: #e0f5e9 !important;
}

a.bg-success-light:hover,a.bg-success-light:focus {
  background-color: #b9e9ce !important;
}

.bg-warning-light {
  background-color: #fdf3e5 !important;
}

a.bg-warning-light:hover,a.bg-warning-light:focus {
  background-color: #f9ddb6 !important;
}

.bg-info-light {
  background-color: #edf6fd !important;
}

a.bg-info-light:hover,a.bg-info-light:focus {
  background-color: #bfdff8 !important;
}

.bg-danger-light {
  background-color: #f9eae8 !important;
}

a.bg-danger-light:hover,a.bg-danger-light:focus {
  background-color: #eec5c0 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover,a.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white-op {
  background-color: rgba(255,255,255,0.075) !important;
}

.bg-crystal-op {
  background-color: rgba(255,255,255,0.15) !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover,a.bg-black:focus {
  background-color: #000 !important;
}

.bg-black-op {
  background-color: rgba(0,0,0,0.4) !important;
}

.bg-gray {
  background-color: #c9c9c9 !important;
}

a.bg-gray:hover,a.bg-gray:focus {
  background-color: #b0b0b0 !important;
}

.bg-gray-dark {
  background-color: #999 !important;
}

a.bg-gray-dark:hover,a.bg-gray-dark:focus {
  background-color: gray !important;
}

.bg-gray-darker {
  background-color: #393939 !important;
}

a.bg-gray-darker:hover,a.bg-gray-darker:focus {
  background-color: #202020 !important;
}

.bg-gray-light {
  background-color: #f3f3f3 !important;
}

a.bg-gray-light:hover,a.bg-gray-light:focus {
  background-color: #dadada !important;
}

.bg-gray-lighter {
  background-color: #f9f9f9 !important;
}

a.bg-gray-lighter:hover,a.bg-gray-lighter:focus {
  background-color: #e0e0e0 !important;
}
/*===============================================
  Dirty random css for project
================================================= */
@media screen and (max-width: 34em){
  .fc-toolbar .fc-left{
      float: none !important;
  }
  .fc-toolbar h2{
  display: block !important;
    text-align: center !important;
    float: none !important;
    margin-bottom: 10px !important;
  }
  .fc .fc-toolbar>.fc-right{
      float: none !important;
  }
  .fc .fc-toolbar>.fc-right>.fc-button-group{
      float: none !important;
  }
}
tbody tr td {vertical-align: middle !important;}
    .clearfix-2>div{min-height: 70px;}
    .clearfix-2>div input{min-height: 33px;}
    .clearfix-2>div input{min-height: 33px;}



@media (max-width: 1920px) {
 .modal-xl {width: 1400px !important;} 
}
@media (max-width: 1450px) {
 .modal-xl {width: 1200px !important;} 
}
@media (max-width: 1250px) {
 .modal-xl {width: 1100px !important;} 
}
@media (max-width: 1150px) {
 .modal-xl {width: 1000px !important;} 
}
@media (max-width: 950px) {
 .modal-xl {width: 850px !important;} 
}
@media (max-width: 900px) {
 .modal-xl {width: 800px !important;} 
}
@media (max-width: 850px) {
 .modal-xl {width: 750px !important;} 
}
@media (max-width: 800px) {
 .modal-xl {width: 700px !important;} 
}
@media (max-width: 750px) {
 .modal-xl {width: 650px !important;} 
 .tablet-nb >thead>tr>th, .tablet-nb >tbody>tr>th, .tablet-nb >tbody>tr>td{
  padding: 10px 0px;
  text-align: center;
 }
 .tablet-nb >thead>tr>th{
  text-align: center;
 }
}
/*.row .form-material{
  margin-bottom: 20px;
}*/
hr.s1{
  border-color:#7F7B78;
  margin-top: 3px;
  margin-bottom: 3px;
}
.s1 .select2-container .select2-selection--single{
  height: 28px;
  margin-top:0px;
}
.s1 .select2-container--default .select2-selection--single .select2-selection__rendered{
      line-height: 27px;
}
.no-pc .dataTables_info,
.no-pc .dataTables_paginate
{
  display: none;
}
.sidebar-mini-hide hr{
    color: #485E6C;
  border-top: 1px solid #f3b760;
}
.js-header-search .select2-selection,
.js-header-search .select2-selection__placeholder
{margin: 0px !important; color: #444 !important;}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}