﻿body {
    color: #666;
    font: 300 15px/15px Tahoma;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

a {
    color: #00a9c6;
    text-decoration: none
}

    a:hover {
        color: #666
    }

    .btn, .btn:hover, a, a:hover {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: 0 !important;
            box-shadow:none !important;
    }

h1, h2, h3, h4 {
    margin: 0;
    line-height: 1em
}

h1 {
    font: 300 2.5em Tahoma;
    margin: 0 0 1em 0
}

h2 {
    font: 300 2.5em Tahoma;
    margin-bottom: .5em
}

h3 {
    font: 300 2em Tahoma;
    margin: 0 0 1em 0
}

h4 {
    font: 300 1.5em Tahoma;
    margin-bottom: 1em
}

    h4 i {
        margin-right: .5em
    }

p {
    font-size: 1.1em;
    line-height: 1.7em;
    margin-bottom: 1.7em
}

.spacer {
    padding: 9em 0
}

.spacer15 {
    padding: 1em 1em 7em 1em;
    min-height: 600px
}

.btn {
    border-radius: 4px;
    font-weight: 600;
}

    .btn:active, .btn:hover {
        color: #fff
    }

.btn-default {
    color: #ccc;
    border: 1px solid #aaa
}

    .btn-default:active, .btn-default:hover {
        background: rgba(0,0,0,.8)
    }


.btn-primary {
    background: #006444;
    border-color: #006444;
    font-size:13px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #006444;
    border-color: #006444;
    font-size:13px;
}


.btn-primary:hover {
    color: #fff;
    background: #006444;
    border-color: #006444;
}


.topbar {
    background: url(/assets/images/lines.png);
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.navbar-nav > li > .lang-dropdown-toggle {
    line-height: initial
}

.navbar-nav > li > a {
    color: #fff;
    font-size: .8em;
    line-height: 3em;
    font-weight: 700
}

    .navbar-nav > li > a:hover {
        text-decoration: underline
    }

.navbar-nav > ul > .active > a {
    color: #21abca
}

.navbar-fixed-top {
    top: 5px
}

.navbar-inverse {
    background: #111
}

.navbar-default {
    background: #f8f8f8;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: 0 0;
        color: #21abca
    }

#head, .carousel {
    margin-top: 0
}

#home {
    padding-top: 6em
}

.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0
}

.caption-wrapper {
    display: table;
    height: 100%;
    width: 100%
}

.caption-info {
    display: table-cell;
    vertical-align: middle
}

    .caption-info p {
        font-size: 1.25em
    }

    .caption-info .btn i {
        margin-right: .75em
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%
}

.carousel-control {
    z-index: 1000
}

.process ul li {
    width: 10em;
    height: 10em;
    border: 1px solid #ceebf0;
    padding: 0;
    border-radius: 50%;
    margin: 0 1.25em;
    line-height: 13.5em;
    color: #21abca
}

    .process ul li span {
        line-height: 2em;
        display: inline-block;
        font-weight: 300
    }

        .process ul li span i {
            font-size: 3em
        }

        .process ul li span b {
            display: block;
            font-size: 1em;
            font-weight: 300
        }

.partners img {
    margin: auto;
    padding: 10px;
    width: 150px;
    height: 150px
}

.partners div {
    padding-left: 10px;
    padding-right: 10px
}

.testimonails {
    min-height: 195px
}

    .testimonails img {
        margin-top: 5px
    }

    .testimonails span {
        color: #888
    }

        .testimonails span b {
            font-weight: 400
        }

.carousel-indicators li {
    border: 1px solid #2bb2e3
}

.carousel-indicators {
    bottom: 0
}

.customers img {
    float: left;
    margin: 0 75px 30px 0
}

.top-space {
    padding-top: 6em
}

.team figure {
    width: 100%
}

.team img {
    width: 100%
}

.team b {
    font-size: 1.2em;
    display: block
}

