/*
    Created on : 16/12/2016, 10:59:30 PM
    Author     : Johel Cediel
*/

/** Fonts **/
@font-face {
    font-family: "raleway-regular";
    src: url(../fonts/Raleway-Regular.ttf);
}

/** Fonts **/

/** HTML tags **/

a, a:hover {
    text-decoration: none;
}

body {
    background-color: #71808E;
}

html {
    height: 100%;
}

/** HTML tags **/

/** Bootstrap elements **/

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

.form-control {
    /*background-color: rgba(27, 36, 43, 0.8);*/
    border: 1px solid #1b242b;
    border-radius: 0px;
    /*color: #fff;*/
    height: 40px;
    padding: 12px 16px;
}

select.form-control{
    padding: 0px 16px;
}

.form-control.input-lg{
    height: 46px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.has-error .form-control {
    background-color: rgba(169, 68, 66, 0.8);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgba(27, 36, 43, 0.8);
    /*opacity: 1;*/
}

/** Bootstrap elements **/

/** Helpers **/

.border-radius {
    border-radius: 4px;
}

.cursor-help {
    cursor: help;
}

.cursor-pointer {
    cursor: pointer;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.img-team {
    margin-left: auto;
    margin-right: auto;
}

.img-team-25 {
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mr-0 {
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mlr-0 {
    margin-left: 0;
    margin-right: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.nowrap {
    white-space: nowrap;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.text-size-10 {
    font-size: 10px;
}

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

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

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

.text-size-18 {
    font-size: 18px;
}

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

.uppercase {
    text-transform: uppercase;
}

/** Helpers **/

/** Header **/
header .navbar {
    margin-bottom: 0px;
}

header .navbar-inverse {
    background-color: #1b242b;
    border: none;
    box-shadow: none;
}

header .navbar-inverse .navbar-header .logo-xs {
    margin-right: 12px;
    margin-top: 5px;
}

header .navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    margin-left: 12px;
}

header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0DA6F6;
    border-radius: 0px;
}

header .navbar-inverse .navbar-nav {
    width: 100%;
    text-align: center;
}

header .navbar-inverse .navbar-nav > li {
    display: inline-block;
    float: none;
}

header .navbar-inverse .navbar-nav > li.logo {
    background: red;
    position: relative;
    margin: 0px;
    padding: 0px;
}

header .navbar-inverse .navbar-nav > li.logo > a {
    margin: 0px;
    padding: 0px;
    border: none;
    position: relative;
    width: 150px;
    margin-top: -25px;
}

header .navbar-inverse .navbar-nav > li.logo > a:hover {
    border: none;
}

header .navbar-inverse .navbar-nav > li.logo > a > img {
    position: absolute;
    width: 100%;
    z-index: 999;
}

header .navbar-inverse .navbar-nav > li > a {
    /*min-width: 180px;*/
    color: #ddd;
    font-weight: bold;
    border-bottom: 4px solid #1B242B;
    padding-top: 18px;
    min-width: 120px;
}

header .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #080808;
    border-bottom: 4px solid #0da6f6;
}

header .navbar-inverse .navbar-nav > .active > a {
    background-color: #080808;
    border-bottom: 4px solid #0da6f6;
}

header .navbar-inverse li.dropdown a.user {
    background: #286090;
    /*color:#080808;*/
    line-height: 0px;
    position: relative;

}

header .navbar-inverse li.dropdown a.user .label {
    border-radius: 12px;
    bottom: -10px;
    /*color:#080808;*/
    font-size: 12px;
    position: absolute;
    right: -12px;
    text-align: center;
}

header .navbar-inverse a.btn-t-shirt {
    background: #bc2c2c;
    border-radius: 38px;
    margin: 0px 10px;
    padding: 8px 5px 5px 5px;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
}

header .navbar-inverse a.btn-t-shirt img {
    /*width: 80%;*/

}

/** Header **/

/** Home **/
.home .cover {
    background-color: #dde1e4;
    background-image: url('../img/cover.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    padding: 20px 0 40px 0;
}

.home .cover .logo {
    height: 200px;
}

.home .cover h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000000;
    margin: 15px;
}

.home .cover h1 > strong {
    color: #00acff;
}

.home .cover .form-login {
    margin-top: 40px;
}

.home .cover .form-login .forgot_password {
    margin-top: 0px;
}

.home .cover .form-login .forgot_password a {
    color: #333;

}

.home h2 {
    font-weight: bold;
}

.home h2 strong {
    color: #00acff;
}

.home h2 .line {
    border: 2px solid #00acff;
    display: block;
    margin: 8px auto 0 auto;
    width: 150px;
}

.home .pools,
.home .results {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}

.home h5 {
    line-height: 30px;
}

.jackpot .panel {
    background: none;
    border: 0;
    border-radius: 0px;
    color: #fff;
    margin-top: 30px;
    position: relative;

    overflow: hidden;
}

.jackpot .panel-heading {
    background-color: #223157;
    border: 0;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 10px 0px 10px;
    display: inline-block;
    position: relative;

}

.jackpot .triangle {
    width: 0;
    height: 0;
    border-bottom: 25px solid #1F2535;
    border-right: 25px solid transparent;
    position: absolute;
    top: 0px;
    left: 111px;
}

.jackpot .panel-body {
    background-color: #223157;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    white-space: nowrap;
    letter-spacing: -5px;
}

.jackpot .panel-body .currency {
    font-size: 25px;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

/** Home **/

.content {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
    min-height: 400px;
}

.img-captcha-content > img{
    width:100%;
    height:46px;
    margin-bottom:10px;
}

/** Panel pool **/

.panel-pool {
    background-color: #24292f;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    text-align: center;
}

.panel-pool .panel-heading {
    background-color: #505459;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 15px;
}

.panel-pool .accumulated {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}

.panel-pool .panel-body .p-0 {
    padding-left: 1px;
    padding-right: 1px;
}

.panel-pool .panel-body .panel-pool {
    background-color: #505459;
    line-height: 0px;
}

.panel-pool .panel-body .panel-pool .panel-heading {
    border-radius: 0px;
    font-size: 12px;
    line-height: 0px;
    background-color: #73767a;
}

/** Panel pool **/

/** Steps **/
.steps {
    background-image: url('../img/steps-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0 120px 0;
    position: relative;
    text-align: center;
}

.steps .img-cup {
    position: absolute;
    top: -290px;
    left: -500px;
    width: 1050px;
}

.steps img {
    width: 100px;
}

.steps h2 {
    margin-bottom: 90px;
}

.steps h2 strong {
    color: #fff;
}

.steps h2 .line {
    border: 2px solid #fff;
    display: block;
    margin: 8px auto 0 auto;
    width: 150px;
}

.steps h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 80px;
}

/** Steps **/

/** Panel Result **/
.result-carousel {
    margin-top: 50px;
}

.panel-result {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.panel-result .img-result {
    padding: 0 5px 20px 5px;
}

.panel-result > .panel-body {
    padding: 0px;
}

.panel-result > .panel-body > .result-status-live {
    background-color: #5cb85c;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 6px;
}

.panel-result > .panel-body > .result-status-finished {
    background-color: #00a9ff;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 6px;
}

.panel-result > .panel-body > .result-content {
    background-color: #1b242b;
    color: #fff;
    text-align: center;
    padding: 15px;
    height: 190px;
    overflow: hidden;
}

.panel-result > .panel-body > .result-content > .result-match-info {
    /*border:1px solid red;*/
    margin-bottom: 10px;
    font-size: 12px;
}

.panel-result > .panel-body > .result-content .team-logo img {
    width: 50px;
    margin: 10px auto;

}

.panel-result > .panel-body > .result-content .result {
    margin-top: 15px;
    font-size: 20px;
    white-space: nowrap;
    font-weight: bold;
    background-color: #00A9FF;
    color: #fff;
    border-radius: 30px;
    width: 60px;
    line-height: 60px;
}

/** Panel Result **/

/** Panel pool in pool carousel **/

.pool-carousel {
    margin-top: 50px;
}

.pool-carousel .panel-pool {
    margin: 0px;
}

.pool-carousel .img-pool {
    margin: 5px 0px 5px 0px;
}

.pool-carousel .panel-pool .panel-heading {
    font-size: 12px;
    padding: 5px;
}

.pool-carousel .panel-pool .accumulated {
    padding: 0px;
}

.pool-carousel .panel-pool .panel-body h3 {
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.pool-carousel .panel-pool .panel-body .panel-pool {
    margin-bottom: 14px;
}

.pool-carousel .panel-pool .panel-body .panel-pool.m-0 {
    margin-bottom: 0px;
}

.pool-carousel .panel-pool .panel-body .panel-pool .panel-heading {
    line-height: 10px;
}

.pool-carousel .btn {
    margin-top: 5px;
}

/** Panel pool in pool carousel **/

/** Contact **/
.contact {
    background-color: #fff;
}

.contact form {
    margin-bottom: 50px;
}

.contact > .contact-header {
    background-color: #dde1e4;
    background-image: url('../img/contact-header.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 40px 0;
    text-align: center;
    margin-bottom: 50px;
}

.contact > .contact-header > h2 {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 10px;
}

.contact > .contact-header > h2 img {
    width: 100px;
    margin-right: 10px;
}

.contact form {
    margin-top: 35px;
}

.contact .img-player {
    width: 400px;
}

/** Contact **/

/** Login **/
.login {
    background-color: #dde1e4;
    background-image: url('../img/login-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 20px 0 40px 0;
}

.login .panel-default {
    background-color: rgba(27, 36, 43, 0.7);
    border: 0;
    color: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 0;
    text-align: center;
}

.login .panel-default .panel-heading {
    background: none;
    border: 0;
    color: #fff;
    padding-top: 40px;
}

.login .panel-default .panel-heading .fa-user-circle-o {
    font-size: 40px;
}

.login .panel-default .panel-heading h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}

.login .panel-default .panel-body {
    border: 0;
}

.login .panel-default .panel-body .form-group a {
    color: #fff;
    text-decoration: none;
}

.login .panel-default .input-group-addon img {
    width: 12px;
}

.login .panel-default .input-group-addon,
.login .form-control {
    background-color: rgba(141, 147, 149, 0.4);
    border: 1px solid #8d9395;
}

.login .panel-default .input-group-addon {
    border-right: none;
    text-align: right;
    border-radius: 0;
}

.login .form-control {
    border-left: none;
    color: #fff;
    padding-left: 0px;
}

.login .form-control:focus {
    box-shadow: none;
}

/** Login **/

/** Modal ticket **/

.modal-ticket-content {
    font-size: 12px;
}

.table-condensed-ticket-detail-plays,
.table-condensed-ticket-detail-plays-alt {
    margin: 0px;
    padding: 0px;
}

.table-condensed-ticket-detail-plays > thead > tr > th,
.table-condensed-ticket-detail-plays > tbody > tr > td,
.table-condensed-ticket-detail-plays-alt > tbody > tr > th,
.table-condensed-ticket-detail-plays-alt > tbody > tr > td {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 18px;
}

.table-condensed-ticket-detail-plays > thead > tr > th,
.table-condensed-ticket-detail-plays > tbody > tr > td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table-condensed-ticket-detail-plays > tbody > tr > td {
    border-right: 1px solid #ddd;
    border-bottom: none;
}

.table-condensed-ticket-detail-plays > thead > tr > th:last-child,
.table-condensed-ticket-detail-plays > tbody > tr > td:last-child {
    border-right: none;
}
.table-condensed-ticket-detail-plays-alt > tbody > tr:first-child > th,
.table-condensed-ticket-detail-plays-alt > tbody > tr:first-child > td{
    border-top: none;
}


/** Modal ticket **/

/** Pages **/

.page .page-title{
    font-size:25px;
    margin-bottom:30px;
}

/** Footer **/
footer {
    color: #999;
    font-size: 12px;
    padding-top: 60px;
}

footer a,
footer a:hover {
    color: #999;
}

footer h4 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 14px;
}

footer h4 .line {
    border: 2px solid #00acff;
    display: block;
    margin-top: 8px;
    width: 150px;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    line-height: 14px;
    list-style: none;
    border-left: 1px solid #00acff;
    margin: 0px 0px 18px 0px;
    padding: 0 6px;
}

footer h3 {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 15px;
}

footer .footer-contact {
    margin-top: 30px;
}

footer .footer-contact .social-networks a {
    margin: 0 5px;
    padding-top: 8px;
}

/** Footer **/

.test {
    background: #fff;
    padding: 150px;
    text-align: center;
}

.overflow-hidden {
    overflow: hidden;
}

.environment {
    background-color: #c40000;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 8px;
    text-transform: uppercase;
    z-index: 9999;
    position: fixed;
    top: 65px;
    left: 10px;
}

/** Media Queries **/

.bootstrap-query {
    background-color: #593F7F;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 8px;
    text-transform: uppercase;
    z-index: 9999;
    position: fixed;
    top: 85px;
    left: 10px;
}

.content-products h2{
    text-align: center;
    margin:0px;
    padding:0px 0px 20px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.content-products a{
    color:#fff;
}
.content-products .panel{
    border:none !important;
    box-shadow:none !important;
    text-align:center;
}

.content-products .panel-body{
    padding: 5px;
}


.content-products .panel-footer{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    background-color:rgba(0, 0, 0, 0.2);
    border:none;
}

.panel-products-list{
    background: #24292f;
    border-radius:0px;
    border:0px;
    padding:0px;
}

.panel-products-list .panel-heading{
    border-radius:0px;
    background-color: #505459;
    color:#fff;
    font-weight: bold;
    text-align: center;
    font-size:12px !important;
    margin: 0px;
    padding:5px;
    border:0px;
    text-transform: uppercase;
}

.panel-products-list ul{
    display: table;
    padding:0px;
    margin:0px;
    width:100%;
}

.panel-products-list li{
    display:table-cell;
    font-weight: bold;
    list-style: none;
    padding:2px;
    text-align: center;
    text-transform: uppercase;
}

.panel-products-list a{
    display: block;
    color: #fff;
    margin:0px;
    padding:0px;
}

.pagination{
    margin: 0px;
}

.alert{
    margin-bottom:0px;
}

@media (max-width: 767px) {
    /* xs */
    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

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

    .text-xs-justify {
        text-align: justify;
    }

    /** Header **/
    header .navbar-inverse {
        background-color: #24292F;
    }

    header .navbar-inverse .navbar-header {
        border-bottom: 2px solid #0DA6F6;
    }

    header .navbar-inverse .navbar-collapse {
        border-top: 0px;
    }

    header .navbar-inverse .navbar-nav {
        text-align: left;
        width: inherit;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    header .navbar-inverse .navbar-nav > li > a {
        padding-top: 12px;
        min-width: inherit;
    }

    header .navbar-inverse .navbar-nav > li {
        display: block;
    }

    header .navbar-inverse li.dropdown a.user .label {
        bottom: 0px;
        font-size: 12px;
        position: absolute;
        right: 10px;
    }

    .login {
        padding: 0px;
        min-height: 10px;
    }

    .login .panel-default {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .content {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .box-office .pool-row-content.last .button-goals-home {
        margin-left: 0px;
    }

    .box-office .pool-row-content.last .button-goals-away {
        margin-right: 0px;
    }

    .test {
        background-color: white;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /* sm */
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

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

    .text-sm-justify {
        text-align: justify;
    }

    header .navbar-inverse .navbar-nav > li > a {
        min-width: inherit;
    }

    header .navbar-inverse li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .login {
        padding: 0px;
        min-height: 10px;
    }

    .login .panel-default {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .box-office {
        margin-top: -20px;
    }

    .content {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .test {
        background-color: red;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* md */
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

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

    .text-md-justify {
        text-align: justify;
    }

    header .navbar-inverse .navbar-nav > li > a {
        min-width: inherit;
    }

    header .navbar-inverse li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .test {
        background-color: blue;
    }

}

@media (min-width: 1200px) {
    /* lg */
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

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

    .text-lg-justify {
        text-align: justify;
    }

    header .navbar-inverse li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .test {
        background-color: yellow;
    }

    @media only screen  and (min-width: 1000px) {
        .hide-mobile {
            display: none;
        }
        .show-mobile{
            display:block;
        }
    }

    .btn-details{
        background-color: #00A9FF;
        border: 0px;
        border-radius: 0px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 6px;
        text-align: center;
        text-transform: uppercase;
    }







}
