body {
  font-size: 11px;
}

/* ------------- Manual ------------ */
body.manual {
  background-color: #ffffff;
}

#page_body {
  padding-bottom: 100px;
}

.temporary-hilight-grey {
  background-color: #b0b0b0;
  color: #ffffff;
}

.corner-application-title {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}

.corner-application-version {
  font-weight: normal;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}

.clearfix {
  clear: both;
}

.center-div {
  margin: 0 auto;
}

br.cb {
  clear: both;
}

.b-l {
  border-left: 1px solid #e0e0e0;
}

.bcolor_white {
  background-color: #ffffff;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

#template_title_area {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-bottom: 0;
}

table.auto > tbody > tr > td,
.table.normal {
  width: auto;
}


/*
    CUSTOM
*/

.londonfix_warning_pie_title {
  top: -10px;
  position: relative;
  text-align: right;
}

.client_pie_title {
  font-weight: 900;
}

.client_pie_subtitle {
  font-size: 2.5em;
  font-weight: 900;
}

/* ------------- 2 Column Table Grid ------------ */
table.two-col-table td.two-col-label {
  background-color: #f0f0f0;
  border: 1px solid #ffffff;
  text-align: right;
  padding: 1px 10px;
}

table.two-col-table td.two-col-descr {
  background-color: #ffffff;
  border-bottom-color: #f0f0f0;
  border-bottom-style: solid;
  border-bottom-width: 1px;

  min-width: 250px;
  /* width: 350px; */

  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

table.two-col-table td.two-col-subtitle-gap {
  background-color: #fff;
  padding: 2px 2px;
}

table.two-col-table td.two-col-subtitle {
  background-color: #fff;
  color: #888;
  padding: 2px 2px;
  border-radius: 5px;
  font-weight: 900;
  text-align: center;
}

table.two-col-table td,
table.two-col-table th {
   padding: 1px;
}

/* ------ Override FormGroup ------- */
label {
  margin-bottom: 0;
}

.form-group {
    margin-top: 0;
    margin-bottom: 5px;
}

.form-label-blue {
  background-color: #1c84c6;
  color: #fff;
}

.form-group-hidden {
  margin-bottom: 0 !important;
}

/* ------ Override Progress ------- */
.progress {
  margin-bottom: 0;
}

.progress-72 {
  width: 150px;
}


/* ------------- Left Nav Spinners ------------ */
.menu-is-selectable .menu-busy.menu-busy-on {
  visibility: visible;
}
.menu-is-selectable .menu-busy.menu-busy-off {
  visibility: hidden;
}
#page_menu_left li a.menu-is-selectable:focus {
  color: #bfaf36;
}

/* ------------- Top/Left Area ------------ */
.skin-3 .nav-header {
  padding: 5px 5px 5px 5px;
}

/* ------------- Dropdown sub menu support ------------ */
/*.dropdown-menu .dropdown-submenu {
    position: absolute;
       right: 100%;
         top: 10%;
  margin-top: -1px;
};*/

/*
.dropdown-menu {
  position:relative;
  width:100%;
  top: 0px !important;
  left: 0px !important;
}*/


.skin-3 .wrapper-content {
  padding:0;
  padding-top:10px;
}

#template_left_sidebar .nav > li.active > a[href] {
  background-color: #e9a541;
  background: linear-gradient(90deg,
                            #38283cff 0%,
                            #38283cff 10%,
                            #c4813f90 29%,
                            #c4813f50 90%,
                            #f4f6fa   98%);
}

.panel-body {
  padding-top: 0;
}

.panel-heading {
  font-size: 1.5em;
  padding: 5px;
}

.input-group-addon,
.form-control,
.single-line {
  height: 26px;
  padding: 2px 10px;
}

.form-horizontal .form-group {
}

.hr-line-solid {
 margin-top: 0;
 margin-bottom: 5px;
 border-top-width: 0;

 border-bottom-width: 1px;
 border-color: #d2d2d2;
}

.request-subheader {
  float: right!important;
  font-weight: bold;
  font-size: 1em;
  padding: 10px;
  margin: 0;
}


.details-title {
  text-align: right;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(248 172 90);

  color: #777;
  font-weight: bold;
  font-size: 0.9em;
}

.ibox {
  margin-bottom: 2px;
  margin-top: 5px;
}

