﻿/*----------------------------------------------------------
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-image: url(../../Content/themes/base/images/bg.jpg);
    background-color: #f2f2f2;
    font-size: .85em;
    font-family: "Segoe UI", "Segoe UI Semibold", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0; 
    color: #2b2b2b;
   
}

.fl {float: left;}
.fr {float: right;}

a:link {
    color: #0e5881;
    text-decoration: none; 
}

a:visited {
    color: #4c7cc0;
}

a:hover {
    color: #0e5881;
    text-decoration: none; 
}

a:active {
    color: #305086;
}

p {
    margin-bottom: 20px;
    line-height: 1.6em; 
}
ul {
    
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #555;
}

h1 
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    margin-top: 3px;
    margin-left: 35px;
}

h3 {
    padding: 0 0 10px 0;
    margin-top: -3px;
    margin-left: 30px;
}

h4 {
    font-size: 1.1em;
    margin-top: -10px;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


/* LOGON1  
----------------------------------------------------------*/
div.LogOn1,
div.register1,
div.audits1 {
    display: inline;
}


/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 8px 0 8px 8px;
    -webkit-border-radius: 8px 0 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-style: solid;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    border-width: 1px;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    border-color: #a4b9c5;
    -webkit-border-color: #4f768c;
    -moz-border-color: #4f768c; 
    margin-top: 2px;
}

footer, 
#footer {
    
    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 {
    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-shadow: #bdccd4 0px 1px 0px;
    line-height: 2.2em;
    color: #4c4c4c;
    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 {
    text-decoration: none;
    text-shadow: #f7f7f7 0px 1px 0px; 
    color: #0e5881;
    background-color: #f7f7f7;
    border-left: 1px solid #a4b9c5;
    border-right: 1px solid #a4b9c5;
    border-top: 1px solid #a4b9c5;
}

ul#menu li a:active {
    background-color: #f7f7f7;
    text-decoration: none;
    border-left: 1px solid #a4b9c5;
    border-right: 1px solid #a4b9c5;
    border-top: 1px solid #a4b9c5;
}

ul#menu li.selected a {
    text-shadow: white 0px 1px 0px;
    background-color:White;
    color: #0e5881;
    border-left: 1px solid #a4b9c5;
    border-right: 1px solid #a4b9c5;
    border-top: 1px solid #a4b9c5;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #dbdbdb;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 99.5%;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px; 
    box-shadow: 1px 1px 8px #eaeeff inset; 
    -moz-box-shadow: 1px 1px 8px #eaeeff inset; 
    -webkit-box-shadow: 1px 1px 8px #eaeeff inset; 
    min-height:100px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #c3c3c3;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 420px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px; 
    box-shadow: 1px 1px 8px #eaeeff inset; 
    -moz-box-shadow: 1px 1px 8px #eaeeff inset; 
    -webkit-box-shadow: 1px 1px 8px #eaeeff inset; 
}

select {
    padding: 2px;
    font-size: 10pt;
    color: #2b2b2b;
    border:1px solid #ccc; 
    width: 85%;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px; 
    box-shadow: 1px 1px 8px #eaeeff inset; 
    -moz-box-shadow: 1px 1px 8px #eaeeff inset; 
    -webkit-box-shadow: 1px 1px 8px #eaeeff inset; 
}

