/* Morphed from Scout2023.css */

/* MAIN COLORS IN SITE */
/*  - #06357a  Blue     */
/*  - #b4a486 && bcad92  Gold     */
/*  - #2c2a91  Secondary Blue */
/*  - #ffcc00  Yellow */
/*  - #ebebeb  Light beige (used as barely visible bg color on menus) */


#PageLoading
{
   background-image: url(/site/images/pageloading.gif);
   background-position: center;
   background-repeat: no-repeat;
   background-color: rgba(255, 255, 255, 0.4);
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
}


 
/* Links */
a {
        color: #1889c1;
        text-decoration: none;
}
   
a:hover {
        text-decoration: none;
        color: #ff0000;
}
 
/* unvisited link */
a:link {
        color: #1889c1;
}
 
/* visited link */
a:visited {
        color: #1889c1;
        text-decoration: none;
}
        
/* selected link */
a:active {
        color: #1889c1;
        text-decoration: none;
}




/* ============================================  */
/* ====  Shadowing for Profile Pictures  ======  */
/* ============================================  */

#fbprofile .shadow {
	*box-shadow: 2px 2px 2px #dcdbdd;
	-moz-box-shadow: 2px 2px 2px #dcdbdd;
	-webkit-box-shadow: 2px 2px 2px #dcdbdd;
	box-shadow: 2px 2px 2px #dcdbdd;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dcdbdd')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dcdbdd');
}


/* ======================================================================= */
/* ===========    PAGE TITLE   -  INFO AT TOP OF PAGES    ================ */
/* ======================================================================= */



/* page title */   
.page_title {
        float: left;
        width: 100%;
        *width: 1000px;
        *padding: 20px 10px;
        padding: 5px 5px;
        background: #eee;
        border-bottom: 1px solid #e3e3e3;
}
.page_title .title {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0px;
}
 
.page_title .title .my_popup_open {
        float:right;  
        margin-top : -15px;
        margin-right : 10px;
}
 
.page_title .title h1 {  
        margin: 0px 0px 0px 0px;
        background: none;
        font-weight: 300;
        color: #181818;
        font-size: 25px;
}
.page_title .pagenation {
        float: left;  
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        color: #999;
        margin: 4px 0px 0px 0px;
        padding: 0px;
}
.page_title .pagenation i {
        color: #727272;
        margin: 0px 2px 0px 2px;
}
.page_title .pagenation a {
        padding: 0px 0px 0px 0px;
        color: #727272;
}
.page_title .pagenation a:hover {
        color: #454545;
}


/* ======================================================================= */
/* ======================== FB PROFILE PAGE STUFF ======================== */
/* ======================================================================= */


#playerprofile_top_container {
        position: relative;
        width: 1480px;
        *padding-top : 5px;
        padding-top : 10px;
        padding-bottom : 5px;
        padding-left : 5px;
        z-index: 2;
}

#playerprofile_tablet_container {   
        position: relative;
        width: 100%;
        padding-top : 10px;
        padding-bottom : 5px;
        padding-left : 10px;
        margin-left : 10px;
        padding-left : 10px;
        z-index: 2;
}

#fbprofile {
        position: relative;
        width: 1480px;
        *padding-top : 10px;
        padding-bottom : 1px;
        *padding-left : 5px;
        z-index: 3;
}

#fbprofile .profile_left {
	position: relative;
        width: 250px;
        height: 300px;
        padding-top: 3px;
	padding-left: 3px;
	margin-left: 5px;
}

#fbprofile .profile_right {
	width: 725px;
        height: 295px;
        padding-top: 5px;
        padding-left: 5px;
        margin-left: 5px;
	float: left;
	background : url("/site/images/playerprofile_nums/PlayerProfile_BigNum_55.png") no-repeat;
}

#coachprofile {
        position: relative;
        width: 980px;
        *padding-top : 10px;
        padding-bottom : 1px;
        *padding-left : 5px;
        z-index: 3;
	background : url("/site/images/playerprofile_nums/PlayerProfile_BigNum_55.png") no-repeat;
}

