/* ---------------------------
    Main layout
    --------------------------- */
.sidebar {
    position: fixed;
    height: 100%;
    float: left;
    box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.15);
    z-index: 10;
}



/* ---------------------------
    Bootstrap overrides
    --------------------------- */
/* sticky footer 
    http://getbootstrap.com/examples/sticky-footer/
*/
html {
    position: relative;
    min-height: 100%;
}

.form-group, .form-horizontal .form-group {
    /*min-height: 55px;*/
    margin: 0 0 15px 0;
}

.well {
    min-height: 20px;
    padding: 20px;
    margin: 20px 0 0 0;
    border-radius: 3px;
    background: #f9f9f9;
}


.row.no-gutter {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
}


.modal-footer {
    border: none;
    padding: 0 15px 15px 15px;
}

    .modal-footer .btn {
        margin-bottom: 0;
    }

        .modal-footer .btn + .btn {
            margin-left: 10px;
            margin-bottom: 0;
        }

    .modal-footer .btn-group-tso {
        margin-bottom: 0;
    }

@media (max-width: 425px) {
    .modal-footer .btn-group-tso .btn {
        margin-left: 0px;
        margin-bottom: 5px;
    }

        .modal-footer .btn-group-tso .btn:last-child {
            margin-bottom: 0px;
        }
}

.modal-body, .modal-header {
    padding: 7px;
}

@media (min-width: 768px) {
    .modal-body, .modal-header {
        padding: 15px;
    }
}

ul, ol {
    padding-left: 10px;
}

.table > tbody > tr.success > td {
    background-color: #d0e3f3;
}

.label-success, .good, .alert.alert-success {
    background-color: transparent;
    background-image: none;
    padding: 0px;
    color: #43B02A;
    font-size: 12px;
    border-radius: 3px;
}

.label-warning, .medium {
    color: #f0ad4e;
    background: transparent;
    font-size: 12px;
    padding: 0;
}

.label-danger, .alert-danger, .validation-error {
    background-color: #C60000;
}

.label-danger, .alert-danger, .alert-warning, .warning, .validation-error {
    background-color: transparent;
    background-image: none;
    color: red;
    font-size: 12px;
    padding: 0px;
    white-space: inherit;
    text-align: left;
}

.stats-danger, .stats-warning, .stats-success, .stats-default {
    display: inline-block;
    margin-bottom: 10px;
}

.stats-danger {
    border: 1px solid #C60000;
    color: #C60000;
}

.stats-warning {
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}

.comyes {
    color: #43B02A
}

.comno {
    color: #C60000
}

.comnoyes {
    color: #DB6D00
}

.stats-success {
    border: 1px solid #43B02A;
    color: #43B02A;
}

.stats-default {
    background: #B3B3B3;
    color: #fff;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    font-size: 14px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #596A76;
    border-color: #596A76;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #596A76;
    border-color: #596A76;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .35;
    filter: alpha(opacity=35);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav > li > a:hover {
}

.badge {
    background-color: #fff !important;
    border-radius: 12px;
    border: 1px solid #707070;
    color: #707070;
    padding: 2px 7px;
}

a.badge:hover, a.badge:focus {
    color: #707070;
}

.badge.text-muted {
    border: 1px solid #B3B3B3;
}

.badge.recent-return {
    background-color: #F26520 !important;
    color: #fff;
    border: 1px solid #F26520;
}

.tab-pane {
    margin-top: 10px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #596a76;
    border: 1px solid #596a76;
    border-radius: 3px;
    background-color: transparent;
}

.nav-pills > li > a {
    border-radius: 0;
    border: 1px solid #ddd;
}

.v4-footerrow {
    border-bottom: none !important;
}


.assignAll {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.alert > p, .alert > ul {
    padding: 0 0 20px 20px;
}

.nav-tabs {
    /*width: 75%;*/
}


    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus,
    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        border: none;
        border-top: 1px solid #bbb;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #fff;
        cursor: default;
        margin: 0;
    }

    .nav-tabs > li > a, .list-group-item.disabled, .list-group-item.disabled:focus {
        margin-right: 0;
        border-top: 1px solid #E9E9E9;
        border-left: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        border-bottom: 1px solid #bbb;
        border-radius: 0;
        color: #596A76;
        margin: 0 2px;
        background: #E9E9E9;
        border-radius: 3px 3px 0 0;
        padding: 10px 25px;
    }

        .nav-tabs > li > a:hover,
        .list-group-item.disabled:hover {
            background: #DFDFDF;
        }

    .nav-tabs li.disabled a {
        color: #aaa;
    }

    .nav-tabs li.disabled .badge {
        opacity: 0.3;
    }

a.list-group-item .list-group-item-heading {
    color: #596A76;
}

.nav-tabs {
    border-bottom: 1px solid #bbb;
}


.panel-success > .panel-heading {
    background: transparent !important;
}


@media (max-width: 767px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 145px;
    }

    .v5-breadcrumb {
        padding: 0;
    }
}

@media (min-width: 768px) {
    body {
        margin-bottom: 150px;
    }
}

