﻿/* Default Design */
@font-face {
	font-family: IranSans;
	src: url(fonts/iran_sans.ttf)
}

@font-face {
	font-family: yakan;
	src: url(fonts/yekan.ttf);
}

:root {
    --bc1: #9c8321;
    --bc1d10: #72621d;
    --bc1l50: #ffffba;
    --bc2: #02254b;
    --bc2a: #011b39;
    --bc2d10: #000c32;
    --bc2d20: #010913;
    --bc3: #bbbdbd;
    --bc4: #ebeae6;
    --bc5: #f4f4f3;
    --bc6: #8d8d8d;
    --headline: "Champion",Impact,sans-serif;
    --body: "GothamBook",Arial,Helvetica,sans-serif;
    --med: "GothamMed",Arial,Helvetica,sans-serif;
    --quote: "Argesta",Georgia,serif;
    --headerComp: 0px;
    --headerScroll: 90px;
}	


* {
  margin: 0;
  padding: 0;
}

html {
	direction: rtl;
	background: url('images/karback.jpg')
		no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: IranSans;
	font-size: 16px;
	color: #2B2B2B;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: center;
}

h1 {
	FONT-SIZE: 1.5em;
	font-weight: bold;
}

h2 {
	FONT-SIZE: 1.4em;
	font-weight: bold;
}

h3 {
	FONT-SIZE: 1.3em;
	font-weight: bold;
}

h4 {
	FONT-SIZE: 1.2em;
	font-weight: bold;
}

h5 {
	FONT-SIZE: 1.1em;
	font-weight: bold;
}

label {
    width: 100px;
    height: 30px;
}

inputfree {
	font-family: IranSans;
	COLOR: var(--bc2);
	background-color: var(--bc5);
	border:1px solid var(--bc2a);
	height: 35px;
	padding: 1px;
	border-radius: 3px;
}

inputfree:focus{
    outline: none;
}

input:disabled {
	COLOR: #aaaaaa;
}

.inputleft {
	direction: ltr;
	COLOR: #444444;
	BORDER: #666666 1px solid;
	padding: 1px;
	border-radius: 3px;
	background-color: #FFFFFF;
}

.inputright {
	direction: rtl;
	COLOR: #444444;
	border: #666666 1px solid;
	padding: 1px;
	border-radius: 3px;
	background-color: #FFFFFF;
}

.input {
	direction: rtl;
	COLOR: #444444;
	BORDER: #666666 1px solid;
	padding: 1px;
	border-radius: 3px;
	background-color: #FFFFFF;
}

input#mysubmit {
	align-self: center;
	text-align:center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-color: var(--bc2);
	border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--bc2);
  cursor: pointer;
  display: inline-block;
  font-family: IranSans;
  font-size: 1.2rem;
	font-weight:bold;
  line-height: 23px;
  outline: none;
  margin-left: 1.2rem;	
  padding: .5rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

input#mysubmit:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px var(--bc2a), 0 0 5px darkblue;
}

input#mysubmit:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

input#mysubmit:disabled {
	COLOR: #aaaaaa;
}

textarea {
	COLOR: #444444;
	FONT-FAMILY: IranSans;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	border-radius: 3px;
}

select {
	COLOR: #444444;
	FONT-FAMILY: IranSans;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	border-radius: 3px;
}

tr {
	vertical-align: top;
}

td {
	font-family: IranSans;
	color: #2B2B2B;
}


/*  Start - MenuIcon */

.container {
  padding-top : 5px;
  display: inline-block;
  cursor: pointer;
}

.top-menu-button {
  font-size: 2.5rem;
}

/*  End - MenuIcon */

.tool-bar {
    position:fixed;
    z-index : 900 ;
    top : 50px ;
    height: 50px;
    width: 100%;
    background-color: var(--bc5);
    border-bottom: 3px var(--bc2) solid;
}

.bc1 {
    color: #fff;
    border: 2px solid var(--bc1);
    background-color: var(--bc1);
}

.btn, .btn:active, .btn:visited {
    display: table;
    width: auto;
	font-family: IranSans;
	font-size : 1rem ;

}

.submitButton {
	font-family: IranSans;
	font-size : 1rem ;
	height : 40px;
	width : 150px;
	background-color: var(--bc1);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	text-align: center;
	margin-top: 10px;
}


