/** Fuentes **/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
    font-family: Montserrat-Thin;
    src: url(../../fonts/Montserrat-Thin.otf);
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(../../fonts/Montserrat-ExtraLight);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../../fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../../fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../../fonts/Montserrat-Medium.otf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../../fonts/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../../fonts/Montserrat-Bold.otf);
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../../fonts/Montserrat-ExtraBold.otf);
}

@font-face {
    font-family: Montserrat-Black;
    src: url(../../fonts/Montserrat-Black.otf);
}


/** Global **/

* {
    -webkit-print-color-adjust: exact;
    font-family: Montserrat-Regular;
    /*   -webkit-transition: all 0.4s;
transition: all 0.4s;*/
}

section,
main {
    transition: all 0s;
}

html,
body,
.modal-header,
.modal-body {
    background: #363636;
    -webkit-print-color-adjust: exact;
}

.modal-header,
.modal-body {
    color: white
}

#main-container {
    padding-top: 90px;
    padding-bottom: 90px;
    color: white;
    min-height: calc(100vh - 30px);
}

#home {
    min-height: calc(100vh - 210px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}


/** a **/

a {
    font-family: Montserrat-ExtraLight;
    color: rgba(255, 255, 255, 1);
}

a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.pointer {
    cursor: pointer !important;
}


/** navbars **/

.navbar-default {
    background: #ff1d25;
    /* background: -moz-linear-gradient(left, #ff1d25 0%, #f15a24 53%, #ff1d25 100%);
    background: -webkit-linear-gradient(left, #ff1d25 0%, #f15a24 53%, #ff1d25 100%);
    background: linear-gradient(to right, #ff1d25 0%, #f15a24 53%, #ff1d25 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff1d25', endColorstr='#ff1d25', GradientType=1); */
    border: none;
}

#navbar,
.navbar-brand,
.navbar-fixed-top {
    min-height: 50px;
}

.navbar-default .img-responsive {
    max-height: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-header:before,
.navbar-header:after {
    content: none;
}

.navbar-user {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.navbar-user a {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 3px;
}

.navbar-user span {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ccc;
}

.navbar-footer {
    border-radius: 0px;
    margin: 0px;
}


/** inputs **/

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
    color: #F1572E;
}

input:focus,
.form-control:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-width: 0;
    box-shadow: none;
    color: #F1572E;
    font-weight: bold;
}

input[type='text'],
input[type='password'],
#date_start_input,
#date_end_input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #F1572E;
    font-weight: bold;
    border-radius: 0px;
    margin-bottom: 30px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-top: -30px;
}

input[type='search']:not(.ui-select-search) {
    font-family: Montserrat-Light;
    background-color: transparent;
    background-image: url("/assets/img/search.png");
    background-repeat: no-repeat;
    background-position: 98%, 50%;
    background-size: auto 80%;
    color: #F1572E;
    border: 1px solid #989698;
    border-radius: 22.5px;
    text-transform: uppercase;
}

input[type='search']:focus {
    border: 1px solid #989698;
}

input:focus {
    border-color: #F1572E !important;
}

 ::-webkit-input-placeholder {
    color: #F1572E !important;
    font-weight: bold;
}

 :-moz-placeholder {
    color: #F1572E !important;
    opacity: 1;
    font-weight: bold;
}

 ::-moz-placeholder {
    color: #F1572E !important;
    font-weight: bold;
}

 :-ms-input-placeholder {
    color: #F1572E !important;
    font-weight: bold;
}

 ::-ms-input-placeholder {
    color: #F1572E !important;
    font-weight: bold;
}


/** Selectize **/

select,
select option {
    text-transform: capitalize;
    font-weight: bold;
}

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

