html {
	background: #555555 url('../images/spectrumbg.jpg') top left repeat-x;

	text-align: center;
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	min-width: 1180px ;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a {
	color: #286571;
}

a.thing {
    display: block;
    background: url('../images/info.png') no-repeat;
    width: 50px

}



td.pass {
    background-color: green;
}

td.fail {
    background-color: red;
}

td.inprogress {
    background-color: orange;
}

td.working {
    /* animation: flashWorking 2s infinite alternate; */
    animation: flashWorking 2.0s infinite linear; 
}

td.workingraw {
    /* animation: flashWorking 2s infinite alternate; */
    animation: flashWorkingRaw 2.0s infinite linear; 
}





@keyframes flashWorking {
    0% {
	background-color: orange;
    }
    50% {
	background-color: green;
    }
    100% {
	background-color: orange;
    }
}

@keyframes flashWorkingRaw {
    0% {
	background-color: gray;
    }
    50% {
	background-color: orange;
    }
    100% {
	background-color: gray;
    }
}




td.undefined {
    background-color: gray;
}


/* td#pass { */
/*         background-color: green; */
/* } */

/* td#fail { */
/*         background-color: red; */
/* } */

/* td#inprogress { */
/*         background-color: orange; */
/* } */

/* td#undefined { */
/*         background-color: gray; */
/* } */



td.semaphore {
width: 20px;
position: relative;
}



td#pending {
	background-color: #eea011;
}

td#incomplete {
	background-color: #e7ee11;
	color: red;
}

td#observed {
	background-color: green;
	color: white;
}



#header {
	height: 132px;
	margin: 10px 10px 0 10px;
	background: url('../images/spectrum.png') no-repeat;
	background-position-x: 0px;
	background-position-y: -200px;
	background-size:100%;
}

#header_requests {
        background-size:100%;

}

#header h1 {
	padding: 0;
	margin: 0;
	padding-top: 40px;
	padding-left: 180px;
	color: #fff;
	position: relative;
	font-size: 36px;
	text-shadow: 2px 2px 4px #000000;
}

#header h1 .subtitle {
	font-size: 60%;
	position: absolute;
	left: 240px;
	top: 70px;
}

table#fibinfo {

}

table#fibinfo.highlight {
    background-color: #ffcccc;
}


#tdfieldname {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px;
}

#tdobname {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px;
}

#tdfilename {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
     white-space: nowrap;
}


table#fibinfo td {
	border: 1px solid silver;
	padding: 2px 3px;
	
}



table#fibinfo tr {
	border: 1px solid silver;
	padding: 2px 3px;
}

table#fibinfo tr:hover {
    background-color: #ebf4fb;
}



#barcontents {
	color: #fff;
	float: left;
	height: 31px;
	display: block;
	line-height: 40px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 12px;
	text-decoration: none;

}

#barcontents_loginlogout {
	color: #fff;
	float: right;
	height: 31px;
	display: block;
	line-height: 40px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 12px;
	text-decoration: none;
	background: url('../images/menu-item-border.png') left top no-repeat;

}


#mainmenu {
	margin: 0 10px 0 10px;
	padding: 0 0px;
	/* background: url('../images/spectrum.png') 0px -232px no-repeat; */
	background: url('../images/spectrum.png') no-repeat;
	height: 38px;
	background-size:100%;
	background-position: 0px -238px;
}


#mainmenu .contents {
    color:blue;
}

#mainmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
}

#mainmenu li a {
	color: #fff;
	float: left;
	height: 31px;
	display: block;
	line-height: 40px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 12px;
	text-decoration: none;
	/* background: url('../images/menu-item-border.png') left top no-repeat; */
}

#mainmenu li a:hover, #mainmenu li a.active {
	background: none;
}
#mainmenu li.partition{
   height: 70%;
   margin: 7px 5px;
   overflow: hidden;
   background-color: #DDD;
   border-right: 2px solid #FFF;
}



