@import url(../fonts/icomoon.css);

:root {
    /* N.B: CSS variables don't work in IE11, so these are for reference only*/
    --panel-min-width: 250px;
    --panel-max-width: 400px;
    --wide-panel-max-width: 800px;
    --extra-wide-panel-max-width: 1000px;
    --medium-panel-max-width: 550px;
    --panel-margin: 5px;
    --panel-padding-left: 5px;
    /* Colours */
    --alumasc-dark-blue: #002A5A;
    --alumasc-mid-dark-blue: #1E2F54;
    --alumasc-mid-blue: #025498;
    --alumasc-light-blue: #009CCC;
    --alumasc-grey: #706F6F;
    --alumasc-green: #95C11F;
    --rainwater-blue: #2FA8E0;
    --rainclear-bg: #002D4F;
    font-size: 13px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    border-bottom: 1px solid var(--alumasc-light-blue);
}

html {
    font-family: sans-serif;
}

h1 {
    margin: 0;
    color: var(--alumasc-dark-blue);
    font-family: sans-serif;
}

header h1 {
    display: flex;
    align-items: center;
    margin: 0 0 0 24px;
}


#awms-logo {
    width: 300px;
    margin-right: 24px;
}

header .brand-logos, header .brand-logos-inner {
    display: flex;
    flex-wrap: wrap;
}

header .brand-logo {
    margin: 12px 24px;
}

header .brand-logo img {
    width: 200px;
}

header, footer {
    z-index: -1;
}

footer {
    position: relative;
    color: #009bcb;
    background-color:  var(--rainclear-bg);
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer ul {
    margin: 0;
    padding: 0;
    display: flex;
}

footer li {
    list-style-type: none;
    margin-right: 1em;
}

footer a:hover {
    color: white;
}

.footer-social a {
    color: #015496;
}

.footer-social a:hover {
    color: #009bcb;
}

.footer-content {
    margin: auto;
    /* TODO: This is distressingly voodoo */
    width: 1337px;
    display: flex;
    align-items: stretch;
}

.footer-corp .footer-content {
    justify-content: space-between;
    padding: 12px 0;
}

.footer-wms {
    background-color: #03295a;
    padding: 24px 0;
}

.footer-corp {
    background-color: #0f1c2e;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-wms .footer-nav {
    margin-inline-start: 96px;
}

footer .nav-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.social-icon {
    font-family: icomoon;
    font-size: 24px;
    padding: 24px;
    display: inline-block;
    background-color: #015496;
    color: white;
    margin-right: 24px;
}

.social-icon:hover {
    background-color: #009bcb;
}

.social-icon.__linkedin::before {
    content: "\e955";
    color: white;
}

.social-icon.__twitter::before {
    content: "\e958";
    color: white;
}

/*
.footer-social .social-icon {
    background: #015496;
    width: 67px;
    height: 67px;
    line-height: 67px;
    color: #fff;
    margin: 0 10px 20px 0;
    text-align: center;
    transition: all 0.2s;
}
*/

/*
.footer-nav .nav-title {
    font-size: 1.75rem;
    color: #fff;
    font-weight: 700;
}
.footer-nav ul li a {
    font-size: 1rem;
    color: #009bcb;
    transition: all .3s;
    margin: 0;
}
.footer-nav a {
    margin: 10px 0;
    font-size: 1rem;
    display: block;
    color: #009bcb;
    transition: all .3s;
}

.footer-nav ul li {
    display: inline-block;
    padding: 10px 10px 10px 0;
}
.footer-nav ul {
    text-align: left;
}
.footer-nav ul {
    text-align: center;
}
ul, ol {
    list-style: none;
}

.footer-corp {
    background-color: #0f1c2e;
    padding: 20px 0;
}

.footer-copyright {
    color: #009bcb;
    font-size: 1rem;
    padding: 10px 0;
}
*/
#home {
    display: flex;
    padding: 36px 18px 36px 0;
    min-height: 55vh;
    justify-content: center;
}

#home-content {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home-links {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    /*gap: 36px;*/
    margin-top: 18px;
    border-top: 1px solid #03295a;
    border-bottom: 1px solid #03295a;
    padding: 20px 0 20px 20px;
}

#home-links h2 {
    color: #03295a;
    font-size: 2.0em;
}

#home a img {
    max-width: 400px;
}

