/*#fence {*/
/*    z-index: 5350 !important;*/
/*}*/

/*.horizontal-collapse {*/
/*    width: 0;*/
/*    overflow: hidden;*/
/*    transition: width 0.3s ease;*/
/*}*/
/*.horizontal-collapse.show {*/
/*    width: 100%; !* Adjust the desired width here *!*/
/*}*/


.olPopupContent {
    overflow: hidden !important;
}

#infinite-line, #infinite-line:before {
    height: 4px;
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 10000;
}

#infinite-line {
    background-color: #8ab933;
    display: -webkit-flex;
    display: flex;
}

#infinite-line:before {
    background-color: #ffffff;
    content: '';
    -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }
    50% {
        margin-left: 25%;
        margin-right: 0%;
    }
    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}

@keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }
    50% {
        margin-left: 25%;
        margin-right: 0%;
    }
    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}

.error {
    color: red !important;
    font-weight: 500;
    font-size: 11px;
}

.message {
    color: #8ab933 !important;
    font-weight: bold;
    font-size: 11px;
}

.no_border {
    border: rgba(0, 0, 0, 0) 0 !important;
}

.center-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-child {
    text-align: center;
}

.remove:before {
    content: none;
}

.display:before {
    display: none;
}

.clickable-tr:hover {
    cursor: pointer;
    transform: scale(1.01);
    background: rgba(0, 0, 0, 0.1) !important;
    /*color:#fff;*/
}

.clickable {
    cursor: pointer;
}

.clickable-tr2 {
    cursor: pointer;
    transform: scale(1.01);
    background: rgba(0, 0, 0, 0.1) !important;
}

.clickable-tr3 {
    background: rgba(0, 0, 0, 0.1) !important;
}

.clickable-tr4:hover {
    cursor: pointer !important;
    /*transform: scale(1.015);*/
    overflow: hidden;
}

.clickable-tr4 {
    overflow: hidden;
}

/*.clickable-tr4 {*/
/*    background: rgba(0, 0, 0, 0.1) !important;*/
/*}*/


.color-mtb {
    background-color: #28a745 !important;
    color: white !important;
    font-size: 18px !important;
    line-height: 48px !important;
}

.color-road {
    background-color: #007bff !important;
    color: white !important;
    font-size: 18px !important;
    line-height: 48px !important;
}

ul.process-steps li a.color-road {
    border: none !important;
    /*#007bff 1px solid !important;*/
}

ul.process-steps li a.color-mtb {
    border: none !important;
    /*#28a745 1px solid !important;*/
}

ul.process-steps li a.border-ranked {
    border: #ffc107 3px solid !important;
    line-height: 44px !important;
}

.no_margin {
    margin: 0 !important;
}

.no_padding {
    padding: 0 !important;
}

.page-item.active .page-link {
    background-color: #8ab933;
    border-color: #8ab933;
}

.item-page, .item-prev, .item-next {
    padding: 0.25rem 0.25rem;
}