.selectize-input,
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input.input-active {
    font-size: 15px;
    padding: 12.5px 15px;
    font-family: Montserrat-Light;
    background: #CBCBCB;
    border: 1px solid #CBCBCB;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.selectize-control.single .selectize-input input,
.selectize-control.single .selectize-input .item {
    color: #F1572E;
    font-size: 15px;
    font-family: Montserrat-Light;
}

.selectize-control.single .selectize-input:after {
    border-color: #F1572E transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent #F1572E transparent;
}

.selectize-dropdown.single {
    background: #CBCBCB;
    color: #F1572E;
}

.selectize-dropdown.single .option {
    font-family: Montserrat-ExtraLight;
}

.selectize-dropdown.single .option.active {
    color: #F1572E;
}

.selectize-dropdown.single [data-selectable] .highlight {
    background: transparent;
}


/** Time picker **/

table.uib-timepicker tr {
    border-width: 0px;
}

table.uib-timepicker tr:hover {
    background: transparent;
}

table.uib-timepicker input {
    margin-bottom: 0px;
    border: none;
    height: auto;
    padding: 0px;
}

table.uib-timepicker a.btn {
    padding: 0px;
}

table.uib-timepicker button {
    margin-left: 5px;
    padding: 5px 7px;
}

.form-group {
    margin-bottom: 0px;
}


/** btns **/

.btn {
    padding: 11px 15px;
    font-size: 15px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn:focus,
.btn:active {
    outline: none !important;
}

.btn-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn {
    font-family: Montserrat-Light;
}

.btn:hover,
.btn_block:hover {
    filter: brightness(120%);
}

.btn-primary {
    background: rgba(255, 255, 255, 0.5);
    color: #363636;
    border: none;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #363636;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    background: rgba(255, 255, 255, 0.5);
    color: #363636;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    background-color: #F1572E;
    border-color: #F1572E;
}

.btn-danger {
    border: none;
}


/** Alerts **/

.alert {
    padding: 9px;
}

.alert-info {
    background-color: #F1572E;
    border-color: #F1572E;
}

.jumbotron {
    color: #353535;
}


/** HX **/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat-Medium;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    text-align: center;
    border: 1px solid #914655;
    border-radius: 12px;
    padding: 10px;
    text-transform: uppercase;
    min-height: 61px;
    background-image: url("/assets/img/rejilla.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

h2 {
    font-family: Montserrat-ExtraLight;
}

h2 span {
    font-family: Montserrat-Thin;
}

h2 span.underline {
    font-family: Montserrat-ExtraLight;
    border-bottom: 1px solid #F1572E;
}

h3 {
    text-align: center;
}


/** Tables **/

th {
    text-align: left;
    border-top: none !important;
    border-bottom: 1px solid #F1572E !important;
    font-family: Montserrat-Medium;
    text-transform: lowercase;
}

tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

tr:hover {
    background: #ccc;
    color: #363636;
}

tr:first-child:hover {
    color: white;
    background: transparent;
}

tr:first-child,
tr:last-child {
    border: none;
}

td {
    text-transform: capitalize;
    font-weight: bold;
}

table tr td:first-letter,
table tr th:first-letter {
    text-transform: capitalize;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.table-list.table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table-list.table>tbody>tr>th,
.table-list.table>tfoot>tr>th,
.table-list.table>thead>tr>th {
    height: 45px;
    border: none !important;
    background: #363636;
}

.table-list.table>tbody>tr>td,
.table-list.table>tfoot>tr>td,
.table-list.table>thead>tr>td {
    height: 90px;
    border: none !important;
    font-family: 'Roboto', sans-serif;
}

.table-list.table>tbody>tr>td span,
.table-list.table>tfoot>tr>td span,
.table-list.table>thead>tr>td span {
    font-family: 'Roboto', sans-serif;
}

.table-list.table>tbody>tr,
.table-list.table>tfoot>tr,
.table-list.table>thead>tr {
    background: #4d4d4d;
    border-radius: 5px;
    line-height: 30px;
}

.table-list.table>tbody>tr:hover,
.table-list.table>tfoot>tr:hover,
.table-list.table>thead>tr:hover {
    background: #ccc;
    color: #F1572E;
}

.table-list.table>tbody>tr:first-child:hover,
.table-list.table>tfoot>tr:first-child:hover,
.table-list.table>thead>tr:first-child:hover {
    background: #4d4d4d;
    color: white;
}

.table-list.table tr td:first-child {
    border-top-left-radius: 5px;
}

.table-list.table tr td:last-child {
    border-top-right-radius: 5px;
}

.table-list.table tr td:first-child {
    border-bottom-left-radius: 5px;
}

.table-list.table tr td:last-child {
    border-bottom-right-radius: 5px;
}

.table-list.table tr th:first-child {
    border-top-left-radius: 5px;
}

.table-list.table tr th:last-child {
    border-top-right-radius: 5px;
}

.table-list.table tr th:first-child {
    border-bottom-left-radius: 5px;
}

.table-list.table tr th:last-child {
    border-bottom-right-radius: 5px;
}

.table-list img.btn-list {
    width: 55px;
}

.table-list th.options-championships {
    width: 308px;
}

.not-hover {
    background: transparent !important;
}

.not-hover tr:hover {
    color: white;
    background: transparent;
}


/** menus **/

.processMenu {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}


/** footer **/

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

footer a {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Roboto', sans-serif;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: white;
    text-decoration: none !important;
}

footer .navbar {
    min-height: 30px;
}


/** Specials  **/

.highlight {
    font-weight: bold;
}

.margin-l-padding {
    margin-bottom: 20px;
}

.dropdown-menu {
    background-color: grey;
}

.btn-default {
    background-color: #ccc;
    color: #000;
}

.btn-default:hover {
    background-color: #c7c2c2;
}

.jumbotron a {
    color: #F1572E;
}

.return {
    height: 35px;
    width: 35px;
    position: relative;
    top: -4px;
    left: 10px;
    margin-right: 10px;
}

.matchList {
    display: flex;
    flex-direction: column-reverse;
}

#lineCheck {
    position: absolute;
    margin-left: 300px;
}

#lineCheck .fa-exclamation-triangle {
    font-size: 30px;
    color: yellow;
}

.winner-red {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: red;
}

.winner-blue {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: blue;
}

.no-winner {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #a6a6a6;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgba(0, 0, 0, 0);
}

.lowercase {
    text-transform: lowercase;
}

.absolute {
    position: absolute;
}

.flex-center-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.counterFilter {
    color: #F1572E;
    font-weight: bold;
}

.white,
.white span {
    color: white;
}

tr.danger td,
tr.info td {
    color: black;
}

.yellow {
    color: yellow;
}

.file{
    background: transparent;
    font-weight: 700;
}

.bold {
    font-weight: 900;
    color: white;
}


.disqualify::before{
    content: "X  ";
}

.notDisqualify::before{
    content: "    ";
    width: 100px;
}