
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: sans-serif;*/
}

body
{
	margin: 0;
	padding: 0 0px;
	/*padding: 0 10px;*/
	background-color: #224d2d;	
}

/*body {
	background-color: #eee;
}*/

table 
{
    background-color: white ;
}

a {
	text-decoration: none;
}
      a:hover 
      {
         color: orange;
      }      


/* *************************** */
/*From Results update... start */
/* *************************** */

/*        .update, .delete, .walkoverhome, .walkoveraway
        {
            background-color: green;
            color: white;
            border: 0;
            outline: none;
            border-radius: 5px;
            height: 23px;
            width: 80px;
            font-weight: bold;
            cursor: pointer;
        }*/

        /* red button in ResultsUpdate - update a score that has already been given */
        .updatescore
        {
            background-color: red;
            color: white;
            border: 0;
            outline: none;
            border-radius: 5px;
            height: 23px;
            width: 80px;
            font-weight: bold;
            cursor: pointer;
        }
         .updatescore:hover
        {
            background-color: darkred;
            /*color: black;*/
        }
        
        
        
        
        
        
        
        /* orange button in ResultsUpdate - remove a score that has already been given */
        .removescore
        {
            background-color: orange;
            color: white;
            border: 0;
            outline: none;
            border-radius: 5px;
            height: 23px;
            width: 80px;
            font-weight: bold;
            cursor: pointer;
        }
         .removescore:hover
        {
            background-color: darkred;
            /*color: black;*/
        }
        
        
        
        
        
        .walkoverHome
        {
            background-color: blue;
        }
        .walkoverAway
        {
            background-color: purple;
        }
        .homeplayer 
        {
            text-align: right;
            padding-right: 5px;
        }
         .awayplayer 
        {
            text-align: left;
            padding-left: 5px;
        }
        .score 
        {
            text-align: center;
        }


        .scoreright 
        {
            text-align: left;
            border-left: 1px dotted;
            border-right: 1px dotted;

        }
        .scoreleft 
        {
            text-align: right;
            padding-left: 0;
            padding-right: 0;
            margin-right: 10;
            margin-left: 10;
            border-left: 1px dotted;

            border-right: 1px dotted;

        }

        .tableheader {
            background-color: #224d2d;
            color: white;
        }
        .rndheading {
            background-color: #abe0a8;
            text-align: center;
        }
        .detailrow {
            background-color: whitesmoke;
        }

/* ************************* */
/*From results update ...end */
/* ************************* */



/* ******************************************** */
/* START - for UserResultsUpdateSingleScore.php */
/* ******************************************** */
.container2 .PageTitle
{
	text-align: center;
	font-size: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #253f4d;
	width: 100%;
	color: white;
}
/* !!!!! HERE!!!!!! */

.container2 .SubTitle2 
{
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #253f4d;
	width: 100%;
	color: white;
}

.container2
{

	width: 370px;
	text-align: center;
	background-color: white;
	margin: 5px auto;
	padding: 5px;
	box-shadow: 5px 5px 5px rgb(0, 0, 0 0.5);
	border: 2;
}


.input_field_left
{
	width: 30%;
	/*height: 80px;*/
	border: 0;
	font-size: 15px;
	border-spacing: 0;
	text-align: right;
	word-wrap: break-word;
}

.input_field_right
{
	width: 30%;
	/*height: 80px;*/
	border: 0;
	font-size: 15px;
	border-spacing: 0;
	text-align: left;
	word-wrap: break-word;
}
.input_field2
{
	width: 10%;
	height: 40px;
	font-size: 16px;
	background-color: yellow;
}
.input2
{
	width: 30%;
	margin-right: 10px;
	font-size: 30px;
	border: 2;
}


.button
{
	width: 30%;
	height: 40px;
	
}
.button:hover
{
	background-color: #253f4d;
	color: white;
	
}


.view-bigbutton
{
    /*background-color: #5494b8;*/
    background-color: green;
    color: white;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 35px;
    width: 200px;
    font-weight: bold;
    cursor: pointer;
}
.view-bigbutton:hover
{
    background-color: orange; 
    color: black;
}


.view
{
    /*background-color: #5494b8;*/
    background-color: green;
    color: white;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 23px;
    width: 80px;
    font-weight: bold;
    cursor: pointer;
}
.view:hover
{
    background-color: orange; 
    color: black;
}
.update
{
    /*background-color: #5494b8;*/
    background-color: blue;
    color: white;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 23px;
    width: 80px;
    font-weight: bold;
    cursor: pointer;
}
.update:hover
{
    background-color: orange; 
    color: black;
}




/* v3.0 change - email personal details to all players */

.emailall {
    background-color: yellow;
    color: black;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 23px;
    width: 150px;
    font-weight: bold;
    cursor: pointer;
}

