body {
    padding-top: 80px;
    padding-bottom: 40px;
}

.app-header-lined {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #e3e3e3;
}

.app-header-not-lined {
    padding-bottom: 10px;
    margin-bottom: 20px;

}

.app-required {
    padding-left: 3px;
    color: red;
}

.app-error-console-hidden {
    /* display:none; */
    visibility: hidden;
    cursor: default;
}

.popup-placehoder {
    width: 15px;
    height: 1px;
    cursor: default;

}

.panel {
    border: 1px solid #E3E3E3;
    padding: 9px 15px;
    height: auto;
    width: 95%;
    margin: 1% auto;
}

.panel-group {
    margin-bottom: 2px;
    border: 1px solid #E3E3E3;
    width: auto;
}

.panel-group-header {
    border-bottom: 0;
    display: block;
    /*padding: 5px 10px 5px;*/
    font-size: 18px;
    color: #006685;
}

.panel-group-body {
    padding: 9px 15px;
    border-top: 1px solid #E3E3E3;
    width: auto;

}

.panel-group-header-right {
    float: right;

}

.panel-group-header-left {
    float: left;
}

.text-on-left {
    text-align: center;
}

.side-bar-content {

}

.task-legend {
    padding: 8px 4px 8px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
}

.task-legend-pending {
    background-color: blue;
}

.task-legend-closable {
    background-color: orange;
}

.task-legend-notClosable {
    background-color: red;
}

.task-legend-completed {
    background-color: green;
}

.app-detail-long-textarea {
    width: auto;
}

.api-table-noborder {
    border-top: none
}

.api-table-noborder td {
    border-top: none
}

.app-name-header {
    text-align: center;
    padding-top: 3px;
    border: 1px solid rgb(224, 220, 220);
    margin-bottom: 2px;
    background-color: rgb(243, 243, 243);
}

.disabled-link {
    color: gray;

}

/* .help-box-blue { background-image:url(../images/blue-grad.jpg); background-repeat:repeat-x; background-position:top; border-top:1px solid #ececec; } */
/* .help-box-yellow { background-image:url(../images/yellow-grad.jpg); background-repeat:repeat-x; background-position:top; } */

/* #inputcontainer {
    background:url("http://phpfileuploader.com/images/upload.png") no-repeat;
    height:50px;
    width:250px;
}

input[type="file"]{
    opacity:0;
    height:48px;
    width:48px;
} */

input[type='file'] {
    width: 85px;
}

.ko_container {
    width: 325px;
    min-height: 50px;
    background-color: #AAA;
}

.item {
    background-color: #DDD;
    cursor: move;
    text-align: center;
    padding: 5px;
    margin: 5px;
    border: black 1px solid;
}

/* Branding */
/* globals */
h1 {
    color: #006685;
    font-size: 24px;
    line-height: 35px;
}

h1.deleteable {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    line-height: 28px;
    background-color: #ccc;
    border-radius: 2px 2px 0 0;
    padding: 5px 15px 5px 15px;
    margin-bottom: 1px;
}

/* layout */
.centered {
    padding: 15px 0px;
    width: 90%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

.col33 {
    width: 33.3%;
    float: left;
}

/* components */
.islogin,
.islogin body,
.islogin #content {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #006685;
}

#loginModal {
    text-align: center;
    height: 420px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -210px;
}

.islogin img {
    margin-bottom: 40px;
}

.islogin p {
    /*color: #FFD100;*/
    color: #FFF;
    font: lighter 36px 'optus_voice_betabold';
    line-height: 1;
}

.navbar .brand {
    height: 50px;
    width: 206px;
    padding: 5px;
    margin-left: 10px;
}

