/*
Author: LimeSurvey GmbH
Author URI: https://www.limesurvey.org
Description: Custom styling for LimeSurvey community Website
Version: 1.0.0
*/

/* importing Font css*/

@import url("../fonts/font.css");
/*General customisation*/

body {
    font-size: 14px;
    font-family: "LS-Montserrat-Regular";
}

a {
    font-family: "LS-Montserrat-Medium";
}

a:hover {
    text-decoration: none;
}

strong {
    font-family: "LS-Montserrat-SemiBold" !important;
    font-weight: normal;
}

h1 {
    font-size: 40px;
    font-family: "LS-Montserrat-Medium";
    line-height: 40px !important;
}

.uk-heading-small {
    font-family: "LS-Montserrat-Light";
    line-height: 26px !important;
}

.uk-heading-medium {
    font-family: "LS-Montserrat-Medium";
    line-height: 40px !important;
}

.uk-icon>* {
    width: 30px;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 30px;
    fill: #fff;
}

.uk-button {
    min-width: 236px;
    font-family: "LS-Montserrat-Medium";
}

.uk-article-title {
    display: none;
}

.uk-nav-parent-icon>.uk-parent>a::after {
    font-size: 10px;
    width: 0;
    padding-right: 25px;
    -moz-transform: scale(1.75, 0.9);
    -webkit-transform: scale(1.75, 0.9);
    -o-transform: scale(1.75, 0.9);
    transform: scale(1.75, 0.9);
    height: 0;
    content: "\25BC";
    background-image: none;
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    font-size: 10px;
    width: 0;
    padding-right: 25px;
    -moz-transform: scale(1.75, 0.9);
    -webkit-transform: scale(1.75, 0.9);
    -o-transform: scale(1.75, 0.9);
    transform: scale(1.75, 0.9);
    height: 0;
    content: "\25B2";
    background-image: none;
}

.uk-nav-header {
    max-width: 75%;
}

.nav-button {
/*     margin-top: 8px; */
}

.uk-nav-default>li>a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 25px;
}

.uk-nav-default .uk-nav-sub a {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
    color: #333e46;
}

.uk-navbar {
    margin-top: -6px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    padding-bottom: 0;
    height: 70px;
}

.uk-navbar-nav {
    height: 70px;
}

.uk-navbar-dropdown {
    padding: 0;
    border-bottom: #333e48 1px solid;
}

.uk-navbar-dropdown-grid {
    max-width: 900px;
    margin-top: 2px;
    margin-left: 0;
}

.uk-navbar-dropdown-grid>div:hover {
    cursor: pointer;
    background-color: #F8F8F8;
}

.uk-navbar-dropdown-nav {
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
    margin: 10px;
}

.uk-navbar-dropdown-nav>li>a {
    font-family: "LS-Montserrat-Medium";
    font-size: 14px !important;
}

.uk-navbar-dropdown-nav .uk-nav-header {
    color: #333e46;
}

.ls-medium-light {
    font-family: "LS-Montserrat-Light" !important;
    line-height: 40px !important;
}

.uk-h2 {
    font-size: 40px;
    font-family: "LS-Montserrat-Bold";
    line-height: 40px !important;
}

.uk-h3 {
    font-size: 30px;
    font-family: "LS-Montserrat-Bold";
    line-height: 40px !important;
}

.uk-h4 {
    font-size: 20px;
    font-family: "LS-Montserrat-Bold";
    line-height: 40px !important;
}

.uk-h5 {
    font-size: 14px;
    font-family: "LS-Montserrat-Bold";
    line-height: 40px !important;
}

.ls-link {
    font-size: 14px;
    font-family: "LS-Montserrat-Medium";
}

.ls-link::after {
    font-size: 1em;
    content: " \25B6";
    background-image: none;
}

.ls-link:hover {
    text-decoration: none;
    color: #999fa4 !important;
}

.uk-icon.uk-navbar-toggle-icon {
    width: 36px;
    margin-top: -20px;
    margin-top: -16px;
    height: 36px;
}

.ls-button-grey {
    border: solid black 1px;
    background-color: #cfd8dc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.uk-navbar-nav>li>a.has-children:after {
    font-size: 16px;
    font-family: LS-Montserrat-regular;
    -moz-transform: scale(1.75, 0.9);
    -webkit-transform: scale(1.75, 0.9);
    -o-transform: scale(1.75, 0.9);
    transform: scale(1.75, 0.9);
    margin-left: 5px;
    vertical-align: 1px;
    content: "\25BC";
}

