/*
 * Stylesheet for Site Administration
 * (c) Digital Crew, 2003
 */

/* Firstly, set up */
html{
	height:100%;
}
body
{
    margin:  0;
    padding: 0;
    background-color: white;
    color: black;
	height:100%;
}

body {
    font-family: 'Roboto', serif;
    font-size: 16px;
}

th,td{
	text-align:left;
	vertical-align:top;
}

a:link{color: #222222;}
a:visited{color: #111111;}
a:hover{
	color: #0000FF;
}

li.homepage{
	list-style-image:url(../images/ieicon_small.gif);
	margin-left : 20px;
	padding-left : 20px;
}

/* Spefic to this project */

h1{
	font-weight: 300;
	color:#000;
}
h2{
	font-weight: 300;
	color:#000;
}
h3{
	font-weight: 300;
	color:#000;
}

h4{
	font-weight: 300;
	color:#000;
}

table.exerciseListTable{
border:1px solid #202050;
padding:2px;
}

tr.headr td{
background-color:buttonface;
border-top: 1px solid buttonhighlight;
border-left: 1px solid buttonhighlight;
border-right: 1px solid buttonshadow;
border-bottom: 1px solid buttonshadow;
font-family:arial;
font-size:12px;
font-weight:bold;
}

.headr{
background-color:buttonface;
border-top: 1px solid buttonhighlight;
border-left: 1px solid buttonhighlight;
border-right: 1px solid buttonshadow;
border-bottom: 1px solid buttonshadow;
font-family:arial;
font-size:12px;
font-weight:bold;
}

div.headr{
padding:4px;
background-color:buttonface;
border-top: 1px solid buttonhighlight;
border-left: 1px solid buttonhighlight;
border-right: 1px solid buttonshadow;
border-bottom: 1px solid buttonshadow;
font-family:arial;
font-size:12px;
font-weight:bold;
}

tr.row td{
background-color:white;
border-top: 1px solid buttonhighlight;
border-left: 1px solid buttonhighlight;
border-right: 1px solid buttonshadow;
border-bottom: 1px solid buttonshadow;
font-family:arial;
font-size:11px;
vertical-align:middle;
cursor:pointer;
}

td.column{
background-color:white;
border-top: 1px solid buttonhighlight;
border-left: 1px solid buttonhighlight;
border-right: 1px solid buttonshadow;
border-bottom: 1px solid buttonshadow;
font-family:arial;
font-size:11px;
vertical-align:middle;
cursor:pointer;
}

td.editColumn
{
	background-color:#BCF0C0;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
	font-family:arial;
	font-size:11px;
	vertical-align:middle;
	background-image : url(editColumnBack.jpg);
	cursor:pointer;
}
td.updatedColumn
{
	background-color:#BCF0C0;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	border-bottom: 1px solid buttonshadow;
	font-family:arial;
	font-size:11px;
	vertical-align:middle;
	background-image : url(updatedColumnBack.jpg);
	cursor:pointer;
}

a.helplink:link{color: #222222;text-decoration:none;}
a.helplink:visited{color: #111111;text-decoration:none;}
a.helplink:hover{color: #0000FF;text-decoration:underline;}

div.errorMessage{
	padding:20px;
}

.hpshadeback{
	clear:both;
	margin:0 0 10px 0;
	padding:10px 20px 10px 20px;
	overflow:hidden;
}
.hpshadeback * {
    font-family: 'Roboto', serif;
    font-weight: 300;
}
.hptitle{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #303077;
	color:#ff6633;
}
.hpshadeback .topPageList {
	padding: 0;
}
.hpshadeback .topPageList li {
	list-style: none;
	margin: 0;
    padding: 6px 0 6px 15px;
    background: transparent url(../images/dashboard/listBullet.png) 0px 10px no-repeat;
    font-size: 11px;
    color: #202b35;
    font-weight: normal;
    border-bottom: 1px solid #d3d6d9;
}
.hpshadeback .topPageOverview {
    text-align: center;
    background-color: #e6ecf0;
    padding: 10px;
}
.fpicon{
	text-align:center;
	width:90px;
	height:90px;
	float:left;
}
fpicon img{
	width:90px;
	height:50px;
}
.fpicon a{
	text-decoration:none;
	font-size:9px;
}
.fpicon a:hover{text-decoration:underline;color:#555;}
.fpheadr{
	padding:3px;
	font:9px;
	font-weight:bold;
	color:#444;
	vertical-align:top;
	background-color:#EEE;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	clear:both;
}
td.fpcolumn{
	padding:3px 3px 15px 5px;
	background-image : url(../images/fpcolumn.jpg);
	background-repeat : repeat-x;
	background-color:#EFEFEF;
	vertical-align:top;
	font-size: 9px;
}
td.fpcolumn div{
	font-size: 9px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #888;
}
td.fpcolumn a{
	font-size: 9px;
}
td.projectheadr{
	padding:3px;
	background-image : url(../images/fpheadr.jpg);
	background-repeat : repeat-x;
	font-size: 9px;
	font-weight:bold;
	background-color:#6E7794;
	color:white;
	vertical-align:top;
}

#messageDiv{
	background: #fff6bf url(../images/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 10px 20px 10px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	cursor:pointer;cursor:hand;
}
#messageDiv.info{
	background-image:url(../images/icons/information.png);
}
#messageDiv h3{
	color:#333;
	font-family : sans-serif;
	font-size : 17px;
	margin:0px;
	font-weight:bold;
	line-height:100%;
	border:none;
}
#messageDiv ul{
	margin-top:5px;
}

#logTable td{
	color:#555;
	font-size:11px;
	border-bottom:1px solid #EEE;
	background:transparent url(../images/icons/information.png) no-repeat 0px 4px;
	padding:5px 0 5px 20px;
}
#logTable td.day{
	color:#333;
	font-size:11px;
	padding:10px 10px 5px 0;
	font-weight:bold;
	background:none;
}
#logTable td a{
	color:#00F;
	font-size:11px;
	text-decoration:underline;
}