.team a i.fa {
    color: #fff;
    font-size: 2em
}

    .team a i.fa:hover {
        color: #21abca
    }

.highlight-info {
    background: url(/assets/images/lab.jpg) center fixed;
    background-size: cover;
    color: #fff
}

    .highlight-info .overlay {
        background: rgba(33,171,202,.7)
    }

    .highlight-info h4 {
        color: #fff;
        margin: .5em 0 0 0
    }

        .highlight-info h4 .highlight-count {
            font-size: 1.3em;
            display: block
        }

.our-features li, .our-features p {
    line-height: 1.5em;
    font-size: 1.2em
}

.our-features h3 {
    font-size: 2em
}

.our-features a {
    font-size: 1.4em;
    text-decoration: none;
    line-height: 1.5em
}

.blue-divider {
    background: #c6d2d2;
    height: 2px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    margin-top: 50px
}

    .blue-divider div {
        background: #00a9c6;
        height: 6px;
        position: relative;
        top: -2px;
        max-width: 75px;
        margin-left: auto;
        margin-right: auto
    }

.what-you-need h3 {
    margin: 0 0 .5em 0
}

.what-you-need i {
    color: #00a9c6
}

.container-contacts {
    background: #f8f8f8
}

    .container-contacts .container-form {
        max-width: 600px;
        padding-bottom: 60px
    }

#politica-cookies {
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0,0,0,.9);
    z-index: 1000000;
    padding-top: 15px
}

    #politica-cookies .lightlink, #politica-cookies .lightlink:active, #politica-cookies .lightlink:link, #politica-cookies .lightlink:visited {
        color: #b8e1f6
    }

        #politica-cookies .lightlink:hover {
            text-decoration: none
        }

    #politica-cookies .btnlink {
        padding: 8px 10px;
        background: #4479ba;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: solid 1px #20538d;
        text-shadow: 0 -1px 0 rgba(0,0,0,.4);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4),0 1px 1px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4),0 1px 1px rgba(0,0,0,.2);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.4),0 1px 1px rgba(0,0,0,.2);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        float: left;
        text-decoration: none;
        display: block
    }

        #politica-cookies .btnlink:hover {
            background: #356094;
            border: solid 1px #2a4e77;
            text-decoration: none
        }

    #politica-cookies .btn-primary {
        color: #fff;
        background: #017fc9;
        border-color: #269de2;
        padding: 10px;
        max-width: 140px;
        margin-bottom: 15px
    }

    #politica-cookies .txt {
        padding-bottom: 15px;
        max-width: 1000px;
        margin: 0 auto !important;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
    }

        #politica-cookies .txt div {
            max-width: 800px;
            padding-right: 5px;
            padding-bottom: 25px;
            float: left
        }

footer {
    background-color: #111;
    color: #fff
}

    footer .contacts div {
        padding-top: 20px
    }

    footer .contacts h6 {
        font-size: 13px
    }

    footer .contacts p {
        font-size: 13px
    }

    footer .contacts hr {
        width: 60px;
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #888;
        margin: 1em 0;
        padding: 0
    }

    footer .contacts ul {
        margin: 0;
        padding: 0
    }

        footer .contacts ul li {
            list-style-type: none;
            margin-top: 4px
        }

    footer .contacts a {
        color: #fff;
        font-size: 13px
    }

        footer .contacts a:hover {
            text-decoration: underline
        }

    footer .footer-copyright {
        background: #212020;
        bottom: 0;
        margin-bottom: 0;
        color: #fff;
        font-size: 13px;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

        footer .footer-copyright a {
            color: #fff;
            font-size: 13px
        }

            footer .footer-copyright a:hover {
                text-decoration: underline
            }

    footer .container {
        padding-bottom: 30px
    }

        footer .container:after {
            content: "";
            display: block;
            clear: both
        }

    footer .link-social a {
        display: block;
        color: #fff;
        margin-bottom: 16px
    }

        footer .link-social a i {
            width: 40px;
            line-height: 40px;
            border-radius: 50px;
            color: #fff;
            text-align: center;
            margin-right: 8px
        }

            footer .link-social a i.fa-instagram {
                color: #fff;
                background: -webkit-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-webkit-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
                background: -moz-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-moz-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
                background: -ms-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-ms-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
                background: -o-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-o-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
                background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
                font-size: 1.3em
            }

            footer .link-social a i.fa-twitter {
                background: #48aae6
            }

            footer .link-social a i.fa-youtube {
                background: #ca3737
            }

            footer .link-social a i.fa-facebook-f {
                background: #4267b2
            }

            footer .link-social a i.fa-whatsapp {
                background: #25d366;
                font-size: 1.6em
            }

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,.5);
    padding: 10px;
    color: #fff;
    z-index: 1000
}

    .gototop i {
        line-height: .5em
    }

