﻿body {
    padding-top: 120px;
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.min-width {
    min-width: 1024px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.ui-tooltip {
    white-space: pre-line;
}

/* Set width on the form input elements since they're 100% wide by default */
input:not(.edit-mode),
select,
textarea:not(.edit-mode) {
    max-width: 280px;
}

textarea.max {
    max-width: 100%;
}

.login-link {
    font-size: 14px;
}

.login-button {
    font-size: 14px;
    height: 26px;
    padding-top: 4px;
    color: rgb(43,43,43);
}

.radiobutton-horizontal {
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
}

.ui-front {
    z-index: 1000;
}

/*Navbar*/
.form-control {
    height: 34px;
    padding: 6px 6px 6px 2px;
    font-size: 12px;
    line-height: 1.428571429;
}

.navbar-inverse {
    background-color: rgb(164,186,213);
    border-color: #080808;
}

.navbar-offshore {
    background-color: rgb(181,181,181);
    z-index: 845;
}

.navbar {
    min-height: 40px;
}

.nav .navbar-nav ul {
    padding-left: -15px;
}

a {
    color: #2D0028;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #000000;
        text-decoration: underline;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: rgb(164,186,213);
    /*background-color: #C5DA00;*/
    border-color: #000000;
    /*border-color:  #428bca;*/
    color: black;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgb(78,118,167);
    color: black;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: black;
    background-color: rgb(78,118,167);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: black;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000000;
}

@media (max-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        background-color: rgb(78,118,167);
        color: black;
        font-size: 14pt;
    }

    .nav > li > a {
    }

    .navbar-nav > li:hover {
        background-color: rgb(164,186,213);
        color: black;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        background-color: rgb(181,181,181);
        color: black;
        font-size: 14pt;
        font-weight: bold;
    }

    .nav > li > a {
        padding: 10px 20px;
    }

    .navbar-nav > li:hover {
        background-color: rgb(219,220,221);
        color: black;
    }
}

hr {
    border-top: 1px solid #C5C5C5;
}

.breadcrumb {
    padding: 1px 8px 1px 8px;
    margin: 12px 0 0 15px;
    background-color: #ACBF00;
}

    .breadcrumb > li + li:before {
        color: #000000;
    }

.navbar-toggle {
    margin-top: 0;
}

.navbar-fixed-top {
    top: 69px;
    color: black;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: rgb(164,186,213);
        color: black;
    }

/*.navbar-nav > li > a:hover {
    color: black;
}*/

/*Top Bar*/
.topBar-wrapper {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 840;
    background: rgb(43,45,81);
}

.topBar-main {
    margin-left: -15px;
}

.topBar-overlay {
    /*position: fixed;
    top:40px;
    left:180px;*/
    padding-top: 36px;
    padding-left: 126px;
}

.topBar-user {
    color: white;
}

    .topBar-user a {
        color: #000000;
    }

    .topBar-user > a,
    .topBar-user > a:hover,
    .topBar-user > a:focus {
        /*color: white;*/
        /*background-color: #C5DA00;*/
    }

.topBar-tagline {
    text-align: center;
    height: 32px;
    width: 100%;
    margin-bottom: 3px;
    margin-top: 4px;
    font-size: 18px;
    color: white;
    padding-top: 17px;
}
/*sm*/
@media (min-width: 768px) {
    .topBar-tagline {
        font-size: 20px;
    }
}

.topBar-datetime {
    color: white;
    font-size: 11px;
}

.topBar-left {
    float: left;
    padding-top: 0;
    font-size: 18pt;
    height: 66px;
    width: 74px;
    background-image: url('/images/Offshore-Logo2.png');
    background-repeat: no-repeat;
    margin-bottom: 3px;
    margin-top: 2px;
}



.topBar-right {
    float: right;
    padding-top: 0;
    text-align: right;
    font-size: 14px;
    /*color: #ffffff;*/
}

/*titlebar*/
.titlebar {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 5px;
    padding-left: 5px;
    background-color: rgb(164,186,213);
    color: black;
}

.titlebar-secondary {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 5px;
    padding-left: 5px;
    background-color: rgb(223,231,240);
    color: black;
}

div.grid-secondary div.ui-widget-header {
    background-color: rgb(223,231,240);
}

.titlebar-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 16pt;
    font-weight: bold;
}

.titlebar-message {
    margin: 0 auto;
    color: black;
    font-size: 10pt;
    float: right;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 7px;
}

