body {
    width: 100%;
    height: 100%;
}

#ui-view {
    width: 100%;
}


#sidebar-wrapper {
    padding: 10px;
    position: fixed;
    width: 15%;
    height: 100%;
    top:0px;
}
.sidebar-debug {
  background-color: chocolate;
}
.sidebar-dev {
    background-color: darkgreen;
}
.sidebar-val {
    background-color: dimgrey;
}
.sidebar-uss-val {
    background-color:crimson;
}
.sidebar-prod {
    background-color: black;
}
.sidebar-uss-prod {
  background-color: darkslategrey;
}


#page-content-wrapper {
    /*position:absolute;*/
    width: 85%;
    float: right;
    top: 0;
    /*margin-top:60px;*/
    padding: 10px 10px 70px 10px;
}


.footer {
    position: fixed;
    bottom: 0px;
    width: 85%;
    z-index: 1100;
    display: block;
    height: 50px;
    margin-left: -10px;
    /*margin-bottom:-20px;
    margin-right:-20px;*/
    /*padding:3px;*/
    background-color: rgb(73, 84, 97);
    color: rgb(255, 255, 255);
}

.footer .command {
    margin-top: 3px;
    margin-right:15px;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout2 {
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #25dede;
}

.row {
    margin: 0px;
}

label {
    text-align: right;
    vertical-align: middle;
}

.form-group {
    margin: 05px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    margin-top: 5px;
    padding-right: 5px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

p {
    margin-bottom: 1px;
    margin-top: 1px;
}

.alert {
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.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: 2px;
    line-height: 1.2;
}

.st-selected {
    background-color: aquamarine;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}





.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.input-sm {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.z-decorator {
    display: none;
}

.grid {
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

label {
    padding-top: 8px;
}

.form-check {
    margin-top: 5px;
}

.form-check-label {
    padding-top: 0px;
}

input[type='checkbox'] {
    margin-top: 10px;
 }

.label-txt {
    padding-top: 8px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* modal styles */
.modal-danger .modal-header {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-warning .modal-header {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.text-box {
    display: block;
    width: 100%;
    height: 34px;
    padding-top: 9px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.versioninfo-block {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

.ttop {
    border-top: 1px solid gray;
}

.tbottom {
    border-bottom: 1px solid gray;
}

.tright {
    border-right: 1px solid gray;
    padding-right: 5px;
}

.tleft {
    border-left: 1px solid gray;
    padding-left: 5px;
}

.tbg {
    background-color: lightgray;
}


.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: bold;
}

.tooltipClass {
    width: 500px !important;
}

bottom-of-row {
position:absolute;
bottom:0;
left:0;
}

/* Highlight all tables
    table, th, tr, td {
   border: 1px solid black !important;
}*/
div#toast-container {
    display: none;
}



.table-portfolio,
.table-portfolio th {
    vertical-align:top;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.nomargin {
    margin:0px;
    padding:0px;
}

.portfolio-heading {
    color: #ffffff;
    background-color: #d9edf7;
    color: #3a87ad;
    border-color: #bce8f1;
}

    .portfolio-heading a {
        color: darkslateblue;
    }

.perfsuccess,
.perfsuccess .form-control
 {
    color:green;

}

.perfdanger,
.perfdanger .form-control{
    color: red;
}

.future-period,
.future-period .form-control
{
     font-style: italic;
     color: lightgrey;
}

.past-period,
.past-period .form-control
{

}

.current-period,
.current-period .form-control
{
    background-color:lightgrey;
    font-weight: bold;
}

.sold-deal,
.sold-deal .form-control
{
     font-style: italic;
     text-decoration:line-through;
     color: lightgrey;
}

.btn-delete-input{
    position:relative;
}

    .btn-delete-input .btn-danger {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .price-details {
      font-size: smaller;
    }
