html {
	height: 100%;
}

.header {
	font-family: 'Open Sans', sans-serif;
	color: #E00000;
	font-size: 16px;
	margin-bottom: 5px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	color: #424242;
	margin: 0px 0px 0px 15px;
	border: none;
	min-height: 100%;
}

	body.page {
		margin: 0px 15px 0px 15px;
		min-height: 100%;
	}

form {
	margin: 0 0 20px 0;
	padding: 0;
}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.msd-breadcrumb {
	color: White;
	font-size: 8pt;
}

.login-control {
	padding: 5px;
	width: 180px !important;
}

.login-title {
	font-size: 12px;
	font-weight: bold;
	background-color: #8D97CB;
	color: White;
}

.password-box {
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #B5C7DE;
	background-color: #EFF3FB;
}

/* application global styles */
table {
	font-family: 'Open Sans', sans-serif;
}

.button {
	color: #003333;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	border-color: #999999;
	background-color: White;
	border-width: thin;
	border-style: solid;
	width: 75px;
	height: 22px;
	padding: 0px 5px 5px 5px;
}

.button-nowidth {
	color: #999999;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	border-color: #999999;
	background-color: White;
	border-width: thin;
	border-style: solid;
}

img {
	border-style: none;
}

/* application page.jsp styles */
bodyscrollbar-track-color {
	margin: 0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

a.menu {
	color: #424242;
	text-decoration: none;
}

a.menu-selected {
	color: #DD6900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #669999;
}

span.Middle {
	vertical-align: middle;
}

span.Refresh {
	color: #669999;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.emphasis {
	color: Red;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}

.centered-big {
	margin-left: auto;
	margin-right: auto;
	width: 525px;
}

.body-title {
	font-weight: bold;
	color: #669999;
	padding-left: 4px;
	height: 15px;
	vertical-align: top;
	text-align: left;
}

span.body-value {
	padding-left: 4px;
	height: 15px;
	/*vertical-align: top; Fire-fox doesn't like this*/
}

/* application hsep.jsp styles */
tr.hsep {
	background: #669999;
	height: 1px;
}

.sitemap {
	background: #424242;
	color: #ffffff;
	width: 100%;
}

/* application menu.jsp styles */
tr.menu {
	background: #424242;
	color: #ffffff;
}

tr.mast {
	background: #669999;
}

/* linkstaradmin vsep.jsp styles */
td.vsep {
	background: #669999;
	width: 1px;
}

td.opts {
	text-align: right;
}

td.opts-table {
	width: 195px;
	vertical-align: top;
}

td.mark-dump {
	color: Red;
}

tr.selected {
	color: Red;
	font-weight: bold;
	background-color: #99CCCC;
}

.body-param {
	font-weight: bold;
	color: #669999;
	padding-right: 4px;
	text-align: right;
	background-color: #d8e0e4;
}

.body-param-rtl {
	color: #669999;
	padding-left: 4px;
	text-align: left;
	background-color: #d8e0e4;
	font-size: 20px;
}

table.body-table {
	width: 98%;
}

table.body-title {
	background: #E00000;
	font-size: 11px;
	font-weight: bold;
	color: White;
	height: 22px;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* application hsep.jsp styles */
.spacer {
	height: 100px;
}

table.body-entry {
	width: 100%;
	border: 1px solid #669999;
	background: White;
}

input.text {
	width: 300px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	border: 1px solid #060D65;
	color: #999999;
	height: 16px;
}

tr.body-bttns {
	text-align: center;
}


td.right-align {
	text-align: right;
}

TD A {
	color: #669999;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

TH A {
	color: White;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

TR {
	color: #424242;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder {
	border: 1px #013DA4 solid;
	background-color: #FFFFFF;
}

select {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	background-color: #E1EDCF;
	border: 1px #9BAAAF solid;
	height: 18px;
}

	select.large {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.0em;
		background-color: #E1EDCF;
		border: 1px #9BAAAF solid;
		width: 305px;
	}

input.small {
	height: 18px;
	width: 90px;
}

input.medium {
	height: 18px;
	width: 120px;
}

.highlight {
	color: #CD3026;
	font-weight: bold;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../images/box_left_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	font-size: 11px;
	margin: 0px;
	color: #606F79;
}

.textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;
	padding-right: 3px;
	padding-left: 3px;
}

.textarea-rtl {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;
	padding-right: 3px;
	padding-left: 3px;
	direction: rtl;
}

.textbox {
	font-family: 'Open Sans', sans-serif;
	height: 18px;
	font-size: 11px;
	color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;
	padding-right: 3px;
	padding-left: 3px;
}

.textbox-rtl {
	font-family: 'Open Sans', sans-serif;
	height: 18px;
	font-size: 14px;
	color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;
	padding-right: 3px;
	padding-left: 3px;
	direction: rtl;
}

.notes {
	font-family: 'Open Sans', sans-serif;
	height: 18px;
	font-size: 11px;
	color: #424242;
	text-align: left;
}

.errors {
	margin-left: 35px;
}


.atomic {
	font-size: 9px;
}

.today {
	font-size: 9px;
	color: #606F79;
	font-weight: bold;
}

.button2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	border: 1px solid #AABBBF;
	background-color: #FFFFFF;
	color: #404F59;
	background-image: url("../images/btn_bg.gif");
	padding: 5px;
}

.button-submit {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	border: 1px solid #AABBBF;
	background-color: #FFFFFF;
	color: #404F59;
	background-image: url("../images/btn_bg-submit.gif");
	padding: 5px;
}

.button-reject {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	border: 1px solid #AABBBF;
	background-color: #FFFFFF;
	color: #404F59;
	background-image: url("../images/btn_bg-reject.gif");
	padding: 2px;
}

.thumbnail {
	float: left;
	z-index: 0;
}

IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.checkmark {
	float: left;
	padding-left: 5px;
	z-index: 0;
}

.major-error {
	color: #FF3333;
	font-size: 11px;
}

.usermessage {
	font-size: 14px;
}

.watermarked {
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #FAFAD7;
	font: bold 10px 'Open Sans', sans-serif;
	color: #CD3026;
	overflow: hidden;
}

.watermarked-super-med {
	width: 240px;
	height: 85px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #FAFAD7;
	font: bold 10px 'Open Sans', sans-serif;
	color: #CD3026;
	overflow: hidden;
}

.watermarked-plain {
	background-color: #FAFAD7;
	font: bold 10px 'Open Sans', sans-serif;
	color: #CD3026;
	overflow: hidden;
	border: 1px solid #BEBEBE;
}

.unwatermarked {
	width: 150px;
	height: 15px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	font: bold 10px 'Open Sans', sans-serif;
	overflow: hidden;
}

.unwatermarked-plain {
	border: 1px solid #BEBEBE;
	font: bold 10px 'Open Sans', sans-serif;
	overflow: hidden;
}

.searchbox {
	margin: 0px 0px 15px 15px;
}

.buttonText {
	color: Black;
	font: Bold 10px 'Open Sans', sans-serif;
}

.quicklink {
	color: #646D7E;
	font: Bold 14px 'Open Sans', sans-serif;
}

div.overlay p {
	margin: 0;
	padding: 6px 9px !important;
	font-size: 1.1em !important;
	border: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
}

div.overlay p {
	background: #041A63;
}

.help {
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 8px;
	position: absolute;
	width: 260px;
	top: 8px;
	right: 4px;
	background-image: url(../images/pointer-help.gif);
}

.overlay {
	background: #041A63;
	padding-left: 15px;
}

.uploader {
	border-top: 1px solid #000;
	width: 90%;
	clear: both;
	margin-top: 10px;
	padding-top: 5px;
	height: 400px;
}

.flat-button {
	background: #0073aa;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	border-radius: 2px;
}

	.flat-button:hover {
		text-decoration: none;
		color: #FFF;
	}

/* Hover.css Copyright Ian Lunn 2014. Generated with Sass.*/
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

	.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		text-decoration: none;
	}

.panel-glow {
	box-shadow: 0 0 1em gold !important;
	text-decoration: none;
}

.panel-glow-off {
	box-shadow: none !important;
	text-decoration: none;
}

/* Pop */
@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

	.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
		-webkit-animation-name: hvr-pop;
		animation-name: hvr-pop;
		-webkit-animation-duration: 0.3s;
		animation-duration: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		text-decoration: none;
	}

