/* Add here all your CSS customizations */

@font-face {
    font-family: Gotham-Ultra;
    src: url(fonts/Gotham-Ultra.ttf);
}

@font-face {
    font-family: Gotham-Black;
    src: url(fonts/Gotham-Black.ttf);
}

@font-face {
    font-family: Gotham-Book;
    src: url(fonts/Gotham-Book.ttf);
}

@font-face {
    font-family: Gotham-Light;
    src: url(fonts/Gotham-Light.ttf);
}

body {
    color: #777;
    font-family: "Ghotam-Light", Arial, sans-serif;
    line-height: 22px;
    margin: 0;
    font-size: 13px;
}

.weak-password {
    background-color: #FBE1E1;
}

.strong-password {
    background-color: #D5F9D5;
}

#password-strength-status {
    padding: 5px 10px;
    border-radius: 4px;
    margin: 5px 0px;
}

.case {
    padding: 12px 0px 8px 0px;
    color: red;
    cursor: pointer;
}

.color_principal {
    color: #0A50A3;
}

.alinear {
    display: flex;
    flex-wrap: wrap;
}

.multiselect-container .input-group input {
    max-width: 74%;
}

.btn-group {
    display: inherit;
}

.switch {
    padding: 4px 0px;
}

.ck.ck-editor {
    margin-left: 12px !important;
    width: 81% !important;
}

.img-thumb {
    max-width: 100px !important;
}

.nombre_archivo {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 0.8rem;
}

.multiselect-native-select .dropdown-toggle {
    overflow-x: auto;
}

.notifications .notification-menu {
    border: none;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    margin: 10px 0 0 0;
    padding: 0;
    right: -5px !important;
    top: 9px;
    width: 263px;
    transform: translate3d(0, 32px, 0) !important;
}

.page-header .breadcrumbs {
    margin-right: 20px;
}

#list_campaigns tr {
    vertical-align: middle;
}

.underline {
    text-decoration: underline;
}

.nombre-taxonomia {
    width: 300px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

#valores img {
    max-height: 30px;
}

@media screen and (min-width: 1024px) {
    .header .search {
        width: 400px;
        display: inline-block;
        vertical-align: middle;
    }
}