#coachprofile .profile_left {
        position: relative;
        width: 180px;
        height: 300px;
        padding-top: 3px;
        padding-left: 3px;
        margin-left: 5px;
}

#coachprofile .profile_right {
        width: 725px;
        height: 295px;
        padding-top: 20px;
        padding-left: 5px;
        margin-left: 5px;
        float: left;
        background : url("/site/images/playerprofile_nums/PlayerProfile_BigNum_55.png") no-repeat;
}

.metascore {
	/* Not being used? */
        left: 270px;
}


#profile_powerpanel {
	/* Not being used? */
	position: absolute;
	top: 5px;	
	left: 800px;	
	z-index: 30;
}

#profile_powerpanel_schools {
	/* Not being used? */
        position: absolute;
        top: 228px;
        left: 880px;
        z-index: 30;
}

#profile_powerpanel_edit {
	/* Not being used? */
        position: absolute;
        top: 280px;
        left: 790px;
        z-index: 30;
}


.profile_left_schools {
        width: 515px;
        height: 190px;
        padding-top: 10px;
        padding-left: 10px;
}

.profile_right_schools {
        position: absolute;
        width: 450px;
        height: 200px;
        left: 530px;
        padding-top: 10px;
        padding-left: 10px;
}

.profile_right_schools .socialmedia_fb {
        margin-top: 4px;
        z-index: 35;
}

.profile_right_schools .socialmedia_fb img {
	vertical-align: top;
}

#profile_right_schools .socialmedia_tw {
        *position:absolute;
        *margin-left: 50px;
        *margin-top: 350px;
        z-index: 35;
        top: 5px;
	float: top;

}
 
#profile_mascot {
        position: absolute;
	font-class: RobotoRegular;
	font-size: 15px;
	color: #06357a;
        top: 151px;
        left: 380px;
        z-index: 30;
}


#fbprofile .profile_commit {
        position: absolute;
        font-class: RobotoRegular;
        font-size: 18px;
        color: #06357a;
        top: 165px;
        left: 580px;
        z-index: 35;
}

#fbprofile .mediaranks {
        position: absolute;
        font-class: RobotoRegular;
        font-size: 18px;
        color: #06357a;
        top: 300px;
        left: 255px;
        z-index: 36;
}

#fbprofile .profile_pwrpanel {
        position: absolute;
        font-class: RobotoRegular;
        font-size: 18px;
        color: #06357a;
        top: 5px;
        left: 810px;
        z-index: 36;
}

#fbprofile .profile_juco {
        position: absolute;
        font-class: RobotoRegular;
        font-size: 18px;
        color: #06357a;
        top: 270px;
        left: 575px;
	*background : url("/site/images/JUCO.png") center no-repeat;
        z-index: 35;
}

#profile_addevals {
        position: absolute;
        font-class: RobotoRegular;
        font-size: 18px;
        color: #06357a;
        top: 430px;
        left: 745px;
        z-index: 35;
}

#fbprofile .access_limited {
        position: absolute;
        font-class: RobotoRegular;
        top: 245px;
        left: 500px;
        z-index: 35;
}


#upper_return {
        position: absolute;
        font-class: RobotoRegular;
        top: 190px;
        left: 20px;
        z-index: 35;
}

#fbprofile .socialmedia_fb {
        position:absolute;
        margin-left: 25px;
        margin-top: 350px;
        z-index: 35;
        top: 5px;
}

#fbprofile .socialmedia_tw {
        position:absolute;
        margin-left: 50px;
        margin-top: 350px;
        z-index: 35;
        top: 5px;

}

#fbprofile .owner_tss {
        *background: #06357a;
        *background: #2d6cc7;
        background: #06357a;
        font-size:14px;
        color: #ffcc00;
        width: 225px;
        text-align: center;
        height: 48px;
        *vertical-align: baseline;
        margin-top: 10px;
        margin-left: -2px;
}

#fbprofile .owner_tss img {
        #vertical-align: top;
}

