﻿/*!
 * ========================================================================================================================
 * This file contains custom css styling the application, when adding something describe why it was added.
 */


/*! This rule allows <hr> line tags to take up the full space of a bootstrap container */
hr.line-seperator {
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Custom styles for the grid buttons: add spacing between buttons and align button icons */
div.k-grid table tbody a.btn-grid-command {
    margin-right: 2px;
    margin-left: 2px;
}

div.k-grid table tbody a.btn-grid-command i {
    line-height: inherit;
    padding-right: 0;
}

/* fix loading spinner visibility */
div.k-loading-mask div.k-loading-image {
    font-size: initial !important;
}

/*.k-loading-color {
    background-color: #000;
    opacity: 0.3;
}

.k-loading-image::after, .k-loading-image::before {
    content: "";
    border-width: 2px;
    border-width: max(2px,0.015em);
    font-size: 4em;
    color: white;
}*/

/* style labels for required inputs */
.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 1px;
}

.brand-logo span {
    color: white;
    font-weight: 500;
    text-transform: uppercase !important;
    padding: 10px;
    font-size: 1.1rem;
}

.aside-minimize .brand .brand-logo span {
    display: none;
}

textarea.form-control {
    min-height: 32px;
}

.btn {
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.font-small-caps {
    font-variant: small-caps;
}