:root {
    --tbw-cell-vertical-padding: 4px;
    --tbw-cell-horizontal-padding: 8px;
    --tbw-cell-line-height: 1.5em;
}


@media screen and (min-width: 768px) {
    nav {
        max-height: 56px;
    }
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#main-page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body{
    font-size: 0.9rem;
}

.min-width-2{
    min-width: 2rem;
}

a:hover{
    text-decoration-line: none; !important;
}

#feed-flow img {
    max-width: 100%;
    height: auto;
}

#aspect4-feed #feed-header {
    color: white;
}

.font-strikethrough{
    text-decoration: line-through;
}

.alert-dont-hide {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.fa-vbg{
    background-image: url(/view/_gfx/app/vbg.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 14.5px;
    border: 0; !important;
}

.btn {
    font-size: 0.9rem;!important;
}

.btn-xs {
    padding: 0 .25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1rem;
}

.btn-xxs {
    padding: 0 .1rem;
    font-size: .65rem;
    line-height: 1;
    border-radius: .1rem;
}

.input-group-xs > .form-control:not(textarea),
.input-group-xs > .custom-select {
    height: calc(0.8rem + 0.5rem + 2px);
}

.input-group-xs > .form-control,
.input-group-xs > .custom-select,
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
    height: calc(0.8rem + 0.5rem + 2px)!important;
    padding: 0 0.25rem!important;
    font-size: 0.8rem;
    border-radius: 0.1rem;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-append > .btn {
    font-size: inherit;
}

.input-group select {
    height: auto;
}

.input-group-lg > .custom-select,
.input-group-xs > .custom-select {
    padding-right: 1.75rem;
}

.form-control-plaintext.form-control-xs, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-xs{
    height: calc(0.8rem + 0.5rem + 2px)!important;
    padding: 0.2rem!important;
    font-size: 0.8rem;
    border-radius: 0.1rem;
}


select.form-control-xs{
    height: calc(0.8rem + 0.5rem + 3px)!important;
    padding: 0.2rem!important;
    font-size: 0.7rem!important;
    border-radius: 0.1rem;
}

.bg-fullscreen-wood {
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/view/_gfx/login_bg.jpg');
    background-repeat:repeat;
}

.repeat-bg {
    background-attachment: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/view/_gfx/new_easy_bg.png?2');
    background-repeat:repeat;
}

.badge-gray {
    color: #212529;
    background-color: #f5f6f7;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #d8d9da;
}

.bg-light {
    background-color: #e1e2e3 !important;
}

.text-light-grey {
    color: #b8b9ba!important;
}

.border-light {
    border-color: #e1e2e3 !important;
}

.bg-aspect4 {
    background-color: #343a40 !important;
}

.bg-expresso-gradient {
    background: #ad5389;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-light-blue {
    background: #c8f9ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ffffff, #C8F9FFFF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffffff, #C8F9FFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-dark-yellow {
    background: #d5aa00;  /* fallback for old browsers */
}


.bg-dark-orange {
    background: #c06e00;  /* fallback for old browsers */
}


.bg-easymed-gradient {
    background: #DCE35B;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #45B649, #DCE35B);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #45B649, #DCE35B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.font-roboto-black{
    font-family: "Roboto Black", "Arial Rounded MT Bold", "Arial Black", Verdana;
}

.fa-aspect4{

}

.fa-lumber{

}

.fa-lumber.fa-2x{
    font-size: 2em;
}

.fa-lumber.fa-3x{
    font-size: 3em;
}

a.bg-light:focus, a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d0d6db !important;
}

.partial .collapse, .partial .collapsing {
    max-height: 3rem;  /* [NUM_OF_LINES] x [LINE_HEIGHT] */
}

.full .collapse, .full .collapsing {
    max-height: 0;  /* [NUM_OF_LINES] x [LINE_HEIGHT] */
}

#feed-flow .collapse.show {
    -webkit-transition: max-height 3s;
    -moz-transition: max-height 3s;
    -ms-transition: max-height 3s;
    -o-transition: max-height 3s;
    transition: max-height 3s;
    max-height: 9999px;  /* You need to reset the height when not collapsed */
}

#feed-flow .collapse {
    display: block;
    overflow: hidden;
}

.read-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0; padding: 25px 0;
    background-image: linear-gradient(to bottom, transparent, white);
}

.read-more-centered {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 50px 0;

}

.read-more-centered-grey {
    background-image: linear-gradient(to bottom, transparent, rgba(144, 144, 144, 0.4));
}

.read-more-centered-white {
    background-image: linear-gradient(to bottom, transparent, white);
}

.read-more-centered-grey button{
    border-radius: 0;
    position: absolute; bottom: 0; right: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.read-more-centered-white button {
    border-radius: 0;
    position: absolute; bottom: 0; right: 0;
    background-color: rgb(230, 230, 230, 0.4);
}

.read-grey {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(149, 149, 149, 0.4);
}

@media (min-width: 1392px){
    .modal-xl {
        max-width: 1200px;
    }
}

.modal {
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #343a40;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.img-sm {
    height: 3rem;
}

.img-xs {
    height: 1.5rem;
}

.dropdown-menu{
    font-size: 0.9rem;
}

.form-control{
    font-size: 0.9rem;
}

select.form-control {
    height: 35px;
    padding: .350rem .75rem;
}

.btn-group .dropdown-item{
  cursor: default;
}
.yggNavTopMargin {
  margin-top: 3.35rem !important;
}

@media (max-width: 575.98px) {
    .yggNavTop .navbar-toggler{
        margin-right: 0px;
    }
}

@media (min-width: 576px) {
    .yggNavTop .navbar-toggler{
        margin-right: 40px;
    }
}

.yggNavTop #yggNavbarTop {
  margin-right: 31px;
}