.margin-top-20 {
    margin-top: 20px
}

.grid {
    margin-top: 20px
}

    .grid .bigvideo {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0;
        width: 100%;
        text-align: center;
        cursor: pointer
    }

        .grid .bigvideo img {
            display: block;
            max-width: 102%;
            opacity: 1;
            margin: 0;
            position: absolute
        }

.videoCover, .wowload video {
    width: 100% !important;
    height: auto
}

.wowload video {
    z-index: 0
}

    .wowload video.visible {
        visibility: initial;
        width: 100%
    }

.wowload .title {
    font-size: 1.5em
}

.videoCover {
    z-index: 1;
    position: absolute !important
}

.font-black {
    color: #000 !important
}

.img-grayscale {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

    .img-grayscale:hover {
        -webkit-filter: grayscale(0);
        filter: none
    }

.pad-10 {
    padding: 10px !important
}

.pad-btm-60 {
    padding-bottom: 60px !important
}

.no-photo {
    background-image: url(/assets/images/no-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px
}

.cursor-pointer {
    cursor: pointer
}

#ev_customizations .customization-container {
    margin-bottom: 40px
}

#event_customization .customization-container {
    margin-bottom: 20px
}

.btn-back {
    padding: 10px 15px
}

.btn-pad-back {
    padding: 11px 15px
}

.btn-small {
    padding: 10px 15px
}

button::-moz-focus-inner {
    border: 0
}

.slick-slide:focus {
    outline: 0
}

.slick-next:before, .slick-prev:before {
    color: #333 !important;
    font-size: 32px !important
}

.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 150px
}

.header4 {
    font: 300 1.5em Tahoma
}

header {
    margin-top: 66px;
    background-color: #fff;
    border-bottom: 60px solid #f1f2f4
}

.container-title {
    padding-top: 9em;
    padding-bottom: 10px
}

    .container-title h1 {
        font-size: 36px;
        text-align: center;
        color: #333;
        background-color: #fff;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .container-title .subtitle {
        text-align: center;
        font-size: 30px;
        line-height: 32px
    }

header #header-left {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    color: #fff
}

header #header-right {
    background-color: #67c48f;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden
}

header #header-left .arrow {
    color: #fff;
    margin-top: 15px;
    font-size: 20px
}

header #header-right #rightCarousel {
    border-bottom: 9px solid #90dea4
}

    header #header-right #rightCarousel .carousel-control-prev {
        width: 30%
    }

.navbar-toggler {
    color: #2990a7;
    border: 1px solid #2990a7
}

.navbar .lang-dropdown-toggle {
    border-radius: 5px;
    background-color: #fff;
    padding: 2px;
    max-height: 28px;
    margin-top: 16px !important;
    margin-left: 10px !important;
    color: #0c4145 !important
}

    .navbar .lang-dropdown-toggle span {
        max-width: 130px;
        margin-top: 5px
    }

    .navbar .lang-dropdown-toggle img {
        max-height: 24px
    }