#coachprofile .owner_tss {
        *background: #06357a;
        *background: #2d6cc7;
        background: #06357a;
        font-size:14px;
        color: #ffcc00;
        width: 173px;
        text-align: center;
        height: 32px;
        *vertical-align: baseline;
        margin-top: 10px;
        margin-left: -2px;
}

#coachprofile .owner_tss img {
        #vertical-align: top;
}

#box_logout {
        position: absolute;
        font-class: RobotoRegular;
	*color:	#06357a;
	color:	#ff0000;
        top: 180px;
        left: 10px;
        vertical-align: top;
        z-index: 35;
}

#returnsearch {
        position:absolute;
        font-size:11px;
        left: 1000px;
        top: 270px;
        font-family: Rockwell;
        color:white;
        z-index: 100;
}

.verticalLine {
    *border-left: thick solid #ff00cc;
    height: 250px;
    width: 1px;
    background-color: #06357a;
    float: left;
}


/* ======================================================================= */
/*=====================  HOME Page, Catagory Boxes ========================*/            
/* ======================================================================= */
#home_catagory
{
        font-family : RobotoRegular;
        font-size: 13px;
        *background: #ffffff;
        margin: 5px;
        *width: 330px;
        border-collapse: collapse;
        text-align: left;
        vertical-align: middle;
        line-height: 1.4em;
        *border: 1px solid #69c;
}
#home_catagory th
{
        font-size: 14px; 
        font-weight: normal;
        color: #2c2a91;
        padding: 2px 2px;
        *border-bottom: 2px solid #6678b1;
        vertical-align: middle;
}
#home_catagory td
{
        color: #000;
        padding: 2px 2px 0px 2px;
        vertical-align: middle;
}
#home_catagory tbody tr:hover td
{
        color: #009;
        *background: #d0dafd;
        vertical-align: middle;
}



/* ======================================================================= */
/* ==================     HOME PAGE POPUP     ============================ */
/* ======================================================================= */
#HomePop
{   
    height : 50px;
    background-color:blue;
}
         
#ac-wrapper {
    background: url("images/pop-bg.png") repeat top left transparent;
    position: fixed;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
    font-family : RobotoRegular;
    z-index: 1001;
}
#ac-popup {
    background: none repeat scroll 0 0 #fed739;
    font-family : RobotoRegular;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    top: 50%
    left: 50%
    height: 561px;
    margin: 5% auto;
    ;position: relative;
    width: 597px;
    padding : 10px 10px 10px 10px;
    z-index: 1001;
}
 
#ac-popup ig {
    float: left;
    border: 1px solid black;
    margin: 11px 11px 11px 11px;
}


/* ======================================================================= */
/* ==================     HOME PAGE ALIGNMENT    ========================= */
/* ======================================================================= */


.content_left {
        float: left;
        width: 71%;
        padding: 40px 0px 40px 0px;
        .border-bottom: 5px solid #f3f3f3;
}
.content_left_juco {
        float: left;
        width: 99%;
        padding: 20px 0px 20px 0px;
        border-bottom: 5px solid #f3f3f3;
}
        
.content_left_coachmgmt {
        float: left;
        width: 99%;
        padding: 20px 0px 20px 0px;
        border-bottom: 5px solid #f3f3f3;
}
 
.content_middle_juco {
        width: 35.5%;
        padding: 40px 0px 40px 0px;
}
        
.content_fullwidth { 
        float: left;
        width: 100%;
        padding: 40px 0px 50px 0px;
}
.right_sidebar {
        float: right;
        width: 25%;
        padding: 40px 0px 40px 0px;
}
.left_sidebar {
        float: left;
        width: 25%;
        padding: 40px 0px 50px 0px;
}
.content_right {
        float: right;
        width: 71%;
        padding: 40px 0px 40px 0px;
}


/* ======================================================================= */
/* ===========      Used on HOME page for College/Staff     ===============*/
/* ======================================================================= */

.box{
  box-model: border-box;
  border: 3px solid transparent;
  background-clip:padding-box;
}

.home_box{
  box-model: border-box;
  border: 3px solid transparent;
  background-clip:padding-box;
}