/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

	.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

.nice-text {
	color: #23282d;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Open Sans', sans-serif;
}

.hide-scrollbar {
	overflow: hidden;
}

.jump-links {
	font-weight: 600;
	font-size: 14px;
	margin-left: 12px;
	font-family: 'Open Sans', sans-serif;
}

body h2 {
	font-size: 18px;
	color: #1cbcb4;
	line-height: 1.5em;
	display: inline-block;
}

.sub-header {
	font-weight: 400;
	font-size: 14px;
	margin-left: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #46444f;
}

.today {
	padding-top: 8px;
}

.msd-row {
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
}

.body-container {
	border: 2px dotted #1cbcb4;
	padding: 10px 15px 30px 15px;
	border-radius: 2px;
	margin-top: 8px;
}

.add-border {
	border: 1px solid #62727A;
	padding: 20px 0px 10px 0px;
	border-radius: 5px;
	margin-top: 0px;
}

.no-border {
	border: 0px;
	border-style: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hasDatepicker {
	display: inline;
}

.msd-row::before, .msd-row::after {
	clear: both;
	content: " ";
}

.col-sm-50 {
	width: 50%;
	float: left;
}

.col-sm-25 {
	width: 25%;
	float: left;
}

.col-sm-15 {
	width: 15%;
	float: left;
}

.col-sm-35 {
	width: 35%;
	float: left;
}

.col-sm-33 {
	width: 33%;
	float: left;
}

.col-sm-67 {
	width: 67%;
	float: left;
}

.centered-big {
	width: 325px;
}

.highlight-green {
	color: #1cbcb4;
}

.publish-control {
	margin-left: 135px;
	float: left;
	margin-right: 8px;
}

.datepicker-control {
	font-family: 'Open Sans', sans-serif;
	margin-left: 8px !important;
	height: 34px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.clientlist-control {
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
	padding: 15px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 5px;
}

	.clientlist-control td {
		width: 250px;
	}

		.clientlist-control td label {
			padding-left: 10px;
		}

#last-row {
	margin-bottom: 20px;
}

.last-row {
	padding-bottom: 20px;
}

.extra-padding-10 {
	padding-bottom: 10px;
}

.data-row-stop {
	margin-top: 30px;
	margin-bottom: 20px;
}

.msd-radio input {
	margin-left: inherit;
}

.msd-radio label {
	margin-left: 5px !important;
	margin-right: 15px !important;
}

.msd-checkbox input {
	margin-left: 15px !important;
}

.msd-checkbox label {
	margin-left: 5px !important;
}

.msd-bold {
	font-weight: 600;
}

.msd-small-padding {
	padding: 2px 2px;
}

#GMDatePicker_ctl00_PageContents_PhotoDate {
	display: block !important;
}