.uk-navbar-nav>li>a.has-children.current_page_item:after {
    color: #999fa4;
}

.uk-navbar-nav>li>a.has-children[aria-expanded="true"]:after {
    font-size: 16px;
    font-family: LS-Montserrat-regular;
    -moz-transform: scale(1.75, 0.9);
    -webkit-transform: scale(1.75, 0.9);
    -o-transform: scale(1.75, 0.9);
    transform: scale(1.75, 0.9);
    margin-left: 5px;
    color: #999fa4;
    vertical-align: 1px;
    content: "\25B2";
}

.uk-section {
    margin-top: -5px;
    padding-top: 32px
}

.nav-button {
    min-width: 90px !important;
    font-weight: bold;
}

.sign-in-button:hover {
    border: solid #eaedef 1px;
    background-color: #f8d813;
}

.uk-navbar-item.uk-logo {
    top: -5px;
    position: relative;
}

.ls-activity-selector {
    font-size: 14px;
    -moz-transform: scale(1.75, 0.9);
    -webkit-transform: scale(1.75, 0.9);
    -o-transform: scale(1.75, 0.9);
    transform: scale(1.75, 0.9);
    margin-top: -29px;
    color: #999fa4;
    text-align: center;
}

.ls-activity-selector:after {
    content: '';
}

.uk-navbar-nav li a:hover+.ls-activity-selector:after,
.uk-navbar-nav li a:focus+.ls-activity-selector:after,
.uk-navbar-nav li a:active+.ls-activity-selector:after,
.uk-navbar-nav li a.uk-open+.ls-activity-selector:after,
.uk-navbar-nav li.uk-active .ls-activity-selector:after {
    content: "\25B2";
}

.uk-navbar-nav>li>a {
    position: relative;
    z-index: 1;
}

.uk-navbar-nav>li>a+.ls-activity-selector {
    /* z-index must be lower than that of the parent selector to prevent flickering */
    z-index: 0;
}

.section-green {
    background-color: rgb(6, 97, 12);
    background-image: linear-gradient(0deg, rgba(6, 97, 12, 1) 0%, rgba(10, 113, 14, 1) 23%, rgba(12, 219, 21, 1) 100%);
}

#tm-mobile {
    border-bottom: #333e48 1px solid;
    min-height: 50px;
}

.uk-nav-sub {
    font-size: 10px !important;
    font-family: "LS-Montserrat-Regular" !important;
}

.uk-nav-default>li {
    left: 50%;
    width: 100vw;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
}

.uk-nav-accordion .js-accordion .uk-nav-sub {
    left: 50%;
    width: 100vw;
    right: 50%;
    margin-left: -10px;
    border-bottom: #999fa4 1px solid;
}

.uk-nav-default .uk-nav-sub a {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 15px;
    color: #333e46;
}

.sign-in-button {
    line-height: 30px !important;
    max-width: 125px;
    padding-left: 10px;
    padding-right: 10px;
}

.uk-navbar-right {
/*     margin-top: 6px; */
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    padding-bottom: 0;
    height: 72px;
}

.uk-nav-accordion>li {
    min-height: 50px;
}

.uk-nav-default>li>a:hover {
    background-color: #eaedef;
    color: #999fa4;
    border-bottom: #999fa4 1px solid;
}

.uk-nav-default .uk-open>a {
    background-color: #eaedef;
    color: #999fa4;
    border-bottom: #999fa4 1px solid;
}

.uk-nav-accordion>li>a {
    color: #333e46;
}

.uk-nav-sub>li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ls-custom-mobile-menu {
    left: 50%;
    width: 100vw;
    right: 50%;
    padding-top: 20px;
    margin-left: -25px;
    margin-top: 15px;
    text-align: center;
    border-top: solid #999fa4 1px;
}

.ls-custom-tablet-menu {
    display: none;
}

.ls-mobile-button-container {
    width: 180px;
    text-align: center;
    margin: auto;
}

.ls-mobile-button-container>a {
    margin-bottom: 25px;
    min-width: 100% !important;
    font-weight: bold;
    height: 40px;
}