.navbar .container {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00A3AD;
    border-color: #00A3AD;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

a {
    color: #00A3AD;
    text-decoration: none;
}

.navbar-inverse .navbar-inner {
    filter: none;
    background-color: #006685;
    /*background-color: #d9821e;*/
    background-image: none;
    box-shadow: none;
    height: 60px;
}

.navbar .nav > li {
    line-height: 80px;
}

.navbar .nav > li > a {
    padding: 0 20px;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    /*background-color: #ffa22f;*/
    background-color: #00a3ad;
    box-shadow: none;
}

.subnav {
    padding: 0;
    margin: 0;
    height: 50px;
    background-color: #00a3ad;
    /*    position: fixed;
        width: 100%;
        z-index: 3;*/
}

.subnav > li {
    list-style: none;
    float: left;
}

.subnav > li > a {
    display: block;
    height: 100%;
    line-height: 47px;
    margin-top: 3px;
    padding: 0 20px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    /*border-right: 1px solid #169097;*/
}

.table {
    margin: 30px auto;
    width: 100%;
    border-left: 1px solid #cacccc;
    border-right: 1px solid #cacccc;
    border-bottom: 1px solid #cacccc;
    position: relative;
}

.table thead {
    background-color: #00a3ad;
}

/*.table thead { background-color: #ffba2d; }*/
.table tbody {
    color: #006685;
}

/*.table tbody { color: #d9821e; }*/
.table th {
    color: #fff;
    padding: 15px 20px;
}

.table td {
    padding: 10px 20px;
}

.table tbody tr:hover {
    background-color: #f5f5f5;
}

.table td.search-row {
    padding: 0;
    border: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 0px;
}

.table .search-active th {
    visibility: hidden;
}

.table .search-active .button {
    display: none;
}

a.button,
a.button:hover,
a.button:focus {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.add {
    background-position: 0px -104px;
    height: 21px;
    width: 25px;
}

.grid {
    background-position: 0px -73px;
    height: 21px;
    width: 25px;
}

.back {
    background-position: right -373px;
    height: 21px;
    width: 25px;
}

.calendar {
    background-position: 0px -290px;
    height: 21px;
    width: 25px;
}

.search {
    background-position: right -41px;
    height: 21px;
    width: 25px;
}

.cross {
    background-position: right -315px;
}

.arrow-down {
    background-position: right -257px;
}

.user-active {
    background-position: center -170px;
    height: 21px;
    width: 25px;
}

.remove {
    background-position: center -205px;
    height: 21px;
    width: 25px;
    cursor: pointer;
}

.next {
    background-position: 0px -235px;
    height: 21px;
    width: 25px;
    cursor: pointer;
}

.email {
    background-position: 0px -579px;
    height: 25px;
    width: 25px;
    width: 25px;
    cursor: pointer;
}

.pdf {
    background-position: 0px -544px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.exclaim {
    background-position: 0px -434px;
    height: 17px;
    width: 25px;
}

.chat {
    background-position: 0px -612px;
    height: 25px;
    width: 30px;
}

th.has-embedd-icn {
    padding-left: 30px;
}

.details-form {
    background-color: #ccc;
    margin-bottom: 0px;
    width: 100%;
}

.details-form input,
.details-form input:focus,
.details-form select,
.details-form textarea {
    -moz-box-shadow: inset 2px 2px 3px #c9c7c7;
    -webkit-box-shadow: inset 2px 2px 3px #c9c7c7;
    box-shadow: inset 2px 2px 3px #c9c7c7;
    border: 1px solid #bbb;
    background-color: #fff;
    color: #006685;
    /*color: #d9821e;*/
}

.details-form input.readonly,
.details-form textarea.readonly {
    background-color: #ccc;
    color: #fff;
}

.login-form input,
.login-form input:focus,
.login-form button {
    display: block;
    box-shadow: none;
    margin: 15px auto;
    width: 280px;
}

.login-form input {
    border: none;
    border-radius: 0;
    background-color: #0e7d8f;
    height: 40px;
    color: #fff;
    padding: 0;
    text-indent: 15px;
}

.login-form input.hidden {
    display: none;
}

input.error {
    background-color: #d94e5a;
    opacity: .9;
    background-position: right -476px;
}

.login-form .submit,
.login-form button {
    border: none;
    /*background-color: #eee;*/
    background-color: #FFD100;
    /*background-color: #f9bb00;*/
    /*color: #9b9b9b;*/
    /*color: #006685;*/
    color: #191919;
    height: 50px;
    width: 280px;
    text-indent: 0px;
    font-size: 16px;
    border-radius: 0.375em;
    text-transform: uppercase;
}

.section-elements-bar {
}

.section-elements-bar.affix {
    position: fixed;
    height: 90px;
    top: 79px;
    width: 90%;
    z-index: 9999;
}

.section-elements-bar ul {
    padding: 10px 0px;
    margin-left: 0px;
    overflow: hidden;
    background-color: #ccc;
    cursor: pointer;
    border: 1px solid #fff;
}

.section-elements-bar li {
    list-style: none;
    float: left;
    margin: 0 15px;
    display: block;
    color: #fff;
    padding: 10px;
    border: 1px dashed #fff;
}

.section-elements-bar li.ui-draggable-dragging {
    background-color: #006685;
    /*background-color: #d9821e;*/
}

.section-list {
    padding: 0;
    margin: 25px 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.section-list li {
    list-style: none;
    border-top: 1px solid #e5e5e5;
}

.section-list li span {
    display: block;
    float: left;
}

.section-list .row-number {
    width: 5%;
    text-indent: 15px;
}

.section-list .row-name {
    width: 75%;
    text-indent: 15px;
}

.section-list .row-input {
    width: 15%;
}

.section-list .row-actions {
    width: 5%;
    text-align: center;
}

.section-list .row-actions .btn-secondary {
    margin-right: 10px;
}

.section-list .row-actions .button {
    border: none;
}

.section-list .viewable {
    padding: 15px 10px;
    overflow: hidden;
}

.section-list .editable {
    background-color: #015b76;
    height: 0px;
    overflow: hidden;
}

.section-list .editable label {
    margin-bottom: 5px;
}

.section-list .editable select {
    background-color: #00a3ad;
    /*background-color: #ffa22f;*/
    color: #fff;
    width: 80%;
    border: none;
    border-radius: 0px;
}

.section-list .editable input,
.section-list .editable textarea {
    border: 1px solid #e5e5e5;
    background-color: #015b76;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.section-list .editable textarea {
    display: block;
    width: 95%;
    padding: 10px;
}

.editable .comments {
    color: #fff;
    margin: 15px 10px;
    font-style: italic;
    text-align: center;
    font-size: 18px;
}

.section-list .section-row {
    /*background-color: #00a3ad;*/
    background-color: #ffa22f;
    color: #fff;
}

.section-list .question-row {
    cursor: pointer;
    position: relative;
}

/*.section-list .question-row .viewable { color: #006685; }*/
.section-list .question-row .viewable {
    color: #d9821e;
}

.section-list .section-row .cross {
    background-position: center -314px;
}

.section-list .question-row .cross {
    background-position: center -397px;
}

.section-list li.ui-state-highlight {
    height: 40px;
    border: 2px dashed #1c9599;
    background: #fff;
    opacity: 0.5;
}

.section-list li.ui-sortable-helper {
    border: 1px solid #dddddd;
    background-color: #fff;
}

.droppable-area {
    border: 2px dashed #bebebe;
    background-color: #eee;
    color: #999;
}

.droppable-area li {
    border: none;
    padding: 20px 10px;
    text-align: center;
}

.droppable-area.ui-state-hover {
    border: 2px dashed #fff;
    background: #1c9599;
    color: #fff;
}

.droppable-area.ui-state-active {
    border: 2px solid #1c9599;
    -moz-box-shadow: inset 0px 0px 15px 5px #007c88;
    -webkit-box-shadow: inset 0px 0px 15px 5px #007c88;
    box-shadow: inset 0px 0px 10px 2px #007c88;
    background: #1c9599;
    color: #fff;
    font-weight: bold;
}

.toggle {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #00a3ad;
    /*border: 1px solid #ffa22f;*/
    border-radius: 2px;
    -moz-box-shadow: inset 2px 2px 3px #898989;
    -webkit-box-shadow: inset 2px 2px 3px #898989;
    box-shadow: inset 2px 2px 3px #898989;
    cursor: pointer;
    float: right;
    margin-top: 12px;
}

.toggle .option {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #006685;
    /*color: #d9821e;*/
    padding: 0 6px;
}

.title-cta {
    float: right;
    margin: 10px 0;
}

.title-cta a {
    display: block;
    height: 100%;
}

.answer-options {
    position: absolute;
    top: 0px;
    right: 30px;
    height: 100%;
}

.section-list .button-option {
    display: inline-block;
    line-height: 30px;
    width: 46px;
    border-radius: 2px;
    margin-top: 5px;
    padding: 5px 0px;
    color: #fff;
    text-align: center;
}

.panel-body label {
    font-weight: normal;
}

.panel-body .button-panel {
    text-align: right;
}

.input-group-addon-select {
    background-color: transparent;
    border: none;
    padding-left: 0px;
}

.input-addon-text {
    width: 15%;
    background-color: #f9f9f9
}

.subnavtier1 {
    padding: 0;
    margin: 0;
    height: 50px;
}

.subnavtier1 > li {
    list-style: none;
    float: left;
}

.subnavtier1 > li > a {
    display: block;
    height: 100%;
    line-height: 47px;
    margin-top: 3px;
    padding: 0 20px;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
    cursor: pointer;
}

.subnavtier1 > li > a.active {
    color: #00A3AD;
    background-color: #ffffff;
    /*font-weight: 700;*/
    font-size: 16px;
}

.subnavtier1 > li > a:hover {
    /*background: url('../images/subnav_arrow.png') bottom center no-repeat;*/
}

.subnavtier1 > li.onRight {
    float: right;
}

.subnavtier1 > li.onRight > a {
    font-size: 14px;
}

.well > div > label {
    text-align: left;
    font-style: italic;
    font-weight: normal;
}

.costing-table {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #efefef;
}

.costing-table tr {
    background-color: #fff;
}

.costing-table .odd td:nth-child(n+2),
.costing-table tr:not(.head):not(.total):hover td:nth-child(n+2) {
    background-color: #efefef;
}

.costing-table td {
    padding: 10px 5px;
    text-align: center;
}

.costing-table .head {
    background-color: #ff8200;
    color: #fff;
    font-weight: bold;
}

.costing-table .total {
    background-color: #00a3ad;
    color: #fff;
    font-weight: bold;
}

.costing-table .subhead {
    font-weight: bold;
}

.costing-table .subtotal, .costing-table .subtotal ~ * {
    border-top: 1px solid #00a3ad;
}

.costing-table .enclose-right {
    border-right: 1px solid #eee;
}

.costing-table .enclose-left {
    border-left: 1px solid #ddd;
}

.legend {
    color: #000000;
    font-weight: normal;
    font-size: small;
}

input.capexInput, td.capexInput, span.capexLegend {
    background-color: #E0F0FF;
}

input.opexInput, td.opexInput, span.opexLegend {
    background-color: #FFF6E0;
}

input.asmInput, td.asmInput, span.asmLegend {
    background-color: #F0DBFF;
}

th.costing, td.costing {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

label.costing {
    text-align: center;
    margin: 0px auto;
}

.table tbody th {
    color: #000000;
}

td.wip {
    background-color: #7AD971;
}

td.optOut {
    background-color: #FF5C5C;
}

td.optIn {
    background-color: #E4FFE3;
}

.form-control-table {
    display: inline-block;
    width: 60px
}

.domain-table .icon {
    line-height: inherit;
    margin-left: 5px;
    vertical-align: middle;
    height: 20px;
    cursor: pointer;
}

.domain-table .icon-ok,
.domain-table .icon-remove,
.domain-table .editting .icon-pencil {
    display: none;
}

.domain-table .editting .icon-ok,
.domain-table .editting .icon-remove {
    display: inline-block;
}

.domain-users-row td {
    padding: 0 8px 8px;
}

.domain-users {
    list-style: none;
    overflow: hidden;
    display: inline;
}

.domain-users li {
    float: left;
    margin-right: 10px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 0px 2px 0px #bbb;
    -webkit-box-shadow: 0px 0px 2px 0px #bbb;
    -moz-box-shadow: 0px 0px 2px 0px #bbb;
    position: relative;
}

.domain-users li a {
    display: block;
    height: 100%;
    padding: 0 20px 0 10px;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
}

.domain-users .ui-icon-close {
    position: absolute;
    top: 2px;
    right: 3px;
    opacity: .7;
}

.navbar-brand-title {
    font-family: 'optus_voice_betabold', Arial, Helvetica, sans-serif;
    padding: 13px 5px;
    float: left;
    font-size: 48px;
    color: #FFF;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: transparent;
}

.navbar-border-none {
    border: transparent;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .accordion-toggle {
    text-decoration: none;
}

.btn-plus-sign {
    font-size: 18px;
    float: right;
    color: #00a3ad;
}

#brand-logo {
    margin: 1px -5px;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/logo.gif") no-repeat;
    width: 104px; /*Width of new image*/
    height: 93px; /*Height of new image*/
}

#ollie, #optus-logo {
    display: block;
    text-align: center;
}

.fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}

.legend-fieldset {
    width: auto;
    border-bottom: transparent;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 3px 5px;
}

.fieldset h5 {
    margin: 0px 12px 10px;
}

.input-group .select-width-auto {
    width: inherit;
}

.fieldset .input-group {
    padding-bottom: 10px;
}

.checkbox-span {
    padding-left: 9px;
    padding-right: 15px;
}

#internal-impact-table {
    margin-bottom: 20px;
}

#internal-impact-table td {
    padding: 5px 10px 5px 0px;
    text-align: right;
}

.help-block {
    color: #00a3ad;
    margin-left: 30px;
}

#form-validate-error {
    padding: 6px 12px;
    display: none;
}

p {
    color: #FFD100;
    color: #000;
    line-height: 1;
}

.download {
    font: lighter 22px 'optus_voice_betabold';
    line-height: 1;
}

h2 {
    color: #006685;
}

h2.error {
    color: #d75964;
}

h3 {
    color: #00A3AD;
    font: lighter 30px 'optus_voice_betabold';
    line-height: 1;
}

.error {
    font-weight: bold;
    color: #d75964;
}
