*:focus,
input {
    outline: 0 !important;
    box-shadow: none !important;
}

.hidden {
    display: none !important;
}

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

.btn {
    font-family: "Cormorant";
    text-transform: lowercase;
}

.btn-primary {
    background-color: #282828 !important;
    border-color: #282828 !important;
}

.btn-primary:hover {
    background-color: #675E54 !important;
    border-color: #675E54 !important;
}

/* таблицы */

.table {
    background: #f8f9fa;
}

.table-custom th {
    background: #eaeaea;
    font-size: 13px;
}

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

.table thead th {
    border-bottom: 0;
}

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

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

#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;
}

/* 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;
}

.empty-sm {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}
.card .btn-footer {
    padding: 3px 10px;
    font-size: 12px;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.font10 {
    font-size: 12px !important;
}

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

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

.font14 {
    font-size: 14px !important;
}

.w200 {
    width: 100%;
    max-width: 200px;
}
