/*Framework styling*/
.page-header.navbar .page-logo .logo-default {
    margin: 5px 0 !important;
}

li.nav-item.active a {
    border-left: 4px solid transparent !important;
}

/*Form styling*/
form input[required]:invalid,
form textarea[required]:invalid,
form select[required]:invalid,
form select[required]:invalid + span.select2 span.select2-selection,
.required-field {
    border: solid 1px #e73d4a;
}

form textarea[required]:invalid + div.note-editor,
.has-error .note-editor {
    border: solid 1px #e73d4a !important;
}

.form-actions {
    border: none !important;
}

.note-editor > .modal > .modal-dialog > .modal-content > .modal-body > * {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.select2-selection {
    font-family: "Open Sans", sans-serif !important;
}

/*Grid styling*/
/*Bulk editor*/
span.k-dirty {
    margin: -.8em 0 0 -.6em !important;
}
/*Tooltip*/
td[role=gridcell] a.k-button {
    min-width: 0 !important;
}

.icon-tooltip {
    font-size: 18px;
    margin-right: 5px;
}

/*Tables styling*/
table tr td.text-top {
    vertical-align: top !important;
}

/*MISC*/
.display-none {
    display: none;
}

div.back-button {
    margin-top: 4px;
}

.actions a:hover {
    text-decoration: none;
}

form input[type=submit]{
    background-color: #96bd0f !important;
    border-color: #96bd0f !important;
    color: #fff !important;
}

/*Modal window*/
@media only screen and (min-width : 320px) {

}

@media only screen and (min-width : 480px) {
    /*td.show-if-mobile th.show-if-mobile {*/
    /*    display: table-cell;*/
    /*}*/
    /*td.show-if-pc th.show-if-pc {*/
    /*    display: none;*/
    /*}*/
}

@media only screen and (min-width : 768px) {
    /*td.show-if-mobile th.show-if-mobile {*/
    /*    display: none;*/
    /*}*/
    /*td.show-if-pc th.show-if-pc {*/
    /*    display: table-cell;*/
    /*}*/
}

@media only screen and (min-width : 992px) {
    .modal-xl {
        width: 900px;
    }
    .modal-xxl {
        width: 950px;
    }

}

@media only screen and (min-width : 1200px) {
    .modal-xl {
        width: 1100px;
    }
    .modal-xxl {
        width: 1150px;
    }
}

@media only screen and (min-width : 1500px) {
    .modal-xxl {
        width: 1450px;
    }
}

.k-grid-header th.k-header {
    position: relative;
}

.k-grid-header th[aria-sort] a.k-link {
    padding-left: 15px !important;
}

.k-grid-header th[aria-sort] .k-link .k-icon {
    position: absolute;
    top: 8px;
    left: 2px;
}

div.fileinput div.form-control {
    min-height: 34px !important;
    height: auto !important;
    display: flex;
}

.k-grid .k-grid-pager span.k-pager-sizes span.k-dropdown  {
    width: 100px;
}

.link-articles-holder .selectize-dropdown.single.selectize-control-sm{
    top: -200px !important;
}

.selectize-dropdown .active {
    background-color: #e5eaed !important; /* Hendrix has asked to make the color a bit more obvious when active dropdowns. See e-mail 07-12-2021 */
}
