html,
body {
    height: 100%;
    font-size: 12px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 60px 30px 0;
    padding: 0;
}

.navbar-collapse{
    font-size: 14px;
}

.panel.active{
    width: 250px; 
    float: left; 
    transition: all 0.1s ease 0s;
    margin-bottom:0px;
}

.panel.inactive{
    transition: all 0.1s ease 0s;
    border: none;
    width: 0px;
    float: left; 
    left: -240px;
}

.panel.inactive .panel-heading{
    display: none;
}

.panel.inactive .nav > li > a{
    display: none;
}

.wrap > .navbar-sticky-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.wrap > .container {
    padding: 20px 15px;
}

.wrap .container .collapse ul.navbar-nav.firmMenu {
    margin-right: 40px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    /*margin-top: 20px;*/
}

h1, .h1{
    margin-top: 10px;
    margin-bottom: 20px;
}

h2.title {
    border-bottom:1px solid #ddd;
    height: 35px;
    margin-bottom: 20px;
}

h3.title {
    border-bottom:1px solid #ddd;
    height: 30px;
    margin-bottom: 20px;
}

h4.title {
    border-bottom:1px solid #ddd;
    height: 25px;
    margin-bottom: 20px;
}

.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}

.modal-dialog {
    margin: 30px auto;
    width: 700px;
}

.content-wrapper{
    border: 1px solid #ccc; 
    border-radius: 5px;
}

.content-title{
    background-color: #eee;
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    padding: 10px; 
    margin: 0; 
    border-bottom: 1px solid #ccc;
}

.main-content{
    padding: 15px 15px 0 15px;
}

.list-content{
    padding: 15px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view{
    min-height: 270px;
}

.grid-view.tab-grid{
    min-height: 90px;
}

.grid-view tbody tr{
    cursor: pointer;
}

.grid-view tbody tr.no-pointer{
    cursor: default;
}

.grid-view tbody td.no-pointer{
    cursor: default;
}

table.detail-view th {
    width: 40%;
}

table.detail-view td {
    width: 60%;
}


/*@media (min-width:769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}*/

.dropdown .dropdown-menu li .menu-item {
    display: block;
}

.customerDropdown a.dropdown-toggle{
    padding: 10px;
}

.customerDropdown a.dropdown-toggle .badge{
    font-size: 16px;
    padding: 5px 8px;
}

.headerCustomer{
    margin: 15px 5px;
    font-style: italic;
    color: #555;
}


.table tfoot .total td {
    /*background-color: red;*/
    border: none;
    border-top: 2px solid #ccc;
}

.table.mobile-table tr {
    min-height: 30px;
    font-size: 18px;
}

.tab-content{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 10px 0px 10px;
}

/* 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;
}

span.glyphicon{
    margin-right: 5px;
}

span.fa{
    margin-right: 5px;
}

span.icon-right{
    margin-right: 5px;
}

form .required label:after {
    content: " *"; color: red;
}

form label.required:after {
    content: " *"; color: red;
}

form label.label-claim:after {
    content: " *"; color: red;
}

form .formInput input[type="checkbox"]{
    margin: 10px 0 0;
}

.form-horizontal .control-label{
    text-align:left;
}

.form-control{
    font-size: 12px;
    height: 30px;
    padding: 5px 12px;
}

.form-group{
    margin-bottom: 5px;
}

.form-buttons{
    padding:5px 15px;
    margin-top: 10px;
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-control-substitute {
    padding: 6px 0;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.tab-buttons{
    margin-left:-10px; 
    margin-right: -10px;
    border-top: 1px solid #ddd;
}

.tab-buttons div{
    background-color: #eee;
    padding: 5px 10px;
}

.form-control.no-border{
    border: none;
    box-shadow: none;
}

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;
}

.glyphicon[data-toggle="popover"]{
    cursor: pointer;
}

.popover {
    z-index: 1060;
}

/*Filter Form*/
.filterForm{
    padding: 10px 15px;
    /*padding-bottom: 10px;*/
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 12px;
}

.filterForm .form-control{
    font-size: 12px;
}

.filterForm .form-group .form-control{
    height: 32px;    
}

.filterForm .form-group{
    margin-bottom: 0px;
}

/*Filter Buttons*/
.filterButtons{
    margin-top: 10px;
}

.filters th a{
    font-size: 12px;
    /*padding: 6px;*/
    /*min-width: 85px;*/
}


#filter-search-button {
    display: inline;
    width: 33px;
}

#filter-reset-button {
    display: inline;
    width: 33px;
    margin-left: 5px;
}

.filters span.glyphicon{
    margin: 0px;
}

.btn .caret {
    margin-left: 5px;
}

.shaded{
    background-color: #ccc;
    padding: 15px;
    border-radius: 5px;
}

.btn.btn-file{
    font-size: 11px;
}

/*colors*/
.white{
    color: #fff;
}

.gray{
    color: #9d9d9d;
}

