/*

ASTAR AMP stylesheet
version 202005

Copyright Stratocore SAS
Installing and running the PPMS software requires a license, contact info@stratocore.com for details
The PPMS licensing agreement DOES NOT allow any modification of the software (including stylesheets and images), contact info@stratocore.com for feature requests
The PPMS licensing agreement DOES NOT allow re-distribution of the software

*/

.buttonWrapper {
	color: #666 !important;
  }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('opensans.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('opensans700.woff') format('woff');
}


/* Generic styles */


body{
	font-family:        'Open Sans',Helvetica, Arial, sans-serif;
	font-size:		    1em;
	background-color: 	#ffffff;
	color:				#000000;
	margin:				0;
	padding:			0;
	text-align:			center;
}

strong, label { color: #666; }


/* Styles for main content part of the pages */

div#facility h1{
	margin:			0;
	padding:		0.4em;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 		1.25em;
	text-align:		right;
	font-weight: 	600;
	height: 50px;
	color: #666;
}

div#facility h1 a{
	text-decoration: none;
	color: 			#666;
}

div#content h2	{
	padding-top: 	1em;
	font-size:		1em;
	color:			#666;
	text-align: 	left;
}

div#content h3	{
	padding-top: 	1em;
	font-size:		1em;
	color:			#666;
	text-align: 	left;
	line-height:  	1.5em;
}
div#content h2, div.home-section h3{
	padding-bottom: 4px;
	border-bottom: 	1px solid #ccc;
}

div#content h4	{
	font-size:		0.9em;
	color:			#164A71;
	text-align: 	left;
}

div#content a{
	color: #4E71CD !important;
	text-decoration: none !important;
}

div#content a:hover{
	color: #f47920 !important;
	text-decoration: underline !important;
}
div#content h3 a:hover { border-bottom: none !important; }

div#content table.planning a:hover  { border-bottom: 0; text-decoration: underline; }
div#content div.home-action h3 a:hover  { border-bottom: 1px dotted rgb(244, 121, 32);}


div#content li{
	margin-bottom:			0.5em;
}

div#content p, div#content li, div#content td	{
	font-size: 		0.8em;
}

div#content dt{
	font-size: 		0.8em;
	font-weight:	bold;
	margin-left:	0em;
	color: #666;
}

div#content dd{
	font-size: 		0.8em;
	margin-left:	0em;
}





table.sheet     {       border-collapse:collapse;
                        empty-cells: show;
						border-top:1px solid #aac;
                        border-left:1px solid #aac;
        }
table.sheet td, table.sheet th
                {
                        vertical-align:top;
                        padding:0.5em;
                        border-right:1px solid #d9e4ee;
						border-bottom:1px solid #d9e4ee;          }
table.sheet th  {       text-align:left;
                        background-color: #e9eef3;
                        color:#164A71;
                        font-size:0.8em;        }


/* Positions of the page */

div#main{
	margin: 		7px auto 0 auto;
	padding: 		0;
	min-width:790px;
	max-width:1050px;
	/*width:85%;*/
	text-align:	left;
	/*background-color:       #fcfcfc;*/
	/*box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;*/
}

div#head{
		background-color: #ffffff;
}


div#institution 	{
	float: left;
	margin: 		0;
	padding: 		0;
	padding-top: 15px;
	/*padding-left: 30px;*/
}

div#logo img {
	height: 80px;
}

div#facility{
	text-align:			left;
	margin: 			0;
	padding: 			10px;
	padding-left: 0px;
	padding-right: 0px;
}

div#content {
	background-color: #ffffff;
	/*background-image: url('TRI3.png');
	background-repeat: repeat-x;
	background-position:  top right;*/

	margin: 		0;
	padding: 		20px 0px 0 0px;
	min-height: 	400px;

	/*width: 85%;
	margin-left: 7.5%;*/
}

div#printing{display:none;}




div#bottom4{
	background-color: #4E71CD;
	text-align:left;
	margin: 0 0 3em 0;
	color:#fff;
	font-size:0.7em;
/*	padding-left: 7.5%; */
}
div#bottom4 p { margin:0 }
div#bottom4 a {
	text-decoration: none;
	color: #fff !important;
	margin-bottom: 18px;
}
div#bottom4 a:hover { color: #222;text-decoration: underline; }


select#change-core {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #666 !important;
}

/* Styles for the menu part of the pages */
div#menu{
	background-color: #eee;
	clear: both;
}

/* menu layout */
div#menu1, div#menu2{

	width:100%;
	margin:0 0 0 0;
	padding:0;
	height: 49px;
}

div#menu1 ul, div#menu2 ul {
	float:left;
	margin:0;
	padding:0 0 0 0;
	list-style-type:none;
	width:100%;
	padding-left: 0
}


div#menu1 ul li {
	margin:0;
	padding:0;
	display:inline;
	font-size:0.9em;
	font-weight: normal;
}

div#menu2 ul li {
	margin:0;
	padding:0;
	display:inline;
	font-size:0.75em;
	font-weight: bold;
}

div#menu1 ul li a {
	float:left;
	padding:15px 0.65em;
	margin:0;
	text-decoration:none;
}
 div#menu2 ul li a {
	float:left;
	padding:15px 0.65em;
	margin:0;
	text-decoration:none;
}