@media screen and (min-width: 240px) and (max-width: 1025px) {
    .uk-navbar {
        margin-top: 0;
    }

    .uk-navbar-item.uk-logo>img {
        height: 38px;
    }

    .uk-section {
        margin-top: -5px;
        padding-top: 32px
    }
}

@media screen and (min-width: 280px) and (max-width: 480px) {
    .uk-navbar-right {
        display: none;
    }

    .ls-padding-bottom {
        padding-bottom: 15px;
    }

    .uk-navbar-center:not(:only-child) {
        left: 50%;
        width: max-content;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 40%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .uk-navbar-item.uk-logo>img {
        width: 100%;
    }

    .uk-navbar-container {
        max-height: 55px;
    }
}

@media screen and (min-width: 481px) and (max-width: 1025px) {
    .ls-custom-mobile-menu {
        display: none;
    }

    .uk-navbar-right {
        padding-top: 8px;
        padding-right: 10px;
        display: block;
    }

    .uk-navbar-center:not(:only-child) {
        left: 150px;
        width: max-content;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 40%;
        position: absolute;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .uk-navbar-item.uk-logo>img {
        width: 100%;
    }

    .uk-navbar-container {
        max-height: 55px;
    }
}

/*** LS Footer Menu ***/

.ls-footer>div.uk-container-expand {
    padding-left: 0;
    padding-right: 0;
}

.ls-footer {
    padding-bottom: 0px;
}

.ls-footer .ls-footer-menu {
    padding-left: 0;
}

.ls-footer .ls-footer-menu .ls-logo {
    padding-left: 0px;
    padding-right: 25px;
    border-right: 1px solid #707070;
    margin-right: 25px;
}

.ls-footer .ls-footer-menu .ls-logo .uk-svg {
    width: 95px;
    min-width: 95px;
    max-width: 95px;
}

.ls-footer .ls-footer-menu .ls-logo .uk-svg path,
.footer .ls-footer-menu .ls-logo .uk-svg text {
    fill: #333E46;
}

.ls-footer .ls-footer-menu .ls-menu-item {
    margin-right: 63px;
    line-height: 30px;
}

.ls-footer .ls-footer-menu .ls-menu-item ul {
    list-style: none;
    padding-left: 0;
}

.ls-footer .ls-footer-menu .ls-menu-item h4 {
    font-family: "LS-Montserrat-SemiBold";
    font-weight: 600;
}

.ls-footer .ls-footer-menu .ls-menu-item a:hover {
    color: #999FA4;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {

    #releasestable_info,
    #releasestable_paginate {
        margin-top: 30px;
        display: inline-block !important;
        text-align: left !important;
    }

    #releasestable_paginate {
        float: right !important;
    }

    .paginate_button {
        width: 28px;
        height: 28px;
        line-height: 5px;
        padding: 10px !important;
        margin-left: 10px !important;
    }

    #releasestable_next,
    #releasestable_previous {
        display: inline !important;
    }

    .ls-footer .ls-footer-menu {
        margin-left: -20px;
    }
}

@media only screen and (min-width: 1025px) {
    .ls-footer .ls-footer-menu {
        margin-left: 0;
    }
}

/*** LS Footer Social Icons ***/

.ls-footer .ls-social-icons {
    margin-top: 30px;
}

.ls-footer .ls-social-icon a {
    padding: 15px 22px 15px 22px;
}

.ls-footer .ls-social-icon a svg path.hover {
    fill: #4E5D68;
}

/*** LS Footer Git Stats ***/

.ls-footer .git-stats {
    color: white;
    font-family: LS-Montserrat-Light;
    font-size: 30px;
}

/*** LS Contact form ***/

.ls-contact-button {
    background: #04BF10;
    color: white;
    border-color: #999FA4;
}

.ls-contact-button:hover {
    background: #06D916;
    color: white;
    border-color: #999FA4;
}

label {
    color: #333E46;
    font-family: LS-Montserrat-Medium;
}

input {
    border: #999FA4 solid thin !important;
}

textarea {
    border: #999FA4 solid thin !important;
}

.wpcf7-textarea:focus {
    background-color: #FFFAE4 !important;
    border: #999FA4 solid thin !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
    background-color: #FFFAE4 !important;
    border: #999FA4 solid thin !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="checkbox"] {
    height: 24px;
    width: 24px;
}

