
html, body {
    color: #666;
    background-color: #EEE;
    font-weight: 100;
    height: 100%;
    -ms-overflow-style: scrollbar; 
}
body
{
    padding-top: 50px;
    display:none;
}
a { color: #0088CC; }
h1 {
    margin-bottom: 15px;
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow: 0 1px #BFBFBF;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
#ddl-new {
    right: 0;
    left: auto;
}
.itemsubmissionReadyToBeSent {
    background-color: #ffa;
}
.pdeSchedulingReadyToBeSent {
    background-color: #ffa;
}
.dealsRejected {
    color: red;
}
.dealsWhatif {
    color: royalblue;
}
.fixed-header-container-1 {
    position: relative;
    border: 1px solid #ddd;
    padding-top: 37px;
    background: white;
    overflow-x: auto;
    overflow-y: hidden;
    width: 200px;
}
.fixed-header-container-1.positioned {
    position: absolute;
    top:100px;
    left:100px;
    width:800px;
    box-shadow: 0 0 15px #333;
}
.fixed-header-container-2 {
    overflow-x: hidden;
    overflow-y: auto;
    height: 200px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-width: 0px !important;
}
.fixed-header-table {
    border-spacing: 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.fixed-header-table th {
    height: 0 !important;
    line-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: transparent !important;
    border: none !important;
    white-space: nowrap !important;
}
.fixed-header-table th div {
    position: absolute;
    background: transparent;
    color: #666;
    padding: 11px 23px 9px;
    top: 0;
    margin-left: -23px;
    line-height: normal;
}
.table-box-loading {
    height: 36px;
}
.table-box-loaded {
    height: 36px;
}
.deleted {
    text-decoration: line-through;
}
.row {
    margin-right: 0px;
}
table thead {
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 900;
}
.right-info {
    float: right;
    font-size: 0.8em;
    margin-top: 1px;
}
.right-info span {
    margin-left: 10px;
}
.right-info span.btn {
    margin-right: -7px;
}
.right-info .summary-info {
    color: #fff;
    font-family: sans serif;
    text-shadow: none;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    border-radius: 2px;
    border: 1px solid #CDCDCD;
    pointer-events: none;
}
.right-info .summary-info.red{
    
    background: -webkit-linear-gradient(#CE4844, #AA433A);
    background: -o-linear-gradient(#CE4844, #AA433A);
    background: -moz-linear-gradient(#CE4844, #AA433A);
    background: linear-gradient(#CE4844, #AA433A);
}
.right-info .summary-info.yellow{
    
    background: -webkit-linear-gradient(#E8CE27, #D6BB0A);
    background: -o-linear-gradient(#E8CE27, #D6BB0A);
    background: -moz-linear-gradient(#E8CE27, #D6BB0A);
    background: linear-gradient(#E8CE27, #D6BB0A);
}
.right-info .summary-info.green{
    
    background: -webkit-linear-gradient(#80ba80, #5CB85C);
    background: -o-linear-gradient(#80ba80, #5CB85C);
    background: -moz-linear-gradient(#80ba80, #5CB85C);
    background: linear-gradient(#80ba80, #5CB85C);
}
.right-info .summary-info.blue{
    
    background: -webkit-linear-gradient(#398FD3, #1977D7);
    background: -o-linear-gradient(#398FD3, #1977D7);
    background: -moz-linear-gradient(#398FD3, #1977D7);
    background: linear-gradient(#398FD3, #1977D7);
}
.type-num {
    color: #337AB7;
}
.type-ser {
    color: #38ABE0;
}
.type-date {
    color: #535D7C;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    color: #0088CC;
    cursor: pointer;
    margin-bottom: 0px;
}
.inputfile + label:hover,
.inputfile:focus + label {
    color: #0066AA;
}
.tt-query,
.tt-hint {    
    outline: none;
    color: #fff;
}
.twitter-typeahead {
    width: 100%;
    height: 26px;
}
.typeahead {
    height: 30px;
}
.tt-menu {
    min-width: 100%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion p {
    margin: 0;
}
.parsley-error {
      color: #B94A48 !important;
      background-color: #F2DEDE !important;
      border: 1px solid #EED3D7 !important;
}
.parsley-required{
    display:none;
}
.parsley-pattern{
    display:none;
}
#hamburger-menu {
    display: none;
}
@media (max-width: 768px) { 
    .primary-sidebar {
        width: 100%;
        height: 50px;
        background-color: #272727;
        
        
        border-bottom: 1px solid #eee;
        z-index: 1001; 
    }
    .primary-sidebar img {
        margin-top: 5px;
        margin-left: 5px;
        width: 3em;
    }
    #hamburger-menu {
        display: inline;
        float: right;
        color: #aaa;
        margin-top: 15px;
        margin-right: 15px;
    }
    #hamburger-menu:hover {
        cursor: pointer;
    }
    
    .primary-sidebar ul {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 1000;
        background-color: #272727;
        list-style: none;
        padding: 0px;
    }
    .primary-sidebar ul li {
        margin: 10px 0px 00px 0px;
        padding-top: 5px;
        padding-left: 15px;
        padding-bottom: 15px;
        z-index: 1000;
        border-bottom: solid 1px #6a6a6a;
        
    }
    .primary-sidebar ul a{
        color: #aaa;
        width: 100%;
        height: 100%;
    }
    .primary-sidebar ul a:hover{
        color: #f5f5f5;
        
        text-decoration: none;
        cursor: pointer;
    }
    .secondary-sidebar {
        display: none;
        width: 300px;
        float: left;
        position: absolute;
        height: 100%;
        margin-left: -200px; 
        
        background-color: #505050;
        border-left: 1px solid #000;
        border-right: 1px solid #eee;
        padding: 15px;
        position: fixed;
        overflow-x: hidden;
        z-index: 1000;
    }
    .secondary-sidebar span#title {
        position: absolute;
        color: #aaa;
        font-size: 1.9em;
    }
    .secondary-sidebar span#close {
        color: #aaa;
        float: right;
        cursor: pointer;
        margin-top: -5px;
        margin-right: -5px;
    }
    .secondary-sidebar ul {
        margin-top: 120px;
        list-style: none;
        padding: 0px;
        display: block;
    }
    .secondary-sidebar ul li {
        width: 299px;
        height: 50px;
        margin-left: -16px;
        font-size: 1.4em;
        border-top: 1px solid #555;
        padding: 10px 5px 5px 5px;
    }
    .secondary-sidebar ul li:last-child {
        border-bottom: 1px solid #555;
    }
    .secondary-sidebar ul li:hover {
        background-color: #272727;
    }
    .secondary-sidebar ul span {
        color: #aaa;
    }
    .secondary-sidebar ul span.icon {
        margin-left: 5px;
        width: 20px;
        text-align: center;
    
        float: left;
        position: absolute;
    }
    .secondary-sidebar ul span.text {
        margin-left: 45px;
    }
    .secondary-sidebar ul a:hover {
        text-decoration: none;
    }
    .primary-content {
        padding: 10px;
        height: 100%;
        margin-left: 50px;
    }
}
@media (min-width: 768px) { 
    .primary-sidebar {
        width: 100px;
        float: left;
        position: absolute;
        height: 100%;
        background-color: #636363;
        
        
        border-right: 1px solid #eee;
        padding: 15px;
        position: fixed;
        z-index: 1001; 
    }
    .primary-sidebar ul {
        display: inline !important;
        margin-top: 50px;
        list-style: none;
        padding: 0px;
        display: block;
    }
    .primary-sidebar ul li {
        margin: 5px 0px 5px 0px;
        padding: 5px;
        text-align: center;
    }
    .primary-sidebar ul a{
        color: #aaa;
    }
    .primary-sidebar ul a:hover{
        color: #f5f5f5;
        
        text-decoration: none;
        cursor: pointer;
    }
    
    .secondary-sidebar {
        width: 300px;
        float: left;
        position: absolute;
        height: 100%;
        margin-left: -200px; 
        
        background-color: #505050;
        border-left: 1px solid #000;
        border-right: 1px solid #eee;
        padding: 15px;
        position: fixed;
        overflow-x: hidden;
        z-index: 1000;
    }
    .secondary-sidebar span#title {
        position: absolute;
        color: #aaa;
        font-size: 1.9em;
    }
    .secondary-sidebar span#close {
        color: #aaa;
        float: right;
        cursor: pointer;
        margin-top: -5px;
        margin-right: -5px;
    }
    .secondary-sidebar ul {
        margin-top: 120px;
        list-style: none;
        padding: 0px;
        display: block;
    }
    .secondary-sidebar ul li {
        width: 299px;
        height: 50px;
        margin-left: -16px;
        font-size: 1.4em;
        border-top: 1px solid #555;
        padding: 10px 5px 5px 5px;
    }
    .secondary-sidebar ul li:last-child {
        border-bottom: 1px solid #555;
    }
    .secondary-sidebar ul li:hover {
        background-color: #272727;
    }
    .secondary-sidebar ul span {
        color: #aaa;
    }
    .secondary-sidebar ul span.icon {
        margin-left: 5px;
        width: 20px;
        text-align: center;
    
        float: left;
        position: absolute;
    }
    span.white{
        color: #fff;
    }
    .secondary-sidebar ul span.text {
        margin-left: 45px;
    }
    .secondary-sidebar ul a:hover {
        text-decoration: none;
    }
    .primary-content {
        padding: 10px;
        margin-left: 250px;
        height: 100%;
    }
}
.menu-yellow{
    color: #d4bc6a;
}
.menu-green{
    color: #8dcf8a;
}
.menu-azure{
    color: #98a5c3;
}
.menu-pink{
    color: #e17a7a;
}
.menu-yellow:hover{
    color: #ffeeb2;
}
.menu-green:hover{
    color: #bffcbc;
}
.menu-azure:hover{
    color: #ccd9f6;
}
.menu-pink:hover{
    color: #fdbfbf;
}
.box {
    min-width: 200px;
    min-height: 200px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}
.box .title {
    width: 100%;
    display: block;
    color: #272727;
    font-size: 1.4em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: 0 1px #DFDFDF;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background-color: #eaeaea;
    border-bottom: 1px solid #CDCDCD;
    -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;
    background: -webkit-linear-gradient(#fff, #eaeaea);
    background: -o-linear-gradient(#fff, #eaeaea);
    background: -moz-linear-gradient(#fff, #eaeaea);
    background: linear-gradient(#fff, #eaeaea);
}
.box .content {
    padding: 5px;
}
.edit-mode {
    background-color: #FDF5D5;
}
.edit-mode .table-striped > tbody > tr:nth-of-type(odd),
.edit-mode .table-striped > tbody > tr:nth-of-type(odd) td{
    background-color: #FBEFB7;
}
.repository {
    height: 330px;
}
.repository .list-group {
    list-style: none;
    max-height: 240px;
    overflow-y: auto;
}
.repository .list-group .repository-list-group-item.selected {
    font-weight: bold;
    background-color: #f3f3f3;
}
.repository .list-group .repository-list-group-item:hover {
    color: #003333;
    font-weight: bold;
    background-color: #eee;
}
.repository .list-group .repository-list-group-item.deleted,
.repository .list-group .repository-list-group-item.deleted span.span-overflow{
    text-decoration: line-through;
}
.span-overflow {
    overflow: hidden;
    text-wrap: none;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 45%;
    line-height:110%;
    white-space: nowrap;
}
.params {
    height: 330px;
}
.params .content .table-wrapper{
    height: 235px;
    overflow-y: auto;
}
.params .content .table-wrapper-footer {
    margin-top: 5px;
    text-align: center;
}
.params .content table > thead > tr > td,
.params .content table > tbody > tr > td {
    width: 18%;
}
.params .content table > thead > tr > td:nth-child(1),
.params .content table > tbody > tr > td:nth-child(1) {
    width: 5%;
}
.params .content table > thead > tr > td:last-child,
.params .content table > tbody > tr > td:last-child {
    width: 28%;
}
#add-parameter,
#save-parameter,
#cancel-parameter,
.delete-parameter {
    display: none;
}
.parameter-default-wrap {
    display: none;
}
.buttons {
    
}
.buttons .content .btn {
    width: 100%;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
    color: #272727;
    border: 1px solid #CDCDCD;
    background: -webkit-linear-gradient(#fff, #eaeaea);
    background: -o-linear-gradient(#fff, #eaeaea);
    background: -moz-linear-gradient(#fff, #eaeaea);
    background: linear-gradient(#fff, #eaeaea);
}
.buttons .content .btn:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #eaeaea;
    background: -webkit-linear-gradient(#eaeaea, #eaeaea);
    background: -o-linear-gradient(#eaeaea, #eaeaea);
    background: -moz-linear-gradient(#eaeaea, #eaeaea);
    background: linear-gradient(#eaeaea, #eaeaea);
}
.exec-log {
    height: 100%;
}
.exec-log .content{
    height: calc(100% - 48px);
    overflow-y: auto;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 50px;
    bottom: 200px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #bbb;
    left: 25px;
    margin-right: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc( 100% - 75px );
    float: right;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0px;
    margin-right: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-right-width: 0;
    border-left-width: 14px;
    right: -14px;
    left: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
#list-series-type {
    list-style: none;
    max-height: 265px;
    overflow-y: auto;
}
#list-series-type input {
    pointer-events: none;
}
#list-series-type .list-group-item.selected {
    font-weight: bold;
    background-color: #f3f3f3;
}
#list-series-type .list-group-item:hover {
    color: #003333;
    font-weight: bold;
    background-color: #eee;
}
#default-series-box {
}
#default-series-box h2 {
    font-style: italic;
    font-family: 'Palatino Linotype';
    text-align: center;
    color: #fff;
    z-index: 1000;
    margin-top: 85px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    position: absolute;
    pointer-events:none;
}
.bg {
    color: #fff;
    text-align: center;
    width: 80%;
    height: 200px;
    border: 1px solid #666;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    background-image: url('Images/bg.jpg');
}
.btn-associated-formula {
    width: 100%;
    min-width: 280px;
    border-radius: 0px;
}
.btn-associated-formula:first-child {
    left: -1px;
}
.btn.btn-associated-formula span.fa  {
	opacity: 0;
}
.btn.btn-associated-formula.active span.fa {
	opacity: 1;
}
#searchFormulaParameters,
#searchForwarderFormulaParameters,
#searchJunctionFormulaParameters {
    cursor: pointer;
}
#series-parameters-table th,
#series-parameters-table td {
    width: 25%;
}
.navigationButtons {
    display: block;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: -10px;
    float: right;
}
.navigationButtons span {
    color: #999;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.navigationButtons i {
    padding: 5px;
    margin-left: 15px;
    border: 1px solid #fff;
}
.navigationButtons i:hover {
    cursor: pointer;
    background-color: #ddd;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.search-field {
    margin-top: 20%;
    margin-left: 10%;
    width: 80%;
}
.search-field h1 {
    font-size: 3.6em;
    text-align: center;
}
.search-field-top {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}
.search-field-top h1 {
    font-size: 3.6em;
    text-align: center;
}
.search-result {
    width: 100%;
    display: none;
}
@media (max-width: 992px) {
    .search-result {
        margin-left: 0px;
    }
}
@media (min-width: 992px) { 
    .search-result {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
}
.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  cursor: pointer;
}
.ddl-element{
    padding:1px 5px 1px 5px;
}
#filter-box-ul {
    width: 100%;
    list-style: none;
    padding-left: 0px;
}
#filter-box-ul a {
    text-decoration: none;
}
#filter-box-ul li {
    
}
#filter-box-ul li.dropdown,
#filter-box-ul li.dropdown a.dropdown-toggle {
    margin-top: 15px;
}
#filter-box-ul li ul li {
    text-align: left;
}
.nospace
{
    white-space: nowrap
}
.search-result-list {
}
.search-result-list h3 {
    color: #272727;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: 0 1px #DFDFDF;
}
.search-result-list .items .table-box,
search-result-list-no-item {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 15px;
}
.search-result-list-item {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.search-result-list-item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.selectable-item.selected {
    background-color: #e8e8e8; 
    border: solid 1px #bbb;
    font-weight: bold;
}
.search-result-list-series {
    width: 30%;
    
}
.search-result-list-product {
    width: 30%;
    
}
.search-result-list-formula {
    width: 30%;
    
}
.search-result-list .strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}
.search-result-list .strike > i {
    position: relative;
    display: inline-block;
    color: #888;
    margin-top: 20px;
}
.search-result-list .strike > i:before,
.search-result-list .strike > i:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #aaa;
}
.search-result-list .strike > i:before {
    right: 100%;
    margin-right: 15px;
}
.search-result-list .strike > i:after {
    left: 100%;
    margin-left: 15px;
}
.ellipsis-text {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.tree-labels {
    width: 60%;
    float: right;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
.tree-label {
    padding: 2px 5px 2px 5px;
    background-color: #ccc;
    color: #fff;
    font-size: 0.7em;
}
.highlight {
    color: #000;
    background-color: lightyellow;
}
.tabbable-line > .nav-tabs {
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
	.tabbable-line > .nav-tabs > li > a {
		border-top: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-left: solid 1px #ddd;
		border-bottom: solid 4px transparent;
		
		margin-right: 0;
		color: #737373;
        font-size: 1.3em;
        padding: 4px 6px;
	}
	.tabbable-line > .nav-tabs > li.open,
	.tabbable-line > .nav-tabs > li:hover {
		padding-top: 1px;
		padding-right: 1px;
		padding-left: 1px;
		border-bottom: 4px solid #fbcdcf;
	}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
	.tabbable-line > .nav-tabs > li.active {
		padding-top: 1px;
		padding-right: 1px;
		padding-left: 1px;
		border-bottom: 4px solid #f3565d;
		position: relative;
	}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .tab-content {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
@media (max-width: 992px) {
    .deal-detail-panel {
        display: none;
        overflow-y: scroll;
    }
    .deal-detail-panel-container {
        display: none;
        overflow-y: scroll;
    }
    .bee-tree {
        width: calc(100% + 15px);
        height: calc(100% - 195px); 
        
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
        border: solid 1px #aaa;
        background-color: #fff;
        font-size: 1.6em;
        font-family: Calibri, 'Trebuchet MS', sans-serif;
        -webkit-user-select: none;  
        -moz-user-select: none;     
        -ms-user-select: none;      
        user-select: none;          
    }
    .bee-tree-branch {
        width: 100%;
        margin: 5px 0px 5px 0px;
        background-color: #fff;
    }
    .bee-tree-branch-element {
        padding: 5px 0px 5px 10px;
        font-size: 1.2em;
        border-bottom: solid 1px #ccc;
    }
    .bee-tree-branch-content {
        width: 100%;
    }
    
    .bee-tree-branch-element.leaf {
        border: 0px;
        color: #888;
    }
    .bee-tree-branch-element.selected {
        background-color: #eee;
    }
    .bee-tree-branch-element.selected > .buttons {
        display: inline;
    }
    .bee-tree-branch-element > span {
        cursor: pointer;
    }
    .bee-tree-branch-element > span.badge {
        background-color: #e1e1e1;
        color: #888;
        padding: 2px 5px;
        font-size: 0.7em;
        margin-top: -2px;
    }
    .bee-tree-branch-element >.buttons {
        display: none;
        margin-top: 5px;
    }
    
    .bee-tree-branch-element > .buttons > span.btn-paste {
        display: none;
    }
    .bee-tree-branch-element > .buttons > span.btn-mirror {
        display: none;
    }
    .bee-tree-branch-element > .buttons > span.btn-remove {
        display: none;
    }
    .bee-tree-branch-element.leaf > .buttons > span.btn-remove {
        display: inline;
    }
    .bee-tree-branch-element > .buttons:last-child {
        margin-right: 10px;
    }
    .bee-tree-branch-element:hover {
        background-color: #afafaf;
        color: #fff;
    }
    .bee-tree-branch-element:hover > .buttons {
        display: inline;
    }
   
    
    
    .bee-tree > .bee-tree-branch > .bee-tree-branch-element > span:before,
    .bee-tree > .bee-tree-branch > .bee-tree-branch-element.collapsed > span:before {
        content: ''; 
    }
    
    .bee-tree-branch-element > span.internal:before{
        font-family: FontAwesome;
        color: #666; 
        content: "\f148"; 
    }
    .bee-tree-branch-element.collapsed > span.internal:before {
        font-family: FontAwesome;
        color: #ffd800; 
        content: "\f07b";     
    }
    
    .bee-tree-branch-element.leaf > span.internal:before,
    .bee-tree-branch-element.collapsed.leaf > span.internal:before {
        font-family: FontAwesome;
        color: #888; 
        content: ''; 
    }
    .bee-list {
        margin-top: 10px;
        border: solid 1px #aaa;
        background-color: #fff;
        font-size: 1.7em;
        font-family: Calibri, 'Trebuchet MS', sans-serif;
        -webkit-user-select: none;  
        -moz-user-select: none;     
        -ms-user-select: none;      
        user-select: none;          
    }
}
@media (min-width: 992px) {
    
    .bee-tree {
        
        margin-top: 20px;
        margin-bottom: 20px;
        
        padding: 5px;
        border: solid 1px #aaa;
        background-color: #fff;
        font-family: Calibri, 'Trebuchet MS', sans-serif;
        -webkit-user-select: none;  
        -moz-user-select: none;     
        -ms-user-select: none;      
        user-select: none;          
    }
    .bee-tree-branch {
        margin: 5px;
    }
    .bee-tree-branch-element {
        
        padding-left: 10px;
        font-size: 1.2em;
    }
    .bee-tree-branch-element.leaf {
        border: 0px;
        color: #888;
    }
    .bee-tree-branch-element.selected {
        background-color: #eee;
        color: #000;
    }
    
    .bee-tree-branch-element.selected > .buttons,
    .bee-tree-branch-element.leaf.selected .internal .buttons {
        display: inline;
    }
    .bee-tree-branch-element.leaf.selected .internal small {
        display: none;
    }
    .bee-tree-branch-element.moved {
        
        background-color: #FDF5D5;
    }
    .bee-tree-branch-element.moved:after {
        content: '*';
        margin-left: 5px;
    }
    .bee-tree-branch-element.deleted {
        
        background-color: #FDF5D5;
    }
    .bee-tree-branch-element.deleted:after {
        content: '-';
        margin-left: 5px;
        font-size: 0.8em;
        position: absolute;
        font-weight: bold;
    }
    .bee-tree-branch-element.created {
        background-color: #FDF5D5;
    }
    .bee-tree-branch-element.created:after {
        content: '+';
        margin-left: 5px;
        font-size: 0.7em;
        position: absolute;
        font-weight: bold;
    }
    .bee-tree-branch-element.cutted {
        background-color: #f0f0f0;
        font-style: italic;
    }
    .bee-tree-branch-element > span {
        cursor: pointer;
    }
    .bee-tree-branch-element > span.badge {
        background-color: #e1e1e1;
        color: #888;
        padding: 2px 5px;
        font-size: 0.7em;
        margin-top: -2px;
    }
    .bee-tree-branch-element > .buttons,
    .bee-tree-branch-element.leaf .internal .buttons {
        display: none;
        margin-top: 3px;
    }
    
    .bee-tree-branch-element > .buttons > span.btn-paste {
        display: none;
    }
    .bee-tree-branch-element > .buttons > span.btn-mirror {
        display: none;
    }
    
    .bee-tree-branch-element.deleted > .buttons,
    .bee-tree-branch-element.deleted:hover > .buttons {
        display: none;
    }
    .bee-tree-branch-element.leaf > .buttons > span.btn-remove {
        display: inline;
    }
    .bee-tree-branch-element > .buttons:last-child {
        margin-right: 10px;
    }
    .bee-tree-branch-element:hover {
        background-color: #eaeaea;
        color: #000;
    }
    .bee-tree-branch-element:hover > .buttons,
    .bee-tree-branch-element.leaf:hover .internal .buttons {
         
    }
    .bee-tree-branch-content {
        margin-left: 15px;
        border-left: solid 1px #aaa;
    }
    
    
    
    .bee-tree > .bee-tree-branch > .bee-tree-branch-element > span:before,
    .bee-tree > .bee-tree-branch > .bee-tree-branch-element > span.collapsed:before {
        content: ''; 
    }
    
    .bee-tree-branch-element > span.internal:before{
        font-family: FontAwesome;
        color: #ffd800; 
        content: "\f07c"; 
    }
    .bee-tree-branch-element > span.internal.collapsed:before {
        font-family: FontAwesome;
        color: #ffd800; 
        content: "\f07b";     
    }
    
    .bee-tree-branch-element.leaf > span.internal:before,
    .bee-tree-branch-element.collapsed.leaf > span.internal:before {
        font-family: FontAwesome;
        color: #888; 
        content: ""; 
    }
    .bee-list {
        margin: 20px;
        padding: 5px;
        border: solid 1px #ccc;
        background-color: #fff;
        font-family: Calibri, 'Trebuchet MS', sans-serif;
        -webkit-user-select: none;  
        -moz-user-select: none;     
        -ms-user-select: none;      
        user-select: none;          
    }
    .lateral-buttons {
        margin-top: 1px;
        padding-left: 15px;
        z-index: 1000;
        width: 300px;
        right: 0px;
        position: fixed;
        display: inline;
    }
    #deal-filter-box {
        width: calc(100% - 230px);
    }
    .lateral-buttons div.lateral-button {
        align-content: center;
        display: inline;
    }
    .deal-detail-panel {
        width: 300px;
        height: 100%;
        overflow-y: scroll;
        top: 115px;
        right: 0px;
        position: fixed;
        padding: 10px;
        background-color: #e6e6e6;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
    }
    .deal-detail-panel-container {
        position: absolute;
        right: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }
    #selected-tree-item-accordion {
        margin-bottom: 125px !important;
    }
}
.panel-heading {
    background-color: #eee;
    color: #666;
    text-decoration: none;
}
.add-parameter-button {
    float: left;
}
.hive {
    width: 100%;
    height: 575px;
}
.hive svg {
    width: 100%;
    min-height: 500px;
}
.example-mesh {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
.example-anchor path {
    fill: none;
    pointer-events: all;
}
.parsley-error {
      color: #B94A48 !important;
      background-color: #F2DEDE !important;
      border: 1px solid #EED3D7 !important;
}
.parsley-required {
    display:none;
}
.parsley-pattern {
    display:none;
}
.example-anchor path:hover {
    stroke: #000;
    stroke-width: 2px;
}
.parsley-unique {
    display:none;
}
.parsley-seriesrepo{
    display:none;
}
.parsley-seriesentities{
    display:none;
}
.parsley-uniqueFormulaName{
    display:none;
}
.parsley-isReservedParameterName{
    display:none;
}
.parsley-type{
    display:none;
}
.popover {
    max-width: none;
}
.input-group-addon{
    cursor:pointer;
}
.modal-edit-matrix .modal-content {
    overflow: auto;
}
#tbl-dynamic-matrix thead {
    background-color: #eee;
}
#tbl-dynamic-matrix td {
    min-width: 100px;
}
#choose-size-matrix {
    border: solid 2px #ccc;
    border-collapse: separate;
   border-spacing: 3px; 
}
#choose-size-matrix tr {
    width: 100%;
}
#choose-size-matrix td {
    width: 15px;
    height: 15px;
    border: solid 1px #ccc;
}
#choose-size-matrix td.selected {
    background-color: #d5eed5 !important;
}
#choose-size-matrix td.already-selected {
    border: solid 2px #45bd45;
}
.waitscreen {
    display:    none;
    position:   fixed;
    z-index:    1052;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .2 ) 
                url('../Images/wait.gif') 
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .waitscreen {
    display: block;
}
body.loadingManual .waitscreen {
    display: block !important;
}
.honeypot-sidebar {
   margin-top: 50px;
   background-color: rgba(39,39,39,0.6);
   box-shadow: -1px 0px 1px #636363;
}
@media (max-width: 868px) {
}
@media (max-width: 868px) { 
    .honeypot-sidebar {
        display:none;
        width: 100%;
        height: 50px;
       
        
        
        border-bottom: 1px solid #eee;
        z-index: 1030; 
        visibility: hidden;
    }
    
    .honeypot-visible .honeypot-sidebar {
        display:block;
    }
}
@media (min-width: 868px) {
    .honeypot-sidebar {
        display:none;
        float: right;
        position: fixed;
        top: 0;
        right:0;
        height: 100%;
         
        
        
        border-right: 1px solid #eee;
        z-index: 1030; 
    }
    .honeypot-selection_mode .honeypot-sidebar {
        background-color: maroon;
    }
    
    .honeypot-visible .honeypot-sidebar {
        width: 250px;
        display:block;
    }
    
    .honeypot-visible .primary-content {
        
        
    }
    .honeypot-visible .honeypot-title{
        color:#000;
        font-weight: bold;
        position: relative;
       
    }
    .honeypot-header
    {
        background-color: rgba(239,239,239,0.5);
        padding-right: 20px;
        font-size: 18px;
    }
    .honeypot-visible {
        height: 100%;
    }
    .honeypot-visible .primary-content {
        height: 100%;
    }
    .honeypot-visible .honeypot-header-button{
        float:right;
        margin-left:5px;
    }
    .honeypot-filters {
        margin-top: 7px;
        margin-bottom: 5px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .honeypot-excelExportContainer {
        display:none;
        background: gold;
        margin: 5px 6px;
        padding: 5px;
        color: black;
        display: none;
    }
    .honeypot-excelExportContainer .excel-filters {
        margin-top: 5px;
    }
    .honeypot-excelExportButtonRow {
        cursor: pointer;
    }
    .honeypot-excelExportButton i {
        float: right;
        font-size: 18px;
        vertical-align: middle;
        margin-top: 2px;
        margin-right: 7px;
    }
    .honeypot-visible .honeypot-filters{
        color: #000;
        
        margin-bottom: 5px;
        height: 70px;
    }
    .honeypot-hideSubtype .honeypot-filters{
        height: 50px !important;
    }
    
    .honeypot-hideSubtype .honeypot-hideIfSubtypeHidden{
        display:none !important;
    }
    
    .honeypot-visible .honeypot-filters li{
        list-style-type: none !important;
    }
    .honeypot-visible .honeypot-filters a{
        color: #000;
    }
    .honeypot-visible .honeypot-filters span{
        color: #000;
    }
    .honeypot-visible .honeypot-filters  .caret
    {
        color:white;
    }
    .honeypot-visible .honeypot-filters .dropdown-menu a{
        color: #000;
    }
    .honeypot-visible .honeypot-filters .dropdown-menu span{
        color: #000;
    }
    .honeypot-loading{
        color: white;
        font-weight: bold;
    }
    
    .honeypot-visible .honeypot-guide{
        color: white;
        
        font-size: smaller;
        margin-top: 5px;
        margin-left: 6px;
        margin-right: 6px;
        
    }
    
    .honeypot-visible .honeypot-content{
        overflow-y: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 6px;
        margin-right: 6px;
        min-height: 100px;
    }
    .honeypot-visible .honeypot-element{
        width: 100%;
        margin-bottom: 5px;
        padding: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    .honeypot-visible .honeypot-element:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }
    
    .honeypot-element p {
        margin: 0px;
    }
    .honeypot-element .type {
        font-variant-caps: small-caps;
        font-size: smaller;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }
    .honeypot-element .checkbox {
        float: right;
        margin-top: 0px;
        margin-right: -6px;
    }
    .honeypot-element .name {
        text-align: left;
        font-weight: bold;
        overflow: hidden;
        
        word-wrap: break-word;
        clear: left;
    }
    .honeypot-element .description {
        text-align: left;
        font-style: italic;
        font-size: small;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        clear: left;
    }
    
    
    .honeypot-element .buttons {
        
        display:none;
    }
    .honeypot-button{
        font-size:18px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .honeypot-button.disabled{
        color: gray !important;
    }
    .honeypot-element.buttons-visible .buttons {
        display:block;
    }
    
    .excel-filters {
        width: 100%;
        padding: 5px;
        background-color: #636363;
        color: white;
        
        
        display:none;
        overflow: auto;
    }
    .excel-filters .excel-filters-header {
        font-variant: small-caps;
        font-weight: bold;
        text-align: left;
    }
    .excel-filters .excel-filters-label {
        text-align: left;
    }
    .excel-filters .excel-filters-element {
        text-align: left;
        margin: 2px 0px 3px 0px;
        padding-left: 12px;
    }
    .excel-filters .excel-filters-element a {
        color: white;
    }
    .excel-filters .excel-filters-element li {
        list-style-type: none !important;
        font-style: italic;
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .excel-filters.excel-filters-visible {
        display:block;
    }
    .excel-filters.excel-filters-visible .honeypot-element-field {
        
    }
    .excel-filters .excel-filters-element .dropdown-menu li{
        color: black;
    }
    
    .honeypot-showIfStandardMode{
        display:block;
    }
    .honeypot-selection_mode .honeypot-showIfStandardMode{
        display:none;
    }
    .honeypot-showIfSelectionMode{
        display:none;
    }
    .honeypot-selection_mode .honeypot-showIfSelectionMode{
        display:block;
    }
    #honeypot-filter-type-standardMode
    {
        
    }
    #honeypot-filter-type, #honeypot-filter-subtype
    {
        color: white;
    }
    #honeypot-filter-name
    {
        height: auto;
        padding: 4px;
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        border: none;
        background-color: rgba(239,239,239,0.7);
        color:white;
        border-radius:unset
    }
}
.notifications-sidebar {
    margin-top: 50px;
    background-color: rgba(39,39,39,0.6);
    box-shadow: -1px 0px 1px #636363;
}
@media (max-width: 868px) {
}
@media (max-width: 868px) {
    .notifications-sidebar {
        display: none;
        width: 100%;
        height: 50px;
        
        
        
        border-bottom: 1px solid #eee;
        z-index: 1030; 
        visibility: hidden;
    }
    .notifications-visible .notifications-sidebar {
        display: block;
    }
}
@media (min-width: 868px) {
    .notifications-sidebar {
        display: none;
        float: right;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        
        
        
        border-right: 1px solid #eee;
        z-index: 1030; 
    }
    .notifications-selection_mode .notifications-sidebar {
        background-color: maroon;
    }
    .notifications-visible .notifications-sidebar {
        width: 250px;
        display: block;
    }
    .notifications-visible .primary-content {
        
        
    }
    .notifications-visible .notifications-title {
        color: #000;
        font-weight: bold;
        position: relative;
        
    }
    .notifications-header {
        background-color: rgba(239,239,239,0.5);
        padding-right: 20px;
        font-size: 18px;
    }
    .notifications-visible {
        height: 100%;
    }
        .notifications-visible .primary-content {
            height: 100%;
        }
        .notifications-visible .notifications-header-button {
            float: right;
            margin-left: 5px;
        }
    .notifications-loading {
        color: white;
        font-weight: bold;
    }
    .notifications-visible .notifications-content {
        overflow-y: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 6px;
        margin-right: 6px;
        min-height: 100px;
    }
   
 
    
   
    .notifications-showIfStandardMode {
        display: block;
    }
    .notifications-selection_mode .notifications-showIfStandardMode {
        display: none;
    }
}
.secondary-sidebar-opener
{
    cursor: pointer;
}
.bee-logo-container {
    position: relative;
    width: 100%;
}
.bee-logo-container .bee-logo {
    cursor: pointer;
    margin-top: 2px;
    display: block;
    width: 100%;
    height: auto;
}
.bee-logo-container .bee-logo:hover{
    opacity: 0.5;
}
.bee-logo-container .bee-logo-text {
    color: #f55;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 52%;
    right: 0%;
}
#bee-version {
    right: 20px;
    position: absolute;
    bottom: 40px;
}
#bee-edit {
    right: 20px;
    position: absolute;
    bottom: 20px;
}
#title-wrapper {
    border: none !important;
    font-size: large;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 10px;
}
#logo_leonardo_wrapper{
   text-indent: 0 !important;
   width: 250px;
}
#logo_leonardo_wrapper a:hover{
   background: none !important;
}
#logo_leonardo{
    margin: 0px;
}
@media (max-width: 768px) {
    #logo_leonardo_wrapper {
        display: none;
    }
}
.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.125);
}
#cartinazone
{
    width: 100%;
}
.btn-save-formula-parameter{
    float: right;
}
.btn-save-formula-parameter-editor{
    float: right;
}
.btn-open-formula-parameter-matrix{
    float: right;
}
.footer-form
{
    margin: 10px;
}
.portfolio-changes-notification {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
 
  padding: 1px 4px;
  font-size: 10px;
  
  display: none;
  position: absolute; 
  top: -5px;
  right: -3px;
  z-index: 10;
}
.show-notification{
    position: relative;
    display: inline-block;
}
.show-notification .portfolio-changes-notification{
  display: block !important;
}
.hidden-cell
{
    display:none;
}
.btn-save-deal-parameter-file{
    color: white;
}
.btn-open-deal-parameter-matrix{
    color: white;
}
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc";
    
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
.cst-input-group-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
.logWarningCell{
    background-color:gold;width:100%;height:100%;display:table;padding:0px 3px;
}
.logErrorCell{
    background-color:red;width:100%;height:100%;display:table;padding:0px 3px;
}
.logWarning{
    background-color:gold;
}
.logError{
    background-color: #d33;
    color: #eee;
}
.modal-content {
    overflow-x: auto;
}
.modal-edit-series-body {
    overflow-x: auto;
}
.editorSeriesItems-labelDetail{
    font-weight: bold;
}
.editorSeriesItems-detail{
    font-style: italic;
}
.editorSeriesItems-labelCurrentFilter{
    font-weight: bold;
    font-size: smaller;
}
#scriptloader-view-container .bordered {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
}
#scriptloader-view-container #formulae-grid,
#scriptloader-view-container #formula-parameters-grid,
#scriptloader-view-container #logs-grid {
    padding: 4px;
}
#scriptloader-view-container #formulae-grid-toolbar-box .btn-toolbar .btn-group {
    margin-left: 0px !important;
    margin-right: 1px !important;
}
.hidden{
    display: none;
}
.orchestrator-line {
    -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f8f8f8 -moz-use-text-color #f8f8f8;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.btn-toolbar .btn-group .dropdown-menu.pull-right {
    right: 0;
}
.btn-toolbar .btn-group .dropdown-menu [disabled] {
    opacity: 0.5;
}
    .make-me-red {
        background: #dc143c !important;
        color: white;
    }
    .make-me-green {
        background: #008000 !important;
        color: white;
    }
    .make-me-yellow {
        background: #ff8c00 !important;
        color: white;
    }
    .modal-content .datetime {
        z-index: 1999;
    }