input[type="submit"] 
{
    background-color: #fafafa;
    color: #696969;
    background-image: -webkit-linear-gradient(top,white,#f7f7f7);
    background-image: -moz-linear-gradient(top,white,#f7f7f7);
    background-image: -ms-linear-gradient(top,white,#f7f7f7);
    background-image: -o-linear-gradient(top,white,#f7f7f7);
    background-image: linear-gradient(top,white,#f7f7f7);
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    padding: 5px 15px; 
    display:inline-block;
    font-weight:bold;
    text-shadow: white 0px 1px 0px;
}

input:hover[type="submit"]
{
    color: #0e5881 !important;
    background-image: -webkit-linear-gradient(top,white,#f0f0f0);
    background-image: -moz-linear-gradient(top,white,#f0f0f0);
    background-image: -ms-linear-gradient(top,white,#f0f0f0);
    background-image: -o-linear-gradient(top,white,#f0f0f0);
    background-image: linear-gradient(top,white,#f0f0f0);
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 15px; 
    text-shadow: white 0px 1px 0px; 
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
    padding: 5px;
}

table th {
    padding: 6px 5px;
    background-color: white;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 10pt;
    font-weight: bold; 
    display: block;
    text-align: right;
    margin: 10px;
    color: white;
}

#logindisplay a:link {
    color:  #4c4c4c;
    text-shadow: #bdccd4 0px 1px 0px;
}

#logindisplay a:visited {
    color:  #4c4c4c;
    text-shadow: #bdccd4 0px 1px 0px;
}

#logindisplay a:hover {
    color:  #0e5881;
    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;
}


/*LUNDIN SITE STYLES*/
div.textshow
{
    margin:0;
    padding:0;
}
div.button  
{
    background-color: #4c7cc0; 
    color: white;
    background-image: -webkit-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: -moz-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: -ms-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: -o-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: linear-gradient(top,#4c7cc0,#3b629d);
    border: 1px solid #3b629d;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    padding: 3px 15px; 
    display:inline-block;
    margin-bottom: 5px;
    }
div.buttonGreen  
{
    background-color: Green; 
    color: white;
    /*background-image: -webkit-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: -moz-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: -ms-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: -o-linear-gradient(top,#4c7cc0,#3b629d);
    background-image: linear-gradient(top,#4c7cc0,#3b629d);*/
    border: 1px solid #3b629d;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    padding: 3px 15px; 
    display:inline-block;
    margin-bottom: 5px;
    }
div.button a {
    text-decoration:none;
    cursor:pointer;
    color:white;
    }
div.button span
{
    color:white;
    text-shadow: none;
    }
div.button:hover
{
    color: white !important;
    background-image: -webkit-linear-gradient(top,#4c7cc0,#305086);
    background-image: -moz-linear-gradient(top,#4c7cc0,#305086);
    background-image: -ms-linear-gradient(top,#4c7cc0,#305086);
    background-image: -o-linear-gradient(top,#4c7cc0,#305086);
    background-image: linear-gradient(top,#4c7cc0,#305086);
    border: 1px solid #305086;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 15px; 
    margin-bottom: 5px; 
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 
    }
div.buttonGreen:hover
{
    color: white !important;
    background-image: -webkit-linear-gradient(top,#4c7cc0,#305086);
    background-image: -moz-linear-gradient(top,#4c7cc0,#305086);
    background-image: -ms-linear-gradient(top,#4c7cc0,#305086);
    background-image: -o-linear-gradient(top,#4c7cc0,#305086);
    background-image: linear-gradient(top,#4c7cc0,#305086);
    border: 1px solid #305086;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 15px; 
    margin-bottom: 5px; 
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 
    }

div.buttonGray  
{
    color: #696969;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    display:inline-block;
    width: 8%;
}
div.buttonGray:hover
{
    color: #0e5881 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    cursor: pointer;
    } 
/* div.buttonGray a {
    text-decoration:none;
    cursor:pointer;
    color:#4c4c4c;
    }
div.buttonGray a:hover {
    text-decoration:none;
    cursor:pointer;
    color: #0e5881; */
    }
div.buttonGray span {
    text-decoration:none;
    cursor:pointer;
    color:#4c4c4c;
    }
div.buttonGray span:hover {
    text-decoration:none;
    cursor:pointer;
    color: #0e5881;
    }
div.buttonGray1  
{
    background-color: #fafafa; 
    color: #696969;
    background-image: -webkit-linear-gradient(top,white,#f7f7f7);
    background-image: -moz-linear-gradient(top,white,#f7f7f7);
    background-image: -ms-linear-gradient(top,white,#f7f7f7);
    background-image: -o-linear-gradient(top,white,#f7f7f7);
    background-image: linear-gradient(top,white,#f7f7f7);
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    padding: 5px 15px; 
    display:inline-block; 
    text-shadow: white 0px 1px 0px;
    font-weight: bold;
    }
div.buttonGray1:hover
{
    color: #0e5881 !important;
    background-image: -webkit-linear-gradient(top,white,#f0f0f0);
    background-image: -moz-linear-gradient(top,white,#f0f0f0);
    background-image: -ms-linear-gradient(top,white,#f0f0f0);
    background-image: -o-linear-gradient(top,white,#f0f0f0);
    background-image: linear-gradient(top,white,#f0f0f0);
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 15px; 
    text-shadow: white 0px 1px 0px; 
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 
    }
div.buttonGray1 a {
    text-decoration:none;
    cursor:pointer;
    color:#4c4c4c;
    font-weight: bold; 
    }
div.buttonGray1 a:hover {
    text-decoration:none;
    cursor:pointer;
    color: #0e5881;
    font-weight: bold;
    }
 div.buttonGray1 span {
    text-decoration:none;
    cursor:pointer;
    color:#4c4c4c;
    font-weight: bold;
    }
div.buttonGray1 span:hover {
    text-decoration:none;
    cursor:pointer;
    color: #0e5881;
    font-weight: bold; 
    }

div.headline span
{
    color:#0e5881;
    font-weight:bold;
    margin-left:8px;
    
    font-size:12pt;
    text-transform:uppercase;
    }
a.button_remove
{
 background: url(../../Content/themes/base/images/remove.png);
 display:inline-block;       
 width: 16px;       
 height: 16px;       
 text-indent: -9999px; /* hides the link text */
 position: relative;
}

a.button_plan
{
 background: url(../../Content/themes/base/images/plan.png);
 display:inline-block;       
 width: 16px;       
 height: 16px;       
 text-indent: -9999px; /* hides the link text */
}
a.button_project
{
 background: url(../../Content/themes/base/images/project.png);
 display:inline-block;       
 width: 16px;       
 height: 16px;       
 text-indent: -9999px; /* hides the link text */
}
a.button_summary
{
 background: url(../../Content/themes/base/images/summary.png);
 display:inline-block;       
 width: 16px;       
 height: 16px;       
 text-indent: -9999px; /* hides the link text */
}
a.button_edit
{
 background: url(../../Content/themes/base/images/edit.png);
 display:inline-block;       
 width: 16px;       
 height: 16px;       
 text-indent: -9999px; /* hides the link text */
}
div.exclamation
{
 display:inline-block;       
    }