/*Bootstrap width override for larger screens*/
@media (min-width: 1650px) {
    .container {
        width: 1550px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-xl-24 {
        width: 100%;
    }

    .col-xl-23 {
        width: 95.83333333%;
    }

    .col-xl-22 {
        width: 91.66666667%;
    }

    .col-xl-21 {
        width: 87.5%;
    }

    .col-xl-20 {
        width: 83.33333333%;
    }

    .col-xl-19 {
        width: 79.16666667%;
    }

    .col-xl-18 {
        width: 75%;
    }

    .col-xl-17 {
        width: 70.83333333%;
    }

    .col-xl-16 {
        width: 66.66666667%;
    }

    .col-xl-15 {
        width: 62.5%;
    }

    .col-xl-14 {
        width: 58.33333333%;
    }

    .col-xl-13 {
        width: 54.16666667%;
    }

    .col-xl-12 {
        width: 50%;
    }

    .col-xl-11 {
        width: 45.83333333%;
    }

    .col-xl-10 {
        width: 41.66666667%;
    }

    .col-xl-9 {
        width: 37.5%;
    }

    .col-xl-8 {
        width: 33.33333333%;
    }

    .col-xl-7 {
        width: 29.16666667%;
    }

    .col-xl-6 {
        width: 25%;
    }

    .col-xl-5 {
        width: 20.83333333%;
    }

    .col-xl-4 {
        width: 16.66666667%;
    }

    .col-xl-3 {
        width: 12.5%;
    }

    .col-xl-2 {
        width: 8.33333333%;
    }

    .col-xl-1 {
        width: 4.16666667%;
    }

    .col-xl-pull-24 {
        right: 100%;
    }

    .col-xl-pull-23 {
        right: 95.83333333%;
    }

    .col-xl-pull-22 {
        right: 91.66666667%;
    }

    .col-xl-pull-21 {
        right: 87.5%;
    }

    .col-xl-pull-20 {
        right: 83.33333333%;
    }

    .col-xl-pull-19 {
        right: 79.16666667%;
    }

    .col-xl-pull-18 {
        right: 75%;
    }

    .col-xl-pull-17 {
        right: 70.83333333%;
    }

    .col-xl-pull-16 {
        right: 66.66666667%;
    }

    .col-xl-pull-15 {
        right: 62.5%;
    }

    .col-xl-pull-14 {
        right: 58.33333333%;
    }

    .col-xl-pull-13 {
        right: 54.16666667%;
    }

    .col-xl-pull-12 {
        right: 50%;
    }

    .col-xl-pull-11 {
        right: 45.83333333%;
    }

    .col-xl-pull-10 {
        right: 41.66666667%;
    }

    .col-xl-pull-9 {
        right: 37.5%;
    }

    .col-xl-pull-8 {
        right: 33.33333333%;
    }

    .col-xl-pull-7 {
        right: 29.16666667%;
    }

    .col-xl-pull-6 {
        right: 25%;
    }

    .col-xl-pull-5 {
        right: 20.83333333%;
    }

    .col-xl-pull-4 {
        right: 16.66666667%;
    }

    .col-xl-pull-3 {
        right: 12.5%;
    }

    .col-xl-pull-2 {
        right: 8.33333333%;
    }

    .col-xl-pull-1 {
        right: 4.16666667%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-24 {
        left: 100%;
    }

    .col-xl-push-23 {
        left: 95.83333333%;
    }

    .col-xl-push-22 {
        left: 91.66666667%;
    }

    .col-xl-push-21 {
        left: 87.5%;
    }

    .col-xl-push-20 {
        left: 83.33333333%;
    }

    .col-xl-push-19 {
        left: 79.16666667%;
    }

    .col-xl-push-18 {
        left: 75%;
    }

    .col-xl-push-17 {
        left: 70.83333333%;
    }

    .col-xl-push-16 {
        left: 66.66666667%;
    }

    .col-xl-push-15 {
        left: 62.5%;
    }

    .col-xl-push-14 {
        left: 58.33333333%;
    }

    .col-xl-push-13 {
        left: 54.16666667%;
    }

    .col-xl-push-12 {
        left: 50%;
    }

    .col-xl-push-11 {
        left: 45.83333333%;
    }

    .col-xl-push-10 {
        left: 41.66666667%;
    }

    .col-xl-push-9 {
        left: 37.5%;
    }

    .col-xl-push-8 {
        left: 33.33333333%;
    }

    .col-xl-push-7 {
        left: 29.16666667%;
    }

    .col-xl-push-6 {
        left: 25%;
    }

    .col-xl-push-5 {
        left: 20.83333333%;
    }

    .col-xl-push-4 {
        left: 16.66666667%;
    }

    .col-xl-push-3 {
        left: 12.5%;
    }

    .col-xl-push-2 {
        left: 8.33333333%;
    }

    .col-xl-push-1 {
        left: 4.16666667%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-24 {
        margin-left: 100%;
    }

    .col-xl-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-xl-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-21 {
        margin-left: 87.5%;
    }

    .col-xl-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-19 {
        margin-left: 79.16666667%;
    }

    .col-xl-offset-18 {
        margin-left: 75%;
    }

    .col-xl-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-xl-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-15 {
        margin-left: 62.5%;
    }

    .col-xl-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-13 {
        margin-left: 54.16666667%;
    }

    .col-xl-offset-12 {
        margin-left: 50%;
    }

    .col-xl-offset-11 {
        margin-left: 45.83333333%;
    }

    .col-xl-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-9 {
        margin-left: 37.5%;
    }

    .col-xl-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-7 {
        margin-left: 29.16666667%;
    }

    .col-xl-offset-6 {
        margin-left: 25%;
    }

    .col-xl-offset-5 {
        margin-left: 20.83333333%;
    }

    .col-xl-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-3 {
        margin-left: 12.5%;
    }

    .col-xl-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-1 {
        margin-left: 4.16666667%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }
}

/* clearfix for panel footers: https://stackoverflow.com/questions/23872755/bootstrap-pull-left-and-right-in-panel-footer-breaks-footer */
.panel-footer:before, .panel-footer:after {
    display: table;
    content: " ";
}

.panel-footer:after {
    clear: both;
}

.breadcrumb {
    /*background: none !important;
    border-radius: 0 !important;*/
    padding: 0 !important;
    margin: 0 !important;
}

.text-muted {
    color: #B3B3B3;
}



label, .label, b, strong, .badge, h5 {
    font-weight: 600;
}

label {
    margin-bottom: 0px !important;
}

.jumbotron h1 {
    border-bottom: none !important;
}

.form-control-static {
    padding: 0 !important;
}
/* remove link urls when printing */
@media print {
    a[href]:after {
        content: none !important;
    }
}

.panel-default {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.05);
    border-radius: 6px;
}

.panel-heading {
    border-bottom: none;
    background: transparent;
    width: 100%;
}

    .panel-heading,
    .panel-heading .panel-title {
        font-weight: 700;
        font-size: 22px;
    }


        .panel-heading .tso-panel-control label {
            font-size: 14px;
            font-weight: 400;
        }

.panel-body {
    padding: 0px 10px 10px 10px;
}

.panel > .panel-body:first-child {
    padding: 10px;
}

.panel-footer {
    border-bottom: none;
    background: transparent;
    width: 100%;
    border-top: none;
}

.panel-heading.hidden + .panel-body {
    padding: 10px;
}

@media (min-width: 768px) {
    .panel-body {
        padding: 0px 20px 20px 20px;
    }

    .panel-heading {
        padding: 20px;
    }

    .panel > .panel-body:first-child {
        padding: 20px;
    }

    .panel-footer {
        padding: 20px;
    }

    .panel-heading.hidden + .panel-body {
        padding: 30px;
    }
}

.v5-nested-panel {
    box-shadow: none;
    background: #f7f7f7;
}

.v5-collapse-panel .v5-chevron {
    cursor: pointer;
}

.table-nav-tso {
    text-align: left;
    width: auto;
    display: table;
    border-radius: 3px;
}

    .table-nav-tso a {
        border-radius: 3px;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none;
        margin: 0 5px;
        background: #E9E9E9;
    }

        .table-nav-tso a:first-child {
            margin-left: 0;
        }



.btn-default {
    background: #9AA7B1;
    text-shadow: none;
    color: #fff;
    border: none;
    padding: 8px 16px;
}

.input-group .btn-default,
.btn-less-padded {
    padding: 6px 12px;
}

.input-group .btn-default {
    border: 1px solid #9AA7B1;
}

    .input-group .btn-default:hover {
        border: 1px solid #9AA7B1;
    }

.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default:focus {
    background: #7F8589;
    border: none;
    color: #fff;
}


.dropdown-menu {
    margin-top: -5px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: #9AA7B1;
        color: #fff;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background: #9AA7B1;
    }

.table > thead > tr > th {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    padding: 8px 4px;
}
/*.table > thead > tr > th,
.table > thead > tr > th a {
    color: #c3c9ce;
}*/

.modal-header button.close {
    position: absolute;
    right: 10px;
    top: 15px;
}

.form-control {
    background: #fff;
    padding: 6px 4px;
}

    .form-control.v5-input-narrow {
        max-width: 120px;
    }

.alert {
    box-shadow: none;
    text-shadow: none;
    border: none;
    clear: both;
    margin: 5px 0 0 0;
    border-radius: 2px;
    padding: 5px;
    font-weight: 600;
}
    /*.alert.alert-danger {
    background: #C60000;
    color: #fff;
    
}*/
    .alert.alert-info {
        background: #40B6E6;
        color: #fff;
    }

{
    background: #89D478;
    color: #fff;
}

.alert-inline {
    display: inline-block;
}

/* ---------------------------
    Bootstrap extensions & Utility classes
    --------------------------- */

.inline-panel {
    display: inline;
}

.inblock {
    display: inline-block;
}

.block {
    display: block;
}

.padded-left {
    margin-left: 5px !important;
}

.padded-left-md {
    margin-left: 10px !important;
}

.padded-left-lg {
    margin-left: 15px !important;
}

.padded-right {
    margin-right: 5px !important;
}

.padded-right-md {
    margin-right: 10px !important;
}

.padded-right-lg {
    margin-right: 15px !important;
}

.padded-top {
    margin-top: 5px !important;
}

.padded-top-md {
    margin-top: 10px !important;
}

.padded-top-lg {
    margin-top: 15px !important;
}

.padded-bottom {
    margin-bottom: 5px !important;
}

.padded-bottom-md {
    margin-bottom: 10px !important;
}

.padded-bottom-lg {
    margin-bottom: 15px !important;
}

.padding-ex {
    padding: 5px
}

.padding-ex-md {
    padding: 10px
}

.padding-ex-lg {
    padding: 15px
}

.row.padded-bottom {
    margin-bottom: 10px !important;
}

.padded-top-1 {
    padding-top: 1em;
}

.padded-top-2 {
    padding-top: 2em;
}

.tight-top {
    margin-top: 10px !important;
}

.zero-top {
    margin-top: 0 !important;
}

.tight-bottom {
    margin-bottom: 5px !important;
}

.panel-minimal {
    border: none;
    box-shadow: none;
}

.panel-nested > .panel-heading {
    background: none !important;
}

.panel-body.scroll-vert {
    overflow-x: hidden;
    overflow-y: auto;
}

.panel-body.scroll-horiz {
    overflow-x: auto;
    overflow-y: hidden;
}

.panel.less-padded {
    margin-bottom: 5px;
}

    .panel.less-padded .panel-body, .panel.less-padded .panel-heading, .alert.less-padded, .well.less-padded {
        padding: 7px;
    }

.panel-minimal.less-padded .panel-body {
    padding-top: 2px;
}

.bs-callout.less-padded {
    padding: 10px;
    margin: 10px 0 15px 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.row.same-height-cols {
    display: table;
}

    .row.same-height-cols [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

.equal-height, .equal-height > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.panel-title-with-btn-sm {
    line-height: 30px;
    width: auto !important;
}
/*
.panel-heading .btn-sm, .panel-heading .btn-group-sm {
    margin-top: -5px;
}*/

/* to account for wrapping div around gridviews inside a panel */
.panel > div > .table,
.panel > div > .table-responsive > .table,
.panel > div > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > div > .table caption,
    .panel > div > .table-responsive > .table caption,
    .panel > div > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > div > .table:first-child,
    .panel > div > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > div > .table:first-child > thead:first-child > tr:first-child,
        .panel > div > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > div > .table:first-child > tbody:first-child > tr:first-child,
        .panel > div > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > div > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > div > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > div > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > div > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > div > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > div > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > div > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > div > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > div > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > div > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > div > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > div > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > div > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > div > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > div > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > div > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > div > .table:last-child,
    .panel > div > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > div > .table:last-child > tbody:last-child > tr:last-child,
        .panel > div > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > div > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > div > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > div > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > div > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > div > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > div > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > div > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > div > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > div > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > div > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > div > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

/* ---------------------------
    ASP.NET styling of controls to match Bootstrap
    --------------------------- */
.v5-rblist input[type="radio"] {
    margin-left: 0 !important;
}

.v4-cblist input[type="checkbox"] {
    margin-left: 0 !important;
}

.v4-cblistScreeningReports input[type="checkbox"] {
    margin-left: 0 !important;
}

.v4-cblistScreeningReports label {
    padding-left: 17px;
    padding-right: 12px;
    max-height: 150px;
}

.v4-reportfieldspanel {
    overflow-y: scroll;
}

.v5-rblist label, .v4-cblist label {
    padding-left: 17px;
    padding-right: 12px;
}

.v5-rblistSch label, .v4-cblistSch label {
    padding-left: 2px;
    padding-right: 30px;
}

.v4-cbfield {
    margin-top: 0;
}

    .v4-cbfield label, .radio label, .checkbox label, label.checkbox-inline, label.radio-inline {
        font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
        font-weight: normal !important;
        font-style: normal !important;
    }

.v5-rblist td {
    vertical-align: top;
}

.radio > table.v5-rblist.v5-rblist-horizontal > tbody > tr {
    display: table-cell;
}

/* styled checkboxes and radio buttons 
    https://codepen.io/_dwirianto/pen/VmgzqB
*/
.form-group label + table.radio {
    margin-top: 2px;
}

.radio td {
    vertical-align: top;
}

.radio,
.v5-checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
}

    .radio input,
    .v5-checkbox input {
        opacity: 0;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        margin-left: -20px;
    }

        .radio input:checked + label::before,
        .v5-checkbox input:checked + label::before,
        .radio input:checked + span.label-danger + label::before {
            border-color: #43B02A;
        }

        .radio input:checked + label::after,
        .v5-checkbox input:checked + label::after,
        .radio input:checked + span.label-danger + label::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #43B02A;
        }

    .radio label,
    .v5-checkbox label {
        display: block;
        position: relative;
        padding-left: 2px;
        margin-right: 25px;
        font-size: 14px;
    }

        .radio label::before,
        .v5-checkbox label::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 0;
            margin-left: -20px;
            border: 2px solid #596A76;
            border-radius: 50%;
            background-color: #fff;
        }

    .radio input:checked::before {
    }

    .radio.disabled label,
    .v5-checkbox.disabled label {
        color: #ccc;
    }

        .radio.disabled label::before,
        .v5-checkbox.disabled label::before {
            opacity: 0.54;
            border-color: #ccc;
        }

.input-group-addon table.radio {
    margin-bottom: -5px;
}

.v5-checkbox input:checked + label::before {
    border-color: #43B02A;
    background-color: #43B02A;
}

.v5-checkbox input:checked + label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    top: 0;
    left: 2px;
    border-color: transparent;
    background-color: transparent;
}

.v5-checkbox label::before {
    border-radius: 2px;
}

/* radio button without a label */
.v5-radio-single input[type=radio] {
    visibility: hidden;
    position: relative;
    margin-left: 5px;
    width: 17px;
    height: 17px;
}

    .v5-radio-single input[type=radio] + label {
        position: relative;
        top: -17px;
        left: -17px;
    }

        .v5-radio-single input[type=radio] + label:before {
            content: "";
            visibility: visible;
            position: absolute;
            border: 2px solid #596A76;
            border-radius: 50%;
            width: 17px;
            height: 17px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            cursor: pointer;
        }

    .v5-radio-single input[type=radio]:checked + label:before {
        background-color: #43B02A;
        border: 2px solid #43B02A;
    }

    .v5-radio-single input[type=radio]:checked + label:after {
        content: "";
        visibility: visible;
        position: absolute;
        border: 1px solid #fff;
        border-radius: 50%;
        top: 2px;
        right: 0;
        bottom: 0;
        left: 2px;
        width: 13px;
        height: 13px;
    }
/* end styled checkboxes and radio buttons */

/* -------------------------
    iOS switch style checbox 
    ------------------------ */
/* The switch - the box around the slider */
.tso-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

    /* Hide default HTML checkbox */
    .tso-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.tso-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .tso-switch-slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked ~ .tso-switch-slider {
    background-color: #43B02A;
}

input:focus ~ .tso-switch-slider {
    box-shadow: 0 0 1px #43B02A;
}

input:checked ~ .tso-switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.aspNetDisabled ~ .tso-switch-slider:before {
    background-color: #eee;
    border: 1px solid #999;
}

input:disabled + .tso-switch-slider {
    cursor: not-allowed;
    opacity: 0.4;
}

