html,body{  
    height: 100%; 
}
.bg-dark {
    background-color: #db4c3f !important;
}
.dropdown-item {
    white-space: normal !important;
}
@media screen and (min-width: 768px) { 
    div.dropdown-menu.show {
        margin: 0 0.2rem !important;
        width: 220px;
    }
}
/*Old css*/
#wrapper{
    height: 100%;
}
#page-wrapper{
    min-height: 100%;
}
.navbar-brand {
    font-size: 25px;
}
.header-report{
    font-size: 18px;
}
.row {
    padding-top: 2px;
    padding-bottom: 2px;
}
.padding-header{
    padding-top: 20px;
}
thead tr th {
    text-align: center;
}
body, table {
    font-size: 14px;
}
.width-full {
    width: 100%;
}
.btn-action {
    text-align: center;
    padding-top: 15px;
}
.btn-action input[type=button]{
    margin-left: 10px;
    margin-right: 10px;
    width: 90px;
}
/*require field*/
.none-required{
    width: 87%;
}
.required{
    width: 87%;
    *zoom: expression(
        this.runtimeStyle.zoom="1",
        this.appendChild(document.createElement("span") ).className="after-required",
        this.insertBefore(document.createElement("span"), this.firstChild ).className="before-required"
        );
}
.colon {
    *zoom: expression(
        this.runtimeStyle.zoom="1",
        this.appendChild(document.createElement("span") ).className="after-colon",
        this.insertBefore(document.createElement("span"), this.firstChild ).className="before-colon"
        );
}
span .before-colon,
span .before-required,
span .after-colon,
span .after-required {
    display: inline;
}
.required:after
, .required .after-required {
    color: #e32;
    content: ' *';
    font-weight: bold;
    display: inline;
    *zoom: expression( 
        this.runtimeStyle['zoom'] = '1', 
        this.innerHTML = ' *'
        );
}
.colon:after,
.colon .after-colon{
    content: ':';
    float: right;
    display:inline-block;
    margin-left: 3px;
    margin-right: 3px;
    *zoom: expression( 
        this.runtimeStyle['zoom'] = '1', 
        this.innerHTML = ':',
        this.style.cssText="text-align: right; float: none"
        );
}
/*modal*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

input.currency, input.number {
    text-align: right;
    padding-right: 15px;
}

.btn-link{
    border:none;
    outline:none;
    background:none;
    cursor:pointer;
    color:#0000EE;
    padding:0;
    text-decoration:underline;
    font-family:inherit;
    font-size:inherit;
}

.loading-bar {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

select.custom-select.custom-select-sm {
    padding: .05rem 1rem !important;
}