.dummy {
}
/* ------------- savvy cms common styles --------------- */
body {
	background-color: #ffffff;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;
	color: #000000;
}

td, .dataheading, .label, .colhead, .field {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;
	color: #000000;
}

input, textarea, select {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;
}

A {
	color: #1F51FF;
	text-decoration: none;
}

A:hover {
	color: #993300;
	text-decoration: underline;
}

.databox {
	BORDER-BOTTOM: #ccc 1px solid;
	BORDER-LEFT: #ccc 1px solid;
	BORDER-RIGHT: #ccc 1px solid;
	BORDER-TOP: #ccc 1px solid;
	PADDING-BOTTOM: 0;
	PADDING-LEFT: 0;
	PADDING-RIGHT: 0;
	PADDING-TOP: 0;
	BACKGROUND-COLOR: #ffffff;
	border-collapse: collapse;
}

.databox .field a:visited{
	color:#00cc19  /*2021-08-02 jn added - go green once visited, good for time signoff  list - e.g. WorkTimeList*/
}

.databackground {
	BACKGROUND-COLOR: #ffffff;
}

.dataheading, .pageheading, .heading {
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	MARGIN: 0px;
	padding: 0px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	BACKGROUND-COLOR: #ccc;
	COLOR: #ffffff;
	background-color: #551901;
	xbackground: url(includes/images/dataheading-bg-black.gif) center;
	height: 28px;
}

.dataheading .dataheading, .pageheading .pageheading, .heading .heading {
	padding: 0px;
	background: none;
}

.label {
	BACKGROUND-COLOR: #ffffff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 20px;
	width: 180px;
}

.colhead {
	BACKGROUND-COLOR: #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 20px;
}

.labelbackground {
	BACKGROUND-COLOR: #ffffff;
}

.field {
	BACKGROUND-COLOR: #f6f6f6;
	border-top: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
}

.fieldbackground {
	BACKGROUND-COLOR: #ffffff;
}

.toolbutton {
	margin: 2px;
	border: 0px none;
	cursor: hand;
	line-height: 19px;
}

.toolbutton_up {
	margin: 1px;
	border: 1px solid navy;
	background-color: #B5BED6;
	cursor: hand;
	line-height: 19px;
}

.toolbutton_down {
	margin: 2px 0px 0px 2px;
	border: 1px solid navy;
	background-color: #99ccff;
	background-color: #8492B5;
	cursor: hand;
	line-height: 19px;
}

.Toolbar {
	xheight: 220px;
}

.RichEditor {
	width: 500px;
	height: 200px;
	background: white;
	border: 1px solid #789CB8;
	padding-left: 4px;
}

.HtmlEditor {
	width: 500px;
	height: 200px;
	font-family: courier new, courier, monospace;
}

.hint {
	font-size: 10px;
	color: #8492B5;
	width: 160px;
}

.numfield input {
	text-align: right;
}

.dataheading_pagingnav, .dataheading_pagingnav A, .dataheading_pagingnav A:visited, .dataheading_pagingnav A:link, .dataheading_pagingnav A:hover, .dataheading_pagingnav A:active {
	background-color: #318AAD;
	background-color: #551901;
	xbackground: url(includes/images/dataheading-bg-black.gif) center;
	color: #FFFFFF;
	font-weight: normal;
}

.pagingnavcurrent {
	font-weight: bold;
}

.row0 .field {
	background-color: #f0f0ff;
	border-top: 0px;
}

.row1 .field {
	background-color: #ffffff;
	border-top: 0px;
}

.highlight .field {
	background-color: #ffffcc;
	border-top: 0px;
}

.negativeCurrency {
	color: red;
}

.highlightRow td {
	background-color: #c2c2ff;
	border-top: 0px;
}

.dataheading a {
	color: #c2c2ff;
	text-decoration: underline;
	font-size: 14px;
}

.dataheading a:hover {
	color: white;
	text-decoration: underline;
	font-size: 14px;
}

.inactive, .inactive .field, .inactive a {
	color: #666;
}

/* styles from twitter bootstrap */

