﻿/* base layout rules */

html, input, select, textarea, button, option, .j-list div, body.jive {
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0.02em;
    font-size: 14px;
}

#j-pres-table {
    font-family: 'PT Sans Narrow', sans-serif;
}

    html.jive, body.jive {
        height: 100%;
        width: 100%;
        margin: 0;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: default;
        -ms-scroll-translation: vertical-to-horizontal;
        padding: 0;
        border: 0 none;
    }

    html.jive {
        overflow: hidden !important;
    }

.jive a {
    text-decoration: none;
}
.jive #jive a:not(.header-color), .jive .j-modal a:not(.header-color):not(.disabled) {
    color: #000;
}

    .jive a:hover {
        text-decoration: none;
    }

    .jive a img {
        border: 0 none;
    }

/*typographic*/
.default {
    font-family: 'PT Sans', sans-serif;
}

.narrow {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 110%; /*for better readability*/
}

.bold {
    font-weight: 700;
}

input.text {
    border: 1px solid #ccc;
    padding: 2px;
}

fieldset {
    line-height: 200%;
}

legend {
    line-height: 100%;
}

button, .button {
    color: inherit;
}

input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
    vertical-align: text-bottom;
}

textarea {
    resize: none;
}

button i:before, a:link i:before {
    cursor: pointer !important;
}

button:disabled i:before {
    cursor: default !important;
}

input[type=text], input[type=password] {
    border: 1px solid #999;
}

    input[type=text]:disabled, textarea:disabled {
        border-color: #ccc;
        background-color: #fbfbfb;
        color: #707070;
    }

.j-skiplink, .j-pres-tablelink {
    background-color: #fff;
    border: 2px solid #999;
    display: block;
    left: -1000em;
    padding: .5em;
    position: absolute;
    z-index: 10;
}

    .j-skiplink:focus, .j-pres-tablelink:focus {
        left: 1em;
        top: 1em;
        z-index: 1000;
    }

.j-alt-tooltip {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 4px #333;
    display: block;
    opacity: 0.85;
    padding: 2px;
    padding: 5px;
    position: absolute;
    z-index: 10000001;
    width: 250px;
}

.jive *:focus {
    outline: none;
}

.excel-export-warning {
    color: red;
}

placeholders {
    display: none;
}

html.fa-events-icons-failed .fa,  html.fa-events-icons-failed .si{
    width: 16px;
    height: 16px;
    border: 1px solid #333;
}

body #cookie-consent-control-root * {
    font-family: 'PT Sans', sans-serif;
}
