﻿@charset "utf-8";

.about-container {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    background-color: transparent;
}

.about-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    z-index: 2000;
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    color: black;
}

.about-header {
    background-image: url(/css/logo/azeta.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.about-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.about-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .6;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    height: 4.2rem;
    vertical-align: middle;
    padding: 0rem 1.25rem;
    overflow: hidden;
    border-top-right-radius: 0.9rem;
    cursor: pointer;
}

    .about-close:hover {
        color: white;
        background-color: red;
        text-decoration: none;
        text-shadow: none;
        opacity: 1;
        border-left: 1px solid #696969;
    }



.about-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    color: black;
}

    .about-footer > :not(:last-child) {
        margin-right: .25rem;
    }

    .about-footer > :not(:first-child) {
        margin-left: .25rem;
    }

@media (min-width: 576px) {
    .about-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.about-centered {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    min-height: calc(100% - (0.5rem * 2));
    justify-content: center;
}

.about-content-wrapper {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 10px;
    width: 600px;
    max-width: 40em;
    box-shadow: 0 4px 8px 0 dimgray,0 6px 20px 0 dimgray;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.about-content {
    margin: 5px;
}

@media (min-width: 576px) {
    .about-content-wrapper {
        max-width: 500px;
        margin: 2.75rem auto;
    }
}

.about-content-wrapper-large {
    max-width: 70%;
}

@media (min-width: 992px) {
    .about-content-wrapper-large {
        max-width: 800px;
    }
}

.about-content-wrapper-xlarge {
    max-width: 80%;
    width: 80%;
}

@media (min-width: 1416px) {
    .about-content-wrapper-xlarge {
        max-width: 1300px;
        width: 80%;
    }
}

@media (min-width: 576px) {
    .about-content-wrapper-small {
        max-width: 300px;
    }
}

input.fastsearch {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
    color: black;
    margin-right: 10px;
    width: 1.7em;
    height: 1.7em;
    padding-left: 2em;
    z-index: 2;
    background-image: url(/css/icons/search.png);
    background-position: 0.5em center;
    background-repeat: no-repeat;
    background-size: 1em;
    color: black;
    opacity: 0.8;
}

    input.fastsearch:focus {
        opacity: 1;
        border-color: #004A99;
        color: black;
        width: 10em;
    }

ul.fastsearch-result {
    display: flex;
    flex-direction: column;
    width: 25em;
    position: absolute;
    z-index: 1;
    background: white;
    box-shadow: 3px 3px 3px darkgray;
    border: 1px solid dimgray;
    box-sizing: border-box;
    top: 100px;
    right: 200px;
    border: 2px solid red;
    position: absolute;
    border-radius: 5px;
    padding: 1em 2em;
    background: white;
    color: black;
    max-height: 20em;
    overflow-x: hidden;
    overflow-y: auto;
}

    ul.fastsearch-result > li,
    ul.fastsearch-result > li > a {
        cursor: pointer;
        color: var(--link-color);
    }

        ul.fastsearch-result > li:hover,
        ul.fastsearch-result > li:hover > a {
            text-decoration: underline;
            font-weight: bold;
        }

.context-info {
    margin-right: 1.5em;
    margin-left: 1.5em;
    font-family: arial;
    font-variant: small-caps;
    font-size: 90%;
    cursor: pointer;
}


@media (max-width:1023.98px) {
    .context-info {
        display: none;
    }

    .fastsearch {
        display: none;
    }
}

.context-popup {
    position: fixed;
    left: auto;
    top: 8px;
    right: 250px;
    bottom: auto;
    width: 27em;
    min-height: 9em;
    height: auto;
    background-color: whitesmoke;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 5px 5px 5px gray;
    margin-right: 1.5em;
    margin-left: 1.5em;
    font-family: arial;
    font-variant: small-caps;
    font-size: 90%;
    cursor: default;
    color: black;
    padding: 5px;
    box-sizing: border-box;
    z-index: 999;
}

    .context-popup > .btn {
        margin-left: 40%;
        color: black;
    }

.context-info-caption {
    color: #515151;
    font-variant: small-caps;
    width: 8em;
    text-align: right;
    margin-left: 1em;
    margin-right: 0.5em;
    line-height: 1.5em;
    white-space: nowrap;
    display: inline-block;
    font-size: 70%;
    font-family: Arial;
}

.context-info-value {
    color: black;
    font-variant: normal;
    width: auto;
    max-width: 17em;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 1em;
    line-height: 1.5em;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    font-family: Arial;
}

    .context-info-value:first-line {
        color: #004a99;
    }

@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }
}

.btn.btn-notify {
    color: white;
    border-color: transparent;
}

    .btn.btn-notify > i {
        font-size: 170%;
        color: white;
        vertical-align: middle;
    }

        .btn.btn-notify > i.notify-off {
            color: lightgray;
            font-size: 130%;
        }

    .btn.btn-notify > span {
        color: white;
        background-color: red;
        vertical-align: top;
        margin-left: -21px;
        margin-top: -12px;
        border: 3px solid var(--sidebar-back-color);
        font-family: arial;
    }

.navbar {
    transition: .3s ease-in-out;
}

.application-title.navbar {
    background-color: var(--sidebar-back-color);
    color: gainsboro;
    height: 55px;
    overflow: hidden;
    border: none;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    padding-left: 220px;
    box-shadow: 3px 3px 3px dimgray;
    z-index: 9;
    transition: .3s ease-in-out;
}

@media (max-width: 1024px) {
    .application-title.navbar {
        padding-left: 55px;
    }
}

.azpage-title {
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px gray;
    background: transparent;
    position: static;
    margin-top: 8px;
    padding-left: 7px;
    box-shadow: none;
    color: #f5f5f5;
    width: auto;
    font-weight: normal;
    border: none;
    font-size: 26px;
}

td.about-info-icon {
    vertical-align: top;
    color: #c6c6c6;
    width: 100px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 10px;
}

td.about-info-value {
    vertical-align: top;
    padding-bottom: 10px;
}

.about-info-title {
    color: #014a99;
    font-size: 150%;
    font-weight: bold;
    font-family: Arial;
}
