﻿
header {
    text-align: center;
    font-size: 2.5rem;
    background-image: url('/images/logo-primary.svg');
    background-repeat: no-repeat;
    background-size: 20rem;
    background-position: 4em 1rem;
    margin: 1rem 0;
    padding: 2.54rem;
    background-color: #A79A80;
}

    header .welcome {
        font-size: 1rem;
        position: absolute;
        right: 1rem;
    }

.contact-details input,
.admin-edit input,
.contact-details select,
.admin-edit select {
    width: 100%;
    margin: 0 1rem 1rem 0;
    height: 2.5rem;
    border: solid 1px #666;
    border-radius: .5rem;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    background-color: #fff;
}



input.invalid {
    background-color: #FFFFee
}

div.main-content {
    padding: 2rem 1rem;
}

    div.main-content h3,
    div.main-content p.sub-header {
        text-align: center;
    }

.Error {
    color: red;
}

button span.material-symbols-outlined {
    vertical-align: text-bottom;
    font-size: 1rem;
}

div.content-block {
    border: solid 1px #666;
    border-radius: .5rem;
    padding: 1rem;
    background-color: #FFF;
}

    div.content-block .btn-previous,
    div.content-block .btn-next {
        height: 2.5rem;
        padding: 0 2rem;
        /*    align-self: stretch;*/
        border-radius: 1rem;
        background: #fff;
        color: #000000;
        cursor: pointer;
        font-size: 1rem;
        font-weight: bold;
        border: solid 1px #666;
    }

        div.content-block .btn-previous:hover,
        div.content-block .btn-next:hover {
            background-color: #CCBA9B;
        }

    div.content-block .btn-next {
        float: right;
    }

div.contact-details form div {
    padding: 0 .5rem;
}

div.contact-details label {
    display: block;
    font-weight: bold;
    font-size: .75rem
}

div.contact-details input,
div.contact-details select {
    width: 100%;
    margin: 0 1rem 1rem 0;
    height: 2.5rem;
    border: solid 1px #666;
    border-radius: .5rem;
}

div.information textarea {
    width: 100%;
    min-height: 300px;
    margin-bottom: .5rem;
    border: none;
    padding: .5rem;
    font-size: 1.2rem;
}

div.check-list span {
    height: 1.5rem;
    line-height: 1.5rem;
}

    div.check-list span.material-symbols-outlined {
        font-size: 1rem;
        padding-right: .5rem;
        vertical-align: middle;
    }

/* #region Admin area*/

.admin-menu ul li {
    list-style: none;
}

    .admin-menu ul li a {
        text-decoration: none;
        border: solid 1px #ddd;
        border-radius: .5rem;
        display: block;
        width: 15rem;
        background-color: #fff;
        margin: .5rem 0;
        padding: 1rem;
        color: #000;
        font-size: 1.1rem;
    }

        .admin-menu ul li a:hover {
            background-color: #CCBA9B;
        }


/* #endregion Admin area*/

/* #region DX Html Editor*/

.admin-edit select {
    width: auto;
    padding: 0;
    padding: 0 0 0 1rem;
}

div.admin-edit .dxbl-btn-group {
    text-align: center;
}

    div.admin-edit .dxbl-btn-group button {
        padding: .5rem;
        background-color: #fff;
        border: solid 1px #666;
        border-radius: .5rem;
        cursor: pointer;
        background: none;
        height: 2.5rem;
    }

        div.admin-edit .dxbl-btn-group button svg {
            width: 2rem;
            height: 1rem;
        }

        div.admin-edit .dxbl-btn-group button span {
            display: none;
        }

        div.admin-edit .dxbl-btn-group button:hover {
            background-color: #eee;
        }


div.admin-edit .dxbl-toolbar-btn-ellipsis {
    display: none;
}

div.admin-edit .dx-htmleditor-content {
    border: solid 1px #666;
    border-radius: .5rem;
    padding: 1rem .75rem;
    margin: .75rem 0;
    min-height: 300px;
}

    div.admin-edit .dx-htmleditor-content p {
        padding: 0;
        margin: .5rem 0;
    }

div.admin-edit .dx-toolbar-after {
    display: none;
}

/* #endregion DX Html Editor*/

/* #region ProgressBar */

div#progress-bar {
    clear: both;
    height: 2.5rem;
    padding-top: 1rem;
}

    div#progress-bar .progress-bar {
        border: solid 1px #A79A80;
        border-radius: .25rem;
        height: 1rem;
    }

    div#progress-bar .progress-bar-fill {
        background-color: #A79A80;
        height: .9rem;
        margin: 0;
        border-radius: .25rem;
    }

div.progress-bar-start, div.progress-bar-end {
    font-size: .75rem;
}

div.progress-bar-start {
    float: left;
}

div.progress-bar-end {
    float: right;
}

/* #endregion ProgressBar */

div.version-description {
    position: fixed;
    bottom: .5rem;
    left: .5rem;
}

.my-rich-editor {
    height: calc(100vh - 14rem);
}

.dx-htmleditor-content p {
    margin: 16px 0 !important;
}

h5 span.category {
    color: red;
}

/* login pages */
.btn-primary,
.btn-primary:hover,
.btn-primary:checked,
.btn-primary:active {
    border: solid 1px #A79A80 !important;
    background-color: #A79A80 !important;
}

    .btn-primary:hover {
    }

input.remember-password {
    width: 1.2rem;
    height: 1.2rem;
    color: #000;
}
