/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* From "/css" ^^^ */

.tablenu
{
    display:inline-block;
}
.tablenu2
{
    display:inline-block;
    position: relative;
    padding-left: 3%;
}
.tablenu3
{
    display:inline-block;
    position: relative;

    
}
.table-left
{
    display: inline-block;
    width: 25%;
}
.mytooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.wraptxt{
    position: relative;
    float: left;
    word-wrap: inherit;
    text-align: left;
    top: 0%;
    padding-right: 50%;
}
.mytooltip .mytooltiptext {
visibility: hidden;
width: 300px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -200px;
opacity: 0;
transition: opacity 0.3s;
}

.mytooltip .mytooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 15%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

.mytooltip:hover .mytooltiptext
{
visibility: visible;
opacity: 1;
}

.seldiv
{
    width: 50%;
    padding-left: 85%;
    position: relative;
}

.nuspacer
{
    width: 100%;
    height: 2%;
}

.inputmin
{
    width: 35%;
}

.tablehook
{
    width: 15%;
}

.questip
{
    background-color: #ccc;
    border-radius: 2px;
}
.questip:hover
{
    background-color: rgb(173, 173, 173);
    cursor: help;
}

.thistip
{
    display: none;
}


.central-fix
{
    width: 2%;
    /*border: 1px red solid;*/
    float: inline-start;
    height: 25%;
}


.bottom-fix
{
    width: 100%;
    height: 1%;
    display: inline-block;
}

.notesel
{
    display: inline-block;
    width: 280px;
    height: calc(1.5em + 0.75rem + 0.25rem);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 0.125rem solid #ced4da;
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: help;
}

.pad4arrow1
{
    width: 22%;
    border: 1px red solid;
}

.bluearrow1
{
    position: absolute;
    background: url(/css/arrow.png);
    background-size: 25% 50%;
    background-repeat: no-repeat;
    width: 10%;
    height: 1%;
    transform: rotate(90deg);
}

.linepoint1
{
    width: 5%;
    height: 5%;
    background: yellow;
}

.linepoint2
{
    width: 5%;
    height: 5%;
    background: rgba(255, 0, 0, 0.50);
}

.linepoint3
{
    width: 5%;
    height: 5%;
    background: rgba(0, 128, 0, 0.50);
}

#thissvg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.notes-tips
{
    display: none;
    height: 100%;
    width: 100%;
    /*border: orange solid 1px;*/
    font-size: 75%;
    overflow-y: visible;
    overflow-x: visible;
}

.notes-tips-div
{
    width: 100%;
}

.particles-tip
{
    width: 100%;
    border: 1px #e0e0e0 solid;
}
.tip-col-1
{
    /*border: green solid 1px;*/
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
    float: left;
}
.tip-col-2
{
    /*border: blue solid 1px;*/
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
    float: left;
}

.tip-col-3
{
    /*border: red solid 1px;*/
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
    float: left;
}

.tip-col-4
{
    /*border: purple solid 1px;*/
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 5%;
    width: 66%;
    display: inline-block;
    margin: 0 auto;

}
.highlight-violet
{
    background-color: violet;
}
.highlight-cyan
{
    background-color: cyan;
}

.goldtext
{
    color: gold;
}



/*
MODAL STUFF
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal
*/

/* The Modal (background) */
.np-modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.np-modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}

/* The Close Button */
.close-np-modal {
color: #aaaaaa;

float: right;
font-size: 28px;
font-weight: bold;
}

.close-np-modal:hover,
.close-np-modal:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

.np-tooltip{
    font-size: small;
    width: 4%;
    height: 3%;
    border: #ccc 1px solid;
    border-radius: 15%;
}


/* Dynamic Modals */
.dyn-modal-btn{
    font-size: small;
    width: 5%;
    height: 5%;
    border: #ccc 1px solid;
    border-radius: 15%;
}
.dyn-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
}
.dyn-modal-content {
    /*background-color: #fefefe;*/
    margin: 0 auto;
    /*border: 1px solid #888;*/
    z-index: 2;
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
}

.close-dyn-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    padding: 0% 2% 0% 3%;
    }
.close-dyn-modal:hover,
.close-dyn-modal:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* End Modal Stuff */

.verb-tip
{
    color: grey;
    border: #49505750 solid 1px;
    border-radius: 15%;
    background-color: #49505734;
}
.verb-tip:hover
{
    cursor: pointer;
    background-color: #49505750;
}

.tip-fix
{
    top: 19px;
    position: relative;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 200%;
    overflow: hidden;
    z-index: 1;
    display: block;
}

.safe-column
{
    float: left;
    width: 33.33%;
}

.safe-column-tb
{
    width: 33.00%;
}

.footer-hider
{
    display: block;
}

.nodisplay
{
    display: none;
}

.tbtips
{
    width: 100%;
}