.navbar .lang-dropdown-menu {
    top: 75%;
    min-height: 50px
}

    .navbar .lang-dropdown-menu img {
        top: -4px;
        max-height: 24px;
        float: left;
        position: relative
    }

    .navbar .lang-dropdown-menu span {
        display: block;
        margin-top: 1px;
        margin-left: 10px;
        font-size: 1em;
        color: #666;
        float: left
    }

.navbar .dropdown-item {
    min-height: 30px;
    padding-top: 7px
}

.match-row {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px #ccc dotted;
    font-size: 1.2em;
    min-height: 50px
}

.match-rowlight {
    background-color: #f1fbfd
}

.match-rowdark {
    background-color: #edf2f3
}

.landingpage-gradient {
    position: relative;
    min-height: 200px;
    background-image: linear-gradient(#16b9dd,#0a5b6d)
}

    .landingpage-gradient svg {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px
    }

    .landingpage-gradient h3 {
        color: #fff;
        margin-top: 20px;
        position: absolute;
        display: block;
        width: 100%
    }

.landingpage-gradient-small {
    position: relative;
    min-height: 120px;
    background-image: linear-gradient(#16b9dd,#0a5b6d)
}

    .landingpage-gradient-small svg {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px
    }

    .landingpage-gradient-small h3 {
        color: #fff;
        margin-top: 20px;
        position: absolute;
        display: block;
        width: 100%
    }

.home-calltoaction {
    position: relative;
    min-height: 440px;
    background-image: linear-gradient(#16b9dd,#0a5b6d)
}

    .home-calltoaction h2 {
        color: #fff;
        margin-top: 50px
    }

    .home-calltoaction .info {
        color: #fff;
        font: 300 1.5em Tahoma;
        text-align: center;
        min-height: 80px
    }

    .home-calltoaction svg {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px
    }

.container-btn-calltoaction {
    display: flex;
    justify-content: center;
    align-items: center
}

    .container-btn-calltoaction .white {
        border: 2px solid #fff;
        color: #fff
    }

        .container-btn-calltoaction .white .icon {
            border-left: 1px solid #fff
        }

        .container-btn-calltoaction .white:visited, .white:hover {
            border-left: 1px solid #fff
        }

        .container-btn-calltoaction .white:after {
            background-color: #fff
        }

    .container-btn-calltoaction .blue {
        border: 2px solid #0e6d82;
        color: #066377
    }

        .container-btn-calltoaction .blue .icon {
            border-left: 1px solid #0e6d82
        }

        .container-btn-calltoaction .blue:visited, .white:hover {
            border-left: 1px solid #0e6d82
        }

        .container-btn-calltoaction .blue:after {
            background-color: #0e6d82
        }

.btn-calltoaction {
    border-radius: 4px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow: hidden;
    padding: 24px 60px 24px 16px;
    position: relative;
    text-decoration: none;
    line-height: 1
}

    .btn-calltoaction .btn-content {
        font-size: 1.5em;
        line-height: 1.2;
        padding: 0 26px;
        position: relative;
        right: 0;
        transition: right .3s ease;
        display: block;
        text-align: left
    }

    .btn-calltoaction .icon {
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transition: all .3s ease;
        transform: translateY(-50%);
        width: 58px;
        height: 70%
    }

        .btn-calltoaction .icon i {
            position: relative;
            top: 50%;
            transform: translateY(-50%)
        }

    .btn-calltoaction:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0;
        transition: opacity .3s ease
    }

    .btn-calltoaction:hover {
        text-decoration: none
    }

    .btn-calltoaction:visited {
        text-decoration: none
    }

    .btn-calltoaction:hover .btn-content {
        right: 100%
    }

    .btn-calltoaction:hover .icon {
        border-left: 0;
        font-size: 1.8em;
        width: 100%
    }

    .btn-calltoaction:hover:after {
        opacity: .2
    }

    .btn-calltoaction.btn-alt-color {
        border-color: salmon
    }

        .btn-calltoaction.btn-alt-color .icon {
            border-left-color: salmon
        }

        .btn-calltoaction.btn-alt-color:after {
            background-color: salmon
        }

.photo-roll--container {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.photo-roll {
    height: 225px;
    width: 6000px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 0
}

    .photo-roll img {
        margin-right: 2px;
        height: 225px;
        width: 400px;
        transition: all .5s ease
    }

        .photo-roll img:hover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            cursor: pointer
        }

        .photo-roll img:first-child {
            -webkit-animation: bannermove 60s linear infinite;
            animation: bannermove 60s linear infinite
        }

@-webkit-keyframes bannermove {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -2500px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bannermove {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -2500px
    }

    100% {
        margin-left: 0
    }
}

@media (max-width:1200px) {
    body {
        font: 300 16px/16px Tahoma
    }

    .navbar-nav > li > a {
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 8px
    }

    .process ul li {
        margin: 0 .5em
    }

    .grid figure h2 {
        font: 700 1.5em Tahoma
    }

    figure.effect-oscar figcaption {
        padding: 12%
    }

        figure.effect-chico figcaption::before, figure.effect-oscar figcaption::before {
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px
        }

    .home-calltoaction .info {
        min-height: 90px !important
    }
}

@media (max-width:900px) {
    h1 {
        font: 700 3.5em Tahoma !important
    }

    .header4, h4 {
        font: 300 1.3em Tahoma !important
    }

    .btn {
        padding: 1em 2em
    }

    .navbar-nav > li > a {
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 8px
    }

    .process ul li {
        width: 10em;
        height: 10em
    }

    figure.effect-chico figcaption {
        padding: 2em
    }

    figure.effect-oscar figcaption {
        padding: 20%
    }

    figure.effect-chico figcaption::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }

    .grid figure.effect-chico p {
        font-size: .6em;
        line-height: 1.5em
    }

    .home-calltoaction .info {
        min-height: 113px !important
    }

    .match-row {
        font-size: 1em !important
    }
}

@media (max-width:767px) {
    body {
        font: 300 12px/12px Tahoma
    }

    .navbar-nav > li > .dropdown-change-lang, .navbar-nav > li > a {
        line-height: 1em
    }

    .navbar-toggle {
        margin-top: 12px
    }

    .carousel-caption, .carousel-control, .carousel-indicators {
        display: none
    }

    .navbar-nav > li > a {
        font-size: .8em;
        line-height: 1.5em
    }

    .mg-sx-top-30 {
        margin-top: 30px !important
    }

    .top-video-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        max-width: initial !important
    }

    .top-space {
        padding-top: 5em
    }

    .btn-logout {
        display: inline
    }

    h1 {
        font-size: 2.5em !important;
        margin-bottom: 15px
    }

    .event-data {
        font-size: 1.5em
    }

    .btn-small {
        font-size: 12px
    }

    .fa-icons {
        font-size: 3em
    }

    .home-calltoaction {
        min-height: 620px !important
    }

        .home-calltoaction .info {
            min-height: initial !important
        }

    .landingpage-gradient {
        min-height: 230px !important
    }

    h2.text-center {
        font-size: 1.7em
    }

    .header4, h4 {
        font: 300 1.4em Tahoma !important;
        margin-left: 10px;
        margin-right: 10px
    }

    .our-features li, .our-features p {
        font-size: 1.4em
    }

    .our-features a, .our-features p {
        margin-left: 20px;
        margin-right: 15px
    }

    .what-you-need .our-features h3 {
        font-size: 1.6em;
        margin-left: 20px;
        margin-right: 15px
    }

    .what-you-need .our-features h3 {
        font-size: 1.6em;
        margin-left: 20px;
        margin-right: 15px
    }

    .what-you-need .row {
        margin-left: initial;
        margin-right: initial
    }

    .our-features {
        margin-bottom: 60px
    }

    .what-you-need h3 {
        margin: 0 0 .5em 0;
        font-size: 1.6em
    }

    .match-row {
        font-size: 1em !important
    }

    .partners {
        display: block;
        float: left
    }

        .partners img {
            width: 100px;
            height: 100px
        }

    .spacer {
        padding: 2em 0 0 0
    }

    .process ul li {
        margin-bottom: 1em
    }

    .highlight-info .overlay {
        padding-bottom: 2em
    }

    .grid.team div {
        margin: 0;
        padding: 0
    }

    figure.effect-chico figcaption {
        padding: 1.5em
    }

    .footer {
        margin-top: 2em;
        padding-bottom: 2em
    }
}

