body {
    background-image: url("../../../images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #297b61;
}

.container-body {
    margin-top: 2%;
}
.navbar-brand {
    padding: 0px 15px !important;
}

.navbar-default {
    background-color: #f2cd29 !important;
    border: none !important;
    margin-bottom: 0px !important;
}

.navbar-background {
    background-image: url("../../../images/header.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 102px;
    padding: 0 !important;
    margin-top:-2px;
}

.fortuna-title {
    color: #ffd100;
    font-weight: bold;
}

.fortuna-paragraph {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.breakpoint {
    display: table;
    height: 30px;
}

.list-bold {
    font-weight: bold;
}

.btn-first {
    text-transform: uppercase;
    font-size: 23px;
    color: #006747;
    background-color: #ffd100;
    padding: 18px;
    font-weight: bold;
    display: table-cell;
    width: 50%;
    border: none !important;
    text-align: left;
}

.btn-second {
    text-transform: uppercase;
    font-size: 0.8vw;
    color: #006747;
    background-color: #ffd100;
    padding: 10px;
    font-weight: bold;
    width: 100%;
}

.btn-third {
    text-transform: uppercase;
    font-size: 15px;
    color: #006747;
    background-color: #ffd100;
    padding: 10px;
    font-weight: bold;;
    border: none !important;
    margin: 3px;

}

.btn-first i {
    font-size: 23px;
    float: right;
}

.footer-list {
    margin-bottom: 0 !important;
}

.footer-list li {
    color: #fff;
    padding: 10px;
}

.footer {
    margin-top: 10%;
}

.footer-first {
    background-color: #006747;
    border-top: 1px solid #213f35;
    padding: 10px 0;
    font-size: 16px;
}

.footer-second {
    background-color: #ffd100;
    padding: 5px 0;
    font-size: 14px;
}

.footer-second ul li {
    color: #006747;
}

.view-full-match {
    /*background-image: url("../../../images/match-background.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px !important;
    color: #fff !important;
    /*box-shadow: 12px 9px 73px -22px #0e3e2e;*/
}

.team-name {
    font-weight: bold;
    padding: 10px;
}

.list-game-images {
    max-width: 100px;
}

.bg-dim {
    display: table;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.4);*/
    padding: 10px;
}

.match-info {
    font-size: 16px;
    font-weight: bold;
    padding: 11px;
}

.match-date {
    font-weight: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.alert {
    padding: 10px 5px !important;
}

.btn {
    border-radius: 0 !important;
    text-align: left;
}

.vs-info {
    font-size: 3vw;
    font-weight: bold;
}

.container-bg {
    background-color: #fff !important;
    padding: 3% 5%;
}

.register-label {
    font-weight: 100 !important;
    padding: 10px 0;
    font-size: 16px;
}

.form-control {
    padding: 30px 12px !important;
    border-radius: 0px !important;
}

.fortuna-heading {
    color: #006747 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.fortuna-checkbox {

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #cccccc;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #287258;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.error {
    font-weight: 100 !important;
}

button:disabled {
    opacity: 0.5;
}

.match-info-event .match-place {
    font-size: 16px;
}

.match-info-event .match-date {
    font-size: 16px;
}

.match .team-name-event {
    font-size: 20px;
    padding: 10px 0;
}

.fortuna-price {
    font-size: 25px;
    color: #266d53;
    font-weight: bold;
}

.panel-group .panel {
    border-radius: 0px !important;
}

.title-price {
    text-transform: uppercase;
    color: #006747;
    font-size: 20px;
    display: inline-block;
}

.square {
    position: relative;
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.bg-image-price {
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table-cell;
    top:0;
    left:0;
}

#lottery-number-event {
    text-transform: uppercase;
    font-size: 15px;
    color: #256747;
    background-color: #e8e8e8;
    padding: 18px;
    /*font-weight: bold;*/
    display: table-cell;
    width: 1%;
    border: 1px solid #b9b9b9;
    text-align: center;
}

.bg-image-inner {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    text-align: center;
    display: table;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.input-ticket-number {
    border: none;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    color: #266d53;
}

.btn-number {
    border-radius: 100% !important;
    background-color: #e8e8e8;
    color: #266d53;
    height: 30px;
    width: 30px;
    margin: auto;
    padding: 0px 7px;
}

.order-new-lottery-ticket {
    font-weight: bold;
    font-size: 20px !important;
    padding: 10px !important;
}

.custom-select {
    border-radius: 0px !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

a, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit !important;
    cursor: pointer;
}

.language-nav {
    font-weight: 100px !important;
    margin-right: 10px;
}

.language-nav li a:after{
    content: '';
    background: none !important;
}

.btn-front {
    width: 1% !important;
    padding: 10 px !important;

}

.btn-front i{
    padding: 3px 0 !important;
}

.alert-fortuna {
    background-color: #256747 !important;
    color: #fff;
    padding: 20px !important;
    padding-left: 10px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.alert-fortuna a {
    font-weight: bold;
    color: #ffd100 !important;
    text-decoration: underline;
}

#register-button, #register-button-2 {
    width: 100% !important;
}



.input-birthday {
    line-height: 34px;
    padding: 30px 12px !important;
    border-radius: 0px !important;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.btn-green {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffd100;
    background-color: #006747;
    font-weight: bold;
    display: table-cell;
    width: 50%;
    border: none !important;
    text-align: center;
    display: table;
}

.btn-green a {
    display: table-cell;
    padding: 18px;
    width: 100%;
    height: 100%;
}

.buy-ticket-section {
    width: 70%;
}

input[type="date"]
{
    display:block;

    /* Solution 1 */
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;

    /* Solution 2 */
    /* min-width: 96%; */
}

.input-group-btn {
    padding: 5px;
}

.is-logged-nav {
    background-color: #f2cd29 !important;
    border: none !important;
    margin-bottom: 0px !important;
}
.navbar-name {
    float: right;
    font-size: 21px;
    color: #246548;
    padding: 5px;
}
.navbar-name li {
    list-style-type: none;
    display: inline;
}

.navbar-name li a{
    cursor: pointer;
}

.navbar-name li a:hover {
    opacity: 0.9;
}

.dropdown-menu {
    background-color: #f2cd29;
    padding: 0 !important;
    text-align: center;

}

.dropdown-menu li:hover {
    cursor: pointer;
    opacity: 0.9;

}

.dropdown-menu li a:hover {
    background-color: #f9d42f;
}

.birthday-class .col-md-12, .birthday-class .col-xs-4 {
    padding: 0 !important;
}

.fortuna-list {
    color: #fff;
}

.fortuna-paragraph-price {
    min-height: 115px;
}

a:focus {
    color: inherit !important;
}

.cookie-message {
    position: fixed;
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #006747;
    border-top: 1px solid #213f35;
    bottom: 0;
}

.btn-cookie {
    padding: 5px;
    background-color: #ffd100;
    border: 1px solid #006747;
    display: inline;
    margin-left: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.fortuna-heading-yellow {
    font-weight: bold;
    color: #ffd12c;
    text-transform: uppercase;
    font-size: 20px;
}

.fortuna-paragraph-price-4 {
    min-height: 220px;
}

.navbar-brand-mobile {
    display: none;
}

.navbar-brand-mobile img {
    max-height: 70px;
    margin-left: 30px;
}

.disabled {
    opacity: 0.9 !important;
}

.winners-header {
    padding: 30px;
    color: #fff;
}

.winners-header .match-name {
    font-size: 28px;
    font-weight: bold;
}

.winners-header .match-date {
    font-size: 20px;
}

.winners-bg {
    background-color: #ffd100;
    color: #006747;
    padding: 20px;
    font-size: 16px;
}

.winner-ticket-id, .winner-prize-name {
    padding: 20px;
    padding-bottom: 0px; !important;
    color: #fff;
    font-size: 16px;
}

.border-bottom {
    border-bottom: 1px solid #fff;
}

.border-winners {
    padding: 0 !important;
    margin: 5px 0 !important;
    border: 0;
    border-top: 1px solid #569c85;
}

.powered {
    font-size: 10px;
}

.price-package {
    padding-top: 20px;
}

@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }

    .nav {
        font-size: 1.2vw;
        text-transform: uppercase;
        font-weight: bold;
    }

    .nav li a {
        color: #fff !important;
        text-align: center !important;
    }

    .nav li a:after{
        content: '';
        margin-top: 10px;
        width: 100%;
        height: 5px;
        display: table;
        background-image: url("../../../images/header-border.svg");
        background-size: cover;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

    #navbar-brand-centered{
        display: table !important;
        margin: auto !important;
    }

}

@media screen and (max-width:768px){
    .navbar-brand {
        display: none;
    }

    .navbar-default .navbar-nav>li {
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar-default .navbar-nav>li>a {
        font-weight: bold;
    }

    .btn-green , .buy-ticket-section, #buy-tickets-button{
        width: 100%;
    }

    .match-place-event {
        display: none;
    }

    .navbar-name {
        float: left;
        padding-left: 5px !important;
    }

    .container-header {
        padding-left: 0px !important;
    }

    .navbar-brand-mobile {
        display: block;
        margin-left: 20px;
        padding: 10px;
    }

    .navbar-nav {
        margin-left: 0 !important;
    }

    .btn-third {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    .winners-bg {
        padding: 20px 1px !important;
        text-align: center;
    }

    .winner-ticket-id, .winner-prize-name {
        padding: 20px 1px;
    }

    .mobile-pad {
        padding-left: 1px !important;
    }

    .winners-header {
        padding: 17px;
    }
}

@media screen and (max-width:991px){
    .fortuna-paragraph-price-4 {
        min-height: 50px;
    }

    .new-ticket-count {
        width: 100%;
    }
}

@media screen and (max-width: 465px) {
    .order-new-lottery-ticket {
        font-size: 13px !important;
    }

    .ticket-number {
        margin-top: 7px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-control {
        padding: 0 !important;
    }

    .input-ticket-number {
        font-size: 20px !important;
    }
}


.delete-button {
    position: absolute;
    top: 50%;
    left: -11px;
    background: #287358;
    color: #fff;
    font-weight: bold;
    padding: 0px 6px;
    border-radius: 50%;
    cursor: pointer;
}

.old-ticket {
    text-align: center;
    background-image: linear-gradient(to right, #276f53 , #3c9271);
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #dadada;
    margin: 3px;
}

.ticket-header:after {
    margin-top:5px;
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #215f45;
}