.tso-switch-text {
    display: block;
}

.tso-switch-text-inline {
    display: inline-block;
    margin-left: 10px;
}

/* Small slider */
.tso-switch-slider.tso-small-slider:before,
.tso-switch-slider.tso-small-slider {
    width: 35%;
    height: 50%;
}

input:checked + .tso-switch-slider.tso-small-slider:before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.tso-switch-slider.tso-small-slider:after {
    content: attr(data-txt);
    white-space: nowrap;
    margin-left: 25px;
    line-height: 0.8em;
    vertical-align: top;
}

/* iOS switch style checbox  */


/* ---------------------------
    Font awesome extensions
    --------------------------- */
i {
    font-weight: normal;
    font-style: normal;
}

.fa-1-5x {
    font-size: 1.25em !important;
}

/* ---------------------------
    Telerik overrides
    --------------------------- */
.RadComboBox_Bootstrap .rcbInput, .RadComboBoxDropDown_Bootstrap,
.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table,
html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap,
.RadCalendar_Bootstrap .rcTitlebar table,
.RadCalendar_Bootstrap .rcMainTable,
.RadScheduler_Bootstrap,
.RadListBox_Bootstrap,
.RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table,
.RadToolTip_Bootstrap, .RadToolTip_Bootstrap table.rtWrapper td.rtWrapperContent {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    z-index: 2 !important;
}

.RadGrid_Bootstrap, .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
    color: #596A76;
}

    .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
        font-weight: 600;
    }

.RadScheduler_Bootstrap .rsHorizontalHeaderTable th,
div.RadScheduler .rsAllDayHeader {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.RadComboBoxDropDown_Bootstrap .rcbHovered, .RadComboBoxDropDown_Bootstrap .rcbCheckAllItemsHovered {
    background-color: #4495FB !important;
    color: #fff !important;
}

html body .RadInput_Bootstrap .riTextBox,
html body .RadInputMgr_Bootstrap {
    background-color: #fff;
}

/*PlayerRegisterMonthlySummary.aspx*/
.RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
    background-color: #eee;
    margin-left: -2px
}

.RadComboBox_Bootstrap .rcbInputCell,
.RadComboBox_Bootstrap .rcbArrowCell,
.RadComboBox_Bootstrap .rcbFocused .rcbInputCell,
.RadComboBox_Bootstrap .rcbHovered .rcbInputCell,
.RadComboBox_Bootstrap .RadComboBoxDropDown_Bootstrap .rcbCheckAllItemsHovered .rcbInputCell,
.RadComboBoxDropDown_Bootstrap .RadComboBox_Bootstrap .rcbCheckAllItemsHovered .rcbInputCell {
    background-color: #fff;
    border-color: #ddd;
}

.RadComboBox_Bootstrap .rcbHovered .rcbArrowCell,
.RadComboBox_Bootstrap .RadComboBoxDropDown_Bootstrap .rcbCheckAllItemsHovered .rcbArrowCell,
.RadComboBoxDropDown_Bootstrap .RadComboBox_Bootstrap .rcbCheckAllItemsHovered .rcbArrowCell {
    background-color: #fff;
    border-color: #ddd;
}

.RadComboBox_Bootstrap .rcbHovered .rcbReadOnly .rcbInputCell,
.RadComboBox_Bootstrap .RadComboBoxDropDown_Bootstrap .rcbCheckAllItemsHovered .rcbReadOnly .rcbInputCell,
.RadComboBoxDropDown_Bootstrap .RadComboBox_Bootstrap .rcbCheckAllItemsHovered .rcbReadOnly .rcbInputCell {
    background-color: #fff;
    border-color: #ddd;
}

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected a {
    background-color: #61C978;
    border-color: #61C978;
}

html body .RadInput_Bootstrap .riRead,
html body .RadInput_Read_Bootstrap,
html body .RadInput_Bootstrap .riDisabled,
html body .RadInput_Disabled_Bootstrap {
    border: 1px solid #ccc;
    background-color: #eee;
    color: #555;
    cursor: not-allowed;
}

.rsInnerFix {
    z-index: 2 !important;
}

.rsWrap {
    z-index: 2 !important;
}

.rsDateWrap {
    z-index: 2 !important;
}

.RadScheduler_Bootstrap .rsHeader h2 {
    border-bottom: none !important;
}

.RadScheduler_Bootstrap .rsVerticalHeaderTable th {
    padding: 0 !important;
}

.RadScheduler_Bootstrap .rsAptContent {
    padding: 0 !important;
    color: inherit !important;
    background-color: #ccc !important;
    border-color: #aaa !important;
    font-size: 12px !important;
}

/* MK 2019-03-01: removed as breaks button colours in AdvancedRadGrid
.RadGrid_Bootstrap a {
color: inherit !important;
}*/

.radMultiPage {
    padding: 10px 0;
}

.RadScheduler_Bootstrap .rsAptDelete {
    top: 1px !important;
    right: 2px !important;
}

.rsCategoryGreen .rsAptContent {
    background-color: #c7e9c0 !important;
}

    .rsCategoryGreen .rsAptContent .schedule-appointment-title-apt {
        background-color: #a1d99b !important;
    }

.rsCategoryRed .rsAptContent {
    background-color: #ecbbbb !important;
}

    .rsCategoryRed .rsAptContent .schedule-appointment-title-apt {
        background-color: #ed9a9a !important;
    }

.rsCategoryOrange .rsAptContent {
    background-color: #fdd0a2 !important;
}

    .rsCategoryOrange .rsAptContent .schedule-appointment-title-apt {
        background-color: #fdae6b !important;
    }

.rsCategoryBlue .rsAptContent {
    background-color: #c6dbef !important;
}

    .rsCategoryBlue .rsAptContent .schedule-appointment-title-apt {
        background-color: #6baed6 !important;
    }

.rsAdvInnerTitle {
    border-bottom: none !important;
}
/*
.RadToolTip_Bootstrap {
    background-color: #666 !important;
}
.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {
    border-color: #ddd !important;
    background-color: #efefef !important;
}
.RadTabStripTop_Bootstrap .rtsLevel1 .rtsSelected, .RadTabStripTop_Bootstrap .rtsLevel1 .rtsSelected:hover {
    background-color: transparent !important;
}*/