.calculator {
    /* background-image: url("/static/gatic/images/gatic-banner-background.png"); */
    /* background-image: url("/static/gatic/images/drainage_calculator_background.jpg"); */
    background-color: #ecf2fa;
}

.calculator .mainbody::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    max-width: 339px;
    height: 100%;
    max-height: 797px;
    /* background-image: url("/static/gatic/images/shape-blue-grey.svg");*/
    background-repeat: no-repeat;
    z-index: -1;
}

.tab-wrapper {
    display: flex;
    justify-content: center;
}

.tab-container {
    background-color: white;
    min-width: 1280px;
    max-width: 1280px;
}

.selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
    border-bottom: 1px solid gray;
}

.selection .major, .selection .minor {
    margin: var(--panel-margin);
}

.selection .major {
    min-width: 300px;
    flex: 1;
}

.selection .minor {
    flex: 0;
}

.controls {
    /* border: 1px solid purple;*/
    border-bottom: 1px solid gray;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 45vh;
    position: relative;
}

/*.controls .panel-group {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-grow: 1;*/
/*    max-width: calc(var(--panel-max-width) * 2 + var(--panel-margin) * 4);*/
/*    justify-content: stretch;*/
/*}*/

.controls.vertical {
    flex-direction: column;
}

.controls .panel {
    background-color: white;
    flex: 1;
    max-width: var(--panel-max-width);
    min-width: var(--panel-min-width);
    margin: var(--panel-margin);
    line-height: 2.1em;
    padding-left: var(--panel-padding-left);
    border-right: 2px solid #9d9d9d;
}

.controls.vertical .panel {
    max-width: 100%;
    border-right: none;
}

.controls .panel:last-child {
    border-right: none;
}

.panel_header {
    color: #03295a;
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 1.5rem;
}

.controls .wide-panel {
    background-color: white;
    flex: 1;
    max-width: var(--wide-panel-max-width);
    min-width: var(--panel-min-width);
    margin: var(--panel-margin);
    line-height: 2.1em;
    padding-left: var(--panel-padding-left);
    /* border-right: 1px solid #002A5A; */
}

.controls .extra-wide-panel {
    background-color: white;
    flex: 1;
    max-width: var(--extra-wide-panel-max-width);
    min-width: var(--panel-min-width);
    margin: var(--panel-margin);
    line-height: 2.1em;
    padding-left: var(--panel-padding-left);
    /* border-right: 1px solid #002A5A; */
}

.controls .narrow-panel {
    background-color: white;
    flex: 1;
    max-width: var(--panel-min-width);
    min-width: var(--panel-min-width);
    margin: var(--panel-margin);
    line-height: 2.1em;
    padding-left: var(--panel-padding-left);
    border-right: 1px solid #002A5A;
}

.controls .medium-panel {
    background-color: white;
    flex: 1;
    max-width: var(--medium-panel-max-width);
    min-width: var(--panel-min-width);
    margin: var(--panel-margin);
    line-height: 2.1em;
    padding-left: var(--panel-padding-left);
    border-right: 1px solid #002A5A;
}

.no_height {
    min-height: 100px;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*
 * CSS for components
 */

/* Tabs */
jhl-tabs jhl-tab-headers {
    display: flex;
    background-color: var(--alumasc-grey);
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
}

jhl-tabs jhl-tab-headers.overflow-left {
    scroll-padding-left: 25px;
}

jhl-tabs jhl-tab-headers.overflow-right {
    scroll-padding-right: 25px;
}

jhl-tabs jhl-tab-headers .scroll-button {
    display: none;
    position: sticky;
    z-index: 1000;
    top: 0;
    bottom: 0;
    font-weight: bold;
    align-items: center;
}

jhl-tabs jhl-tab-headers .scroll-button.left {
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 0 5px 2px;
}

jhl-tabs jhl-tab-headers .scroll-button.right {
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.5) -2px 0 5px 2px;
}

jhl-tabs jhl-tab-headers.overflow-left .scroll-button.left {
    display: flex;
}

jhl-tabs jhl-tab-headers.overflow-right .scroll-button.right {
    display: flex;
}

jhl-tabs jhl-tab-headers > jhl-tab-header {
    display: block;
    padding: 1em;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    border-right: 1px solid white;
    background-color: var(--alumasc-light-blue);
    transition-property: background-color, font-weight, color;
    transition-duration: 0.3s;
    scroll-snap-align: start;
}