.sValue {
	height: 25px;
	COLOR: #5F5F5F;
	FONT-FAMILY: IranSans;
	cursor: pointer
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
}

.arightMenu {
	height: 25px;
	COLOR: #CACABF;
	FONT-FAMILY: IranSans;
	TEXT-DECORATION: none;
	cursor: pointer
}

.arightMenu:visited {
	height: 25px;
	COLOR: #ffffff;
	FONT-FAMILY: IranSans;
	TEXT-DECORATION: none;
	cursor: pointer
}

.arightMenu:hover {
	height: 25px;
	COLOR: #2B2B2B;
	FONT-FAMILY: IranSans;
	TEXT-DECORATION: none;
	cursor: pointer
}

.alinkLight {
	COLOR: #156895;
	FONT-FAMILY: IranSans;
	font-size: 1em;
	cursor: pointer
}

.alinkLight:visited {
	COLOR: #156895;
}

.alinkLight:hover {
	COLOR: #156895;
}

.alinkDark {
	COLOR: #F8F8F8;
	FONT-FAMILY: IranSans;
	font-size: 1em;
	font-weight: normal;
	TEXT-DECORATION: none;
	cursor: pointer
}

.alinkDark:hover {
	COLOR: #88F8F8;
}

.textDark {
	COLOR: #CACABF;
	FONT-FAMILY: IranSans;
	TEXT-DECORATION: none;
	cursor: default;
}

.textHighLight {
	COLOR: #FF8000;
	FONT-FAMILY: IranSans;
	TEXT-DECORATION: none;
	cursor: default;
}

.alertMessage {
	font-weight: bolder;
	color: #FE2142;
}

.master-div {
}


#result {
	color: #FF0066;
}



#topDiv {
	width: 100%;
	height: 50px;
    color :#E1EDF7 ;
    background-color: #011b39 ;
}

.loginDiv {
	font-size :1.2em;
	background-color : var(--bc4);
	text-align : right;
	border : 1px solid #081117;
	border-radius : 5px;
	position : absolute;
	top :280px;
	transform : translate(-50%, -50%);
	padding : 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: rgba(136, 248, 248, 0.6) 0px 4px 16px,
			rgba(136, 248, 248, 0.6) 0px 8px 24px, rgba(136, 248, 248, 0.6) 0px
			16px 56px;
}

.loginTitle {
	height: 80px;
}

.loginSubmit{
	font-size : 1em ;
	width : 150px;
    height: 40px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	text-align: center;
	transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
	margin-top: 10px;
    color: #fff;
    border: 2px solid var(--bc1);
    background-color: var(--bc1);
}


#main {
	position: absolute;
	width: 100%;
	top: 50px;
	bottom: 35px;
}

#menuDiv {
	position: fixed;
	background-color : #FFFFFF;
	width: 250px;
	height : 80%;
	top: 50px;
	right: 0px;
	text-align: right;
	color: #FFFFFF;
	background-color: #FFFFFF;
	z-index: 9999;
}

.top-line-link {
            color: #fff;
            font-weight: normal;
            display: inline-block;
            margin: 10px;
}

.top-line-link a {
	font-size: 1.5rem;
	color:white;
	margin-top:12px ;
}

#mainBody {
	text-align: right;
	height : 100%;
	overflow: scroll;
	width: 100%;
}

#mainBody::-webkit-scrollbar {
	display: none
}

.hInput {
	display: none;
}

/* start - topIcon */

.topIcon {
	width:200px ;
	padding-left: 25px;
	padding-top: 10px;
}



/* end - topIcon */


/*  Start - userMenu */


div::-webkit-scrollbar {
    display: none ;
}

.ui-menu {
  cursor: pointer;
}

#userMenuDiv {
  border: 2px solid #F0F0F0;
  border-radius: 2px;
  background-color: #FFFFFF;
  text-align: right;
  height: 100%;
  overflow: scroll;
}

.userMenuGrp {
  font-family: IranSans;
  font-size: .9em;
  vertical-align: middle;
  color : #484848;
  height:20px;
  border-top : 1px #F0F0F5 Solid;
}

.userMenuGrp:hover {
    color : #FF7606;
}

.userMenuItem {
    color :  #48719B;
}

.userMenuItem:hover {
    color : #71ADCA;
}


/*  End - userMenu */


footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 40px;
	background-color: #011b39;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #9c8321;
	color: #E1EDF7;
}

/* start - sportteamsgrid.php */

.mtg-trRow {
	float: right;
	width: 700px;
	height: 220px;
	background-color: var(--bc5);
	border: 1px solid var(--bc2) ;
	margin: 10px;
}

.mtg-tdRow {
	height: 30px;
	margin: 10px;
	font-weight: normal;
	text-align: right;
}

.mtg-trRow:hover {
	background-color: var(--bc4);
}

/* end - sportteamsgrid.php */



/* start - sportteamsgrid.php */

.stg-tr-row {
	float: right;
	width: 350px;
	height: 300px;
	background-color: var(--bc5);
	border: 1px solid var(--bc2) ;
	margin: 10px;
}

.stg-tr-row:hover {
	background-color: var(--bc4);
}

.stg-td-row {
	margin: 10px;
}

.stg-td-row span {
    margin: 5px;
}

.stg-td-row-title {
    background-color: var(--bc5) ;
    margin: 0px;
    padding-top: 10px ;
    height: 50px;
    text-align: center;
    border-bottom: 5px solid var(--bc1);
}

.stg-td-row-title span {
    margin: 15px;
    font-size: 1.3rem;
    color: var(--bc2);
    font-weight: bold;
 }

.stg-td-row-icons {
    padding-top: 15px ;
    height: 70px;
}


/* end - sportteamsgrid.php */

/* start - sportteamsgrid.php */

.tmg-trRow{
	float: right;
	width: 450px;
	height: 320px;
	background-color: var(--bc5);
	border: 1px solid var(--bc2) ;
	margin: 10px;
	overflow: hidden;
}


.emg-tr-row{
	width: 450px;
	height: 340px;
	background-color: var(--bc5);
	border: 1px solid var(--bc2) ;
	margin: 10px;
}


/* end - sportteamsgrid.php */



.searchBox {
	position: fixed;
	background-color : var(--bc4);
	width: 250px;
	height : 50px;
	top: 55px;
	left: 5px;
	text-align: right;
	border: 1px solid var(--bc6);
	z-index: 999;
}

.tool-bar-icon {
	color : var(--bc2a);
}

.tool-bar-icon:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px var(--bc2a), 0 0 5px darkblue;
}


.row-icon {
  color: var(--bc1);
  font-size: 2rem;
}
.row-icon:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px var(--bc2a), 0 0 5px darkblue;
}

.my-icon {
    width: 64px;
    height: 64px;
	color : var(--bc2a);
}

.my-icon:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px var(--bc2a), 0 0 5px darkblue;
}

.docIcon {
	position:absolute;
	color:var(--bc1d10);
	font-size:1.5rem;
	margin:3px 5px ;
}

.docIcon:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px var(--bc2a), 0 0 5px darkblue;
}

.them-cardIcon {
    position: absolute;
	color:var(--bc1d10);
	font-size:1.5rem;
	margin:3px 5px ;
}

.them-cardIcon:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px var(--bc2a), 0 0 5px darkblue;
}


.memArchiveIcon {
	position:absolute;
	color:#ffffff;
	font-size:1.2rem;
	margin:170px 5px ;	
}
.memArchiveQty {
	position:absolute; 
	color:#ffffff;
	background-color:#ff3366; 
	font-size:0.6rem; 
	margin:168px 15px ;	
	font-family: serif;
	font-weight:bolder;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	text-align: center; 
}

.memMassageIcon {
	position:absolute; 
	color:#ffffff; 
	font-size:1.2rem;
	margin:205px 5px ;	
}
.memMassageQty {
	position:absolute;
	color:#ffffff;
	background-color:#ff3366; 
	font-size:0.6rem; 
	margin:203px 15px ;	
	font-family: serif;
	font-weight:bolder;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	text-align: center; 
}

.memStatusIcon {
	position:absolute; 
	color:#ffffff; 
	font-size:1.2rem;
	margin:240px 5px ;	
}

.redPointIcon {
	position:absolute; 
	color:#ff3333;
	font-size:0.9rem; 
	margin:200px 15px ;	
}

/* button */
.txtButton {
	align-self: center;
	text-align:center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-color: var(--bc2);
	border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--bc2);
  cursor: pointer;
  display: inline-block;
  font-family: IranSans;
  font-size: 1.2rem;
	font-weight:bold;
  line-height: 23px;
  outline: none;
  margin-left: 1.2rem;	
  padding: .5rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width:100px;
}