.emailall:hover {
    background-color: orange;
    color: black;
}





.update-bigbutton
{
    /*background-color: #5494b8;*/
    background-color: blue;
    color: white;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 35px;
    width: 200px;
    font-weight: bold;
    cursor: pointer;
}
.update-bigbutton:hover
{
    background-color: orange; 
    color: black;
}


.delete
{
    /*background-color: #5494b8;*/
    background-color: red;
    color: white;
    border: 0;
    outline: none;
    border-radius: 5px;
    height: 23px;
    width: 80px;
    font-weight: bold;
    cursor: pointer;
}


.delete:hover
{
	background-color: crimson; 
    color: black;
}



.inputgrey
{
	background-color: lightgrey; 
}


/* ******************************************** */
/* END   - for UserResultsUpdateSingleScore.php */
/* ******************************************** */

/* ******************************************** */
/* START   - additional css for other progs     */
/* ******************************************** */
		.delete:hover
		{
			background-color: red;
			color: black;
		}




/*for form headers*/
.form-title{

    background-color: #224d2d;
    /*background-color: #009879;*/

    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 12px 0px;
    margin-bottom: 20px;
    margin-top: -10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px ;

}

/* ******************************************** */
/* END     - additional css for other progs     */
/* ******************************************** */







/* ********************************* */
/* START - for the table arrangement */
/* ********************************* */
.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 360px;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 12px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

/* ************************************* */
/* END   - for the NEW table arrangement */
/* ************************************* */



/* ************************************************** */
/* START - For highlighting table headers for sorting */
/* ************************************************** */

th.tabhdg 
{
    cursor: pointer;
}
.tabhdg:hover {
    background-color: crimson;
    /*transition: 0.3s;*/
}

/* ************************************************** */
/* END   - For highlighting table headers for sorting */
/* ************************************************** */






/* ************************************ */
/* START - for the Navbar arrangement   */
/* ************************************ */

nav {
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	color: #FFF;
	padding: 0rem 1.5rem;
}

nav h1 {
	letter-spacing: 5px;
	padding: 0.5rem 1rem;
	padding-right: calc(1rem - 5px);
	border: 3px solid white;
	/* border-radius: 8px; */
}

nav h1:hover {
	color: crimson;
}

/*amjad*/
.logo a
{
	margin: 0 1rem;
	color: white;
	text-decoration: none;
	transition: 0.3s;

}



.menu {
	display: none;
	align-items: center;
	margin: 0 -1rem;
}

.menu a {
	margin: 0 1rem;
	color: white;
	text-decoration: none;
	transition: 0.3s;
}

.menu a:hover {
	color: crimson;
}

.hamburger {
	appearance: none;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;

	display: block;
	width: 2rem;
	height: 2rem;
}

.hamburger span {
	color: #FFF;
	font-size: 2rem;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;

	padding-top: 6rem;
	opacity: 0;
	transform: translateY(-100%);
	background-color: #000;
	color: #FFF;
	transition: 0.3s;
}

.mobile-menu.is-open {
	opacity: 1;
	transform: translateY(0);
}

.mobile-menu a {
	display: block;
	padding: 1rem;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 1.25rem;
	transition: 0.3s;
}

.mobile-menu a:hover {
	color: crimson;
	background-color: #FFF;
}


/* ************************************ */
/* END   - for the Navbar arrangement   */
/* ************************************ */


.tableheader 
{
    background-color: #8ff589;
    color: black;
}

.container
{
	max-width: 500px;
	width: 100%;
	background-color: white;
	margin: 20px auto;
	padding: 30px;
	box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.5);
	/*box-shadow: 5px 5px 5px rgb(0, 0, 0 0.5);*/
}

.container .title 
{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #224d2d; 
	text-transform: uppercase;
	text-align: center;
}

.container .form 
{
	width: 100%;
}

