﻿/* 
https://www.canva.com/learn/website-color-schemes/

Scheme 16 BEING USED:
DarkBlue  color:#083C5D;
LightBlue color:#328CC1;
Gold      color:#098310;
Black     color:#1D2731;

Scheme 42:
Red		color:#E14658;
Navy	color:#22252C;
Purple	color:#3F3250;
Beige	color:#C0B3A0;

Scheme 46
Fresh Beige		color:#F7F5E6;
Vermillion Navy	color:#333A56;
Sunshine Blue	color:#52658F;
Clean White		color:#E8E8E8;
*/


/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:Medium,Medium Italic,Bold,Bold Italic');


  
.actionButton {
	padding: 5px 10px 5px 10px !important; 
    color:white !important; 
    height:30px !important; 
    background-color:#328CC1 !important; 
    font-size:14px !important; 
    font-weight:bold !important;
    border-radius: 10px !important;
    -webkit-appearance: none;
}
  
.contentPanel	/* white raised panel, contains one or more areas of content on a page */
{
	margin-left:auto;
	margin-right:auto;	
	width:100%;
	border-style:none;
    padding: 10px 0px 10px 0px;
	/* 
	background-color:white;
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2), 0px 2px 4px 1px rgba(0,0,0,0.19);  
	*/
}

/**************** Tables **************/
table {
	/* width: 100%; */
	padding:0px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-color: LightGray;
    border-style:none;
	color: Black;
}

th 
{
	padding:7px;
	font-size:18px;
	font-weight: 800;
	text-align:center;
	background: DarkGreen;  /* #4CAF50; */ 
	color:White;
}

tr 
{
}

td
{
	border-style:none;
}

.tableGrid {
	width: 100%;
	padding:0px;
	border:solid 1px navy;
}
.tableGrid.noBorder 
{
	border-style:none;
}
.tableGrid tr {

    border-collapse: separate;
    border:solid 1px navy;
}

.tableGrid td 
{
	text-align:center;
    border:solid 1px navy;
    padding:5px;
}

.tableNoGrid {
	width: 100%;
	padding:5px;
	border: solid 1px navy;
    border-radius: 10px;
    border-collapse: collapse;
    border-spacing: 0px;
}
.tableNoGrid tr {
	height:36px;
	border-style:none;
}



.tableNoGrid td 
{
	border-style:none;
	text-align:center;
}




a
{
	font-weight:bold;
    text-decoration:underline;
    color:Green;
}

a:hover
{
    color:Maroon;
}
	
.drag { position: relative; }      
.dragme{position:relative;}
	
body {
	font-family: Montserrat,Helvetica,sans-serif; 
	font-size:1.0em;
	/*
    font-family: 'Alegreya Sans SC', Helvetica, sans-serif;
	font-weight: 300;
	font-style:italic;
	font-size: 14px;
	color:Navy; 
	*/
}

h1 
{
	font-size: 2.2em;
	font-weight: bold;
	color: Navy;		
	text-align:center;
	margin:0px auto 0px auto !important;
	font-variant:small-caps;
    -webkit-appearance: none;
}
	
h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #52658F;		
	margin:0px auto 0px auto !important;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #B22222;	
	margin:0px auto 0px auto !important;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	color:DarkGreen;
	margin:0px auto 0px auto !important;
}


p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

Select 
{
    font-size: 15px;
    padding:2px 1px 2px 1px;
	border: 2px solid #cdcdcd;
	border-color: LightGray;
    color: Black;
}


/***************** Buttons **************/
input[type=button],input[type=submit],.button {
	display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    font-weight:bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: white;
    background-color: #4CAF50;
    border: none;
    border-radius: 8px;
    box-shadow: 0 3px #999;
    opacity:1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=button]:hover,input[type=submit]:hover,.button:hover {
	color: white;
	background-color: #3e8e41
}

input[type=button]:active,input[type=submit]:active,.button:active {
    background-color: #3e8e41;
    box-shadow: 0 3px #666;
    transform: translateY(2px);
}
 
input[type=button].smallest,input[type=submit].smallest {
	font-size:12px;
	font-weight:500;
	padding: 3px 11px;
	border-radius: 4px;
	margin:0px 0px 8px 0px;
}

input[type=button].smaller,input[type=submit].smaller {
	font-size:12px;
	font-weight:600;
	padding: 6px 14px;
	border-radius: 6px;
	margin:0px 2px 10px 2px;
}
	
input[type=button]:disabled,input[type=submit]:disabled {
	background: #dddddd;
	cursor:default;
} 

input[type=button].larger,input[type=submit].larger {
	font-size:16px;
	font-weight:700;
	padding: 8px 14px;
	border-radius: 6px;
	margin:0px 2px 10px 2px;
}

input[type=date] {
  font-family: Montserrat,Helvetica,sans-serif; 
  color:Navy;
  font-size:1.0em;
  height:20px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: Montserrat,Helvetica,sans-serif; 
    color: gray !important;
    font-size:1.0em !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray !important;
    font-size:12px !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: gray !important;
    font-size:12px !important;
} 



.PrintOnly
{
	display: none;
}

@media print 
{
	/* Print stylesheet overrides to go in here */
	.NonPrintable
	{
		display:none;
	}
	.PrintOnly
	{
		display:inline-block;
	}
}