.msd-delete-button {
	color: #cd3026;
}

.welcome {
	margin-top: 50px;
	margin-bottom: 25px;
}

.msd-required-field {
	color: Red;
}

.msd-standard-field {
	color: #424242;
	text-decoration: none;
}

	.msd-standard-field:hover {
		text-decoration: none;
	}

.msd-regular-text, .msd-regular-text label {
	font-weight: 400;
	font-size: 12px;
}

/* Photo styles */
.LinkButtonText {
	padding: 0px;
	margin: 1em 0em .5em 0em;
	border: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	width: 120px;
	background-color: #FAFAD7;
	height: 17px;
}

.dimText {
	font: 10px 'Open Sans', sans-serif;
}

.statusText {
	font: 12px 'Open Sans', sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.uploaderEx {
	border-top: 1px solid #000;
	width: 90%;
	clear: both;
	margin-top: 10px;
	padding-top: 5px;
	height: 100%;
}

.ErrorList .AspNet-DataList table thead tr th,
.ErrorList .AspNet-DataList table caption {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	color: #CD3026;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}

.unwatermarked-caption {
	width: 165px;
	height: 55px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	font: bold 10px 'Open Sans', sans-serif;
	overflow: hidden;
}

.updateProgress {
	position: absolute;
	background-color: #fff;
	-Moz-Opacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

	.updateProgress div {
		background-color: white;
		padding: 4px;
		position: absolute;
		top: 5px;
		left: 50%;
	}

.Results {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	font: 9px/11px 'Open Sans', sans-serif;
}

.notice {
	width: 795px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid Black;
	background-color: #FFCCCC;
	font: bold 10px 'Open Sans', sans-serif;
	line-height: 14px;
	color: Black;
	overflow: hidden;
}

.buttonText {
	color: #3333FF;
	font: Bold 10px 'Open Sans', sans-serif;
}

/* Video Styles */
.UploadBox {
	width: 350px;
	font: 12px 'Open Sans', sans-serif;
	color: #444;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
}

.VideoList .AspNet-DataList {
	border-top: dotted 1px #ccc;
	width: 500px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.message {
	font: normal 14px 'Open Sans', sans-serif;
	margin-left: 8px;
}

#ProgressSection {
	height: 25px;
	padding-bottom: 12px;
}

div#video_cell {
	padding: 15px 7px 15px 50px;
	margin-bottom: 7px;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid gray;
	background: #F5F5F5 url(../images/upload_correct.gif) no-repeat 7px 15px;
	font: normal 12px 'Open Sans', sans-serif;
}

.entry:not(:first-of-type) {
	margin-top: 10px;
}

.glyphicon-small {
	font-size: 12px;
}

.msd-checkboxlist label {
	display: inline-block;
	margin-left: 5px;
}

div.status-line {
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#GMDatePicker_PageContents_PhotoDate {
	display: block !important;
}

	#GMDatePicker_PageContents_PhotoDate img {
		padding-bottom: 10px !important;
		padding-left: 4px !important;
	}

#GMDatePicker_PageContents_VideoDate {
	display: block !important;
}

	#GMDatePicker_PageContents_VideoDate img {
		padding-bottom: 10px !important;
		padding-left: 4px !important;
	}