.ibox-title {
  background: rgb(253,253,253);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(210,197,78,0.15) 5%, rgba(255,255,255,1) 100%);
  padding: 5px 5px 5px;
  min-height: 0;
}

.ibox-title.info {
  background-color: #fff7f7;
}

.ibox-content {
  padding: 15px 20px 20px 20px;
  padding: 5px 5px 5px 5px;
}

.ibox-title .ibox-tools .ibox-right {
  font-size: 14px;
  padding-right: 10px;
}

.new-request-record {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  background: #777;
  width: 100%;
  text-align: center;
}

.request-top-button {
  padding: 10px;
}


/*
      Notes
*/


.fixed-height-small {
  max-height: 300px;
  overflow-y: scroll;

  overflow:hidden;
  white-space:normal;
}


.notes-inside-window {

}

.notes-inside-table {
  max-height: 300px;
  overflow-y: scroll;
  white-space:normal;
}

.truncated-450 {
  display:inline-block;
  max-width:450px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  text-align: right;
}

.feed-element {
  padding-bottom:0;
}

.noteid {
  padding-left: 5px;
}

.notes-right-area {
  float: right!important;
  text-align: right;
}

.note-title {
  min-width: 200px;
  clear: both;
}

.min-height-note {
  min-height: 300px;
}

.monospace-script {
  resize: vertical;
  font-family: Consolas,"Andale Mono WT","Andale Mono","Bitstream Vera Sans Mono","Nimbus Mono L",Monaco,"Courier New",monospace;
  font-size: 10px;
  width: 100%;

  word-wrap: normal;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 0.5em #ccc;
  padding: .1em .5em;
}

.monospace-resize {
    resize: both;
}

textarea.disabled  {
  background-color: #eee;
}

.display-note-box {
  border-left-style: solid;
  border-width: 5px;
  border-color: #e2e2e2;
  width: 100%;
  height: 100%;

  margin: 5px;
  padding: 5px;
}

textarea,
pre {
    -moz-tab-size : 4;
      -o-tab-size : 4;
         tab-size : 4;
}

.note-background {
  border-style: inset;
  border-width: thin;
}

.note-title-class {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 5px;
}

.note-message-class {

}

.background_color_off_white {
  background-color: #f0f0ff;
}

.background_color_white {
  background-color: #fff;
}


.settlement_backing {
  display: inline-block;
  border: 1px solid #c0c0c0;
  border-width: 1px 1px 1px 1px;
  background: #ffffff;
  width: 650px;
  padding: 10px;
}

.settlement_backing.serial {
  width: 500px;
}


/*
    Sweet Alert Overrides
*/
body .sweet-alert {
  width: 600px;
}


/*
    Table Entry Grid
*/
table.poolinfo-table  {
  border: 1px solid #808080;
}

table.poolinfo-table > thead > tr > th,
table.poolinfo-table > tfoot > tr > th {
  border-top: none !important;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  text-align: center;
  padding: 2px 10px;
  background-color: #f0f0f0;
  width: auto;
}


table.poolinfo-table > tbody > tr > td {
  border-top: 1px solid #c0c0c0;
  /* width: 100%; */
  width: auto;
}

table.poolinfo-table > tfoot > tr > th {
  border-top: 3px solid #c0c0c0 !important;
  width: auto;
}

table.poolinfo-table > thead > tr > th.product {
  background-color: #aeb569;
  color: #fff;
}

table.poolinfo-table > thead > tr > th.value {
  width: 50px;
}


table.poolinfo-table > tbody > tr > td.value {
  background-color: #f0f0f0;
}

table.poolinfo-table > tbody > tr > th.readonly,
table.poolinfo-table > tbody > tr > td.readonly
{
  background-color: #ecc4c4;
}

table.poolinfo-table > tbody > tr > td  {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  text-align: left;
}


