/* -------------------------------Fonts */

@font-face {
  font-family: Cairo;
  src: url("http://refq.org/css/fonts/Cairo-Regular.ttf");
}

@font-face {
  font-family: Courgette;
  src: url("http://refq.org/css/fonts/Courgette-Regular.ttf");
}

@font-face {
  font-family: AsianFont;
  src: url("http://refq.org/css/fonts/arabicfont-b.ttf");
}

/* -----------------------------*/

body { margin-top: 0; }

.Register-Container {
	width: 85%;
	margin: 15px auto;
	font-weight: bold;
}

.Register-Grid {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 10px;
}

.ReadOnly {
    pointer-events: none;
    background-color: lightgray;
    cursor: not-allowed;
}

.Register-Grid-Fixed {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 10px;
}


.Register-Grid5 {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-gap: 10px;
}


.Register-Header {
	width: 100%;
	background-color: #26445E;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 15px;
}

.Register-Header h2 {
	color: #fff;
}


.Span2 {
	grid-column: span 2;
}


.Span3 {
	grid-column: span 3;
}


.Span4 {
	grid-column: span 4;
}

#MemberID {
	width: 20px;
	height: 20px;
	display: inline;
}


.Has-Border-Bottom {
	border-bottom: 1px solid #000;
}



/* --------------------- General*/

body { 
	font-family: Cairo;
	margin: 0px;
	background-color: #fff;
	font-size: 1vw;
	font-weight: bold;
	}

.Star {
	font-size: 2vw;
	font-weight: bold;
	color: Darkred;
}

.Inline {
	display: inline-block;
}


.BottomBorder {
	border-bottom: 3px solid #000;
}

.BigFonts {
	font-size: 3vw;
}

.Top-Border {
	border-top: 2px solid #000;
}

.MessageBox {
	Width: 100%;
	padding: 10px;
	background-color: #ccffcc;
	font-weight: bold;
	box-sizing: border-box;
} 

 
.ErrorBox {
	Width: 100%;
	padding: 10px;
	background-color: #ffb3b3;
	font-weight: bold;
	box-sizing: border-box;
} 
 

.BlankDiv {
	width: 100%;
	min-height: 25px;
}


.GoCenter {
	text-align: center;
}

.GoRight {
	float: right;
}

.DoJustify {
	text-align: justify;
}

.UseHand {
    cursor: hand;
}

.FileLabel {
    min-width: 75px;    
    padding: 2px 10px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    background-color: #e6e6e6;
}

.Toppadding {
	padding-top: 10px;
}


h1, h2, h3 { color: #26445E; }

.Image-Icon {
	width: 45px;
	height: 45px;
	display: inline;
	margin-left: 20px;
}


a {
	text-decoration: none;
	font-weight: bold;
}

.LisTables tbody tr:hover, .LisTables tbody tr td:hover {
	background-color: #e6e6ff;
}


.DisplayOnPrint {
	display: none;
	width: 100%;
	min-height: 10px;
	margin-bottom: 50px;
}

.Image-Box {
    width: 100%;
}

.Image-Box > img {
    width: 100%;
}

/* ----------------------------------- Member Login */

.Member-Login {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    margin: 5% auto;
    border: 1px solid #000;
    border-radius: 5px;
}



/* ------------------------------------ Headers and Titles */

.Register-Header {
	width: 100%;
	background-color: #005248;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 15px;
	margin-bottom: 15px;
}
 

.HeaderCell {
	text-align: center;
	background-color: #e2e2e2;
} 
 
.Header-Logo {
	width: 150px;
	height: 150px;
}


.Header-Logo {
	width: 150px;
	height: 150px;
}

.Ads-Banner {
    width: 50%;
    min-height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    box-sizing: border-size ;
    padding: 15px;
    font-size: 2vw;
    text-align: center;
    margin: 10px auto;
}

/* ---------------------------------- Grid Style */

.Span2 {
	grid-column: span 2;
}


.Span3 {
	grid-column: span 3;
}


.Span4 {
	grid-column: span 4;
}


/* -------------------------------- Page Footer */
.Page-Footer {
	width: 100%;
	min-height: 50px;
	background-color: #005248	!important ;
	color: #fff;
}


.Page-Footer >div {
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
}

.Page-Footer >div  >a {
	color: #f2f2f2 !important;
	font-weight: bold;
	text-decoration: none;
}


/* -------------------------------------- Grids */

.grid-2col-right {
    display: grid;
    grid-template-columns: 25% 75%;
}

.grid-4x {
    display: grid;
    grid-template-columns: 25% 75% 25% 75%;
}


.grid-3col-right {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	border-top: 10px solid #26445E;
}

.grid-column-right-boarder {
	// border-right: 1px solid #a4c1da;
	border-right: 1px solid #000;
}


/* -------------------------------- Links as Buttons */

._optiongreen {
	-moz-box-shadow: 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow: 0px 1px 0px 0px #3dc21b;
	box-shadow: 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	width: 100px;
}


._optiongreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}

._optiongreen:active {
	position:relative;
	top:1px;
}


._optionred {
	-moz-box-shadow: 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: 0px 1px 0px 0px #cf866c;
	box-shadow: 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	width: 100px;
}

._optionred:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}

._optionred:active {
	position:relative;
	top:1px;
}


.Informartion-Div {
	width: 80%;
	margin: 0 auto;
	font-size: 1.5vw;
	font-weight: bold;
}

.Hideme {
    display: none;
}

@media screen and (max-width: 600px) {

body {
    margin: 0;
    padding: 0;
}

.grid-2col-right {
    display: block;
}
	
}


@media print {
	* {
	-webkit-print-color-adjust:exact;
	}
	
	.Page-Footer {
		display: none;
	}
	
	.Print-Page-Break {
		page-break-after: always;
	}


	.DisplayOnPrint {
		display: block;
	}
	
	.HideOnPrint {
		display: none;
	}
}

