﻿
html {
    font-size: 0.85rem;
}

body {
    /*min-height: 75rem;*/
    padding-top: 4.5rem;
}

.form-readonly {
    background-color: #e9ecef;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .col-form-label {
    color: #a94442;
}

.ellipsis {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-group > .input-group-prepend {
    flex: 0 0 10%;
}

.input-group .input-group-text {
    width: 100%;
}

.kv-upload-progress {
    display: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: inherit !important;
}

.bootstrap-select .dropdown-menu {
    background: #efefef;
}

.bootstrap-select.dropdown {
    border: 1px solid #CED4DA !important;
}

.disabledContent {
    pointer-events: none;
    opacity: 0.7;
}

.dataTables_processing {
    background: #ffc107;
    opacity: 0.8;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,193,7,0)), color-stop(25%, rgba(255,193,7,0.9)), color-stop(75%, rgba(255,193,7,0.9)), color-stop(100%, rgba(255,193,7,0)));
            background: -webkit-linear-gradient(left, rgba(255,193,7,0) 0%, rgba(255,193,7,0.9) 25%, rgba(255,193,7,0.9) 75%, rgba(255,193,7,0) 100%);
            background: -moz-linear-gradient(left, rgba(255,193,7,0) 0%, rgba(255,193,7,0.9) 25%, rgba(255,193,7,0.9) 75%, rgba(255,193,7,0) 100%);
            background: -ms-linear-gradient(left, rgba(255,193,7,0) 0%, rgba(255,193,7,0.9) 25%, rgba(255,193,7,0.9) 75%, rgba(255,193,7,0) 100%);
            background: -o-linear-gradient(left, rgba(255,193,7,0) 0%, rgba(255,193,7,0.9) 25%, rgba(255,193,7,0.9) 75%, rgba(255,193,7,0) 100%);
            background: linear-gradient(to right, rgba(255,193,7,0) 0%, rgba(255,193,7,0.9) 25%, rgba(255,193,7,0.9) 75%, rgba(255,193,7,0) 100%);*/
}

.leftcol {
    border-left-width: thick !important;
    border-left-color: #CCC !important;
}

.readonly-text {
    text-align: right;
    border: 1px solid #FFF;
    display: block;
    width: 100%;
    min-width: 80px;
    box-sizing: border-box;
    padding: 4px;
    vertical-align: top;
    background: none;
    border-color: transparent;
}

.full-page-modal.modal-dialog {
    max-width: none;
}

    .full-page-modal.modal-dialog .modal-content {
        max-width: none;
    }

.modal-xl{
    max-width: 1199.98px;
}

.limit-height {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.dd-icon {
    margin-left: -1rem;
}

.divWaiting {
    position: absolute;
    background-color: none;
    z-index: 2147483647 !important;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding-top: 100%;
}
.translate {
    border-bottom: 2px double #F00;
}
.badge{
    font-size: 80%;
}