
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.waiting
{
	cursor:wait;
}
 
html {
    height: 100%
}

body {
	margin: 0;
	height: 100%;
	padding: 0;
	/*background:  #FFFFFF url(images/bg01short.png) repeat-x top left;*/
	background-image: linear-gradient(#515f8c, #515f8c 120px, #fefefe 120px);
	background-repeat: repeat no-repeat;
	font-size: 13px;
	color: #000;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, .h1, .h2, .h3 {
	font-weight: normal;
	color: #484848;
}

h1, .h1 {
/*	text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 24px;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

h2, .h2 {
	letter-spacing: -1px;
	font-size: 24px;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

h3, .h3 {
	font-size: 18px;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

h4, .h4 {
	-webkit-margin-before: .1em;
	-webkit-margin-after: .1em;
	margin-top: .3rem;
	margin-bottom: .3rem;
	font-size: 14px;
}

h5, .h5 {
	font-size: 12px;
	margin-top: .3rem;
	margin-bottom: .3rem;
	-webkit-margin-before: .2rem;
	-webkit-margin-after: .2rem;
}

h6, .h6{
	font-size: 10px;
	-webkit-margin-before: .1em;
	-webkit-margin-after: .1em;
}

p, ul, ol {
	line-height: 150%;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

.RadGrid_Default .rgRow a,
.RadGrid_Default .rgAltRow a,
.RadGrid_Default .rgEditRow a {
	color: #00C !important;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a.previousDownload {
	color: #515f8c !important;
	text-decoration: underline !important;
}

a:hover.previousDownload {
	text-decoration: none !important;
	color: #515f8c !important;
}

/* Header */

#header {
	width: 910px;
	height: 130px;
	margin: 0px auto;
}

/* Logo */

#logo 
{
	clear: left;
	float: left;
	padding: 0px 0 0 0;
}

#logo h1 {
	margin: 0;
	/*text-transform: lowercase;*/
	letter-spacing: -2px;
	font-size: 2.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
	color: #EEEEEE;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	clear: right;
}

.menu {
	float: right;
	clear: right;
}

#menu ul {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
}

.menu ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

.menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 1.36em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}

.menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #000;
	
}

.menu a:hover {
	border-bottom: 3px solid #7ACE11;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
    flex: 1 1 auto;
}

/* Content */

#leftcontent {
	float: left;
	width: 590px;
	margin-left: 10px;
	margin-bottom: 10px;
	/* border: 1px solid blue; */
}

#rightcontent
{
	float: right;
	width: 590px;
	margin-left: 10px;
	margin-bottom: 10px;
	/* border: 1px solid blue; */
}

#contentSinglePane
{
	float: left;
	/*width: 890px;*/
	margin-left: 10px;
	margin-bottom: 10px;
	/* border: 1px solid blue;*/
}

#rightcontent h1, #leftcontent h1, #contentSinglePane h1
{
	margin-top: 5px;
	margin-bottom: 2px;
}

.post {
	width: 550px;
	padding: 10px 20px;
	/*background: url(images/bg04.jpg) no-repeat top left;*/
		background-image: linear-gradient(#eaeaea,#fefefe 180px);
/*	background-image: linear-gradient(#dbd5cf,#fefefe 180px);*/
	margin-bottom: 5px;
}

.postFull {
	/*width: 812px;*/
	padding: 10px 20px;
	/*background: url(images/bg04w.png) no-repeat top left;*/
	background-image: linear-gradient(#eaeaea,#fefefe 180px);
/*	background-image: linear-gradient(#dbd5cf,#fefefe 180px);*/
}

.postNoBackground
{
	width: 550px;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar(s) */

/* Left Sidebar */

#leftsidebar {
	float: left;
	width: 270px;
	/* border: 1px solid red; */
}

#leftsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftsidebar li {
}

#leftsidebar li ul {
	padding: 15px 0;
}

#leftsidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#leftsidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(images/img06.jpg) no-repeat left 80%;
}

#leftsidebar a {
	text-decoration: none;
}

#leftsidebar a:hover {
}

/* Right Sidebar */
#rightsidebar {
	float: right;
	width: 270px;
	/* border: 1px solid red; */
	background-color: #e8ebf1;
	border-radius: 15px;
	border: 10px solid #e8ebf1;
}

#rightsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightsidebar li {
}

#rightsidebar li ul {
	padding: 15px 0;
}

#rightsidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#rightsidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(images/img06.png) no-repeat left 80%;
}

#rightsidebar a {
	/*text-decoration: none;*/
	text-decoration: underline;
}

#rightsidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	color: #FFFFFF;
	clear: both;
	margin: 0px;
	height: 75px;
	/*background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;*/
	background-image: linear-gradient(#eaeaea,#fefefe 180px);
	/*flex: 0 0 auto;*/
	background: #515f8c;
	height: 100%;
}

