﻿@font-face {
    font-family: AkzidenzGroteskBQ-BdCnd;
    src: url("../fonts/AkzidenzGroteskBQ-Light.otf") format("opentype");
}
@font-face {
    font-family: AkzidenzGrotesk-BoldCond;
    src: url("../fonts/AkzidenzGrotesk-BoldCond.otf") format("opentype");
}
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

.login-dark {
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.index-dark {
    height: 900px;
}
.login-dark form {
    max-width: 320px;
    width: 90%;
    background-color: #1e2833;
    padding: 40px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark .illustration {
    text-align: center;
    padding: 15px 0 20px;
    font-size: 100px;
    color: #2980ef;
}

.login-dark form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #434a52;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
}

.login-dark form .btn-primary {
    background: #214a80;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: none;
}

    .login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
        background: #214a80;
        outline: none;
    }

.login-dark form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}

    .login-dark form .forgot:hover, .login-dark form .forgot:active {
        opacity: 1;
        text-decoration: none;
    }

.login-dark form .btn-primary:active {
    transform: translateY(1px);
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
        }



/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

.cel-number {
    width:65px;
}
.cel-name {
    width: 288px;
}
.cel-score {
    width:97px;
}

    .container-group .group {
        margin-bottom: 30px;
        border-radius: 0px;
        background-color: #ffffff;
    }

        .container-group .group .fa-chevron-down {
            color: #292e3d;
            transition: .3s transform ease-in-out;
        }

        .container-group .group .fa-star {
            padding-right: 10px;
        }

        .container-group .group .collapsed .fa-chevron-down {
            transform: rotate(-180deg);
            box-shadow: 0px 3px 40px 0 rgba(55, 129, 234, 0.14);
        }

        .container-group .group .collapsed {
            background-color: #f7f7f7;
        }

        .container-group .group th,
        .container-group .group td {
            vertical-align: middle;
            
        }

        .container-group .group .table {
            margin-bottom: 0rem;
        }

        .container-group .group .title {
            height: 65px;
            width: 100%;
            padding-top: 20px;
            font-family: OpenSans;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.2;
            letter-spacing: normal;
            text-align: left;
            color: #333333;
            text-transform: uppercase;
        }

        .container-group .group .table-bordered {
            border: 1px solid #e6e6e6;
        }

        .container-group .group .empty-cel {
            width: 69px;
            height: 69px;
            min-width: 69px;
            min-height: 69px;
            background-color: #f8f8f8;
        }

        .container-group .group .result-cel {
            width: 31px;
            height: 12px;
            font-family: OpenSans;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            color: #333333;
        }

        .container-group .group td .la-plus {
            color: #ad2432;
            vertical-align: center;
            border-radius: 20px;
            padding: 10px;
            background-color: #fff;
            cursor: pointer;
            transition: all 0.5s ease;
        }

        .container-group .group td .la-plus:hover {
            background-color: #f0f0f0;
        }

        .container-group .group td .fa-plus-circle {
            color: #ad2432;
            vertical-align: center;
            padding-right: 5px;
        }

        .container-group .group td {
            padding: 0px;
            font-family: AkzidenzGroteskBQ-BdCnd;
        }

            .container-group .group td .btn {
                max-width: 100%;
                nax-height: 100%;
                padding: 0px;
            }

        .container-group .group .name {
            text-align: left !important;
            padding-left: 25px;
        }


        
body {
    background-color: #f7f7f7;
    padding-top: 100px;
}

.container-group .group .name .btn:hover {
    color: #ad2432;
}

.btn {
    border-radius: 0;
    outline: none;
    font-family: AkzidenzGroteskBQ-BdCnd;
}

.btn:hover {
    color: #fff;
}

.btn:focus {
    box-shadow: none;
}

.table thead th {
    border-bottom: 0;
    font-family: AkzidenzGrotesk-BoldCond;
}

label {
    margin-bottom: 0;
}

th {
    width: 69px;
    height: 69px;
    min-width: 69px;
    min-height: 69px;
}

.links {
    margin-top: 20px;
}

.links a {
    color: #ad2432;
    text-decoration: underline;
 }

p {
    margin-bottom: 0;
    font-family: AkzidenzGrotesk-BoldCond;
}

h1 {
    font-size: 36px;
    padding: 20px 0;
}


.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
}

    .selectdiv:after {
        content: '\f0d7';
        font: normal normal normal 17px/1 FontAwesome;
        color: #ad2432;
        right: 11px;
        height: 34px;
        padding: 18px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
        font-size: 14px;
    }

/* IE11 hide native button */
select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #b2b2b2;
    -ms-word-break: normal;
    word-break: normal;
    outline: none;
    font-family:AkzidenzGroteskBQ-BdCnd;
}


.book-bane {
    height: 100px;
    background-color: #ad2432;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    transition: all 0.5s ease-out;
    font-family: "AkzidenzGroteskBQ-Bold";
    padding: 40px;
    text-transform: uppercase;
}

.book-bane:hover {
    background-color: #bd505b;
}

.site-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.site-name img {
    width: 350px;
}