.list-group.list-group-striped .list-group-item:nth-of-type(odd) {
    background: #f8f9fa
}

.list-group.list-group-striped .list-group-item:nth-of-type(even) {
    background: #fff
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px
}

    .strike > span {
        position: relative;
        display: inline-block
    }

        .strike > span:after, .strike > span:before {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #ddd
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px
        }

@media (max-width:767px) {
    .strike {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .spacer15 {
        padding: 2em 0
    }
}

.container.spacer15 {
    background-color: #fff
}

.field-validation-error {
    color: #dc3545 !important
}

.modal-open {
    padding-right: 0 !important
}

body {
    padding-right: 0 !important;
    padding-top: 96px;
}

#nav_ranking {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: Tahoma
}

    #nav_ranking .nav-link {
        padding: 10px 20px;
        color: #fff !important;
        border-radius: 0 !important
    }

        #nav_ranking .nav-link.active {
            color: #656565 !important;
            background-color: #fff !important;
            position: relative;
            top: 2px
        }

        #nav_ranking .nav-link img {
            height: 24px;
            margin-right: 5px
        }

@media (max-width:575px) {
    #nav_ranking {
        font-size: 9px
    }
}

.left-side-menu, .left-side-menu a {
    color: #656565;
    font-size: 11px
}

    .left-side-menu .card-header {
        padding: 5px 10px;
        font-weight: 700;
        background-color: #e9e9e9;
        border-radius: 0
    }

    .left-side-menu .card-body {
        background-color: #f3f3f3
    }

    .left-side-menu .list-group-item {
        padding: 5px 10px;
        border: none;
        background-color: inherit
    }

        .left-side-menu .list-group-item.active {
            background-color: #e4e4e4
        }