.numUsers{
/* 	margin:10px 10px 0 0; */
	padding:20px 10px 20px 10px;
	background: #E8E8E7 url(../images/back_numusers.jpg) repeat-x;
	border:1px solid #E5E5E1;
	color:#939509;
	text-align:center;
}

.numUsersNum{
	color:#E50C01;
	font: 10pt "Trebuchet MS",arial,sans-serif;
	font-weight: bold;
	margin: 0;
}

#sapPathPagePath{
	background:#FFF url(../images/back_pageTitle.jpg) repeat-x;
	border-bottom:1px solid #EEE;
	overflow:hidden;
	width:100%;
	height:22px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#sapPathPagePath div{
	padding:5px 22px;
	background:transparent url(../images/icons/edit.gif) 4px 50% no-repeat;
	font:11px sans-serif;
	color:#000;
}
#sapPathPagePath a:link, #sapPathPagePath a:visited{
	color:#005AFF;
	text-decoration:none;
}
#sapPathPagePath a:hover{
	text-decoration:underline;
}
#sapPathPagePath a.sel{
	color:#005AFF;
}

/*INSTALLED ADD ONS ON DASHBOARD
***********************************************************/

div.installedAddOns div {
	margin: 0;
}


div.installedAddOns ul.pluginList {
	margin: 0;
	padding: 10px 0 20px 10px;
	list-style-type: none;
}

div.installedAddOns ul.pluginList li {
	margin: 0;
	padding: 6px 0 6px 15px;
	background: transparent url('../images/dashboard/listBullet.png') 0px 10px no-repeat;
	font-size: 11px;
	color: #202b35;
	font-weight: normal;
	border-bottom: 1px solid #d3d6d9;
}


/*WIDGETS
******************/

.widgetInnerContainer h3 {
	background-color: #0055a0;
	color: white;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 20px !important;
}
.widgetInnerContainer.cork.shortcuts h3 {
	background-color: #b3444e;	
}
.widgetInnerContainer.dublin.shortcuts h3 {
	background-color: #0055a0; 	
}
.widgetInnerContainer.galway.shortcuts h3 {
	background-color: #995477; 	
}
.widgetInnerContainer.tralee.shortcuts h3 {
	background-color: #458645; 	
}
.widgetInnerContainer.limerick.shortcuts h3 {
	background-color: #9f9f25; 	
}
.widgetInnerContainer.care.shortcuts h3 {
	background-color: #c0723b; 	
}
.widgetInnerContainer.shortcuts h3 {
	background-color: #041829;	
}
.widgetInnerContainer.shortcuts ul li a {
	border-left: 5px solid #041829;
}

.rightNow h3 {
	background-color: #0055a0 !important;
    color: white;
    padding: 5px 15px !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 300 !important;
    font-family: 'Roboto', serif;
}


div.widgetrow{
	padding:10px 10px 0 10px;
	width: 98%;
	overflow: hidden;
}

div.colspan3{
	width: 25%;
	float: left;
}


div.colspan4{
	width: 33%;
	float: left;
}


div.colspan6{
	width: 50%;
	float: left;
}

div.colspan8{
	width: 66%;
	float: left;
}

div.colspan9{
	width: 75%;
	float: left;
}

div.widgetInnerContainer{
	padding:0 10px 0 0;
}

div.widgetrow h3{
	background:#112233;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	padding:3px 6px;
	text-transform:uppercase;
	margin:0;
}

table.dataTable td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
table.dataTable tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}


/*PAGE OPTIONS BOXES
*******************************************************/

.page-title {
	margin: 30px 0 20px;
}

.page-options {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    margin-bottom: 40px;
}

.page-options > div {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
	margin: 15px 0;
}

.page-options > div .inner {
	display: block;
	background: #fcfcfc;
	border-radius: 3px;
	border: 2px solid #eee;
	padding: 5px 15px;
	width: 100%;text-decoration: none;
	color: #000;
	transition: .3s ease;
}

.page-options > div .inner:hover {
	background: #fff;
	border-color: #94ae31;
}

.page-options > div .fa.action {
	float: left;
	font-size: 24px;
	margin-top: 17px;
	color: #94ae31;
}

.page-options h3 {
	margin-left: 35px;
	font-size: 20px;
	transition: .3s ease;
}

.page-options .inner:hover h3 {
	color: #94ae31;
}

.page-options p {
	color: #888;
	font-size: 14px;
	clear: left;
	font-weight: 300;
	margin-top: 15px;
    line-height: 22px;
}

.page-options p span {
	display: block;
	margin-top: 8px;
}

/*locked pages*/

.page-options > .locked .inner:hover {
	background: #fcfcfc;
	border-color: #eee;
}

.page-options .locked .fa.action {
	opacity: 0.5;
}

.page-options .locked h3,
.page-options .locked p,
.page-options .locked .inner:hover h3,
.page-options .locked .inner:hover p {
	color: #999;
}

.page-options .locked p span {
	opacity: 0.6;
	transition: .3s ease;
}

.page-options .locked a:hover p span {
	opacity: 1;
}

