﻿
/*
 *	From Main Site
==================================================== */


.nav-plans-sidebar {
    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: #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;
}*/









.page-header h1, .page-header h2, .page-header h3, .page-header h4 {
    font-family: var(--ti-font-display);
    font-variant-ligatures: common-ligatures;
}

.navbar.bg-darker {
    background-color: var(--ti-indigo) !important;
}








/*
 *	Site Footer
==================================================== */

.site-footer {
    background-color: var(--ti-indigo);
    border-top-color: var(--ti-purple);
    border-bottom: 3px solid rgba(0,0,0,.1);
}

.site-footer .btn {
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer .copyright {
    background-color: rgba(0,0,0,.1);
    border-color: rgba(0,0,0,.05);
}

.site-footer .copyright,
.site-footer .copyright a {
}

.site-footer .copyright a:hover {
}

.site-footer .note {
    opacity: .5;
}

.footer-section .title {
    border-bottom-color: rgba(144,197,137,.2);
    font-family: var(--ti-font-display-condensed);
    font-size: 1.25rem;
    font-variant-ligatures: common-ligatures;
}

.footer-section .title > span {
    border-bottom-color: var(--ti-secondary-dark);
}

.footer-nav li:hover::before {
    color: var(--ti-secondary-dark);
}



/*
 *	Purple
==================================================== */

.bg-purple {
    background-color: #6c37d3 !important;
}

a.bg-purple:focus, a.bg-purple:hover, button.bg-purple:focus, button.bg-purple:hover {
    background-color: #5527B0 !important;
}

.border-purple {
    border-color: #6c37d3 !important;
}

.text-purple {
    color: #6c37d3 !important;
}

.text-purple.bg-purple {
    color: #FFFFFF !important;
}

a.text-purple:focus, a.text-purple:hover {
    color: #492197 !important;
}

.table-purple, .table-purple > td, .table-purple > th {
    background-color: #D6C7F3;
}

.table-purple tbody + tbody, .table-purple td, .table-purple th, .table-purple thead th {
    border-color: #B397E8;
}

.table-hover .table-purple:hover, .table-hover .table-purple:hover > td, .table-hover .table-purple:hover > th {
    background-color: #C7B2EF;
}

.alert-purple {
    background-color: #E2D7F6;
    border-color: #D6C7F3;
    color: #381D6E;
}

.alert-purple .alert-link {
    color: #231246;
}

.alert-purple hr {
    border-top-color: #C7B2EF;
}

.badge-purple {
    background-color: #6c37d3;
    color: #FFFFFF;
}

a.badge-purple:focus, a.badge-purple:hover {
    background-color: #5527B0;
    color: #FFFFFF;
}

.btn-purple, .btn-purple.disabled, .btn-purple:disabled {
    background-color: #6c37d3;
    border-color: #6c37d3;
    color: #FFFFFF;
}

.btn-purple:hover, .btn-purple.focus, .btn-purple:focus {
    background-color: #5B29BB;
    border-color: #5527B0;
    color: #FFFFFF
}

.btn-purple.focus, .btn-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(108,55,211,0.5) !important;
}

.btn-purple:not(:disabled):not(.disabled).active, .btn-purple:not(:disabled):not(.disabled):active {
    background-color: #5527B0;
    border-color: #5024A6;
    color: #FFFFFF
}

.btn-outline-purple, .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    background-color: transparent;
    border-color: #6c37d3;
    color: #6c37d3;
}

.btn-outline-purple:hover {
    background-color: #6c37d3;
    border-color: #6c37d3;
    color: #FFFFFF
}

.btn-outline-purple.focus, .btn-outline-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(108,55,211,0.5) !important;
}

.btn-outline-purple:not(:disabled):not(.disabled).active, .btn-outline-purple:not(:disabled):not(.disabled):active {
    background-color: #5527B0;
    border-color: #5527B0;
    color: #FFFFFF
}

.nav-pills.text-purple .nav-link {
    color: #6c37d3;
}

.nav-pills.text-purple .nav-link.active, .nav-pills.text-purple .show > .nav-link {
    background-color: #6c37d3;
    color: #FFFFFF;
}

.nav-pills.text-purple .dropdown-item.active, .nav-pills.text-purple .dropdown-item:active {
    background-color: #6c37d3;
    color: #FFFFFF;
}

.list-group-purple .list-group-item.active {
    background-color: #6c37d3;
    border-color: #6c37d3;
    color: #FFFFFF;
}

.list-group-item-purple {
    background-color: #D6C7F3;
    color: #381D6E;
}

.list-group-item-purple.list-group-item-action:focus, .list-group-item-purple.list-group-item-action:hover {
    background-color: #C7B2EF;
    color: #381D6E;
}

.dropdown-purple .dropdown-item.active, .dropdown-purple .dropdown-item:active {
    background-color: #6c37d3;
    color: #FFFFFF;
}

.pagination-purple .page-link {
    color: #6c37d3;
}

.pagination-purple .page-link:hover {
    color: #492197;
}

.pagination-purple .page-item.active .page-link {
    background-color: #6c37d3;
    border-color: #6c37d3;
    color: #FFFFFF;
}

.custom-control-purple .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6c37d3;
    border-color: #6c37d3;
    color: #FFFFFF;
}

.custom-control-purple .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(185,160,234,0.25);
}

.custom-control-purple .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #B9A0EA;
}

.custom-control-purple .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #D8C9F3;
    border-color: #D8C9F3;
    color: #FFFFFF;
}

.custom-control-purple.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #6c37d3;
    border-color: #6c37d3;
}

.custom-control-purple.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-control-purple.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-control-purple.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-control-purple.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(108,55,211,0.5);
}

.custom-range-purple::-webkit-slider-thumb {
    background-color: #6c37d3;
}

.custom-range-purple::-webkit-slider-thumb:active {
    background-color: #D8C9F3;
}

.custom-range-purple::-moz-range-thumb {
    background-color: #6c37d3;
}

.custom-range-purple::-moz-range-thumb:active {
    background-color: #D8C9F3;
}

.custom-range-purple::-ms-thumb {
    background-color: #6c37d3;
}

.custom-range-purple::-ms-thumb:active {
    background-color: #D8C9F3;
}