.txtButton:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px var(--bc2a), 0 0 5px darkblue;	
}

.txtButton:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}


/* start - viewteams */

.players {
    width : 100% ;
    height : 338px ; "
    text-align: right ;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
}
.players:hover {
	background-color: var(--bc4);
}

.coachers {
    width : 100% ;
    margin : 20px 20px 0px 0px ;
    text-align: right ;
    border: 1px #444444 solid;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.leaders {
    width : 100% ;
    margin : 20px 20px 0px 0px ;
    text-align: right ;
    border: 1px #444444 solid;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.doctors {
    width : 100% ;
    margin : 20px 20px 0px 0px ;
    text-align: right ;
    border: 1px #444444 solid;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.docImage:hover {
    box-shadow:  0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#btnPrsImage {
    position: relative ;
    background-color: #EEEEEE ;
    width: 150px ;
    height: 29px ;
    text-align: center ;
    font-weight: bold ;
    color: #333333 ;
    padding-top : 1px;
}

#btnPrsImage:hover {
    background-color: #fdf5ce;
    color: #597DB7;
    cursor: pointer;
    height: 28px ;
    padding-top : 2px;
    box-shadow:  0 6px 10px 0 rgba(0, 0, 0, 0.19), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.btnUpLoad {
    position: relative ;
    background-color: var(--bc1) ;
    width: 70px ;
    height: 21px ;
    text-align: center ;
	font-size:0.7rem;
    font-weight: bold ;
    color: #fff ;
}

.btnUpLoad:hover {
    background-color: var(--bc1d10) ;
    cursor: pointer;
}

.divLabel {
    float : right ;
    width : 30px ;
    height: 100% ;
    border-left: 1px #33CC99 dotted ;
}

.gLabel {
    padding-right: 10px ;
    color: #FFFFFF ;
    font-size: 1.2rem ;
    font-weight: normal ;
    text-shadow: 2px 2px 4px #fdf5ce;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);77
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
}

.itemButton:hover {
            -webkit-transform : rotate(10deg);
            -ms-transform : rotate(10deg);
            transform : rotate(10deg);
}

.showPicture {
   top : 0px ;
   left : 0px ;
   width : 420px ;
   height : 560px ;
   background-color : #FFFFFF ;
   visibility : hidden ;
   overflow: scroll;
}

/* end - viewteams */

/*  start - editteammembers */
.memEditFrame {
    position:fixed;
    visibility : hidden;
    z-index : 1000 ;
    text-align:center ;
    left : 0px;
    top : 0px ;
    bottom : 35px;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.9);
    padding-top: 30px; "
}

.playersFrame {
	display: inline-block;
	top: 150px;
    height:590px;
    overflow: hidden;
	text-align: right;
	border: 1px #444444 solid;
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.playersFramePosted {
	display: inline-block;
	margin: 0 auto;
	top: 250px;
	width: 925px;
	height: 300px; "
	margin: 0px 20px 0px 0px;
	text-align: right;
	border: 1px #444444 solid;
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.etm-docImage {
    border: 1px #444444 solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.etm-docImage:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.etm-btnUpLoad {
	position: relative;
	background-color: #EEEEEE;
	width: 120px;
	height: 29px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	padding-top: 1px;
}

.etm-btnUpLoad:hover {
	background-color: #fdf5ce;
	color: #597DB7;
	cursor: pointer;
	height: 28px;
	padding-top: 2px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.19), 0 4px 8px 0
		rgba(0, 0, 0, 0.2);
}

.etm-divLabel {
}

.etm-divLeft {
	padding: 20px;
}

.etm-gLabel {
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 2px 2px 4px #fdf5ce;
}

.etm-itemButton:hover {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.etm-showPicture {
	top: 0px;
	left: 0px;
	width: 876px;
	height: 0px;
	background-color: #FFFFFF;
	visibility: hidden;
	overflow: scroll;
}

.filterFrame {
	position:absolute; 
	background-color: var(--bc5); 
	width:440px;
	height:350px;
	top: 67px;  
	border : 3px solid var(--bc2); 
	display:none;   
	left: 0;
  	right: 0;
  	margin: 0 auto;	
	
}

/*  end   - editteammembers */