.black{
    color: #333;
}

.red{
    color: #f2dede;
}

.tableProducts{
    margin-top: 15px;
}

.card{
    width: 100%;
    height: 35%;
}

.progress-bar-vertical {
    width: 60px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    float: left;
}

.progress-bar-bf95 {
    background-color: #007639;
}

.progress-bar-bf98 {
    background-color: #70aa2c;
}

.progress-bar-diesel {
    background-color: black;
}

.progress-bar-diesel-special {
    background-color: #7e7e7e;
}

.label-bf95 {
    background-color: #007639;
}

.label-bf98 {
    background-color: #70aa2c;
}

.label-diesel {
    background-color: black;
}


.label-diesel-special {
    background-color: #7e7e7e;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

#report-help{
    padding: 0;
}

.report-help-text{
    padding: 15px;
}



/**
 * ╔═════════╗
 * ║ Select2 ║
 * ╚═════════╝
 */

.select2-container--krajee .select2-selection{
    font-size: 12px;
}

.select2-container--krajee .select2-selection--single{
    height: 30px;
    font-size: 12px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    height: 28px;
}

.select2-container--krajee .select2-selection__clear{
    line-height: 1;
}

.select2-container--bootstrap .select2-selection__clear{
    font-size: 18px;
    line-height: 1;
}

.select2-container--bootstrap li.select2-results__option .select2-results__group {
    background-color: #337ab788;
    background-color: #777;
    font-size: 14px;
    color: white;
    margin-top: 18px;
}
.select2-container--bootstrap li.select2-results__option:first-of-type .select2-results__group {
    margin-top: 0;
}



/*Overwrite Datepicker Icon-padding*/
.input-group-addon{
    padding: 4px 12px;
}

.select2-container--bootstrap .select2-selection--single{
    height: 30px;
}

.select2-container--bootstrap .select2-selection{
    font-size: 12px;
}

/*Sortable Grid-Item*/

.grid-item{
    display:table-cell; 
    vertical-align: middle; 
    min-width: 180px;
    height: 40px;
}

.sortable li{
    padding: 0px;
    margin: 6px;
}

.sortable.grid li{
    float:left;
    min-height: 0;
    min-width: 0;
    text-align: center;
}

.sortable li.sortable-placeholder {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px dashed #cccccc;
    width: 200px;
    height: 60px;
}

ul.sortable.grid.kv-connected.cursor-move {
    min-height: 75px;
}

/*DatePicker and DateTimePicker
Has wrong caluclations to the top
@todo figure out why
*/

/*Calculation fails, had to add 60px to the top*/
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu{
    /*top: 444.55px !important;*/
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    /*top: 205.55px !important;*/
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom{
    /*top: 512.7px !important;*/
}


/*The User can choose between Datetimepicker and two separate Inputfields with Date and Time*/
.date-search-element {
    float: left;
    width: 58%;
    margin-right: 10%;
}

/*.date-search-element label {
    width: 41.6667%;
}*/

.date-time-search-element {
    margin-bottom: 4%;
}

.date-time-search-element {
    float: left;
    width: 35%;
}

.date-time-search-element div {
    margin-left: 0;
}

.date-input {
    margin-left: 69%;
    width: 80%;
}

.date-time-input {
    margin-left: 40%;
}

@media (min-width:769px) and (max-width:1200px){
    .date-search-element {
        width: 62%;
    }

    .date-time-search-element {
        width: 38%;
    }
}
@media (max-width:768px){     
    .date-time-search-element {
        padding-left: 8%;
        margin-top: 22px;
    }
}
/*

.date-search-element {
    float: left;
    width: 64%;
}

.date-search-element label {
    width: 41.6667%;
}

.date-time-search-element {
    float: left;
    width: 42%;
}

.date-time-search-element div {
    margin-left: 0;
}*/

/*
@media (min-width:769px) and (max-width:1200px){
    .date-search-element {
        width: 62%;
    }

    .date-time-search-element {
        width: 38%;
    }
}
@media (max-width:768px){     
    .date-time-search-element {
        padding-left: 8%;
        margin-top: 22px;
    }
}*/
@media print {
    .screen {
        display: none;
    }
    body {
        margin: 0;
        font-size: 12px;
    }
    .breadcrumb{
        margin-bottom: 5px;
    }
    /*.wrap {
        /*min-height: 100%;
        margin: 0;
        padding: 0;
    }*/
    .navbar-brand{
        display: none;
    }
    .logo{
        display: none;
    }
    .wrap > .container {
        margin: 0;
    }
    .navbar{
        display: none;
    }

    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    /*    div.content-wrapper div {
            display: none;
        }*/

    div.content-wrapper > div
    {
        visibility: visible;
    }

    div.content-wrapper
    {
        visibility: hidden;
        height: 0px;
    }

    .alignright {
        text-align: right;
    }

    .alignleft {
        text-align: left;
    }

    .nobreak {
        white-space:nowrap; 
    }
}