.pagination>li {
    display: inline;
    padding:0px !important;
    margin:0px !important;
    border:none !important;
}
.modal-backdrop {
  z-index: -1 !important;
}
/*
Fix to show in full screen demo
*/
iframe
{
    height:700px !important;
}

.datepicker{
    z-index:5000 !important;
}



.btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff !important;
    background: #428bca !important;
    border-color: #357ebd !important;
    box-shadow:none !important;
}
.btn-danger {
    color: #fff !important;
    background: #d9534f !important;
    border-color: #d9534f !important;
    box-shadow:none !important;
}

.header-edit {
    padding-left: 2%;
}

.btn-warning {
    background-color: #d9534f;
    border-color: #eea236;
}

.col-centered{
    float: none;
    margin: 0 auto;
    text-align: center;
}


p#message-error {
    display:none;
    font-size:1.1em;
    font-weight: bold;
    margin-top: 1%;
    color:#FF0000;
}

.image-modal {
    text-align: center;
}

.opcoes {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.bootstrap-select {
    width: 90%;
}
.selectpicker {
    width: 90%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 90%;
}

.equipas-p {
    font-weight: bold;
    font-size: 1.2em;
}

.equipas-disponiveis {
    padding-top: 3%;
}

.adicionar-row {
    margin-top: 4%;
    padding-bottom: 10%;
}

.criar {
    margin-top:1%;
    margin-bottom: 8%;
}

.erro,
.erro-novo-jogo {
    display: none;
    color: red;
    font-weight: bold;
}

.jogos input[type=text],
.jogos input[type=number] {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.lista-jogos {
    margin-top: 5%;
    border-top: 1px solid black;
    font-weight: bold;
    padding-top: 1%;
    
}

.btn {
    padding: 3px 12px !important;
}
.jogo {
    margin-top: 1%;
}

.nome_home,
.golos_home {
    display: inline-block;
}

.golos_home {
    width: 25%;
}

.cabecalho {
    padding-left: 1%;
    padding-top: 1%;
    font-weight: bold;
}

.realizado {
    padding: 0;
}

.versus {
    text-align: center;
}

.new-game {
    padding-left: 1%;
    margin-top: 1%;
}

.centrar {
    text-align: center;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#message {
    z-index: 2000;
    background-color: #04B404;
    display: none;
    position: fixed;
    top: 1%;
    right: 1%;
    width: 20%;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

#inner-message {
    margin: 0 auto;
}

.form-group img {
    max-width: 100%;
    height: 120px;
}

.red {
    color: #FF0000;
    font-weight: bold;
}

.red a {
    color: #FF0000;
    font-weight: bold;
}


.btn {
    padding: 3px 10px !important;
}

.letra-pequena {
    font-size: 0.9em;
}

.coiso {
    padding: 0;
}