/*
 * Base structure
 */

body {
    
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        border-right: 1px solid #C0A652;
        background-color: #1E1E1E;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
        border-bottom: 2px solid #2E2E2E;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #C0A652;
    }

.lep-sidebar {
    font-size:14px;
    text-transform:uppercase;
}

.lep-organisationlogo {
    margin-left:auto;
    margin-right:auto;
}
/*
 * Main content
 */
.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

    .placeholders h4 {
        margin-bottom: 0;
    }

.placeholder {
    margin-bottom: 20px;
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

.titleImage{
    padding:50px;
}
.menu-column{
    padding:5px;
}

.leftColumn {
    border-right: 1px solid lightgrey;
}

.headerBar {
    border-bottom:1px solid lightgrey;
    margin-bottom:10px;
}
.mane-pane {
    padding-top:20px;
}
.tab-pane {
    padding-top:15px;
}

.player-thumbnail {
    max-height:100px;
    max-width:100px;
}

.form-group .k-i-close {
    top:50%;
}

.pin-image {
    max-width:50px;
    max-height:60px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid gold;
    border-bottom: 5px solid gold;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin:auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lep-panel {
    border:none;
    background-color:#2D2D2D;
}

.lep-panelheading {
    border: none;
    text-align: center;
    text-transform: uppercase;
}

.lep-panelfooter {
    border: none;
}
.dashboardpanelbody {
    height: 350px;
    overflow-y: auto;
    margin-left: 10px;
    margin-right: 10px;
}

    .dashboardpanelbody .list-group-item {
        border: none;
        background-color: transparent;
    }

.dashboardoveralllabel {
    color: green;
    font-size: 40px;
}

.dashboardoverall {
    text-align: center;
}

.dashboardoverallcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.defaultProgress {
    background-color: goldenrod;
}

.overallProgress {
    background-color: green;
}

.low-progress {
    background-color: red;
}
.mid-progress {
    background-color: goldenrod;
}
.high-progress {
    background-color: green;
}

.dashboardProgressContainer {
    margin: 0px;
}

.divider-right {
    border-right: 1px solid #C49F44;
}

.footer {
    position: absolute;
    bottom: 21px;
    margin-left:21px;
    /* Set the fixed height of the footer here */
}

/* Dashboard */

.header-row {
    padding: 20px;
    background-color: #2A2A2A;
    margin-bottom:10px;
}

.dashboard-body {
    padding: 20px;
    background-color: #3A3A3A;
}

.header-tabs {
    border-top: 2px solid #2E2E2E;
    border-bottom: 2px solid #2E2E2E;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 16px;
}

.header-tabs > li
{
    float:left;
}

    .header-tabs > li > a {
        display: block;
        text-align: center;
        padding: 16px;
        text-decoration: none;
        color: #c0a652;
        text-transform: uppercase;
    }

    .header-tabs > .active > a,
    .header-tabs > li > a:hover {
        color: #ffffff;
    }

    .header-tabs li:first-child > a {
        padding-left: 0px;
    }

.lep-footer {
    width: 100%;
    text-align: center;
    padding-right: 21px;
    margin-left: 0px;
}
/* End Dashboard */
/* Analysis*/
.comparison-panel {
    min-height: 700px;
}

/* End Analysis*/

/* Player*/
.profile-image {
    border-radius: 50%;
}

/* End - Player*/

/* Image Editor*/

.image-editor {
    height:550px;
    width:550px;   
    text-align:center;
}
.image-editor-image {
    max-height: 500px;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
}

/* End Image Editor*/

/* Log in / Account screens */

.account-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #2B2B2B;
    background-image: url('/images/bg.png');
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-size:cover;
}

/* Calendar */

.k-event {
    width: 75px !important;
    margin-top: 15px !important;
    cursor: pointer;
    background-color: transparent;
    border:none;
}

.btn-attendee {
    margin-right:5px;
    margin-top:5px;
}

.diary-event-heading {
    height: 58px;
    padding-top: 20px;
}

/* End calendar*/

.full-width {
    width: 100%;
}

/* Player list screen */
.player-grid {
    border:none;
}

player-grid-pager {
    border:none;
}

.player-grid-image {
    height: 200px;
    width: 200px;
}

@media only screen and (max-width: 600px) {
    .player-grid-image {
        height: 100%;
        width: 100%;
    }
}

.player-grid-injury-icon {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
}
.player-grid-name {
    margin-top: 5px;
    display:inline-block;
    cursor: pointer;
}
/* End player list screen*/

.store-logo {
    width:155px;
}

.ageGroupSelector {
    padding-left: 15px;
    padding-bottom: 15px;
}

.panel-footer {
    min-height:50px;
}

.btn-spaced {
    margin: 10px 0px 10px 0px;
}

.skill-summary-link {
    display:inline-block;
    font-weight:bold;
    padding-top:9px;
    padding-bottom:9px;
}

.skill-title-row {
    padding-bottom:10px;
    cursor:pointer;
}

.skill-title-label {
    padding-top:9px;
    cursor:pointer;
}

.skill-item-label {
    padding-top: 12px !important;
}

.connection-panel {
    display: none;
    z-index: 2000;
    position: relative;
}

.mobile-search-container {
    position: sticky;
    position: -webkit-sticky;
    height: 50px;
    top: 0px;
    background-color: #3e444c;
    margin:-10px -15px 10px -15px;
    padding:10px;
    z-index:1000;
}

.custom-k-combobox {
    width: 100%;
}

.custom-k-combobox .k-dropdown-wrap {
    background-color: transparent;
}

.custom-k-combobox-button {
    margin-left: 10px;
}

.custom-k-combobox.k-input {
    /*directly apply bootstrap 3 styles to kendo combobox*/
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.custom-k-combobox .k-icon.k-clear-value {
    color: black;
}

.custom-k-combobox .k-icon:before {
    line-height: 1.42857143;
}

.custom-k-combobox .k-select {
    height: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: white;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.custom-k-combobox .k-state-active>.k-select {
    border: inherit;
    border-left: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}