
div.profile .dropdown-menu {
    top: 34px;
}

div.profile li label {
    font-size: 15px !important;
    font-weight: normal !important;
}

div.profile {
    margin-top: 15px;
    margin-right: 15px;
}

table {
    background-color: transparent;
}

.login-fail-message {
    color: #59595B;
    font-size: 12px;
    font-weight: bold;
    left: 5px;
    position: relative;
}

#charttooltipbox {
    background-color: #fff;
    font-size: 12px;
    padding: 2px;
}

/* welcome screen */

.sam-welcome.hero {
    height: 100%;
}

.sam-welcome.hero .hero-heading {
    text-align: center;
}

.sam-welcome.hero label {
    color: #fff;
    }

.sam-welcome .btn-circle {
    font-size: 18px;
    border: solid 1px #fff;
    border-radius: 100%;
    color: #fff;
    min-width: 47px;
    line-height: 47px;
    padding: 0;
}

.landing .bottom-block {
    text-align:center;
}
.landing .checkbox label {
    padding-left:0;
}

.landing h2{ 
margin-bottom:20px;
}

h2.modal-title {
color:#2e2e2e;

}
.logobg {
    height: 30px;
    margin-right: 25px;
    padding: 5px 10px 10px 2px;
    position: relative;
}

.logobg .conflogo {
    float: left;
    height: 54px;
    margin-top: 3px;
}

.modal-button {
    display: inline-block;
}

.navbar-header.logo {
    background-image: url(./confirmlogo.45dccb6e168786f4d215.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
}

#brand h1 {
    color: #0070c4;
    float: left;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.left-panel .popover {
    color: #717171 !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

.disabledArea {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
}

#header .navbar.navbar-dark .active a,
header .navbar.navbar-dark .active a {
    color: #555;
    background-color: #ffffff;
}

#header .row-fluid {
    padding: 0 5px;
}

#footer.demo, footer.demo {
    margin-top: 5px;
}