/* menu colors */
div#menu1 {
	background-color: #4E71CD;
}
div#menu1 ul li a{
	color: #ebebed;
}
div#menu1 ul li a:hover	{
	background-color: #ebebed;
	color: #666;
}

div#menu2 {
	background-color: #ebebed;
}
div#menu2 ul li a{
	color: #4E71CD;
}
div#menu2 ul li a:hover	{
	border-bottom: 3px solid #FF0000;
	color: #FF0000;
}


/* special menu */
div#menu1 ul li.focus a:hover {
	background-color: transparent;
	color: #ebebed;
}
div#menu2 ul li.focus a {
	border-bottom: 3px solid #FF0000;
	color: #FF0000;
}

/* popup */

div#popup {
	position:absolute;
	background-color:#ddd;
	display:none;
	margin:50px;
	padding:4px;
	line-height:1.4em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 10px 10px 50px #222;
	-webkit-box-shadow: 10px 10px 50px #222;
	-moz-box-shadow: 10px 10px 50px #222;
}

div#popup ul {
	margin:0 0 0 0;
	padding: 0;
	display: block;
	list-style-type:none;
}

div#popup ul li {
	margin:0;
	padding:0;
	display:inline;
	font-size:0.6em;
}

div#popup ul li:before {
	content: none;
}
div#popup ul li a {
	margin:0;
	padding:0.5em 0.7em;
	text-decoration:none;
}


div#popup  ul			{ background-color:#ddd; }
div#popup ul li a		{ color:#000; }
div#popup ul li a:hover	{ color:#000; }



/*	Form styles  */


input[type="submit"], input[type="button"], button{
	color: #ebebed;
	background-color: #4E71CD;
	margin-left: 0;
	border-collapse: collapse;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
	-webkit-appearance: none;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover{
  background-color: #f47920;
}


.diff  { color:#333; background-color:#ddd; border:1px solid #333; }
input[type="submit"].diff { border-radius: 4px;	-moz-border-radius: 4px; -webkit-border-radius: 4px;  background-color:#ddd; color: #000; border-collapse: collapse;font-size: 1em;border:1px solid black;}

option { color:#666; }

.home-button{
	padding: 10px;
	width:230px !important;
}
select.home-button {font-size:1em}
input.home-button {font-size:1.2em}


/* some content will or will not be displayed depending on the stylesheet you are using */
.invisible		{      	display: 		none;		}
.unsupported	{      	display: 		none;		}
.visible		{       display: 		inline; 	}




/* overrides common.css */

div.home-main	{	margin:0;		font-size:90%;	}
div.home-left	{	width:48%;		margin:0;	float:left;		}
div.home-right	{	float:right;	margin:0;	width:48%; }
div.home-clear 	{ clear:both; }
div.home-action {
	border:0 !important;
	background-color: #efefef !important;
	margin:2em 0 1em 0;
	padding:0 1em 1.5em 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.stat-action {
	border:0 !important;
	background-color: #efefef !important;
	margin:2em 0 1em 0;
	padding:0.5em 1em 1em 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.stat-action input[type="submit"] { width:100px !important; }


/* calendar colors */
div#content td.avail          { opacity:0.8; background-color:#f2f2f2; color:#f2f2f2; }
div#content td.booked         { opacity:0.8; background-color:#3b7dbe; color:white; }
div#content td.booked a       { color:white; }
div#content td.inuse          { opacity:0.8; background-color:#0060bf; color:white; }
div#content td.inuse a        { color:white; }
div#content td.bused          { opacity:0.9; background-color:#032b54; color:white; }
div#content td.bused a        { color:white; }
div#content td.na             { opacity:0.7; background-color:#ddd; color:#d1d0d0; }
div#content td.specialE       { opacity:0.8; background-color:#458d71; color:white; }
div#content td.specialE a     { color:white; }
div#content td.specialEinu    { opacity:0.8; background-color:#00af36; color:white; }
div#content td.specialEinu a  { color:white; }
div#content td.specialEused   { opacity:0.9; background-color:#0b3f2a; color:white; }
div#content td.specialEused a { color:white; }
div#content td.specialE2      { opacity:0.8; background-color:#a573bf; color:white; }
div#content td.specialE2 a    { color:white; }
div#content td.andE2		  { border: 5px solid #a573bf;}
div#content td.savail         { opacity:0.8; background-color:#a0c6b7; }
div#content td.savailused     { opacity:0.8; background-color:#3e614f; }
div#content td.navail         { opacity:0.8; background-color:#81a496; }
div#content td.crit3          { opacity:0.7; }
div#content .crit3            { background-color:#C75B12; }
div#content td.crit2          { opacity:0.8; }
div#content .crit2            { background-color:#D3C57D; }
div#content td.crit-3         { opacity:0.8; }
div#content .crit-3           { background-color:#506FA1; }
div#content td.crit-2         { opacity:0.8; }
div#content .crit-2           { background-color:#90a8cf; }
div#content span.crit-3, div#content span.crit3 { color: white }
div#content span.crit-3, div#content span.crit-2, div#content span.crit2, div#content span.crit3 { padding-left:0.5em; padding-right:0.5em; }


@media all and (max-width: 930px) {
	select#change-core {
		background: rgba(255, 255, 255, 0.15) !important;
		color: white !important;
	}
}
