@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
}

body {
    background-color: #E8F0FC;
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow-y: scroll;
	box-sizing:border-box;
}

H1 {
	color:#3E4B62;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size:22px;
}

H3 {
	color:#3E4B62;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

hr {
	border: none;
	border-top: 1px #e93f86 solid;
}

.italic {
	font-style:italic;
}

.left {
	text-align:left!important;
}

.right {
	text-align:right!important;
}

.center {
	text-align:center!important;
}

DIV.main {
	box-sizing:border-box;
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-color:#FFFFFF;
	position:relative;
	min-height:100vh;
	padding-left:1%;
	padding-right:1%;
	border-collapse:collapse;
	box-shadow: 0px 0px 20px #808080;
}

div.marquee {
	position:fixed;
	left:0;
	top:0;
	right:0;
	height:20px;
}

div.marquee span {
	display:inline-block;
	padding-left:100%;
	white-space:nowrap;
	animation: marquee 10s linear infinite;
	z-index:999;
}

div.marquee span:hover {
	animation-play-state: paused;
}

@keyframes marquee {
	0%   { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}

DIV.pagetop {
	width:100%;
	height:70px;
}

DIV.pagetop_right {
	width:45%;
	margin:5px 0 5px 0;
	height:25px;
	float:right;
	text-align:right;
	font-size:24px;
	font-weight:bold;
}

DIV.pagetop_left {
	width:45%;
	margin:5px 0 5px 0;
	height:25px;
	float:left;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}

div.pagetop img.logo {
	height: 170px;
}

DIV.content {
	width:100%;
	min-height:450px;
	box-sizing:border-box;
	text-align:center;
}

DIV.main_footer {
	width:98%;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:1%;
}

DIV.main_footer_spacer {
	width:100%;
	text-align:center;
	box-sizing:border-box;
	position:relative;
	bottom:0;
	margin-top:10px;
	visibility:hidden;
}

DIV.pagetop_login {
	width:100%;
	margin-left:0;
	margin-right:0;
	height:25px;
	text-align:right;
	float:none;
	clear:both;
	/*
	background-image: url(../img/mitzvah_stripes.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	*/
}

div.form_instructions {
	max-width: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

IMG#mitzvah_logo {
	margin-top:1px;
	float:left;
	border:none;
}	

A:link, A:visited {
	color:#8B375A;
	text-decoration:none;
}

A:hover {
	color:#C67D9B;
	/*
	color:#ec4489;
	*/
	text-decoration:none;
}

A.bottomnav {
	padding-left: 12px;
	padding-right: 12px;
}

A.small_text {
	font-size:12px;
}	

A img {
	border:none;
}

LI.home_list {
	color:#000000; 
	background:url(../img/check_bullet.png) no-repeat left top; 
	padding: 8px 0px 1px 18px;
}

DIV.cleardiv {
	float:none;
}

DIV.footer_text {
	font-size:12px;
}

DIV.footer_links {
	font-size:14px;
	padding-bottom: 6px;
	padding-top: 6px;
}

DIV.db-grid {
	left:0px;
	right:0px;
	margin:0px;
	padding:3px;
	/*
	overflow:scroll;
	height:220px;
	border: 2px #F6F1E5 solid; 
	*/
}

div.grid_popup {
	display:none;
	position:fixed;
	background-color:lightblue;
	font-size:12pt;
	padding:6px!important;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	box-shadow: 8px 8px 4px gray;
	width: 100%;
	max-width: 800px;
}

#grid_popup_contents {
	max-height: 400px;
	overflow-y: auto;
	text-align: left;
}

#grid_popup_contents table {
	border-collapse:collapse;
	border:1px solid darkgray;
}

#grid_popup_contents td {
	padding-right: 6px;
	padding-left: 6px;
	border:1px solid darkgray;
}

#grid_popup_contents .highlight {
	background-color: orange;
}

table.survey_response_popup {
	text-align: left;
	border-collapse:collapse;
	border:1px solid #FF0000;
}

table.survey_response_popup td {
	border:1px solid #FF0000;
}

