td button.btn {
    margin: 3px 0;
}
ul.alert li {
    margin-left: 15px;
}
div.alert.alert-warning.alert-important {
    font-size: 130%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
}

table.dataTable thead .sorting:after {
    content: "";
}

table.dataTable thead .sorting_desc:after {
    content: "";
}

table.dataTable thead .sorting_asc:after {
    content: "";
}

table.dataTable tr.bottom-line td, table.dataTable tr td.bottom-line {
    border-bottom: 1px solid #000;
}

table.dataTable tr:last-child td {
    border-bottom: none;
}

.modal-dialog {
    z-index: 9999;
}

body {
    margin-bottom: 20px;
}

.phaseRadio {
    text-align: center;
}

.wc-key {
    border-radius: 200px;
    height: 1.5em;
    width: 1.5em;
    float: right;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.wc-key-row {
    text-align: right;
}

.wc-key-container {
    margin-top: 30px;
    text-align: right;
}

.wc-style-dot {
    height: 0.5em;
    width: 0.5em;
    position: relative;
    right: 6px;
    margin-left: 29px;
    top: 8px;
    background-color: black;
}

.wc-style-g {
    background: none !important;
    border-width: 1px;
    border-style: solid;
    border-color: green !important;
}

.wc-style-r {
    background-color: red !important;
    border-color: darkred !important;
}

.wc-style-o {
    background-color: orange !important;
    border-color: orangered !important;
}

.wc-style-lg {
    background-color: lightgreen !important;
    border-color: darkgreen !important;
}

.wc-style-dg {
    background-color: darkgreen !important;
    border-color: darkgreen !important;
}

.wc-style-grey {
    background-color: grey !important;
    border-color: dimgrey !important;
}

.wc-allow-overlap {
    width: 75% !important;
}

/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 767px) {
    .tinynav { display: block }
    #nav-sub { display: none }
    #navigation { display: none }
}
select.tinynav {
    width: 100%;
    height: 25px;
    border-color: #dbdbdb;
    margin: 20px 0;
    font-family: "Raleway", sans-serif !important;
    -webkit-appearance: menulist-button;
    font-weight: 600;
}
.tinynav2 {
    margin: 20px 0 !important;
}

#section-title .wrap.subnav {
    padding: 4px 0 0 0;
}

ul.navbar-nav li>a {
    color: #000;
}
ul.navbar-nav li.selected>a {
    color: #702082;
}

.btn {
    color: #fff !important;
}

.btn-warning {
    color: #000 !important;
}

.btn-review {
    background-color: #702082;
}

.post-content a:hover {
    text-decoration: none !important;
}

footer[role=contentinfo] .icn-image a {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    footer[role=contentinfo] .icn-image a:hover {
        opacity: 0.7;
    }

footer[role=contentinfo]>.bottom-bar p {
    text-align: center;
    /*padding-top: 20px;*/
    padding-top: 0;
}

.post-content iframe {
    display: block;
    margin: 0 auto;
}

h3.vidtitle {
    text-align: center;
}

.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: auto !important;
}

.mt0 {
    margin-top: 0px !important;
}

.row.bio {
    text-align: center;
}

    .row.bio p {
        text-align: center;
        font-size: 20px;
    }

    .row.bio .session-badge {
        font-size: 150px;
        color: #d58512;
        font-weight: bold;
        margin: 10px;
        padding: 70px 30px;
        display: inline-block;
        border: 10px solid #702082;
    }

    .row.bio .completed-sessions {
        color: #702082;
        font-weight: bold;
        font-size: 20px;
    }

h1.bio {
    font-size: 45px !important;
    text-align: center;
}

.session-stars, .session-star-text {
    text-align: center;
}

    .session-stars {
        font-size: 120px;
        letter-spacing: -15px;
        line-height: 1em;
    }

    .session-stars span.filled:before {
        content: "\2605";
        position: absolute;
    }

    .session-stars span.filled {
        color: #d58512;
    }

    .session-star-text {
        font-size: 200%;
        text-transform: uppercase;
        font-weight: bold;
    }

iframe, object, embed {
    max-width: 100%;
}

.fixed {
    position: fixed;
}

.time-block {
    text-align: right;
    background: #fff;
    height: 40px;
    border-radius: 10px;
    padding: 10px 15px;
}

.time-outer {
    position: relative;
}

.time-block {
    font-size: 110%; font-weight:bold; margin-top:20px;
}

p.session-count {
    font-size: 70px;
    font-weight: bold;
    line-height: 80px;
}

p.session-description {
    font-size: 18px;
}

img.session-img {
    width: 60%;
    height: auto;
}

div.row.heading-row, div.row.page-description-row {
    margin-bottom: 1em;
}

div.row.page-description-row p {
    font-size: 110%;
    font-weight: bold;
}

.heading-background h1 {
    color: #fff;
    font-size: 25px !important;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
}

