/*
 * Screen Stylesheet
 * AthleteDS specific stylesheets - including overrides of MDB Pro
 * Author: Jeff Lowder for Skoosh PTY LTD
 * Mobile: 0419 350 760
 */
html {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  html {
    font-size: 16px;
  }
  .player-tile .player-dob {
    font-size: 1.1rem !important;
}
}
@include media-breakpoint-up(md) {
  html {
    font-size: 20px;
  }
}
@include media-breakpoint-up(lg) {
  html {
    font-size: 28px;
  }
}
a {
    color: #4CAF50;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
a.grey-text:hover {
    text-decoration: underline;
}
table.table a {
    color: #4CAF50 !important;
}
table.table a:hover {
    color: #2e7d32 !important;
}
.sn-bg-5 {
    background-image: url(/img/trophy.jpg);
}
.white-skin .side-nav .sidenav-bg:after, .white-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(255, 255, 255, 0.97);
}
.side-nav {
    width: 280px;
}
.fixed-sn .double-nav,
.fixed-sn main,
.fixed-sn footer {
  padding-left: 280px;
}
@media (max-width: 1440px) {
  .fixed-sn .double-nav,
  .fixed-sn main,
  .fixed-sn footer {
    padding-left: 0; } }

@media (min-width: 600px) {
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 2%;
    margin-right: 2%; } }

@media (min-width: 992px) {
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 5%;
    margin-right: 5%; } }

@media (min-width: 1200px) {
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 6%;
    margin-right: 6%; } }
.side-nav .search-form input[type=text] {
    color: #fff !important;
    width: 250px;
}
/*.white-skin .side-nav .collapsible li .collapsible-header:hover,
.white-skin .side-nav .collapsible a:hover {
    background-color: #2AD1A3;
    color: #fff;
}*/
.side-nav .collapsible-body a {
    background-color: rgba(0, 0, 0, 0.03);
}
.white-skin .side-nav .collapsible a:hover {
    background-color: rgba(0, 0, 0, 0.10);
}
#player_search_dropdown_wrapper {
    position:relative;
    width:100%;
    height:0;
}
ul.search-dropdown{
    position:absolute;
    top:-20px;
    width:100%;
    background-color:#fff;
    padding:0;
    z-index:100;
}
ul.search-dropdown li{
    padding:0;
    margin:0;
}
ul.search-dropdown li a{
    color:#000;
    line-height:30px;
    padding: 10px;
}
ul.search-dropdown li a:hover{
    background:rgba(0,0,0,.12);
}
.side-nav .collapsible-body .sublist a.dropdown-item {
    padding-left: 25px;
}
.side-nav .collapsible-body .sublist {
    padding-bottom: 7px;
}
h4.card-title span.age {
    font-size: 1.1rem;
    color: #33b5e5;
}
.small-text {
    font-size: .8rem;
}
.group_category {
    display: none;
}