table.survey_response_popup th {
	font-weight: bold;
}
TABLE.xdbgrid {
	background-color:#ffffff;
	table-layout:fixed;
	/*
	display:none;
	*/
}

TABLE.xdbgrid td {
	word-wrap:break-word;
	overflow-wrap: break-word;
	 /*
	white-space:nowrap;
	overflow:hidden;
	*/
}

TABLE.xdbgrid td.no-sort {
	cursor:auto!important;
}

TABLE.dbgrid {
	background-color:#ffffff;
	table-layout:fixed;
	overflow:hidden;
	white-space:nowrap;
	width:870px;
}

TABLE.dbgrid td {
	white-space:nowrap;
	overflow:hidden;
	 /*
	word-wrap:break-word;
	overflow-wrap: break-word;
	*/
	font-size: 12px;
	color: Black;
	background: #ECEDEF;
	/* border: blue solid 1px; */
	padding-left: 2px;
	padding-right: 2px; 
	vertical-align:top;
}

TABLE.dbgrid th {
	font-size: 12px!important;
	/*
	font-family: Arial, Helvetica, sans-serif;
	*/
	color: #FFFFFF!important;
	background-color: #3E4B62!important;
	padding: 2px;
	padding-left: 2px!important;
	padding-right: 2px!important; 
	cursor:pointer!important;
	font-weight:normal!important;
	text-align:center!important;
}

TABLE.dbgrid th.no-sort {
	cursor:auto!important;
}

TH.sorting_asc {
	background-image:url(../img/sort_asc.png);
	background-position:center right;
	background-repeat:no-repeat;
}

TH.sorting_desc {
	background-image:url(../img/sort_desc.png);
	background-position:center right;
	background-repeat:no-repeat;
}

TR.dbgrid_filter TD {
	padding-left:2px;
	padding-right:2px;
}

TR.dbgrid_filter IMG {
	cursor:pointer;
	border: 2px outset #949494;
}

TR.dbgrid_filter IMG.pressed {
	border: 2px inset #949494;
	background-color:#d3d3d3;
}

TD.venue_header {
	color: #FFFFFF!important;
	background-color: #3E4B62!important;
	padding: 2px;
	padding-left: 2px!important;
	padding-right: 2px!important; 
	font-weight:normal!important;
	text-align:center!important;
}

TABLE.dbgrid TD INPUT[type="text"]
{
	font-size:12px;
	margin:0px;
	height:14px;
}

TABLE.dbgrid TD INPUT[type="checkbox"]
{
	margin:1px;
}

/* ************************************** */

DIV.form_strip {
	box-sizing:border-box;
	position:relative;
	width:100%;
	min-width:300px;
	border: none;
	border-top:none;
	padding:10px 0px 0px 0px;
	text-align:right;
	/*
	border: 1px #E93F86 solid;
	*/
}

div.form_strip button, div.form_strip INPUT[type="button"] {
	margin-left:15px;
	margin-bottom:10px;
}

DIV.create_update {
	font-size:10px;
	text-align:left;
	float:left;
	margin-bottom:5px;
}

DIV.form_message {
	/*
	padding-right:100px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	*/
	width:100%;
	text-align:center;
	color:#FF0000;
	font-size:18px;
	padding-bottom:15px;
}

div.ajax_result_msg {
	display:none;
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	font-weight:bold;
	color:#008000;
}

DIV.tab_strip {
	height:5px;
	background-color:#ffffff;
	position:relative;
}

DIV.tab_header {
	float:left;
	background-color:#4b5e81;
	color:#FFFFFF;
	font-size:14px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	border-left: 1px #e93f86 solid;
	border-right: 1px #e93f86 solid;
	border-top: 1px #e93f86 solid;
	border-bottom:none;
	cursor:pointer;
	border-top-left-radius:6px;;
	border-top-right-radius:6px;
	margin-right:2px;
}

DIV.tab_header:hover {
	background-color:#6e83ab;
}