/*RAD tab styling overides*/
.RadTabStrip_Bootstrap {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL {
    border-bottom: 1px solid #bbb;
    width: 75%;
}

.RadTabStrip_Bootstrap .rtsLink {
    padding: 10px 4px;
    font-weight: 400;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {
    margin-right: 0;
    border: 1px solid #E9E9E9;
    border-bottom: transparent;
    border-radius: 0;
    color: #596A76;
    margin: 0 2px;
    background: #E9E9E9;
    border-radius: 3px 3px 0 0;
    padding: 10px 25px;
}

    .RadTabStrip_Bootstrap .rtsLevel1 .rtsLink:hover {
        background: #DFDFDF;
    }

.RadTabStrip_Bootstrap .rtsLink, .RadTabStrip_Bootstrap .rtsLink:hover {
    color: #596A76;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected, .RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected:hover {
    border: none;
    border: 1px solid #bbb;
    cursor: default;
    margin: 0;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.RadTabStrip_Bootstrap .badge {
    background: #43B02A;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsDisabled {
    color: #ccc;
}


.v4-radmultipage > div {
    padding: 10px 5px;
}

.radpageview-content-wrapper {
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.datePicker-error input {
    color: #fff !important;
    background-color: #d9534f !important;
}

/* makes custom drop downs in RadEditor display inline rather than block (for Maitland symbols in TSOTextBox) */
.RadEditor_Bootstrap.reDropDownBody > ul > li:not(.reClear) {
    display: inline-block;
}
/* this fixes some misalignment problems in the Telerik bootstrap skin */
.RadEditor_Bootstrap.reDropDownBody {
    min-width: 65px;
}

.reToolBar.RadEditor_Bootstrap > li > a {
    min-height: 2.3em;
}

.v5-tabs-lg .rtsLink {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

/* ---------------------------
    Log in page
    --------------------------- */
@media (min-width: 768px) {
    .login-form {
        width: 400px;
        padding: 15px;
        margin: 60px auto 0 auto;
    }
}

@media (max-width: 767px) {
    .login-form {
        max-width: 330px;
        padding: 15px;
        margin: 20px auto 0 auto;
    }
}

.login-form img {
    margin: 0 auto;
    margin-bottom: 25px;
}

.login-form input {
    margin-bottom: 10px;
}

/* ---------------------------
    Splash page
    --------------------------- */
.splash-jumbo {
    background: #aaa;
    color: #fff;
    margin-top: 20px;
    padding-top: 20px;
    min-height: 420px;
    background: transparent;
}

@media (min-width: 768px) {
    .splash-jumbo {
        min-height: 480px;
    }
}

@media (min-width: 992px) {
    .splash-jumbo {
        min-height: 640px;
    }
}

@media (min-width: 1200px) {
    .splash-jumbo {
        min-height: 800px;
    }
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 36px;
}

@media screen and (min-width: 992px) {
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

/* ---------------------------
    Header and club title
    --------------------------- */
.v5-sitetitle {
    padding: 20px 10px;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
}

.v5-pagetitle {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: inline-block;
}

    .v5-pagetitle .label {
        font-size: 0.5em;
        background-color: #fff !important;
        border: 1px solid #707070;
        color: #707070;
        padding: 2px 7px;
        vertical-align: middle;
    }

.v5-breadcrumb {
    display: inline-block;
    padding: 0 0 20px 20px;
}

    .v5-breadcrumb, .v5-breadcrumb a {
        color: rgba(255,255,255,0.6);
    }

.v5-header {
    background: #333;
    position: relative;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.44);
}

@media (min-width: 992px) {
    .v5-header {
        min-height: 70px;
    }

    .v5-pagetitle {
        margin: 0 20px;
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .v5-header {
        min-height: 30px;
    }

    .v5-pagetitle {
        line-height: 25px;
        margin: 5px;
        font-size: 20px;
    }
}

.v5-clublogo {
    margin-left: auto;
    margin-right: auto;
}

.v5-clubtitle, .v5-clubtitle-mob {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

.v5-clubtitle {
    padding: 0 5px;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 20px;
}

.v5-clubtitle-mob {
    float: left;
    line-height: 60px;
    font-size: 20px;
}

.v5-homelink {
    display: block;
    width: 100%;
}

.mobhdr {
    display: none;
}

.v5-clublogo-mob {
    max-height: 40px;
    margin: 10px 10px 10px 15px;
    float: left;
}

@media (max-width: 991px) {
    .v5-homelink {
        display: none;
    }

    .mobhdr {
        display: block;
        height: 60px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.44);
        overflow: hidden;
    }

    .mobnavtgl {
        height: 60px;
        width: 60px;
        float: left;
        text-align: center;
        line-height: 70px;
    }
}

@media (min-width: 992px) {
    .v5-clublogo {
        height: 80px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .v4-clubteamsel {
        margin: 4px 0 8px !important;
    }
}



.v4-content {
    padding: 20px 10px;
    z-index: 0;
}

@media (min-width: 992px) {
    .v4-clubteamsel {
        margin: 16px 0 16px !important;
    }
}

/* ---------------------------
    Nav bar
    --------------------------- */
.v4-navbar-wrapper {
    z-index: 99;
}

.v4-navbar {
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.65);
    z-index: 99;
    background-color: #31353D;
}

.v5-navbar-btn {
    position: relative;
    cursor: pointer;
    border-left: 5px solid transparent;
}

    .v5-navbar-btn a {
        width: 100%;
    }

    .v5-navbar-btn:hover, .v5-navbar-btn-active {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.2+0,0+100 */
        background: -moz-linear-gradient(left, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
        border-left: 5px solid #fff;
    }

        .v5-navbar-btn-active .v4-navbar-btn-icon {
            opacity: 1;
        }

        .v5-navbar-btn:hover .v4-navbar-btn-icon {
            opacity: 1;
        }

    .v5-navbar-btn a:hover {
        text-decoration: none;
    }

    .v5-navbar-btn .v5-navbar-btn-chevron {
        position: absolute;
        display: none;
    }



.v5-navbar-btn-icon {
    display: inline-block;
    color: #fff;
}

.v5-logout-btn {
    cursor: pointer;
    position: absolute;
}

.v5-cms-btn {
    cursor: pointer;
    position: absolute;
}

.v5-navbar-btn-text {
    display: inline-block;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.v5-navdrawer {
    position: absolute;
    top: 0px;
    height: 100%;
    float: left;
    z-index: 99999;
    padding: 0;
    box-shadow: inset 9px 0px 10px 0px rgba(0,0,0,0.15);
    overflow-y: auto;
}



.v4-navbar-wrapper {
    width: 190px;
    margin: 10px 0 0 0;
}

.v5-navbar-btn {
    display: flex;
    align-items: center;
    border-left: 5px solid transparent;
}

    .v5-navbar-btn .v5-navbar-btn-chevron {
        top: 27px;
        right: 10px;
    }

.v5-navbar-btn-icon {
    width: 30px;
    margin: auto 13px auto 4px;
    font-size: 1.5em !important;
    text-align: center;
}

.v5-navbar-btn-text {
    width: 130px;
}

.v5-navbar-btn:hover .v5-navbar-btn-chevron {
    display: none;
}

.v5-navbar-btn:hover, .v5-navbar-btn-active {
}

.v5-navdrawer {
    left: 190px;
    width: 270px;
}

.v5-logout-btn {
    height: 70px;
    width: 190px;
    border-left: 5px solid transparent;
    bottom: 0;
    left: 0;
}

.v5-cms-btn {
    height: 70px;
    width: 190px;
    border-left: 5px solid transparent;
    bottom: 70px;
    left: 0;
}

@media (max-width: 767px) {
    .v5-navdrawer {
        /* subtracting width of v4-navbar-wrapper */
        width: calc(100vw - 190px);
    }
}

@media (max-height: 991px) {
    .v5-navbar-btn {
        height: 40px;
    }

    .v5-logout-btn {
    }

    .v5-cms-btn {
        bottom: 40px;
    }

    .v5-navbar-btn-icon {
        line-height: 40px !important;
    }

    .v5-navbar-btn-text {
        max-height: 38px;
        font-size: 16px;
        line-height: 16px;
    }

    .v5-navbar-btn .v5-navbar-btn-chevron {
        top: 12px;
    }
}

@media (min-height: 992px) {
    .v5-navbar-btn {
        height: 70px;
    }

    .v5-logout-btn {
    }

    .v5-cms-btn {
        bottom: 70px;
    }

    .v5-navbar-btn-icon {
        line-height: 70px !important;
    }

    .v5-navbar-btn-text {
        max-height: 70px;
        line-height: 18px;
    }

    .v5-navbar-btn .v5-navbar-btn-chevron {
        top: 27px;
    }
}










@media (max-width: 767px) {
    .v4-navbar-btn-icon {
        font-size: 1.5em !important;
        margin: 7px 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}

@media (min-width: 768px) {
    .v4-navbar-btn-icon {
        font-size: 2em !important;
        margin: 14px 0 10px 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}


.v4-navbar-btn-text {
    line-height: 1.1em;
    margin-bottom: 10px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .v4-navdrawer {
        max-height: 280px;
        overflow-y: scroll;
        background-color: #484C55;
    }
}



.v5-navdrawer-grp ul {
    line-height: 1.9em;
    margin: 0 0 10px 0;
    padding: 0;
}

    .v5-navdrawer-grp ul li {
        position: relative;
    }
        /*.panel-heading::after {width:30px; height:20px; background:#009090}*/


        .v5-navdrawer-grp ul li:hover {
            background: rgba(255,255,255,0.3);
            cursor: pointer;
            box-shadow: inset 8px 0px 10px 0px rgba(0,0,0,0.15);
        }

        .v5-navdrawer-grp ul li a {
            display: block;
            font-weight: normal;
            padding: 3px 20px;
            font-size: 16px;
            color: #fff;
        }

            .v5-navdrawer-grp ul li a:hover {
                text-decoration: none;
            }

        .v5-navdrawer-grp ul li .v5-navbar-link-chevron {
            position: absolute;
            top: 9px;
            right: 5px;
            font-size: 12px;
            display: none;
        }

.v5-navdrawer li:hover .v5-navbar-link-chevron {
    display: none;
}

.v5-navdrawer-title {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #eee;
    margin: 20px 20px 10px 20px;
    text-shadow: none;
}


/* ---------------------------
    Floaters
    ---------------------------  9999 on fave-page because of the OfficeStaff.aspx page if you are here to change it, check on there too*/
#fave-page-container {
    position: fixed;
    top: 90px;
    /*top: 240px;*/
    right: 0;
    width: 35px;
    height: 35px;
    background: #FCCA21;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

#fave-page-btn {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    #fave-page-btn i {
        margin-top: 7px;
        font-size: 20px;
    }

#signal-r-container {
    position: fixed;
    top: 240px;
    /*top: 240px;*/
    right: 0;
    width: 35px;
    height: 35px;
    background: #00a2ed;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #008AD7;
    text-align: center;
    z-index: 9999;
}

#signal-r-btn {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    #signal-r-btn i {
        margin-top: 10px;
        font-size: 20px;
    }

#pdf-button-container {
    position: fixed;
    top: 140px;
    right: 0;
    width: 35px;
    height: 35px;
    background: #EB8D00;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#generate-pdf {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    #generate-pdf i {
        margin-top: 7px;
        font-size: 20px;
    }

.v5-learning-floater {
    position: fixed;
    top: 190px;
    right: 0;
    width: 35px;
    height: 35px;
    background: #52C4FF;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

    .v5-learning-floater > i {
        margin-top: 8px;
        font-size: 20px;
    }

#guide-button-container {
    position: fixed;
    top: 240px;
    right: 0;
    width: 35px;
    height: 35px;
    background: #52C4FF;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#page-guide {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    #page-guide i {
        margin-top: 7px;
        font-size: 20px;
    }


/* ---------------------------
    Additional secondary navigation
    --------------------------- */
.v5-relatedlinks {
    background: #E9E9E9;
    padding: 7px 10px;
}

@media (min-width: 768px) {
    .v5-relatedlinks {
        padding: 15px 20px;
    }
}

.v5-relatedlinks-list {
    margin-bottom: 0px;
    line-height: 30px;
}

    .v5-relatedlinks-list li + li:before {
    }

    .v5-relatedlinks-list > li:empty {
        display: none;
    }

    .v5-relatedlinks-list > li > a {
        padding: 0px 6px;
        color: #636B75;
    }

        .v5-relatedlinks-list > li > a:hover {
        }

/* ---------------------------
   Bootstrap style pagination for ASPNET gridviews
    https://sufiawan.wordpress.com/2014/09/26/asp-net-use-bootstrap-pagination-on-gridview/
    --------------------------- */
.v4-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    /*background-color: #efefef !important;*/
}

    .v4-pagination table > tbody > tr > td {
        display: inline;
    }

        .v4-pagination table > tbody > tr > td > a,
        .v4-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #111111;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
            font-size: 14px;
        }

        .v4-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #ffffff;
            background-color: #596A76;
            border-color: #596A76;
            cursor: default;
        }

        .v4-pagination table > tbody > tr > td:first-child > a,
        .v4-pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .v4-pagination table > tbody > tr > td:last-child > a,
        .v4-pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .v4-pagination table > tbody > tr > td > a:hover,
        .v4-pagination table > tbody > tr > td > span:hover,
        .v4-pagination table > tbody > tr > td > a:focus,
        .v4-pagination table > tbody > tr > td > span:focus {
            color: #ffffff;
            background-color: #596A76;
            border-color: #596A76;
        }


/* ---------------------------
    Footer
    --------------------------- */
.v5-footer, .v5-simplefooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
}


.v5-footer-logo {
    width: 50px;
}

.v5-footer-links, .v5-footer-copy {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .v5-footer {
        padding-left: 0px;
    }

    .v5-footer-links {
        text-align: center;
    }

    .v5-footer-copy {
        text-align: center;
    }

    .v4-footer, .v4-simplefooter {
        /* Set the fixed height of the footer here */
        height: 145px;
    }

        .v4-simplefooter .container {
            /* move content of simple footer down to avoid white space at bottom of page due to fixed height footer implementation */
            margin-top: 40px;
        }
}

@media (min-width: 992px) {
    .v5-footer {
        padding-left: 190px;
    }

    .v5-footer-links {
        text-align: right;
    }

    .v5-footer-copy {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .v5-footer {
        padding-left: 270px;
    }
}

.v4-footerlogo {
    height: 80px;
    margin: 10px 10px 0 0;
}

.v4-footertext {
    margin-top: 10px;
}

    .v4-footertext p {
        color: #aaa !important;
        margin: 5px 0 10px 0;
        line-height: 1.3em;
    }

@media (min-width: 768px) {
    .v4-footerlink {
        text-align: right;
        margin-top: 10px;
    }

        .v4-footerlink a {
            font-size: 1.2em;
        }
}

@media (max-width: 767px) {
    .v4-footerlink {
        text-align: center;
        margin-top: 0;
    }

        .v4-footerlink a {
            font-size: 1.1em;
        }
}

.v4-footerlink {
    color: #aaa !important;
}

    .v4-footerlink a {
        color: #aaa;
    }

/* ---------------------------
    Typography
    --------------------------- */
h1, h2, h3, h4 {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: none;
}

    h4.list-group-item-heading, h4.media-heading, .rh-datetitle, .rh-titlejumbotron h2, .modal-header h4 {
        border-bottom: none !important;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.large, .very-large, .rh-today, .rptsListSectionHdr, .rptsListCatHdr {
    font-weight: 700;
}

.alert .alert-link, .strong {
    font-weight: 600;
}

.large {
    font-size: 115%;
}

.very-large {
    font-size: 200%;
}

a.light {
    color: #fff;
}

    a.light:hover {
        text-decoration: underline;
    }

.v4-bigstat {
    margin-bottom: 10px;
}

    .v4-bigstat strong {
        font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 300%;
        display: block;
        text-align: center;
        margin-bottom: 0;
    }

    .v4-bigstat small {
        text-align: center;
        display: block;
        margin-top: -10px;
    }

/* ---------------------------
    Tables
    --------------------------- */
th {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.v4-selectedrow {
    background: #BBFFBA !important;
}

.v4-footerrow {
    border-bottom: 1px solid #dddddd;
}

tr.sliderRow td {
    padding: 0 !important;
    border-top: none !important;
}

.sliderPanel {
    padding: 5px;
    background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(55, 72, 91, 0.05) 100% );
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(55,72,91,0.05) 100%); */
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(55, 72, 91, 0.05) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d37485b',GradientType=0 );
}

@media (max-width: 991px) {
    /* ensures monthly grids retain a minimum width on small screens, they need wrapping with "table-responsive" div however */
    .v4-monthlygrid {
        width: 940px;
    }
}

/* ---------------------------
    Images
    --------------------------- */
img.player-image-thumb {
    width: 26px;
    height: 39px;
}

.player-image-thumb-blank {
    width: 26px;
    height: 39px;
    background-image: url(../Images/Players/noimage_thumb.jpg);
}

img.player-image-gridview {
    float: left;
    width: 26px;
    height: 39px;
}

.player-image-gridview-blank {
    float: left;
    width: 26px;
    height: 39px;
    background-image: url(../Images/Players/noimage_thumb.jpg);
}

img.player-image-med {
    width: 60px;
    height: 90px;
    border: 2px solid #bbb;
}

img.player-image-lg {
    width: 100px;
    height: 150px;
}

.v5-plrimg-wrapper-sm {
    width: 60px;
    height: 90px;
    background-image: url(/Images/plr-blank.png);
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 10px;
}

.v5-plrimg-wrapper {
    width: 100px;
    height: 150px;
    background-image: url(/Images/plr-blank.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.v5-plrimg-wrapper-lg, #playerSummary .v5-plrimg-wrapper-lg {
    width: 150px;
    height: 200px;
    background-image: url(/Images/plr-blank.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.v5-plrimg-wrapper-xl {
    width: 200px;
    height: 300px;
    background-image: url(/Images/plr-blank.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.v5-plrimg-wrapper-with-status, .v5-plrimg-wrapper-with-status > img.v5-plrimg {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.v5-plrimg {
    width: 100%;
    height: auto;
}

.v5-plrimg-statusbar {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    margin: 0 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* ---------------------------
    Toolbars and buttons
    --------------------------- */
.v4-toolbar {
    margin-bottom: 10px;
}


/* ---------------------------
    Medical status
    --------------------------- */
.ldr-plr {
    border-radius: 5px;
    text-align: center;
    height: 45px;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 1px 1px 0;
    padding-top: 5px;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.85);
}

/* ---------------------------
    Medical dashboard
    --------------------------- */
@media (min-width: 768px) {
    .v4-meddash-toppanel {
        height: 280px;
        overflow: hidden;
    }

        .v4-meddash-toppanel > .scroll-vert {
            height: 240px;
        }
}

.v4-meddash-status {
    font-size: 1.2em;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.v4-medstatusbar-wrapper {
    position: relative;
}

.v4-medstatusbar {
    height: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.v4-medstatusbar-text {
    padding: 5px;
}

span.MaitlandSymbols {
    background-image: url(/Images/Maitland/maitland.gif) !important;
}

.v4-uploadbox {
    border: 2px dashed #ddd;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

    .v4-uploadbox > i {
        color: #aaa;
    }

.v4-medfield-info {
    background-color: #efefef;
    padding: 2px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ---------------------------
    Executive dashboard
    --------------------------- */
.v4-edpanel {
    margin-top: 10px;
}

    .v4-edpanel > .panel-heading {
        font-size: 1.4em;
        font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
    }

    .v4-edpanel .slick-track {
        background: #f9f9f9;
    }

.v4-edwidget {
    padding: 0 5px;
}

    .v4-edwidget h3.dash-header {
        text-align: center;
        margin-top: 10px;
    }

/* ---------------------------
    Player dashboard
    --------------------------- */
@media (max-width: 767px) {
    .v4-plrdash-toppanel > .scroll-vert {
        height: inherit !important;
    }
}

/* ---------------------------
    Devlopment Reports etc.
    --------------------------- */
.v4-rptpanel > .panel-heading h4 {
    font-size: 1.6em;
    width: inherit;
}

.v4-rptpanel > .panel-heading {
    background-image: -webkit-linear-gradient(top, #eeeeee 0, #dddddd 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0, #dddddd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee 0, #dddddd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
    border-bottom: 1px solid #ccc;
}

.v4-rptpanel {
    margin-bottom: 40px;
}

.v4-rptusertype {
    line-height: 1.1em;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.v4-rptvalue {
    margin-bottom: 10px;
}

.v4-rptpanel > .panel-body {
    background: #efefef;
}

.panel-rptcategory > .panel-heading {
    background: none;
}

.panel-rptcategory > div > table .v4-footerrow {
    background: #d5d5d5 !important;
}

.v4-rpttotalrow {
    /*border-top: 1px solid #e5e5e5;*/
}

ul.v4-radiooptlist {
    display: table;
    table-layout: fixed;
}

    ul.v4-radiooptlist > li {
        /*display: table-cell;*/
        text-align: center;
        padding: 5px 10px 0 10px;
        font-style: normal;
    }

    ul.v4-radiooptlist .badge {
        border-color: #43B02A;
        display: block;
        color: #43B02A;
    }

/*.radio, .checkbox {
    margin-top: 0;
}
*/
.panel-heading .radio {
    margin-top: 7px;
}

/* ---------------------------
    Videos
    --------------------------- */
.media-body.v4-video p {
    margin-bottom: 5px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v4-kticon {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 4px;
    top: 0px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-right-radius: 4px;
}

    .v4-kticon img {
        position: absolute;
    }

.v5-kticon {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 4px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.7);
    border-top-right-radius: 4px;
}

    .v5-kticon img {
        position: absolute;
    }

.media.v5-video-lg .media-left {
    position: relative;
    float: left;
    width: 50%;
}

.media.v5-video-lg {
    border-radius: 4px;
    background: #f4f4f4;
    margin: 10px 5px;
    overflow: hidden;
}

    .media.v5-video-lg img.media-object,
    .media.v5-video-lg div.media-object {
        width: 100%;
        height: 150px;
        border: none !important;
        border-radius: 0;
        position: relative;
        background-size: cover;
        background-position: center;
    }

    .media.v5-video-lg .media-body {
        float: left;
        width: 50%;
        padding: 10px;
    }

        .media.v5-video-lg .media-body .media-heading {
            margin-bottom: 0;
        }

    .media.v5-video-lg .v5-vid-delete {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 255px;
        height: 140px;
        text-align: center;
    }

.v5-vid-delete .input-group {
    width: 100%;
    margin-top: 10px;
}

.v5-vid-delete .tso-switch-slider {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
}

.v5-vid-delete i.fa-square {
    color: #9F0000;
}

.v5-video-category {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.v5-video-user {
    font-size: 14px;
    line-height: 16px;
}

.v5-video-user {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v5-video-desc {
    margin-top: 5px;
    line-height: 1.1;
    max-height: 53px;
}

.v5-video-types {
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
    height: 30px;
    overflow: hidden;
}

    .v5-video-types span.label.label-default {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

/* ---------------------------
    Body map annotator
    --------------------------- */
.bmfront {
    background-image: url('/Images/bm-front.png');
    position: relative;
    width: 180px;
    height: 420px;
}

.bmback {
    background-image: url('/Images/bm-back.png');
    position: relative;
    width: 180px;
    height: 420px;
}

/* ---------------------------
    Reports list
    --------------------------- */
.v4-colrptslist {
    overflow-y: scroll;
    border: 1px solid #C6C6C6;
}

.v4-colrptslist-selected-container {
    padding: 5px;
    background: #efefef;
    border-radius: 4px;
}

.v4-colrptslist-selected {
    display: inline-block;
    padding: 5px;
    margin: 2px;
    border-radius: 15px;
    border: 1px solid #596A76;
}

    .v4-colrptslist-selected i {
        cursor: pointer;
    }

.v4-rpts-custom-lines {
    /*background: #efefef;*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rptsList {
    margin: 0;
    padding-left: 8px;
    overflow: hidden;
}
/*.rptsList li { margin: 0; line-height:1em;}*/
.rptsListIcon {
    height: 16px;
    width: 16px;
    margin-bottom: -3px;
    cursor: pointer;
    margin-right: 3px;
}

.rptsListSectionHdr {
    margin: 3px 0 5px 0;
    padding: 0 3px;
}

.rptsListCatHdr {
    font-size: 1.4em; /*line-height:18px;*/
    padding: 5px;
    background: linear-gradient(to bottom, rgba(206,206,207,1) 0%,rgba(167,167,167,1) 100%);
    color: #fff;
}

    .rptsListCatHdr img {
        width: 16px;
        height: 16px;
        margin-bottom: -1px;
        padding-right: 5px;
    }

/* ---------------------------
    Schedule
    --------------------------- */
.schedule-appointment-title {
    display: inline;
    padding: .2em .6em .3em;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    color: #fff;
}

.schedule-appointment-title-apt {
    display: block;
    padding: .2em .6em .3em;
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 12px !important;
    font-style: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

@media (max-width: 767px) {
    #event-types-list {
        max-height: 150px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media (min-width: 768px) {
    #event-types-list {
        max-height: 570px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

/* ---------------------------
    Medical & Sport Science Profile
    --------------------------- */
.mssp-chart-det {
    background-color: #efefef;
    padding: 5px 0;
    display: none;
}

/* ---------------------------
    Icon colours
    --------------------------- */
.v4-green {
    color: #00A650;
}

.v4-light-green {
    color: #58E540;
}

.v4-yellow {
    color: #FCCA21 !important;
}

.v4-gold {
    color: #EB8D00;
}

.v4-orange {
    color: #F26520;
}

.v4-reports-orange {
    color: #C6B200;
}

.v4-brown {
    color: #984B0A;
}

.v4-burgundy {
    color: #910006;
}

.v4-red {
    color: #EF2A32;
}

.v4-purple {
    color: #9D59F8;
}

.v4-lavender {
    color: #BCACFF;
}

.v4-pink {
    color: #FF7AEA;
}

.v4-fuchsia {
    color: #FF31C1;
}

.v4-turquoise {
    color: #52C4FF;
}

.v4-blue {
    color: #1F73F9;
}

.v4-indigo {
    color: #2019F8;
}

.v4-black {
    color: #1B232F;
}

.v4-grey {
    color: #778499;
}

.clickable {
    cursor: pointer;
}

.v4-green-bg {
    background-color: #00A650;
    color: #fff;
}

.v4-light-green-bg {
    background-color: #58E540;
    color: #fff;
}

.v4-yellow-bg {
    background-color: #FCCA21;
    color: #fff;
}

.v4-gold-bg {
    background-color: #EB8D00;
    color: #fff;
}

.v4-orange-bg {
    background-color: #F26520;
    color: #fff;
}

.v4-brown-bg {
    background-color: #984B0A;
    color: #fff;
}

.v4-burgundy-bg {
    background-color: #910006;
    color: #fff;
}

.v4-red-bg {
    background-color: #C60000;
    color: #fff;
}

.v4-purple-bg {
    background-color: #9D59F8;
    color: #fff;
}

.v4-lavender-bg {
    background-color: #BCACFF;
    color: #fff;
}

.v4-pink-bg {
    background-color: #FF7AEA;
    color: #fff;
}

.v4-fuchsia-bg {
    background-color: #FF31C1;
    color: #fff;
}

.v4-turquoise-bg {
    background-color: #52C4FF;
    color: #fff;
}

.v4-blue-bg {
    border-top: 5px solid #1F73F9;
    color: #1F73F9;
}

.v4-indigo-bg {
    background-color: #2019F8;
    color: #fff;
}

.v4-black-bg {
    background-color: #1B232F;
    color: #fff;
}

.v4-grey-bg {
    background-color: #778499;
    color: #fff;
}

.v4-red-bg-important {
    border-left: 20px solid #EF2A32 !important;
}

.v4-gold-bg-important {
    border-left: 20px solid #EB8D00 !important;
}

.v4-orange-bg-important {
    border-left: 20px solid #F26520 !important;
}

.form-control-readonly {
    font-weight: normal !important;
    padding: 0 20px;
}

.pointer {
    cursor: pointer;
}

.sit-on-line {
    margin-top: 10px;
    font-size: medium !important;
    font-weight: normal !important;
}

.sit-above-line {
    margin-top: -5px;
}
/*Team Selection, straight from v4*/
.selection-pitch-union {
    position: relative;
    background: url(../images/selection-pitch-union.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-league {
    position: relative;
    background: url(../images/selection-pitch-league.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-sevens {
    position: relative;
    background: url(../images/selection-pitch-union.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-football {
    position: relative;
    background: url(../images/selection-pitch-football.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-netball {
    position: relative;
    background: url(../images/selection-pitch-netball.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-rowing {
    position: relative;
    background: url(../images/selection-pitch-rowing.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-golf {
    position: relative;
    background: url(../images/selection-pitch-golf.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-equine {
    position: relative;
    background: url(../images/selection-pitch-equine.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-modernpentathlon {
    position: relative;
    background: url(../images/selection-pitch-modernpentathlon.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-tennis {
    position: relative;
    background: url(../images/selection-pitch-tennis.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-icehockey {
    position: relative;
    background: url(../images/selection-pitch-icehockey.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-cricket {
    position: relative;
    background: url(../images/selection-pitch-cricket.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-cafootball {
    position: relative;
    background: url(../images/selection-pitch-cafootball.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-amfootball {
    position: relative;
    background: url(../images/selection-pitch-amfootball.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-basketball {
    position: relative;
    background: url(../images/selection-pitch-basketball.png);
    width: 552px;
    height: 802px;
}

.selection-pitch-swimming {
    position: relative;
    background: url(../images/selection-pitch-swimming.png);
    width: 552px;
    height: 802px;
}

.selection-slot {
    position: absolute;
    width: 70px;
    height: 90px;
    text-align: center;
    overflow: visible;
    z-index: 10;
}

.selection-players {
    position: relative;
    top: -8px;
    left: -20px;
    font-size: .8em;
    line-height: 18px;
    margin-top: 2px;
    width: 125px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/selection-player-bgnd.png) #000;
    background: rgba(0, 0, 0, 0.6);
    -ms-border-radius: 4px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.selection-players-tall {
    position: relative;
    top: -8px;
    left: -20px;
    font-size: .8em;
    line-height: 18px;
    margin-top: 2px;
    width: 110px;
    height: 36px;
    overflow: visible;
    background: url(../images/selection-player-bgnd-tall.png);
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.selection-image {
    padding: 2px;
}

.selection-shirt {
    width: 28px;
    height: 28px;
}

.selection-shirtnumber {
    font-weight: 700;
    position: relative;
    top: -7px;
    color: #222;
}

.selection-deleteplayericon {
    float: right;
    margin: 1px 2px 0 0;
    width: 16px;
    height: 16px;
}

.union1 {
    top: 60px;
    left: 31px;
}

.union2 {
    top: 60px;
    left: 241px;
}

.union3 {
    top: 60px;
    left: 451px;
}

.union4 {
    top: 150px;
    left: 136px;
}

.union5 {
    top: 150px;
    left: 346px;
}

.union6 {
    top: 260px;
    left: 31px;
}

.union8 {
    top: 270px;
    left: 241px;
}

.union7 {
    top: 260px;
    left: 451px;
}

.union9 {
    top: 370px;
    left: 241px;
}

.union10 {
    top: 440px;
    left: 241px;
}

.union12 {
    top: 500px;
    left: 311px;
}

.union13 {
    top: 560px;
    left: 381px;
}

.union14 {
    top: 620px;
    left: 451px;
}

.union11 {
    top: 620px;
    left: 31px;
}

.union15 {
    top: 700px;
    left: 241px;
}

.league1 {
    top: 700px;
    left: 241px;
}

.league2 {
    top: 620px;
    left: 451px;
}

.league3 {
    top: 560px;
    left: 381px;
}

.league4 {
    top: 500px;
    left: 311px;
}

.league5 {
    top: 420px;
    left: 31px;
}

.league6 {
    top: 440px;
    left: 241px;
}

.league8 {
    top: 60px;
    left: 451px;
}

.league7 {
    top: 370px;
    left: 241px;
}

.league9 {
    top: 60px;
    left: 241px;
}

.league10 {
    top: 60px;
    left: 31px;
}

.league11 {
    top: 150px;
    left: 346px;
}

.league12 {
    top: 150px;
    left: 136px;
}

.league13 {
    top: 270px;
    left: 241px;
}

.sevens1 {
    top: 40px;
    left: 31px;
}

.sevens2 {
    top: 40px;
    left: 233px;
}

.sevens3 {
    top: 170px;
    left: 132px;
}

.sevens4 {
    top: 105px;
    left: 132px;
}

.sevens5 {
    top: 235px;
    left: 233px;
}

.sevens6 {
    top: 300px;
    left: 334px;
}

.sevens7 {
    top: 365px;
    left: 435px;
}

.sevens8 {
    top: 340px;
    left: 241px;
}

.sevens9 {
    top: 340px;
    left: 451px;
}

.sevens10 {
    top: 480px;
    left: 31px;
}

.sevens11 {
    top: 480px;
    left: 241px;
}

.sevens12 {
    top: 480px;
    left: 451px;
}

.football1 {
    top: 10px;
    left: 241px;
}

.football2 {
    top: 170px;
    left: 31px;
}

.football3 {
    top: 170px;
    left: 451px;
}

.football4 {
    top: 330px;
    left: 171px;
}

.football5 {
    top: 170px;
    left: 171px;
}

.football6 {
    top: 170px;
    left: 311px;
}

.football8 {
    top: 330px;
    left: 311px;
}

.football7 {
    top: 350px;
    left: 31px;
}

.football9 {
    top: 530px;
    left: 171px;
}

.football10 {
    top: 530px;
    left: 311px;
}

.football11 {
    top: 350px;
    left: 451px;
}

.substitute {
    position: relative;
    left: 20px;
    margin-bottom: 30px;
    height: 50px;
    float: none;
    clear: both;
}

.netball1 {
    top: 60px;
    left: 241px;
}

.netball2 {
    top: 120px;
    left: 241px;
}

.netball3 {
    top: 180px;
    left: 241px;
}

.netball4 {
    top: 240px;
    left: 241px;
}

.netball5 {
    top: 300px;
    left: 241px;
}

.netball6 {
    top: 360px;
    left: 241px;
}

.netball7 {
    top: 420px;
    left: 241px;
}

.netball8 {
    top: 480px;
    left: 241px;
}

.netball9 {
    top: 540px;
    left: 241px;
}

.netball10 {
    top: 600px;
    left: 241px;
}

.selection-pitch-horseracing {
    position: relative;
    background: url(../images/selection-pitch-horseracing.png);
    width: 552px;
    height: 802px;
}

.playerCell:hover {
    background-color: #f2f1f1;
}

.ajax__tab_xp .ajax__tab_tab {
    height: 21px !important;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.rounded {
    margin: 0 auto !important;
    border-radius: 3px;
    color: white;
    font-size: 14px;
}

.videoUploadRow {
    overflow: hidden;
}

.breakword {
    /* CSS Tricks - https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container */
    -ms-word-break: break-all word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    display: inline-block !important;
    /* Needed for emails */
    width: 150px;
}

/* Sergio Pinnaparto - Bootsnipp - http://bootsnipp.com/snippets/featured/no-more-tables-respsonsive-table Modified for our use-case */
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .gv-card table,
    .gv-card thead,
    .gv-card tbody,
    .gv-card th,
    .gv-card td,
    .gv-card tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .gv-card thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .gv-card tr {
        border: 1px solid #ccc;
    }

    .gv-card td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        .gv-card td:before {
            width: 50%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            display: inline-block;
        }

        /*
    Label the data
    */
        .gv-card td:before {
            content: attr(data-title);
        }
}

.min-width {
    min-width: 500px;
}

.delete,
.edit {
    padding-right: 10px;
}


.webgrid > thead > tr > th:last-child {
    text-align: right;
}

.spread-list-item {
    display: table-cell;
    height: 87px;
    width: 10%; /* (100 / numItems)% */
    /*line-height: 87px;*/
    text-align: center;
    border-right: 1px solid #fff;
    white-space: nowrap;
}



/*menus*/
.metro-list .tile {
    float: left;
    margin: 0 10px 10px 0;
    width: 75px;
    height: 75px;
    position: relative;
    cursor: pointer;
    display: block;
    background-color: #6D6D6D;
}


    .metro-list .tile:hover {
        opacity: 0.5;
    }

.metro-list .tile-active {
    border: solid, 2px, black;
    background-color: #C6B200;
}

.metro-list .tile img {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
}

.metro-list .tile div {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    line-height: 12px;
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    margin-left: 5px;
    font-size: 8pt;
    width: 65px;
    text-align: center;
    height: 24px;
    vertical-align: bottom;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tile-xs {
    float: left;
    margin: 0 0 5px 0;
    width: 100%;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
    /*background-color: #6D6D6D;*/
    background-color: #F4F4F4;
    border: 1px solid #fff;
}

    .tile-xs:hover {
        /*.tile-xs .tile-xs :link {*/
        /*text-decoration: none;
    outline: none;
    opacity: 0.8;*/
        border: 1px #ccc solid;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
    }

    .tile-xs img {
        position: absolute;
        height: 26px;
        width: 26px;
        top: 2px;
        margin-left: 15px;
    }

    .tile-xs div {
        margin-left: 15px;
        /*color: white;*/
        line-height: 30px;
        /*height: 22px;
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;*/
        /*margin-top: 15px;*/
        text-decoration: none;
        outline: none;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4, .bs-callout h3 {
        margin-top: 0;
        margin-bottom: 5px;
        border-bottom: none !important;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #ccc;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}


    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-reports {
    border-left-color: #C6B200;
}

    .bs-callout-reports h4 {
        color: #C6B200;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.bs-callout-thin {
    padding: 10px;
    margin: 5px 0;
}


.webgrid > thead > tr > th:last-child {
    text-align: right;
}

.spread-list-item {
    display: table-cell;
    height: 87px;
    width: 10%; /* (100 / numItems)% */
    /*line-height: 87px;*/
    text-align: center;
    border-right: 1px solid #fff;
    white-space: nowrap;
}

.pdfButton {
}

.dropdown-menu li a {
    cursor: pointer;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-header, .modal-body {
    text-align: left;
}

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-admin {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


.metro-list {
    padding: 0 5px;
}

.reportWizard h3 {
    padding: 0 0 10px 0;
}


.headerSortDown:after,
.headerSortUp:after {
    content: ' ';
    position: relative;
    left: 10px;
    border: 7px solid transparent;
}

.headerSortDown:after {
    top: 10px;
    border-top-color: silver;
}

.headerSortUp:after {
    bottom: 15px;
    border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
    padding-left: 20px;
}

/*
 * Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-item {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-top: 0;
            background: #f9f9f9;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa,
        .timeline > li > .glyphicon,
        .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

.timeline .reply-item {
    margin-top: -10px;
}

.reply-item .timeline-item {
    background: transparent !important;
    box-shadow: none !important;
}

.reportPin {
}

.nbsp {
    margin-right: 5px;
}

.container-row-flex {
    display: -webkit-flex !important;
    /* Safari */
    display: flex !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
}

.flex-column {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    flex-wrap: wrap !important;
    justify-content: space-around;
}

.flex-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.flex-column-4 {
    width: 25%;
}

/* ---------------------------
    System Pages
   ---------------------------*/
.ui-sortable {
    padding: 5px;
}

.columnConfigRow {
    border: 2px #ccc dashed;
    background: #fff;
    padding: 5px;
    margin: 3px 0;
}

.break-avoid {
    page-break-inside: avoid;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}

.contentSlider {
    width: 25em;
    height: 100%;
    background-color: #31353D;
    position: fixed;
    right: 0;
    border-left: 1px solid white;
    display: none;
    color: white;
    z-index: 99999999999999999999999999999999999;
    overflow: auto;
    /*  box-shadow: -2px 0px 2px 1px rgba(0,0,0,0.3); */
}

@media (max-width: 500px) {
    .contentSlider {
        width: 100%;
    }
}

.background-pitch {
    background: url('../Images/DrillDiagram/bgnd_fb_pitch-full.png');
}


img.media-object {
    border-radius: 6px;
}


/*.reportPanel {
    padding: 6px;


.reportSlot {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 5px;
    margin: 5px !important;
    border-radius: 2px;
}
}*/
.reportSlotTitle {
    margin: 2px 5px 8px 5px;
}

.reportInner {
    position: relative;
    height: 100px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qreport {
    background: #F9F9F9;
}


.reportLink {
    display: block;
}

.reportInner:hover {
    position: relative; /*
    border: 1px #ccc solid;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);*/
}

.reportInner > span {
    text-overflow: ellipsis;
}

.report-name {
    font-family: 'Titillium Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qr-qtitle {
    width: 100%;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
}

    .loading-overlay span {
        padding: 5px;
        border-radius: 5px;
        color: #000;
        background-color: #fff;
        position: relative;
        top: 33%;
    }

/*.v4-pagination {
    text-align:center;
}*/
.v4-pagination ul.pagination {
    margin: 0
}

/* jquery UI overrides */
.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}

.tso-grptbl-divider td {
    border-bottom: 2px solid #aaa !important
}

.crb-modal-body {
    max-height: 75vh !important;
    overflow-y: scroll !important;
}

.rf-record {
    border-bottom: 1px dotted #ccc;
}

div.rf-nested-record {
    margin-left: 1em;
}

h5.rf-nested-record {
    margin-left: -0.5em;
}

.media-item-eq {
    height: 170px;
}

.chart-tooltip {
    border: 1px solid rgba(0, 0, 0, 0.7);
    background-color: #fff;
    opacity: 0.85;
    padding: 4px 12px;
    border-radius: 1px;
    position: absolute;
    top: 100px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.crb-imageviewer img {
    height: 100%;
}

tr.emphasis-tr {
    padding-bottom: 15px;
    height: 60px;
    background: #efefef !important;
}

.panel-rptcategory .panel-title {
    white-space: initial !important;
}

.panel-rptcategory .form-group {
    border-bottom: 1px solid #eee;
}

    .panel-rptcategory .form-group > label {
        font-weight: 700;
    }

img.fa-powerade {
    max-height: 22px;
    max-width: 100%;
}

img.fa-celtic-knot {
    max-height: 28px;
    max-width: 100%;
    margin-top: -6px;
}

img.fa-rugby-ball {
    max-height: 28px;
    max-width: 100%;
    margin-top: -6px;
}

.pulse {
    animation: pulse 1s 1s forwards;
}

.jump {
    animation: jump 1s 2s forwards cubic-bezier(.84,-0.54,.31,1.19);
}

.waggle {
    animation: waggle 1s 3s forwards ease-out;
}

.sheen {
    position: relative;
    overflow: hidden;
}

    .sheen:after {
        animation: sheen 1s 4s forwards;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5) 50%, transparent);
        transform: rotateZ(60deg) translate(-1em, 4em);
    }

.spin {
    animation: spin 1.5s 5s forwards cubic-bezier(.56,-0.35,.22,1.5);
}


@keyframes pulse {
    0% {
        background-color: orange;
    }

    25% {
        background-color: red;
    }

    50 {
        background-color: orange;
    }

    75% {
        background-color: red;
    }
}

@keyframes jump {
    0% {
        transform: none;
    }

    50% {
        transform: translateY(-2em);
    }
}

@keyframes waggle {
    0% {
        transform: none;
    }

    50% {
        transform: rotateZ(-20deg) scale(1.2);
    }

    60% {
        transform: rotateZ(25deg) scale(1.2);
    }

    67.5% {
        transform: rotateZ(-15deg) scale(1.2);
    }

    75% {
        transform: rotateZ(15deg) scale(1.2);
    }

    82.5% {
        transform: rotateZ(-12deg) scale(1.2);
    }

    85% {
        transform: rotateZ(0) scale(1.2);
    }

    100% {
        transform: rotateZ(0) scale(1);
    }
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(0, -4em);
    }
}

@keyframes spin {
    50% {
        transform: rotateZ(-20deg);
        animation-timing-function: ease;
    }

    100% {
        transform: rotateZ(360deg);
    }
}


.start-now, .start-now:after {
    animation-delay: 0;
}

.notes-condensed {
    line-height: 1em;
    font-style: italic;
    word-wrap: break-word;
}

    .notes-condensed p {
        line-height: 1em;
        margin: .5em 0;
        white-space: pre-wrap !important;
    }

.outside-label-checkbox {
    vertical-align: sub;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .3s;
        transition: .3s;
    }

input:checked + .slider {
    background-color: #5cb85c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Remove the bottom tooltip from charts */
.highcharts-tooltip .highcharts-label:nth-child(1) {
    display: none;
}

.app-link-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

    .app-link-container img {
        height: 60px;
        height: 60px;
    }

    .app-link-container .android-app img {
        margin-bottom: 0px;
        margin-top: -10px;
    }

.tso-panel-control {
    text-align: right;
}

    .tso-panel-control .input-group,
    .tso-panel-control .form-control {
        /*width: inherit !important;*/
    }

    .tso-panel-control input,
    .tso-panel-control select {
        font-weight: normal !important;
    }

.input-group-btn .btn {
    padding: 4px 15px;
    margin: 0;
}

.multiselect-clear-filter {
    padding: 4px 15px !important;
    font-size: 16px !important;
}

/* ---------------------
    TSO specific panels 
    ------------------- */
.panel-tso-fieldset,
.panel-tso-report-category {
    box-shadow: none;
    background: #f9f9f9;
    margin-bottom: 10px;
}

    .panel-tso-fieldset .panel-heading,
    .panel-tso-report-category .panel-heading {
        padding: 10px;
    }

    .panel-tso-fieldset .panel-body,
    .panel-tso-report-category .panel-body {
        padding: 10px;
    }

    .panel-tso-fieldset .panel-heading + .panel-body,
    .panel-tso-report-category .panel-heading + .panel-body {
        padding: 0 10px 10px 10px;
    }

    .panel-tso-fieldset > .panel-body:first-child {
        padding: 10px;
    }

.panel-tso-content-group, .panel-tso-stat {
    box-shadow: none;
    background: #f9f9f9;
    clear: both;
}

.panel-tso-tabs {
    padding: 10px 0 0 10px;
}

.panel-tabs {
    border-bottom: none;
    background: transparent;
    padding: 10px;
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    display: inline-block;
}

@media (min-width: 768px) {
    .panel-tso-tabs {
        padding: 20px 0 0 20px;
    }

    .panel-tabs {
        padding: 20px;
    }
}

.panel-heading + .panel-tabs {
    padding-top: 0;
}

.panel-tabs + .tab-content .tab-pane {
    margin-top: 0;
}

.tab-pane > .panel-heading {
    padding-top: 0;
}

.panel-tso-stat {
    text-align: center;
}

    .panel-tso-stat .panel-heading,
    .panel-tso-stat .panel-footer {
        overflow: hidden;
        white-space: nowrap;
    }

    .panel-tso-stat .panel-heading,
    .panel-tso-stat .panel-body,
    .panel-tso-stat .panel-footer {
        padding: 10px;
    }

        .panel-tso-stat .panel-body > strong {
            display: block;
            font-size: 48px;
            line-height: 40px;
            font-weight: 700;
        }

    .panel-tso-stat .panel-footer {
        border-top: none;
        background: #e5e5e5;
    }
/* buttons */
.btn-group-tso {
    text-align: right;
    /*clear:both;*/
}

    .btn-group-tso .btn {
        float: none;
    }

.btn-group-tso-center {
    text-align: center;
}

    .btn-group-tso-center .btn,
    .btn-group-tso-left .btn {
        float: none;
    }

.btn-group-tso-left {
    text-align: left;
}


/*BUTTON STYLE OVERIDES FOR BUTTONS WITHIN TABLES*/
table tbody tr td .btn, table tbody tr td .btn-sm {
    font-size: 14px;
    padding: 2px 12px;
    margin: 0 2px;
}

.btn {
    display: inline-block;
    background: #e9e9e9;
    border: 2px solid #ddd;
    float: right;
    clear: left;
    color: #596A76;
    margin: 0 0 5px 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: normal;
    padding: 6px 26px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-shadow: none;
    text-shadow: none;
}

    .btn:active, .btn:focus, .btn:hover {
        box-shadow: none;
        text-shadow: none;
        border: 2px solid #dfdfdf;
        background: #dfdfdf;
        color: #596A76;
    }

    .btn.multiselect {
        color: #555;
        background: #fff;
        font-size: 14px;
        line-height: 1.42857143;
        padding: 6px 4px;
        border: 1px solid rgb(204, 204, 204);
        height: 34px;
        float: none;
        margin: 0;
    }

        .btn.multiselect:active,
        .btn.multiselect:hover,
        .btn.multiselect:focus {
            color: #555;
            background: #fff;
        }

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 12px;
}

.btn-tso-login {
    width: 100%;
    margin: 0 0 15px 0 !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
}

.btn-tso-icon {
    padding: 6px 16px;
}

/* green buttons, primary actions */
.btn-tso-save, .btn-tso-search, .btn-tso-login {
    background: #43B02A;
    text-shadow: none;
    border: 2px solid #43B02A;
    color: #fff;
}

    .btn-tso-search:hover, .btn-tso-search:active, .btn-tso-search:focus,
    .btn-tso-login:hover, .btn-tso-login:active, .btn-tso-login:focus,
    .btn-tso-save:hover, .btn-tso-save:active, .btn-tso-save:focus {
        background: #5AD13F;
        border: 2px solid #5AD13F;
        color: #fff;
    }

/* green hollow buttons, secondary actions */
.btn-tso-print, .btn-tso-export, .btn-tso-add,
.RadGrid_Bootstrap a.btn-tso-add {
    background: none !important;
    border: 2px solid #43B02A;
    text-shadow: none;
    color: #43B02A;
}

    .btn-tso-export:hover, .btn-tso-export:active, .btn-tso-export:focus,
    .btn-tso-print:hover, .btn-tso-print:active, .btn-tso-print:focus,
    .btn-tso-add:hover, .btn-tso-add:active, .btn-tso-add:focus,
    .RadGrid_Bootstrap a.btn-tso-add:hover, .RadGrid_Bootstrap a.btn-tso-add:active, .RadGrid_Bootstrap a.btn-tso-add:focus {
        background: rgba(90,209,63,0.12) !important;
        border: 2px solid #5AD13F;
        color: #5AD13F;
        background: none;
    }

.btn-tso-table {
    font-size: 14px;
    border: none;
    padding: 5px 0;
    background: none;
    margin: 0;
    color: #43b02a;
}

    .btn-tso-table:hover {
        color: #2F8E19
    }





/* grey solid buttons tertiary actions, only need to override the base .btn class for specific instances e.g. RadGridViews */
.RadGrid_Bootstrap a.btn-tso-select {
    border: 2px solid #B3B3B3;
    text-shadow: none;
    color: #fff;
}

    .RadGrid_Bootstrap a.btn-tso-select:hover, .RadGrid_Bootstrap a.btn-tso-select:active, .RadGrid_Bootstrap a.btn-tso-select:focus {
        border: 2px solid #B3B3B3;
        color: #fff;
    }

/* hollow grey button, lowest priority actions */
.btn-tso-cancel {
    color: #596A76;
    background: transparent;
    border: 2px solid #ddd;
}

    .btn-tso-cancel:hover,
    .btn-tso-cancel:active,
    .btn-tso-cancel:focus {
        background: #e9e9e9;
        color: #596A76;
        border: 2px solid #dfdfdf;
    }

/* solid red button, destructive actions only */
.btn-tso-delete {
    background: #C60000;
    border: 2px solid #C60000;
    color: #fff;
}

    .btn-tso-delete:hover,
    .btn-tso-delete:active,
    .btn-tso-delete:focus {
        background: #EB0000;
        border: 2px solid #EB0000;
        color: #fff;
    }

/* dropdown menu button, special case */
.btn-tso-dropdown {
    background: transparent !important;
    color: #596A76;
    border: 2px solid transparent;
    padding: 0px 12px;
    margin: 0;
}

    .btn-tso-dropdown:hover, .btn-tso-dropdown:active, .btn-tso-dropdown:focus {
        background: #E9E9E9 !important;
        color: #596A76;
        border: 2px solid transparent;
        border-radius: 3px !important;
        transition: all 0.3s ease;
    }

.v5-relatedlinks .btn-tso-dropdown {
    font-size: 14px;
}


    .v5-relatedlinks .btn-tso-dropdown:hover, .btn-tso-dropdown:active, .btn-tso-dropdown:focus {
        background: transparent !important;
        text-decoration: underline;
    }

.teamDropdown {
    padding: 0 5px;
    background: #B3B3B3;
    border: none;
    color: #fff;
    border-radius: 2px;
    float: right;
}



/* file input button */
.tso-file-input input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.tso-file-input .btn {
    margin-left: 0;
}

.tso-file-input input[type=text] {
    cursor: default !important;
    background: #fff;
}

/* toggle switch button */
.btn-group-tso-switch {
    border: 1px solid #bbb;
    border-radius: 5px;
}

    .btn-group-tso-switch .btn {
        float: inherit;
        background-color: #e9e9e9;
        color: #596A76;
        margin-bottom: 0;
        border: 0;
        border-radius: 5px;
        -webkit-transition: none;
        font-size: 14px;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        padding: 11px 26px;
    }

    .btn-group-tso-switch .btn {
        z-index: inherit !important;
    }

        .btn-group-tso-switch .btn.active {
            background: #ffffff;
            color: #596a76;
            box-shadow: none;
        }

        .btn-group-tso-switch .btn:active {
            box-shadow: none;
        }

        .btn-group-tso-switch .btn + .btn,
        .btn-group-tso-switch .btn + .btn-group,
        .btn-group-tso-switch .btn-group + .btn,
        .btn-group-tso-switch .btn-group + .btn-group {
        }

/* fixed columns within responsive grid */
.row-col-fixed {
    display: flex;
    width: 100%;
    align-content: stretch;
    justify-content: space-between;
}

.col-fixed-65 {
    flex: 0 0 65px;
    padding: 0 5px;
}

.col-fixed-100 {
    flex: 0 0 100px;
    padding: 0 5px;
}

.col-fixed-120 {
    flex: 0 0 120px;
    padding: 0 5px;
}

.col-fixed-150 {
    flex: 0 0 150px;
    padding: 0 5px;
}

.col-fixed-170 {
    flex: 0 0 170px;
    padding: 0 5px;
}

.col-grow-max {
    flex-grow: 1;
}

/* Icons */
.v5-required {
    color: #F26520;
}

.v5-info {
    color: #52C4FF;
}

table tbody .v5-info {
    font-size: 14px;
}

@media (max-width: 425px) {

    .inblock {
        display: block;
    }

    /*form-group {
        min-height: 30px;
    }*/

    .tso-panel-control {
        padding-top: 15px;
        text-align: left
    }


    .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL, .button-group-tso {
        display: block;
        width: 100%;
        border: none;
    }

    .RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {
        margin: 5px 2px;
        border-radius: 3px;
        border: 0;
        padding: 12px 25px;
    }

    .RadTabStripTop_Bootstrap .rtsLI + .rtsLI {
        padding: 0;
    }

    .RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected, .RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected:hover {
        background: #B3B3B3;
        border: 0;
        margin: 5px 2px;
        color: #fff;
    }

    .btn-group-tso-switch {
        width: 100%;
        padding: 0;
    }

        .btn-group-tso-switch .btn {
            width: 50%;
            clear: none;
            float: left;
        }


            .btn-group-tso-switch .btn + .btn {
                margin: 0;
            }

    .btn-group .btn-tso-dropdown {
        padding: 6px 7px;
        margin: 0;
    }

    .btn, .btn-group-tso {
        display: block;
        float: none;
        margin: 0 0 10px 0;
        clear: both;
        width: 100%;
    }

    /*table .btn {
        display:inline-block;
        width:auto;

    }*/

    #ToolTipZone, .v5-rblist {
        overflow: scroll;
    }

    .label-success {
        display: block;
        padding: 5px;
    }

    .nav-tabs {
        display: block;
        width: 100%;
        border: none;
    }

    .nav > li > a {
        margin: 5px 2px;
        border-radius: 3px;
        border: 0;
        padding: 12px 25px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background: #B3B3B3;
        border: 0;
        margin: 5px 2px;
        color: #fff;
    }

    .media.v5-video-lg .media-left {
        width: 100%;
        padding: 0;
    }

    .media.v5-video-lg .media-body {
        width: 100%;
        clear: both;
    }

    .table-nav-tso a {
        text-align: center;
        margin: 0 0 5px 0;
        width: 100%;
    }

    /*HIDE FOR ANY DEVICES BELOW 425PX (LARGE MOBILE) WIDE AND DOWN */
    .hideMobile {
        display: none !important;
    }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1440px) {
    .nav-tabs {
        width: 100%
    }

        .nav-tabs > li > a {
            padding: 10px 15px;
            font-size: 12px;
        }
}



@media only screen and (min-device-width: 425px) and (max-device-width: 768px) {
    /*HIDE FOR ANY DEVICES BELOW 425PX (LARGE MOBILE) WIDE AND DOWN */
    .hideTablet {
        display: none !important;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 990px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 145px;
    }

    .v5-breadcrumb {
        padding: 0;
        margin: 0 5px;
    }


    .table-nav-tso a {
        padding: 10px 10px;
    }

    .nav-tabs {
        width: 100%
    }

        .nav-tabs > li > a {
            padding: 10px 10px;
            font-size: 12px;
        }
}

@media (max-width: 991px) {
    .sidebar {
        width: 190px;
        left: -200px; /* extra to avoid box shadow showing */
        /* subtracting height of fixed mobile header bar */
        height: calc(100vh - 60px);
    }

    .main {
        padding-left: 0px;
        margin-top: 60px;
    }

    .tso-panel-control {
        /* padding-top: 15px;*/
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #navbar-wrapper {
        width: 50px;
    }

    .sidebar {
        width: 50px;
    }

    .main {
        padding-left: 50px;
    }

    .v5-navbar-btn-text {
        display: none;
    }

    .v5-navdrawer {
        left: 50px;
        width: 270px;
    }

    #clubname {
        display: none;
    }

    .v5-clublogo {
        width: 40px;
        height: auto;
        margin-bottom: 20px;
    }

    .v5-navbar-btn {
        height: 40px;
    }

    .v5-cms-btn {
        bottom: 40px;
        width: 50px;
    }

    .v5-logout-btn {
        width: 50px;
    }

    .v5-navbar-btn-icon {
        line-height: 40px !important;
    }
}

@media (min-width: 1201px) {
    .sidebar {
        width: 190px;
    }

    .main {
        padding-left: 190px;
    }
}


.main.main-nonav {
    padding-left: 0;
}


.tso-info-box {
    display: inline-block;
    background: #40B6E6;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: left;
}

.tso-warning-box {
    display: inline-block;
    background: #C60000;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: left;
}

    .tso-info-box a, .tso-warning-box a {
        text-decoration: underline;
        color: #fff;
    }

    .tso-info-box.less-padded,
    .tso-warning-box.less-padded {
        padding: 5px 10px;
    }

.modal[role='dialog'][data-tsodialog='true'] .modal-dialog > .modal-content > .modal-header {
    background-color: #efefef;
}

ul.highcharts-menu hr {
    margin: 0
}

button.dt-button, div.dt-button, a.dt-button {
    background: #B3B3B3 !important;
    background-image: none !important;
    border: 2px solid #B3B3B3 !important;
    color: #fff !important;
    font-weight: normal;
    transition: background-color 0.5s ease-out;
}

    button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
        border: 2px solid #989898 !important;
        background: #989898 !important;
    }

.stickyHead thead,
.stickyHeadManual thead {
    background-color: #FFF;
}
.passwordField {
    text-security: disc; /* IE/Safari */
    -moz-text-security: disc; /* FireFox */
    -webkit-text-security: disc; /* Chrome/Safari  */
}