@charset "utf-8";

/* Setting up the fonts */
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Open Sans Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

body {
    font: 18px Open Sans;
    color:white;
    background:url(../assets/image/Background.png);
    background-size:cover;
    background-repeat:no-repeat;
    height:100%;
    margin:10px 0 0 0;
    background-attachment: fixed;
  /*background-color:black;*/
}

html {
    height:100%;	
}

/* Button and drop downs for new 2017 Styling */
.button-above-grid-outline {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color:Transparent;
    background-repeat:no-repeat;
    border:1px solid #aa9b70;
    color: #ffffff;
    height: 45px;
    font-family:"Open Sans";
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: .1em;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    text-transform:uppercase;
    font-size:14px;
    padding: 0px 30px;
}

.button-above-grid-outline:hover {
	background-color:#AA9B70;
}

.button-above-grid {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #aa9b70;
    color: #ffffff;
    height: 45px;
    font-family: "Open Sans";
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: .1em;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    text-transform:uppercase;
    font-size:14px;
    padding: 0px 30px;
}

.button-above-grid:hover {
    background-color: #866d4b;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.50);
    transition-duration: .25s;
}

.dropdown-above-grid {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 45px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Open Sans;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #ffffff url('../img/DownChevron.png') no-repeat 95% 50%;
    padding: 9px;
    padding-right: 25px;
    min-width:120px;
}

.page-name {
    width:33%;
    font-family:Open Sans;
    font-size:44px;
    font-weight:bold;
    vertical-align:middle;
    color:white;
    text-align:right;
    padding-right:20px; 
}

.menuBar {
    width: 30px;
    height: 5px;
    background-color: rgba(0,0,0,0); /* change this back to "white" when ready to show */
    margin: 5px 0 0 35px;
}

.delete-circle {
	width:45px;
	height:45px;
    cursor:pointer;
    background: no-repeat;
    background-image:url('../assets/image/DeleteCircle.png');
    background-size:45px;
}

.delete-circle:hover {
    background-image:url('../assets/image/DeleteCircleHover.png');
    transition-duration: .25s;
}

.footer a {
    text-transform:uppercase;
    font-family:"Open Sans"; 
    font-size: 14px;
    letter-spacing:.3em;
    color: white;
    text-align:left;
    background-color:transparent;
    padding:20px 50px 20px 50px;
    text-decoration:none;
}

.footer a:hover {
    font-weight:bold;
    transition-duration: .5s;
}


.footer table, .footer th, .footer td {
    border-collapse: collapse;
}

.footer th, .footer td {
	padding:0 150px 0 150px;
}

input[type='radiox'] {
    -webkit-appearance:none;
    width:24px;
    height:24px;
    border:1px solid #AA9B70;
    border-radius:12px;
    outline:none;
    /*box-shadow:0 0 5px 0px gray inset;*/
}
input[type='radiox']:hover {
    box-shadow:0 0 5px 0px #AA9B70 inset;
}
input[type='radiox']:before {
    content:'';
    display:block;
    width:16px;
    height:16px;
    margin: 3px 3px;    
    border-radius:50%;    
}
input[type='radiox']:checked:before {
    background:#AA9B70;
}

input[type='radio'] {
    width:16px;
    height:16px;
}

input[type='checkbox'] {
    width:16px;
    height:16px;    
}

.filters td {
	vertical-align:middle;
}

.slick-column-name {
	font-size:14px;
}

.slick-headerrow-column input {
    font-size:12px;
}

#mainLogo:hover {
    cursor:pointer;	
}

#loginDiv input[type='text'], #loginDiv input[type='password'] {
	height:45px;
	padding-left:15px; 
	font-size:14px; 
	letter-spacing:.05em; 
	width:280px;
	border:none;
	font-family:Open Sans;
}	

.loginBulletList {
    margin:auto;
    background:white;
    padding-top:15px;
    width:100%;	
}

.loginBulletList div {
    margin:auto;
    width:40%;
}

.loginBulletList h4 {
    color:black;
}

.loginBulletList hr {
	width:150px;
	color:#AA9B70;
	margin-bottom:25px;
}

.loginBulletList ul {
    font-family:Open Sans;
    text-align:left;
    color:#7A7A7A;
    position:relative;
    left:75px;
    margin-bottom:100px;
}

.loginBulletList li {
	padding:18px 0px;
}

#customAlert1Text {
	font-family:Open Sans;
}
.ui-dialog-titlebar {
    font-family:Open Sans;
}

.caption {
	font-family:"Georgia Regular", Times, serif;
	font-size:14px;
	letter-spacing:0.3em;
	text-transform:uppercase;
}

.caption2 {
    font-family:Open Sans;
    font-size:20px;
    font-weight:bold;
}

.slick-cell {
    font-family: Open Sans;
}

.slick-column-name {
    font-family: Open Sans;
}

.slick-pager {
    height: 40px;
    vertical-align: middle;
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
    border-bottom: 1px dotted gray;
}

.ui-widget {
	font-family: Open Sans;
}

h1 {font-family: "Open Sans Bold"; font-size:60px; line-height: 72px;}
h2 {font-family: "Georgia Regular", Times, serif; font-size:36px; letter-spacing:.3em; text-transform:uppercase;}
h3 {font-family: "Open Sans Bold"; font-size:44px; line-height: 60px;}
h4 {font-family: "Open Sans Bold"; font-size:28px; line-height: 36px;}
h5 {font-family: "Georgia Regular", Times, serif; font-size:14px; letter-spacing:.3em; text-transform:uppercase;}
h6 {}

