﻿
/*  
	A place for CSS across all pages 
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Play');

body.creop {
	background: url(../images/bldgs.jpg) center 0 #e1ebf4;
	background-size: cover;
}

/* COLORS - SFROP ---------- */

.lightBlue {
	color: #00B8fa;
}

.darkBlue {
	color: #11567f;
}

.orange {
	color: #ffa036;
}

/*  HEADER  ---------------------------------- */

header {
	margin: 0 auto;
	width: 100%;
	background-color: #00B8FA;
}

.headerDivider {
	border-top: solid 3px #ffa036;
	width: 100%;
}

/* note: above is header, not .header */
.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

	.header h1 {
		font-weight: 700;
		margin: 0px;
		padding: 0px 0px 0px 20px;
		color: #ffffff;
		border: none;
		line-height: 2em;
		font-size: 2em;
	}

h1 {
	display: inline-block;
	margin-top: 5px;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

	h1 a {
		background: url(../images/SFROP_logo.png) 0 0 no-repeat;
		height: 57px;
		width: 400px;
		display: inline-block;
	}

.TestBanner {
	position: relative;
	top: 28px;
	left: 0;
	font-weight: bold;
	font-size: 30px;
	margin-left: 200px;
	color: #faef0a;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*  Memu background  */
ul#css3menu1, ul#css3menu1 ul, ul#css3menu1 ul a, ul#css3menu1 a {
	background-color: #11567f;
}

	/* top level menu */
	ul#css3menu1 li:hover > a, ul#css3menu1 li a.pressed {
		background-color: #ffa036;
	}

	/* drop down menu items */
	ul #css3menu1 ul li:hover > a, ul#css3menu1 ul li a.pressed {
		background-color: #ffa036;
		color: red;
	}

	/* menu seperator */
	ul#css3menu1 ul a, ul#css3menu1 ul a:hover {
		border-color: #ccc;
	}

	/* disabled menus */
	ul#css3menu1 li.menuDisabled a, ul#css3menu1 li.menuDisabled a:hover, ul#css3menu1 .menuDisabled li:hover > a, ul#css3menu1 li.menuDisabled ul {
		background-color: #808080;
	}

	/* top level menu */
	ul#css3menu1 li:hover > a, ul#css3menu1 li a.pressed, ul#css3menu1 ul li:hover > a, ul#css3menu1 ul li a.pressed {
		color: #11567f;
	}

/* [BUTTONS] ------------------------------------------------------------------------------ */
/* copied from Site.css  */
.css3button, .blueButton, .btnNormal, .cancelBtn, button.blue, .css3button_disabled, input.btnSave {
	border-radius: 4px;
}

.css3button, .css3button_disabled {
	font-size: 17px;
	font-family: 'Play';
	font-weight: bold;
	background: #e97c23; /* flat orange */
	color: #fff;
	padding: 4px 15px 4px 15px;
	border: solid #a14e0f 1px;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(31, 43, 69, 0.6);
}

	.css3button:hover {

	}

	.css3button.skinny {
		padding: 2px 12px 4px 12px;
		font-weight: normal;
		font-size: 15px;
	}


.css3button_disabled {
	background: #d0cece;
}

/* this one is a little bit smaller than the popup one because the save buttons are diff */
.cancelBtn {
	font-family: Verdana, sans-serif;
	color: #383338;
	font-size: 16px;
	background: #c0c9cf;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	border: solid 1px #908e8e;
	box-shadow: none;
	cursor: pointer;
}

	.cancelBtn:hover {
		border: solid 1px #000;
		box-shadow: 2px 2px 5px rgba(000,000,000,0.3); /*, inset 0px 0px 1px rgba(255,255,255,0.7);*/
	}

/* used on the publisher page ------------------------- */
.blueButton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #032a40;
	border: 1px solid #000000;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}

	.blueButton:hover {
		box-shadow: 3px 3px 4px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.7);
		background-color: #ea7c23;
	}

.btnNormal {
	font-family: 'Play', Verdana;
	padding: 3px 10px;
	border: 1px solid #1f2b45;
}

	.btnNormal:hover, .btnFileUpload-wrapper:hover {
		box-shadow: 1px 3px 9px 0px rgba(175, 173, 173, 0.67);
		-moz-box-shadow: 1px 3px 9px 0px rgba(175, 173, 173, 0.67);
		-webkit-box-shadow: 1px 3px 9px 0px rgba(175, 173, 173, 0.67);
		cursor: pointer;
	}

	.btnNormal.btnDisabled, .btnFileUpload.btnDisabled {
		color: #888888;
	}

		.btnNormal.btnDisabled:hover, .btnFileUpload.btnDisabled:hover {
			box-shadow: none;
			text-shadow: none;
		}

.btnNormal, .btnFileUpload {
	background-color: white;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #1f2b45;
	cursor: pointer;
}