#mainmenu li.first a {
	background: none;
}

#mainmenu li.first a:hover, #mainmenu li.first a.active {
	background: url('../images/menu-item-actibg-first2.png') left top no-repeat;
}

#mainmenu a.loginlogout
{
    float: right;
    right: 10px;
}




#mainmenu li.loginlogout a:hover
{
    background: url('../images/menu-item-border.png') left top no-repeat;
}

#content {
	background: #fff url('../images/contentbg.png') left bottom no-repeat;
	margin : 0 10px 10px 10px;
	padding: 10px 10px;
	overflow: hidden;
}

#content .currentpage {
	margin-top: 0;
}




/* Login form*/

#loginform
{
    text-align: center;
}

form.loginfields
{
    text-align: left;
    width: 270px;
    background: url('../images/usernamebg.png') top left no-repeat;
    padding: 0;
    margin: 0 auto;
    border: 0;
}

form.loginfields h2
{
    font-size: 16px;
    float: left;
    padding: 0;
    margin: 5px;
    margin-top: 0;
    background: url('../images/loginheader-left2.png') top left no-repeat;
}

* html form.loginfields h2
{
    margin-left: 3px;
    width: 80px;
    text-align: center;
}

form.loginfields h2 span
{
    background: url('../images/loginheader-right2.png') right top no-repeat;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 100%;
    font-weight: normal;
    color: #000;
    padding: 0 10px;
}

*+html form.loginfields h2 span
{
    padding: 0 20px;
}

form.loginfields label
{
    clear: left;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    width: 65px;
    line-height: 31px;
    vertical-align: middle;
}

form.loginfields input.text
{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
	margin-right: 2px;
    width: 150px;
    height: 18px;
    padding: 5px;
    border: 1px solid black;
    background: url('../images/inputbg2.png') top left no-repeat;
    color: #000;
}

form.loginfields #loginremember
{
    float:right;
    vertical-align: middle;
    height: 26px;
}

form.loginfields #labelremember 
{
    float: right;
    width: auto;
    margin:0;
    margin-right: 15px;
    vertical-align: middle;
}

form.loginfields input#submit
{
    /* background: url('../images/inputbg2.png') top left no-repeat; */
    background: url('../images/usernamebox_lower.png') bottom left no-repeat;
    width: 270px;
    height: 61px;
    border: 1px;
    margin-top: 10px;
    color: #fff;
    padding: 23px 140px 20px 10px;
}

* html form.loginfields input#submit
{
    clear: both;
    margin-left: -10px;
}

/* Sidebar */
.sidebar {
  border: 1px solid #cce;
  background-color: #eee;
  margin: 0.5em;
  margin-left: 1.5em;
  margin-top: 0;
  padding: 1em;
  float: right;
  width: 215px;
  font-size: 88%;
}

.sidebar h2 {
  margin-top: 0;
  color: black;
}

.sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}


/* Formtip */
.formtip {
  border: 1px solid #cce;
  background-color: #eee;
  margin: 0.5em;
  margin-left: 1.5em;
  margin-top: 0;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

.formtip h2 {
  margin-top: 0;
  color: black;
}

.formtip ul {
  margin-left: 1.5em;
  padding-left: 0;
  color: black;
  text-align:left;
}




#sb_top {
  clear: right;
}

#sb_bottom {
  clear: right;
}

#getting_started {
  margin-left: 20px;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  margin-bottom: 0.5em;
}

