body {
    margin: 0;
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/background.jpg');
    background-repeat: repeat-x;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
#body {
    width: 928px;
    padding: 0px 10px;
    margin: 0 auto;
    border: 2px solid #0057A8;
    background-color: #FFF;
}
#header {
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/header.jpg');
    background-repeat: repeat-x;
    line-height: 40px;
    height: 62px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
}
#logo {
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/logo.jpg');
    padding-top: 194px;
    text-align: right;
}
#logo a img {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 5px;
}
#logo a.active img {
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/active-locale.png');
}
#company-info {
    position: absolute;
    top: 332px;
    top: 342px;
    right: 50%;
    margin-right: -445px;
    height: 45px;
    line-height: 13px;
    text-align: right;
    color: #FFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 10px;
}
#company-info a {
    color: #FFF;
}
#blocks a {
    float: left;
    width: 116px;
}
#nav {
    clear: both;
    float: left;
    width: 232px;
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/menu.jpg');
    background-repeat: no-repeat;
    min-height: 360px;
}
#nav ul {
    padding: 0px 5px;
    margin: 0;
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}
#nav li {
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/menu_divider.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}
#nav li.title {
    color: #065AAA;
    background-image: none;
    margin-top: 5px;
}
#nav li.hassub {
    line-height: 20px;
}
#nav li.sub {
    line-height: 20px;
    padding-left: 20px;
    font-size: 11px;
    background-image: none;
}
#nav li.sub a {
    background-image: none;
    padding-left: 0px;
}
#nav li.hassub, #nav li.last {
    background-image: none;
}
#nav li.sub.last {
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/menu_divider.png');
    padding-bottom: 5px;
}
#nav li.title:first-child {
    margin-top: 0;
}
#nav a {
    color: #4C4C4D;
    text-decoration: none;
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/menu_bullet.png');
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 10px;
}
#nav a:hover {
    text-decoration: underline;
    color: #065AAA;
}
#page {
    margin-left: 242px;
}
#title {
    padding: 20px 20px 10px 20px;
    font-size: 20px;
    color: #FFF;
    background-color: #0054A5;
    height: 30px;
    line-height: 20px;
    margin-top: 5px;
}
#title div, #warnings h1 div {
    padding-bottom: 5px;
    border-bottom: 1px dotted #FFF;
}
#warnings {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
#warnings > div {
    color: #FFF;
    margin: 0px 150px;
    background-color: #d41540;
    background-color: #15D37D;
    border: 1px solid #d41540;
    border: 1px solid #15D37D;
    padding-bottom: 10px;
    font-size: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#warnings h1 {
    padding: 10px 10px 5px 10px;
    font-size: 10px;
    background-color: #d41540;
    background-color: #15D37D;
    height: 15px;
    line-height: 10px;
}
#warnings h1 a {
    float: right;
    position: relative;
    top: -10px;
    font-size: 9px;
    color: #FFF;
    font-weight: bold;
    text-transform: lowercase;
    display: none;
}
#warnings h1 div {
    padding-bottom: 5px;
}
#warnings ul, #warnings li {
    padding: 0;
    margin: 0;
    line-height: 16px;
    margin-left: 5px;
    list-style: none;
}
#warnings li {
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/error.png');
    background-position: 0px 4px;
    background-repeat: no-repeat;
}
#contents {
    padding: 0 10px;
}
#footer {
    clear: both;
    height: 56px;
    line-height: 56px;
    background-image: url('https://test.pipelines.concawe.org/symlinks/application/assets/img/footer.jpg');
    background-repeat: repeat-x;
}
#footer > .left {
    float: left;
    padding-left: 80px;
    color: #0057A7;
    font-size: 18px;
    font-family: Arial;
}
#footer > .left span {
    font-weight: bold;
}
#footer > .right {
    text-align: right;
    font-size: 11px;
    color: #1867B0;
    margin-left: 500px;
}
#footer > .right a {
    color: #003585;
}

#warnings li, #warnings p {
    padding-left: 20px;
}

img {
    border: none;
}
a {
    color: #1867B0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #ACADAF;
    border-radius: 5px;
    padding: 5px;
    width: 260px;
}
input[type="checkbox"], input[type="radio"] {
    position: relative;
    top: 1px;
}
input[type="radio"] {
    margin-right: 5px;
}

