/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Half Page Carousel itself*/
.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #929FBA; }

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.card-body-icon-small {
    position: absolute;
    z-index: 0;
    top: -0.5rem;
    right: 0.5rem;
    opacity: 0.4;
    font-size: 3rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

/* BREADCRUMB */
.breadcrumb {
  float: left;
  width: 100%;
  padding: 6px 15px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 3px;
  background: #fafafa;
  border: 1px solid rgba(0,0,0,.05);
  text-shadow: 1px 1px 1px rgba(255,255,255,.25);
}
.breadcrumb li,
.breadcrumb li a {
  font-size: 13px;
  line-height: 1.5;
  color: #6c757d ;
  text-decoration: none;
}
.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #555555;
}
.breadcrumb li:last-child {
  color: #212529;
}
.breadcrumb li.active {
	color:#212529;
}
.breadcrumb > li + li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight:900;
  color: #c2c2c2;
  padding: 0px 8px;
}
/* EOF BREADCRUMB */

/*NAV TABS*/
.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-item::after,
.nav-item.active::after {
    content:'';
    display:block;
    width:0px;
    height:5px;
    background:#fdb000;
    transition: 0.2s;
}

.nav-item:hover::after {
    width:100%;
}

.nav-tabs .nav-link {
    padding: 1.5rem 1.5rem 1.0625rem;
    border: none;
    /*border-bottom: 5px solid transparent;*/
    border-radius: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    margin-right: 0;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #17a2b8;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #17A2B8;
    border-bottom: 5px solid #fdb000 !important;
    transition: all .2s ease-in-out;
    margin-bottom: -5px;
}

.nav-tabs .nav-link:after {
  content: "";
  background: rgba(0, 162, 232, .1);
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.4s;
}

.nav-tabs .nav-link:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
/*EOF NAV TABS*/

/*OTHER NAV STUFF*/
  @media (min-width: 990px) {

    .navbar-brand {

      position: absolute;

      left: 50%;

      transform: translateX(-50%);

      /**optional offset from top**/

      top: 2%;

    }

  }

/*BOOTSTRAP SELECT*/
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: white;
    background: #fdb000;
    white-space: nowrap;
}

.dropdown-divider {
    height: auto;
    background: #0073a2;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: .8em;
}

.bootstrap-select .dropdown-toggle.disabled {
   background-color: #e9ecef;  
   border: 1px solid #ced4da;
   opacity: 1;
}

/*EOF BOOTSTRAP SELECT*/

/*PLACEHOLDER TEXT*/
form .form-control::-webkit-input-placeholder { 
  color: #999;
}

form .form-control::-moz-placeholder {
  color: #999;
}
form .form-control:-ms-input-placeholder {
  color: #999;
}
form .form-control:placeholder {
  color: #999;
}
/*EOF PLACEHOLDER TEXT*/

/*BUTTONS*/
.btn-outline-dk {
  color: #0073a2;
  background-color: transparent;
  background-image: none;
  border-color: #0073a2 ;
}

.btn-outline-dk:hover {
  color: #fff;
  background-color: #0073a2;
  border-color: #0073a2;
}

.btn-outline-dk:focus, 
.btn-outline-info.dk {
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 162, 0.5);
}

.btn-outline-dk.disabled, 
.btn-outline-dk:disabled {
  color: #0073a2;
  background-color: transparent;
}

.btn-outline-dk:not(:disabled):not(.disabled):active, 
.btn-outline-dk:not(:disabled):not(.disabled).active,
.show > .btn-outline-dk.dropdown-toggle {
  color: #fff;
  background-color: #0073a2;
  border-color: #0073a2;
}

.btn-outline-dk:not(:disabled):not(.disabled):active:focus, 
.btn-outline-dk:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 162, 0.5);
}
/*EOF BUTTONS*/

/*BTN-TOGGLE*/
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  /*background-color: #29b5a8;*/
  background-color: #0073a2;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}


.slider.round:before {
  border-radius: 50%;}
/*EOF BTN-TOGGLE*/

/*TAG TRACKER*/
.bigButton {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding:0;
    cursor: pointer;
    box-shadow: 0.15rem 0.15rem 0.25rem rgba(0,0,0,.25)!important;
    min-height: 240px;
}

.innerUpperLeft {
    border-right: 1px solid #ddd;
    padding: 15px;
}

.innerUpperRight {
    padding: 15px;
}

.innerBottom {
    padding: 15px;
    border-top: 1px solid #ddd;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.btn-toggle.btn-lg.btn-tagTracker:before {
  content: 'SIZE';
}
.btn-toggle.btn-lg.btn-tagTracker:after {
  content: 'PART #';
}
/*EOF TAG TRACKER*/

/*COUNTDOWN TIMER*/
#timer { 
    font-size: 20px;  
    display: inline-block;
}

.timerSpan {
    display: block;
    font-size: 12px;
    color: white;  
}
/*EOF COUNTDOWN TIMER*/

/*POPOVERS*/
.popover__title {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 15px 0;
  }

  .popover__wrapper {
    position: relative;
    display: inline-block;
  }

  .popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*left: -150px;*/
    right: 0;
    transform: translate(0, 10px);
    background-color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
  }

  .popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    /*border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bfbfbf transparent;*/
    transition-duration: 0.2s;
    transition-property: transform;
  }

  .popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: all 0.2s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }

  .popover__message {
    text-align: center;
  }
/*END POPOVERS*/

/*BACKGROUND AND PERSONALIZED STUFF*/
/*background image*/
/*.pipes #content-wrapper{
    background-color: white;
    overflow: hidden;
}*/

/*.container-fluid:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url(../images/pipesFront_web.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}*/

main {
  /*width: 8em;
  height: 8em;*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, .95), rgba(9, 116, 164, 0.3)), url('/mkecomm/assets/images/pipesFront_web2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*PORTAL TABLE*/
.table-divider-left {
  border-left:3px solid #dee2e6 !important;
}

.table-divider-right {
  border-right:3px solid #dee2e6 !important;
}

.table-md th,
.table-md td {
  padding: .5rem;
}

#demo-logo-home-link {
  pointer-events: none;
}