.operative-scroller
{
    overflow-y: scroll;
    overflow-x: scroll;
}

.tip-fix1
{
    position: relative;
    top: -24px;
    left: -2px;
}


/*
.safe-column::after
{
    clear: both;
    display: table;
}

*/

.login-top{
    text-align: center;
    margin: 0 auto;
    /*border: grey 1px solid;*/
    width: 50%;
    background-color: goldenrod;
}

.login-mid{
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.login-lower{
    height: 66%;
    display: block;
    /*border: 1px solid purple;*/
}

.login-box{
    padding-left: 2%;
    float: left;
    width: 40%;
    /*border: silver solid 2px;*/
}

.post-login{
    text-align: center;
    float: left;
    width: 50%;
    position: relative;
    /*border: silver 2px solid;*/
}

.post-post-login{
    /*border: yellowgreen 1px solid;*/
    float: left;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}
.post-post-login .box{
    /*border: silver 1px solid;width: 50%;*/
    width: 50%;
    margin: 0 auto;
    text-align: center;
    float: left;
}

.post-post-login .box .portion-text{
    text-align: left;
    border: 2px solid silver;
    width: 250px;
    margin: 0 auto;
}

.two-squared{
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.x-spacer-5{
    width: 5%;
    height: 5%;
}

.x-spacer-100x5{
    width: 100%;
    height: 100px;
    display: block;
}

.video-col{
    left: 50%;
    /*border: orange 1px solid;*/
    
}

.example-box{
    width: 85%;
    height: 250px;
    margin: 0 auto;
    border: silver 2px solid;
}

.example-fix{
    width: 100%;
    height: 15%;
    margin: 0 auto;
}
.pointer{
    cursor: pointer;
}

/* Obnoxious verb-tip issue fix */
@media only screen and (max-width: 992px)
{
    .tip-fix
    {
        height: 50%;
    }
    .safe-column
    {
        padding-top: 5%;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .safe-column-tb
    {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .footer-hider
    {
        display: none;
    }

}


@media only screen and (max-width: 394px)
{
    .post-login{
        text-align: center;
        width: 75%;
        border: silver 2px solid;
    }
}

/* HEADER TEXT FIX */
.header-text{
    /*border: red solid 1px;*/
    color: #fff !important;
    font-size: larger;

}
.header-text:link {
    text-decoration: none;
}
.header-text:visited {
    text-decoration: none;
}
.header-text:hover {
    text-decoration: none;
}
.header-text:active {
    text-decoration: none;
}


/* LOGIN FIXES */
.tri-box{
    float: right;
    width: 30%;
    /*border: red 2px solid;*/
}    
.total-wrapper{
    margin: 0 auto;
    align-content: center;
}
.top-img{
    z-index: -1;
    width: 100%;
    height: 140px;
}

@media only screen and (max-width: 752px)
{
    .top-img{
        z-index: -1;
        width: 100%;
        height: 130px;
    }
}
@media only screen and (max-width: 500px)
{
    .top-img{
        z-index: -1;
        width: 100%;
        height: 164px;
    }
}
.centered-text-over {
    width: 100%;
    text-align: center;
    /*border: red solid 1px;*/
    z-index: 1;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.oval {
    margin: 0 auto;
width: 70%;
height: 20%;
background: #007aaf;
border-radius: 50%;
text-align: center;
color: white;
font-size: larger;
font-weight: bold;
}

.mt-fugi-1{
    position: relative;
    width: 100%;
    border: 2px solid green;
    height: 20%;
}

.mt-fugi{
    float: right;
    top: 0;
    right: 0;
}
  
.ahcq{
    text-align: center;
    display: inline-block;
}

.asterisk{color: red;}

.topper{
    width: 100%;
    /*border: 1px solid red;*/
    display: inline-block;
}

.inline-topper{
  position: relative;
  display: inline-block;
}

.input-275px{
    width: 275px;
}

.text-over-container{
    position: relative;
    text-align: center;
    color: white;
}

.capnsub{
    border: red solid 1px;
    position: relative;
}

.close-notes-x{
    border: 1px solid black;
}

.disabled {
    user-select : none;
    -moz-user-select : none;
    -webkit-user-select : none;
    color: rgba(211, 211, 211, 0.501) !important;
    background-color: rgba(211, 211, 211, 0.501) !important;
    cursor: pointer;
}

#input-table{
    overflow-x:auto;
}

#input-table tr{
    position: relative;
}

#input-table td{
    padding-right: 0;
    width: 35%;
}

#input-table th{
    padding-right: 0;
    width: 25%;
}

.w100{
    width: 100%;    
}

/* EAC z-index quickfix */
.ui-autocomplete {z-index:1001 !important;}

.borderless{
    border-left: rgba(255, 0, 0, 0) 3px solid;
}

select[disabled] {color: black;}