.msd-extra-bottom-margin {
	margin-bottom: 20px;
}

.msd-table-text {
	font-weight: 400;
	font-size: 14px;
	color: #444;
	text-decoration: none;
}

	.msd-table-text td a {
		color: #EC2024;
		font-weight: 400;
	}

		.msd-table-text td a:focus {
			color: #EC2024;
			font-weight: 400;
			outline: none;
		}

		.msd-table-text td a:hover {
			color: #EC2024;
			font-weight: 400;
		}

.msd-table-header {
	background-color: #444 !important;
	color: #CCC;
}

	.msd-table-header th {
		padding-bottom: 16px !important;
	}

		.msd-table-header th a {
			color: #CCC;
			opacity: 0.9;
		}

.parking-lot-panel {
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 5px !important;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
	border-radius: 4px !important;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
	border-radius: 4px !important;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
	border-radius: 4px !important;
}

.panel-blue .panel-heading {
	border-color: #337ab7;
	color: #fff;
	background-color: #337ab7;
	border-radius: 4px !important;
}

.panel-purple .panel-heading {
	border-color: #800080;
	color: #fff;
	background-color: #800080;
	border-radius: 4px !important;
}

.panel-plum .panel-heading {
	border-color: #DDA0DD;
	color: #fff;
	background-color: #DDA0DD;
	border-radius: 4px !important;
}

.panel-danger .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
	border-radius: 4px !important;
}

.panel-default .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
	border-radius: 4px !important;
}

.huge {
	font-size: 28px;
}

.map-path {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.msd-modal-vp {
		width: 70%; /* either % (e.g. 60%) or px (400px) */
	}
}

