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: 10px;
}

.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;
}



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

    font-weight:bold;
    background-color: #fcfcfc;
}

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

    font-weight:bold;
}

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

    font-weight:bold;
}





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

    font-weight:bold;
    background-color: #b59c81;
}

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

    font-weight:bold;
}

.sidebar .kv-sidenav > li.cEngineeringLink > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #b59c81;
    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;
}



.grid-view > .panel-default {
    border:0px;
}

.grid-view > .panel > .table-bordered, .grid-view > .panel > .table-responsive > .table-bordered {
    border: 1px solid #ddd !important;  
}

.footer .database-name {
    color: #a2a2a2;
    font-size: 10px;
    line-height: 10px;
}


#idLoginModal > .modal-dialog > .modal-content,
#idSignupModal > .modal-dialog > .modal-content
{
    background-image: url('../img/tools-slide-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#idLoginModal > .modal-dialog > .modal-content > .modal-header,
#idSignupModal > .modal-dialog > .modal-content > .modal-header
{
    border: 0px;
}

#idLoginModal > .modal-dialog > .modal-content > .modal-footer,
#idSignupModal > .modal-dialog > .modal-content > .modal-footer
{
    padding-top:5px;
    border: 0px;
}

@media (min-width: 768px){
    #idLoginModal > .modal-sm,
    #idSignupModal > .modal-sm
    {
        width: 390px;
    }
}

button.index-primary {
    font-family: Museo-700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #0e678f;
    border: 1px solid #0e678f;
    border-radius: 20px;
    padding: 7px 24px 6px;
    transition: 0.244s;
}
button.index-primary:hover,
button.index-info:hover{

    background-color: #ff9014;
    color: #0e678f;
    border: 1px solid #ff9014;
}

button.index-primary:active,
button.index-info:active {
    opacity: 0.7;
}

/* For form inputs like in excel */

.tabled-inputs {
    width: 100%;
    white-space: nowrap;
}

.tabled-inputs  > tbody > tr > td > label{
    margin-bottom: 1px;
    width: 70px;
}

.tabled-inputs > tbody > tr > td {
    padding: 0px;
    vertical-align: middle;
}

.tabled-inputs > tbody > tr > td > div > input[type="text"] {
    border: 0px none;
    border-radius: 0px;
    height: 20px;
    width: 100%;
    padding: 0;
}

.tabled-inputs > tbody > tr {
    height: 20px;
}

.tabled-inputs > tbody > tr > td:nth-child(1) {
    text-align: right;
    padding-right: 7px;
    overflow: hidden;
}

.tabled-inputs.vertical > tbody > tr > td {
    text-align: center;
}

.tabled-inputs > tbody > tr > td:nth-child(2) {
    width: 110px;
    text-align: center;
}

.tabled-inputs > tbody > tr > td:nth-child(3) {
    width: 60px;
    background: #EEEEEE;
    text-align:center;
    font-size: 13px;
}

.tabled-inputs.vertical > tbody > tr > td:nth-child(3) {
    background: none;
}

.tabled-inputs > thead > tr > td {
    text-align: center;
}

.has-error .form-control {
    border: 1px solid red !important;
}

