﻿body {
    padding-top: 20px;
    font-size: 1.5em;
}

nav#navigation {
    font-size: 1.6em;
}

section .section-content {
    padding-bottom: 12rem;
}

footer {
    width: 100%;
    background-color: #333333;
}

.text-danger {
    color: #b94a48;
}

.alignmentLeft {
    text-align: left;
}

.alignmentCenter {
    text-align: center !important;
}

.alignmentRight {
    text-align: right;
}

element.style {
}

/* Override padding from app.css for displaying the number of records selector in the grid correctly */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    padding: 0;
}

.grid-button {
    width: 100%;
    font-size: 1em;
    border: solid 1px #777;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #444;
    font-weight: 300;
    padding-bottom: 6px;
    line-height: 25px;
}

    .grid-button:hover {
        background-color: #d0edfa;
    }

    .grid-button:disabled {
        border: none;
        background-color: inherit;
    }

/*#blackBar {
    position: fixed;
    padding-top:10px;
    top: 140px;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: yellow;
}

#scrollable-container {
    overflow: auto;
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.field-validation-error {
    display: inline-block;
    margin-bottom: 20px;
}

input::placeholder {
    color: gray;
}

input::-ms-input-placeholder {
    color: gray;
}

input:-ms-input-placeholder {
    color: gray;
}

.subtitle {
    font-weight: bold;
}

.btn {
    border-radius: 0 !important;
}

.form-label {
    font-family: inherit;
    font-size: inherit;
}

.form-control {
    margin-top: 6px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.input-field-form-ie {
    font-size: inherit;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D5D5D5;
    border-top-color: #D5D5D5;
    padding: 20px;
    margin-bottom: 20px;
    background: #E8F0FE;
    height: inherit;
}

.input-field-form {
    font-size: inherit;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D5D5D5;
    border-top-color: #D5D5D5;
    padding: 20px;
    margin-bottom: 20px;
    background: #E8F0FE;
    height: 20px;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    border: 1px solid #D5D5D5;
    border-top-color: #D5D5D5;
    -ms-border-radius: 0;
    border-radius: 0;
}

input[type="text"].awe-txt, .awe-searchtxt {
    border: 1px solid #D5D5D5;
    border-top-color: #D5D5D5;
    -ms-border-radius: 0;
    border-radius: 0;
}

.icon-ap-login:before {
    position: relative;
    top: 4px;
}

.icon-ap-arrow-right:before {
    position: relative;
    top: 3px;
}

.button-form {
    margin-bottom: 10px;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    background-color: #CCC
}


.directory-title h1 {
    font-weight: bold;
}

.directory-title h2 {
    margin-top: 6px;
}

.single-directory {
    /*font-size: inherit;*/
    margin-top: 8px;
    margin-bottom: 40px;
}

select.dropdown {
    font-size: 1.9rem;
    line-height: 1.5;
    border-style: solid;
    border-width: 1px;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 5px 15px 5px 10px;
    margin-bottom: 40px;
    /*background: #E8F0FE;*/
    /*width: 98%;*/
    height: auto;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 5px) calc(1em + 2px), calc(100% - 0px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-position-y: center;
    -ms-background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}


/* AWE Styling */
.center {
    text-align: center;
}

.awe-col, .elabel, .menu, h1, h2, h3, b {
    /*font-family: "Segoe UI", Oxygen-Sans, Ubuntu, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;*/
    font-family: inherit;
}

/* Styles for validation helpers*/
@media (max-width: 767px) {
    .field-validation-error {
        display: block;
    }
}

.field-validation-error, .validation-summary-errors {
    color: #ff0000;
}

    .validation-summary-errors ul {
        list-style: none;
    }

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee;
}

/* grid btns */
.editbtn, .delbtn, .editnst, .delnst {
    padding: .2em .3em;
}

.ico-crud {
    background-image: url(editdel.png);
}

.ico-edit, .ico-del {
    display: block;
    overflow: hidden;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
}

.ico-edit {
    background-position: 0 -1px;
}

.ico-del {
    background-position: -17px -1px;
}
/* grid btns */

/* form layout */
.efield {
    padding: 5px 0;
}

.elabel {
    text-align: right;
    width: 150px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 1px;
    padding-right: 3px;
}

    .elabel label {
        font-weight: 600;
    }

@media (max-width: 480px) {
    .elabel {
        text-align: left;
        display: block;
    }
}

.einput {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-bottom: 20px;
}

.awe-multilookup-field .awe-display {
    border: solid 1px #D5D5D5;
    border-radius: 0;
    background: #E8F0FE;
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.einput .o-dd, .einput .awe-datepicker-field, .einput .awe-lookup-field, .einput, .einput .awe-multilookup-field, .einput .etxt {
    min-width: 15em;
}

.awe-popup .einput .awe-multilookup-field .awe-display {
    max-height: 7.3em;
    overflow-y: auto;
}

.awe-searchtxt {
    font-size: inherit;
    border-radius: 0;
    height: inherit;
}

.awe-multilookup-popup .awe-list {
    height: 115px !important;
}

#createUserGridFolders-awepw, #createFolderGridUsers-awepw, #editUserGridFolders-awepw, #editFolderGridUsers-awepw {
    max-height: 350px !important;
    height: 330px !important;
}
