﻿body
{
	margin: none;
	padding: none;
	font-family: Calibri;
}

.HeaderBar
{
    height: 55px;
}

/* class for built in apps that appear over the home page */
.AppOverlay
{
	position: absolute;
	border-radius: 20px;
	border: 1px solid black;
	top: 80px;
	z-index: 50;
	width: 95%;
	min-height: 500px;
	background-color: #FFFFFF;
	padding: 20px;
}
.AppOverlay2
{
	position: absolute;
	border-radius: 20px;
	border: 1px solid black;
	top: 80px;
	z-index: 49;
	width: 95%;
	min-height: 500px;
	background-color: #FFFFFF;
	padding: 20px;
}

.TopBar
{
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
	background-color: #c9b18b;
}

.TopLogo
{
    display: inline-block;
}

.ElementsArea
{
	width: 410px;
	max-height: 700px;
	display: block;
	border: 1px solid black;
	list-style-type: none; 
	margin: 10px;
	padding: 10px;
	float: left;
	background: #c9b18b;
	background: -moz-linear-gradient(-45deg,  #c9b18b 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c9b18b), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(-45deg,  #c9b18b 0%,#ffffff 100%);
	background: -o-linear-gradient(-45deg,  #c9b18b 0%,#ffffff 100%);
	background: -ms-linear-gradient(-45deg,  #c9b18b 0%,#ffffff 100%);
	background: linear-gradient(135deg,  #c9b18b 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9b18b', endColorstr='#ffffff',GradientType=1 );
	border-radius: 20px;
	overflow: auto;
}

.ElementsArea li
{
	margin: 5px 5px 5px 0; 
	padding: 1px; 
	float: left; 
	width: 125px; 
	height: 125px; 
	text-align: center;
	border: none;
	background: none;
	position: relative;
}

.Droppable
{
	margin: 5px 5px 5px 0; 
	padding: 1px; 
	float: left; 
	background: none;
}

.overlayText
{
	position: absolute;
	left: 1px;
	top: 92px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
	background: rgba(0, 0, 0, 0.5);
}

.imageButtons
{
	margin: 5px 5px 5px 0; 
	padding: 1px; 
	float: left; 
	background: none;
}

a img 
{     
	border: none; 
}

.feedArea
{
	border: 1px solid #C9B18B;
	height: 500px;
	width: 200px;
	overflow: auto;
}

.ProcessTable
{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.ProcessTable th
{
	border: 1px solid black;
	color: #FFFFFF;
	background-color: #99005C;
}

.ProcessTable td
{
	border: 1px solid black;
	padding: 5px;
}

/* generic CSS for aligning two items left and right of each other */
.leftSpan
{
	float: left;
	width: 100px;
}

.rightSpan
{
	width: 155px;
	margin-left: 3px;
}

ul.tabs 
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
	padding-left: 15px;
}

ul.tabs li 
{
	float: left;
	margin: -1px 1px 0px 0px;
	padding: 0;
	height: 32px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 32px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.tabs li a 
{
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}

ul.tabs li a:hover 
{
	background: #ccc;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #FFFFFF;
	height: 31px;
	padding: 0 19px;
	line-height: 31px;
}

html ul.tabs li.active, html ul.tabs li.active a:hover /*--Makes sure that the active tab does not listen to the hover properties--*/
{
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	cursor: default;
}

.shadow
{
    -moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	background: none repeat scroll 0 0 #FFFFFF;
	zoom: 1;
	background: none repeat scroll 0 0 #FFFFFF;
}

.tab_container 
{
	border: 1px solid #999;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin: 0;
}

.tab_content 
{
	padding: 20px;
	font-size: 1.2em;
	overflow: auto;
	position: relative;
}

.reportsGridView
{
	margin: 5px;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid black;
}

.reportsGridView th
{
	padding: 2px 4px 2px 4px;
	border-collapse: collapse;
	border: 1px solid black;
	color: White;
	background-color: #99005C;
}

.reportsGridView td
{
	border-collapse: collapse;
	border: 1px solid black;
	padding: 2px 4px 2px 4px;
}

.reportsGridView tr
{
	border-collapse: collapse;
	border: 1px solid black;
}

.RequiredFieldSymbol
{
	color:red;
	font-size:16px;
}

/************************* DateInput ****************************/

.DateInputControl
{
	width:70px;
}

/************************* End DateInput ************************/

/************************* TimeInput ****************************/

.NumberInput
{
	width:35px;
}

.TimeSpan
{
	font-weight:bold;
	margin:1px;
}

/************************* End TimeInput ************************/

.ErrorMessage
{
	color: red;
	font-size: 12px;
	font-weight: bold;
	display: block;
	font-style: italic;
}

.ErrorMessageSpan
{
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.DisplayWrapper
{
	max-height: 500px;
	overflow: auto;
	min-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.ReportTop
{
    margin-bottom: 10px;
}

.VarLabel
{
	display: inline-block;
	min-width: 100px;
	margin-right: 5px;
}

.VarControl
{
	min-width: 155px;
}

.VariablesWrapper
{
	margin-top: 10px;
	margin-bottom: 5px;
	min-height: 50px;
	float: left;
	padding-left: 10px;
}

/************ Custom Button start ********/
.CustomButton 
{
	-moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color: #63b8ee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #3866a3;
	display: inline-block;
	color: #ffffff;
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #7cacde;
	margin-top: 9px;
	margin-left: 10px;
	min-width: 76px;
	text-align: center;
	cursor: pointer;
}

.CustomButton:hover 
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color: #468ccf;
}

.CustomButton:active 
{
	position: relative;
	top: 1px;
}

/* Override for the asp.net disabled class */
.aspNetDisabled.CustomButton
{
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #3866a3;
	display: inline-block;
	color: #777777;
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	margin-top: 9px;
	margin-left: 10px;
	min-width: 76px;
	text-align: center;
	cursor: default;
}

.aspNetDisabled.CustomButton:hover 
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	cursor: default;
}

.aspNetDisabled.CustomButton:active 
{
	position: relative;
	top: 0px;
}

/************ Custom Button end ********/

.EntryInstructions
{
	color:Gray;
	font-size: 11px;
}

.BottomStripe
{
	margin: 0px 5px 0px 0px;
	border-bottom: 2px solid #99005C;
	padding-top: 25px;
	clear: both;
}

.copyright
{
	color: #99005C;
	font-family: Arial;
	font-size: small;
	font-style: italic;
}

.headerItem
{
    float:left;
    display: block;
    margin: 0px 0px 5px 5px;
    padding: 0px;
}

.headerBanner
{
    background-color: #4E87A0;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 290px;
    height: 45px;
    line-height: 45px;
    vertical-align:middle;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
}

.TitleTab
{
    background-color: #33425A;
    float: left;
    margin-top: 0;
    padding-left: 5px;
    height: 43px;
}

.TitleText
{
    min-width: 200px;
    color: #FFFFFF;
    float: left;
    font-family: verdana;
    font-weight: bold;
    height: 43px;
    line-height: 41px;
    margin-top: 0;
}

.headerButtons
{
    float: right;
    height: 43px;
    padding-top: 16px;
}

.headerButton
{
    float:left;
    display: block;
    padding: 1px 5px 1px 5px;
    background-image: url(../Images/ButtonsBackground.png);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}

.buttonItem
{
    float:left;
    display: block;
    padding: 0px;
}

.TitleTabImage
{
    float: left;
    height: 25px;
    margin: 5px 0px 5px 0px;
}

.TitleStripe
{
    border-top: 16px solid #33425A;
    height: 28px;
    margin: 0 5px 0 250px;
}

.HideButton 
{
    Display : none;
}


.UsersBoxWrapper
{
    margin-right: 40px;
    float: left;
}

.UsersBox
{
    width: 200px;
    height: 250px;
    margin-left: 10px;
}

.PermGridWrapper
{
    
}

.PermGrid
{
    width:100%;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
	display: block;
	max-height: 700px;
	overflow: auto;
	position: relative;
}

.PermGridHeader
{
	background:-o-linear-gradient(bottom, #005FBF 5%, #003F7F 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005FBF), color-stop(1, #003F7F) );
	background:-moz-linear-gradient( center top, #005FBF 5%, #003F7F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005FBF", endColorstr="#003F7F");	
	background: -o-linear-gradient(top,#005FBF,003F7F);
	background-color:#005FBF;
	border:0px solid #000000;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align: left;
}

.PermGrid th
{
    border:1px solid #000000;
	border-width:0px 0px 1px 0px;
	padding: 3px;
}

.PermGrid td
{
    vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 0px 1px 0px;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.PermGridRowStyle
{
	background-color: #AAD4FF; 
}

.PermGridRowStyleAlt
{
	background-color: #FFFFFF;
}

.ModalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.ModalPanel
{
    background-color:#FFFFFF;
    padding:20px;
    border:solid 5px #C9B18B;
    text-align:left;
}

.shadow 
{
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color='#000000', Strength=6)";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Glow(Color='#000000', Strength=6);
	background: none repeat scroll 0 0 #FFFFFF;
	zoom:1;
	
}

.rounded
{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}

.hide
{
    display:none;
}

.fakeLinkButton
{
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

#VariablesWrapper
{
}

#VariablesFilter
{
    text-decoration: none;
    cursor: pointer;
    color: Blue;
}

.FiltersPlus
{
    padding: 0px;
}

.VariableColumn
{
    float: left;
    margin-left: 5px;
}