/* Minification failed. Returning unminified contents.
(2737,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* NAVIGATION */
nav.nav {
    background-color: #2f4050;
    color: white;
}

.fill-parent-width {
    width: 100%;
}

.fill-parent-height {
    height: 100%;
}

.fill-parent {
    width: 100%;
    height: 100%;
}

nav .navbar-toggle {
    background-color: #337ab7;
}

    nav .navbar-toggle .icon-bar {
        background-color: #2f4050;
    }

nav .navbar-brand,
nav .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
}

    nav .navbar-brand:hover,
    .navbar-brand:focus {
        color: #fff;
    }

nav .nav > li > a {
    transition: all 0.1s;
}

    nav .nav > li > a:hover,
    nav .nav > li > a:focus,
    nav .nav > li.active > a,
    nav .nav > li.active > a:hover,
    nav .nav > li.active > a:focus {
        background-color: #41596f;
        border-left: 5px solid aqua;
    }

/* IBOX */

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

/* BACKGROUNDS */
.gray-bg {
    background-color: #f3f3f4;
}

.white-bg {
    background-color: #ffffff;
}

.navy-bg {
    background-color: #1ab394;
    color: #ffffff;
}

.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}

.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}

.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}

.black-bg {
    background-color: #262626;
}

/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 300px;
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #ddd;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
}

.middle-box h1 {
    font-size: 50px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}

    .lock-word span {
        font-size: 100px;
        font-weight: 600;
        color: #e9e9e9;
        display: inline-block;
    }

    .lock-word .first-word {
        margin-right: 160px;
    }

/* ngGrid */
.gridStyle {
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 400px;
}

.gridStyle2 {
    border: 1px solid #d4d4d4;
    width: 500px;
    height: 300px;
}

.ngHeaderCell {
    border-right: none;
    border-bottom: 1px solid #e7eaec;
}

.ngCell {
    border-right: none;
    background-color: transparent;
}

.ngTopPanel {
    background: #F5F5F6;
}

.ngRow.even {
    background: #f9f9f9;
}

.ngRow.selected {
    background: #EBF2F1;
}

.ngRow {
    border-bottom: 1px solid #e7eaec;
}

a {
    cursor: pointer;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

/* FOOTER */
.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    margin-top: 15px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

.footer-relative {
    position: relative;
}

/* WRAPPERS */
#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 20px 10px 40px;
}

#page-wrapper {
    min-height: 568px;
    position: relative;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-w-xs {
    padding: 0 10px;
}

.p-w-sm {
    padding: 0 15px;
}

.p-w-m {
    padding: 0 20px;
}

.p-w-md {
    padding: 0 25px;
}

.p-w-lg {
    padding: 0 30px;
}

.p-w-xl {
    padding: 0 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

/* FILTERS */
.filters .ui-select-multiple {
    padding: 6px 0 3px 12px;
}

.filters .ui-select-match .ui-select-toggle,
.filters .ui-select-multiple,
.filters select {
    background: none;
    border: none;
    box-shadow: none;
    color: #232323;
}

    .filters .ui-select-match .ui-select-toggle .caret {
        display: none;
    }

.filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}

    .filters .ui-select-match .ui-select-toggle:hover,
    .filters .ui-select-match .ui-select-toggle:active,
    .filters .ui-select-match .ui-select-toggle:focus,
    .filters .ui-select-multiple:hover,
    .filters .ui-select-multiple:active,
    .filters .ui-select-multiple:focus,
    .filters select:hover,
    .filters select:active,
    .filters select:focus {
        box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    }

        .filters .ui-select-match .ui-select-toggle:hover .caret {
            display: inline-block;
        }

.filters .date-picker {
    background-color: transparent;
    border-color: rgba(204, 204, 204, 0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    /*border-left: 1px solid #ccc;*/
}

    .filters .date-picker:hover,
    .filters .date-picker:active,
    .filters .date-picker.active,
    .filters .date-picker:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        background-color: #fff;
        border: 1px solid #ccc;
    }

/* WORKFLOW TITLE*/
.workflow-title .fa-caret-down {
    transition: all linear 0.1s;
    color: rgba(0, 0, 0, .1);
}