#contents-general hr {
    height: 1px;
    color: #FFF;
    border: 1px solid #FFF;
    margin: 0;
}
#contents-general div.caption, #contents-general div.input {
    margin-bottom: 5px;
    line-height: 30px;
}
#contents-general div.caption {
    float: left;
    margin-left: 20px;
    width: 150px;
}
#contents-general div.input {
    margin-left: 170px;
}
#contents-general div.input input, #contents-general div.input select {
    width: 360px;
}
#contents-general textarea {
    height: 100px;
}
#links-pane {
    /*
    position: relative;
    top: -27px;
    left: -8px;
    */
    position: absolute;
    top: 385px;
    right: 50%;
    margin-right: -445px;
}
#links-pane a, #links a {
    float: left;
    text-align: center;
    width: 30px;
    line-height: 20px;
    height: 20px;
    background-color: #E6EAF6;
    border: 1px solid #1867B0;
    color: #333;
    margin-right: 1px;
}
#links-pane a.left, #links-pane a.right, #links-pane a.add {
    width: 20px !important;
    float: right !important;
}
#links-pane #links-wrapper {
    float: right;
    max-width: 330px;
    overflow: scroll;
}
#links-pane.enabled #links-wrapper {
    overflow: hidden;
}
#links-pane a:hover {
    text-decoration: none;
    background-color: #C4C8D4;
}
#links-pane a.active {
    background-color: #C4C8D4;
    font-weight: bold;
    text-decoration: underline;
}

h2 {
    font-size: 13px;
}
h3 {
    font-size: 12px;
    margin-left: 10px;
}
h4 {
    margin-left: 10px;
    font-size: 12px;
    font-style: italic;
}
hr {
    height: 1px;
    color: #FFF;
    border: 1px solid #FFF;
    margin: 0;
}
.address {
    padding-top: 5px;
    margin: 0px 70px 10px 30px;
    background-color: #E6EAF6;
    border: 1px dotted #1867B0;
}
.address {
    padding: 10px 20px 0px 20px;
    line-height: 20px;
}
.address h4 {
    margin: 0;
    line-height: 20px;
}
.subsection hr {
    border-color: #E6EAF6;
}

div.caption, div.input, div.unit {
    margin-bottom: 5px;
    line-height: 20px;
    padding: 5px 0px;
}
div.caption {
    float: left;
    margin-left: 10px;
    width: 230px;
}
div.unit {
    float: left;
    margin: 0px 0px 5px 10px;
    width: 80px;
    font-size: 9px;
    text-align: center;
}
div.caption.bold {
    font-weight: bold;
    text-transform: uppercase;
}
div.input {
    margin-left: 340px;
    clear: right;
}
textarea {
    height: 150px;
}
div.buttons {
    margin-right: 50px;
    margin-top: 20px;
    text-align: right;
    padding-bottom: 20px;
}
input[type="submit"], input[type="reset"], button, .button {
    width: 150px;
    background: #fcfcfc;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    color: #000;
    padding: 5px;
    font: 12px Verdana, Arial, sans-serif;
    font-weight: bold; 
    margin: 2px; 
}
a.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
    background-color: #1867B0;
    background-color: #D5D9E5;
    cursor: pointer;
}
#contents-systems input[type=text], #contents-systems textarea, #contents-systems select {
    width: 189px;
}
.hidden {
    display: none;
}


/** Translation module */
#translation-progress {
    position: relative;
    top: -27px;
    left: 455px;
    width: 200px;
    line-height: 20px;
    height: 20px;
    background-color: #E6EAF6;
    border: 1px solid #1867B0;
    color: #333;
}
#translation-progress div.background {
    font-size: 1px;
    background-color: #AAB0C8;

    background: #aab0c8;
    background: -moz-linear-gradient(top,  #aab0c8 0%, #bbc1d9 50%, #aab0c8 100%, #aab0c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aab0c8), color-stop(50%,#bbc1d9), color-stop(100%,#aab0c8), color-stop(100%,#aab0c8));
    background: -webkit-linear-gradient(top,  #aab0c8 0%,#bbc1d9 50%,#aab0c8 100%,#aab0c8 100%);
    background: -o-linear-gradient(top,  #aab0c8 0%,#bbc1d9 50%,#aab0c8 100%,#aab0c8 100%);
    background: -ms-linear-gradient(top,  #aab0c8 0%,#bbc1d9 50%,#aab0c8 100%,#aab0c8 100%);
    background: linear-gradient(top,  #aab0c8 0%,#bbc1d9 50%,#aab0c8 100%,#aab0c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aab0c8', endColorstr='#aab0c8',GradientType=0 );
}
#translation-progress div.text {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #333;
}
#translation-page div.record {
    margin-bottom: 10px;
}
#translation-page div.record input {
    width: 600px;
}

#scrollbar {
    position: absolute;
    width: 400px;
    margin-left: -100px;
    left: 50%;
    top: 500px;
}
#content-summary {
    font-size: 10px;
}
#content-summary .fixed {
    float: left;
    width: 394px;
}
#content-summary .scroll-pane {
    position: relative;
    margin-left: 394px;
    width: 272px;
}
#content-summary .scroll-wrap {
    width: 272px;
    overflow: hidden;
}
#content-summary .scroll {
    width: 2756px;
}