.hide {
  display: none;
}

.pointer {
    cursor: pointer;
}

.d-none-i {
    display: none;
}

.font-console{
    font-family: Consolas, monaco, monospace;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #a9acaf;
}

.custom-checkbox .custom-control-input.custom-control-input-warning:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #E4A11B;
}

.custom-checkbox .custom-control-input.custom-control-input-danger:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #DC4C64;
}

.custom-checkbox .custom-control-input.custom-control-input-info:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #117a8b;
}

.custom-checkbox .custom-control-input.custom-control-input-secondary:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #868e96;
}

.custom-checkbox .custom-control-input.custom-control-input-success:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #14A44D;;
}

.fixed-top-content{
    position: fixed;
    top: 60px;
    z-index: 1000;
    width:inherit
}

.fixed-menu-button-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 3px;
    z-index: 1000;
}

.fixed-menu-button-top{
    position: fixed;
    left: 0;
    top: 60px;
    margin: 3px;
}

#yggStatus {
  right: 5px;
  top: 5px;
  margin: auto;
  position: fixed;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  padding: 2px;
}

#yggAreYouSure {
    z-index: 1055;
}

#yggLocker {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1990;

}

#yggLocker .message-container {
  position: fixed;
  top: 125px;
  left: 50%;
  transform: translate(-50%, -35%);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

#bottom-right {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.text-monospace {
    font-family: Consolas, monaco, monospace;
}

.custom-control-label-lg::before {
    top: 0.25rem;
    width: 2rem;
    height: 2rem;
}

.custom-control-label-lg::after {
    width: 2rem;
    height: 2rem;
}


.custom-control-lg {
    padding-left: 2.5rem;
    padding-top: 0.5rem;
}

#yggLocker .message-container h4 {
  padding: 15px;
  color: #FFFFFF;
}


.dotter {
  border-radius: 50%;
  font-size: 40px;
  height: 1em;
  list-style: outside none none;
  margin: 0 auto;
  position: relative;
  top: 35%;
  width: 1em;
  z-index: 2147483647;
}

.dotter li {
  border-radius: 50%;
  height: 0.2em;
  position: absolute;
  width: 0.2em;
}

@keyframes opa {
  12% {
    opacity: 0.8;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.6;
  }
  66.6% {
    opacity: 0.52;
  }
  70% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.6;
  }
  84.2% {
    opacity: 0.75;
  }
  91% {
    opacity: 0.87;
  }
}

@keyframes rota {
  100% {
    transform: rotate(360deg);
  }
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #FFF;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

.sk-fading-circle {
    margin: 235px auto;
    width: 80px;
    height: 80px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #5eb8ff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

/** INFO 6 **/


#info6 .text-warning-hover:hover {
    color: #E4A11B !important;
}

#info6 .nav-link {
    color: #FFF;
}

#info6 .nav-link.active {
    color: #333;
}

#info6 {
    margin-top: -1.5rem;
    color: #f8f9fa;
}

.alert-fixed {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.slidecontainer {
    //width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4C50AF; /* Blue background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {

    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */

}

.xml-log {
    white-space: pre;
    font-family: 'Courier New', monospace;
    background-color: #f4f4f4;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    cursor: pointer;
}

#feed-flow table {
    border: none;
    display: block;
    width: 100%;
    overflow-x: auto;
}

#feed-flow table td {
    border: none;
    padding: .20rem;
}

#feed-flow table.monday-table td {
    border: 1px solid #dee2e6;
    padding: .20rem;
}

.navbar-common-links {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-common-links:hover, .navbar-common-links:focus {
    text-decoration: none;
}

@font-face {
    font-family: 'Fredoka One';
    src: url('/view/_font/FredokaOne-Regular.ttf') format('truetype'),
    url('/view/_font/fredokaone-regular-webfont.woff2') format('woff2'),
    url('/view/_font/fredokaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Molle';
    src: url('/view/_font/Molle-Italic.ttf') format('truetype'),
    url('/view/_font/Molle-Italic.woff2') format('woff2'),
    url('/view/_font/Molle-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.rounded-right-0{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/**  Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {
    .btn-sm-inline{
        display: inline;
        width: auto;
    }
    .rounded-right-sm-0{
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    .rounded-left-sm-0{
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
    .border-right-sm-0{
        border-right: 0 !important;
    }
}

/**  Small devices (landscape phones, 576px and up) **/
@media (min-width: 768px) {
    .rounded-right-md-0{
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    .rounded-left-md-0{
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
    .border-right-md-0{
        border-right: 0 !important;
    }
}

/**  Large devices (desktops, 992px and up) **/
@media (min-width: 992px) {
    .rounded-right-lg-0{
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    .rounded-left-lg-0{
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
    .border-right-lg-0{
        border-right: 0 !important;
    }
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {
    .rounded-right-xl-0{
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    .rounded-left-xl-0{
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
    .border-right-xl-0{
        border-right: 0 !important;
    }
}

.trumbowyg table {
    margin-bottom: var(--tbw-cell-line-height);
}

.trumbowyg th,
td {
    height: calc(var(--tbw-cell-vertical-padding) * 2 + var(--tbw-cell-line-height));
    min-width: calc(var(--tbw-cell-horizontal-padding) * 2);
    padding: var(--tbw-cell-vertical-padding) var(--tbw-cell-horizontal-padding);
    border: 1px solid #e7eaec;
}