﻿/* For error styling, removes outline and sets border */
.invalid {
    outline: none !important;
    border: solid 1px red;
}

.valid {
    outline: none !important;
    border: solid 1px green;
}

/* overgrid container */
.GridContainer {
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: -20px;
}

table.is-fixed {
    border: solid 1px lightgray;
    border-top: unset;
}

/*    table.is-fixed td {
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
*/

table.is-fixed > thead,
.tablebox-header {
    background-color: #3273dc !important;
}

table.is-fixed td > div:first-child:not(.grid-dropdown) {
    width: 1px;
    min-width: 100%;
    word-wrap: break-word;
}

tbody.no-data td {
    padding: 75px !important;
    font-size: 24pt;
    text-align: center;
    vertical-align: middle;
    width: 100% !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.table {
    margin-bottom: 0 !important;
}

    /* Table hover color */
    .table.is-hoverable tbody tr:hover:nth-child(even) {
        background-color: whitesmoke !important;
        font-weight: 600;
    }

    .table.is-hoverable tbody tr:hover:nth-child(odd) {
        background-color: #fff !important;
        font-weight: 600;
    }

.required-field,
.show-required,
.show-required-asterisk {
    font-weight: bold;
    color: #00f;
}

.show-required-asterisk {
    font-size: 10pt;
}

span small {
    color: #888;
}

.datepicker-days,
.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-centuries {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.datepicker table:first-of-type {
    width: 350px;
}


    .datepicker table:first-of-type thead {
        box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
    }


.datepicker td.old {
    color: #aaa;
}

.datepicker td.day {
    vertical-align: middle;
    color: #000;
    height: 20px;
}

    .datepicker td.day:hover,
    .datepicker td span:hover {
        font-weight: 700;
    }

.datepicker-days tbody tr:first-of-type td {
    padding-top: 8px;
    padding-bottom: 2px;
}

.datepicker-days tbody tr:last-of-type td {
    padding-top: 2px;
    padding-bottom: 8px;
}

.datepicker .next,
.datepicker .prev {
    color: darkgray;
}

.autocomplete .dropdown-menu {
    position: relative;
    width: 80%;
}

.autocomplete input::-ms-clear {
    display: none;
}

html {
    position: relative;
    min-height: 100%;
}

.rasfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500 !important;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000 !important;
        font-weight: 900 !important;
    }

div.free-trial {
    font-size: 10pt;
    color: #888;
    margin-top: -12px;
    text-align: right;
}

div.tab-body {
    border: solid 1px #dee2e6;
    border-top: none;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.tab-item {
    border-color: #e9ecef #e9ecef #dee2e6 !important;
}

.tab-iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.assigned-items {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 15px;
}

.assigned-panel {
    width: 45%;
}

.assigned-buttons {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding-left: 10px;
}

.assigned-header {
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 4px;
}

.assigned-listbox {
}

.assigned-buttons button {
    border: none;
    background: none;
    display: block;
    font-size: 21px;
}


.drag-drop-zone {
    border: 3px dashed #e68710;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
    margin-top: 0;
}

    .drag-drop-zone:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .drag-drop-zone.is-danger {
        border-color: red;
    }

.drag-drop-zone-small {
    border: 3px dashed #e68710;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1rem;
    cursor: pointer;
    margin: 1rem 0;
    position: relative;
    margin-top: 0;
}

    .drag-drop-zone-small:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone-small input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.drag-drop-zone-small.is-danger {
    border-color: red;
}


.modal-small {
    width: 480px;
}

.modal-large {
    width: 800px;
}

.modal-xlarge {
    width: 1000px;
}

.modal-massive {
    width: 1200px;
}

.model-enormous {
    width: 1400px;
}

.ac-stack {
    display: inline-flex !important;
}

    .ac-stack .ac-icon {
        position: relative !important;
        padding-right: 15px !important;
    }

.modal-card-foot {
    background: #fff !important;
}

    .modal-card-foot .control {
        text-align: right;
        display: inline;
    }

.ras-card .image img
{
    width: unset;
    display: unset;
}

.ras-card .card-image
{
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
}

ul.menu-list a:hover {
    /*background: lightgrey;*/
    font-weight: 900;
    color: #4a4a4a;
}

.menu-list li ul {
    margin-top: -15px;
}

.menu-list li ul li
{
    font-size: 10pt;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    margin-top: 8px;
    color: #7a7a7a;
    font-size: 10pt;
}

p.menu-label {
    font-size: 11pt;
    text-transform: unset !important;
}

.menu-label-cat
{
    margin-bottom: -8px !important;
    cursor: pointer;
}

.no-pointer
{
    cursor: unset !important;
}

.pointer
{
    cursor:pointer !important;
}

p.menu-label-sub {
    color: #7a7a7a;
    font-size: 10pt;
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 0 !important;
}

.menu-list a {
    border-radius: 5px;
}

.menu {
    font-size: 11pt;
}

    .menu div.columns {
        margin: 0;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .menu div.columns:hover {
            font-weight: 900;
        }

    .menu div.column {
        margin: 0;
        padding: 0;
    }

    .menu span.icon {
        margin-top: 5px;
        margin-right: 10px;
        color: #7a7a7a;
        font-size: 8pt;
    }

.menu-list a.selected {
    font-weight: 900;
}

.has-min-page-height {
    min-height: 101vh !important;
}

a.is-hoverable:hover {
    font-weight: 700;
}

.hero.is-small .hero-body {
    padding: 0.75rem !important;
}

div.notification.is-small {
    padding: 0.75rem;
}

article.message.is-small
{
    font-size: 0.9rem;
}

article.message.is-small div.message-body {
    padding: 0.75em 0.75em;
    font-size: 11pt;
}

.clearbox {
    background: none;
    color: red;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
    height: 24px;
    width: 24px;
    z-index: 10;
    border: none;
    font-weight: bold;
    font-size: 8pt;
}

.clearbox:hover {
    color: red;
}

.is-half-width {
    width: 50% !important;
}

.checkboxlist .field,
.checkboxlist .control
{
    padding-right:10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}

input.secure {
    text-security: disc;
    -webkit-text-security: disc;
}

.toast-container {
    z-index: 7500000 !important;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    right: 0;
}

.toast {
    display: flex;
    position: relative;
    flex-direction: row;
    animation: fadeinout 4.5s ease-in-out;
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: 400px;
    z-index: 7500000;
}

@keyframes fadeinout {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    92% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


.level-link {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
}

.level-link:hover, .level-selected {
    font-weight: bold;
    color: #363636;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #3273dc transparent #3273dc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.richtexteditor .toolbar a {
    color: black;
    padding: 5px;
}

.richtexteditor .toolbar a:hover {
    background-color: whitesmoke;
}

.richtexteditor .toolbar .divide {
    margin-left: 2px;
    margin-right: 2px;
    border-left: 1px solid black;
}

.richtexteditor .toolbar .toggled {
    background-color: lightgrey;
}

.richtexteditor .dropdownmenu {
    position: relative;
    display: inline-block;
}

.richtexteditor .dropdownmenu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 21;
}

.richtexteditor .dropdownmenu-content.show-content {
    display: block;
}

.richtexteditor .dropdownmenu-content a:hover {
    background-color: whitesmoke;
}

.richtexteditor .editor {
    margin: 2px;
    height: 200px;
    padding: 3px;
    overflow-x: auto;
    border: 1px solid black;
}

.richtexteditor .editor blockquote {
    margin-left: 20px;
    background-color: lightgray;
    padding: 2px;
}

.richtexteditor .editor ul,
.richtexteditor .editor ol {
    margin-left: 20px;
}



@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.sidebar-left {
    margin-left: -10px;
    background: whitesmoke;
    border-right: solid 1px lightgrey;
    margin-top: -10px;
    border-top: solid 1px lightgrey;
}

.sidebar-right {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -10px;
    margin-bottom: -6px;
    border-top: solid 1px lightgrey;
}

.box.sidebar {
    padding-right: 3px;
    overflow: hidden;
}

.fake-label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.disabled-ctrl {
    opacity: 0.6;
    pointer-events: none;
}

.dialog-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
}


.grid-dropdown {

}

.grid-dropdown .dropdown-menu {
    min-width: unset;
}

.grid-dropdown .dropdown-item {
    padding-right: 15px;
    padding-left: 15px;
}

.grid-dropdown .dropdown-item:not(.dropdown-no-hover) {
    cursor: pointer;
}

.grid-dropdown .dropdown-content {
    width: max-content;
    font-weight:normal;
}

.grid-dropdown div.dropdown-item span ~ span {
    color: #4a4a4a;
    font-size: 0.875rem;
    padding: 0.375rem 1rem;
    padding-left: 7px;
}

.grid-dropdown div.dropdown-item:not(.dropdown-no-hover):hover {
    background-color: whitesmoke;
    color: #0a0a0a;
    font-weight: bold;
}

.grid-dropdown div.dropdown-content:hover {
    font-weight: normal;
}

.input:hover {
    z-index: unset !important;
}

.input {
    z-index: unset !important;
}


.picker__select--year,
.picker__select--month {
    height: unset !important;
    background-color: white;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}

.picker__holder {
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02) !important;
    border-radius: 5px !important;
    border-color: transparent;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__nav--prev:hover,
.picker__nav--next:hover {
    font-weight: 700;
    background: inherit !important;
}



.picker__nav--next:hover:before {
   border-left-color: black;

}

    .picker__nav--prev:hover:before {
        border-right-color: black;
    }

.picker__day--selected {
    background: whitesmoke !important;
    font-weight: 700;
    color: black !important;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

a.no-link {
    cursor: unset;
    color: unset;
}

div.is-one-third .picker {
    width: 250%;
}

div.is-one-third > .field > .control > input.datebox {
    margin-top: -3px;
}

div.searchable {
    z-index: 15;
    position: absolute;
    right:50px;
    top: 20px;
    width: 535px;
}

a.searchable {
    z-index: 15;
    position: absolute;
    right: 455px;
    top: 90px;
    display: block;
    font-size: 10pt;
}

a.searchable-advanced {
    font-size: 10pt;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}

div.date-search-box div.picker__holder {
    right: 200px;
}

a.navbar-item:hover {
    font-weight: bold;
}

/*a.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
    border-bottom: unset !important;
}
*/
div.navbar-item {
    color: darkgray !important;
}

.navbar-item.is-active {
    font-weight: bold;
    font-size: 14pt;
}

.navbar-item {
    padding: 0.5rem 1.25rem !important;
}

.navbar-dropdown.is-right {
    right: 25px;
}

.navbar-dropdown {
    left: 25px;
}

.slide-panel {
    margin-top: 0px !important;
    right: 0;
    top: 0;
    max-height: 100vh;
    min-height: 100vh;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
}

.slide-panel-slide-in {
    animation: slide-in 1s forwards;
}

.slide-panel-slide-out {
    animation: slide-out 1s forwards;
}

@keyframes slide-in {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

.slide-panel .modal-card-foot {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.table thead th {
    color: #fff;
}

.table thead {
    background-color: #1c75bc !important;
}

