﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #DEDEDE;
    font-size: 1.2em;
    font-family: Verdana;
    margin: 0;
    color: #333333;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul, ol {
    margin-bottom: 20px;
    line-height: 1.6em;
    text-align: justify;
}

header,
footer,
nav,
section {
    display: block;
}


footer {
    clear: both;
    font-size: 0.9em;
    padding: 10px 15px 15px 15px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 
{
    margin-top: 10px;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    background: url("../images/background-container.png") repeat-y;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 0 0 10px;
    width: 967px;
}

header, #header {
    /*position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;*/
    background: url("../images/background-header.png") no-repeat;
    height: 104px;
    margin: 0 auto;
    position: relative;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px;
    margin: 20px 0 0 30px;
    /*color: #fff;*/
    border: none;
    line-height: 2em;
    font-size: 1.5em !important;
    /*text-shadow: 1px 1px 2px #111;*/
}

#container {
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

#main {
    /*padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;*/
    width: 700px;
    float: left;
    padding-left: 1em;
}

#main_admin {
    /*padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;*/
    width: 94%;
    float: left;
    margin-left: 2em;
    margin-right: 2em;
}

footer, 
#footer 
{
    /*background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;*/
}

/* NAVIGATION   
----------------------------------------------------------*/
#nav 
{
    float: left;
    width: 200px;
    /*position: relative;*/
    border-right: 1px dotted #d6d6d6;
    margin-left: 2.5em;
    padding-top: 10px;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    /* border-bottom: 1px #5C87B2 solid; */
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    /* text-align: right; */
}

ul#menu li {
    /* display: inline; */
    display: block;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 0;
    /*font-weight: bold;*/
    text-decoration: none;
    line-height: 2.5em;
    /*background-color: #e8eef4;*/
    color: #1361A5;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: underline;
}

ul#menu li a:active {
    /*background-color: #a6e2a6;*/
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea 
{
    font-family: Verdana;
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    /*padding: 6px 12px;*/
    /*font-size: 1.2em;*/
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* FOOTER LAYOUT
----------------------------------------------------------*/
footer ul.logos {
    height: 40px;
    padding: 15px 5px 35px;
}

footer ul {
    margin: 0 0 15px 0px;
}

footer li {
    display: inline;
    /* border-right: 1px solid #ffffff; */
}

footer li.last {
    border-right: 0;
}

footer a {
    color: #ffffff !important;
    text-decoration: none !important;
}

footer ol, footer ul {
    list-style: none outside none;
}

/* CONTENT
----------------------------------------------------------*/
.link {
    margin: 3px 0 3px -5px
}

.description {}
.identity {}
.filter {}
.param {}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

img {
    border: 0;
}

#logo {
    padding: 0.85em 0 0 1.35em;
    float: left;
}

.error {
    color: Red;
}

.text {
    
}

.info {
    margin-top: -5px;
}

.sample {
    color: #23238E;
    font-weight: normal;
}

nav, 
#main,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #333333;
}

#logindisplay a:link {
    color: #333333;
    text-decoration: none;
}

#logindisplay a:visited {
    color: #333333;
    text-decoration: none;
}

#logindisplay a:hover {
    color: #333333;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Styles for registration */
#Purpose {
    width: 25em;
}

/* Map colour legned */
.label-Fast,
.label-Fast[href]:hover,
.label-Fast[href]:focus {
  background-color: #008000;
}

.label-Medium,
.label-Medium[href]:hover,
.label-Medium[href]:focus {
  background-color: #FF8C00;
}

.label-Slow,
.label-Slow[href]:hover,
.label-Slow[href]:focus {
  background-color: #FF0000;
}

.label-Unknown,
.label-Unknown[href]:hover,
.label-Unknown[href]:focus {
  background-color: #808080;
}

/* Navigation bar */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #FFFFFF;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #FFFFFF;
  border-color: #428bca;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  /*font-weight: normal;*/
  font-size: 0.85em;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #EEEEEE;
  /*background-color: #428bca;*/
}

/* datepicker */
#datepicker {font-size:9px;}

.rowLeftCol {
    width: 150px;
}

/* For service panel */
.panel-title {
    height: 20px;
    font-size: 12px;
}    
.panel-anchor:hover {
    background-color: #F5F5F5 !important;
}

/* API Method */
.apiMethodHeader {
    padding-top: 10px;
    border-bottom-style:solid; 
    border-bottom-width:1px; 
    border-bottom-color:#CCCCCC;
}

/* Home page */
.bx {
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
    background-color: #eaeaea;
    margin-bottom: 15px;
}

.alert-message{
    border: solid 2px salmon;
    background-color: white;
}

.tblpad {
    padding: 3px 8px 3px 0px;
    border: 0;
}

.tblpadlabel {
    font-weight: bold;
    font-size: 10px;    
}

.italic {
    font-style: italic;
}

.strong {
    font-weight: bold;
}