.cmd-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.cmd-icon span {
    font-size: 18px;
    padding-right: 3px;
    padding-left: 3px;
    margin-left: 5px;
    cursor: pointer;
}
.btn-fake {
    background: none;
    padding: 0;
    line-height: 1em;
    border: none;
}
/*
.tooltip {
    left: 15px !important;
}
*/
.btn-xs {
    font-size: 12px;
    padding: 0 5px;
}
.select2-selection__choice {
    color: black !important;
}
.mt--1 {
    margin-top: -2px;
    vertical-align: top;
}
.table {
    position: relative;
}

.table tr.spec td{
    background:#f3f3f3;
}
.table tr.spec:hover td{
    background:#ececec;
}
aside {
    box-sizing: content-box;
}
.login-header {
    font-size: 32px;
}
.custom-checkbox ::before {
    margin-top: -1px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-position: center 3px;
}

.form-group label {
    font-weight: 600;
}
.form-group label em {
    font-weight: 300;
    float: right !important;
}

.select2-container {
    display: block;
    width: 100% !important;
    height: calc(2.19rem + 2px);
    font-size: 0.9rem;
    line-height: 1.6 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 !important;
    border-color: red !important;
}
.select2-selection.select2-selection--multiple {
    border-color: #d2d6de !important;
    border-radius: 0 !important;
    min-height: 38px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    padding-top: 9px !important;
    padding-left: 5px;
    line-height: 40px;
    height: 40px !important;
    border-radius: 0 !important;
}
.select2-selection__arrow {
    margin-top: 5px;
}

h5{border-bottom:1px dashed #bbb;padding-bottom:5px;margin-bottom:10px;}
h5 em{font-size: 16px;color:#aaa;float: right;}
.custom-control-label em{color:#aaa;}
small.label{padding:1px 5px;}
label em{display: block;}
small.label{
display: inline;
padding: .1em .5em .1em .5em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
margin-right:.5em;
}
.label-xs{line-height:16px !important;height:16px !important;padding:0 2px !important;width: 18px !important;display: inline-block !important;margin-right: 5px;}