@font-face {
    font-family: 'Hand Of Sean';
    font-style: normal;
    font-weight: normal;
    src: local('Hand Of Sean'), url('../Content/handsean.woff') format('woff');
}

:root {
    --teal: #00a19b;
    --foreground: #145b86;
    --background: #ffffff;
    --border: #c0c0c0;
    --strongBorder: #ffffff;
    --sidebarHeaderColour: #ffffff;
    --sidebarItemHoverColour: #f4c946;
    --sidebarMainColour: #ffffff;
    --burgerBarColour: #f4c946;
    --sidebarTextColour: #145b86;
    --sidebarHeaderTextColour: #f4c946
}

#PageContentWrapper, #SidebarWrapper {
    background-color: var(--background);
    color: var(--foreground)
}

.sidebar-brand {
    font-family: 'Hand of Sean'
}

.btn-outline-primary {
    color: var(--foreground);
    border-color: var(--foreground);
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: var(--foreground);
    border-color: var(--foreground);
    background-color: var(--teal);
    box-shadow: none;
}

.sidebar-nav li a {
    color: var(--foreground) !important;
}

.menu-divider {
    border-top: 1px solid var(--foreground);
}

    .sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
        color: #ffffff !important;
        text-decoration: none;
        background-color: transparent;
    }

.text-danger {
    color: #ff8080!important;
}

/*
.sidebar-nav .collapse li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}*/

a.recent-file-link, a.currently-open-file {
    width: 100%;
}

img.design-icon {
    width:auto;
    height:16px;
    float:right;
}