jhl-tabs jhl-tab-headers > jhl-tab-header.active {
    background-color: white;
    font-weight: bold;
    color: var(--alumasc-dark-blue);
}

jhl-tabs jhl-tab-page {
    display: none;
}

jhl-tabs jhl-tab-page.active {
    display: block;
}

/* End Tabs */

/* Dialog Box */

.jhl-dialog-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid dimgray;
}

td.toolbar {
    text-align: right;
}

td.toolbar > * {
    vertical-align: top;
}

load-project-dialog, jhl-dialog, jhl-dialog dialog-activator {
    display: inline-block;
}

.jhl-dialog-wrapper {
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.jhl-dialog-title {
    background-color: var(--alumasc-dark-blue);
    color: white;
    padding: 7px;
    font-weight: bold;
    text-align: left;
}

.jhl-dialog-body {
    background: white;
    padding: 10px;
    text-align: left;
}

/* End Dialog Box */

/* background from main site */
.mainbody {
    position: relative;
    z-index: 0;
}

/*.mainbody::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 20%;*/
/*    max-width: 339px;*/
/*    height: 100%;*/
/*    max-height: 797px;*/
/*    background-image: url("../images/grey_2.png");*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*}*/

/*.mainbody::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 20%;*/
/*    max-width: 339px;*/
/*    height: 100%;*/
/*    max-height: 797px;*/
/*    background-image: url("../images/grey_1.png");*/
/*    z-index: -1;*/
/*    background-repeat: no-repeat;*/
/*}*/

/* used for drag & drop of FEH data on the rainfall map */
#pdfDrop {
    display: block;
    width: 500px;
    height: 57px;
    border: solid thin #D3D3D3;
}

div[pdfdropzone] {
    display: inline-block;
    width: 250px;
    height: 120px;
    border: 2px dashed #bbb;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    text-align: center;
    font: 15pt bold;
    color: #bbb;
    margin-bottom: 10px;
}


/* table formatting */
.colouredTable {
    width: 100%;
    border-collapse: separate;
    border: 1px #C0C0C0 solid;
    border-width: 0 0 1px 1px;
    font-size: inherit;
    border-spacing: 0;
}

.colouredTable td {
    padding-left: 10px;
    border: #C0C0C0 solid;
    border-width: 1px 1px 0 0;
}

.colouredTable th {
    padding-left: 10px;
    border: 1px #C0C0C0 solid;
    border-width: 1px 1px 0 0;
}

/* provide some minimal visual accommodation for IE8 and below */
.colouredTable tr {
    background: #e5ffff;
}

/*  Define the background color for all the ODD background rows  */
.colouredTable tr:nth-child(odd) {
    background: #e5ffff;
}

/*  Define the background color for all the EVEN background rows  */
.colouredTable tr:nth-child(even) {
    background: #FFF;
}

.section-header {
    display: grid;
    position: relative;
}

.section-title {
    background-color: var(--alumasc-mid-blue);
    font-weight: bold;
    color: white;
}

.alutecrow {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 3px; /*Optional*/
    line-height: 16px;
}

.aluteccolumn {
    display: table-cell;
    vertical-align: top;
}

.aluteccolumn > h2 {
    margin-top: -3px;
}

span.uk_map {
    background: url("../images/icons/uk_map.svg") no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 19px;
}

.auth-form {
    width: 600px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.auth-form {
    padding: 1em 0;
    font-size: 16px;
    color: var(--alumasc-grey);
}

.auth-form label {
    font-weight: bold;
    margin: 1em 0;
}

.auth-form input, .auth-form select {
    padding: 1em 0.5em;
}

.auth-form input[type=password], .auth-form input[type=text] {
    border: 1px solid var(--alumasc-grey);
    outline: none;
}

.auth-form select.ng-empty {
    color: var(--alumasc-grey);
}

.auth-form #password1 {
    width: 250px;
}

.auth-form #password2 {
    width: 250px;
}

.auth-form input[type=password]:focus, .auth-form input[type=text]:focus, .auth-form select:focus {
    border-radius: 0;
    border: 1px solid var(--alumasc-light-blue);
}

.auth-form #Title {
    min-width: 80px;
    width: 100px;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    cursor: default;
    padding: 13px 10px;
}

