@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #224A59;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

@media (min-width: 768px) {
    .header-text {
        font-size: 2rem !important;
    }
}

.header-text {
    font-size: 1.3rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .header-block {
        bottom: 65px !important;
    }
}

.header-block {
    padding-left: 15px;
    position: absolute;
    bottom: 80px;
}

.header-buttons {
    padding-left: 15px;
    height: 45px;
    position: absolute;
    bottom: 15px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #fff;
    z-index: 1000;
    height: 170px;
    overflow: hidden;
    text-align: center;
    line-height: 160px;
}

.header-panel {
    padding-right: 0 !important;
    bottom: 0;
    position: absolute;
    height: 100%;
}

@media (min-width: 576px) {
    .header {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .header {
        padding-left: 2rem !important;
    }
}

    .header.shrink {
        height: 0px;
        line-height: 80px;
    }

    .header h1 {
        font-size: 30px;
        font-weight: normal;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header.shrink h1 {
        font-size: 0px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.img-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .options {
        width: 100px !important;
    }
}

.word-path {
    position: absolute;
    left: 20px;
    top: -2px;
    cursor: pointer;
}

.options {
    width: 200px;
}

.link-primary {
    color: #224A59 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

mark {
    background-color: yellow !important;
    padding: 0 !important;
}

h1 {
    text-align: center;
    color: #224A59;
}

h2, h5, p {
    color: #6C606C;
}

.author {
    font-size: 120%;
}

.version {
    text-align: center;
    font-size: 120%;
    font-family: monospace;
}

.top {
    background-color: #ffffff;
    padding: 25px;
    margin-left: -3em;
    margin-right: -3em;
    margin-top: -1em;
    padding-left: 70px;
}

p {
    text-align: justify;
    line-height: 1.6em;
}

.ar {
    display: inline-block;
    font-size: 150%;
    direction: rtl;
    font-family: "Amiri", Arial, Verdana, Tahoma;
}

.Cod {
    color: #017925;
}

code {
    min-width: 150px;
    display: inline-block;
    text-align: left;
}

.Q {
    color: red;
}

.Context {
    color: #A23C02;
}

.Glossa {
    color: #224A59;
}

.Emph {
    font-style: italic;
}

.Textbf {
    font-weight: bold
}

.Error {
    background-color: salmon;
}

a.See {
    text-decoration: none;
}

    a.See:hover {
        border-bottom: solid 1px;
    }

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
