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

li.nav-item.active a {
    border-left: 4px solid transparent !important;
}
.logo-default {
    max-width: 100%;
    max-height: 100%;
    margin: 0px !important;
    padding: 5px !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: #EC6907 !important;
    border-color: #EC6907 !important;
    color: #FFF !important;
}

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

}

@media only screen and (min-width : 480px) {

}

@media only screen and (min-width : 768px) {

}

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