html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.wrap > .container-fluid {
    padding-top: 70px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    /*white-space: nowrap;*/
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

.main {
    padding-left: 10px;
    padding-right: 3px;
}

.nav-pills > li.active > a {
    color: inherit;
    background-color: inherit;
}

.nav-pills > li.active > ul > li.active > a {
    color: #fff;
    background-color: #337ab7;
}

.sidebar {
    font-size: smaller;
}

.form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
    padding: 0px !important;
    line-height: 1;
}

.table-bordered > tbody > tr > td {
    white-space: nowrap;
}

.filters input {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.filters .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 24px;
}

.filters .select2-container--krajee .select2-selection--single {
    height: 25px;
    line-height: 1;
}

.filters .select2-container--krajee .select2-selection__clear {
    line-height: 1;
    margin-right: 0px;
    opacity: 0.7;
}

.output_small {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.form-inline .form-group .select2-container--krajee {
    display: inline-block;
}

a.kv-toggle {
    font-weight: bold;
}

.kv-sidenav .active > a > span > .indicator {
    color: #555555 !important;
}

.ep-grouped-row {
    background-color: #FFF0F5!important;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left !important;
    line-height: 1.7em !important;
    padding-left: 10px;
}


ul > li > ul > li > a.kv-toggle {
    padding-left: 22px !important;
}

span.negative {
    color: red;
}

span.positive {
    color: green;
}

.progress-bar {
    overflow-x: visible;
    color: black;
    box-shadow: none;
}

.progress {
    margin-bottom: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.loading-indicator {
    height: 100%;
    width: 100%;
    background: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
}



.sidebar .nav > li > a {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.sidebar .kv-sidenav > li {

    color: #fff;
    background-color: #a2a2a2;
    border-radius: 5px;

}

.sidebar .kv-sidenav > li > a {
    color: #fff;
    border-radius: 5px;

    font-weight:bold;
}

.sidebar .kv-sidenav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #a2a2a2;
    border-radius: 5px;

    font-weight:bold;
}

.sidebar .kv-sidenav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #a2a2a2;
    border-radius: 5px;

    font-weight:bold;
}

.sidebar .kv-sidenav .active > ul {
    background-color: #FFFFFF;
}

.sidebar .kv-sidenav li a {
    border-bottom: 0px;
}


.nav-pills > li.active > ul > li.active > a {
    color: #fff;
    background-color: #666666;

    border-radius: 5px;
}

.sidebar > div.panel {

    border-color: #FFFFFF;

}


a {
    color: #555555;
    text-decoration: none;
}

.navbar-fixed-top {

    background-color: #222;
}



.sidebar .kv-sidenav > li.cDashboardLink > a {
    color: #fff;
    border-radius: 5px;

    font-weight:bold;
    background-color: orange;
}

.sidebar .kv-sidenav > li.cDashboardLink > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: orange;
    border-radius: 5px;

    font-weight:bold;
}

.sidebar .kv-sidenav > li.cDashboardLink > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: orange;
    border-radius: 5px;

    font-weight:bold;
}

.rating {
    width: 20px;
    height: 14px;
}

.rating-no-move {
    background: url('../img/rating/grey-triangle-left-32.png') no-repeat;
    background-size: 14px 14px;
    display: inline-block;
}

.rating-move-down {
    background: url('../img/rating/red-triangle-down-32.png') no-repeat;
    background-size: 14px 14px;
    display: inline-block;
}

.rating-move-up {
    background: url('../img/rating/green-triangle-up-32.png') no-repeat;
    background-size: 14px 14px;
    display: inline-block;
}

.width60px {
    width: 60px !important;
}

@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

.color-gas {
    color: #ff0000;
}

.color-water {
    color: CornflowerBlue;
}

.color-oil {
    color: Green;
}

.color-condensate {
    color: #86b300;
}

.color-lpg {
    color: #00b33c;
}

.color-sourcewater {
    color: DeepSkyBlue;
}
.table td a:not(.btn) {
    text-decoration: underline;
    color: #337ab7;
}

.filters .input-group-addon {
    padding: 4px 12px;
}

.text-left {
    text-align: left !important;
}

.hierarchy.sublevel1 {
    padding-left: 15px !important;
}

.hierarchy.sublevel2 {
    padding-left: 30px !important;
}

.hierarchy.sublevel3 {
    padding-left: 45px !important;
}

.hierarchy.sublevel4 {
    padding-left: 60px !important;
}