.row.vehicle-choice {
    border-top: 1px solid #d5d5d5;
    min-height: 155px;
    padding: 15px 0;
}

.row.vehicle-choice .vehicle-button {
    text-align: center;
}

.row.vehicle-choice img {
    text-align: center;
    width: 80%;
}

.row.vehicle-choice .transmission {
    font-weight: bold;
    font-size: 160px;
    line-height: 158px;
    text-align: center;
    vertical-align: center;
}

.row.vehicle-choice .transmission-0 {
    color: yellowgreen;
}

.row.vehicle-choice .transmission-1 {
    color: #3c48cd;
}

.row.vehicle-choice div.vehicle-button {
    margin-top: 40px;
}

    .row.vehicle-choice .next-available {
        text-align: center;
        margin-top: 10px;
    }

#sessioncalendar.hidedates .wc-day-column-header {
    /*display: none;
    //visibility: hidden;*/
}

.modal-dialog {
    top: 130px;
}

div.profile-selector {
    text-align: center;
}

div.profile-selector > a > div {
    border: 1px dashed grey;
    border-radius:10px;
    padding: 20px;
    margin-bottom: 20px;
}

div.profile-selector > a:hover > div {
    background-color: lightblue;
}

.row.session-choice {
    text-align: center;
}

    .session-choice > div {
        padding: 10px 10px 30px;
        border-bottom: 1px solid gainsboro;
    }

    .row.session-choice div.start-date {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .row.session-choice div.session-time {
        font-size: 16px;
    }

    .row.session-choice div.mentor-info {
        display: flex;
    }

    .row.session-choice div.mentor-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .row.session-choice div.mentor-photo img {
        object-fit: cover;
        border-radius: 999px;
        margin-right: 20px;
    }

    .row.session-choice div.mentor-name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .row.session-choice div.vehicle-name {
        padding-left: 10px;
        font-size: 20px;
    }

    .row.session-choice div.vehicle-name > p {
        margin-bottom: 5px;
    }

    .row.session-choice .vehicle-type {
        font-size: 18px;
    }

    @media screen and (max-width: 767px) {
        .mentor-info {
            margin: 20px 0 30px;
        }

        .mentor-info .mentor-details .mentor-name {
            margin-bottom: 0;
        }

        .mentor-info .mentor-details .mentor-info {
            margin: 0;
        }
    }
    

    .row.session-choice div.session-select {
        vertical-align: middle;
    }

.fc-widget-header > table {
    margin-bottom: 0 !important;
}

.fc-time-grid-event.fc-event {
    border-width: 2px;
}

.fc-time-grid-event.fc-event.fc-start.fc-end {
    cursor: pointer;
}

.fc-time-grid-event.fc-event.fc-start.fc-end.selected {
    background-color: #c6f9c6 !important;
}

.fc-saveChangesButton-button {
    background-color: rgb(51, 122, 183) !important;
    border-color: rgb(46, 109, 164) !important;
}

.fc-saveChangesButton-button:hover {
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.fc-saveChangesButton-button:disabled {
    cursor: not-allowed;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    opacity: .65 !important;
    pointer-events: none !important;
}

#update-sessions-button:disabled {
    cursor: not-allowed;
}

@media screen and (max-width: 767px) {
    .client-mentor-session .container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.notification-banner {
    margin-top: 0 !important;
    background: #5cb85c;
    color: white;
    padding: 15px;
    width: 100%;
    display: none;
}

.notification-banner p {
    margin: 0;
    text-align: center;
}

.remaining-credits-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.remaining-credits-container .remaining-credits-bubble {
    background: #1e609b;
    color: white;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.remaining-credits-container .remaining-credits-bubble span {
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
}

.credits-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.credit-actions-container {
    display: flex;
}

.credit-actions-container > *:not(:first-child) {
    margin-left: 10px;
}

footer .footer-logo {
    display: flex;
    justify-content: center;
}

footer .footer-logo img {
    height: 4em;
}

.strengthify-wrapper {
    position: relative;
}

.strengthify-wrapper > * {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

.strengthify-bg, .strengthify-container, .strengthify-separator {
	height: 3px;
}

.strengthify-bg, .strengthify-container {
	display: block;
	position: absolute;
	width: 100%;
}

.strengthify-bg {
	background-color: #BBB;
}

.strengthify-separator {
	display: inline-block;
	position: absolute;
	background-color: #FFF;
	width: 1px;
	z-index: 10;
}

.password-bad {
	background-color: #C33;
}
.password-medium {
	background-color: #F80;
}
.password-good {
	background-color: #3C3;
}

div[data-strengthifyMessage] {
    padding: 3px 8px;
}

.strengthify-tiles{
	float: right;
}

div.form-group span.help-block:before {
    content: "ⓘ";
    font-size: 13px;
    margin-right: 5px;
    color: #737373;
}

div.form-group span.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 13px;
}