.home_infobox {
        width: 100.%;
        border-radius: 5px;
        border: 5px solid #dbdae3;
        min-height: 200px;
}

.home_infobox h3 {
        color: #272727;
        border-bottom: 1px solid #eee;
        padding: 5px 0px;
        margin-bottom: 8px;
		font-size: 18px;
}
.home_infobox h5 {
        color: #1889c1;
        margin-bottom: 3px;
        font-size: 14px;
}
.home_infobox h5 img {
        margin-right: 10px;
        float: left;
}
.home_infobox a {
        color: #454545;
}
.home_infobox a:hover {
        color: #1889c1;
}
.home_infobox p strong {
        font-weight: 600;
}



/* ======================================================================= */
/* ===========      Used on PROFILES in 2022       ========================*/
/* ======================================================================= */

.probox{
  box-model: border-box;
  border: 1px solid transparent;
  background-clip:padding-box;
}

.profile_box{
  box-model: border-box;
  border: 2px solid transparent;
  background-clip:padding-box;
}
        
.profile_box {
        width: 100.%;
        border-radius: 5px;
        border: 2px solid #dbdae3;
}
 
.profile_box h3 {
        color: #272727;
        border-bottom: 1px solid #eee;
        padding: 5px 0px;
        margin-bottom: 8px;
	font-size: 18px;
}
.profile_box h5 {  
        color: #1889c1;
        margin-bottom: 3px;
        font-size: 14px;
}
.profile_box h5 img {
        margin-right: 10px;
        float: left;
}
.profile_box a {
        color: #454545;
}
.profile_box a:hover {
        color: #1889c1;
        text-decoration: none;
  
}
.profile_box a:active {
        text-decoration: none;
}

.profile_box p strong { 
        font-weight: 600;
}






/* == Used on PLAYER PROFILE FB ====================================================== */
.fbtooltip {
        display:        inline-block;
}




.title-whoami {
  position: relative;
  top: -35px;
  float: right;
  width: 200px;
  font-size: 12px;
}




/* ============================================  */
/* ====   FOR PROFILE PAGE 2022          ======  */
/* ============================================  */
/* https://bootstrapious.com/p/bootstrap-tabs */

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 10rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 10rem !important;
  }
}


/* RUSS ADDED 2024 */

@media (min-width: 600px) {
    .container{max-width: 600px;width: 600px;}
}
@media (min-width: 768px) {
    .container{max-width: 900px;}
}
@media (min-width: 992px) {
    .container{max-width: 900px;}
}
@media (min-width: 1024px) {
    .container{width: 970px;}
}
@media (min-width: 1200px){
    .container{width: 1170px;max-width: 1170px;}
}








/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  color: #555;
  border-color: #2b90d9;
}

/*
body {
  background: #304352;
  background: -webkit-linear-gradient(to right, #304352, #d7d2cc);
  background: linear-gradient(to right, #304352, #d7d2cc);
  min-height: 100vh;
}
*/

body {
	*display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.nav-pills .nav-link {
  color: #555;
  background: #ebebeb;
}
.text-uppercase {
  letter-spacing: 0.1em;
}

.nav-tabs{
    display: flex;
}
.nav-tabs li {
    display: flex;
    flex: 1;
}

.nav-tabs li  a {
    flex: 1;
}




/* Create "fit" class for tables to make table cell width to actual content */
.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}



.negative-margin {
  margin: -10px;
  padding: -10px;
}
 
.btn-extrasm > .btn {
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.3rem;
  --bs-btn-font-size: 0.575rem;
  --bs-btn-border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .attbtn {
    transition: none;
  }
}


/* Hover Button Coloring */
.attendant-button:hover {
    *background-color: #6ea4fd; /* Desired hover background color */
    background-color: #dae8ff; /* Desired hover background color */
    border-color: #6c757d; /* Optional: Match the border color */
    color: #6c757d; /* Change text color to white */
}






.custom-dropdown {
    position: relative;
    display: inline-block;
}

#dropdownButton {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.custom-dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 5px;
}

.custom-dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.custom-dropdown-menu a:hover {
    background-color: #f1f1f1;
}
