
*:focus,
input {
    outline: 0 !important;
}

.hidden {
    display: none !important;
}

.text-center {
    text-align: center !important;
}

/* таблицы */

.table-custom td .fa,
.table-custom th .fa {
    text-decoration: none;
    color: #555;
    font-size: 20px;
    line-height: 14px;
    position: relative;
    top: 3px;
    opacity: 0.6;
    margin-right: 2px;
}

.table-custom td .fa.fad {
    font-size: inherit !important;
    line-height: inherit !important;
    top: 0;
    opacity: 1;
    margin-right: auto;
    color: inherit;
}

.table-custom.table-trag td .fa:hover {
    opacity: 1;
}

.table-custom {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.table-custom thead th {
    border: 0;
    white-space: nowrap;
    background: #f4f4f4;
    vertical-align: middle;
    font-size: 13px;
}
.table-custom td {
    font-size: 15px;
}

.table-custom thead th a .fa,
.table-custom tbody th a .fa {
    font-size: 11px;
    position: relative;
    top: -1px
}

.table-custom tbody th {
    white-space: nowrap;
    background: #f4f4f4;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table-custom th.cell-small {
    font-size: 13px;
    font-weight: bold;
    white-space: normal;
}

.custom-table .badge {
    padding-bottom: 4px;
}

.table-custom .sub-links a {
    color: #82878c !important;
    margin-right: 7px;
    font-size: 13px;
}

/* прелоадер */

#f-loader {
    width: 46px;
    height: 46px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #000 url("../img/f-loader.gif") no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 2010;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: none;
}

#f-loader:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    content: " ";
    background: transparent;
}

/* роли */

.role-user,
.role-user:hover {
    color: #009fda;
}

.role-org,
.role-org:hover {
    color: #f37000;
}

.role-moder,
.role-moder:hover {
    color: #a4782c;
}

.role-manager,
.role-manager:hover {
    color:#822788;
}

.role-admin,
.role-admin:hover {
    color: #5CA226;
}

/* wysiwyg-редакторы */

.jodit_wysiwyg {
    min-height: 250px !important;
}

.jodit_toolbar {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.jodit_workplace {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.jodit_fullsize {
    margin-top: 64px !important;
}

.jodit_toolbar_list > .jodit_toolbar {
    max-height: 250px !important;
}

.jodit_workplace {
    border-radius: 0 0 .25rem .25rem;
}

.selectize-dropdown-content > div {
    padding: 7px 10px 5px 10px;
}

.selectize-dropdown .active {
    background-color: #009fda !important;
    color: #FFF !important;
}

.selectize-dropdown-content > div .text-muted {
    margin-left: 20px;
}

.selectize-dropdown-content > .active .text-muted {
    color: #eae9e9 !important;
}

/* общие классы */

.user-virtual {
    color: red !important;
}

body:not(.modal-open) .form-wrapper {
    max-width: 392px;
    margin: 0 auto 30px auto;
    box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.75);
    border-radius: 4px;
    padding: 1.5rem;
}

.empty-sm {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

.row-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-height > div {
    margin-bottom: 30px;
}

.row-height .card {
    height: 100%;
}

.nav-custom {
    margin-bottom: 10px;
}

.nav-custom .nav-link {
    padding: 5px 10px;
}

.nav-custom .nav-link.active,
.nav-custom .show>.nav-link {
    color: #fff;
    background-color: #21c187;
}

.card .btn-footer {
    padding: 3px 10px;
    font-size: 12px;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.font13 {
    font-size: 13px !important;
}

.joke-item {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: all 1s ease;
}

.joke-item-active {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all 1s ease;
}