.auth-form .submit-button {
    margin: 1em 0;
    align-self: flex-start;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.auth-form .disclaimers {
    margin: 1em 0;
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-gap: 0.5em;
    align-items: first baseline;
}

.auth-form .disclaimers label {
    margin: 0;
}

.auth-form .disclaimers input[type=checkbox] {
    margin-top: 2px;
}

.auth-form .disclaimers #disclaimer-text {
    grid-column-start: 1;
    grid-column-end: 3;
}

.auth-form a, .auth-form a:visited {
    text-decoration: none;
    color: var(--alumasc-dark-blue);
    font-weight: bold;
}

.validation-error {
    color: #cc4444;
    font-weight: bold;
    font-size: 0.8em;
    margin: 0.5em 0;
}

#logout {
    z-index: 1;
    flex-grow: 1;
    text-align: end;
    margin-right: 4em;
    color: var(--alumasc-dark-blue);
    font-size: 16px;
    font-weight: bold;
}

#logout a, #logout a:visited {
    text-decoration: none;
    color: inherit;
}

.flatroof-multi {
    text-align: center;
    display: inline-block;
    width: 3em;
    margin: 0 1px;
}

.design_pass {
    background-color: green;
    color: white;
    font-size: 24px;
    padding: 5px;
    margin: 28px 15px 15px 0;
}

.design_fail {
    background-color: red;
    color: white;
    font-size: 24px;
    padding: 5px;
    margin: 28px 15px 15px 0;
}

