.adv-nav ul.middle-menu a {
    text-align: left;
    padding-left: 30px;
}

a#edit-btcmp-btn:hover {
    transform: scale(.97);
}

a#edit-btcmp-btn {
    transition: .22s ease;
}

a .add-btn:hover {
    transform: scale(.97);
    background-color: #51b7ad !important;
}

.add-btn {
    transition: .22s ease;
}


/* Reporting Dash  */

.info-card.stat-card {
    box-shadow: none;
    background-color: transparent;
}

.container-fluid.reporting-dash {
    background-color: white;
    border-radius: 10px;
    padding: 40px 25px;
    box-shadow: 1px 1px 18px 4px #36383830;
    -webkit-box-shadow: 1px 1px 18px 4px rgba(54, 56, 56, 0.18823529411764706);
}


/* Upper Right Per Page Select Styling */

.table-header-right select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}


/* Adds fontawesome arrow after pseudo */

.table-header-right .dataTables_length:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    transform: translateX(-24px) translateY(14px);
    font-size: 12px;
}

.table-container .table-wrapper {
    overflow: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 1px 1px 18px 4px #36383830;
    box-shadow: 1px 1px 18px 4px #36383830;
    margin-bottom: 20px;
    /* border-radius: 20px; */
}

.page-item.active .page-link {
    background-color: #62a4af;
    border-color: #62a4af;
}

div#table_length select,
div.fut-pas select {
    font-weight: 800;
    font-size: 15px !important;
    padding-left: 20px;
    color: #6c757c;
}

#table_length {
    padding-left: 20px;
}

.adv-nav .top-menu {
    margin-bottom: 40px;
}

.adv-nav ul.middle-menu li:hover a {
    transition: background-color .12s ease-in-out;
}

.adv-nav ul.middle-menu li:hover>a {
    background-color: #1b1d29 !important;
    color: white !important;
}

.adv-nav ul.middle-menu li:hover a i {
    color: #fe8900 !important;
}

.adv-nav {
    background-color: var(--primary);
}

.adv-nav .signout-btn i {
    background-color: #62a4af;
}

.adv-nav .signout-btn:hover i {
    background-color: #65b4c1;
    transform: translateX(5px);
}

.adv-nav .middle-menu li a.active i {
    color: #e19000;
}

.adv-nav ul,
.adv-nav {
    background-color: var(--primary);
}

ul.top-menu a {
    color: white;
    font-size: 14.5px;
}

ul.top-menu li:nth-child(2) a:before {
    content: 'Hello, ';
}

.adv-nav .middle-menu {
    max-height: calc(100vh - 145px - 108px);
}

.table-container table th {
    padding: 17px 6px;
    font-size: 13px;
}

.table-container table th:nth-child(2n) {
    background: #ececec;
}

.adv-nav .signout-btn i {
    transition: .25s ease-in-out;
}

.adv-nav .signout-btn {
    color: #efefef;
}

#table_info {
    font-size: 11px;
    padding-bottom: 4px;
}


/* ---  Top bar / Breadcrumb Bar  ---- */

.table-header i {
    margin-right: 15px;
}

.table-header .add-btn {
    color: #fff;
    text-decoration: none;
    background-color: #51b7ad;
    display: inline-block;
    padding: 4px 36px;
    height: 44px;
    line-height: 37px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
    margin-right: 20px;
}

.table-container .theader .table-header-right .table-list .dataTables_length select,
div.fut-pas select {
    height: 44px;
}

.table-container .theader .table-header-right .table-filters .dataTables_filter input {
    height: 44px;
    width: 25vw;
}

.table-header-right input.form-control.form-control-sm {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    padding-left: 7%;
    color: #434443 !important;
}

.table-header h2 {
    font-size: 23px;
    /* font-size: 20px;
font-weight: 600; */
}


/*------- Typography --- */

body {
    font-family: 'Source Sans Pro', sans-serif !important;
}


/* ---- General Table ---------*/

.table-container table th:nth-child(odd) {
    background-color: #e0e0e0;
}

.table-container table td {
    text-align: center;
    padding: 7px 1px;
}

.table-container table tr {
    transition: .15s ease-in-out;
}

.table-container table tr:hover {
    background-color: #cecece;
}

td.td-actions button,
td.td-actions a {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #161616d6;
    padding: 1px 5px;
    cursor: pointer;
    transition: .2s ease;
    text-decoration: none;
}

td.td-actions button:hover {
    color: #62a4af;
}

button.fas.fa-trash-alt.button {
    color: #e4514c;
}

#table_wrapper {
    padding-right: 11px;
    padding-left: 11px;
}

main.adv-content {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

li#table_previous a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 0;
}

li#table_previous a:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px !important;
}