/* Other and footer */
#footer {
	background: #fff;
	padding: 10px;
	color:#888888;
	font-size:90%;
}
.flogo {
	float:left;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
}
.foottext p {
	margin: 0; padding: 0;
}
.code {
font-family:monospace;
font-size:127%;
}
span.code {
background:#EEEEEE none repeat scroll 0% 0%;
font-weight:bold;
}
#flash, .notice {
font-size:120%;
font-weight:bolder;
margin:0pt auto 0.5em;
width:680px;
}
#flash div, .notice {
padding:20px 15px 20px 65px;
}
#flash .ok {
background:#d8ecd8 url(../images/ok.png) no-repeat scroll 10px center;
}
#flash .warning {
background:#fff483 url(../images/warning.png) no-repeat scroll 10px center;
}
#flash .error {
background:#f9c5c1 url(../images/error.png) no-repeat scroll 10px center;
}
#flash .alert,
#flash .info {
background:#EEEEFF url(../images/info.png) no-repeat scroll 10px center;
}
.notice {
background:#EEEEFF url(../images/info.png) no-repeat scroll 10px center;
}
.fielderror {
color:red;
font-weight:bold;
}
div.clearingdiv {
clear:both;
}


.spinner {
   position: absolute;
   left: 50%;
   top: 40%;
   height:80px;
   width:80px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation 1.6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.obform {
    margin-bottom: 10px;
}


.dropdown {
    float: left;
    
    /* overflow: hidden; */
}

.dropdown div {

    margin-top: 38px;
    
}

.dropdown .dropbtn {
    cursor: pointer;
    /* /\* font-size: 16px; *\/ */
    border: none;
    outline: none;
    color: white;
    /* /\* padding: 14px 16px; *\/ */
    background-color: inherit;
    /* font-family: inherit; */
    /* /\* margin: 0; *\/ */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: black;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


.progtemp{
    /* border: 1px solid black; */
    padding: 5px;
    margin-bottom: 5px;
}
.progtemp p{
    width: 250px;
}
.progtemp p:hover{
    cursor: pointer;
}


.obstemp{
    
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 5px;
}

.obstemp p{
    width: 250px;
}
.obstemp p:hover{
    cursor: pointer;
}




.navbar {
    /* overflow: hidden; */
    background-color: #333;
    /* font-family: Arial, Helvetica, sans-serif; */


    /* margin: 0 10px 0 10px; */
    /* padding: 0 0px; */
    /* background: url('../images/spectrum.png') 0px -232px no-repeat; */


    
}

/* .navbar a { */
/*     float: left; */
/*     font-size: 16px; */
/*     color: white; */
/*     text-align: center; */
/*     padding: 14px 16px; */
/*     text-decoration: none; */
/* } */

td.empty { background-color: #9ea1b9; }

/* Fix for dropdown menu z-index issues */
#mainmenu {
    position: relative;
    z-index: 10000 !important;
}

#mainmenu li {
    position: relative;
    z-index: 10001 !important;
}

#mainmenu .dropdown-content,
.dropdown-content {
    position: absolute;
    z-index: 10002 !important;
}

/* Ensure content doesn't overlap navigation */
#content {
    position: relative;
    z-index: 1;
}

/* Fix for any hero sections in content */
.hero-section {
    position: relative;
    z-index: 1 !important;
}

/* Fix for dropdown menu text splitting */
#mainmenu .dropdown {
    position: relative !important;
    display: inline-block !important;
}

#mainmenu .dropdown-content {
    display: none;
    position: absolute !important;
    background-color: #f9f9f9 !important;
    min-width: 250px !important; /* Increased width */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
    z-index: 10002 !important;
    top: 100% !important; /* Position below the button */
    left: 0 !important;
}

#mainmenu .dropdown-content a {
    color: black !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block !important;
    white-space: nowrap !important; /* Prevent text wrapping */
    overflow: hidden !important;
    text-overflow: ellipsis !important; /* Add ... if text is too long */
}

#mainmenu .dropdown-content a:hover {
    background-color: #ddd !important;
}

#mainmenu .dropdown.show .dropdown-content,
#mainmenu .dropdown-content.show {
    display: block !important;
}

/* Ensure the main menu doesn't clip the dropdown */
#mainmenu {
    overflow: visible !important;
    position: relative !important;
    z-index: 10000 !important;
}

/* Fix any container that might be clipping */
#header, #content {
    overflow: visible !important;
}