/* Save Button  (used in Popup.css and Site.css) -------------------- */
input.btnSave {
	background: #2a3754;
	font-family: 'Play', sans-serif;
	color: #ffffff;
	font-size: 20px;
	padding: 4px 20px 5px 20px;
	text-decoration: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

	input.btnSave:hover {
		background: #cb6b1d;
		box-shadow: 0px 3px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
	}

button.blue, button.blueDead {
	font-family: verdana,tahoma,helvetica;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 12px;
	background-color: #2a3654;
	border: 1px solid #003366;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3);
	cursor: pointer;
}

	button.blue:hover {
		box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
	}

button.blueDead {
	cursor: not-allowed;
	background-color: #c0c9cf;
	color: #a0a2a4;
}

/* file upload buttons */
.btnFileUpload-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding-top: 3px;
}

	.btnFileUpload-wrapper input[type=file] {
		font-size: 60px;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		cursor: pointer;
	}

.btnFileUpload {
	border: 1px solid #1f2b45;
	padding: 4px 15px;
	font-family: Verdana, sans-serif;
}
input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
}

/* [End of BUTTONS] ----------------------------------------------------------------------------- */

.tableContainer {
	display: table;
	width: 100%;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	padding: 4px;
}

.spinnerMsg {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	height: 18em;
	margin-top: 4em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	border: none;
	background-color: transparent;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
}

.txtDisabled {
	background-color: #e3e3e5 !important;
	color: #000 !important;
}

/*  the pager at the top of the page for fancybox */
.js-fancybox-index, .js-fancybox-count, .fancybox-button {
	font-size: 20px;
	font-family: 'Play', Verdana;
}

.SortBox {
	border-radius: 5px;
}

/* didn't seemto work for chrome*/
.removeSpinner {
	-webkit-appearance: none;
	margin: 0;
}

/* this did work */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.propertyMsg {
	height: 25px;
	text-align: center;
}

.noFileChosen {
	color: transparent;
}

.imgIcon {
	padding: 3px 2px 0 3px;
	cursor: pointer;
}

/* DropdownList*/
.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered {
	font-size: 13px !important;
	font-family: Verdana, sans-serif;
}

.RadComboBox .rcbInputCell, .RadComboBox .rcbArrowCell {
	background-color: #f7f7f9 !important;
	border: solid 1px #8e9292 !important;
}

.RadComboBox .rcbInputCell, .RadGrid .rgHoveredRow, .RadGrid .rgSelectedRow {
	background-image: none !important;
}

.RadComboBox .rcbInputCell {
	padding-bottom: 0 !important;
	vertical-align: middle;
	border-right: none !important;
	border-radius: 3px 0 0 3px;
}

.RadComboBox .rcbInput {
	padding-top: 1px !important;
	cursor: pointer !important;
}

.RadComboBoxDropDown .rcbItem {
	border-bottom: solid 1px #eeebeb !important;
}

.RadComboBox .rcbArrowCell {
	background-image: url(/images/icons/downarrow.png) !important;
	background-position: 0 0 !important;
	width: 24px !important;
	border-left: none !important;
	border-radius: 0 3px 3px 0;
}

	.RadComboBox .rcbArrowCell a {
		padding-right: 2px;
		height: 20px !important;
		cursor: pointer !important;
	}

/* End DropdownList */

/* RadGrid header row */
/*.RadGrid_Default .rgHeader {
	background-image: none !important;
	background-color: #d6d4d4 !important;
	font-family: 'Play', Verdana !important;
	font-family: Verdana, sans-serif !important;
}

.RadGrid_Default .rgFilterRow {
	background-image: none !important;
	background-color: #ecedef !important;
}

.rgCommandRow {
	background-image: none !important;
	color: #4c4b4b !important;
	background-color: #59595a !important;
	color: #fff !important;
	font-family: Verdana, sans-serif;
}*/
/* ----------------  */

.deleteIconSmall {
	height: 20px;
	width: auto;
	cursor: pointer;
}


.RadGrid_Default .rgHeader {
	background-image: none !important;
	background-color: #dfe1e3 !important;
	font-family: Verdana, sans-serif !important;
	font-size: 13px;
}

.RadGrid_Default .rgMasterTable,
.RadGrid_Default .rgDetailTable {
	font-family: Verdana !important;
	font-size: 13px !important;
}

.RadGrid .rgHoveredRow {
	background-color: #2a3754 !important;
	color: #fff !important;
	background-image: none !important;
}

.RadGrid .rgSelectedRow {
	background-image: none !important;
	background-color: #ea7c23 !important;
	font-weight: bold;
}

.rgRow td, .rgAltRow td {
	border-bottom: dashed 1px #ccc !important;
	vertical-align: middle !important;
	padding: 7px !important;
}

.RadGrid_Default .rgFilterRow {
	background-color: #c3c4c6 !important;
}