input[type=submit], input[type=button] {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

select, input, textarea {
	margin-left: 0;
	border: 1px solid #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input {
	padding: 3px 4px;
}

textarea {
	padding: 3px 4px;
}

select {
	padding: 2px 0px;
}

input[type=file] {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted \9;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	width: auto;
	height: auto;
}

.btn, input[type=submit], input[type=button] {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	*margin-left: .3em;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
}

.btn:active, .btn.active {
	background-color: #cccccc;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover, input[type=submit]:hover, input[type=button]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus, input[type=submit]:focus, input[type=button]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active, .btn:active, input[type=submit]:active, input[type=button]:active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #e6e6e6;
	background-color: #d9d9d9;
	outline: 0;
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	background-color: #e6e6e6;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type=submit].svySaveButton:hover, input[type=button].svySaveButton:hover, input.svySaveButton, input.svySaveButton:hover, .btn-primary, .btn-primary:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

input.svySaveButton.active, .btn-primary.active {
	color: rgba(255, 255, 255, 0.75);
}

input.svySaveButton, .btn-primary {
	background-color: #0074cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

input[type=submit].svySaveButton:hover, input[type=button].svySaveButton:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0055cc;
}

input.svySaveButton:active, .btn-primary:active, .btn-primary.active {
	background-color: #004099;
}

/*
input[type=submit],input[type=button]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;}
.btn,input[type=submit],input[type=button] {cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px 14px 6px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
.btn:hover,input[type=submit]:hover,input[type=button]:hover{background-position:0 -15px;color:#333;text-decoration:none;}
.btn:focus,input[type=submit]:focus,input[type=button]:focus{outline:1px dotted #666;}
.btn.primary,input.svySaveButton {color:#ffffff;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
.btn.primary:hover,input.svySaveButton:hover {color:#ffffff;}
.btn.active,.btn:active,input[type=submit]:active,input[type=button]:active{-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);}
.btn.disabled{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn[disabled]{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
:root .alert-message,:root .btn{border-radius:0 \0;}
button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0;}
*/

input[type=submit][value=" GO "], input.deleteRowButton {
	height: 22px;
	font-size: 12px;
	margin-top: -4px;
	padding: 2px 6px;
}

/* ------------- app specific --------------- */
.toptab {
	background-color: #ccf;
	border: 1px solid black;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	color: black;
}

a.toptab:hover {
	background-color: #eff;
	text-decoration: none;
	color: black;
}

.toptabselected {
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #66f;
	border: 1px solid black;
	font-weight: bold;
	color: white;
}

a.toptabselected:hover {
	text-decoration: none;
	color: white;
}

tr.top-border td {
	border-top: 3px solid #666;
}

.error, .bad, .NegativeCurrency {
	color: red;
	font-weight: bold;
}

.warning, .orange {
	color: orange;
	font-weight: bold;
}

.good {
	color: green;
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.InfoMessage {
	background: url(images/info-icon-small.gif) no-repeat 10px;
	border: 2px solid #4969c1;
	padding: 10px;
	padding-left: 40px;
	color: #4969c1;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}

.ErrorMessage {
	background: url(images/error-icon-small.gif) no-repeat 10px;
	border: 2px solid #cc0000;
	padding: 10px;
	padding-left: 40px;
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	background-color: White;
}

.WarningMessage {
	background: url(images/warning-icon-small.gif) no-repeat 10px;
	border: 2px solid #fd9c0f;
	padding: 10px;
	padding-left: 40px;
	color: orange;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	background-color: White;
}

.float-block {
	width: 45%;
	float: left;
}

.float-block.align-left {
	padding-right: 5px;
}

.float-block.align-right {
	/*padding-left: 2.5%;*/
}

.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/*select 2 override*/
.select2-drop {
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.select2-container .select2-chosen {
	color: black;
}

.select2-container .select2-choice {
	height: 21px;
	background: #fff none;
	border-radius: 4px;
	font: normal 12px arial, 'Open Sans', sans-serif;
	padding-top: 1.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: black;
	margin-top: -1px;
}

.select2-container a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.select2-search {
	margin-top: 4px;
}

.select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container .select2-choice .select2-arrow {
	background: transparent none;
}

.select2-container .select2-choice .select2-arrow b {
	background-position: 1px -4px;
}

.select2-results {
	font-size: 12px;
	color: black;
}

#maintablewrap {
	width: 100%;
	max-width: 1600px;
}

.stretchy-description {
	position: relative;
}

.stretchy-description input[type=text] {
	width: 98% !important;
}

.stretchy-description input[type=button] {
	position: absolute;
	
	bottom: 5px;
}

.stretchy-description span.ind {
	position: absolute;
	top: 26px;
	right: 0;
}

.stretchy-description .dup-timesheet-line {
	position: absolute;
	
}
.stretchy-description .dup-timesheet-line input[type=button] {
	right:1px;
	top:1px;
}

.stretchy-description span.tw {
	position: absolute;
	top: 26px;
	right: 4px;
}

.stretchy-description span.tw input {
	font-size: 10px !important;
}

.stretchy-description-head {
	width: 100%;
}

.jobsel {
	position: relative;
}

.job-selector-wrap {
	width: 280px;
}

.floating-percentage-button {
	position: absolute;
	right: 10px;
}

.floating-open-button {
	position: absolute;
	left: 210px;
}

btn:hover {
}

.editable {
	cursor: pointer;
	font-weight: 500;
	/*border-bottom: 1px dotted #ccc;*/
	/*border-radius: 4px;*/
}

.editable:hover {
	/*border-bottom: 1px dotted #999;*/
	text-decoration: underline;
	color: green;
}

.err {
	background-color: red;
	color: white;
}


.twSearch a:visited {
	color: white;
}

.twSearch a:hover {
	color: white;
}


.twSearch {
	padding: 5px;
	position: absolute;
	border: 1px solid black;
	margin: 5px;
	top: 50px;
	width: 302px;
	height: 150px;
	z-index: 300;
	background-color: green;
	opacity: .8;
	display: none;
}

.twSearch .res {
	overflow-y: scroll;
	overflow-x: unset;
	height: 128px;
}

.twSearch table td {
	color: white;
}

.twSearch table td.desc {
	width: 187px;
	overflow: hidden;
	white-space: normal;
}

.jobs-list td {
	height: 30px;
}

.little-nav-icon {
	top: 4px !important;
	cursor: pointer;
}


.card-box {
	background:rgba(85, 25, 1, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); 
	border-radius: 5px;
	padding:15px;
	display: inline-block;
}

.card-box h3 {
	color:#551901;
	margin:0 -15px;
	padding: 0 15px 15px 15px;
}

													


/* slide out panel related */

#overlayWrapper {
	background-repeat: no-repeat;
	background-color: transparent;
	position: fixed;
	z-index: 7777;
	top: 0;
	left: 100%;
	transform: translateX(0);
	opacity: 0;
	transition: all .5s ease-out;
	height: 100%;
	width: 1254px;
	backface-visibility: hidden;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

#overlayWrapper.overlay-onscreen {
	transform: translateX(-1254px);
	/*width: 1154px;*/
	opacity: 1;
}
/*2020-10-20jn added - handle 1080px wide screen*/
@media (max-width: 1080px) {
	#overlayWrapper {
		width: 561px;
	}

	#overlayWrapper.overlay-onscreen {
		transform: translateX(-561px);
	}

	.when-inside-iframe .svyWrapperOuter {
		/*padding-top: 71px;*/
	}
}

#overlayEdge {
	z-index: 3;
	position: absolute;
	height: 100vh;
	width: 32px;
	background-repeat: repeat-y;
	margin-left: -50px;
	background-color: transparent;
	display: none;
}