li#table_next a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 0;
}

li#table_next a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px !important;
}

div#table_filter:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 19px;
    position: absolute;
    right: 15px;
    top: 9px;
}

.table-container .theader .table-header-right {
    top: -64px;
}

.table-container .theader .table-header-right .table-list .dataTables_length select {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.21);
    border: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 4px 16px;
    line-height: 1.25;
    color: #263a6e;
    background-color: #fff;
    border: 1px solid #dee2e666;
    font-weight: 600;
}

td.td-account_id {
    max-width: 295px !important;
    overflow: hidden;
    display: inline-block;
    padding-left: 8px;
}

a.active {
    color: white !important;
}

.table-container .dt-buttons .dt-button.active:before {
    content: '' !important;
}

.pagination {
    box-shadow: 1px 1px 18px 4px #3638381c;
    width: max-content;
}

.table-container .dt-buttons .dt-button {
    border-radius: 18px;
}

.table-container .dt-buttons .dt-button {
    background: #FDB1B1 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 19px;
    opacity: 1;
}

.table-container th,
.table-container td {
    transition: .12s ease;
}

td.td-active {
    width: 70px !important;
    display: block;
    line-height: 27px;
}

.table-container .dt-buttons .dt-button:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: red;
    padding-right: 3px;
}

.table-container .dt-buttons .dt-button.active {
    background: #E0E0E0 0% 0% no-repeat padding-box;
    font-size: 13px;
    padding: 4px 10px;
    border: 1px solid #707070;
    border-radius: 19px;
    opacity: 1;
    /* margin: 0 !important; */
}

.table-container table td,
.table-container table th {
    transition: .12s ease;
}

td.td-account_id {
    padding-left: 6px !important;
}

td.td-payment input[type="number"] {
    width: 55px;
}


/*  Overview Cards  */

.info-card h3.title {
    color: #2c627a;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .3px;
}

.title-table {
    color: #2c627a;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .3px;
    margin-top: 63px;
}

.bootcamp-overview .info-card {
    padding: 10px 25px;
}

.info-card {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
}

.model-actions .info-card {
    padding: 0;
}

.model-actions .info-card a {
    color: #2c627a !important;
    text-align: left;
    padding-left: 25px;
    padding-right: 50px;
    transition: .15s ease;
}

.model-actions a.action:hover {
    background-color: #2d6279;
    color: white !important;
}

.model-actions a.action i {
    position: absolute;
    right: 40px;
    margin-top: 5px;
}

.adv-nav ul,
.adv-nav {
    z-index: 2;
}

ul.sub-nav {
    position: absolute;
    left: 180px;
    background: #323341;
    margin-top: -45px;
    z-index: 20000;
    display: block;
}

ul.sub-nav i {
    display: none;
}

.table-container table tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

.table-container table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.adv-nav ul.sub-nav a {
    padding: 8px 30px;
}

ul.sub-nav {
    transition: .14s ease-in-out;
    width: 0;
}

ul.middle-menu li:hover>ul.sub-nav {
    width: 210px;
}

ul.middle-menu li>ul.sub-nav>li {
    transform: scale3d(1, 0, 1);
    transition: .2s ease-in;
    transition-delay: .14s;
    margin-left: -75px;
}

ul.middle-menu li>ul.sub-nav>li:nth-child(2) {
    transition-delay: .24s;
}

ul.middle-menu li>ul.sub-nav>li:nth-child(3) {
    transition-delay: .34s;
}

ul.middle-menu li>ul.sub-nav>li:nth-child(4) {
    transition-delay: .44s;
}

ul.middle-menu li>ul.sub-nav>li:nth-child(5) {
    transition-delay: .54s;
}

ul.middle-menu li>ul.sub-nav>li:nth-child(6) {
    transition-delay: .64s;
}

ul.middle-menu li:hover>ul.sub-nav>li {
    transform: scale3d(1, 1, 1);
    margin-left: 0;
}


/* Login Warning */

.alert-warning {
    color: #f7d5d5;
    background-color: #e4514c;
    border-color: #E4514C;
    margin: 0;
    letter-spacing: .4px;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    text-align: center;
}


/* .alert-success {
color: #d9f7d5;
background-color: #4ce458;
border-color: #72e44c;
margin: 0;
letter-spacing: .4px;
border-radius: 0px;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 2000;
text-align: center;
} */


/* User Support Button */

ul.bottom-menu a.action {
    /* position: fixed; */
    /* right: 8px; */
    /* bottom: 20px; */
    background: #e19001;
    color: white;
    /* font-size: 13px; */
    /* letter-spacing: .5px; */
    border-radius: 22px;
    margin-left: 25px;
    margin-right: 25px;
}