.table-scroll {
    position: relative;
    overflow: hidden
}

.table-wrap {
    width: 100%;
    overflow: auto
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0
}

.table-scroll tbody td, .table-scroll tbody th {
    padding: 5px 5px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px
}

.table-scroll thead th {
    background-color: #e8e8e8;
    border-bottom: 1px solid #ddd;
    color: #656565;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 5px;
    font-size: 11px
}

    .table-scroll thead th a {
        color: #656565
    }

.table-scroll tr.myPosition td, .table-scroll tr.myPosition th, .table-scroll tr.myPosition th a {
    background: #dcdcdc;
    color: #656565;
    font-weight: 700
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

    .clone td, .clone th {
        visibility: hidden
    }

    .clone td, .clone th {
        border-color: transparent
    }

    .clone tbody th {
        visibility: visible;
        color: #000
    }

    .clone .fixed-side {
        border-bottom: 1px solid #ddd;
        visibility: visible
    }

    .clone tfoot, .clone thead {
        background: 0 0
    }

.col-pos {
    width: 40px;
    font-weight: 700;
    text-align: center
}

.col-team {
    width: 200px;
    font-weight: 700
}

.player-nickname {
    font-weight: 400
}

    .player-nickname > .disabled {
        color: #000
    }

.player-district {
    font-style: italic;
    font-size: .8em;
    font-weight: 400
}

.ranking-filter-container {
    padding: 10px;
    text-align: center
}

    .ranking-filter-container .combobox {
        background-color: transparent;
        color: #fff;
        border: 0;
        font: 300 15px/15px Tahoma;
        font-size: 12px
    }

        .ranking-filter-container .combobox option {
            color: #000
        }

    .ranking-filter-container .dropdown-toggle::after {
        right: 0
    }

.anchor:before {
    content: "";
    display: block;
    padding-top: 100px;
    margin-top: -100px
}

#newMatchDialog .modal-body {
    overflow-y: auto
}