.overlay-arrow-left {
	z-index: 1;
	width: 50px;
	height: 150px;
	xborder: 1px solid red;
	position: relative;
	overflow: hidden;
	transition: margin-top 0.5s ease-in-out;
}

.overlay-arrow-left:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: white;
	transform: rotate(45deg);
	top: 65px;
	left: 40px;
	box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
}

#overlayContent {
	z-index: 2;
	width: 100%;
	height: 100%;
	/*overflow-y:auto;*/
	position: fixed;
	background-color: white;
	/*background-image: url("images/spinner.gif");*/
	background-repeat: no-repeat;
	background-position: 20px 20px;
	box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 0 900px 2400px rgba(0,0,0,.1);
}

.overlay-action-button {
	font-size: 50px;
	line-height: 28px;
	color: white;
	margin-left: 10px;
	cursor: pointer;
	text-shadow: 0px 1px 20px rgba(0,0,0,.2);
	position: absolute;
	transition: all .5s ease-out;
	user-select: none;
}

.overlay-action-button:hover {
	transform: scale(1.2);
	color: #0083b380;
}

.overlay-close-x {
	left: 0;
}

.overlay-next {
	font-size: 30px;
	line-height: 30px;
	left: -50px;
}

.overlay-prev {
	font-size: 30px;
	line-height: 30px;
	left: -100px;
}

.panel-active td {
	background-color: #0083b380 !important;
}

.floating-right-or-left-with-panel-open {
	float: right;
}

.with-slide-out-panel-open .floating-right-or-left-with-panel-open {
	float: left;
}

.svyWrapperOuter {
	margin-left: 0;
}

.with-slide-out-panel-open .svyWrapperOuter {
	margin-left: 0;
}

.when-inside-iframe .svyEdit .header {
	padding: 0;
}

.svyHeaderButtonBar {
	position: fixed;
	z-index: 1;
	width: calc(100% - 20px);
	top: 0;
	background-color: #58585A;
}

.svyHeaderButtonBarSpacer {
	margin-top: -5px;
	height: 50px;
}

.when-content-is-short .svyHeaderButtonBarSpacer {
	height: 100px;
}

.side-edit-panel .edit-panel-iframe {
	width: 100%;
	height: 100%;
	border:none;
}

/* end slide out panel related */