.workflow-title:hover .fa-caret-down {
    color: rgba(0, 0, 0, 1);
}

/* CUBE COLORS */
.cube-field {
    color: lime;
}

.cube-reservoir {
    color: red;
}

.cube-well {
    color: yellow;
}

.cube-platform {
    color: blue;
}

/* LANDING PAGE */

.btn:focus {
    outline: none !important;
}

.btn-cube {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 auto 30px;
    color: white;
    background-color: #41596f;
    box-shadow: 0 10px 0 0 #2f4050;
    position: relative;
}

    .btn-cube > span {
        vertical-align: middle;
        line-height: normal;
    }

    .btn-cube:focus,
    .btn-cube:hover {
        color: white;
        box-shadow: 0 7px 0 0 #2f4050;
        top: 3px;
    }

    .btn-cube:active {
        color: white;
        box-shadow: 0 2px 0 0 #2f4050;
        top: 8px;
    }

.btn-field {
    color: white;
    background-color: mediumseagreen;
    box-shadow: 0 10px 0 0 green;
}

    .btn-field:focus,
    .btn-field:hover {
        color: white;
        box-shadow: 0 7px 0 0 green;
    }

    .btn-field:active {
        color: white;
        box-shadow: 0 2px 0 0 green;
    }

.btn-reservoir {
    line-height: 150px;
    color: white;
    background-color: red;
    box-shadow: 0 10px 0 0 darkred;
}

    .btn-reservoir:focus,
    .btn-reservoir:hover {
        color: white;
        box-shadow: 0 7px 0 0 darkred;
    }

    .btn-reservoir:active {
        color: white;
        box-shadow: 0 2px 0 0 darkred;
    }

.btn-well {
    line-height: 150px;
    color: white;
    background-color: #ffe200;
    box-shadow: 0 10px 0 0 orange;
}

    .btn-well:focus,
    .btn-well:hover {
        color: white;
        box-shadow: 0 7px 0 0 orange;
    }

    .btn-well:active {
        color: white;
        box-shadow: 0 2px 0 0 orange;
    }

.btn-landing {
    width: 100%;
    font-size: 30px;
    height: 150px;
}

.btn-max-width {
    width: 100%;
}

.hot-container {
    height: 500px;
    overflow: hidden;
}

/* CARD */

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    cursor: pointer;
}

.card-block {
    padding: 1.25rem;
}

    .card-block::after {
        content: "";
        display: table;
        clear: both;
    }

.card:hover {
    background: #ddd;
}