.menu-burger {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.menu-burger:hover {
    background-color: #d1d1d1;
}

.menu-burger .ion-navicon {
    font-size: 48px;
    display: block;
    text-align: center;
}

.ion-navicon:before {
    vertical-align: middle;
    margin-top: 10px;
}

.navbar {
    height: 100px;
    background-color: #282d3c;
    padding: 0;
}

.menu-burger {
    width: 120px;
    background-color: #b2b2b2;
    height: 100px;
}


.navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.wrap {
    position: relative;
    margin-top: 15px;
}

float:left
.wrap .slider-v2 {
    margin-top: 30px;
    position: relative;
    display: block;
    width: 5.5em;
    height: 3em;
    cursor: pointer;
}

.wrap .slider-v2::after {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    top: 1em;
    left: 0.3em;
    border-radius: 50%;
    transition: 250ms ease-in-out;
    background: #fff;
}

.wrap .slider-v2::before {
    position: absolute;
    content: '';
    width: 3em;
    height: 1.5em;
    top: 0.75em;
    left: 0em;
    border-radius: 0.75em;
    transition: 250ms ease-in-out;
    background: #ad2432;
}

.wrap input:checked + .slider-v2::before {
    background: #cdcdcd;
}

.wrap input:checked + .slider-v2::after {
    left: 1.6em;
}

.wrap label {
    padding-left: 60px;
    padding-top: 13px;
    font-family: AkzidenzGroteskBQ-BdCnd;
}

.wrap input {
    position: absolute;
    left: -9999px;
}

.group-menu {
    position: sticky;
    top: 120px;
    min-height: 2em;
}

.btn-toogle-groups {
    background-color: #282d3c;
    border: 0;
    max-height: 40px;
    transition: all 0.5s ease;
    width: auto;
}

.btn-toogle-groups:hover {
    background-color: #535763;
}


.Guld {
    color:gold;
}
.Sølv {
    color:silver;
}
.Bronze {
    color:saddlebrown;
}
.Jern {
    color:slategrey;
}

.Sten {
    color:grey;
}

.Grus {
    color: rebeccapurple;
}

.Sand {
    color: sandybrown;
}

.Jord {
    color: saddlebrown;
}

.Vand {
    color: royalblue
}

.Luft {
    color:skyblue ;
}
/* MODAL
-------------------------------------------------- */
.modal-dialog {
    margin: 15% auto;
}

.modal-header {
    align-items: center;
    position: relative;
}

.close-button {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
    padding: 1rem;
    transition: all 0.5s ease;
}

.close-button:hover {
    opacity: 1;
}

.close-button:before, .close-button:after {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

.close-button:before {
    transform: rotate(45deg);
}
.close-button:after {
    transform: rotate(-45deg);
}

.modal-dialog h3 {
    font-family: AkzidenzGrotesk-BoldCond;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-bottom: 0;
}

h6 {
    font-family: AkzidenzGroteskBQ-BdCnd;
    text-align: left;
    color: #333333;
}

#SelectPlayers {
    color: #ad2432 !important;
}

.modal-footer {
    justify-content: flex-start;
}

.modal-footer .btn-save {
    width: 95px;
    height: 50px;
    background-color: #ad2432;
    color: white;
    transition: all 0.5s ease;
}

.modal-footer .btn-save:hover {
    background-color: #bd505b;
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.results-text:hover {
    color: #ad2432;
}

.number-input {
    display: inline-flex;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            cursor: pointer;
            margin: 0;
            position: relative;
        }

            .number-input button:before,
            .number-input button:after {
                display: inline-block;
                position: absolute;
                content: '';
                width: 1rem;
                height: 2px;
                background-color: #ad2432;
                transform: translate(-50%, -50%);
            }

            .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(90deg);
            }

        .number-input input[type=number] {
            width: 50px;
            height: 50px;
            /*border-radius: 5px;*/
            /*box-shadow: 0px 3px 18px 0 rgba(55, 129, 234, 0.12);*/
            background-color: #ffffff;
            font-family: sans-serif;
            max-width: 5rem;
            padding: .5rem;
            border: 1px solid #ddd;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: center;
        }
        .number-input select {
            width: 50px;
            height: 50px;
            /*border-radius: 5px;*/
            /*box-shadow: 0px 3px 18px 0 rgba(55, 129, 234, 0.12);*/
            background-color: #ffffff;
            font-family: sans-serif;
            max-width: 5rem;
            padding: .5rem;
            border: 1px solid #ddd;
            font-size: 1.5rem;
            font-weight: bold;
            /*border: 0 !important;*/ /*Removes border*/
            -webkit-appearance: none; /*Removes default chrome and safari style*/
            -moz-appearance: none; /* Removes Default Firefox style*/
            text-indent: 0.01px; /* Removes default arrow from firefox*/
            text-overflow: ""; /*Removes default arrow from firefox*/
            text-align-last: center;
            text-align: center;
            -ms-text-align-last: center;
            -moz-text-align-last: center;
                       
        }

            .number-input select option {
                font-weight: bold;
            }


a.table-bordered > i.fa.fa-chevron-down:before {
    content: "\f107";
}

a.hidden-print > i.fa.fa-plus-circle:before {
    content: "\f055";
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    border-color: #ad2432 !important;
    background-color: #ad2432 !important;
}

.custom-checkbox .custom-control-label::before {
     border-radius: .0rem !important; 
}

.btn-delete {
    height: 50px;
    background-color: #282d3c;
    color: #fff;
}

.btn-delete:hover {
    background-color: #535763;
}

@media screen and (max-width:991px) {
    .container-group .group .name {
        text-align: left !important;
        padding-left: 10px;
        min-width: 170px;
        padding-right: 10px;
    }
}

@media screen and (max-width:768px) {
    .site-name {
        display: none;
    }

    .group {
        margin-top: 30px;
    }

    .selectdiv select {
        max-width: 100%;
    }

    .btn-toogle-groups {
        width: 100%;
    }

    body {
        padding-top: 50px;
    }

    .book-bane {
        height: 50px;
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .navbar {
        height: 50px;
    }

    .modal-footer .btn-save {
        width: 100%;
    }

    .btn-delete {
        width: 100%;
    }
}
.players-list{
    font-family: AkzidenzGrotesk-BoldCond;
}

.group-menu a {
    color: #ad2432 !important;
}