#content-summary .row > div {
    float: left;
    border-left: 1px solid #000;
    padding: 2px 5px;
}
#content-summary .fixed .row > div:first-child {
    border-left: 1px solid #FFF;
}
#content-summary .row > div.noborder {
    border-left: none;
}
#content-summary .row.header, #content-summary .row.subheader {
    font-weight: bold;
    text-align: center;
}
#content-summary .row.header > div, #content-summary .row.subheader > div, #content-summary .row.units > div {
    border-bottom: 1px solid #000;
    height: 25px;
    vertical-align: middle;
}
#content-summary .row.units > div {
    text-align: center;
    font-size: 8px;
    line-height: 10px;
    height: 20px;
}
#content-summary .row > div.pig {
    width: 322px;
}
#content-summary .row > div.number {
    width: 100px;
    text-align: center;
}
#content-summary .fixed .row > div.number {
    width: 50px;
}
#content-summary .row > div.description {
    width: 260px;
}
#content-summary .row > div.length {
    border-right: 1px solid #000;
}
#content-summary .row > div.metallurgy {
    width: 120px;
}
#content-summary .row > div.hot {
    width: 50px;
}
#content-summary .row > div.service {
    width: 120px;
}
#content-summary .row > div.country {
    width: 120px;
}
#content-summary .row > div.system {
    width: 236px;
}
#content-summary .row > div.sysid {
    width: 75px;
}
#content-summary .row > div.sysname {
    width: 150px;
}
#content-summary .row > div.coordinates {
    width: 1268px;
}
#content-summary .row.subheader > div.coordinate {
    width: 251px;
}
#content-summary .row > div.coordinate {
    width: 120px;
    text-align: center;
}
#content-summary .row > div.waypoints {
    width: 220px;
}

#filter input[type="submit"] {
    width: 100px;
}
#filterText {
    width: 435px;
}

table.fullpage {
    width: 100%;
}

#contents-traffic th {
    border-bottom: 1px solid #000;
}
#contents-traffic tr.units th {
    font-size: 9px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}
#contents-traffic th, #contents-traffic td {
    padding: 2px 5px;
    border-right: 1px solid #000;
}
#contents-traffic .number, #contents-traffic .length {
    text-align: center;
    width: 50px;
}
#contents-traffic .traffic, #contents-traffic .traffic input {
    width: 70px;
    text-align: center;
}
#contents-traffic .inspections, #contents-traffic .geometry {
    border-right: none;
}
#contents-traffic .metalloss input, #contents-traffic .crack input, #contents-traffic .geometry input {
    width: 40px;
    text-align: center;
}

#contents-contact div.input ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.input a.edit {
    position:relative;
    top: 4px;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

#hole-type-docs {
    display: none;
    position: absolute;
    border: 1px solid #333;
    padding: 10px;
    background-color: #FFF;
    background-image: url('https://test.pipelines.concawe.org/symlinks/assets/help.png');
    background-repeat: no-repeat;
    background-position: 249px 5px;
    width: 250px;
    opacity: 0.85;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
}
#hole-type-docs td.desc {
    font-style: italic;
}

#contents-logout p, #contents-logout div.border {
    margin-top: 5px;
    padding: 10px 10px;
}
#contents-logout div.border p {
    margin: 0;
    padding: 0;
}
#contents-logout div.border p.margin {
    margin-top: 5px;
}
#contents-logout ul {
    list-style: none;
    padding: 0;
    margin: 15px 0px;
}
#contents-logout input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

div.row {
    width: 100%;
}

#contents-sections div.reallocate {
    padding: 10px;
}
#contents-sections div.reallocate a.edit {
    position:relative;
    top: 4px;
}
#contents-sections div.reallocate input[type="text"] {
    width: 530px;
}
form {
    display: inline;
}
.border {
    padding-top: 5px;
    margin: 0px 70px 10px 30px;
    background-color: #E6EAF6;
    border: 1px dotted #1867B0;
}

#contents-traffic input.float:read-only {
    background: #d3d3d3;
    cursor: not-allowed;
}