.container .form .input_field
{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.container .form .input_field label
{
	width: 200px;
	margin-right: 10px;
	font-size: 14px;
}

.container .form .input_field .input,
.container .form .input_field .textarea 
{
	width: 100%;
	outline: none;
	border: 1px solid #D071f9;
	font-size: 15px;
	padding: 8px 10px;
	border-radius: 3px;
	transform: all 0.5s ease;
}

.container .form .input_field .textarea 
{
	resize: none;
	height: 70px;
}

.container .form .input_field .custom_select
{
	position: relative;
	width: 100%;
	height: 37px;
}


.container .form .input_field .custom_select select
{
	-webkit-appearance:  none;
	appearance:  none;
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	border: 1px solid #D071f9;
	border-radius: 3px;
	outline: none;
}


.container .form .input_field .custom_select:before
{
	content: "";
	position: absolute;
	top:   12px;
	right: 10px;
	border: 8px solid black;
	border-color: #224d2d transparent transparent transparent;
	pointer-events: none;
}  

.container .form .input_field .input:focus,
.container .form .input_field .textarea:focus,
.container .form .input_field select:focus

{
	border: 1px solid purple;
}

.container .form .input_field p
{
	font-size: 14px;
	color: #757575;
}

.container .form .input_field .check
{
	width: 15px;
	height: 15px;
	position: relative;
	display: block;
	cursor: pointer;
}

.container .form .input_field .check input[type="checkbox"]
{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.container .form .input_field .check .checkmark
{
	width: 15px;
	height: 15px;
	border: 1px solid #D071f9;
	display: block;
	position: relative;

}
 

.container .form .input_field .check .checkmark:before
{
	content: "";
	position: absolute;
	top: 1px;
	left: 2px;
	width: 5px;
	height: 2px;
	border: 2px solid;
	border-color: transparent transparent white white;
	transform: rotate(-45deg);
}

.container .form .input_field .check input[type="checkbox"]:checked ~ .checkmark
{
	background: #D071f9;
}

.container .form .input_field .check input[type="checkbox"]:checked ~ .checkmark:before
{
	display: block;
}

.container .form .input_field .btn
{
	width: 100%;
	padding: 8px 10px;
	font-size: 15px;
	border: 0;
	background: #224d2d;
	color: white;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
}

.container .form .input_field:last-child
{
	margin-bottom: 0;
}

.container .form .input_field .btn:hover
{
	background: #8ff589;
	color: black;
}

.PageTitle 
{
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
	color: white;
}
.SubTitle 
{
	/*text-align: center;
	font-size: 20px;*/
	padding-top: 20px;
	color: red;
}

.SubTitle2 
{
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	color: green;
}

.SubTitle3 
{
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	color: white;
}

.LoginCentre {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	background-color: white;
	border-radius: 5px;
	color: #253f4d;
}

.LoginCentre h1
{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid silver;
}

.LoginForm 
{
	padding-bottom: 15px;
	margin: 0 20px;
	text-align: center;
}

.LoginTextField 
{
	width: 100%;
	height: 50px;
	font-size: 18px;
	border: 2px solid #D071f9;
	box-sizing: border-box;
	padding-left: 10px;
	margin: 7px 0;
	border-radius: 5px;
}

.LoginBtn
{
	width: 100%;
	height: 50px;
	background-color: #224d2d;
	border-radius: 5px;
	font-size: 20px;
	margin: 7px 0;
	color: white;
	border: 0;
	cursor: pointer;
}

.LoginBtn:hover
{
	background-color: #8ff589;
	color: black;
	display: block;
}


.LoginBtn2:hover
{
	background-color: #8ff589;
	color: black;
	display: block;
}

.LoginForgotPswd 
{
	font-size: 16px;
	padding: 4px 0;
	margin: 3px;
}

.LoginLink 
{
	text-decoration: none;
	color: #253f4d;
}

.LoginLink:hover {
	color: orange;
}


.PasswordToggle 
{
	text-decoration: none;
	color: #253f4d;
	cursor: pointer;
}

.PasswordToggle:hover {
	color: orange;
}


.Tabletitle 
{
	text-align: center;
	font-size: 25px;
	padding-top: 20px;
	color: #c2f542;
}

.Tablecontents
{
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
	color: white;
	text-decoration: none;
}

.Tablecontents:hover
{
	color: orange;
}


.LinkBtn2
{
color: white;
}

.LinkBtn2:hover
{
color: black;
background-color: #A88300;

}

.LinkBtn3
{
color: black;
}

.LinkBtn3:hover
{
color: black;
background-color: #B500F5;
}

/*make a button out of nothing(?)*/
.LinkBtn
{
	width: 100%;
	height: 50px;
	background-color: #224d2d;
	border-radius: 5px;
	font-size: 20px;
	margin: 7px 0;
	color: white;
	border: 0;
	cursor: pointer;
}
.LinkBtn:hover
{
	background-color: #8ff589;
	color: black;
}

.tableheader 
{
    background-color: #8ff589;
    color: black;
}

/*to alternate row colours in a table*/
.backcolor
{
    background-color: #abe0a8;
}
.backcolor2
{
    background-color:whitesmoke;
}   









/*@media (max-width: 420px)*/
@media (min-width: 768px)
{
    
	.LoginCentre 
	{
		width: 88%;
	}

	.container .form .input_field
	{
		flex-direction: column;
		align-items: flex-start;
	}

	.container .form .input_field label
	{
		margin-bottom: 5px;

	}
	.container .form .input_field.terms 
	{
		flex-direction: row;
	}


	.mobile-menu, .hamburger {
		display: none;
	}

	.menu {
		display: flex;
	}
}