.item-page a, .item-prev a, .item-next a {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.item-ellipsis a {
    padding: 0.25rem 0.10rem;
    font-size: 1rem;
    line-height: 1.5;
}

.item-ellipsis {
    padding: 0.25rem 0.10rem;
}

.disabled-page {
    cursor: default;
    pointer-events: none;
}

.item-prev.disabled-page, .item-next.disabled-page {
    display: none;
}

/* Tooltip container */
.tooltip {
    position: relative !important;
    display: contents !important;
    border-bottom: 1px dotted black !important; /* If you want dots under the hoverable text */

    background-color: #fff;
    color: #666;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.5;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden !important;
    width: 100px !important;
    background-color: black;
    color: #fff;
    text-align: center !important;
    padding: 2px 0 !important;
    border-radius: 6px !important;

    /* Position the tooltip text - see examples below! */
    position: absolute !important;
    z-index: 1 !important;

    /*top: 100% !important;*/
    /*left: 50% !important;*/
    /*margin-left: -60px !important; !* Use half of the width (120/2 = 60), to center the tooltip *!*/
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible !important;
}

.ttactive {
    /*border-color: greenyellow transparent transparent greenyellow;*/
    /*background-color:greenyellow !important;*/
    /*color: #666 !important;*/
    background-color:transparent !important;
    color: transparent !important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.ttnot-active {
    /*border-color: orangered transparent transparent orangered;*/
    /*background-color:orangered !important;*/
    /*color: #ffffff !important;*/
    background-color:transparent !important;
    color: transparent !important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    display: none !important;
}

.border-active {
    /*border-left: 3pt solid greenyellow;*/
    border-left: 3pt solid transparent;
}

.border-not-active {
    /*border-left: 3pt solid orangered;*/
    border-left: 3pt solid transparent;
}

.disabled {
    box-shadow: none !important;
    color: darkgrey !important;
}

#header {
    z-index: 1010 !important;
}

.modal-content {
    border: none !important;
}

/*.tooltip .tooltiptext.right {*/
/*    top: -5px !important;*/
/*    left: 105% !important;*/
/*}*/

/*.tooltip .tooltiptext.left {*/
/*    top: -5px !important;*/
/*    right: 105% !important;*/
/*}*/

/*.tooltip .tooltiptext.top {*/
/*    width: 120px !important;*/
/*    bottom: 100% !important;*/
/*    left: 50% !important;*/
/*    margin-left: -60px !important; !* Use half of the width (120/2 = 60), to center the tooltip *!*/
/*}*/

/*.tooltip.bottom .tooltiptext.bottom {*/
/*    width: 120px;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    margin-left: -60px; !* Use half of the width (120/2 = 60), to center the tooltip *!*/
/*}*/

.continue-with-facebook {
    display: inline-block;
    /*background-color: #4267B2;*/
    color: #ffffff;
    text-decoration: none;
    /* padding: 10px 20px; */
    border-radius: 4px;
    /*font-family: "Plus Jakarta Sans",arial,sans-serif;*/
    margin-left: 10px !important;
}

.sans-font {
    font-family: "Google Sans", arial, sans-serif !important;
    letter-spacing: 0.25px !important;
    font-weight: 500 !important;
}

.sans-font-300 {
    font-family: "Google Sans", arial, sans-serif !important;
    letter-spacing: 0.25px !important;
    font-weight: 300 !important;
}

.sans-font-400 {
    font-family: "Google Sans", arial, sans-serif !important;
    letter-spacing: 0.25px !important;
    font-weight: 300 !important;
}

.sans-font-200 {
    font-family: "Google Sans", arial, sans-serif !important;
    letter-spacing: 0.25px !important;
    font-weight: 200 !important;
}

.sans-font-light {
    font-family: "Google Sans", arial, sans-serif !important;
    letter-spacing: 0.25px !important;
    font-weight: 200 !important;
}

.sans-font-base {
    font-family: "Google Sans", arial, sans-serif !important;
    letter-spacing: 0.25px !important;
}

.continue-with-facebook .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    background-image: url('../img/icons/f_logo.png'); /* Replace with your own Facebook icon */
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.btn-outline-sans .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    background-image: url('../img/icons/ic_email.png'); /* Replace with your own Facebook icon */
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.tp-logo {
    max-width: 30% !important;
}

@media only screen and (max-width: 768px) {
    #comments_title {
        margin-top: 10px !important;
    }

    .btn-outline-sans .icon {
        margin-right: 75px;
    }

    .continue-with-facebook .icon {
        margin-right: 75px;
    }

    .mobile-mb-0 {
        margin-bottom: 0 !important;
    }

    .mobile-mb-5 {
        margin-bottom: 5px !important;
    }

    .mobile-mb-10 {
        margin-bottom: 10px !important;
    }

    .mobile-mb-15 {
        margin-bottom: 15px !important;
    }

    .mobile-mr-30 {
        margin-right: 30px !important;
    }

    .mobile-w-100-p {
        width: 100% !important;
    }

    .mobile-pr-15 {
        padding-right: 15px !important;
    }

    .mobile-pr-0 {
        padding-right: 0 !important;
    }

    .mobile-pl-0 {
        padding-left: 0 !important;
    }

    .mobile-mb-0 {
        margin-bottom: 0 !important;
    }

    .mobile-mb-2 {
        margin-bottom: 2px !important;
    }
}

