﻿/*----------------------------------------------------------
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 previous color: #999;
----------------------------------------------------------*/
body {
    background-image: url('themes/base/images/GreyGradientBackground - center.png');
    background-size: 100%;
    background-color: #d2d8d8;
    /*font-size: 1.25em;*/
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: black;
    
}

a:link {
    color: #47494b;
    text-decoration: underline;
}

a:visited {
    color: #47494b;
}

a:hover {
    color: #7a817f;
    text-decoration: none;
}

a:active {
    color: #74bb9b;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    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 {
    width: 95%;
     height:100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
   /* font-weight: bold;*/
   text-align:center;
    padding: 1px 0;
    margin-left: 0;
    border: none;
    line-height: 2em;
    font-size: 30px !important;
    text-shadow: 1px 1px 2px #111;
}

header img, #header img {
   margin-left:5px;
   margin-top:-35px;
}


#main {
    padding: 5px 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;
}

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;
}

/* 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;
    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 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    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: none;
}

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 {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
    margin:3px 0px 3px 0px
}

select {
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 1.2em;
    color: #444;

}

input[type="submit"] {
    font-size: 0.9em;
    padding: 4px;
     margin:10px 10px 0px 0px
}

/* 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;
}


/* td.status added by SAB */
td.status-green
{
    color: white;
    font-weight: bolder;
    background-color: green;
}
td.status-aqua
{
    color: Black;
    font-weight: bolder;
    background-color: Aqua;
}
td.status-purple
{
    color: white;
    font-weight: bolder;
    background-color: Purple;
}
td.status-ltgreen
{
    color: white;
    font-weight: bolder;
    background-color: Lime;
}
td.status-yellow
{
    color: black;
    font-weight: bolder;
    background-color: Yellow;
}
td.status-orange
{
    color: Black;
    font-weight: bolder;
    background-color: Orange;
}
td.status-red
{
    color: white;
    font-weight: bolder;
    background-color: Red;
}
td.status-pending
{
    color: Black;
    font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
    
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: black;
}

#logindisplay a:link {
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: blue;
    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 DI grid */
.state_red {
            background-color: #FF4848 !important;
        }
.state_green {
    background-color: #00FF66 !important;
    
}

.my_content_container a {
    border-bottom: 1px solid #777777;
    border-left: 1px solid #000000;
    border-right: 1px solid #333333;
    border-top: 1px solid #000000;
    color: #000000;
    font-size:12px;
    background-color:lightgray;
      -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
    background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
    font-family:Arial;
    display: block;
    height: 1.5em;
    padding: 0 1em;
    width: 7em;       
    text-decoration: none;       
    cursor:pointer;

}
.btn {
  background: #ededed;
  background-image: -webkit-linear-gradient(top, #D9E5EC, #818C94);
  background-image: -moz-linear-gradient(top, #D9E5EC, #818C94);
  background-image: -ms-linear-gradient(top, #D9E5EC, #818C94);
  background-image: -o-linear-gradient(top, #D9E5EC, #818C94);
  background-image: linear-gradient(to bottom, #D9E5EC, #818C94);
  margin-top: 4px;
  margin-bottom: 3px;
  border-radius: 10px;
  font-family: 'Trebuchet MS';
  color: black;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #B4BCC1;
  background-image: -webkit-linear-gradient(top, #B4BCC1, #61696F);
  background-image: -moz-linear-gradient(top, #B4BCC1, #61696F);
  background-image: -ms-linear-gradient(top, #B4BCC1, #61696F);
  background-image: -o-linear-gradient(top, #B4BCC1, #61696F);
  background-image: linear-gradient(to bottom, #B4BCC1, #61696F);
  text-decoration: none;
}

/*#MaintainaceMessage {
    color: red;
    text-align: center;
}*/

.btnExit {
    background-color: Transparent;
    border: none;
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    text-decoration: underline;
}

.btnExit:hover 
{
    border: none;
    color:Blue;
    text-decoration: none;
}