div.card div.card-body div.tab-content {
    padding-right: 0;
    padding-left: 0;
}
#dashboard li a i,
#profile_page_tabs li a {
    font-size: 1.1rem;
}
@media only screen and (max-width: 667px) {
    #profile_page_tabs li a {
        font-size: .7rem;
    }
    #via_strengths width: 375px;
}
#player_info_tabs li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.md-form i.prefix.grey-text {
    font-size: 1rem;
}
.teal.lighten-1 {
  background-color: #007D69 !important; }
.pills-.teal.lighten-1 .nav-item .nav-link.active {
    background-color: #4fc3f7 !important;
}
.pills-secondary .nav-item .nav-link {
  background-color: #D6E1E0; color: #666; }
.pills-secondary .nav-item .nav-link:hover {
  background-color: #ccc; color: #666; }
.pills-secondary .nav-item .nav-link.active {
  background-color: #4db6ac; color: #fff; }
/* override for inside a modal */
.modal-body .pills-secondary .nav-item .nav-link.active {
  background-color: #5394FF; color: #fff; }
.classic-tabs li:first-child {
    margin-left: 0;
}
.classic-tabs li a.active {
    border-bottom: 3px solid #fedb00;
    background-color: #003a31;
    color: #fff;
}
.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}
@media only screen and (max-width: 667px) {
    .scrollable-menu {
        height: auto;
        max-height: 500px;
        overflow-x: hidden;
    }
}

.player-tile {
    margin-top: 0px;
    margin-bottom: 40px;
}
.player-tile h5.player-name {
    margin: -5px 0 0 0;
    line-height: 1.4;
}
@media (max-width: 575.98px) {
    .player-tile h5.player-name {
        font-size: .8rem;
    }
}
.player-tile h5.player-name a {
    color: #ccc;
}
.player-tile h5.player-name a:hover span.first-name {
    color: #4caf50 !important;
}
.player-tile h5.player-name a:hover span.last-name {
    color: #388e3c !important;
}
.player-tile h5.player-name span.first-name {
    display: block;
    color: #9e9e9e;
    white-space: nowrap;
    /*overflow: hidden;*/
}
.player-tile .player-name .last-name {
    display: block;
    font-weight: bold;
    color: #212121;
    white-space: nowrap;
    /*overflow: hidden;*/
}
.player-tile .player-dob {
    position:absolute; top: 5px; right: 5px;
    color: #e0e0e0;
    font-size: 1.3rem;
    font-weight: bold;
}

/**
Autocomplete
*/
.white-skin #player_search:focus:not([readonly]) {
    border-color: #007D69;
}
.autocomplete-suggestions { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    border: none;
    /*background: #e1f5fe;*/ 
    background: #E8F3F1;
    cursor: default; 
    overflow: auto;
/*    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); */
}
.autocomplete-suggestion { padding: 8px 5px; white-space: nowrap; overflow: hidden; color: #000; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #007D69; color: #fff; }
.autocomplete-suggestions strong { font-weight: bold; color: #007D69; }
.autocomplete-selected strong { font-weight: bold; color: #fff; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.out-of-max {
    color: green;
    font-size: 1.2rem;
    position: absolute;
    right: 1px;
    bottom: 35px;
}
.out-of-max span {
    color: #ccc;
}
.range {
    position: relative;
}
.range .less,
.range .more {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    font-size: .8rem;
}
.range .more {
    right: 0;
    left: auto;
}
.range_label {
    padding-right: 50px;
}
#wellbeing_form label {
    color: #000;
}
.careerwise_note p.note {
    color: #747373;
}
.card-body p.card-text {
    color: #212529;
}
.card-body p.note b {
    /*color: #007D69;*/
    color: #727477;
}
h4.font-small,
.card-body h4 {
    font-size: 1rem;
    color: #007D69;
}
.card-personal .card-body h4 {
    font-size: 1.5rem;
}
.note {
    font-size: .8rem;
}
span.pending_flag {
    /*color: ;*/
    /*font-weight: bold;*/
    position: absolute;
    text-transform: uppercase;
    right: 5px;
    font-size:.9rem;
    top: 0;
/*    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -o-transform: rotate(350deg);*/
    writing-mode: lr-tb;
}
#wellbeing_form textarea.md-textarea {
    overflow-y: auto;
}
/*.player-tile .card-body {
    position: relative;
    overflow: hidden;
}
.player-tile .club_logo_watermark {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    writing-mode: lr-tb;
    height: 100px;
    width: 100px;
    opacity: .2;
}*/
.font-very-small {
    font-size: 0.73rem !important;
}
table.font-very-small td, table.font-very-small th {
    font-size: 0.73rem;
}
table.font-very-small th {
    font-weight: 400 !important;
}
/*table.table-sm td {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}*/
.table-sm th, .table-sm td {
    padding: 0.2rem;
}


.steps-form {
    display: table;
    width: 100%;
    position: relative; }
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc; }
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; }
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0; }

.modal-body .stepper li a {
    padding-left: 0;
}
/* make sure :invalid elements are highlighted as invalid  */
input[type=text]:invalid, input[type=text]:focus:invalid,
  input[type=password]:invalid,
  input[type=password]:focus:invalid,
  input[type=email]:invalid,
  input[type=email]:focus:invalid,
  input[type=url]:invalid,
  input[type=url]:focus:invalid,
  input[type=time]:invalid,
  input[type=time]:focus:invalid,
  input[type=date]:invalid,
  input[type=date]:focus:invalid,
  input[type=datetime-local]:invalid,
  input[type=datetime-local]:focus:invalid,
  input[type=tel]:invalid,
  input[type=tel]:focus:invalid,
  input[type=number]:invalid,
  input[type=number]:focus:invalid,
  input[type=search-md]:invalid,
  input[type=search-md]:focus:invalid,
  input[type=search]:invalid,
  input[type=search]:focus:invalid,
  textarea.md-textarea:invalid,
  textarea.md-textarea:focus:invalid {
    border-bottom: 1px solid #F44336;
    -webkit-box-shadow: 0 1px 0 0 #F44336;
    box-shadow: 0 1px 0 0 #F44336; }
  input[type=text]:invalid + label:after, input[type=text]:focus:invalid + label:after,
  input[type=password]:invalid + label:after,
  input[type=password]:focus:invalid + label:after,
  input[type=email]:invalid + label:after,
  input[type=email]:focus:invalid + label:after,
  input[type=url]:invalid + label:after,
  input[type=url]:focus:invalid + label:after,
  input[type=time]:invalid + label:after,
  input[type=time]:focus:invalid + label:after,
  input[type=date]:invalid + label:after,
  input[type=date]:focus:invalid + label:after,
  input[type=datetime-local]:invalid + label:after,
  input[type=datetime-local]:focus:invalid + label:after,
  input[type=tel]:invalid + label:after,
  input[type=tel]:focus:invalid + label:after,
  input[type=number]:invalid + label:after,
  input[type=number]:focus:invalid + label:after,
  input[type=search-md]:invalid + label:after,
  input[type=search-md]:focus:invalid + label:after,
  input[type=search]:invalid + label:after,
  input[type=search]:focus:invalid + label:after,
  textarea.md-textarea:invalid + label:after,
  textarea.md-textarea:focus:invalid + label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1; }
  
  .stat {
    font: normal 2rem/100%;
    display: block;
    text-align: center;
    font-weight: bold;
}
.stat_name {
    font: normal 18px/100% Arial, Helvetica, sans-serif;
    display: block;
    text-align: center;
}
#nrl_engaged_stat, #nyc_engaged_stat, .engaged_stat, #total_engaged_stat {
    border-bottom: 1px solid #E8E8E8;
    color: #5283C2;
    margin: 25px 0;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.engaged_stat h2 {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
}
#total_engaged_stat {
    color: #019942;
}
#nyc_engaged_stat {
    color: #d7bd01;
    border-bottom: none;
}
#nyc_engaged_stat {
    color: #d7bd01;
    border-bottom: none;
}
#total_engaged_stat .stat {
    font-size: 40px;
}
#dashboard_card .tab-content > .tab-pane {
    display: block;     
    height: 0;          
    overflow-y: hidden;
}

