.copyright {
	color: #AAAAAA;
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

.myButton,.myButtonOver {
	border: none;
	background-color: transparent;
	color: gray;
	font-weight: bold;
	font-size: small;
}

.myButtonOver {
	text-decoration: underline;
}

/**Labels css classes*/
.notifyLabel {
	color: red;
	font-size: small;
}

.panelsLabel {
	font-weight: bold;
	font-size: 30px;
	color: gray;
	margin-bottom: 35px;
	padding-top: 15px;
}

.panelsLabelRed {
	font-weight: bold;
	font-size: 30px;
	color: red;
	margin-bottom: 35px;
	padding-top: 15px;
}

.jnlpLabel {
	font-weight: bold;
	font-size: 20px;
	color: gray;
}

.emptyText {
	font-size: 13px;
	color: #999;
	font-weight: bold;
}

/*****************************Extend the Skin*********************/
.linkOver, .linkTextOver {
  vertical-align: middle;
  font-family: RobotoLight;
  font-size: 12.58px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #0000ee;
}

.linkOver, .linkTextOver {
	text-decoration: underline;
	cursor: pointer;
}

/* To be removed when SGWT 13.0 becomes official. Until then copy the bellow borders to skin_styles.css */
.treeCell,.treeTallCell,.treeCellOver,.treeTallCellOver,.treeCellSelected,.treeTallCellSelected,.treeCellSelectedOver,.treeTallCellSelectedOver {
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}
/**************************************************/

/********************* NEW STYLES******************/
.sectionButton,.sectionButtonOver,.sectionButtonSelected,.sectionButtonSelectedOver
	{
	color: white;
	font-size: 15px;
	font-weight: bold;
	background-color: #47a7e3;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

.sectionButtonOver,.sectionButtonSelected,.sectionButtonSelectedOver {
	background-color: #e6e6e6;
	color: #47a7e3;
}

.headerWhiteButton,.headerWhiteButtonOpened,.headerWhiteButtonOver,.headerWhiteButtonOverOpened,.headerWhiteButtonDown,.headerWhiteButtonFocused,.headerWhiteButtonFocusedOver,.headerWhiteButtonFocusedDown
	{
	background: none;
	border: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.headerMenu {
	background-color: #47a7e3;
}

.headerMenuItem, .headerMenuItemOver {
	background-color: #47a7e3;
	color: white;
	font-family: RobotoLight;
    font-size: 12px;
}

.headerMenuItemOver {
	background-color: #e6e6e6;
	color: #47a7e3;
}

.shadow {
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.sectionTitle {
	font-size: 25px;
	font-weight: bold;
	color: #47a7e3;
}

.panelsLabel2 {
	font-weight: bold;
	font-size: 30px;
	color: white;
	margin-bottom: 35px;
	padding-top: 15px;
}

.whiteItem,.whiteItemFocused,.whiteItemOver,.whiteItemError {
	color: white;
	font-size: 13px;
}

.whiteItemOver {
	text-decoration: underline;
}

.logInNotifySuccess {
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.logInNotifyFailure {
	color: #FE1614;
	font-size: 20px;
	font-weight: bold;
}

.okBtnBlue,.okBtnBlueOver {
	border: 2px solid white;
	padding: 2px 6px;
	background: none;
	color: white;
}

.okBtnBlueOver {
	background-color: rgba(0, 0, 0, 0.1);
}

.okBtnWhite,.okBtnWhiteOver {
	border: 2px solid #47a7e3;
	padding: 2px 6px;
	background-color: #47a7e3;
	color: white;
}

.okBtnWhiteOver {
	background-color: rgba(71, 167, 227, 0.9);
}

.cancelBtnWhite,.cancelBtnWhiteOver {
	border: 2px solid #47a7e3;
	padding: 2px 6px;
	background: none;
	color: #47a7e3;
}

.cancelBtnWhiteOver {
	background-color: rgba(0, 0, 0, 0.1);
}

/*****************************Dashboard*********************/
.tileContent,.tileContentOver {
	padding: 0 0 0 15px;
	color: #333;
	font: normal 13px arial, sans-serif;
	text-align: left;
}

.plannerTile,.plannerTileOver,.plannerTileDisabled {
	/*background-color: #269926;*/
	background-color: #269926;
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.plannerTileOver {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	/* For IE8 and earlier */
}

.plannerTileDisabled {
	background-color: rgb(200, 200, 200);
}

.assignmentsTile,.assignmentsTileOver,.assignmentsTileDisabled {
	/*background-color: #269926;*/
	background-color: #E6AC00;
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.assignmentsTileOver {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	/* For IE8 and earlier */
}

.assignmentsTileDisabled {
	background-color: rgb(200, 200, 200);
}

.adminTile,.adminTileOver,.adminTileDisabled {
	background-color: #1d9ab3;
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.adminTileOver {
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.adminTileDisabled {
	background-color: rgb(200, 200, 200);
}

.projectsTile,.projectsTileOver,.projectsTileDisabled {
	background-color: #cc7f33;
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.projectsTileOver {
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.projectsTileDisabled {
	background-color: rgb(200, 200, 200);
}

.documentsTile,.documentsTileOver,.documentsTileDisabled {
	background-color: #8F8F0E;
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.documentsTileOver {
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.documentsTileDisabled {
	background-color: rgb(200, 200, 200);
}

.workInProgressTile,.workInProgressTileOver,.workInProgressTileDisabled {
	background-color: #E6AC00;
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.workInProgressTileOver {
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.workInProgressTileDisabled {
	background-color: rgb(200, 200, 200);
}

.tileTitle {
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.tileContent {
	background-color: rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	font-size: 15px;
	padding: 5px;
	margin: 58px 5px 5px 5px;
	height: 99px !important;
}

.tileHorizontalContent {
	background-color: rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	font-size: 15px;
	padding: 5px;
	margin: 5px 5px 5px 15px;
	height: 190px !important;
	width: 200px !important;
}
/**************************************************/

.loadingText {
	color: white;
	font-size: 15px;
}

.guideTreeCell, .guideTreeCellSelected, .guideTreeCellOver,.guideTreeCellSelectedOver {
	color: #1c5b86;
}

.guideTreeCellOver {
    background: none repeat scroll 0 0 #FAFAFA;
}

.guideTreeCellSelected,.guideTreeCellSelectedOver {
    background: none repeat scroll 0 0 #D6E8FF;
}

.guideTreeNodeOver {
	background: none repeat scroll 0 0 #FAFAFA;
}

.guideDetails {
	border-top: 1px solid #d0d0d0;
}

.welcomeMotto {
	color: white;
	font-size: 21px;
	font-weight: bold; 
}

.welcomeTitle {
	font-size: 35px;
	font-weight: bold;
}

.welcomButton, .welcomButtonOver {
	font-size: 26px;
	font-weight: bold;
	color: white;
	background-color: #47a7e3;
	vertical-align: middle;
}

.welcomButtonOver {
	opacity: 0.9;
}

.welcomeDescription {
	font-size: 19px;
	font-weight: bolder; 
}

.timescale {
	background-color: #f8f9fa;
    font-family: 'calibri';
    font-weight: bold;
    font-size: 12px;
}

/* CSS talk bubble */
.talk-bubble {
	margin: 5px;
  	display: inline-block;
  	position: relative;
	height: auto;
	background-color: #f0f0f0;
	padding: 5px;
}
.border{
  border: 1px solid #d0d0d0;
}
.round{
 	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

/* Right triangle placed top left flush. */
.tri-right::before {
	overflow: visible;
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: 9px;
	right: auto;
  	top: -13px;
	bottom: auto;
	border: 6px solid;
	border-color: transparent transparent #d0d0d0 transparent;
}
.tri-right::after{
	overflow: visible;
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: 10px;
	right: auto;
  	top: -10px;
	bottom: auto;
	border: 5px solid;
	border-color: transparent transparent #f0f0f0 transparent;
}

/* CSS guide tooltip */
.guide-tooltip {
	margin: 5px;
  	display: inline-block;
  	position: relative;
	height: auto;
	background-color: #47a7e3;
	padding: 5px;
	color: #ffffff;
}

.tri::before {
	overflow: visible;
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: 9px;
	right: auto;
  	top: -13px;
	bottom: auto;
	border: 6px solid;
	border-color: transparent transparent #d0d0d0 transparent;
}
.tri::after{
	overflow: visible;
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: 10px;
	right: auto;
  	top: -10px;
	bottom: auto;
	border: 5px solid;
	border-color: transparent transparent #47a7e3 transparent;
}

/* CSS Kanban tile */
.kanban-tile, .kanban-tileOver, .kanban-tileSelected, .kanban-tileSelectedOver {
	margin: 5px 15px 0px 5px;
  	display: inline-block;
  	position: relative;
	height: auto;
	background-color: #ffffff;
	padding: 0px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.kanban-tileSelected {
	background-color: #d6e8ff;
}
.kanban-tileOver {
	background-color: #f3f8ff;
}
.kanban-tileSelectedOver {
	background-color: #d0dff6;
}

/* CSS Kanban grid */
.kanban-grid {
  	display: inline-block;
  	position: relative;
	height: auto;
	background-color: #ffffff;
	margin: 10px;
}
.border{
  border: 1px solid #d0d0d0;
}
.round {
 	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.labelButton,.labelButtonOver,.labelButtonDisabled {
	color: #47a7e3;
	font-size: 15px;
	border: none;
	background: none;
}

.labelButtonDisabled {
	color: #CCCCCC;
}

.tileButton,.tileButtonOver,.tileButtonDisabled {
	color: #323130;
	font-weight: bold;
	border: none;
	background: none;
}

.tileButtonDisabled {
	color: #CCCCCC;
}

.editableButton {
	padding: 5px;
	padding-left: 10px;
	background: #f0f0f0;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}