/* GLOBAL STYLES */
[v-cloak] { display: none; }
body.locked { overflow-y: hidden }

/*:root { filter: invert(1) hue-rotate(-180deg) } */
/*:root { filter: invert(1) } */
/*:root { filter: invert(1) brightness(0.9) } */
/*:root { filter: hue-rotate(-180deg) }*/
/*:root { filter: brightness(0.8) }*/
/*:root { filter: grayscale(0.20); }*/


body:after, #main:after {
  content: "beta";
  position: fixed;
  width: 80px;
  height: 26px;
  background: #03a9f4;
  top: 7px;
  left: -20px;
  text-align: center;
  font-size: 13px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
  transform:rotate(-45deg);
}

.invert { filter: invert(90%) }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.text-negative, .q-field--error .q-field__bottom { color:#ef9a9a!important; }

.form-label-header { font-weight: 500; letter-spacing: 1px; font-size: 16px; }

.label-col { margin-top: 20px; }

.q-tabs--vertical { height: unset }


.mif-3x { padding-left: 20px; }
.split-view { height: 100vh; }

.aside { min-height: 100%; }

.test-class { width: 80vw; }


.sel-drop { max-height:35vh;}
.sel-cancel { position: absolute; z-index: 10; transform: translate3d(53vw,23px,0); }

.module-form .q-checkbox__label { font-size: 16px }

.fld-caption { font-size: 13px; }

.profile-header {
    font-size: 19px;
    margin-bottom: 5px;
    color: #ffd54f;
}
/* notes */

.indent h6 { margin-bottom: 5px }


.section-body { padding: 10px 20px; }
.main-card { height: calc(100vh - 112px); overflow-y: auto; }
.v-stepper-body { padding: 20px 40px; }

.hidden { display: none; }

.list-text { font-weight: 400; }

.q-table tbody td { font-size: 14px; }

/* ROUTE STYLES */

/* Landing */
.login-form { width: 420px; }
.login-link { color: #027be3; margin-top: 8px; }
.login-btn { margin: 16px 0 16px 16px!important; width: calc(100% - 16px)!important; }
.href-link { color: #909399; text-decoration: none; }


.landing { 
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
}

.canvas { height: 800px;  }

.layer {
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
}


.layer-bg {
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
}
/*
.layer-1 {
    background-image: url("assets/mountain-dark.png");
    background-position: left bottom;
}

.layer-2 {
    background-image: url("assets/lake.png");
    background-position: right bottom;
    background-size: 67%;
}

.layer-3 {
    background-image: url("assets/trees-left.png");
    background-position: bottom left;
    background-size: 55%;
}

.layer-4 {
    background-image: url("assets/grass.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 10%;
}
*/
.moon {
    position: absolute;
    top: 130px;
    right: 300px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: -5px 1px 50px rgba(255, 255, 255, 0.8);
    -webkit-filter: blur(1px);
            filter: blur(1px);
}

.title {
    position: absolute;
    top: 35%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #fff;
    padding: 1em 2em;
    font-family: 'Montserrat', sans-serif, monospace;
    font-size: 50px;
    letter-spacing: 4px;
    z-index: 10;
}

.blm-logo { position: absolute; padding: 30px; }

.arrows { transform: translate3d(0,90vh,0) }
.arrows span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.scroll-section { height: 250px; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(94,94,94,1) 100%); }

@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}


.footer { display: none; opacity: 0; height: 210px; padding: 0 40px; transform: translate3d(0, -215px, 0); }
.foot-row { padding: 10px 45px; display: flex; justify-content: space-between; }
.foot-block { height: 160px; }
.foot-block ul { list-style-type: none; margin-top: 10px; color: white; display: inline-block; vertical-align: top; padding-right: 10px; }
.foot-block li:not(:first-child) { font-size: 14px; font-weight: 500; color: #909399; }
.fav { font-size: 14px; color: #DCDFE6; }
.fav span { color: #F56C6C }



.mod-item {
    line-height: 24px;
    padding: 15px 12px 15px 20px;
}


.empty-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.proj-icon { padding-right: 5px }

.template-wrapper { display: none; visibility: hidden; height: 0; }

.page-wrapper { height: 100vh; width: 100%; } /* #F0F0F0  #cdd2d9 */ /* #E0DFDB #dadfe6 fix notes!!! */
.pre { white-space: normal; word-break: keep-all; }


.indent { padding: 0 20px; }
/* need media quiries? */

.trunc-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px; 
}


.color .q-field__inner span, .color .q-field__inner input, .color textarea { color:#2962ff; }


.inline-group { transform: translate3d(100px, -30px, 0); }

.hashicon { display: inline-block; transform: translate3d(-15px,3px,0); }


.row-selected { background-color:#eee; }


.no-label { margin-bottom: 45px; }



.text-items { font-size: 14px; }
.text-items .el-divider--horizontal:first-child { margin-top: 10px; }
.text-items span:first-child { font-weight:500; color:#009300 }

/* Animations */

.tracking-in-expand {
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
}

@keyframes tracking-in-expand {
    0% { letter-spacing: -0.5em; opacity: 0; }
    40% { opacity: 0.6; }
    100% { opacity: 1; }
}


.animated {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -300px, 0);
        opacity: 1;
    }
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fadeIn {
    animation-name: fadeIn;
    animation-delay: 0.5s
}


/* COMPONENT STYLES */

/*.main input:focus, .main select:focus, .main textarea:focus { color: #483C32 }
.main input, .main select, .main textarea { color: #737CA1!important }*/ /* #726E6D #1589FF */


.arr-btn .q-btn__wrapper { padding: 0 5px; }


/* Register */



/* Notes */
.sticky-bar {
    z-index: 50;
    padding: 0 20px 0 20px;
    position: sticky;
    top: 50px;
}

.sticky-form-header {
    position: sticky;
    top: 0px;
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
    padding: 25px 0 10px;
    z-index: 500;
    margin: 0 0 15px -10px;
    /* border-bottom: 1px grey solid; */
}

.side-fixed {
    position: sticky;
    top: 21px;    
}


.show-div { margin-left: 2px; }
.show-div > * { margin-top: 24px; }


.tab-notes { background-color: transparent; }
.tab-notes h5:first-child { margin-top: 0; }
.tab-notes li { padding: 0 0 12px 20px; list-style-type: circle; }


/* Main */
.brand-logo { width: 42px; margin-left: 29px; }
/* [class^="mif"] { padding-left: 3px; } */



html ::-webkit-scrollbar { width: .5em; }
html ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
html ::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; }


.scroll-tab { overflow-y: scroll; height: 88vh; padding: 0px 20px 10px 20px; } 
.scroll-tab::-webkit-scrollbar { display: none; }

.version { visibility: hidden }




.error-list { list-style: none; }
.error-list li {padding: 15px 5px; }
.error-drawer .el-drawer__body { overflow-y: scroll; }


.router-anim-enter-active {
    animation: coming 0.25s;
    animation-delay: .25s;
    opacity: 0;
}
.router-anim-leave-active {
    animation: going 0.25s;
}

@keyframes going {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50px);
        opacity: 0;
    }
}
@keyframes coming {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}




.btn-drawer-close {
    position: fixed;
    top: 16px;
    right: 10px;
    height: 32px;
}




#mapUI { width: 100%; height: calc(100vh - 58px); margin-top: -8px; overflow: hidden; } 
/* map icon */
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #89849b;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #2f2f2f;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

.icon-inactive .pulse { visibility: hidden; }
.icon-active .pin { background: #e91e63; }



.drawer-btn { position: fixed; bottom: 35px; right: 38px; z-index: 500 }


.drop-btn .q-btn__wrapper { padding-right: 8px;}

th { font-size: 14px!important; }

.chart { width: 90%; margin: auto }


/* RENDER Fx STYLES */

.mb { margin-bottom: 30px; justify-content: space-between; }

.input-container {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dropdown { position: relative; }
.select-container {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.select-container:focus-within ul {
    display: block;
}
.dropdown ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: calc(100% - 2px);
    z-index: 1000;
    margin: 55px 0;
    padding:0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
    max-height: 300px;
    overflow-y: auto;
}
.dropdown ul li {
    background-color:#f5f5f5;
    color:  grey;
    font-size: 16px;
}
.dropdown ul li:hover {
    background-color:  #9e9e9e;
    color: #ffd54f;
}
.dropdown ul li.selected {
    background-color: #bdbdbd;
    color:#4caf50;
}

.dropdown ul li a {
    padding: 15px;
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.calc-wrapper { 
    background-color: #bdbdbd; /*#9e9e9e;*/
    padding: 10px 8px;
    font-size: 16px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.res-wrapper { padding: 6px 8px; width: 150px; overflow: hidden; min-height: 36px; }




.inp {
    width: 100%;
    border: 1px solid#9e9e9e;
    background: none;
    position: relative;
    font-size: 16px;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 14px 12px 14px 12px;
    margin-right:2px;
    outline: 0;
}
.inp:hover { border-color: grey }
.inp:focus {
    border-color: grey;
    padding: 22px 6px 6px 10px; 
}
.inp:valid {
    background: white;
     color:#4caf50;
    padding: 22px 6px 6px 10px; 
}
.inp:focus:valid { color: #212121; }

.inp-label {
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    position: absolute;
    color: #999;
    padding: 18px 12px;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    width: 100%;
}

.inp:focus + label, .inp:focus:valid + label  {
    background:#757575;
    color:#ffd54f;
}

.inp:valid + label {
    background: #9e9e9e;
    color: white;
}

.inp:focus + label, .inp:valid + label {
    bottom: 100%;
    margin-bottom: -18px;
    font-size: 80%;
    padding: 1px 8px;
    z-index: 2;
    width: calc(100% - 2px);
    text-transform: uppercase;
}


.icheck-inline { margin-right: 0.75rem; }
.chk-label {
    font-size: 16px;
    width: 100%;
    color: #616161;
}
.rad-label {
    font-size: 15px;
    width: 100%;
}

.inp:focus ~ i { background:#757575; color: #ffd54f; }



.docs-link { color: darkorchid; }

.chk-left { margin-left: -8px; }


.trunc { 
    white-space: nowrap;      /* keep text on one line */
    overflow: hidden;         /* prevent text from being shown outside the border */
    text-overflow: ellipsis;  /* cut off text with an ellipsis */
}
.trunc .q-field__native { 
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis; 
}


.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin: 0 16px;
    color: grey;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #909399;
}
.separator::before { margin-right: .35em; }
.separator::after { margin-left: .35em; }

/* .q-field__messages { text-align: right; } */


.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.sum-table { width: 100%; }
.sum-table th { text-align: left; } /* color: #ef5350; } */