/* Edit / Create View adding icons to inputs */

.account:after {
    content: '\f078';
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    right: 33px;
    margin-top: 12px;
}

.bc-start-date:after,
.early-enrollment-date:after,
.final-enrollment-date:after {
    content: '\f073';
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    right: 21px;
    margin-top: 12px;
    background: #f2f2f2;
}

.early-enrollment-date:after,
.final-enrollment-date:after {
    right: 26px;
}

@media screen and (max-width: 1190px) {
    .info-card {
        padding: 20px 15px;
    }
}


/* inputs  */

.section-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #262626;
}

.input-sm {
    border: none;
    border-radius: 22px;
    height: 44px;
    width: 100%;
    background-color: rgba(150, 150, 150, 0.12);
    padding: 20px;
    word-wrap: break-word;
    font-size: 13px;
    outline: none;
    padding-right: 8px;
}

.input-md {
    border: none;
    border-radius: 22px;
    height: 44px;
    width: 100%;
    background-color: rgba(150, 150, 150, 0.12);
    padding: 20px;
    font-size: 13px;
    outline: none;
    padding-right: 8px;
}

.input-md1 {
    border: none;
    border-radius: 22px;
    height: 44px;
    width: 240px;
    background-color: rgba(150, 150, 150, 0.12);
    padding: 20px;
    font-size: 13px;
    outline: none;
    padding-right: 8px;
}

.input-md2 {
    border: none;
    border-radius: 22px;
    height: 44px;
    width: 100%;
    background-color: rgba(150, 150, 150, 0.12);
    padding: 20px;
    font-size: 13px;
    outline: none;
    padding-right: 8px;
}

.input-lg {
    border: none;
    border-radius: 22px;
    height: 44px;
    width: 100%;
    background-color: rgba(150, 150, 150, 0.12);
    font-size: 13px;
    outline: none;
    padding-right: 8px;
}

.bc-start-end-time input {
    width: 49%;
    display: inline-block;
    padding: 4px;
}

.col-md-4.middle-column {
    max-width: 31.333333%;
}

.col-md-4.final-column {
    max-width: 36.333333%;
    flex: 0 0 35.33333333%;
}

.middle-column {
    padding-left: 8px;
    padding-right: 8px;
}

.col-md-4.account,
.final-column {
    padding-left: 17px;
}

.bc-start-date,
.course-days,
.max-registrants {
    padding: 0 8px;
}

.input-lg {
    padding: 10px;
    font-size: 13px;
}

.col-md-6.bc-start-date {
    max-width: 47%;
}

.col-md-6.bc-start-end-time {
    padding-left: 5px;
    max-width: 52% !important;
}

.early-enrollment-price {
    padding-right: 10px;
}

.final-enrollment-price {
    padding-right: 10px;
}

input.input-sm:active,
input.input-sm:focus {
    width: calc(89%) !important;
    transition: .3s ease;
}

input[name="boot_camp_start_time"]:focus:before {
    content: 'start ';
    padding-left: 4px;
}

input[name="boot_camp_end_time"]:focus:before {
    content: 'end ';
    padding-left: 4px;
}

input[type="time"]::-webkit-clear-button,
input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
}

input[type=number]::-webkit-inner-spin-button {
    background: #eee url('https://s3.amazonaws.com/adventis-production/images/up-down.png') no-repeat 50% 50%;
    width: 14px;
    height: 14px;
    padding: 4px;
    position: relative;
    right: 4px;
    border-radius: 28px;
}

th.sorting {
    background-image: url('https://s3.amazonaws.com/adventis-production/images/up-down.png') !important;
    background-position: center right 5px !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

th.sorting_asc {
    background-image: url('https://s3.amazonaws.com/adventis-production/images/down.png') !important;
    background-position: center right 5px !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

th.sorting_desc {
    background-image: url('https://s3.amazonaws.com/adventis-production/images/up.png') !important;
    background-position: center right 5px !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.table-container table th {
    padding-right: 15px !important;
}

select,
.input-md2,
.input-lg {
    padding: 0 20px !important;
}

.select_wrapper:after {
    content: '\f078';
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    right: 33px;
    margin-top: 12px;
}

.table-container table th {
    text-rendering: geometricPrecision;
}

.col-md-4.bc-landing-url input {
    color: #2271b9;
    font-weight: 900;
}

.early-enrollment-price:before,
.final-enrollment-price:before {
    content: '$';
    position: absolute;
    bottom: 10px;
    left: 29px;
    font-size: 16px;
}

.early-enrollment-price input,
.final-enrollment-price input {
    padding-left: 25px;
}

ul.top-menu a.active {
    background-color: transparent !important;
}

.table-container table .td-actions {
    width: auto;
    padding: 0 8px;
}