body {
	/* background: url("../images/05-01.jpg") no-repeat center center fixed; */
	
	/*background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);	 */
	
/* used	background: linear-gradient(to right, #BF953F, #FCF6BA, #FCF6BA, #FBF5B7, #AA771C);	*/

/*background: url("../images/gold-gradient-background.png") no-repeat center center fixed; */
	
	/* background-color:#202340;  DARK BLUE */
	
	background-color:#FFFFFF;


	/* background-size: cover; */
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}


h1 {

	font-family: 'Arial', serif; 	
	font-weight:  bold;

}

/* Typography */
h1#title {
	/*font-family: 'Roboto Slab', serif; 
	
	font-weight: 300;
	font-size: 3.2em;
	*/
	
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 180px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 2.8em;
}

a {
	text-decoration: none;
	/*color: #666; */
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}

p {
 color:#333333;
}


.top {
	margin: 0;
	padding: 0;
	width: 100%;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	
}

.login-box {
	background-color: white;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: 80px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color:#CFA044;  /*#ECC591; */    /* #665851; */
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color:#CFA044; /* #665851; */
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {

  margin-left:auto;

/*position:absolute;*/

top:50px;

text-align:center;



/*
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
  */
 /* padding-top:40px; */
/*  display:block; */
  
/* 
  margin-left:auto;
  margin-right:auto;
  */
  
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}


#HeaderTitle
{
	font-size: 32px;
	font-family: 'Lato', sans-serif;
	font-weight: 300; /**/
/*	font-weight:bold;*/
	color:#ECC591;
	padding-top:10px;
	padding-bottom:10px;	
	padding-left:40px;
	
	/*background-color:#000000; */
	background-color:#202340; 
	
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border:1px;	
/*	height: */
	/*
  display:block!important; 
  margin-left:auto!important;
  margin-right:auto!important;
  */
}

.displayUsername
{
	/*background-color:#202340; */
	
	color:#FFFFFF;
	font-size: 32px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	border:0px;

}

/* Accordian */
 /* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #ECC591;  /* gray #eee; */
    /* color: #444; */
	color:#000000;    /* red #930; */
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-family: 'Arial';font-size: 22px;
	font-weight:bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
/*    background-color: #ddd;*/

    background-color: #ECC591;  /* gray #eee; */
	font-family: 'Arial';font-size: 22px;
	font-weight:bold;	
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    /* font-size: 13px; */
    color: #777;
    float: right;
    margin-left: 5px;
	font-family: 'Roboto';
	font-size: 14px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}



/* Style the accordion panel. Note: hidden by default */
div.panel {

	    margin-top: 30px; /* Add a top margin to avoid content overlay */
	    font-family: 'Roboto';font-size: 16px;  /* */
		color:#333333; 
		line-height: 25px;
		padding-left:10px;
		padding-right:10px;
		
	    display: none;
    	overflow: hidden;
}


/* Style the accordion panel. Note: hidden by default */
div.goldpanel {
background-color:#FFFFFF;

    margin-top: 30px; /* Add a top margin to avoid content overlay */
	    /* font-family: 'Roboto';font-size: 18px;   */
		
		/*
	    font-family: 'Open Sans', sans-serif;
	    font-size: 18px;
		font-weight:200; */
		
		
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 font-weight: 400;		
		
		
	
		
		/* color:#ECC591 !important; */

			color: black;
		/*color:#202340; */

/*		color:#ae701e !important; dariker gold */
		line-height: 25px;
		padding-left:10px;
		padding-right:10px;

	/*background-color:#202340 !important;  */

/* box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);width:950px;margin:auto; background-color:#FFFFFF;*/


/*
    padding: 0 18px;
    background-color: white;
    display: none;
	ransition: max-height 0.2s ease-out;	
	font-family: 'Arial';font-size: 14px;	
	color: #333333;	
*/	
	
} 


/* Layout */
.container {
/*	margin: 0; */
	
	/* width:950px; */
  /*display: block;*/
    /*margin: auto;*/
	border:none;
	/* background-color:#202340;  */
	background-color:#FFFFFF; 
	position:fixed;
	width:100%;
	height:200px;
	/*position:absolute;*/
	top:0;
	

}


.pageShadowGold {
box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);width:950px;margin:auto; 

/*	background-color:#202340 !important;  */

/* background-color:#FFFFFF; */
 
/*  box-shadow: 0 4px 8px 0 */



 }


.pageShadow {
box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);width:950px;margin:auto; 


background-color:#FFFFFF; 
 
/*  box-shadow: 0 4px 8px 0 */


 }

.pageMargin {
	margin-left:10px; 
	margin-right:10px; 
	/*margin-top:2px; */
	margin-bottom:10ppx;
	
	margin-top: 260px; /* starting pos */
	
	
	
}


/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
	    font-family: 'Roboto';font-size: 16px;  /* */
		color:#333333;
		line-height: 25px;
		padding-left:40px;
		padding-right:40px;
		
}



.manageButton {
	background-color:#ECC591;
	/*font-family: 'Arial';*/
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:300;
	height:30px;
	border:0px;
	  cursor: pointer;
	/*width:150px;*/
}


/* NAVIGATION */
/* The navigation bar */
.navbar {
    overflow: hidden;
    /*background-color: #333; */
	
	background-color:#202340;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
    float: left;
    display: block;
    /*color: #f2f2f2; */
	
	color:#ECC591;
	
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #ddd;
    color: black; 

}

.footer {

	height:50px;  /* 120 */
	background-color:#202340;
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:300;
	vertical-align:bottom;
	width:100%;
	
    bottom:0;
	position:fixed;

	
}

hr.niceline{ 
  border: 0; 
  height: 1px; 

  background-image: -webkit-linear-gradient(left, #FCF6BA, #AA771C, #FCF6BA);
  background-image: -moz-linear-gradient(left, #FCF6BA, #AA771C, #FCF6BA);
  background-image: -ms-linear-gradient(left, #FCF6BA, #AA771C, #FCF6BA);
  background-image: -o-linear-gradient(left, #FCF6BA, #AA771C, #FCF6BA);

/*#BF953F, #FCF6BA, #FCF6BA, #FBF5B7, #AA771C*/
  
  /*
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  */
   
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:300;	
	
}

.welcome {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;		
	color: black;
	line-height: 35px;

}


.textred {
    color: #930;
}
.textblack {
    color: #000;
}

.grid-container {	

  
  /*width: 804px;*/
  
  /* grid-template-columns: auto auto auto;repeat(3, 220px); */
  
  /*grid-template-columns:repeat(auto-fill, 200px);*/
  /*grid-template-columns: repeat(4, 1fr);*/
  
  /* background-color: #2196F3; */
  
  /*margin-left:450px;
  margin-right:450px;*/
  
  /*display: grid;
  grid-gap: 10px;
  padding: 5px;
  justify-items: center;  */




  display: inline-grid;
  grid-template-rows:  200px 200px 200px 200px;
  grid-template-columns:  200px 200px 200px 200px;
  grid-gap: 35px;
  justify-items: center;
  align-items: center;


}

.grid-item {
  /*background-color: rgba(255, 255, 255, 0.8); */
  /*border: 1px solid rgba(0, 0, 0, 0.8);*/
  /*padding-top: 8px; */
  color: #003072;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.imgRound {
   /*padding:1px;
   border:1px solid #021a40;
   background-color:gray;*/
     border-radius: 8px;
	 filter:brightness(105%);
}

.photoGloss{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

