/*------------------------------------------------------------------------------
    Plans - specific rules
------------------------------------------------------------------------------*/

.long-title {
    line-height: 32px;
}

.btn-reorder {
    font-family: 'Roboto', sans-serif;
    background-color: #0b5cfc;
    border-radius: 3px;
    font-weight: 500;
    height: 24px !important;
    line-height: 22px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 6px;
    margin-left: 0px;
    padding: 0px 24px;
    width: auto;
    color: #fff !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1),0 1px 4px rgba(0,0,0,0.1),0 2px 8px rgba(0,0,0,0.1);
}

.btn-reorder:hover,
.btn-reorder:active,
.btn-reorder:focus {
    color: #fff;
    background-color: #00cdf8;
}

.btn-reorder .fa-solid {
  position: relative;
  top: 1px;
}

.card-details {
  width: 96%;

}

.btn-reorder {
    margin-left: 10px;
}


@media(max-width:1780px) {
	.card-details {
	  width: 98%;
	}
}

@media(max-width:1500px) {
	.card-details h3 {
	  font-size: 16px;
	}
}


@media(max-width:1500px) {
	.card-details h3 {
	  font-size: 14px;
	}
}


.btn-pill {
    font-size: 12px;
    color: #606060;
    background-color: transparent !important;
    box-shadow: none;
    border: 1px solid rgba(188,188,183,0.50);
    border-radius: 10px;
    height: 36px;
    line-height: 12px;
    padding: 4px 8px;
    width: 94%;
    margin-right: 6%;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    cursor: pointer;
}


.row-plans-tabs {
    display: flex;
}


.btn-pill:hover,
.btn-pill:focus,
.btn-pill:active {
  background: #e4e6e8 !important;
  color: #6e6e6f;
  box-shadow: none;
}

.btn-pill-active {
    background: #e4e6e8 !important;
}


.btn-plans-tab {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #313131 !important;
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin-right: 1%;
    z-index: 5;
    position:relative;
    cursor: pointer;
    text-align: center;
    border-bottom: 0px solid #eff0f1;
    background: #e1e3e5;
}

.btn-plans-tab-small {
    font-size: 16px;
}

.btn-plans-tab:hover,
.btn-plans-tab:focus,
.btn-plans-tab:active {
    color: #ffffff !important;
    background: #00CDF8 ;
}

.btn-plans-tab-secondary {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #535a60 !important;
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin-right: 1%;
    z-index: 5;
    position:relative;
    cursor: pointer;
    text-align: center;
    border-bottom: 0px solid #eff0f1;
    background: #e1e3e5;

}

.btn-plans-tab-secondary:hover,
.btn-plans-tab-secondary:focus,
.btn-plans-tab-secondary:active {
    color: #ffffff !important;
    background: #00CDF8 ;
}



.tab-plans-active {
    color: #313131 !important;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 2px solid rgba(0,0,0,0.2);
    border-right: 2px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.0);
    position: relative;
    top: 1px;
}
}

.tab-plans-active:hover,
.tab-plans-active:focus,
.tab-plans-active:active {
    color: #ffffff !important;
    background: #00CDF8 ;
}


.legend-square {
  height: 10px;
  width: 20px;
  display: inline-block;
}

.tab-content {
    opacity: 0.0;
}

.table-macc {
    opacity: 0.0;
}

[title] {
    transition-delay: 0.0s
}
#searchTableOpp thead th {
  position: relative;
}

#searchTableOpp thead th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c0d0e;
}

#searchTable thead th {
  position: relative;
}

#searchTable thead th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c0d0e;
}

#searchPlanTable thead th {
  position: relative;
}

#searchPlanTable thead th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c0d0e;
}

.field-choice {
    width: 8%;
}

.legend-square {
    background-color: #ff7f0f;
}

.legend-square-pale-red {
    background-color: #ff9d9a !important;
}

.legend-square-desaturated-cyan {
    background-color: #86BCB6 !important;
}

.legend-soft-yellow {
    background-color: #F1CE63 !important;
}

.legend-very-soft-blue {
    background-color: #A0CBE8 !important;
}

.legend-greyish-pink {
    background-color: #D4A6C8 !important;
}

.legend-description {
    display: inline-block;
    font-size: 14px;
    margin-left: 6px;
}


.description-b {
    color: #0c0d0e;
    margin-right: 20px;
}



/*----------------------------------------------
   CHARTS
------------------------------------------------*/

.plan-chart {
    border-radius: 3px;
    padding: 10px;
    padding: 2px;
    height: 380px;
    width: 98%;
    margin-left: 0;
    margin-bottom: 40px;
}

.plan-chart-long {
    height: 720px;
}



@media(max-width:1680px) {

  .btn-pill {
      font-size: 12px;

  }

  .btn-plans-tab {
      font-size: 14px;
      letter-spacing: 0.5px;

  }

  .btn-plans-tab-small {
      font-size: 14px;
      letter-spacing: 0.5px;

  }

  .btn-plans-tab-secondary {
    font-size: 14px;
    letter-spacing: 0.5px;
  }


}

@media(max-width:1440px) {

  .btn-pill {
      font-size: 10px;

  }

  .btn-plans-tab {
      font-size: 14px;
      letter-spacing: 0.5px;

  }

  .btn-plans-tab-small {
      font-size: 12px;
      letter-spacing: 0.5px;

  }

  .btn-plans-tab-secondary {
    font-size: 12px;
    letter-spacing: 0.5px;
  }


}

@media(max-width:1200px) {

    .btn-pill {
        font-size: 9px;
        padding: 0px;
    }
}

@media(max-width:996px) {
    .btn-pill {
        font-size: 12px;
        padding: 0px;
    }
}
