﻿
/*
 *	From Main Site
==================================================== */


.nav-plans-sidebar {
    /*max-width: 350px;*/
    padding-right: 2rem;
    padding-top: 2rem;
}

.nav.nav-plans {
    font-size: .875rem;
}

.nav.nav-plans a {
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #0275d8;
    margin-bottom: .25rem;
}

.nav.nav-plans a:hover {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    color: #484848;
    text-shadow: 0 -1px rgba(255,255,255,.8);
}

.nav.nav-plans a.active {
    /*background-color: #eee;
  color: #333;*/
    background-color: #0275d8;
    border-color: #0275d8;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}




.plan-section {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    transition: .2s ease;
}

.plan-section .desc-icons {
    color: rgba(0,0,0,.3);
    transition: .2s ease;
}

.plan-section .desc-icons:hover,
.plan-section.active .desc-icons {
    color: rgba(0,0,0,.6);
}

.plan-section .title {
    border-bottom: 1px dotted #ccc;
    color: #0275d8;
    font-size: 25px;
    margin-bottom: 12px;
    padding: .5rem 0;
    transition: .2s ease;
}

.plan-section.active .title {
    border-left: 3px solid rgba(0,0,0,.15);
    padding-left: .5rem;
    color: #025aa5;
}



.block-heading-two {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.block-heading-two h3:last-of-type,
.block-heading-two .title {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 300;
    line-height: 1.2;
    padding: .6em 0 0;
}

.block-heading-two h3:last-of-type span,
.block-heading-two .title span {
    border-bottom: 3px solid #0275d8;
    color: #666;
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: .6em;
    position: relative;
}



.text-dt-basic {
    color: #00ade9;
}

.text-dt-sport {
    color: #0097dc;
}

.text-dt-extreme {
    color: #0071b3;
}

.text-dt-extremeplus {
    color: #005389;
}



.table-optional {
    background-color: #0275D8;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    padding: .25rem;
}

.table-optional .rotate {
    color: #fff;
    position: relative;
    text-align: center;
    width: 1.5rem;
}

.table-optional .rotate:first-child {
    margin-right: .25rem;
}

.table-optional .rotate:last-child {
    margin-left: .25rem;
}

.table-optional .rotate .text-vertical {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    white-space: nowrap;
}

.table-optional .rotate:first-child .text-vertical {
    transform: translate(-50%, -50%) rotate(270deg);
}

.table-optional .rotate:last-child .text-vertical {
    transform: translate(-50%, -50%) rotate(90deg);
}

.table-optional .table {
    background-color: #fff;
    margin-bottom: 0;
}




.card-header .toggle-open, 
.card-header[aria-expanded="true"] .toggle-closed {
    display: none;
}

.card-header .toggle-closed, 
.card-header[aria-expanded="true"] .toggle-open {
    display: inline-block;
}

.tooltip {
    line-height: 1.25;
}

.tooltip-inner {
    padding: 0.375rem 0.5rem;
}