#portfolio-grid-wrapper td,
#portfolio-grid-wrapper th {
    white-space: nowrap;
}
#portfolio-filters .search-field-top .input-group {
    max-width: 600px; 
    padding-right: 10px;
}
.gridCollapser { 
    margin-right: 10px;
}
.gridTitle {
    font-size: large;
    font-weight: bold;
    margin-right: 20px;
}
.gridTotalLabel {
    margin-right: 20px;
}
.gridSelectedLabel {
    margin-right: 20px;
}
.gridTotal { }
.gridSelected { }
.recycleBinRow {
    margin-bottom: 2em;
}
[data-type=select2].parsley-error ~ .select2 .select2-selection {
    
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}
.toolbar{
    min-height:35px;
}
.dealForagerModelForm{
    margin-bottom: 15px;
}
.dealForagerModelForm .col-sm-12{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dealForagerModelForm .container{
    padding-right: 0px !important;
}
.dealForagerModelForm h4{
    display:none;
}
.dealForagerModelTabs{
    margin-bottom: 15px;
}
div#dealtabs-container {
    margin-top: 20px;
}
.queryBuilder-table th, .queryBuilder-table td {
    padding-right: 10px;
}
.visibilityHidden {
    visibility: hidden;
}
.disabledField {
    background-color: lightgray !important;
    color: gray;
    border-style: solid;
    
}
.fa.pull-right.deal-delete-pricing {
    margin-left: 0px;
}
.withGroup {
    background-color: lightgray !important;
    color: gray;
    border: 1px solid gray;
    margin-right: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    cursor: pointer;
}
.withoutGroup {
    border: 1px solid transparent;
    margin-right: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
  
.tooltip-wrapper [disabled] {
    pointer-events: none;
}
.grid-title{
    font-size: 20px;
    padding: 10px;
    vertical-align: middle;
    font-weight: bold;
}
.grid-missing {
    padding: 10px;
    font-style: italic;
    
}
#sidebar-wrapper {
    overflow-y: auto !important;
}
.input-group .select2:last-child.select2:first-child .select2-selection {
    border-radius: 4px !important;
}
.pseudo-link {
    color: #0088CC;
    cursor: pointer;
}
.pseudo-link:hover {
    color: #23527c;
    text-decoration: underline;
}
.handsontableHeaderLeft div {
    text-align: left;
}
select[data-type=select2] + .parsley-errors-list {
    display: none;
}
.htAutocompleteArrow{
    width: 10px !important;
}
#run-query thead th {
    white-space: nowrap;
}
.ellipsedCell {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.handsontable td.cell-updated {
    color: #000000;
    background-color: #fffa28;
}
.handsontable td.cell-updated .htAutocompleteArrow {
    color: gray;
}
.invoiceitems-num-tot-items-box {
    margin-right: 20px;
}
.invoiceitems-num-items-for-page {
    margin-right: 30px;
}
#invoiceitems-num-items-box label {
    font-weight: normal;
    white-space: nowrap;
}
#invoiceitems-num-items-box label select {
    width: 75px;
    display: inline-block !important;
}
@media (max-height : 500px) {
    .select2-results__options {
        max-height: 180px !important;
    }
}
@media (max-height : 380px) {
    .select2-results__options {
        max-height: 150px !important;
    }
}
@media (max-height : 310px) {
    .select2-results__options {
        max-height: 100px !important;
    }
}
@media (max-height : 260px) {
    .select2-results__options {
        max-height: 60px !important;
    }
}
.datepicker.datepicker-dropdown.dropdown-menu {
    z-index: 1030;
}
label input,
label .select2 .select2-selection.select2-selection--single .select2-selection__placeholder,
label .select2 .select2-selection.select2-selection--single .select2-selection__rendered,
label .select2 .select2-selection__choice {
    font-weight: 100
}
table td.damasTabDataTableHCell {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: #FFFFFF !important;
    text-align: center !important;
}
table td.damasTabDataTableHCellPL {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: #F0F8F9 !important;
    text-align: center !important;
}
#orchestrator-sub-bar,
#jl-bar {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
@media (min-width: 1600px) {
    .orchestrator-sub-length {
        order: 1;
    }
    .orchestrator-sub-search-box {
        order: 2;
        flex-grow: 10;
        margin-left: 50px;
    }
    .orchestrator-sub-toolbar-box {
        margin-left: auto;
        order: 3;
    }
}
@media (max-width: 1600px) {
    .orchestrator-sub-length {
        order: 1;
    }
    .orchestrator-sub-search-box {
        order: 3;
        min-width: 800px;
    }
    .orchestrator-sub-toolbar-box {
        order: 2;
    }
}
@media (max-width: 992px) {
    .orchestrator-sub-search-box {
        min-width: 200px;
    }
}
@media (min-width: 1401px) {
    .jl-length {
        order: 1;
    }
    .jl-search-box {
        order: 2;
        margin-left: 50px;
        margin-right: 50px;
        flex-grow: 3
    }
    .jl-toolbar-box {
        order: 3;
    }
}
@media (max-width: 1400px) {
    .jl-length {
        order: 1;
    }
    .jl-search-box {
        order: 3;
        flex-grow: 7;
        min-width: 800px;
    }
    .jl-toolbar-box {
        order: 2;
    }
}
@media (max-width: 992px) {
    .jl-search-box {
        min-width: 200px;
    }
}
.jl-toolbar-box {
    margin-left: auto;
}
.orchestrator-sub-length,
.jl-length {
    margin-right: auto;
}