@media only screen and (max-width: 767px) {
    .tp-logo {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 352px) {
    .btn-outline-sans .icon {
        margin-right: 20px;
    }
    .continue-with-facebook .icon {
        margin-right: 20px;
    }
}

.btn-outline-sans .text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.continue-with-facebook .text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.thin-border {
    height: 35px !important;
    border: 1px solid #dadce0 !important;
    border-radius: 4px !important;
}

.thin-border-outline {
    height: 35px !important;
    border: 2px solid #547698 !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    color: #547698 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
}

.thin-border-outline-success {
    height: 35px !important;
    border: 2px solid #28a745 !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    color: #28a745 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
}

.thin-border-outline-success:disabled {
    background-color: white !important;
    color: #28a745 !important;
    border: 2px solid #28a745 !important;
}

.thin-border-outline-warn {
    height: 35px !important;
    border: 2px solid #28a745 !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    color: #28a745 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
}

.thin-border-warn {
    height: 35px !important;
    border: 2px solid #28a745 !important;
    border-radius: 4px !important;
    background-color: #28a745 !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
}

.thin-border-outline-none {
    height: 35px !important;
    border: 2px solid transparent !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
}


.thin-border-xs {
    height: 26px !important;
}

.select2-selection__arrow {
    height: 35px !important;
}

.select2-container {
    width: 100% !important;
    font: 13px / 19px 'Google Sans', arial, sans-serif;
    height: 35px !important;
    border: 1px solid #dadce0 !important;
    border-radius: 4px !important;
}

.dropdown-select {
    z-index: 99999 !important;
    border: 1px solid #dadce0 !important;
    border-radius: 4px !important;
}

.hui2 {
    z-index: 99999 !important;
    border: 1px solid #dadce0 !important;
    border-radius: 4px !important;
    font: 13px / 19px 'Google Sans', arial, sans-serif;
    height: 32px !important;
}

.dropdown-select:disabled {
    background-color: rgb(238, 238, 238) !important;
    pointer-events: none !important;
    color: black !important;
}

.hui2:disabled {
    background-color: rgb(238, 238, 238) !important;
    pointer-events: none !important;
    color: black !important;
}

.event-form:disabled {
    background-color: rgb(238, 238, 238) !important;
    pointer-events: none !important;
    color: black !important;
}

.select2-container:disabled {
    background-color: rgb(238, 238, 238) !important;
    pointer-events: none !important;
    color: black !important;
}

.select2-selection:disabled {
    background-color: rgb(238, 238, 238) !important;
    pointer-events: none !important;
    color: black !important;
}

.thin-border:disabled {
    background-color: rgb(238, 238, 238) !important;
    pointer-events: none !important;
    color: black !important;
}
.event-form {
    background-color: white;
}

.tp-form-label {
    font: 12px 'Google Sans', arial, sans-serif;
    margin-bottom: 2px !important;
    margin-left: 4px !important;
    color: grey !important;
}

.select2-selection {
    height: 32px !important;
    border: none !important;
    border-radius: 4px !important;
}

.underline-text:hover {
    text-decoration: underline;
}



.thin-border:disabled {
    background-color: rgb(238, 238, 238) !important;
    pointer-events: none !important;
    color: black;
}

.sub-title {
    font-size: 18px;
    font-family: "Google Sans", Arial,sans-serif;
    color: #333;
    font-weight: 300;
}

.sky-form .select i {
    box-shadow: none;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    font-family: "Google Sans", Arial, sans-serif;
    color: #333;
    font-weight: 300;
}

.sky-form .radio {
    font-family: "Google Sans", Arial,sans-serif;
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.h1, h2, h3, h4, h5, h6 {
    font-family: "Google Sans", Arial,sans-serif;
    color: #333;
    font-weight: 300;
}

.p {
    font-family: "Google Sans", Arial,sans-serif;
    color: #333;
    font-weight: 300;
}

.w-100-p {
    width: 100% !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

th {
    font-weight: 500 !important;
}

.contact-input {
    font-size: 14px !important;
}

.dark-background {
    background-color: #1a1d2b !important;
}

section.dark.page-header {
    background-color: #1a1d2b !important;
}

.badge {
    font-weight: 400 !important;
}

.badge-90 {
    min-width: 90px !important;
}

.page-header .container {
    min-height: 0 !important;
}

.page-header .container h1 {
    font-size: 24px;
    font-weight: 300;
}

.bl {
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
}

#peaksTableView {
    margin-right: 15px !important;
}

.nav-link.active {
    background-color: #547698 !important;
    color: #fff !important;
}

.nav-link:hover {
    /*background-color: #547698 !important;*/
    color: #fff !important;
}

.h34 {
    height: 34px !important;
    line-height: 34px !important;
}

@media only screen and (max-width: 768px) {
    .menu-color {
        background-color: darkgrey !important;
    }

    #page-menu.page-menu-light ul li.active {
        background-color: grey !important;
    }

    .menu-position {
        top: 34px !important;
    }
}

.text-cursor {
    cursor: text !important;
}

.remove-before:before {
    content:none !important;
}
.remove-after:after {
    content:none !important;
}

.text-color {
    color: #333333 !important;
}

.tp-d-none {
    display: none !important;
}

.tp-d-flex {
    display: flex !important;
}
