.container-fluid .form-control {
    display:block;
    /*width:100%;*/
    padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#495057;
    background-color:#fff;
    background-image:none;
    border:1px solid rgba(0,0,0,.15);
    border-radius:.25rem!important;
    background-clip: border-box;
}

.card-box .card-box-header {
    margin: -20px -20px 0 -20px;
    border-radius: 3px 3px 0 0;
    background-color: #F7F7F7;
    padding: 10px 20px 10px 20px;
}
.card-box .card-box-header .card-title {
    display: inline-block;
    margin: 0;
    line-height: 32px;
}
.card-box .card-box-header button {
    height: 32px;
    line-height: 32px;
    margin-left: 12px;
}
.card-box .card-box-header label {
    padding: 0;
    line-height: 32px;
}
.card-box .card-box-header .btn-sm {
    line-height: 18px;
    margin: 0;
}
.card-box .card-box-header .col {
    padding: 0;
}
.card-box .card-box-body {
    margin: 0 -20px 0 -20px;
}
button.no-border {
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
}
.fa.with-margin {
    margin-right: 5px;
}
.color-blue {
    color: #0D96CD;
}
button:active .fa.color-blue {
    color: #29B5E4;
}
table.border-rows tr {
    border-bottom: 1px solid #DDDDDD;
}
table.border-rows tr:last-child {
    border-bottom: 0;
}
table.border-rows td {
    padding: 0 10px 0 10px;
    line-height: 40px;
}

.units .actions-column {
    width: 100px;
}
.units .actions-column button {
    margin-bottom: 5px;
}
.units .card-box {
    padding-bottom: 0;
}
.units .offset-0 {
    padding-left: 10px;
}
.units .offset-1 {
    padding-left: 28px;
}
.units .offset-2 {
    padding-left: 46px;
}
.units .offset-3 {
    padding-left: 64px;
}
#loading-bar .bar {
    position: relative;
}

.objects-edit .list-group .list-group-item a {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.objects-edit .list-group .list-group-item .btn-sm, .objects-edit .image-files .image-file .btn-sm, .objects-edit .table-sm .btn-group .btn-sm, .objects-edit .accessibility-row .btn-sm {
    padding: 0;
    height: 24px;
    width: 24px;
    margin-top: 3px;
}
.objects-edit .image-files {
    margin: -4px -2px 0 -2px;
}
.objects-edit .image-files .image-file {
    padding: 4px 2px 0 2px;
}
.objects-edit .image-files .image-file .btn-group {
    position: absolute;
    top: 2px;
    right: 4px;
    display: none;
}
.objects-edit .image-files .image-file:hover .btn-group {
    display: flex;
}
.objects-edit .custom-control-label::before, .objects-edit .custom-control-label::after {
    top: -1px;
}
.objects-edit .accessibility-row .btn-sm {
    margin-top: 1px;
}
.objects-edit .accessibility-row, .objects-edit .accessibility-row .row {
    margin: 0;
}
.objects-edit .accessibility-row .col-11, .objects-edit .accessibility-row .col-1, .objects-edit .accessibility-row .col-6 {
    padding: 0;
}

.objects-edit .map-frame {
    width: 100%;
    height: 365px;
}
.objects-modal .map-frame {
    width: 100%;
    height: 600px;
}
.linked-objects-modal .table {
    margin-top: 10px;
    margin-bottom: 0;
}
.modal .modal-dialog.linked-objects-modal .modal-content .modal-body {
    padding-top: 10px;
}

.image-container {
    margin: -4px -2px 0 -2px;
}
.image-container .answer-image {
    padding: 4px 2px 0 2px;
}

.answer-image .btn-group {
    position: absolute;
    top: 9px;
    right: 50px;
    display: none;
}

.answer-image:hover .btn-group{
    display: flex;
}

select.form-control{
    height:30px!important;
    padding: 0 3px!important;
}

.form-group {
    margin-bottom: 4px;
}

.form-control.input-sm:disabled {
    border: 0;
    padding: 0;
    font-weight: 500;
    word-break: break-all;
}
span.input-sm.disabled {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    height: 30px;
}

@media (min-width: 1600px) {
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.modal-xl{
    max-width:1200px
}
th[st-sort] {
    cursor: pointer;
}

th[st-sort]:not(.st-sort-ascent):not(.st-sort-descent):after {
    font-family: FontAwesome;
    content: '\f0dc';
    display: inline-block;
    vertical-align: middle;
    float: right;
    color: #ddd;
}

.st-sort-ascent:after {
    font-family: FontAwesome;
    content: '\f0de';
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.st-sort-descent:after {
    font-family: FontAwesome;
    content: '\f0dd';
    display: inline-block;
    vertical-align: middle;
    float: right;
}
label {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.oi_ico,
.oi_ico_red,
.cat_ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
.oi_ico {
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0072ce;
}
.cat_ico {
    color: #0072cea3;
}

.oi_ico_disabled {
    background-color: #0072ce55!important;
}
.oi_ico_disabled_red {
    background-color: #CE021455 !important;
}
.oi_ico svg {
    width: 40px;
    height: auto;
}
.cat_ico svg {
    width: 100%;
    height: auto;
}
.object_info__icobox_links {
    font-size: 0.777777777777778rem;
    margin-top: auto;
    text-align: right;
}
.object_info__icobox_links a:not(:last-of-type) {
    margin-right: 20px;
}
.oi_ico__disable {
    background-color:#666666;
}
.oi_ico__to_access {
    background-color:#ef3340;
}
.oi_ico__disable_grad {
    background: -webkit-linear-gradient(135deg, #666666 50%, #0072ce 50%);
    background: -moz-linear-gradient(135deg, #666666 50%, #0072ce 50%);
    background: -o-linear-gradient(135deg, #666666 50%, #0072ce 50%);
    background: linear-gradient(-45deg, #666666 50%, #0072ce 50%);
}
.date-picker-date-time {
    z-index: 9999; !important;
}

.select2-search-choice .select2-search-choice-close {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;

    font-size: 1px;
    outline: none;
    background: url(../images/select2-close.png) right top no-repeat !important;
}

.ng-leave { display:none; }

.center-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.articles-break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.badge-m {
    font-weight: 600;
    padding: 6px 9px 6px 9px;
    font-size: 14px;
    margin-top: -3px;
}

.quick-add-buttons {
    padding-top: 18px;
}

@media (max-width: 800px) {
    .quick-add-buttons {
        display: none !important;
    }
}