#footer div {
	padding: 10px 0;
	text-align: center;
	font-size: small;
	color: #fff;
	width: 890px;
	margin: 0 auto;
}

#footer a {
	color: #fff;
}

.WDEWordmark
{
	height:70px;
}

/* WDE added rules - KEG */

.hidden 
{
    display: none;
}

.formControl
{
	margin : 0px auto;
	padding: 0px auto;
	float: left;
	text-align: left;
}

.formLabel
{
	float: left;
	text-align: right;
	width: 50%;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
}

.clearAll
{
	clear: both;
}

.clearRight
{
	clear: right;
}

.clearLeft 
{
	clear: left;
}

.formControls
{
	clear: both;
	margin: 5px 0px 10px 0px;
	line-height: 1.5em;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.bottomButtons
{
	float: right;
	margin-right: 10px;
}

.topButtons
{
	float: right;
	margin: 5px 0px 0px 0px;
	clear: both;
}

.centerButtons
{
	text-align: center;
}

.emphasizedButton.alreadyClicked
{
	color: #FFF;
	background-color: #7F7F7F;
	font-size: 1.3em;
	font-weight: bolder;
}

.emphasizedButton {

	border-radius: 3px;
	color: #FFF !important;
	background-color: #000;
	font-size: 1.3em;
	font-weight: bolder;
}

.emphasizedButton:hover, .emphasizedButton:Active
{
	color: #7ACE11 !important;
}

.emphasizedText
{
	font-weight: bolder;
	color: Black;
	font-size: 1.1em;
}

.superEmphasizedText
{
	font-weight: bolder;
	color: Red;
	font-size: 1.3em;
}

.left50
{
	width: 40%;
	float: left;
	/*border: 1px solid black;*/
}

.right50
{
	width: 40%;
	float: right;
	/*border: 1px solid black;*/
}


.centerAll
{
	margin : 0px auto;
	text-align: center;
}

.respondentSelectorFullHeight fieldset 
{
	height: 80px;
}

.tightUnorderedList {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Rules Editor */

.processIndicator {
	height: 100px;
	position: fixed;
	top:50%;
	left: 50%;
	z-index: 1000;
	margin-top: -70px;
	margin-left:-70px;
	border: solid 3px gray;
}

.validationSummary {
	background: #FFF;
    height: 200px;
    width:50%;
	position: fixed;
    padding:20px;
	top:50%;
	left: 30%;
	z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
	margin-top: -200px;
	margin-left:-70px;
	border: solid 3px gray;
}
.validationSummary h3
{
    color: #C00;
}

.rulesPage
{
    min-width: 1100px;
	/*width: 1100px;*/
	/*margin: 0 auto;*/
	/* border: 1px solid black; */
}

.rulesFormLabel 
{
	width: 150px;
	display: inline-block;
}

.rulesFormInlineControlBox 
{
	margin: 3px 0px 3px 0px;
}

.rulesLeftSideBar
{
	float: left;
	width: 440px;
	/* border: 1px solid red; */
}

.rulesContentPane
{
	float: right;
	width: 590px;
	margin-left: 10px;
	margin-bottom: 10px;
	/* border: 1px solid blue; */
}

/* Forms Engine */
.formsEngineBox 
{
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	/* border: 1px solid blue; */
}

.formsEngineItemBox 
{
	padding-top: 5px;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	flex-wrap: wrap;
	justify-content: space-between;

    flex: 1 1 auto;
}

.formsEngineItemBoxAlternate
{
	padding-top: 5px;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	flex-wrap: wrap;
	justify-content: space-between;

    flex: 1 1 auto
}

.formsEngineItemBox p, .formsEngineItemBoxAlternate p 
{
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.formsEngineNoteBox p
{
	margin: 0;
	font-size: .75rem;
}

.formsEngineLabel 
{
	/* width: 600px;*/
	display: inline-block;
	/*max-width: 600px;*/
	/* border: 1px solid blue; */

    /*width: 358px;*/
    /*flex: 1 1 auto;*/
    flex: 1 1 0px;
}

.formsEngineControl 
{
	vertical-align: top;
	border: solid 1px black;
}

.formsEngineControlNoBorder
{
	vertical-align: top;
}

.formsEngineControlFull 
{
	vertical-align: top;
	border: solid 1px black;
	width: 542px;
}

.formsEngineInvalidValue {
	background-color: #fffbc0;
	border: solid 1px black;
	padding-bottom: 2px;
	padding-top: 2px;
}

.formsEngineReadOnlyField {
	background-color:#cccccc;
	border: solid 1px black;
	padding-bottom: 2px;
	padding-top: 2px;
	color: black;
}

input[class~='formsEngineControl'], input[class~='formsEngineReadOnlyField'], input[class~='formsEngineInvalidValue'] {
	width: 12rem;
	padding-right: 5px;

    /*flex: 1 1 0%;*/
    flex: 0 1 180px;
}

.formsEngineInputDecimal, .formsEngineInputInteger {
	text-align: right;
}

.formsEngineSetNote, .formsEngineFieldNote {
	font-style: italic;
	width: 100%;
	max-width: 850px;
	white-space:normal;
	/*max-width: 950px;*/
	/*flex: 1 1 auto;*/
	/*need for the 103 401*/
	flex: 1 1 100%;
}

.formsEngineSetNote {
    /*need for the 103 401*/
    /*IE problem. This adds heights to P when using flex. So IE can see the height of Set Note and resize.*/
    display: table-cell;
}

.formsEngineErrorMessage {
	color: red;
	font-weight: bold;
	width: 100%;
    flex: 1 1 100%;
}

.currencyGridColumn {
	padding-right: 20px !important;
}

.formSubHeader 
{
	text-decoration: underline;
	font-size: 15px;
	color: #484848;
	font-weight: 700;
}

/* Postload Jobs Manager Styles*/
  .disableCssClass
  {
	background-color: lightgray !important;
	color: darkgray !important;
	cursor:not-allowed !important;
  }

  .disableCssClass td:first-child
  {
	background-color: white !important;
	color: white !important;
	cursor:default !important;
  }

  .disableCssClass td
  {
    padding-left: 7px;
  }

  .disableCssClass .btnStatusCssClass {
	   cursor:not-allowed !important;
  }

  .aspNetDisabled {
	  cursor:not-allowed !important;
  }

  .rgPostloadManager td{
	  border-bottom: solid 1px lightgray;
  }

/* .rgDefaultMessages > table > tbody > .rgRow > td
{
	border-top: 1px solid lightgray !important;
	border-bottom: 1px solid lightgray !important;
}
		 
.rgDefaultMessages > table > tbody > .rgAltRow > td
{
	border-top: 1px solid lightgray !important;
	border-bottom: 1px solid lightgray !important;
}*/

.ShouldArchiveCollectionCycleConfigurationRow 
{
    background: #FFA500;  
}


.ShouldCloseCollectionCycleConfigurationRow 
{
    background: #FFFF00;  
}

/* this will allow tables to resize*/
/*start*/
.container 
{
    display: flex;
    flex: 1 1 auto;
}

.container > div 
{
    flex: 1 1 auto;    
}
.rulesPage {
    flex-basis: 1100px !important;
}

.rtsHorizontal .rtsLI {
    margin-left: 3px;
}

.tester {
    display: flex;
}
/*end*/

/*.container {
  display: grid;
  grid-template-columns: 
    (leftside)   minmax(118px, 160px),
    (mid)  minmax(612px, 1fr),
    (rightside) minmax(182px, 242px);
}

.LeftSideSpacer {
    grid-area: leftside;
}

.rulesPage {
    grid-area: mid;
}

.RightSideSpacer {
    grid-area: rightside;
}*/

/*This was added to fix the classic mode for grids*/
.RadGrid [Type="button"] {
    -webkit-appearance: push-button !important;
}

.postFull .RadGrid .t-font-icon {
    font-family: TelerikWebUI;
    font-size: 16px;

}

.t-ie .postFull .RadGrid .rgFilterBox {
    height: 15px !important;
}




.headerUserName {
	clear: both;
	margin-top: -32px;
	float: right;
	color: #fff;
	font-size: 22px;
}

.headerUserName a {
    color: #FFF;
}

.mainForm {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    /*height: 100%*/
}

.Checkboxstyle input
{  
    background-image:none !important;
}

.invisibleText 
{
    color: transparent !important
}

.RadUploadProgressArea {
	position: relative;
	top: 5px;
	left: 0px;
}

.ImportantText {
	Color:orange;
	font-weight:bold;
}

.ImportantButton {
	background-color: orange;
	font-weight: bold;
}

.fakeFooter {
	width: auto;
	background: #e6e6e6;
	display: block;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	line-height: 1.42857143;
	color: #333;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 3px;
}

.ErrorGrid table{
	width: auto !important;
}

.rtsSelected .rtsLink {
	border-bottom-color: #ef6d01 !important;
	border-bottom-width: 4px !important;
}

.TabBack {
	/* width: 812px; */
	padding: 10px 20px;
	/* background: url(images/bg04w.png) no-repeat top left; */
/*	background-image: linear-gradient(#eaeaea, #fefefe 180px);*/
	background-image: linear-gradient(#dbd5cf, #fefefe 180px);
}

.addSpace {
	margin-top: 10px;
}

.ButtonCursor
{
	cursor:pointer;
}