.card-title {
    margin-bottom: 0.75rem;
    display: inline;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header::after {
        content: "";
        display: table;
        clear: both;
    }

    .card-header:first-child {
        border-radius: 0.25rem 0.25rem 0 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer::after {
        content: "";
        display: table;
        clear: both;
    }

    .card-footer:last-child {
        border-radius: 0 0 0.25rem 0.25rem;
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

    .card-primary .card-header,
    .card-primary .card-footer {
        background-color: transparent;
    }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .card-success .card-header,
    .card-success .card-footer {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-header,
    .card-info .card-footer {
        background-color: transparent;
    }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-header,
    .card-warning .card-footer {
        background-color: transparent;
    }

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

    .card-danger .card-header,
    .card-danger .card-footer {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

    .card-inverse .card-link,
    .card-inverse .card-text,
    .card-inverse .card-subtitle,
    .card-inverse .card-blockquote .blockquote-footer {
        color: rgba(255, 255, 255, 0.65);
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff;
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0.25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

@media (min-width: 544px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }

        .card-deck .card {
            display: table-cell;
            margin-bottom: 0;
            vertical-align: top;
        }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .card-group .card {
            display: table-cell;
            vertical-align: top;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-top,
                .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0;
                }
}

@media (min-width: 544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

/* CUSTOM CARD */

.card.data-card {
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,.04);
    top: 5px;
    cursor: pointer;
    transition: all 0.1s linear;
    margin-bottom: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .card.data-card:hover,
    .card.data-card:focus {
        border-radius: 5px;
        box-shadow: 0 8px 10px 0 rgba(0,0,0,.05);
        top: 0;
    }

.wf-container {
    /*padding-top: 40px;*/
    padding-bottom: 80px;
}

.wf-header {
    background: linear-gradient(to bottom, #41596f 80%, #2f4050 100%);
    padding: 10px 0 20px 0;
}

    .wf-header h1 {
        color: white;
        text-decoration: none;
    }

@media (min-width: 768px) {
    .wf-header {
        padding: 0px 0 10px 0;
        /*background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(/images/bg_1.jpg);*/
        /*background-position: 0 -740px;*/
        /*background-size: 100% auto;*/
    }
}

.wf-sidebar {
    padding-top: 40px;
}

.wf-content {
    padding-top: 40px;
    color: rgb(103, 106, 108);
}

.wt-table {
    overflow-x: auto;
    white-space: nowrap;
}

.wt-tc {
    display: inline-block;
    float: none;
}

.wt-td {
    min-width: 120px;
    min-height: 27px;
    padding: 3px 10px;
    border-top: 1px solid #e7eaec;
}

.wt-th {
    min-width: 120px;
    min-height: 27px;
    padding: 3px 10px;
    border-top: 1px solid #e7eaec;
    font-weight: bold;
}

.wt-table > .wt-tc:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.wt-table > .flagged:nth-of-type(odd) > .wt-th {
    background-color: gold;
}

.wt-table > .flagged:nth-of-type(even) > .wt-th {
    background-color: yellow;
}

.flags .flags-settings {
    margin-top: 5px;
}

    .flags .flags-settings > .row {
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: -15px;
    }

.flags .flags-flags {
    margin-top: 10px;
}

    .flags .flags-flags .panel {
        margin-bottom: 5px;
    }

#gleChart .c3-line {
    stroke-width: 0;
}

.chart {
    min-height: 320px;
    max-height: 100% !important;
}

.resizable .resizable-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.landing-bg {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(/images/bg_2.jpg);
    background-size: cover;
    position: sticky;
}

.diamond {
    width: 200px;
    height: 200px;
    color: white;
    background-color: #41596f;
    margin: auto;
    box-shadow: -5px 5px 5px 0 rgba(0,0,0,0.5);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 10px;
    transition: all 0.1s ease-in;
}

    .diamond div {
        color: black;
        width: 186px;
        height: 186px;
        vertical-align: middle;
        line-height: 186px;
        font-size: 36px;
        font-weight: 600;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

.diamond-field {
    background-color: lime;
    border-top: 7px solid greenyellow;
    border-right: 7px solid greenyellow;
    border-left: 7px solid green;
    border-bottom: 7px solid green;
}

    .diamond-field:focus,
    .diamond-field:hover {
        box-shadow: -10px 10px 10px 0 rgba(0,0,0,0.5);
        top: 5px;
    }

    .diamond-field:active {
        box-shadow: -7px 7px 7px 0 rgba(0,0,0,0.5);
        top: 8px;
    }

.children-field {
    box-shadow: -5px 5px 5px 0 rgba(0,0,0,0.5);
    background-color: lime;
    border-top: 4px solid greenyellow;
    border-right: 4px solid greenyellow;
    border-left: 4px solid green;
    border-bottom: 4px solid green;
    color: black;
}

.diamond-reservoir {
    background-color: red;
    border-top: 7px solid salmon;
    border-right: 7px solid salmon;
    border-left: 7px solid darkred;
    border-bottom: 7px solid darkred;
}

    .diamond-reservoir:focus,
    .diamond-reservoir:hover {
        box-shadow: -10px 10px 10px 0 rgba(0,0,0,0.5);
        top: 5px;
    }

    .diamond-reservoir:active {
        box-shadow: -7px 7px 7px 0 rgba(0,0,0,0.5);
        top: 8px;
    }

.diamond-well {
    background-color: #ffe200;
    border-top: 7px solid yellow;
    border-right: 7px solid yellow;
    border-left: 7px solid orange;
    border-bottom: 7px solid orange;
}

    .diamond-well:focus,
    .diamond-well:hover {
        box-shadow: -10px 10px 10px 0 rgba(0,0,0,0.5);
        top: 5px;
    }

    .diamond-well:active {
        box-shadow: -7px 7px 7px 0 rgba(0,0,0,0.5);
        top: 8px;
    }

.children-well {
    box-shadow: -5px 5px 5px 0 rgba(0,0,0,0.5);
    background-color: #ffe200;
    border-top: 4px solid yellow;
    border-right: 4px solid yellow;
    border-left: 4px solid orange;
    border-bottom: 4px solid orange;
    color: black;
}

.c3-legend-item {
    font-size: 13px;
}

.landing-stat {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

    .landing-stat .row {
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgba(192, 192, 192, 0.15);
        margin-bottom: 5px;
    }

    .landing-stat .stat-hd {
        font-weight: bold;
    }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: aqua;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

a.inactive {
    color: rgba(51, 122, 183, 0.4);
}

.note-remarks {
    resize: vertical;
    min-height: 120px;
}

form[name="vlpForm"] .input-group-addon,
form[name="iprForm"] .input-group-addon {
    min-width: 95px;
    text-align: left;
}

/* Social feed */
.social-feed-separated .social-feed-box {
    margin-left: 62px;
}

.social-feed-separated .social-avatar {
    float: left;
    padding: 0;
}

    .social-feed-separated .social-avatar img {
        width: 52px;
        height: 52px;
        border: 1px solid #e7eaec;
    }

.social-feed-separated .social-feed-box .social-avatar {
    padding: 15px 15px 0 15px;
    float: none;
}

.social-feed-box {
    /*padding: 15px;*/
    border: 1px solid #e7eaec;
    background: #fff;
    margin-bottom: 15px;
}

.article .social-feed-box {
    margin-bottom: 0;
    border-bottom: none;
}

    .article .social-feed-box:last-child {
        margin-bottom: 0;
        border-bottom: 1px solid #e7eaec;
    }

    .article .social-feed-box p {
        font-size: 13px;
        line-height: 18px;
    }

.social-action {
    margin: 15px;
}

.social-avatar {
    padding: 15px 15px 0 15px;
}

.social-comment .social-comment {
    margin-left: 45px;
}

.social-avatar img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.social-avatar .media-body a {
    font-size: 14px;
    display: block;
}

.social-body {
    padding: 15px;
}

    .social-body img {
        margin-bottom: 10px;
    }

.social-footer {
    border-top: 1px solid #e7eaec;
    padding: 10px 15px;
    background: #f9f9f9;
}

    .social-footer .social-comment img {
        width: 32px;
        margin-right: 10px;
    }

.social-comment:first-child {
    margin-top: 0;
}

.social-comment {
    margin-top: 15px;
}

    .social-comment textarea {
        font-size: 12px;
    }

.sidebard-panel .feed-element,
.media-body,
.sidebard-panel p {
    font-size: 12px;
}

.fill-height-container {
    padding-bottom: 0px;
}

.fill-height {
    height: 100%;
}

.flex {
    display: flex;
    justify-content: flex-start;
}

.panel {
    flex-basis: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.panel-bottom {
    flex-grow: 1;
    background: #f8f8f8;
    height: 100%;
}

.content {
    flex-grow: 1;
    padding: 10px;
}

select.well-selector {
    width: 100%;
    height: 100%;
    outline: none;
}

    select.well-selector option {
        padding: 10px;
    }

input.well-filter {
    border-radius: 0px;
}

.filter-date {
    width: 200px;
    display: inline-block;
    margin-top: 3px;
}

.subform-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: right;
}

input.ng-invalid {
    border: 1px solid red;
}

.ps-field {
    width: 200px !important;
    display: inline-block !important;
}

.htdimmed {
    color: green;
}

.inline-block {
    display: inline-block;
}

input.cf-input {
    padding-left: 5px;
}

.formula {
    font-style: italic;
}

.super {
    vertical-align: super;
    font-size: 10px;
}

.graph-title {
    font-size: 20px;
    text-align: center;
}

.alloc-graph {
    height: 90% !important;
    max-height: 90% !important;
}

.individual-well {
    margin-top: 100px;
}

.note-image {
    position: relative;
    background-color: #fcfcfc;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px;
}

.full-width {
    width: 100%;
}

.action-dropdown {
    margin-left: 5px;
}

.axis-title {
    font-size: 17px;
}

.axis-subtitle {
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.axis-box {
    width: 100%;
    padding: 3px 3px;
    margin-top: 10px;
    border-radius: 6px;
}

    .axis-box.selected {
        background: #eee;
    }

.axis-table {
    font-size: 12px;
}

    .axis-table td {
        padding: 10px 5px;
    }

    .axis-table .table-label {
        font-size: 12px;
        width: 100%;
        font-weight: bold;
    }

    .axis-table .table-input select,
    .axis-table .table-input input {
        width: 100%;
        min-width: 100px;
    }

    .axis-table .table-input select {
        padding: 3px;
    }

.tiny-input {
    width: 100px;
    font-size: 12px;
    text-align: right;
}

.filter-wrapper {
    padding: 0px 15px 10px 20px;
    width: 100%;
}

.allocation-panel {
    margin-bottom: 60px;
}

    .allocation-panel .wf-sidebar,
    .wf-sidebar.slim {
        padding-top: 10px;
    }

    .allocation-panel .panel-title {
        font-weight: bold;
        margin-bottom: 10px;
    }

.search-input,
.tree-search {
    padding: 7px 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
    background: #fcfcfc;
}

.tree-wrapper {
    padding-left: 20px;
    overflow-x: auto;
}

.jstree-node {
    padding: 2px 0px;
}

.graph-content {
    padding-top: 6px;
}

.graph-wrapper,
.graph-sidebar {
    padding-right: 15px;
    overflow: auto;
    overflow-x: hidden;
}

.graph-container {
    padding: 10px;
    cursor: pointer;
}

    .graph-container.selected {
        border: 1px solid #666;
        border-top: 2px solid #666;
        background-color: #fafafa;
    }

    .graph-container:hover {
        background-color: #f8f8f8;
    }

.activity-item {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 350px;
    padding: 16px 20px !important;
}

    .activity-item .inner {
        width: 80%;
        padding-left: 10px;
        white-space: normal !important;
    }

    .activity-item .icon {
        width: 20%;
        padding: 5px;
    }

        .activity-item .icon img {
            width: 100%;
            height: 100%;
        }

    .activity-item .time {
        font-style: italic;
        font-size: 12px;
    }

.view-all {
    padding: 10px;
    width: 100%;
}

    .view-all a {
        text-align: center;
        display: block;
        float: left;
        width: 100%;
    }

.user-item {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 200px;
    padding: 16px 20px !important;
}

    .user-item .inner {
        width: 70%;
        padding-left: 10px;
        white-space: normal !important;
    }

    .user-item .icon {
        width: 30%;
        padding: 5px;
    }

        .user-item .icon img {
            width: 100%;
        }

.activity-table img {
    height: 30px;
}

.activity-table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.activity-frame {
    max-height: 300px;
    overflow-y: auto;
    margin: 0px 10px 0px 0px;
}

.animate-show-hide.ng-hide {
    opacity: 1;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}

.cursor-pointer {
    cursor: pointer;
}

.panel-wrapper {
    height: 100%;
    padding: 12px 0px;
}

    .panel-wrapper table {
        width: 100%;
        height: 100%;
    }

.button-wrapper {
    width: 100%;
    margin-top: 10px;
}

.fade-div {
    opacity: 0.6;
}

.attachment-preview {
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    color: black;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.download-button {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    color: springgreen;
}

.exit-button {
    color: red;
}

.view-button {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    color: blue;
}

.zebra-cross-light {
    background-color: white;
}

.zebra-cross-dark {
    background-color: rgb(245, 245, 245);
}

.card-box-title {
    margin-left: 10px;
    color: rgb(114, 114, 114);
}

.card-box-title-icon {
    text-align: left;
    margin-top: 15px;
    margin-left: 15px;
}

.card-box-content {
    margin-bottom: 20px;
    margin-top: 0px;
}

.card-box-button {
    text-align: center;
    margin-top: 15px;
}

.card-box-header {
    margin-bottom: 2%;
    margin-top: 0%;
}

.side-menu select {
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    background-color: #fefefe;
}

.side-menu .filter-wrapper,
.side-menu .tree-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.side-menu .tree-search {
    border-bottom: 1px solid #eee;
}

.side-menu .side-title,
.side-title {
    font-weight: bold;
    padding: 20px 0px 10px 5px;
    font-size: 12px;
    border-bottom: 1px solid #8aa7bf;
    color: #235e90;
}

.side-menu .menu-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #347bb7;
}

    .side-menu .menu-item:hover {
        background: #eee;
    }

.prod-tab {
    margin-top: 20px;
}

.filter-dropdown-menu {
    /*position:absolute;*/
}

.filter-dropdown-menu-button {
    position: relative;
    top: -1px;
}

.filter-dropdown-menu-title {
    display: inline-block;
}

.float-menu {
    left: -36px;
    min-width: unset;
}

.notes-bottom-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

.table-fixedlayout {
    table-layout: fixed;
}

.table-welltest tr th {
    min-width: 100px;
    vertical-align: middle !important;
    text-align: center !important;
    word-wrap: break-word;
}

.table-welltest tr td {
    min-width: 100px;
    text-align: center !important;
    word-wrap: break-word;
}

    .table-welltest tr td div {
        word-wrap: break-word;
    }

.welltest-table-wrapper {
    padding-top: 20px;
}

.welltest-legend {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 10px 0px 10px;
    border-radius: 10px;
}

.welltest-legend-text {
    display: inline-block;
}

@media (max-width: 1250px) {
    .small-col-title {
        /*position: relative;*/
        /*left: 5px;*/
        /*width: 70px;*/
        /*top: -19px;*/
    }

    .small-col-filter-button {
        position: relative;
        float: left;
        /*left: -7px;*/
        top: -1px;
    }
}

.axis-table select {
    width: 100%;
    padding: 3px;
    text-align: right;
}

.axis-table .table-input select {
    text-align: right;
}

.reservoir-text {
    font-size: 11px;
    font-style: italic;
}

.welltest-data {
    position: relative;
}

    .welltest-data:hover {
        background: #dedede;
        cursor: pointer;
    }

.table-welltest tr th {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41596f+0,374b5e+100 */
    background: #41596f; /* Old browsers */
    background: -moz-linear-gradient(top, #41596f 0%, #374b5e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #41596f 0%,#374b5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #41596f 0%,#374b5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41596f', endColorstr='#374b5e',GradientType=0 ); /* IE6-9 */
    color: white;
}

.table-welltest {
    display: inline-table;
    table-layout: auto;
    margin-bottom: 0;
    border-top: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px !important;
}

.table-welltest tr th.blank,
.table-welltest tr td.blank {
    background: white !important;
    border: white !important;
    width: 10px !important;
}

.pqcurve-modal {
    position: absolute;
    left: 60px;
}

.graph-chart-select {
    width: 90px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .graph-chart-select.selected,
    .graph-chart-select:hover {
        background: #eee;
    }

    .graph-chart-select img {
        margin: 10px 30px;
    }

    .graph-chart-select .chart-name {
        font-size: 12px;
    }

.axis-subtitle:hover {
    background: #eee;
    cursor: pointer;
}

.pop-down-alert {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}

.pop-down-alert-exit {
    position: relative;
    left: -11px;
    top: -5px;
}

.chk-indiewell {
    margin: 10px 0px 0px 10px;
    font-weight: normal;
}

    .chk-indiewell input {
        vertical-align: text-bottom;
    }

.table-title {
    margin-top: 6px;
    font-weight: bold;
    font-size: 18px;
    color: #2f4050;
}

    .table-title a {
        font-size: 14px;
    }

.column-header {
    font-weight: bold;
}

.table.table-nodal td {
    padding: 5px !important;
    text-align: center;
    vertical-align: middle;
}

.well-display {
    padding: 15px;
    margin-right: 15px;
    width: 85px;
    float: left;
    text-align: center;
    background-color: #eaeaea;
    min-height: 150px;
    position: relative;
}

/*.reservoir-component {
    position: absolute;
}*/

.reservoir-display {
    text-align: left;
    min-height: 550px;
}

.padding-top-15 {
    padding-top: 15px;
}

.reservoir-table {
    width: 100px;
    display: table-cell;
    margin-bottom: 20px;
}

/*.well-list {
    list-style: none;
    border: 1px solid #eaeaea;
    padding: 15px;
}

.well-list li {
    border-radius: 4px;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: #eaeaea;
    font-weight: bold;
}*/

.well-list ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

    /**
* The dndDraggingSource class will be applied to
* the source element of a drag operation. It makes
* sense to hide it to give the user the feeling
* that he's actually moving it.
*/
    .well-list ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    /**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
    .well-list ul[dnd-list] .dndPlaceholder {
        background-color: #ddd;
        display: block;
        min-height: 42px;
    }

    .well-list ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        display: block;
        padding: 10px 15px;
        margin-bottom: 5px;
    }

        /**
* Show selected elements in green
*/
        .well-list ul[dnd-list] li.selected {
            background-color: #dff0d8;
            color: #3c763d;
        }

.reservoir-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.reservoir-label {
    max-width: 40px;
    font-weight: 100;
    display: inline-block;
    word-wrap: break-word;
    margin-left: 5px;
    vertical-align: middle;
}

.reservoir-box {
    color: white;
    opacity: 0.8;
    padding: 3px 5px 3px 10px;
    width: 85px;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #888;
    border: 2px solid white;
    cursor: pointer;
    transition: 0.2s all;
}

    .reservoir-box:hover {
        transform: scale(1.05);
    }

.reservoir-component:hover {
    z-index: 3000;
    opacity: 1;
}

.attachment-preview-label {
    background-color: rgba(255,255,255,0.7);
    font-size: 20px;
    color: black;
    width: 100%;
    text-align: center;
}

.media-body-text {
    font-size: 14px;
}

.no-resize {
    resize: none;
}

.welltest-modal-table-fontsize {
    font-size: 12px;
}

.table-wt-pqcurve th,
.table-wt-pqcurve td {
    text-align: center;
}

@media (max-width: 2500px) {
    .welltest-popup-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .welltest-popup-table-responsive > .table {
            margin-bottom: 25px;
        }

            .welltest-popup-table-responsive > .table:last-child {
                margin-bottom: 0;
            }

            .welltest-popup-table-responsive > .table > thead > tr > th,
            .welltest-popup-table-responsive > .table > tbody > tr > th,
            .welltest-popup-table-responsive > .table > tfoot > tr > th,
            .welltest-popup-table-responsive > .table > thead > tr > td,
            .welltest-popup-table-responsive > .table > tbody > tr > td,
            .welltest-popup-table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }
}

.hr-2px {
    height: 2px;
    border: none;
    color: #191818;
    background-color: #e1e1e2;
    margin-top: 40px;
    margin-bottom: 30px;
}

.add-data {
    margin-top: -50px;
    margin-bottom: 82px;
}

.pq-title {
    margin-bottom: 20px;
}

.col-1-unlocked {
    width: 3%;
}

.col-2-unlocked {
    width: 16%;
}

.col-3-unlocked {
    width: 9%;
}

.col-4-unlocked {
    width: 10%;
}

.col-5-unlocked {
    width: 51%;
}

.col-6-unlocked {
    width: 10%;
}

.col-7-unlocked {
    width: 1%;
}

.col-1-locked {
    width: 5%;
}

.col-2-locked {
    width: 13%;
}

.col-3-locked {
    width: 11%;
}

.col-4-locked {
    width: 12%;
}

.col-5-locked {
    width: 34%;
}

.col-6-locked {
    width: 25%;
}

.td-date {
    display: inline-block;
    padding: 5px;
}

.td-remarks {
    word-wrap: break-word;
    text-wrap: pretty;
    outline: none;
    /*width: 520px;*/
    height: inherit;
    resize: none;
    display: inline-block;
    padding: 5px;
    text-align: left;
}

.td-wellstring {
    word-wrap: break-word;
    outline: none;
    width: 80px;
    height: inherit;
    resize: none;
    display: inline-block;
    padding: 5px;
}

.td-category {
    word-wrap: break-word;
    outline: none;
    width: 120px;
    height: inherit;
    resize: none;
    display: inline-block;
    padding: 5px;
}

.cat-dropdown {
    display: block;
    word-wrap: break-word;
    width: 250px;
    height: auto;
}

@media (min-width: 1500px) {
    .wellnote-remarks-cell {
        width: 750px;
    }
}

.vparam-group {
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.app-modal-window .modal-dialog {
    width: 1300px;
    max-width: 100%;
}

.field-test-label {
    /*position: absolute;
    right: 0;
    left: auto;*/
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 65px;
    margin-top: -10px;
    margin-bottom: -5px;
}

.jstree-checkbox-disabled {
    display: none !important;
}

.c3-region.regionX {
    fill: blue;
}

.well-log-options {
    margin-bottom: 5px;
}

.well-log-sort {
    position: relative;
    top: 10px;
}

.all-month-notes {
    /*word-wrap: break-word;*/
    /*outline: none;
    resize: none;*/
    /*display: inline-block;*/
    padding: 10px;
    /*max-width: 1000px;
    width: 100%;*/
    overflow-wrap: break-word;
}

.all-month-notes-label {
    width: 100%;
    max-width: 180px;
    margin: 10px;
    font-weight: bold;
    overflow-wrap: break-word;
}

.previous-month-notes-label-1 {
    width: 180px;
    margin: 10px;
    /*margin-bottom: 0px;*/
}

.previous-month-notes-label-2 {
    width: 180px;
    margin: 10px;
    margin-top: 0px;
    text-align: center;
}

.side-input-table {
    border: 1px solid #eee;
    margin: 10px;
}

    .side-input-table tr {
        border-bottom: 1px solid #eee;
    }

.side-label {
    font-size: 12px;
    padding: 10px;
    background-color: #f3f3f3;
    font-weight: bold;
}

.side-input {
    font-size: 12px;
    padding: 10px;
}

    .side-input input {
        width: 100%;
    }

.welltest-table {
    height: 275px;
    overflow-y: scroll;
    /*overflow-x: scroll;*/
}

.welltest-table-2 {
    height: 275px;
    overflow-y: scroll;
    overflow-x: auto;
}

.yellow-bg-wtmdl {
    background-color: #ffff80;
}

.red-bg-wtmdl {
    background-color: #fbb4b4;
}

.wellTest-table-space {
    width: 30px;
}

.welltest-table .table .wt-tbl-cell {
    padding: 5px 10px 5px 10px !important;
}

.row div {
    -webkit-transition: width 0.3s ease, margin 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease;
}

#togIcon {
    margin-right: 1%;
}

.col-xs-0 {
    width: 0%;
    float: left;
    position: relative;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-md-0 {
    width: 0%;
    float: left;
    position: relative;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.animate-if {
    padding-bottom: 15px;
}

    .animate-if.ng-enter, .animate-if.ng-leave {
        transition: 0s;
    }

        .animate-if.ng-enter,
        .animate-if.ng-leave.ng-leave-active {
            opacity: 0;
        }

            .animate-if.ng-leave,
            .animate-if.ng-enter.ng-enter-active {
                opacity: 1;
            }

.import-wizard-dialog .modal-dialog {
    width: 700px;
}

.modal-header-import-wizard {
    min-height: 65px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.handsontable .htDimmed {
    color: #000;
}

.panel panel-primary {
    border-color: #ddd;
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

@media screen and (max-width: 1950px) and (max-height:1080px) {
    svg.nvd3-svg {
        height: 350px;
    }
}

@media screen and (max-width: 1280px) and (max-height:800px) {
    svg.nvd3-svg {
        height: 300px;
    }
}

@media screen and (max-width: 992px) {
    svg.nvd3-svg {
        height: 300px;
    }
}

.well-with-data {
    background-color: #E6E6FA;
}
}

.dropdown-check-list {
    display: inline-block;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
    }

        .dropdown-check-list .anchor:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }

.highlight-background {
    background-color: #7ee4f95c;
}

.highlight-row {
    background-color: #eaea5530;
}

.sidenav {
    height: 100%;
    width: 230px;
    position: fixed;
    z-index: 1;
    right: 0;
    overflow-x: hidden;
}