.login-form {
    position: relative;
    width: 652px;
    min-height: 556px !important;
    padding-bottom: 40px;
    overflow: hidden;
}

    .login-form .login-form-inner {
        position: relative;
        max-width: 390px;
        margin: 0 auto;
        padding: 30px;
        background-color: #fff;
        z-index: 5;
    }



.form-control {
    font-size: 14px;
    background-color: #fff;
    border-color: #e3e7eb;
    font-size: 14px;
    box-shadow: none !important;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

    .form-control:hover, .form-control:active, .form-control.active, .form-control:focus, .form-control.focus {
        background-color: #fff;
        border-color: #006444;
        outline: 1px solid #006444;
        box-shadow: none !important;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    }


    .fs-12
    {
        font-size:12px;
    }

    .fs-13
    {
        font-size:13px;
    }

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fw-700
{
    font-weight:700;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007950;
    border-color: #007950;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #007950;
    border-color: #007950;
    box-shadow: none !important;
}

.nav-link:hover
{
    color: #fff;
}

.offcanvas-header {
    color: #fff;
    background: #006444;
}

.offcanvas-header h5 {
    color: #fff;
    font-size:14px;
    font-weight: bold;
}

.offcanvas-header .btn-close
{
    color:#fff;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    background: transparent;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
}

.sidebar-nav {

    list-style: none;
    margin:0px;
    padding:0px;
}

.sidebar-nav li {
        line-height: 30px;
        font-size: 13px;
    }

.sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #656565;
        }

.loader {
    width: 100%;
    text-align: center;
}

.loader svg {
    width: 100px;
    height: 100px;
}

.loader svg path {
    fill: #006444;
}

.box-category {
    text-align: center;
    border: 2px solid #006444;
    border-radius: 8px;
    padding: 0.8rem;
    cursor:pointer;
    width:140px;
}

    .box-category i {
        font-size: 48px;
        color: #006444;
    }

    .box-category h5
    {
        margin-top:5px;
        margin-bottom:0px;
        font-size:13px;
        font-weight:700;
        color:#666;
    }

    .box-category:hover .text-muted
    {
        color:#fff !important;
    }

    .box-category:hover, .box-category.active {
        background: #006444;
        border: 2px solid #006444;
        cursor:pointer;
    }

        .box-category:hover i, .box-category.active i {
            color: #fff;
        }

        .box-category:hover h5, .box-category.active h5 {
            color: #fff;
        }


.box-item {
    text-align: center;
    border: 2px solid #006444;
    border-radius: 8px;
    padding: 0.8rem;
    cursor: pointer;
    width: 100%;
}

    .box-item i {
        font-size: 20px;
        color: #006444;
    }

    .box-item h5 {
        font-size: 13px;
        font-weight: 700;
        color: #666;
    }

    .box-item:hover, .box-item.active {
        background: #006444;
        border: 2px solid #006444;
        cursor: pointer;
    }

        .box-item:hover i, .box-item.active i {
            color: #fff;
        }

        .box-item:hover h5, .box-item.active h5 {
            color: #fff;
        }

.modal-header {
    background: #006444;
    color:#fff;
}

.modal-header h3
{
    font-size:16px;
}

    .modal-header .bg-primary {
        background-color: #007950 !important;
    }

.modal-header .btn-close {
    color: #fff;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    background: transparent;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
}