input[type="checkbox"]:checked {
    background-color: #04BF10 !important;
}

.wpcf7-form-control.wpcf7-checkbox {
    margin-left: -15px;
    border: 0px !important;
}

.wpcf7-validation-errors {
    color: #EB7A55;
    border: none !important;
}

.wpcf7-response-output {
    color: #EB7A55;
    border: none !important;
    font-family: LS-Montserrat-SemiBold;
    margin: 0px !important;
    padding: 0px !important;
}

.wpcf7-not-valid-tip {
    color: #EB7A55 !important;
    margin-top: 5px;
    font-size: 10px !important;
    font-family: LS-Montserrat-Regular;
}

.wpcf7-not-valid {
    border: solid 1px #EB7A55 !important;
}

.wpcf7-not-valid input[type="checkbox"] {
    border: solid 1px #EB7A55 !important;
}

.wpcf7-form-control.wpcf7-select.uk-select {
    border: #999FA4 solid thin !important
}

.wpcf7 textarea:focus {
    background-color: #FFFAE4 !important;
}

/*** LS Release Table***/

.release-text {
    font-weight: bold;
}

.dataTables_length {
    display: none;
}

.releases-table {
    border: 1px #999fa4 solid;
    margin: auto;
}

.releases-table th {
    background-color: #eaedef;
    text-align: center;
    border-bottom: 1px solid #999fa4;
}

.ls-release-table-row:hover {
    background-color: #EAEDEF;
    cursor: pointer;
}

.releases-table td {
    text-align: center;
    border-bottom: 1px solid #999fa4;
}

#releasestable_first,
#releasestable_last,
#releasestable_next,
#releasestable_previous {
    background: none !important;
    padding: 5px !important;
}

#releasestable_next,
#releasestable_previous {
    display: none;
}

#releasestable_info,
#releasestable_paginate {
    margin-top: 30px;
    display: block;
    text-align: center;
}

.paginate_button:hover {
    color: #999FA4 !important;
}

.paginate_button {
    font-family: LS-Montserrat-SemiBold;
    background: #EAEDEF !important;
    border-radius: 0px !important;
    border: none !important;
    width: 28px !important;
    height: 28px !important;
    padding: 10px !important;
    margin-left: 10px !important;
}

.paginate_button.current {
    border-bottom: 4px solid #333E46 !important;
}

#releasestable_previous:hover {
    color: #333E46 !important;
}

#releasestable_next:hover {
    color: #333E46 !important;
}

#releasestable_first:hover {
    color: #333E46 !important;
}

#releasestable_last:hover {
    color: #333E46 !important;
}

.paginate_button.current:hover {
    background: #EAEDEF !important;
}

.paginate_button:hover {
    background: #333E46 !important;
}

.arrow-left {
    font-size: 30px;
    padding-top: -10px;
}

.ls-release-notice {
    font-size: 20px;
    font-family: LS-Montserrat-Light;
}

.ls-release-notice .ls-link {
    font-size: 20px;
}

/*** LS Content Element 1-3 / 2-3 ***/

@media (min-width: 768px) {
    .ls-1-3_2-3 .uk-grid-item-match .uk-tile-primary {
        padding-left: 0px;
        z-index: 1;
    }

    .ls-1-3_2-3 .uk-grid-item-match .uk-tile-primary::after {
        position: absolute;
        width: 2000px;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #4E5D68;
        z-index: -1;
        outline: 1px solid #4E5D68;
        content: '';
    }

    .ls-1-3_2-3 .uk-grid-item-match .uk-tile-muted {
        padding-right: 0px;
        z-index: 1;
    }

    .ls-1-3_2-3 .uk-grid-item-match .uk-tile-muted::after {
        position: absolute;
        width: 2000px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #F5F5F5;
        z-index: -1;
        outline: 1px solid #F5F5F5;
        content: '';
    }
}

.ls-list-white.uk-list li {
    padding-left: 1em;
    color: #fff;
}

.ls-list-white.uk-list li::before {
    width: 0;
    content: "\2022";
    font-size: 30px;
    line-height: 14px;
    background-image: none;
}

.ls-text-white .ls-link {
    color: #fff;
}

.ls-link-underline {
    text-decoration: underline;
}