.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn:focus,
.btn.focus,
.form-control:focus {
    box-shadow: 0 0 0.2rem rgba(32, 168, 216, 0.25)
}

.custom-control-label {
    line-height: 24px;
}

.mb-child-0>* {
    margin-bottom: 0;
}

.kb-shorcuts ul li {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    /* font-size: 12px; */
    padding: 2px;
    background: #fff;
}

.kb-shorcuts ul li span {
    color: #428bca;
    margin-left: 5px;
    margin-right: 5px;
}

.w-65 {
    width: 65px;
}

/*.select2-container{width: 100%!important;}*/
tbody th.yellow-bg,
table.yellow-bg tbody tr:hover {
    background: rgb(255, 255, 153);
}

.card-header a:after {
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.card-header a.collapsed:after {
    content: "\f0da";
}

.tr-root-group {
    background-color: rgba(56, 236, 243, 0.11);
    color: #164575;
}

.tr-group,
.bold-text {
    font-weight: bold;
}

.card,
.select2-container--bootstrap .select2-selection,
.form-control {
    border-radius: 8px;
}

.form-control {
    line-height: 1;
}

.select2-selection__rendered {
    line-height: 15px !important;
}

.select2-container .select2-selection--single {
    height: 31px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

textarea.form-control {
    line-height: 1.5;
}

.btn-sm {
    /* font-size: inherit; */
}

.main .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

body {
    /* font-size: 0.800rem; */
}

.breadcrumb {
    margin-bottom: 10px;
}

.accordion-border {
    border: 1px solid rgba(74, 178, 211, 0.26);
}

.card {
    margin-bottom: 10px;
}

.accordion-card {
    padding: 0.35rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(130, 223, 252, 0.28);
    border-bottom: 1px solid rgba(55, 189, 211, 0.96);
}

.alert {
    padding: 0.35rem 1.25rem;
    border-radius: 0px;
}

.form-group {
    margin-bottom: .5rem;
}

.row {
    padding-top: 5px;
}