.section-status-header {
  font-weight: bold;
  background: #5b86c5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-radius: 5px;
  color: #ffffff;
  padding-left: 20px;
  margin-bottom: 10px;
  display: block;

  -webkit-box-shadow: 1px 1px 2px 2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 2px 2px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 2px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.voffset-vstep-label {
  position: relative;
  top: -6px;
}

.tab-badge {
  position: relative;
  top: -9px;
  left: 16px;
}

#toast-container > div {
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
.toast-warning {
  background-color: #aeb569;
}

.inline-padright {
  display: inline-block !important;
  padding-right: 20px;
}

.wrap-normal {
  white-space: normal;
}

table.table-bordered.dataTable > tfoot > tr > th.subtotal-border-top,
table > tfoot > tr > th.subtotal-border-top {
  border-top: 5px double #a2a2a2;
}

.lease-stage {
  position: absolute;
  float: right;
  right: 50px;
  margin: 0;
}

.lease-settlement-action {
   width: 800px;
  margin: 20px auto;
}


.form-seperator {
  width: 50%;
  margin: 10px auto;
  text-align: center;
}

/* Toggle Speed */
.slow .toggle-group { transition: left 0.7s; -webkit-transition: left 0.7s; }
.fast .toggle-group { transition: left 0.1s; -webkit-transition: left 0.1s; }
.quick .toggle-group { transition: none; -webkit-transition: none; }

/* Toggle Width and margins */
.float-e-margins .btn { margin-bottom: 0; }
.toggle.btn-xs {
  min-width: 75px;
  min-height: 20px;
}


/*
    Make labels bigger
*/
.label {
  font-size: 1.1em;
font-weight: normal;
    padding: 0 3px 0 3px;
     margin: 0;
}

.nav .label, .ibox .label {
  font-size: 1.1em;
}

.filter-title {
  min-width: 450px;
}

.void-back {
  background-image: url("/images/background-void.png");
  background-repeat: repeat;
  background-size: 64px 64px;
  opacity: 1.0;
}

.composite-protection-back {
  background-image: url("/images/composite-protection.png");
  background-repeat: repeat;
  background-size: 64px 64px;
  opacity: 1.0;
}

.proxy-protection-back {
  background-image: url("/images/proxy-protection.png");
  background-repeat: repeat;
  background-size: 64px 64px;
  opacity: 1.0;
}

.label-black {
  background-color: #e0e0e0;
  color: #666;
}
.label-black a {
  color: #666;
}
.label-black a:hover {
  text-decoration: underline;
}
.task-link a:hover {
  color: #0000ff;
  text-decoration: underline;
}


.sort-btn {
  font-size: .9em;
  background-color: #1ab394;
  color: #fff;
  padding: 0 3px 0 3px;
}
.sort-btn:hover {
  text-decoration: underline;
}


.sort-btn {
  font-size: .9em;
  background-color: #1ab394;
  color: #fff;
  padding: 0 3px 0 3px;
}
.sort-btn:hover {
  text-decoration: underline;
}



.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ddd;
  border-color: #ddd;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #ddd;
  border-color: #ddd;
}

.btn-muted {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}


/*
    Time Line
*/

.timeline-item .date.noicon {
  padding-top: 0;
}
.timeline-item .content {
  min-height: 0;
}

.vis-item {
  font-size: 8pt;
  color: purple;
  box-shadow: 2px 2px 5px rgba(96,96,96, 0.75);
}

.vis-item .timeline-label-date {
  background-color: #fff;
  color: #000;
  padding: 0px 5px;
  font-weight: bolder;
}
.vis-item .timeline-label-start {
  background-color: #009e00;
  color: #fff;
  padding: 0px 5px;
}
.vis-item .timeline-label-end {
  background-color: #ff0000;
  color: #fff;
  padding: 0px 5px;
}
.vis-item .timeline-label-value {
  font-size: 1.3em;
  font-weight: 900;
}


/*
  Request Progress
*/

#request-progress-container {
  position: fixed;
  z-index: 999999;
  opacity: 0.20;

  transition: opacity 0.4s ease;
}

#request-progress-container:hover {
  opacity: 1.0;
}

.request-progress-location {
  bottom: 12px;
  left: 12px;
}
.request-progress {
  background-color: #1ab394;

  margin: 1px;
  padding: 5px;
  width: 450px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

#request-progress-container div.left {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#request-progress-container div.right {
  float: right;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}


.opentip-container {
  max-width: 1000px;
}

/*
  Aggregate formatting
*/
.no-aggregates {
  padding-top: 7px;
  color: #ccc;
}

/*
    Composite Request status tab leader
*/
ul.mm-tab-leaders {
  font-size: 1.2em;
  font-family: monospace;
  max-width: 47em;
  padding: 0;
  overflow-x: hidden;
  list-style: none}