#dashboard_card .tab-content > .active {
  height: auto;
}

p span.count {
    color: #31a668;
}
ul.report_tools li {
    list-style: none;
    font-size: .8rem;
    margin-bottom: .8rem;
}
.pagination
{
    margin: 10px 0 30px;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    background: #e8e8e8;
}
.items { padding: 8px 0 0; }
.items a { text-decoration: none; }
.items strong { padding: 0 5px; }

.page-number
{
    padding: 8px 15px 0 15px;
    font-weight: bold;
}
table tr.table-pagination td {
    padding: 0;
}
table tr.table-pagination td .pagination{
    border-radius: 0px;
    margin: 0;
}
.grey-text {
    color: #9e9e9e !important;
}
ul.li_names_fleft {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 20px;
}
ul.li_names_fleft li {
    float: left;
    width: 300px;
    list-style: none;
}
#grant_totals tr.total_amount_approved th,
#grant_totals tr.total_amount_requested th {
    font-size: 18px;
    padding: 31px 4px 32px 17px;
    text-align: right;
}
#grant_totals tr.total_amount_approved td,
#grant_totals tr.total_amount_requested td {
    font-size: 18px;
    padding: 31px 17px 32px 4px;
}
#grant_totals tr.total_amount_approved th,
#grant_totals tr.total_amount_approved td {
    background-color: #E6F4EC;
    color: #019942;
}
#grant_totals tr.total_amount_requested th,
#grant_totals tr.total_amount_requested td {
    background-color: #FEEBD6;
    color: #F78F1E;
}
#grant_totals tr.total_amount_approved td {
    font-weight: bold;
}
.font-small [type="checkbox"] + label {
    font-size: .8rem;
}

.white-skin .side-nav .collapsible li.current-menu-item a {
    background-color: rgba(0, 0, 0, 0.10);
    color: #0275d8;
}
.white-skin .side-nav li.current-menu-item a {
    background-color: rgba(0, 0, 0, 0.10);
    color: #0275d8;
}


.list-group .list-group-item span.first-name {
    display: block;
    color: #9e9e9e;
    white-space: nowrap;
    /*overflow: hidden;*/
}
.list-group .list-group-item span.last-name {
    display: block;
    font-weight: bold;
    color: #212121;
    white-space: nowrap;
    /*overflow: hidden;*/
}
.white-skin footer.page-footer {
    background-color: transparent;
}
.white-skin footer.page-footer .footer-copyright {
    color: #212121;
    background-color: transparent;
    font-size: 0.9rem;
}
footer.page-footer a {
    color: #0275d8;
}

.data-highlight {
    font-size: 1.2em !important;
    font-weight: bold !important;
}
.uppercase {
    text-transform: uppercase !important;
}
h6.smaller {
    font-size: .8rem;
}
label.smaller {
    font-size: .8rem;
}

.diagnosis {
    padding: 5px 10px;
    background-color: #0A246A;
    color: #fff;
}
.diagnosis.flourishing {
    background-color: #8BC34A;
}
.diagnosis.languishing {
    background-color: #D32F2F;
}
.diagnosis.moderate_mental_health {
    background-color: #F57C00;
}
.diagnosis_text.flourishing {
    color: #8BC34A;
}
.diagnosis_text.languishing {
    color: #D32F2F;
}
.diagnosis_text.moderate_mental_health {
    color: #F57C00;
}

.graph_legend_key i {
    height: 11px;
    width: 24px;
    display:inline-block;
    margin-right: 5px;
}
.suggestion_response_value {
    padding: 5px 10px 5px;
    margin-right: 20px;
    color: #fff;
}

.suggested_actions {
    padding: 20px;
    background-color: #F1F1F1;
    margin-top: 10px;
    margin-bottom: 0;
}
.suggested_actions ul {
    margin: 0;
}