.titlebar-buttons {
    display: table;
    overflow: hidden;
    height: 40px;
    width: 100%;
    padding-top: 3px;
    padding-right: 6px;
    padding-left: 3px;
    margin-bottom: 8px;
    vertical-align: middle;
    background-color: rgb(164, 186, 213);
    color: black;
    margin-top: 5px;
}

.titlebar-buttons-secondary {
    display: table;
    overflow: hidden;
    height: 40px;
    width: 100%;
    padding-top: 3px;
    padding-right: 6px;
    padding-left: 3px;
    margin-bottom: 8px;
    vertical-align: middle;
    background-color: rgb(223,231,240);
    color: black;
    margin-top: 5px;
}

.titlebar-buttons-buttoncontainer {
    float: right;
    margin-top: 3px;
}

.titlebar-buttons-messagedisplay {
    vertical-align: middle;
    float: right;
    padding-right: 26px;
    padding-top: 6px;
}

.ui-dialog-removeheader .ui-dialog-titlebar {
    display: none;
}



.title-label {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 0;
}

.title-value {
    font-size: 14pt;
    margin-top: 0;
}

.title-label-centered {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}


.title-label-statusbox {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0;
    margin-left: 15px;
    color: black;
}

.fieldlabel {
    text-align: right;
    /*vertical-align:top;*/
    padding-right: 0;
}

.centered {
    text-align: center;
}

.align-right {
    text-align: right;
}

.searchText {
    width: 100%;
}

.searchcriteria {
    margin-top: 5px;
    margin-bottom: 5px;
}

.validation-summary-errors {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a;
    margin-bottom: 5px;
}

.multiline-text {
    white-space: pre-line;
}

.dividerline {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

    .dividerline hr {
        margin-left: 10px;
        margin-right: auto;
        width: 80%;
        margin-top: 15px;
        /*margin-bottom: 10px;*/
        border-color: #000;
        float: right;
    }

/*Custom styles*/
.iconbutton-large {
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.error-message {
    /*border: 1px solid #cd0a0a;*/
    background: #fef1ec;
    color: #cd0a0a;
    margin-bottom: 5px;
}

.red-bold-text {
    color: #cd0a0a;
    font-weight: bold;
}

.black-bold-text {
    color: #000000;
    font-weight: bold;
}


div.divider {
    margin-top: 0;
    font-weight: bold;
    font-size: 14pt;
    position: relative;
    overflow: hidden;
}


    div.divider:after {
        display: inline-block;
        content: "";
        height: 1px;
        background: #000;
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -2px;
        margin-left: 10px;
    }

.computed {
    font-weight: bold;
    font-style: italic;
}

.boxwrapper {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
}

.jumbotron {
    background-color: rgb(219,220,221);
    color: black;
}

.dropdown-menu {
    background-color: white;
}

    .dropdown-menu > li > a:hover {
        background-color: rgb(27,46,56);
        color: white;
    }

.ui-widget-header {
    background-color: rgb(164,186,213);
    color: black;
}

.ui-widget-header-secondary {
    background-color: rgb(223,231,240);
    color: black;
    font-size: 12px;
}

@media (max-width: 543px) {
    .hidden-xxs {
        visibility: hidden;
    }
}

fieldset.summary {
    border: 1px solid black;
    padding: 0 1.4em 1.4em 1.4em;
    margin: -10px 0 1.5em 0;
}

legend.summary {
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color: #ECECEC;
    color: black;
    border: solid 1px #C4C4C4;
}

.radio-btn, .radio-btn-readonly, .radio-btn-readonly-active {
    padding: 6px 19px;
    font-size: 12px;
}

.radio-btn.active, .radio-btn.active:hover, .radio-btn.focus {
    background-color: rgb(164,186,213) !important;
}

.radio-btn:hover {
    background-color: white !important;
    text-decoration: underline;
}

.radio-btn-readonly-active, .radio-btn-readonly-active:hover {
    opacity: 1 !important;
    border-color: rgb(204,204,204) !important;
    color: rgb(51,51,51) !important;
    background-color: rgb(164,186,213) !important;
}

.radio-btn-readonly, .radio-btn-readonly:hover {
    opacity: 1 !important;
    border-color: rgb(204,204,204) !important;
    color: rgb(51,51,51) !important;
    background-color: white !important;
}

.section-title {
    width: 100%;
    height: 13px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.section-title-text {
    font-size: 16px;
    background-color: white;
    padding: 10px;
}

/*autocomplete placeholder style*/
::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;  
}
::-moz-placeholder {
    font-style: italic;  
}
:-ms-input-placeholder {  
    font-style: italic; 
}