﻿
/*General element styling*/
body
{
    margin: 10px 20px;
    text-rendering: optimizeLegibility;
    font-family: Calibri, Arial, Sans-Serif;
}

h1
{
    font-size: 30pt;
    font-family: Times New Roman, Serif;
}
 
h2
{
    font-size: 20pt;
}

h3
{
    font-size: 18pt;
}

h1, h2, h3, h4, h5
{
    color: #5a5a5a;
}

p,  div
{
    color: #333333;
}

a
{
    color: #0088cc;
}
 
p
{
    margin-left: 5px;
    line-height: 20px;
}
 
dl
{
    /*borders*/
    border:1px solid #b0b0b0;
    /*border-top: none;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*border: 1px solid #b0b0b0;*/
    
    margin: 0px 5px 0px 0px;
    padding: 5px 0px 10px 10px;
    /*width: 30em;*/
    max-width: 100%;
    overflow: hidden;
}
 
dt
{
    font-weight: bold;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
}

dd
{
    margin: 0px;
    padding-top: 5px;
}


table
{
    border-collapse: collapse;
}

tr
{
    line-height: 18px;
}
  
tr:nth-child(even)
{
    background-color: #f8f8f8;
    border: 1px solid #b0b0b0;
    border-top: none;
}
 
tbody tr:nth-child(odd)
{
    background-color: #eee;
    border: 1px solid #b0b0b0;
    border-top: none;
}
 
th
{
    text-align: left;
    margin-right: 5px;
    padding: 3px 10px 3px 10px;
    border: 1px solid black;
}
 
td
{
    padding: 5px 10px 5px 10px;
    border: 1px solid #b0b0b0;

}


 
/*General styling*/
.pageTitle
{
    margin: 10px 0 5px 0;
}


/*Domain-specific styling*/
.parameters
{
    margin: 0px 0px 5px 0;
}



.controllerContent .action
{
    margin: 0px 0px 10px 0px;
    padding: 0 5px 0 10px;
}

.controllerContent .actionName
{
    margin: 5px 0;
}

.orange-affix-menu li a:hover
{
    text-decoration: none;
    background-color: #e0e0e0;
}

/*.orange-affix-menu li a:focus
{
    background-color: Blue;
}*/

.controllerContent .controllerName
{
    border-bottom: 1px solid #eeeeee;
}
 
.actionControllerName
{
    font-weight: lighter;
}
 
.actionSummary
{
    margin: 5px 0px 10px 0;
    line-height: 20px;
}

.propertyContainer
{
    margin: 10px 0;
}

.propertyIsRequired
{
    text-align: center;
}
 
.returnsContainer
{
    margin: 0px 0px 0px 0;
    padding-top: 5px;
    
    width: 30em;
    max-width:100%;
}

.returnsContainer h2
{
    font-size: 20pt;
}

.actionParameterContainer
{
    margin: 5px 0 15px 0;
}

.actionUrl
{
    border:none;
    margin-top: 10px;
    padding: 0;
}



/****************** EMPHASIZE THE CURRENTLY SELECTED SECTION *****************************/

:target {
  -webkit-animation: highlight 1s ease;  
  -moz-animation: highlight 1s ease;
  -webkit-transform: translateX(20px); 
  -moz-transform: translateX(20px); 
  -ms-transform: translateX(20px); 
  -o-transform: translateX(20px);
}

@-webkit-keyframes highlight {
  0% { background-color: white;}
  100% { background-color: #eee;}
}

@-moz-keyframes highlight {
   0% { background-color: white;}
  100% { background-color: #eee; }
}   


.controllerContent {
  padding: 10px;
  /*padding-right: 50px;*/
  margin-left: 10px;    
  /*margin-bottom: 10px;*/
  
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -ms-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease;     
 
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  border-bottom: 1px solid #ccc;
}

.orange-affix-menu li a:active
{
    background-color: #eee;
}

/****************** FALLBACK METHOD FOR NON-COMPLIANT BROWSERS (IE) ************************/
        
.orange-affix-content 
{
    width:85%;
    margin-left: 270px;
}


/****** UPDATES FOR WORKFLOW ******/

.button
{
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 20px 0px 0px;
    background-color: #0088cc;
    color: #e3e3e3;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: box-shadow 0.3s ease-in-out;
     
}

.button:hover
{
    background-color: #eee;
    color: #0088cc;
    /*min-width: 75px;
    max-width: 155px;
    height: 20px;*/
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.button:target
{
    background-color: Red;
}

hr
{
    border: 1px solid #0088cc;
}

.workFlowExplanation
{
    background-color: #eee;
    padding: 20px;
}



/****** DATABASE SECTION ******/
#connectionSettings
{
    margin-left: 290px;
    margin-bottom: 10px;
}

#connectionSettings dl
{
    color: #e3e3e3;
    background-color: #0088cc;
}

#connectionSettings dd
{
    float: left;
    
    margin-right: 20px;
}



/******* ERROR LOG PAGE BUTTON ******/
#webServicesErrorLogLinkSettings
{
    float: left;
    /*margin-top: -5px;
    margin-left: 290px;*/
    
    /* to put next to other navigational buttons */
    margin-top: -51px;
    margin-left: 425px;
}


#webServicesErrorLogLinkSettings dl 
{
    /*background-color: #e5e5e5;*/
    border: none;
    
    padding: 0px;
}
 
 
#webServicesErrorLogLinkSettings a
{ 
    font-weight: normal;
    margin: 0px;
}

/****** END ******/


/****** ERROR LOG SCREEN ******/
#SpeedList
{
}

#SpeedList li
{
}

#SPI_Logo
{
  position: absolute;
  top: 5px;
  right: 25px;
  height: 62px;
}