DIV.tab_header_selected {
	background-color:#f9f9f9;
	color:#4d4d4d;
	border-left: 1px #e93f86 solid;
	border-right: 1px #e93f86 solid;
	border-top: 1px #e93f86 solid;
	border-bottom:none;
	cursor:auto;
}

DIV.tab_header_selected:hover {
	background-color:#f9f9f9;
}

DIV.tab_content {
	box-sizing:border-box;
	padding:10px;
	width:100%;
	min-width:300px;
	background-color:#f9f9f9;
	border:1px #e93f86 solid;
	display:none;
}

DIV.report_guide {
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	z-index:9999;
}

DIV.report_icon {
	float:left;
	margin-left:20px;
	margin-top:-38px;
	/*
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	width:28px;
	text-align:center;
	background-color:#4D4D4D;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:10px;
	*/
}

DIV.report_select {
	float:none;
	position:absolute;
	margin-left:0px;;
	margin-right:20px;
	margin-top:0px;
	padding:8px;
	font-size:15px;
	color:#FFFFFF;
	text-align:justify;
	background-color:#787878;
	border-radius:6px;
	box-shadow:4px 4px 6px #333333;
	z-index:9999;
}

DIV.report_select UL {
	list-style-type: none;
	padding:0px;
	margin:5px;
}

DIV.report_select A {
	color:#FFFFFF;
}

DIV.report_select LI {
	margin-top:3px;
}

DIV.report_select LI:hover {
	background-color:#a0a0a0;
}

