/* --- Fix Bootstap --- */

.btn-sm {
    padding-top: 4px;
    padding-bottom: 4px;
}

/*
.table-responsive {
    overflow-x: unset;
    overflow-y: auto;
}

@media screen and (max-width: 768px){
    .table-responsive {
        overflow: unset!important;
    }
}
*/



.form-control-inline {
    display: inline-block!important;
    width: auto!important;
}


.input-group-inline {
    width: auto!important;
}
.input-group-inline  {
    display: inline-block;
}
.input-group-inline .form-control {
    display: inline-block!important;
    width: auto!important;
}
.input-group-inline .input-group-btn, 
.input-group-inline .input-group-addon {
    display: inline-block!important;
    width: auto!important;
}

.valign-middle {
    vertical-align: middle!important;
}



/* --- Custom - Altra Engine --- */
/*
.page-header {
    padding-bottom: 0;
}*/
/*.page-header .page-title {
    margin-bottom: 5px;
}*/


/* --- CSS --- */

.datetimehtml-wrap small {
    display: block;
}

.detail {
    margin-top: 10px;
    background: #f4fbfd;
    border: 1px solid #5bc0de;
    padding: 10px;
    white-space: pre;
}

.bg-grey {
    background: #efefef;
}

.navbar-brand .badge,
.navbar-nav li > a  .badge
 {
    display: inline-block;
    vertical-align: middle;
    background: #f2683e;
    margin-left: 5px;
}
.navbar-brand .badge {
    margin-bottom: 2px;
}

@media(min-width: 768px){
    .navbar-brand .badge {
        display: none;
    }
}

.panel-title{
    margin-top: 2px;
}
.panel-heading .pull-right .pagination.pagination-sm{
    margin-top: -4px;
    margin-bottom: 0;
}

.panel-footer .pull-right .pagination.pagination-sm{
    margin-top: -4px;
}

.no-search .select2-search {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.input-number {
    -moz-appearance: textfield;
}

.hidden{
    display: none;
}