.btn-gray {
    background: #e4e4e4;
    color: #656565;
}

.modal label, .offcanvas label {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight:600;
}

.toast-custom {
    z-index: 10000;
    position: fixed;
    background: #fff;
}

    .toast-custom.hide {
        display: none !important;
    }

    .toast-custom .btn-close-toast svg {
        margin-left: -3px;
        margin-bottom: 2px;
    }

.validation-errors
{
    margin-top:1rem;
}

.validation-message
{
    font-size:13px;
}

.content {
    background: #e1e1e1;
}

.section-title {
    width:100%;
    font-size: 16px;
    font-weight: 700;
}

@font-face {
    font-family: 'Berlin Sans FB Demi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Berlin Sans FB Demi Bold'), url('/fonts/BRLNSDB.woff') format('woff');
}

@font-face {
    font-family: 'Din';
    font-style: normal;
    font-weight: normal;
    src: local('Din'), url('/fonts/din-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro Medium'), url('/fonts/GothamPro-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Source Sans Pro'), url('/fonts/SourceSansPro-Regular.otf.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat'), url('/fonts/Montserrat-Regular.woff') format('woff');
}


.poster-label-0 {
    font-family: 'Berlin Sans FB Demi Bold', sans-serif;
}

.poster-label-1 {
    font-family: 'Din', sans-serif;
}

.poster-label-2 {
    font-family: 'Gotham Pro Medium', sans-serif;
}

.poster-label-3 {
    font-family: 'Source Sans Pro', sans-serif;
}

.poster-label-4 {
    font-family: 'Montserrat', sans-serif;
}

.active-label {
    outline:1px dashed #ffffff;
}

.form-control-lg {
    min-height: 30px;
    padding: 0.2rem 0.4rem;
    border-radius: .3rem;
}

.breadcrumb-custom {
    margin-bottom: 30px;
    border-radius: 3px;
    font-size: 13px;
    color: #666;
}

    .breadcrumb-custom a {
        text-decoration: underline;
        color: #006444;
        font-size:13px;
    }


    .breadcrumb-custom i {
        color: #006444;
        font-size: 13px;
    }

    .poster-container
    {
        overflow-x:auto !important;
    }

.e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
    box-shadow: none !important;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    border-right-color: transparent !important;
    background: #e9ecef;
    color: #666 !important;
    opacity: 1;
}

.e-pager .e-numericitem {
    background: #fff;
    color: #666 !important;
}
.e-pager .e-spacing {
    color: #666 !important;
    opacity: 1;
}

.e-pager .e-currentitem
{
    border: 3px solid #e8ecf0 !important;
    background: #e8ecf0;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.e-pager div.e-icons.e-pager-default
{
    color: #666 !important;
}

.karaoke {
    border-radius: 16px;
    background-color: #fafafa;
    min-height: 220px;
    transition: all 0.3s ease;
}
.karaoke .fs-4 {
    color: #222;
}
.karaoke .fs-6 {
    color: #666;
    margin-top: 4px;
}

.karaoke-line {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
    line-height: 1.2em;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.btn-player
{
    border:0px;
    padding:10px 15px;
    border-radius:8px;
}

.btn-list
{
    border:0px;
    padding:10px;
    border-radius:8px;
}

.btn-danger
{
    font-size:13px;
}

.custom-player .timer
{
    padding: 10px 15px;
    background: #fafafa;
    border-radius: 8px;
    font-weight: 600;
}

.is-row-active .form-control
{
    border-color:#006444;
    outline: 1px solid #006444;
}

.is-possible-error
{
    border-color: #e12f45;
    outline: 1px solid #e12f45;
}

.btn-grid
{
    display:flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fb;
    border-radius: 6px;
    padding:8px;
}

.e-treeview .e-list-item.e-active>.e-fullrow {
    background-color: #257950 !important;
    border-color: #257950 !important;
}