DIV.help_guide {
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

DIV.help_icon {
	/*
	float:none;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFF99;
	color:#FF0000;
	*/
	float:right;
	margin-right:20px;
	margin-top:-38px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	width:28px;
	text-align:center;
	background-color:#787878;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:10px;
}

DIV.help_text {
	float:none;
	margin-left:20px;;
	margin-right:20px;
	padding:8px;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	background-color:#787878;
	border-radius:6px;
	box-shadow:4px 4px 6px #ACACAC;
}

DIV.help_text UL {
	margin-left:-25px;;
}

DIV.note_icon {
	float:right;
	/*
	*/
	margin-right:60px;
	margin-top:-38px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	width:30px;
	text-align:center;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	/*
	background-color:#4D4D4D;
	border-radius:10px;
	*/
}

DIV.note_window {
	position:absolute;
	right:60px;
	top:0px;
	color:#000000;
	width:400px;
	height:400px;
	text-align:center;
	padding-top:5px;
	/*
	font-weight:bold;
	font-size:18px;
	background-color:#E93F86;
	font-family:Arial, Helvetica, sans-serif;
	*/
	background-color:#FBFAAA;
	border-radius:6px;
	z-index:99;
	box-shadow: 4px 4px 6px #333333;
	display:none;
}

DIV.note_text {
	position:absolute;
	top:28px;
	left:10px;
	right:10px;
	bottom:100px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

DIV.note_buttons {
	position:absolute;
	left:10px;
	right:10px;
	bottom:10px;
	text-align:center;
}

DIV.mask {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9000;
	/*
	background-color:#000;
	*/
	background-color:#808080;
	display:none;
}

DIV.window {
  position:absolute;
  display:none;
  margin-left:105px;
  /*
  width:440px;
  height:200px;
  padding:20px;
  */
  z-index:9999;
}

DIV.AuthorizeNetSeal {
	position:absolute;
	right:60px;
	top:50px;
}

div.report_section {
	box-sizing:border-box;
	width:100%;
	max-width:850px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

div.report_header {
	box-sizing:border-box;
	padding:5px;
	margin:0;
	width:100%;
	background-color:#cfd6e3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECEDEF', endColorstr='#C5C9D0'); /* for IE */
	background-image: linear-gradient(to bottom, #ECEDEF, #C5C9D0);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ECEDEF), to(#C5C9D0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ECEDEF,  #C5C9D0); /* for firefox 3.6+ */	
	color:#000000;
	cursor:pointer;
}

div.report_header:hover {
	background-color:#dfe4ec;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f4', endColorstr='#d5d8dd'); /* for IE */
	background-image: linear-gradient(to bottom, #f1f2f4, #d5d8dd);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f4), to(#d5d8dd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f1f2f4,  #d5d8dd); /* for firefox 3.6+ */	
}

div.report_criteria, div.report_criteria_oo {
	box-sizing:border-box;
	padding:10px;
	width:100%;
	border:1px solid #cfd6e3;
	text-align:left;
	line-height:30px;
	display:none;
}

div.oo_report {
	line-height: normal;
}

div#job_status {
	text-align:left;
	max-width:700px;
	margin:0 auto;
}

input::-ms-clear {
  width : 0;
  height: 0;
}

div.input_field {
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
	width:95%;
	/*
	min-width:280px;
	*/
	margin-top:5px;
	padding:0;
	position:relative;
}

div.input_field div.autocomplete {
	box-sizing:border-box;
	display:none;
	position:absolute;
	top:40px;
	left:5px;
	width:90%;
	height:auto;
	background-color:#ffffff;
	border:1px solid #4783eb;
	z-index:999;
}

div.input_field div.autocomplete ul	{
	list-style-type:none;
	margin:5px;
	padding:0;
}

div.input_field div.autocomplete ul li {
	cursor:pointer;
	width:100%;
}

div.input_field div.autocomplete ul li:hover {
	background-color:#e8f0fc;
}

div.input_field div.rc_text {
	margin-left:18px;
	text-indent:-18px;
	display: inline-block;
}

.rc_text label {
	font-size: inherit;
	color: inherit!important;
	margin-top: 0;;
}

div.button_block {
	box-sizing:border-box;
	display:inline-block;
	width:90%;
	min-width:300;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}

INPUT[type="text"], INPUT[type="password"], INPUT[type="search"], SELECT, FIELDSET, TEXTAREA, label.photo_label {
	box-sizing:border-box;
	background-color:#e8f0fc;
	border: 2px solid #4783eb;
	border-radius:6px;
	color:#000000;
	width:100%;
	font-size:14px;
	padding:2px;
}
input[disabled], input[readonly], select[readonly], textarea[disabled], textarea[readonly] {
	color:#737373;
	border-color:#bfbfbf;
}

INPUT[type="submit"], INPUT[type="button"], button {
	box-sizing:border-box;
	color:#FFFFFF;
	background-color:#807f80;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D83AB', endColorstr='#3E4B62'); /* for IE */
	background-image: linear-gradient(to bottom, #6D83AB, #3E4B62);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#6D83AB), to(#3E4B62)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6D83AB,  #3E4B62); /* for firefox 3.6+ */	
	border: 0px outset #3B424F;
	border-radius:6px;
	width:100px;
	padding:2px 8px 2px 8px;
	height:22px;
	/*
	line-height:24px;
	box-shadow:3px 3px 5px #ACACAC;
	*/
	font-size:12px;
	cursor:pointer;
}

INPUT[type="submit"]:hover, INPUT[type="button"]:hover, button:hover {
	background-color:#a09fa0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CA8DC', endColorstr='#4E5E7A'); /* for IE */
	background-image: linear-gradient(to bottom, #8CA8DC, #4E5E7A);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#8CA8DC), to(#4E5E7A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #8CA8DC,  #4E5E7A); /* for firefox 3.6+ */	
}

INPUT[type="button"].mini {
	width:65px;
}

INPUT[type="text"].autocomplete {
	position:absolute;
	left:0px;
	top:0px;
	/*
	background-image:url(../img/arrow_down.png);
	background-position:center right;
	background-repeat:no-repeat;
	*/
}

INPUT.search {
	background-image:url(../img/search_icon.png);
	background-position:right;
	background-repeat:no-repeat;
	width:200px;
}

INPUT.search_cancel {
	background-image:url(../img/delete_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:200px;
}

INPUT.create_update {
	background-color:#e8f0fc;
	border: 1px solid #a7afbe;
	color:#000000;
	width:135px;
	height:16px;
	font-size:11px;
	padding:1px;
	border-radius:4px;
}

INPUT.date-pick[readonly] {
	width:120px;
	border-color:#4783eb;
	color:#000000;
}
	
INPUT.integer {
	width:100px;
	text-align:right;
}
	
div.db_nav {
	width:100%;
	min-width:300px;
	box-sizing:border-box;
	margin-bottom:8px;
}
div.db_nav input {
	margin-left:8px;
	margin-right:8px;
	margin-bottom:5px;
}
DIV.search_box {
	position:relative;
	display:inline-block;
	box-sizing:border-box;
}

DIV.search_box a { 
	position:absolute; 
	right:8px; 
	top:4px; 
	width:16px; 
	height:16px; 
	display:none;
	/*
	background-color: transparent; 
	*/
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

DIV.autocomplete {
	position:relative;
	width:304px;
	height:20px;
}

DIV.autocomplete_items {
	position:absolute;
	left:0px;
	top:18px;
	display:none;
	max-height:250px;
	overflow-x:auto;
	overflow-y:scroll;
	background-color:#B7CEF7;
	border: 1px solid #000000;
	width:300px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	z-index:9999;
}

DIV.autocomplete_items LI {
	cursor:pointer;
}

DIV.autocomplete_items LI:hover {
	background-color:#C9AEB9;
}

label {
	font-size:12px;
	display:block;
	color:#6d7a92;
}

div.input_column {
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
	min-width:300px;
	max-width:375px;
	width:100%;
	padding-right:10px;
	margin-bottom:15px;
	vertical-align:top;
}

.required {
	background-image:url(../img/important_icon.png);
	background-position:right 4px top 3px;
	background-repeat:no-repeat;
}

.inerror {
	background-image:url(../img/error_icon.png)!important;
	background-position:right 4px top 3px;
	background-repeat:no-repeat;
	border-color:#ff0000!important;
}

select.required, input.autocomplete.required {
	background-image:url(../img/important_icon.png);
	background-position:right 25px top 3px;
	background-repeat:no-repeat;
}

select.inerror, input.autocomplete.inerror {
	background-image:url(../img/error_icon.png)!important;
	background-position:right 25px top 3px;
	background-repeat:no-repeat;
	border-color:#ff0000!important;
}

input.readonly, select.readonly, textarea.readonly {
	color:#737373;
	border-color:#bfbfbf;
}

INPUT.button_login {
	font-size:12px;
	width:70px;
}

DIV.login_form_error {
	font-size:12px;
	color:red;
}

DIV.home_login {
	box-sizing:border-box;
	width:45%;
	min-width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	border:3px solid #3B424F;
	border-radius:10px;
	box-shadow:4px 4px 6px #ACACAC;
	padding:2%;
	float:none;
	text-align:center;
}

.data-grid-label {
	font-size: 12px!important;
	/*
	font-family: Arial, Helvetica, sans-serif;
	*/
	color: #FFFFFF!important;
	background-color: #3E4B62!important;
	padding-left: 2px!important;
	padding-right: 2px!important; 
	cursor:pointer!important;
}

.data-grid-separator {
	font-size: 2px;
	color: #FFFFFF;
	background-color: #787878;
	padding: 0px;
	width: 5px; 
}

.data-grid-var {
	font-size: 12px;
	/*
	font-family: Arial, Helvetica, sans-serif;
	*/
	/* width: 15em; */
	/*	margin-bottom: 10px; */
	color: Black;
	background: #ECEDEF;
	/* border: blue solid 1px; */
	padding-left: 2px;
	padding-right: 2px; 
	vertical-align:top;
}

.data-grid-var-separator {
	font-size: 2px;
	color: Black;
	background-color: #C5C1B7;
	padding: 0px;
	width: 5px; 
}

.data-grid-var-link {
	font-size: 12px;
	/*
	font-family: Arial, Helvetica, sans-serif;
	*/
	/* width: 15em; */
	/*	margin-bottom: 10px; */
	color: Blue;
	background: #ECEDEF;
	/*border: blue solid 1px;*/
	text-decoration: underline;	
	padding-left: 2px;
	padding-right: 2px; 
	cursor:pointer;
}

.vert_cell {
	vertical-align:bottom;
	padding-bottom:5px;
	padding-top:5px;
}

.button-mini {
	color:#FFFFFF;
	background-color:#a09fa0;
	border: 2px outset #a09fa0;
	font-size:12px;
	clear: both;
	color:#FFFFFF;
	cursor:pointer;
	width: 35px;
	padding:2px;
	height: 23px;
	border-radius:2px;
	text-align:center;
	/*
	font-family:Arial, Helvetica, sans-serif;
	*/
}

.button-mini:hover {
	background-color:#F079AA;
}

TABLE.input_block {
	margin-left:auto;
	margin-right:auto;
}

TABLE.input_block TD {
	padding-right:0px;
	vertical-align:top;
}

TABLE.input_block_grid {
	margin-left:auto;
	margin-right:auto;
}

TABLE.input_block_grid TD {
	vertical-align:top;
}

TABLE.reports {
	border-collapse:collapse;
}

TABLE.reports TD {
	padding:3px;
	padding-bottom:5px;
	line-height:25px;
}

TABLE.reports TR {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

DIV.form_header {
	width:100%;
	color:#4d4d4d;
	font-size:18px;
	text-align:center;
	padding-bottom:12px;
	float:none;
	clear:both;
}

SPAN.form_error {
	color:red;
	font-weight:bold;
}

IMG.link_out {
	margin-left:-18px;
	margin-bottom:-4px;
	border:none;
	/*
	display:none;
	*/
}

IMG.ac_dropdown {
	position:absolute;
	right:2px;
	top:2px;
	border:none;
}

IMG.homepage {
	border:2px solid #ec4489;
	display:block;
}

IMG.screenshot {
	border:solid 5px #5F5C5D;
	border-radius:6px;
	margin-bottom:15px;
}

DIV.table_guests {
	font-size:8pt;
	width:145px;
	height:600px;
	border:2px solid #F6F1E5;
	padding:2px;
	margin:0px;
	float:left;
	overflow:scroll;
}

DIV.table_layout {
	width:760px;
	height:600px;
	border:2px solid #F6F1E5;
	padding:5px;
	margin:0px;
	float:left;
	overflow:scroll;
	position:relative;
}

DIV.draggable_guest {
	width:120px;
	height:14px;
	border:none;
	padding:2px;
	margin:2px;
	float:none;
	font-size: 8pt;
	color: #000000;
	background: #bebdbd;
	overflow:hidden;
	z-index:9999;
}

DIV.draggable_guest:hover {
	cursor:move;
}

DIV.droppable_table {
	width:128px;
	min-height:50px;
	border:1px solid #000000;
	padding:2px;
	margin:2px;
	float:none;
	font-size: 8pt;
	color: #000000;
	background: #FFFFFF;
	overflow:hidden;
	position:absolute;
	border-radius:6px;
	box-shadow:4px 4px 6px #ACACAC;
}

DIV.table_header {
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #787878;
	padding-left: 2px;
	padding-right: 2px; 
	width:100%;
	white-space:normal;
	overflow:hidden;
	margin-left:-2px;
	margin-top:-2px;
	height:16px;
}

DIV.table_header:hover {
	cursor:move;
}

/******* DataTables overrides *****/

DIV.dataTables_wrapper {
	margin-left:auto;
	margin-right:auto;
}	

/********** labels **************/

DIV#label_layout {
	margin-top:6px;
}

DIV#label_layout TD {
	border:1px solid #000000;
	font-size:4px;
	cursor:pointer;
}

DIV#label_preview {
	border:1px solid #000000;
	background-color:#ffffff;
	overflow:hidden;
	margin-top:6px;
}

DIV#label_preview_inner {
	margin-left:3%;
	margin-top:3%;
	margin-right:1%;
	margin-bottom:1%
	width:96%;
	height:96%;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
}

DIV#label_guest_selection {
	border:1px solid #000000;
	background-color: #5F5C5D;
	color:#ffffff;
	width:100%;
	overflow:auto;
	margin-top:5px;
	margin-bottom:5px;
	max-height:150px;
	display:none;
}

.label_active {
	background-color:#ffffff;
}

.label_style_breeserif {
	font-family: 'Bree Serif', serif;
}

.label_style_paytoneone {
	font-family: 'Paytone One', sans-serif;
}

.label_style_bevan {
	font-family: 'Bevan', cursive;
}

.label_style_averagesans {
	font-family: 'Average Sans', sans-serif;
}

.label_style_pinyonscript {
	font-family: 'Pinyon Script', cursive;
}

.label_style_archivoblack {
	font-family: 'Archivo Black', sans-serif;
}

.label_style_chivo {
	font-family: 'Chivo', sans-serif;
}

.label_style_rochester {
	font-family: 'Rochester', cursive;
}

.label_style_playball {
	font-family: 'Playball', cursive;
}

/****** Envelopes *********/

DIV#envelope_preview {
	position:relative;
	border:1px solid #000000;
	background-color:#ffffff;
	overflow:hidden;
	margin-top:6px;
}

DIV#envelope_preview_inner {
	position:absolute;
	left:30%;
	top:40%;
	width:65%;
	height:50%;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
}

DIV#envelope_preview_return {
	position:absolute;
	left:9mm;
	top:9mm;
	width:50%;
	height:25%;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	font-size:11pt;
	line-height:12pt;
}

/****** Data Import *******/

DIV.import_source_data {
	width:98%;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:1px solid #000000;
}

DIV.import_source_columns {
	width:auto;
}

DIV.import_source_field {
	min-width:75px;
	max-width:175px;
	height:90px;
	white-space:nowrap;
	overflow:hidden;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:5px;
	bottom:5px;
	z-index:9999;
	font-size:12px;
	/*
	position:absolute;
	left:5px;
	right:5px;
	*/
}

DIV.import_source_field:hover {
	cursor:move;
}

DIV.import_source_label {
	width:auto;
	height:20px;
	font-weight:bold;
	text-align:center;
	background-color:#d1d1d1;
}

DIV.import_destination_field {
	min-width:75px;
	max-width:200px;
	height:135px;
	white-space:nowrap;
	overflow:hidden;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:5px;
	font-size:12px;
}

DIV.import_destination_drop {
	width:auto;
	height:90px;
	overflow:hidden;
	border:1px solid #000000;
	padding:5px;
	color:#d3d3d3;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

DIV.import_destination_label {
	width:auto;
	height:32px;
	font-weight:bold;
	text-align:center;
	background-color:#d1d1d1;
}

/****** slicknav *****/

.slicknav_menu {
	display:none;
	position:fixed;
	left:0;
	top:0;
	right:0;
	padding:3px 5px 3px 5px;
	z-index:9999;
	max-height:100vh;
	overflow-x:hidden;
	overflow-y:auto;
	color:#FFFFFF;
	background-color:#807f80;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D83AB', endColorstr='#3E4B62'); /* for IE */
	background-image: linear-gradient(to bottom, #6D83AB, #3E4B62);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#6D83AB), to(#3E4B62)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6D83AB,  #3E4B62); /* for firefox 3.6+ */	
	background:transparent;
}
.slicknav_nav {
	background-color:#807f80;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D83AB', endColorstr='#3E4B62'); /* for IE */
	background-image: linear-gradient(to bottom, #6D83AB, #3E4B62);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#6D83AB), to(#3E4B62)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6D83AB,  #3E4B62); /* for firefox 3.6+ */	
	/*
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:auto;
	*/
	width:100%;
	float:none;
	position:relative;
	top:-37px;
	padding-right:45px;
}
.slicknav_nav a {
	color:#ffffff;
}
.slicknav_nav .selected {
	box-sizing:border-box;
	border-radius:6px;
	padding:5px 10px 5px 10px;
	margin-left:5px;
	margin-right:5px;
	background-color:#ffffff;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECEDEF', endColorstr='#C5C9D0'); /* for IE */
	background-image: linear-gradient(to bottom, #ECEDEF, #C5C9D0);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ECEDEF), to(#C5C9D0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ECEDEF,  #C5C9D0); /* for firefox 3.6+ */	
}
.slicknav_btn {
	z-index:99999;
	/*
	border:2px solid #ffffff;
	*/
}

/****** TOP MENU **********/

#newnav {
	width:100%; 
	margin-top:6px;
	height:auto; 
	color:#FFFFFF;
	/*
	white-space:nowrap;
	*/
}

#jsddm {
	box-sizing:border-box;
	margin: 0;
	padding: 7px;
	width:100%; 
	min-width:100%;
	font-size:0.1px; 
	/*
	text-align:justify;
	*/
	color:#FFFFFF;
	background-color:#807f80;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D83AB', endColorstr='#3E4B62'); /* for IE */
	background-image: linear-gradient(to bottom, #6D83AB, #3E4B62);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#6D83AB), to(#3E4B62)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6D83AB,  #3E4B62); /* for firefox 3.6+ */	
	border-radius:8px;
}
#jsddm:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

#jsddm li {
	list-style: none;
	/*
	margin-left: auto;
	margin-right: auto;
	padding-left:15px;
	padding-right:15px;
	background-color:#807f80;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D83AB', endColorstr='#3E4B62');
	background-image: linear-gradient(to bottom, #6D83AB, #3E4B62); 
	background: -webkit-gradient(linear, left top, left bottom, from(#6D83AB), to(#3E4B62)); 
	background: -moz-linear-gradient(top,  #6D83AB,  #3E4B62); 	
	border: 1px outset #3B424F;
	*/
	width:auto;
	margin-right:16px;
	display:inline-block;
	font-size:13px;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:6px;
}

#jsddm li:hover {
	background-color:#7d91b5;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CA8DC', endColorstr='#4E5E7A'); 
	background-image: linear-gradient(to bottom, #8CA8DC, #4E5E7A);  
	background: -webkit-gradient(linear, left top, left bottom, from(#8CA8DC), to(#4E5E7A)); 
	background: -moz-linear-gradient(top,  #8CA8DC,  #4E5E7A); 	
	*/
}	

#jsddm li.selected {
	background-color:#ffffff;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECEDEF', endColorstr='#C5C9D0'); /* for IE */
	background-image: linear-gradient(to bottom, #ECEDEF, #C5C9D0);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ECEDEF), to(#C5C9D0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ECEDEF,  #C5C9D0); /* for firefox 3.6+ */	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	cursor:default;
}	

#jsddm>li.selected>a {
	color:#000000;
	padding:0;
}

#jsddm li.jsddm_spacer {
	margin-left:2px;
	margin-right:2px;
	width:2px;
	background-color:#FFFFFF;
}

#jsddm li a {
	display: inline-block;
	text-decoration: none;
	padding: 0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	/*
	margin: 0px 0px 0px 0px;
	padding-top:14px;
	padding-bottom:12px;
	background: #000000;
	padding: 5px 12px;
	border-right: 1px solid white;
	width: auto;
	height:23px;
	*/
	width:auto;
	color: #ffffff;
	white-space: nowrap
}
#jsddm li a:hover {
	/*
	background: #dcdbdb;
	background: #d6d6d6;
	color: #ec4489;
	*/
}
#jsddm li ul {
	margin: 0;
	background-color: #4b5e81;
	padding: 0px;
	padding-top: 9px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	visibility: hidden;
	text-align:left;
	z-index:999999;
	box-shadow: 3px 3px 4px #333333;
	/*
	background: #dcdbdb;
	margin-top: 7px;
	margin-left: -3px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid white;
	*/
}
#jsddm li ul li {
	float: none;
	margin: 0;
	z-index:999999;
	display: block;
}
#jsddm li ul li a {
	width: auto;
	padding-left: 17px;
	padding-right: 38px;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index:999999;
}
#jsddm li ul li a:hover {
	background-color:#7d91b5;
	color:#FFFFFF;
}
.on-top {
	z-index: 10000;
}
