﻿html {
    font-family: sans-serif;
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5C5B5B;
    background-color: #fff;
}

img {
    border: none;
}

canvas {
    display: inline-block;
    vertical-align: baseline;
}

a {
    background-color: transparent;
}

input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

select {
    text-transform: none;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #464775;
    text-decoration: none;
}

p {
    margin: 0 0 10px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    color: #252424;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #464775;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control.inline {
        display: inline;
        width: 150px;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.fade {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.panel {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .panel .panel-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }

    .panel .panel-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #464775;
    }

    .panel .panel-body {
        position: relative;
        padding: 0px;
    }

    .panel .panel-footer {
        text-align: right;
        background-color: #464775;
        height: 75px;
    }

@media (min-width: 768px) {
    .panel-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .panel-content {
    }
}

.panel-content {
    border-radius: 0px;
    margin-top: 50px;
}

button, select, .m-button {
    text-transform: none;
}

button, .m-button {
    box-sizing: border-box;
    cursor: default;
    display: inline-block;
    text-align: center;
    border: 1px solid #464775;
    background-color: #FFFFFF;
    padding: 5px;
    color: #464775;
    font-size: 15px;
    min-width: 100px;
    min-height: 40px;
    width: 100px;
    height: 40px;
}

    button:hover, .m-button:hover {
        background-color: #464775;
        color: #FFFFFF;
        cursor: pointer;
        cursor: hand;
    }

    button.secondary {
        background-color: #464775;
        color: #FFFFFF;
    }

    button:active {
        background-color: #464775;
        color: #E2E2F6;
        border: 1px solid #464775;
    }

    .m-button.side-button {
        min-width: 21px;
        width: 21px;
        margin: 0px;
        border-left: 0px;
    }

.toggle-button {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #464775;
    cursor: pointer;
    cursor: hand;
    margin: 0px;
}

    .toggle-button:hover:not(.selected) {
        border: 1px solid #B2E6FA;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #D8F2FC;
    }

    .toggle-button.selected {
        cursor: default;
        border: 1px solid #464775;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #252424;
        cursor: default;
    }

select {
    -webkit-appearance: menulist;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    height: 34px;
    font-size: 15px;
    color: #252424;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #464775;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="checkbox"], input[type="radio"] {
    border: 1px solid #464775;
    background-color: #FFFFFF;
    color: #252424;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: normal;
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #464775;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #BDBDBD;
        }

        .pagination > li:first-child > a {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

.opaque-darker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    background-color: #252424;
    opacity: 0.5;
}

.no-select {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.hidden {
    visibility: hidden;
    display: none !important;
}

.list-item.rovingTab *::highlighted
{
    color: #252424 !important;
}

.list-item.rovingTab:focus-visible,
.menu-dropdown-list .list-item:focus-visible,
.menu-dropdown-list .list-item a:focus-visible {
    outline: 1px solid #252424;
    border-radius: 4px;
}

.link.query-button.rovingTab:focus-visible {
    outline: 1px solid #252424;
    border-radius: 4px;
}