@media (max-width: 415px) {
	.map-path {
		font-size: 14px;
	}
}

.msd-welcome {
	font-size: 18px;
}

.msd-header-action {
	color: #FFF;
	font-size: 14px;
}

	.msd-header-action:hover {
		color: #FFF;
	}

.msd-action-image img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top !important;
}

#action-images {
	text-align: center;
	height: 16px;
}

.hidden {
	display: none;
}

.set-container {
	background-color: #fff;
	border: 1px solid #808080;
	margin: 0px 0px 10px 0px !important;
}

#tripleLogo {
	width: 250px;
	height: auto;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -125px;
}

.appText {
	color: #ec2024;
	font-size: 20px;
	font-weight: 600;
}

.appDiv {
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
	.appText {
		font-size: 14px;
	}
}

#submitImages {
	margin: 0 auto;
	width: 150px;
	height: 40px;
	border: none;
	border-radius: 20px;
	color: white;
	font-weight: 600;
	background-color: #ec2024;
}

	#submitImages:hover {
		background-color: #db0f13;
	}

.remove-all {
	border: none;
	border-radius: 3px;
	margin-bottom: 5px;
}

.remove-all:disabled {
	background-color: white;
	color: rgba(0, 0, 0, 0.3);
}

.remove-all:disabled:hover {
	background-color: white;
	color: rgba(0, 0, 0, 0.3);
}

.modal-background {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	display: none;
}

.modal-progress {
	margin: auto;
	position: absolute;
	border: none;
	border-radius: 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,1);
	height: 25%;
	width: 25%;
	z-index: 100;
}

@media only screen and (max-height: 870px) {
	.modal-content {
		height: 28%;
	}
}

@media only screen and (max-height: 760px) {
	.modal-content {
		height: 32%;
	}
}

@media only screen and (max-height: 660px) {
	.modal-content {
		height: 40%;
	}
}

@media only screen and (max-height: 550px) {
	.modal-content {
		height: 50%;
	}
}

@media only screen and (max-width: 720px) {
	.modal-content {
		width: 100%;
	}
}

#progress-status {
	border-radius: 12.5px;
	width: 75%;
	background-color: #ddd;
	height: 25px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

#progress-bar {
	position: static;
	border-radius: inherit;
	width: 0;
	height: 100%;
	background-color: #ec2024;
}

.status-cancel {
	text-align: center;
}

.cancel-button {
	display: none;
	position: absolute;
	width: 100%;
	color: white;
	font-weight: 600;
	height: 40px;
	border: none;
	border-radius: 0 0 10px 10px;
	background-color: #ec2024;
	bottom: 0;
}

.spinner {
	margin: 50px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

	.spinner > div {
		background-color: #333;
		height: 100%;
		width: 6px;
		display: inline-block;
		-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
		animation: sk-stretchdelay 1.2s infinite ease-in-out;
	}

	.spinner .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.spinner .rect3 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.spinner .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.spinner .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}


.process-modal {
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	z-index: 2100000000;
	display: none;
}


.process-modal-content {
	margin: auto;
	position: absolute;
	border: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25%;
	width: 25%;
	z-index: 2100000000;
}

/* Doka modal spinner */
.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 100px auto;
}

	.sk-cube-grid .sk-cube {
		width: 33%;
		height: 33%;
		background-color: rgba(255,255,255,0.9);
		float: left;
		-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
		animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	}

	.sk-cube-grid .sk-cube1 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.sk-cube-grid .sk-cube2 {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}

	.sk-cube-grid .sk-cube3 {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}

	.sk-cube-grid .sk-cube4 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.sk-cube-grid .sk-cube5 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.sk-cube-grid .sk-cube6 {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}

	.sk-cube-grid .sk-cube7 {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.sk-cube-grid .sk-cube8 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.sk-cube-grid .sk-cube9 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

#toggleUploader {
	margin: 5px 0;
}

div.uploader-hidden {
	height: 0;
	overflow: hidden;
}

div.uploader-container.uploader-visible {
	height: 100%;
	overflow: visible;
}
