.MenuLinkLight {
    color: #999 !important;
}


.panel-body-tables {
    padding: 0px;
}

.panel-heading {
    font-weight: bold;
}

.onerow {
    display: inline;
}

.col-center > [class*="col-"] {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.backbutton {
    position: absolute;
}

.no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer {
    margin-top: 20px;
}

div.datatables_paginate, div.datatables_paginate ul.pagination {
    margin: 1px;
    white-space: nowrap;
}

.subsmain {
    width: 100%;
    position: relative;
}

.subscurrent {
    background-color: #808080;
    height: 20px;
}

.subs1 {
    width: 15%;
    float: left;
}

.subs2 {
    text-align: right;
    width: 15%;
    float: left;
}

.subs3 {
    width: 55%;
    float: left;
    border: 1px solid #666;
    background-color: white;
}

.subs4 {
    text-align: right;
    width: 15%;
    float: left;
}

.smallsubsmain {
    position: relative;
}

.smallsubscurrent {
    background-color: #808080;
    height: 10px;
}

.smallsubs1 {
    width: 60px;
    float: left;
}

.smallsubs2 {
    text-align: right;
    width: 35px;
    float: left;
}

.smallsubs3 {
    width: 105px;
    float: left;
    border: 1px solid #666;
    background-color: white;
    margin-top: 4px;
}

.smallsubs4 {
    text-align: right;
    width: 35px;
    float: left;
}

.bg-slider {
    background: url(../../tk_images/Layout/slider.gif) center no-repeat;
    cursor: move;
    width: 10px;
    height: 10px;
}

/* Bar graph styles */
.bg-progress-container {
    background-color: #ffffff;
    position: relative;
    width: 55%;
    float: left;
    margin-left: 15%;
    border: 1px solid #666;
}

.bg-progressbar {
    line-height: inherit;
    position: relative;
    height: 20px;
    background-color: #808080;
}

.bgsmall-progress-container {
    background-color: #ffffff;
    position: relative;
    width: 105px;
    float: left;
    margin-left: 25px;
    border: 1px solid #666;
    margin-top: 4px;
}

.bgsmall-progressbar {
    line-height: inherit;
    position: relative;
    height: 10px;
    background-color: #808080;
}

/* END Bar graph styles */


.modal-body {
    overflow-y: auto;
    min-height: 50px;
}

.table-responsive .info-danger {
    font-weight: normal;
    font-size: 10px;
    color: #FF0033;
}

.table-responsive a.info-danger:hover {
    text-decoration: none;
}

/* Table's rows */

.table-responsive .table > tbody > tr > td {
    padding: 0px;
    padding-right: 5px;
}

    .table-responsive .table > tbody > tr > td > a:not([class*=btn]) {
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
    }

    .table-responsive .table > tbody > tr > td:first-child > a {
        padding-left: 15px;
    }


    .table-responsive .table > tbody > tr > td:first-child > input {
        padding-left: 15px;
    }

    .table-responsive .table > tbody > tr > td > a[class*=btn] {
        margin-top: 3px;
    }

.table-responsive .alert {
    margin: 5px;
    padding: 10px;
}

.td-responsive-vertical-middle {
    vertical-align: middle;
}

.img-back::before {
    content: url(../../tk_images/icons/back.gif);
}

/* END Table's rows */

.btn-primary {
    background-color: #f4f4f4;
    border-color: #999999;
    color: inherit;
}

    .btn-primary:hover {
        background-color: #e6e6e6;
        border-color: #999999;
        color: inherit;
    }

.navbar-container {
    height: 50px;
    width: 450px;
    margin: auto 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.bar-bottom {
    background-color: #f4f4f4;
    border: 1px solid #337ab7;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
}

form[role=login] {
    color: #5d5d5d;
    background: #fff;
    margin-top: 25%;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    form[role=login] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=login] input,
    form[role=login] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=login] > div {
        text-align: center;
    }

.form-links {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.funkyradio div {
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.table-hover a:hover {
    color: rgb(249, 249, 249);
}

.table-hover > tbody > tr:hover {
    background-color: rgb(112, 112, 112);
    color: rgb(249, 249, 249);
}

.switchtext {
    text-align: center;
    padding-top: 9px;
    padding-left: 17px;
}

tw_paypal, .cke_tw_paypal {
    background-image: url("../../ckeditor/plugins/tw_paypal/images/placeholder.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    height: 80px;
    width: 80px;
    display: inline-block;
}

tw_widget, .cke_tw_widget {
    background-image: url("../../ckeditor/plugins/tw_widget/images/placeholder.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    height: 80px;
    width: 80px;
    display: inline-block;
}

tw_slider, .cke_tw_slider {
    background-image: url("../../ckeditor/plugins/tw_slider/images/placeholder.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    height: 80px;
    width: 80px;
    display: inline-block;
}

tw_scroller, .cke_tw_scroller {
    background-image: url("../../ckeditor/plugins/tw_scroller/images/placeholder.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    height: 80px;
    width: 80px;
    display: inline-block;
}

tw_jgallery, .cke_tw_jgallery {
    background-image: url("../../ckeditor/plugins/tw_jgallery/images/placeholder.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    height: 80px;
    width: 80px;
    display: inline-block;
}

tw_form, .cke_tw_form {
    background-image: url("../../ckeditor/plugins/tw_form/images/placeholder.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    height: 80px;
    width: 80px;
    display: inline-block;
}

#article-content iframe, #article-content .cke_iframe, #article-content tw_iframe {
    background-image: url("../../ckeditor/plugins/iframe/images/placeholder.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a9a9a9;
    display: inline-block;
}

#article-content a.pageanchor, #article-content a[name] {
    background: rgba(0, 0, 0, 0) url('../../ckeditor/plugins/tw_anchor/images/anchor.png') no-repeat scroll left center / 16px;
    border: 1px dotted #00f;
    cursor: auto;
    padding-left: 18px;
}

div[class^="aspect-"] {
    height: 0;
    position: relative;
    width: 100%;
}

    div[class^="aspect-"] * {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.aspect-4x3 {
    padding-bottom: 75%;
}

.aspect-16x9 {
    padding-bottom: 56.25%;
}

.aspect-21x9 {
    padding-bottom: 48.86%;
}

.flag {
    background-color: rgb(27, 107, 184);
    color: white !important;
}

    .flag:hover {
        color: rgb(27,107,184) !important;
        background-color: rgb(244, 244, 244);
    }

#article-content div[class^="col-"] {
    border: 1px dashed rgb(199, 199, 199);
}

    #article-content div[class^="col-"] div[class^="col-"] {
        border: unset;
    }

.btn-primary.focus, .btn-primary:focus {
    background-color: #f4f4f4;
    border-color: #999999;
    color: inherit;
    outline: none;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #f4f4f4;
    border-color: #999999;
    color: inherit;
    outline: none;
}

.icondivframe {
    height: 155px;
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.icondivimg {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

div.bootbox {
    z-index: 11000;
}

.cke_top {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #b6b6b6;
    padding: 6px 8px 2px;
    white-space: normal;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: linear-gradient(to bottom,#f5f5f5,#cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
}

.pagination > li > span.native {
    color: black;
}

.img-responsive {
    width: 200px;
    padding-bottom: 30px;
}


img.cke_tw_scroller:after {
    content: attr(namescroller);
    top: 0px;
    left: 0px;
    padding-left: 5px;
    position: relative;
    color: red;
    font-weight: bold;
}

tw_scroller:after {
    content: attr(name);
    top: 0px;
    left: 0px;
    padding-left: 5px;
    position: relative;
    color: red;
    font-weight: bold;
}

.table-responsive .table > tbody > tr > td > a.pagingfix {
    display: unset;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    text-decoration: none;
}

span.pagingtext {
    color: #5b5b5b;
    padding-left: 10px;
}

.x-small-text {
    font-size: x-small;
    color: inherit;
}

.small-text {
    font-size: small;
    color: inherit;
}

a.disabled {
    background-color: #e1e3ea;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.underline-h1 {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
    font-size: 25px !important;
    line-height: 46px;
    margin-bottom: 15px;
}

.referleft-h2 {
    font-size: 40px;
    line-height: 42px;
    margin-top: 0;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 25px;
}

.referleft-faq {
    counter-reset: my-badass-counter;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

    .referleft-faq dt {
        position: relative;
        padding-left: 50px;
        font-family: "Open Sans",sans-serif;
        font-weight: 300;
        font-size: 17px;
    }

    .referleft-faq dd {
        font-family: "Open Sans",sans-serif;
        font-weight: 300;
        font-style: italic;
        margin: 0 0 20px;
        padding-left: 50px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 20px;
    }

.referleft-faq {
    counter-reset: my-badass-counter;
}

    .referleft-faq dt:before {
        content: counter(my-badass-counter,decimal);
        counter-increment: my-badass-counter;
        font: bold 50px/1 "Open Sans",sans-serif;
        left: 0;
        position: absolute;
        top: 0;
        color: #ad2126;
    }

    .referleft-faq dt {
        position: relative;
        padding-left: 50px;
        font-family: "Open Sans",sans-serif;
        font-weight: 300;
        font-size: 17px;
    }

    .referleft-faq dd {
        margin: 0 0 20px;
        padding-left: 50px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 20px;
    }

    .referleft-faq dd {
        font-family: "Open Sans",sans-serif;
        font-weight: 300;
        font-style: italic;
    }

.referright {
    width: 60%;
    float: right;
    padding-left: 10px;
}

.referleft {
    width: 40%;
    float: left;
    padding-right: 10px;
}

    .referleft a:link, .referleft a:visited, .referleft a:active, .referleft a:focus {
        color: #ad2126;
        text-decoration: none;
    }

    .referleft a:hover {
        text-decoration: none;
        color: #ad2126;
    }

.referright-sectionheading {
    background-color: #C9E8C9;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.referright-sectionheading-blue {
    background-color: #cdecf5;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.navbar-fixed-left {
    top: 0;
    z-index: 1030;
    height: 100%;
    overflow-y: auto;
}

/* Mobile menu */
@media screen and (min-width: 768px) {
    .navbar-fixed-left {
        position: fixed;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        border-bottom: 1px solid #ccc;
    }

    #page-wrapper {
        margin-top: 50px;
    }

    .navbar-fixed-left {
        width: 100%;
        height: auto !important;
    }
}

.navbar-collapse.in {
    width: 100%;
    height: 100%;
}

.navbar-collapse {
    background: #fff;
}

.btn-slim {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Mobile menu - end */

#joe-training-video {
    padding-bottom: 20%;
    padding-top: 0;
    position: relative;
    height: 0;
    overflow: hidden;
}

    #joe-training-video iframe {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 100%;
    }

@media (max-width: 992px) {
    #joe-training-video {
        padding-bottom: calc(56.25% + 30px)
    }
}