/* COMMAND BAR STYLES */
.command-bar {
    border-bottom: 1px solid #dbdbdb !important;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}

    .command-bar h1 {
     margin: 0 2px 0 0 !important;
     }

    .command-bar .alert {
        padding: 5px !important;
        margin: 0px !important;
        line-height: 2;
    }

    .command-bar span {
        margin: 5px 0px 5px 5px;
    }
    .command-bar span.divider-vertical {
        height: 80px;
        margin: 0 7px;
        border-right: 1px solid #ccc;
    }

/* END */

/* LEFT PANEL */
.left-panel {
    padding: 5px !important;
    border-right: 1px solid #c0c0c0;
    height: 100%;
}

.midcontainer {
    height: 100% !important;
}

    .left-panel .nav li label {
        font-size: 17px;
        margin-left: 3px;
        cursor: pointer;
    }

        .left-panel .nav li label.open {
            font-size: 17px;
            font-weight: 600;
            margin-left: 3px;
            cursor: pointer;
        }

    .left-panel .nav {
        margin-left: 20px;
    }

        .left-panel .nav li ul li a {
            font-size: 15px;
        }

    .left-panel a.accordion-toggle .common-warning {
        margin-right: 7px;
    }

    .left-panel a .common-warning {
        margin-right: 0px;
    }

.left-panel .nav a.list-group-item.active {
    font-weight: bold;
    background-color: #E2EEEF;
}

.left-panel .nav a.list-group-item:focus, a.list-group-item:hover,
.left-panel .nav a.list-group-item.active:hover, a.list-group-item.active:focus {
    text-decoration: none;
    background-color: #E2EEEF;
}

.left-panel .panel.panel-default .panel-heading {
    padding-left: 0;
    padding-right: 3px;
}

.left-panel .panel.panel-default .panel-heading .activeNode {
    background-color: #f0f0f0;
}

.activeNodeWrapper {
    background-color: #ECECEC;
    margin-left: 21px;
}

.activeNodeWrapperNav {
    margin-left: 0 !important;
}

.transparentNode {
    background-color: transparent;
}

.left-panel .panel.panel-default {
    border: 0px;
}

.left-panel .panel-body {
    padding: 0px;
}

.left-panel .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

.left-panel .panel-title a {
    font-weight: normal !important;
    font-size: 14px;
}

.left-panel i.fa-angle-down, .left-panel i.fa-angle-right {
    height: 16px;
    width: 16px;
    color: #c0c0c0;
}

.left-panel .scrollDiv {
    overflow-y: auto;
    height: calc(100% - 43px);
}
/* END */


/* MIDDLE PANEL */
.middle-panel {
    margin: 0px !important;
    height: -moz-calc(100% - 51px);
    height: -webkit-calc(100% - 51px);
    height: calc(100% - 51px);
    display: block;
    padding-top: 5px;
}

.containerHeight {
    height: -moz-calc(100vh - 170px);
    height: -webkit-calc(100vh - 170px);
    height: calc(100vh - 170px);
}

select[disabled] {
    pointer-events: auto !important;
}

.scrollMatrix {
    overflow: scroll;
    height: 100%;
}
.scrollMatrixContainer {
    margin-bottom: -48px;
    padding-bottom: 48px;
    height: 100%;
    top: 48px;
    position: absolute;
    display: block;
    width: 100%;
}

.scrollDivMiddle {
    height: -moz-calc(100vh - 270px);
    height: -webkit-calc(100vh - 270px);
    height: calc(100vh - 270px);
    margin: 0px;
}

.scrollDivMiddleExpand {
    height: -moz-calc(100vh - 10px);
    height: -webkit-calc(100vh - 10px);
    height: calc(100% - 10px);
    
    margin: 0px;
}

.middlepaneltopbar {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #ccc;
    margin-right: 5px;
    height: auto;
    display: inline-block;
    width: 100%;
}

    .middlepaneltopbar label {
        font-weight: bold;
        font-family: yellix_bold, "century gothic", roboto, arial, sans-serif;
        display: inline-block;
        font-size: 14px;
        color: #4e4e4e;
    }

    .middlepaneltopbar ul {
        padding: 0;
        margin-left: 5px;
        float: left;
        margin-bottom: 0px;
    }

        .middlepaneltopbar ul li {
            list-style: none;
            float: left;
            padding: 6px 4px 0 4px;
            display: inline-block;
        }

            .middlepaneltopbar ul li:first-child {
                padding-left: 2px;
            }

            .middlepaneltopbar ul li label {
                float: left;
                font-weight: bold;
                font-family: yellix_bold, "century gothic", roboto, arial, sans-serif;
                display: inline-block;
                font-size: 12px;
                color: #4e4e4e;
            }

            .middlepaneltopbar ul li span {
                padding: 0px 4px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                display: inline-block;
                font-size: 12px;
                color: #2e2e2e;
            }


                .middlepaneltopbar ul li span.caret {
                    padding: 0px;
                    width: 0px;
                }

    .middlepaneltopbar div {
        padding-left: 0px;
        padding-right: 0px;
    }

.middle-panel .scrollDiv {
    overflow-y: auto;
    height: 100%;
}
/*Matrices*/
.costMatrix input.matrixTextbox,
.costMatrix input.matrixTextbox[disabled],
.scrollMatrix input.matrixTextbox,
.scrollMatrix input.matrixTextbox[disabled] {
    border: 1px solid #f2f2f2;
    width: 100%;
}

.costMatrix input.matrixTextboxEdit,
.scrollMatrix input.matrixTextboxEdit {
    width: 100%;
}

.costMatrix input.matrixTextbox,
.scrollMatrix input.matrixTextbox {
    border: 1px solid #f2f2f2;
    width: 100%;
}

input.matrixTextbox.input-xs,
input.matrixTextboxEdit.input-xs {
    font-size: 14px;
}

input[type="text"].averageWidthTextbox {
    width: 100%;
}

label.dataQuantityMatrixlabel {
    background-color: #fff;
    width: 100%;
    color: #002743;
    font-size: 20px;
}

label[for='lblAvgWidth'] {
    padding: 8px 24px 8px 10px;
}

label.dataQuantityMatrixlabelEdit {
    background-color: #fff;
    width: 100%;
}

span.greyOut {
    color: #9b9b9b;
}

input.matrixTextboxEdit.largeTextbox {
    width: 100%;
}

input.matrixTextbox.txtHighlight {
    color: #002743;
    -webkit-text-fill-color: #002743;
    font-size: 20px;
    padding: 6px 10px 6px 10px;
}

.syncIssuesWarning {
    background-image: url(./icon_syncwarning.59a0a8d7aae14f81ffc1.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 17px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.refreshWarning {
    background-image: url(./icon_warning.ad2e26c03ca75a26fcf0.gif);
    background-repeat: no-repeat;
    height: 22px;
    width: 26px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.syncIssuesError {
    background-image: url(./icon_syncissues.c78a8df967e17bf7c09c.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 17px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.form-control[disabled].matrixSelect {
    background-color: #fff;
    color: #002743;
    border: 1px solid #f2f2f2;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 3px 3px;
}

.white-border {
    border-color: #ffffff;
    padding: 0;
    height: 31px;
}

.chart-gesture {    
    font-size: 12px;
    padding-top: 9px;
    padding-right: 19px;
}

select::-ms-expand {
    display: none;
}

select.matrixSelectEdit {
    background-color: #fff;
    width: 100%;
    padding: 3px 3px;
}

.chartContainer {
    margin: 0px !important;
    display: block;
    padding-top: 5px;
}
.chartContainer .row {
    margin-left: 0;
    margin-right: 0;
}

.chartContainer>.row:last-child>div>div {
    margin-bottom: 45px;
}

    .chartContainer .tabset, .tab-content, .tab-pane, .tabbable {
        height: -moz-calc(100% - 270px);
        height: -webkit-calc(100vh - 270px);
        height: calc(100vh - 270px);
        padding: 0;
    }

    .chartContainer > .tab-content > .tab-pane {
        display: block;
        height: 0;
        overflow-y: hidden;
    }

    .chartContainer > .tab-content > .active {
        height: -moz-calc(100% - 240px);
        height: -webkit-calc(100vh - 240px);
        height: calc(100vh - 240px);
    }

    .chartContainer.chartContainerHeader {
        border: 0px solid transparent;
        display: block;
    }

    .scrollDivMiddle svg {
        height: -moz-calc(100% - 520px);
        height: -webkit-calc(100vh - 520px);
        height: calc(100vh - 520px);
    }

    .scrollDivMiddleExpand svg {
        height: -moz-calc(100% - 300px);
        height: -webkit-calc(100vh - 300px);
        height: calc(100vh - 300px);
    }

    .scrollDivMiddleExpandCompare svg {
        height: -moz-calc(100vh - 250px);
        height: -webkit-calc(100vh - 250px);
        height: calc(100vh - 250px);
    }

    .chartTable {
        height: 100%;
        width: 99%;
    }

    .chartContainer .scrollDivMiddleThumbnail {
        height: -moz-calc(100% - 7px);
        height: -webkit-calc(100vh - 7px);
        height: calc(100% - 7px);
        overflow-y: auto;
        margin: 0 0 0 0; 
    }

.chartThumbnail {
    padding: 0 10px 0 10px;
    position: relative;
}

.chartThumbnail svg {
	height: -moz-calc(100vh - 520px);
	height: -webkit-calc(100vh - 520px);
	height: calc(100vh - 520px);
	min-height: 170px;
}

.backCompMsg {
	height: -moz-calc(100vh - 520px);
	height: -webkit-calc(100vh - 520px);
	height: calc(100vh - 520px);
	min-height: 170px;
}

.chartThumbnailCompare {
    padding: 0 10px 0 10px;
    position: relative;
}

.chartThumbnailCompare svg {
	height: -moz-calc(100vh - 495px);
	height: -webkit-calc(100vh - 495px);
	height: calc(100vh - 495px);
	min-height: 170px;
}

.backCompMsgCompare {
	height: -moz-calc(100vh - 495px);
	height: -webkit-calc(100vh - 495px);
	height: calc(100vh - 495px);
	min-height: 170px;
}

.chartThumbnail .header {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        color: #2E2E2E;
        padding: 5px 0;
    }

.padding-left-xs {
    padding-left: 10px !important;
}

.padding-right-xs {
    padding-right: 10px !important;
}

.chartCumulative {
    position: relative;
    padding-right: 10px;
    width: 50%;
}

.chartContainer button {
    line-height: .5;
    font-size: 11px;
}
.chartContainer label {
    line-height: .5;
    font-size: 11px;
}
.chartContainer select {
    font-size: 14px;
}

        .chartThumbnail .header a {
            font-size: 12px;
            text-decoration: none;
            cursor: pointer;
        }

    .chartThumbnail span.divider-vertical {
        height: 80px;
        margin: 0 7px;
        border-right: 1px solid #ccc;
    }

.chartContainer .nav.nav-tabs i {
    font-size: 14px;
}

.chartContainer .nv-legend-text {
    font: normal 11px "Helveticia Neue", Helvetica, Arial, sans-serif;
}

.chartContainer .nv-legend-symbol {
    stroke-width: 1px !important;
}

.chartContainer .nvtooltip {
    font-size: 12px !important;
}

.chartContainer .nv-axislabel {
    font-size: 12px !important;
}

.chartContainer svg text {
    font: normal 11px "Helveticia Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .chartContainer .tabset, .tab-content, .tab-pane, .tabbable {
        height: -moz-calc(100vh - 280px);
        height: -webkit-calc(100vh - 280px);
        height: calc(100vh - 280px);
    }


    .chartThumbnail {
        height: -moz-calc(100% - 540px);
        height: -webkit-calc(100% - 540px);
        height: calc(100% - 540px);
        padding-bottom: 20px;
    }
}

.excludedQuantity {
    font-size: 12px;
    margin: 12px 5px 4px 5px;
    cursor: default;
    float: right;
}

/* END */

html, body {
    height: 100% !important;
    margin: 0;
    width: 100%;
}

/*Table*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table thead th {
    font-weight: 600 !important;
}

.table > tbody > tr > td:first-child {
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}
    .table > tbody > tr:last-child {
        border-bottom: 1px solid #ddd;
    }

.table > tbody > tr > td.error {
    background-color: #fbe5e5;
    border-color: #ebccd1;
}

.table > tbody > tr > td.error label {
    color: #4e4e4e;
}

.table > tbody > tr > td.success {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}


.table > tbody > tr > td.warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.errorWidth {
    border: 1px solid #CC0000 !important;
}


.datatopTable > tbody > tr:last-child {
    border-bottom: 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}

td.top {
    vertical-align: top;
}

td.right {
    text-align: right;
}

/*Float Panel */
.floatPanelSmall {
    position: absolute;
    z-index: 98;
    right: 0px;
    height: calc(100% - 50px);
    width: 500px;
    background-color: #fff;
    top: 50px;
    display: block;
    -webkit-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    -moz-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    padding: 0px 20px 20px 20px;
}

.floatPanelSmallObservation {
    position: absolute;
    z-index: 98;
    right: 0px;
    height: calc(100% - 50px);
    width: 500px;
    background-color: #fff;
    top: 50px;
    display: block;
    -webkit-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    -moz-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    padding: 0px 20px 20px 20px;
}

.floatPanelLarge {
    position: absolute;
    z-index: 98;
    right: 0px;
    height: calc(100% - 50px);
    width: 610px;
    background-color: #fff;
    top: 50px;
    display: block;
    -webkit-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    -moz-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    padding: 0 18px;
}

.floatPanelAnalysis {
    position: absolute;
    z-index: 98;
    right: 0px;
    height: calc(100% - 95px);
    width: 500px;
    background-color: #fff;
    top: 96px;
    display: block;
    -webkit-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    -moz-box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    box-shadow: -4px 1px 4px -1px rgba(179,177,179,1);
    padding: 0px 18px 18px 18px;
}

.floatPanelAnalysis .analyses-to-compare {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.floatPanelAnalysis .alert-danger {
    background-image: none;
}

.checklist-header {
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 14px;
}

.showfloatPanel {
    display: block;
}

.showfloatPanelHide {
    display: none;
}

.delinkModel {
    cursor: pointer;
}

#model-content,
.analysis-content {
    position: relative;
}
#model-content-header {
    height: auto;
    display: inline-block;
    width: 100%;
}
#model-content-chart-container.div {
    height: 100%;
}

.model-content-chart {
    display: inline-block;
    width: 100%;
}
.model-content-chart-row {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.model-content-chart-row table,
.data-content-row table{
    border-spacing: 0;
}
.model-content-chart-row table tr:not(:last-of-type) td,
.data-content-row table tr:not(:last-of-type) td {
    border-bottom: 0;
}

.treatmentStrategyPanel .panel-heading {
    padding: 0;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 3px;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 16px;
}

.treatmentStrategyPanel .panel-title a {
    font-weight: normal;
    font-size: 20px;
}

.treatmentStrategyPanel .assetgroupSection select {
    width: 85%;
    float: left;
}

.treatmentStrategyPanel .assetgroupSection i {
    margin-left: 5px;
    margin-top: 7px;
    cursor: pointer;
}

.treatmentStrategyPanel .indentRight {
    padding-left: 15px;
    margin-top: 4px;
    display: block;
}

.treatmentMatrix {
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #eee;
}

div.x-axis-text {
    font-size: 13px;
    font-weight: bold;
    padding-top: 0;
    text-align: center;
}

.showfloatPanel h3, .treatmentStrategyPanel h3 {
    border-bottom: 1px solid #c0c0c0;
    color: #002743;
    padding: 5px 0 11px 0;
    margin: 0;
}

h4 {
    font-size: 16px;
}

.showfloatPanel .heading {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin-bottom: 5px;
}

    .showfloatPanel .heading input {
        font-size: 18px;
        font-weight: lighter;
        display: inline;
        outline: none;
        width: 165px;
    }

    .showfloatPanel .heading a {
        float: right;
        cursor: pointer;
        padding-top: 10px;
        font-size: 12px;
    }

    .linkedInfoRibbon {
    margin-top: 5px;
    }

.mycontent-left {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floatPanelLarge .heading a.ChangeInfo {
    float: none;
    cursor: pointer;
    padding-top: 0px;
}

.showfloatPanel .panel-title a {
    font-weight: normal;
    font-size: 16px;
}

.showfloatPanel .heading input.newData {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    width: 320px;
}

.floatPanelLarge table > thead > tr > th {
    border-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    color: #4e4e4e;
}

.floatPanelLarge table > tbody > tr > td {
    border-top: 0px;
    padding: 3px;
    vertical-align: middle;
}

.floatPanelLarge table > tbody > tr > td:first-child {
    padding-left: 0px;
    color: #a03f9b;
    vertical-align: middle;
    text-align: center; 
}

.showfloatPanel .heading input.measureUnit {
    border: 1px solid #f2f2f2;
    color: #9b9b9b;
    background-color: #fff;
    font-size: 14px;
    padding: 3px 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    width: 187px;
}

.showfloatPanel .heading input.newModel {
    width: 290px;
    margin-right: 2px;
}

.showfloatPanel .help-block {
    margin-bottom: 0;
}

.floatPanelLarge .heading input.newModel {
    width: 300px;
    margin-right: 4px;
}


.showfloatPanel .heading input.measureUnit {
    border: 1px solid #9b9b9b;
    font-size: 14px;
    padding: 3px 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    width: 187px;
}

.treatmentStrategyPanel h4 {
    font-size: 20px;
    font-weight: 700;
}

.treatmentStrategyPanel label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin-top: 4px;
}

.add-more-button {
    margin-top: 6px;
}
.floatPanelLarge label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    margin-top: 7px;
    display: block;
}

.floatPanelLarge .heading label {
    font-size: 12px;
}

.floatPanelLarge .heading label.control.checkbox {
    overflow: visible;
    width: 22px;
}

.floatPanelLarge .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-bottom: 0;
    padding-top: 5px;
}

.floatPanelLarge p.warning {
    color: #8a6d3b;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 12px;
}

.floatPanelLarge .table > thead > tr > th {
    color: #4e4e4e;
    border-bottom: 0px;
    padding-left: 2px;
}

.floatPanelLarge .table > tbody > tr > td {
    border-top: 0px;
    vertical-align: middle;
    padding: 3px;
}

.floatPanelLarge .table {
    margin-bottom: 0px;
}

.floatPanelSmall label {
    margin-top: 7px;
}

.floatPanelSmallObservation label {
    margin-top: 12px;
}

.expTable tr td:nth-child(2) {
    position: relative;
}

.showfloatPanel .panel, .treatmentStrategyPanel .panel {
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    overflow: visible;
}

.floatPanelLarge .form-group, .floatPanelSmall .form-group, .floatPanelSmallObservation .form-group {
    margin-bottom: 5px;
}

.showfloatPanel .panel.panel-default .panel-heading, .treatmentStrategyPanel .panel.panel-default .panel-heading {
    background-color: #fff;
    margin: 8px 0;
}

.showfloatPanel .btn-link, .treatmentStrategyPanel .btn-link {
    color: #a03f9b;
}

.showfloatPanel .scrollDiv {
    overflow-y: auto;
    height: calc(100% - 170px);
    margin: 8px 0 5px 0;
    overflow-x: hidden;
}

    .showfloatPanel .scrollDiv.errScrollDiv {
        height: calc(100% - 195px);
    }

.treatmentStrategyPanel .scrollDiv {
    overflow-y: auto;
    height: calc(100% - 131px);
    margin: 8px 0 5px 0;
    overflow-x: hidden;
}

.showfloatPanel .floatPanelLarge .scrollDiv {
    height: calc(100% - 197px);
}

    .showfloatPanel .floatPanelLarge .scrollDiv.scrollDivSmallest {
        height: calc(100% - 248px) !important;
    }

    .showfloatPanel .floatPanelLarge .scrollDiv.scrollDivMed {
        height: calc(100% - 248px) !important;
    }

    .showfloatPanel .floatPanelLarge .scrollDiv.scrollDivLargest {
        height: calc(100% - 268px) !important;
    }

    .showfloatPanel .floatPanelLarge .scrollDiv.scrollDivLargestdata {
        height: calc(100% - 268px) !important;
    }

    .showfloatPanel .floatPanelLarge .scrollDiv.scrollDivLargestunlinkModel {
        height: calc(100% - 197px) !important;
    }

    .showfloatPanel .floatPanelLarge .scrollDiv.scrollDivMax {
        height: calc(100% - 157px);
    }

    .showfloatPanel .floatPanelAnalysis .scrollDiv.scrollDivAnalysis {
        height: calc(100% - 98px);
    }

    .checkboxLabel{
        font-weight: normal;
    }
    

.showfloatPanel .floatPanelSmallObservation .scrollDiv {
    overflow-y: auto;
    height: calc(100% - 200px) !important;
    margin: 8px 0 5px 0;
    overflow-x: hidden;
}

.showfloatPanel .floatPanelSmallObservation .scrollDiv.errScrollDiv {
    height: calc(100% - 225px) !important;
}

.treatmentStrategyPanel {
    height: 100%;
    padding-left: 10px;
}

    .treatmentStrategyPanel .scrollDiv {
        height: calc(100% - 171px);
        padding-right: 10px;
    }

    .showfloatPanel .bottomCommandBar, .treatmentStrategyPanel .bottomCommandBar {
        border-top: 1px solid #ccc;
        padding-top: 5px;
    }

.showfloatPanel .bottomCommandBar {
    margin-left: 0;
    float: left;
    width: 460px;
    position: absolute;
    bottom: 6px;
}

.floatPanelLarge .alert-danger {
    background-image: none;
}

.floatPanelLarge .bottomCommandBar {
    width: 570px;
}

.bottomCommandBar.row {
    margin-left: 0px;
    margin-right: 0px;
}


.treatmentStrategyPanel .percentage {
    font-weight: normal;
    font-size: 14px;
    color: #555;
}

.treatmentStrategyPanel .message {
    color: #31708f;
    font-weight: lighter;
    font-size: 14px;
}

input[type=range] {
    display: block;
    width: 100%;
    background: #a03f9b;
    -webkit-appearance: none;
    height: 7px;
    margin-top: 8px;
}

.redTxt {
    color: #a03f9b;
}

.editInfoButton {
    float: right;
    display: inline;
    font-size: 12px;
    margin-top: 4px;
}

.editInfoButtonHover {
    background: #f0f0f0;
}

.edit-floatLeftPanel-btn {
    background-color: #f8f8f8;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    color: #2e2e2e;
    cursor: pointer !important;
    display: block;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    width: 25px;
    z-index: 94;
    left: -13px;
    position: absolute;
    top: 24px;
    text-align: center;
    overflow: hidden;
}

    .edit-floatLeftPanel-btn:hover {
        width: 100px;
    }

    .edit-floatLeftPanel-btn i {
        padding: 7px 2px 0px 7px;
    }

.edit-treatmentStrategyPanel-btn {
    background-color: #f8f8f8;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.3);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    color: #2e2e2e;
    cursor: default !important;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 29px;
    width: 204px;
    z-index: 94;
    left: -99px;
    position: absolute;
    top: 210px;
    text-align: center;
}
    .edit-treatmentStrategyPanel-btn i {
        padding: 8px;
        color: #2e2e2e !important;
    }

/*COMMON*/

.panel-title a {
    text-decoration: none;
}

.form-control[disabled] {
    cursor: default;
}


.borderBottom {
    border-bottom: 1px solid #ccc;
    height: 32px;
}

.borderTop {
    border-top: 1px solid #ccc;
}

.datatableWrapper {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: auto;
}

.datatableWrappertext {
    margin-bottom: 10px;
}

    .datatableWrappertext .scrollDiv {
        overflow: auto;
        height: 110px;
        border-bottom: 1px solid #ccc;
    }

.scrollDivData {
    overflow: auto;
    height: -moz-calc(100vh - 420px);
    height: -webkit-calc(100vh - 420px);
    height: calc(100vh - 420px);
}

.datatableWrapper .reloadSection {
    padding-top: 5px;
}

    .datatableWrapper .reloadSection .btn-xs {
        padding-top: 0;
        margin-right: 15px;
    }

    .datatableWrapper .reloadSection span {
        font-size: 12px;
    }

        .datatableWrapper .reloadSection span i {
            font-size: 16px;
        }

.blurMe {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
/*Sidebar Collapse Start*/

.wrapper {
    padding-left: 220px;
    transition: all 0.4s ease 0s;
    height: 100%;
}

.sidebar-wrapper {
    margin-left: 15px;
    left: 0px;
    width: 220px;
    position: fixed;
    height: -moz-calc(100% -155px);
    height: -webkit-calc(100% -155px);
    height: calc(100% - 155px);
    overflow-y: auto;
    transition: all 0.4s ease 0s;
}

.wrapper.active {
    padding-left: 400px;
}

    .wrapper.active .sidebar-wrapper {
        left: 0;
        width: 400px;
    }

.page-content-wrapper {
    width: 100%;
    height: 100%;
}
/*Sidebar Collapse End*/
h2 {
    margin: 0;
}

.datatopTable {
    width: 100%;
    margin: 10px 0 0 0;
}

    .datatopTable thead tr th {
        border-bottom: 1px solid #fff;
    }

    .datatopTable > tbody > tr > td {
        border-left: 1px solid #dbdbdb;
    }

        .datatopTable > tbody > tr > td:first-child, .datatopTable > tbody > tr > td:nth-child(2) {
            border-left: 0px solid #fff;
        }

        .datatopTable > thead > tr > th:nth-child(2), .datatopTable > tbody > tr > td:nth-child(2) {
            border-right: 2px solid #dbdbdb !important;
        }

    .datatopTable > thead > tr > th label {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
        color: #2e2e2e;
    }

    .datatopTable > tbody > tr > td {
        padding: 4px 10px 4px 10px;
    }

        .datatopTable > tbody > tr > td.error {
            background-color: #fbe5e5;
            border-color: #f4b7b7;
        }

        .datatopTable > tbody > tr > td.error label {
            color: #4e4e4e;
        }

        .datatopTable > tbody > tr > td.success {
            background-color: #FFFFFF;
            border-color: #FFFFFF;
        }

        .datatopTable > tbody > tr > td.warning {
            background-color: #fcf8e3;
            border-color: #faebcc;
        }

        .datatopTable > tbody > tr > td.warning label {
            color: #4e4e4e;
        }
    .datatopTable input.form-control {
        border: 1px solid #f2f2f2;
    }


h4 {
    font-weight: normal;
}

    h4 span.hintText {
        color: #9b9b9b;
    }

.overlay {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    height: calc(100% - 47px);
    background-color: #eee;
    opacity: 0.5;
    transition: all linear 0.5s;
    z-index: 95;
}

    .overlay.ng-hide {
        opacity: 0;
    }

.overlayOpaque {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 98%;
    height: calc(100%);
    background-color: #eee;
    opacity: 0.75;
    transition: all linear 0.5s;
    z-index: 95;
}

    .overlayOpaque.ng-hide {
        opacity: 0;
    }

.blankPage {
    padding: 80px 0 0 350px;
    width: 100%;
    background-image: url(./arrow.d3f397ad0e6a5990e658.png);
    background-position: right 284px top 5px;
    background-repeat: no-repeat;
    height: 150px;
}

.checkboxSort {
    padding: 38px 0px 0px 38px;
    background-image: url(./checkboxSort.3d9bc11a7b8e7faa4fb8.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-left: 5px;
    min-width: 0;}

.blankPage h2 {
    font-weight: normal;
}

.blankPage h5 {
    margin: 20px 0;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .blankPage {
        padding: 80px 0 0 110px;
    }
}

.fullHeight {
    height: 100%;
}

.iconwithpointer {
    height: 16px;
    width: 16px;
    cursor: pointer;
    padding-left: 3px;
    color: #9b9b9b;
}

.collapse-btn, .collapse-btn:hover {
    margin-top: 2px;
}

.left-panel a.accordion-toggle .common-error {
    margin-right: 7px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

label.control.radio,
label.control.checkbox {
    margin-left: 2px;
    display: table;
}

.panel-title i {
    color: #9b9b9b;
}
/*COMMON END*/

/* Expression builder*/
.exprbuilderPopup {
    margin-bottom: 0px;
    border: 1px solid #c0c0c0;
    background-color: #f8f8f8;
    padding: 8px;
    font-family: yellix, "century gothic", roboto, arial, sans-serif;
}

    .exprbuilderPopup .form-group {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .exprbuilderPopup select {
        color: #555;
        width: 100%;
        height: 88px;
        font-size: 14px !important;
    }

    .exprbuilderPopup textarea {
        resize: none;
    }

    .exprbuilderPopup .expbtn {
        width: 27px;
        height: 27px;
        padding: 4px;
        border-color: #9b9b9b;
        color: #555;
        margin: 1px;
    min-width: 0;
    }

    .exprbuilderPopup table {
        margin-top: 24px;
        margin-bottom: 10px;
        width: 100%;
        padding: 0px;
    }

        .exprbuilderPopup table > tbody > tr > td {
            padding: 0px;
        }

.expressionButtonPanel {
    position: relative;
}
.expressionButtonPanel .popover {
    width: 530px !important;
    left: -496px !important;
    top: 22px !important;
    max-width: 562px !important;
}

    .expressionButtonPanel .popover.bottom > .arrow {
        left: 97% !important;
    }

.expressionButtonPanel .popover-content {
    margin: 0px;
    padding: 6px;
}

.expressionBuilderPanel .has-error {
    border-color: #CC0000;
}

.expressionHeader button {
    height: 20px !important;
    width: 20px !important;
    line-height: .8;
    padding: 0;
    font-weight: bold;
    color: #4e4e4e;
    min-width: 0;
}

.expressionHeader .help-block {
    margin-bottom: 0;
    font-size: 12px;
}

.expressionCommandBar button {
    margin-right: 5px;
    width: 55px;
}

.floatPanelLarge .exprbuilderPopup label {
    margin-top: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 0;
    }

        .row.no-gutters > [class^="col-"]:last-child,
        .row.no-gutters > [class*=" col-"]:last-child {
            padding-right: 0px;
            padding-left: 0;
        }
/* Expression builder end*/

.nav-tabs > li > a {
    color: #2e2e2e
}

.badge.space {
    margin: 2px;
}

header svg.apps {
    width: 24px;
    height: 24px;
}

header svg.help {
    width: 24px;
    height: 24px;
}

header svg.initials {
    width: 40px;
    height: 24px;
}


header svg.initials text {
    font-size: 10px;
}

.table > thead > tr > th:first-child {
    text-align: left;
}
.nav-tabs>li>a {
    padding: 5px 20px;
}

.strategy-row .alert-danger {
    background-image: none;
}

input[type=number],
.MatrixTextboxNumeric {
    text-align: right !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    margin-right: -10px;
}
.MatrixTextboxNumeric {
    padding-right: 24px;
}
.navbar-dark .navbar-nav .active .nav-link:hover,
.navbar-dark .navbar-nav > li.active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-dark .navbar-nav .active .nav-link:focus,
.navbar-dark .navbar-nav > li.active > a:focus {
    color: #555;
}
.input-group > span.input-group-prepend {
    display: flex;
    align-items: center;
}
.row.containerHeight {
    margin-left: 0;
    margin-right: 0;
}
tree-view ul.nav {
    flex-direction: column;
}
accordion .panel-group .panel {
    margin-bottom: 0;
}
table select.form-control {
     font-size: 14px;
}
.floatPanelLarge input.form-control,
.floatPanelLarge select.form-control,
.popover textarea,
.treatmentStrategyPanel input.form-control,
.treatmentStrategyPanel select.form-control,
.floatPanelAnalysis input.form-control,
.floatPanelAnalysis select.form-control,
.floatPanelSmall input.form-control,
.floatPanelSmall select.form-control {
    font-size: 14px;
}
input.form-control.newModel {
    font-size: 18px;
}
.floatPanelLarge .heading .row {
    width: 100%;
}
.panel-heading .collapse-btn {
    float: left;
}
.expressionButtonPanel button {
    max-height:40px;
}
.popover {
    z-index: 1010;
}
.text-warning {
    color: #ee6700 !important;
}

.popover > .arrow, 
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover-content {
     padding: 9px 14px;
}
a {
    color: #017d80;
    text-decoration: none;
}
a:hover {
    color: #23527c;
    text-decoration: underline;
}

/* -- Bootstrap override -- */
.toast:not(.show) {
    display: block
}
/* ------------------------ */

.chartCotainer ul.nav-tabs {
    min-height: 28px;
    padding-top: 3px;
}
.chartCotainer ul.nav-tabs > li.active {
    border-bottom: white 1px solid;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.middlepaneltopbar .badge {
    font-size: 12px;
}