.overlay-lock {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-lock-message {
    color: #aa0000;
    font-weight: bold;
    font-size: 48px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.25em;
    border-radius: 0.1em;
}

.you-are-here {
    position: absolute;
    left: 110%;
    z-index: 500;
    background: white;
    color: #aa0000;
    font-size: 1.25em;
    padding: 0.25em;
    border-radius: 0.25em;
    box-shadow: #333333 3px 3px 5px;
    border: 2px solid #aa0000;
}

th, td {
    text-align: left;
}

td.numeric {
    text-align: right;
}


.load-project-table {
    border-collapse: collapse;
    border: 1px solid var(--alumasc-grey);
    --project-table-grid: 1px solid var(--alumasc-grey);
}

.load-project-table tbody tr:nth-child(odd) {
    background: #dddddd;
}

.load-project-table tbody tr:nth-child(even) {
}

.load-project-table tbody tr td:first-child {
    width: 1em;
    border-right: none;
}

.load-project-table tbody tr td:first-child ~ td {
    border-left: none;
}

.load-project-table tbody tr td:first-child[colspan] {
    width: auto;
    border-right: var(--project-table-grid);
}

.load-project-table tbody tr:hover {
    background: var(--alumasc-green);
}

.load-project-table tbody tr:hover {
    background: var(--alumasc-mid-blue);
    color: white;
    cursor: pointer;
}

.load-project-table th, .load-project-table td {
    padding: 0.5em 1.25em 0.5em 0.5em;
    border: var(--project-table-grid);
    border-top: none;
    border-bottom: none;
}

.load-project-table th.numeric, .load-project-table td.numeric {
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.load-project-table thead th {
    background-color: var(--alumasc-dark-blue);
    color: white;
    font-weight: bold;
}

.load-project-table tfoot td {
    border-left: none;
    border-right: none;
}

.load-project-table tfoot td.pagination {
    text-align: right;
}

.load-project-table tfoot td.pagination a {
    text-decoration: none;
    color: var(--alumasc-dark-blue)
}

.debug-css-common {
    display: none;
}

.leaflet-grab {
    cursor: default;
}

.leaflet-mousedown .leaflet-grab {
    cursor: grab;
}

.leaflet-mousedown .leaflet-drag-target {
    cursor: grabbing;
}

.spinner {
}

@keyframes spinner {
    0% {
        transform: none;
    }
    100% {
        transform: rotate(1turn);
    }
}

.spinner {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 8px solid var(--alumasc-mid-blue);
    border-bottom: 8px solid var(--alumasc-light-blue);
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: spinner;
}

/* Help system */
.help-page {
    color: var(--alumasc-dark-blue);
    flex-wrap: wrap;
}

.help-page header {
    width: 100%;
    font-weight: bold;
    font-size: 2em;
    padding: 10px;
}

.help-page main {
    display: flex;
}

.help-page nav {
    display: inline-flex;
    background-color: white;
    flex: 1;
    max-width: 259px;
    min-width: 259px;
    /*margin: var(--panel-margin);*/
    line-height: 2.1em;
    padding: var(--panel-padding-left);
    border-right: 1px solid #002A5A;
}

.help-page article {
    display: inline-flex;
    background-color: white;
    flex: 2;
    max-width: var(--wide-panel-max-width);
    min-width: var(--panel-min-width);
    margin: var(--panel-margin);
    line-height: 2.1em;
    padding-left: var(--panel-padding-left);
}

.help-page .help-title {
    font-weight: bold;
    font-size: 1.5em;
}

.help-page .help-section {
    font-weight: bold;
    font-size: 1.2em;
}

.help-page .help-nav {
    float: left;
    max-width: 250px;
    min-width: 227px;
    text-align: left;
    text-decoration: none;
    font-size: 17px;
}

.help-page .help-nav a {
    display: inline-block;
    width: 100%;
    padding: 3px 16px;
}

/* Change the color of links on hover */
.help-page .help-nav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.help-page .help-nav a.active {
    background-color: #04AA6D;
    color: white;
}
/* blue & yellow for Harmer! */
.harmer.help-page .help-nav a.active {
    background-color: var(--alumasc-dark-blue);
    color: #ffc107;
}

/* blue & blue for Gutters! Note different selector as rainwater is just one brand*/
.rainwater.help-nav a.active {
    background-color: var(--rainwater-blue);
    color: var(--alumasc-dark-blue);
}


.label_24 {
    width: 24px;
    display: inline-block;
}

.label_30 {
    width: 30px;
    display: inline-block;
}

.label_40 {
    width: 40px;
    display: inline-block;
}

.label_65_centred {
    width: 65px;
    display: inline-block;
    text-align: center;
}

.label_70 {
    width: 70px;
    display: inline-block;
}

.label_80 {
    width: 80px;
    display: inline-block;
}

.label_85 {
    width: 85px;
    display: inline-block;
}

.label_95 {
    width: 95px;
    display: inline-block;
}

.label_105 {
    width: 105px;
    display: inline-block;
}

.label_115 {
    width: 115px;
    display: inline-block;
}

.label_125 {
    width: 125px;
    display: inline-block;
}

.label_135 {
    width: 135px;
    display: inline-block;
}

.label_150 {
    width: 150px;
    display: inline-block;
}

.label_157 {
    width: 157px;
    display: inline-block;
}

.label_160 {
    width: 160px;
    display: inline-block;
}

.label_180 {
    width: 180px;
    display: inline-block;
}

.label_210 {
    width: 210px;
    display: inline-block;
}

.input_30 {
    width: 30px;
    text-align: right;
}

.input_40 {
    width: 40px;
    text-align: right;
}

input.header_project_details {
    width: 125px;
    text-align: left;
}

.input_150 {
    width: 150px;
    text-align: left;
}

.input_175 {
    width: 175px;
    text-align: left;
}


/*
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
*/

.btn-group > .btn:first-child {
    margin-left: 5px;
    margin-right: 5px;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
}

.btn-primary {
    color: #fff;
    background-color: #03295A;
    border-color: #03295A;
}

.btn-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: var(--secondary);
    border-color: #2e6da4;
}

.btn-primary.selected {
    background-color: green;
}

.btn-primary.checkbox:checked {
    background-color: green;
}

.harmer .btn-primary.selected, .harmer.btn-primary.checkbox:checked {
    background-color: var(--yellow);
    color: var(--alumasc-dark-blue);
}

.gutters .btn-primary.selected, .gutters.btn-primary.checkbox:checked {
    background-color: var(--rainwater-blue);
    color: var(--alumasc-dark-blue);
}

.btn-danger {
    background-color: #ff6666;
    color: white;
}

.btn-danger:hover {
    background-color: red;
}

.btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 6px;
    margin-bottom: 0;
    margin-right: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.btn img {
    margin-inline-end: 6px;
}

.btn_large_text {
    font-size: 1.3em;
}

.btn_small_text {
    font-size: 0.8em;
}


/* HIDE RADIO */
.btn-group [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.btn-group [type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
.btn-group [type=radio]:checked + img {
    outline: 2px solid #f00;
}


/* sortable run list */
#runList li {
    margin: 10px;
    cursor: pointer;
}

.area_selection {
    width: 140px;
}
/* menu buttons */
#new_project {
    display: inline-block;
    color: red;
    background-image: url("../../../common/static/images/icons/new.png");
}
