﻿html, body {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.content {
    height: 100%;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.heading-bg {
    background-color: #cdd6c5;
}

.content-bg {
    background-color: #f3f5f7;
}

.content-bg-white {
    background-color: #fff;
}

.form-content-wrapper {
    min-width: 250px;
    max-width: 600px;
}

.mt-1 {
    margin-top: 0.5rem;
}
.mt-2 {
    margin-top: 1.0rem;
}
.mt-3 {
    margin-top: 1.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1.0rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.ml-1 {
    margin-left: 0.5rem;
}

.ml-2 {
    margin-left: 1.0rem;
}

.ml-3 {
    margin-left: 1.5rem;
}


.mr-1 {
    margin-right: 0.5rem;
}

.mr-2 {
    margin-right: 1.0rem;
}

.mr-3 {
    margin-right: 1.5rem;
}


.width-100 {
    width: 100%;
}

.aur-flex {
    display: flex;
}

.aur-flex-column {
    display: flex;
    flex-direction: column;
}

.aur-flex-grow {
    flex-grow: 1;
}

.title-caption {
    margin-bottom: 0.5rem;
}

.title-caption > h3 {
    margin-bottom: 0.75rem;
}

.title-caption > p {
    margin-top: 0;
    font-size: 95%;
    margin-bottom: 0.25rem;
    color: #6c757d;
}

.k-notification-group {
    padding: 0.5rem !important;
}
.k-notification {
    display: flex !important;
    padding: 1rem !important;
}
.k-notification > .k-svg-icon {
    height: 1.25rem;
}
.k-notification-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.aur-img{
    background-image: url("./../aurecon-desktop-logo.svg");
    max-width: 250px;
    max-height: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
    z-index: -5;
    margin-bottom: 0.5rem;
}

.page-heading h2 {
    margin-top: 0px;
}

.k-breadcrumb {
    padding: 0px !important;
    margin: 0 !important;
    min-height: 23px;
    margin-bottom: 2em !important;
}

.k-breadcrumb-item {
    padding-top: 0px !important;
}

.k-breadcrumb-link,
.k-breadcrumb-root-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    opacity: revert !important;
}

.k-breadcrumb-root-link {
    padding-left: 1px !important;
}

.k-breadcrumb h3 {
    margin: 0px;
}

.k-breadcrumb-item {
    font-family: 'FiraGO', sans-serif !important;
}

.asterix-red {
    color: red;
}

.wide-switch > .k-switch-sm {
    width: 90px;
}

    .wide-switch > .k-switch-sm .k-switch-label-on {
        left: 6px;
    }

.wide-switch > .k-switch-sm .k-switch-label-off {
    right: 6px;
}

.k-toolbar .k-input, .k-toolbar .k-picker {
    width: 20em !important;
}

.soft {
    color: gray;
    font-size: 1rem;
}
.t1 {
    font-size: 1rem;
}
.t11 {
    font-size: 1.1rem;
}

.signdesign-site {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.navbar-drawer .k-drawer-content > :first-child {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.settings-section .label-preview {
    width: 300px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 2rem;
}

    .settings-section .label-preview > img {
        width: 100%;
        max-height: 100%;
    }

.settings-section .signface-img {
    background-color: rgba(0,0,0,0.08);
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.signdesign-grid .k-grid .k-header {
    /*background-color: rgba(0, 0, 0, 0.2);*/
    background-color: #cdd6c5;
    font-weight: bold;
    /*    background-color: #424242;
    color: white;*/
}

.project-details .k-tabstrip-item.k-item.k-active.k-tab-on-top {
    background-color: #f3f5f7;
}
/*.project-details > .k-tabstrip-content, .k-tabstrip > .k-content {
    background-color: #f3f5f7 !important;
}
*/
.signdesign-grid .k-grid tr.k-alt {
    border-color: rgba(0, 0, 0, 0.08);
}


.projects-table .k-grid td {
    cursor: pointer;
}
    /*.projects-table .k-grid .k-header {
        background-color: rgba(0, 0, 0, 0.2);
        font-weight: bold;
    }*/
.no-scroll .k-grid-content {
    overflow-y: auto;
}

.no-scroll .k-grid-header,
.no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.no-scroll .k-grid-header-wrap,
.no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}


.k-pager-md .k-pager-info, .k-pager-sm .k-pager-info, .k-pager-sm .k-pager-sizes, .k-pager-sm .k-pager-numbers {
    display: block !important;
}