ul.mm-tab-leaders li:before {
  float: left;
  width: 0;
  color: #eee;
  white-space: nowrap;
  content:
"________________________________________"
"________________________________________"
"________________________________________"
"________________________________________"}
ul.mm-tab-leaders span.left {
  padding-right: 0.33em;
  background: #00000000;
}

ul.mm-tab-leaders span.right {
  float: right;
  padding-left: 0.33em;
  background: #00000000}


ul.mm-tab-leaders.menu span.left {
  font-size: 1.1em;
  padding-top: 2px;
}

ul.mm-tab-leaders.menu span.right {
  font-size: 0.8em;
  padding-top: 2px;
}

ul.mm-tab-leaders.fees span.left {
  font-size: 0.87em;
  padding-top: 1px;
}

ul.mm-tab-leaders.fees span.right {
  font-size: 0.87em;
  padding-top: 1px;
}


ul.mm-tab-leaders span.disabled {
  opacity: 0.3
}

ul.mm-tab-leaders a:hover .text-muted {
  color: #0000ff;
}


h2.mm-tab-leaders-header,
h3.mm-tab-leaders-header,
h4.mm-tab-leaders-header
{
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image: linear-gradient(to right,#f8ac59, #fff) 1;
  width: 450px;
}

.component-client-order-header {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-image: linear-gradient(to right,#f8ac59, #fff) 1;
  width: 600px;
}


h4.composite-status {
  text-align: right;
  width: 750px;
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 1.9em;

  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image: linear-gradient(to left,#f8ac59, #fff) 1;

  color: #888;
}

div.nominal-width {
  min-width: 1200px
}

div.feetable-container {
  font-size: 0.95em;
  width: 280px;
}

div.feetable-container .panel-body  {
  padding: 0 20px;
}

div.feetable-container h2.mm-tab-leaders-header,
div.feetable-container h3.mm-tab-leaders-header,
div.feetable-container h4.mm-tab-leaders-header {
  width: 300px;
}

strong.feetable-header {
  font-weight: 900;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.composite-request-container {
  padding: 0;
  margin: 5px;
}

/* Format code blocks */
pre {
  outline: 1px solid #ccc; padding: 5px; margin: 5px;
}
.code-block-string { color: green; }
.code-block-number { color: darkorange; }
.code-block-boolean { color: blue; }
.code-block-null { color: magenta; }
.code-block-key { color: red; }

/* Font Awesome Examples */
.fsize-medium {
  font-size: 1.2em;
}

/* Client Position Settings */
div.settings-col-width {
  width: 345px;
}

.form-static {
  padding-top: 4px;
  font-size: 1.3em;
}

/*
    Drop Zone
*/

.dropzone {
  min-height: 5px;
  padding: 5px;
}

.dropzone .dz-message {
  margin: 15px;
}

a.inactive {
  color:#ccc;
}

.dashboard-title {
    margin-top: 15px;
    font-size: 1.2em;
    padding-top: 1px;
    padding-bottom: 5px;

    border-top-style: solid;
    border-top-width: 2px;

    border-bottom-style: none;
    border-bottom-width: 0;

    border-image: linear-gradient(to right,#f8ac59, #fff) 1;
    width: 600px;
}

.dashboard-item {
  padding-left: 50px;
}

/* Planning Setup Tab */
.planning-radio-group {
  margin-right: 20px;
}

.planning-radio-group label {
  margin-right: 10px;
}

.planning-radio-group input {
  margin-top: unset;
}

/* Lease Main View Tabs */
.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

/* Lease Settlement Tab */
.lease-funding-method-select {
  margin-top: 8px;
}

/* Lease Trade Ticket Tab */
.tradeticket-button-container {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  margin-left: 30px;
}


.planning-filter-header {
  background-color: #b0b0b0;
  color: #ffffff;
  text-align: center;
  font-size: 1.6em;
}

/* Vendor vs Ledger Holdings */
table > tbody > tr > td .vendor-bg {
  background: #0026ff08;
}
table > tbody > tr > td .assets-bg {
  background: #00ff3708;
}
table > tbody > tr > td .premiums-bg {
  background: #e0cb0c08;
}

.ws-aggregate-container {
  width: 1250px;
}

.analysis-container .fixlink {
  text-align: right;
  padding-right: 2px;
}

.analysis-container small {
  font-size: 0.75em;
  line-height: 50%;
}

.analysis-container strong.issue {
  color: #f00;
}

.select2-container {
  z-index: 9999 !important;
}

