﻿
.dropzone-mymatch {
    position: relative;
    border: 2px dashed #98cf43;
    background-color: #c8f384;
    padding: 1em;
    min-height: 170px;
}
.dropzone-mymatch.dz-clickable {
    cursor: pointer;
}
.dropzone-mymatch.dz-clickable .dz-message,
.dropzone-mymatch.dz-clickable .dz-message span {
    cursor: pointer;
}
.dropzone-mymatch.dz-clickable * {
    cursor: default;
}
.dropzone-mymatch .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    padding: 60px 0;
}
.dropzone-mymatch.dz-drag-hover {
    border-color: rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.04);
}
.dropzone-mymatch.dz-started .dz-message {
    display: none;
}
.dropzone-mymatch .dz-preview,
.dropzone-previews .dz-preview {
    background: rgba(255,255,255,0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px;
}
.dropzone-mymatch .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
}
.dropzone-mymatch .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    width: 100px;
    height: 100px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px;
}
.dropzone-mymatch .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
}
.dropzone-mymatch .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.dropzone-mymatch .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
}
.dropzone-mymatch .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
}
.dropzone-mymatch .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
}
.dropzone-mymatch .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
}
.dropzone-mymatch .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone-mymatch .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
}
.dropzone-mymatch .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657;
}
.dropzone-mymatch .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d;
}
.dropzone-mymatch .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none;
}
.dropzone-mymatch .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #8cc657;
}
.dropzone-mymatch .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
}
.dropzone-mymatch .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245,245,245,0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
}
.dropzone-mymatch .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block;
}

#gareTable tr.annullata { text-decoration: line-through; }
#gareTable tr.ritiro-squadra { background-color: #ccc; }
#gareTable tr.ritiro-squadra:nth-child(odd) > td { background-color: #bbb; }
#gareTable tr.variazione { border: 2px dotted red; }
#gareTable tr.spostamento { background-color: #ff8c66; }
#gareTable tr.spostamento:nth-child(odd) > td { background-color: #ff7d52; }
#gareTable tr.rigiocata { background-color: #ffde4c; }
#gareTable tr.rigiocata:nth-child(odd) > td { background-color: #ffd20a; }

.classifica .non-omologata { color: red; font-weight: bold; }

#squadreTable > tbody > tr.ritirata { background-color: #bbb; }
#squadreTable > tbody > tr.ritirata:nth-child(odd) > td { background-color: #b9b9b9; }

.tagLoader,
.garaLoader {
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    z-index: 200;
}

.tagLoader img,
.garaLoader img {
    width: 100%;
    height: 100%;
}

.block-adempimento .btn { margin-top: 20px; }

table.mymatch-dispo {
    width: 100%;
}
.mymatch-dispo th, .mymatch-dispo td { text-align: center; border: 1px solid #ffcc00; padding: 3px 0px; }
.mymatch-dispo .mymatch-dispo-sports { background-color: #004c70; color: #fff; padding: 8px 0px; }
.mymatch-dispo .mymatch-dispo-days { background-color: #006495; color: #fff; padding: 5px 0px; }
.mymatch-dispo tbody th { background-color: #006495; color: #fff; }
.mymatch-dispo tbody tr:nth-child(2n+1) td { background-color: #fff; }
.mymatch-dispo tbody tr:nth-child(2n) td { background-color: #e0f4ff }
.mymatch-dispoInfo .edit,
.mymatch-dispo .edit { display: none; }

.mymatch-indispo .past td { color: #ccc; }

#campionatoWizard li { border-radius: 5px; -moz-border-radius: 5px; }
#campionatoWizard li.label-success a { color: #fff; }

#campionatoWizard li.label-primary a { color: #fff; }
#campionatoWizard li.label-primary:hover a { color: #428bca; }

.contatto-privato { color: #fd9822; }

.schemaPartita { border: solid 1px black; display: flex;}
.schemaPartita div { float: left; text-align: center; margin: 0; padding: 2px; }
.schemaPartitaRiga { width: 15%; background-color: #ccc; }
.schemaPartitaSquadra { width: 27%; }
.schemaForm > .schemaPartitaSquadra { background-color: #ffd800; }
.schemaPartitaVS { width: 16%; background-color: #ccc; }
.schemaPartitaCommands { width: 15%; background-color: #ccc; }

.label { white-space: normal; }

.risultati-table th,
.risultati-table input { text-align: center; }
.col-head-finale,
.col-finale { padding: 0 10px; text-align: center; }
.span-finale { margin: 0 auto; font-size: 12px; font-weight: bold; }

.section-title { font-weight: bold; border-bottom: 1px solid #000; }
.switch-label { margin: -5px 0 0 5px; }

.approvazione-title { background-color: #ff9595; font-size: 20px; font-weight: bold; padding: 10px; }
.approvazione-content { background-color: #fed3d3; padding: 10px; }

.widget-sdd {
    color: #000; 
    background-color: #ccc;
    border-color: #aaa;
}

.alert-default {
    color: #000;
    background-color: #ccc;
    border-color: #aaa;
}

#arbitriTable tr.non-completata td { background-color: #ffda67; }
-modal_container_loader { margin: 20px auto; }

table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td,
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 3px 5px !important;
}

.option-label { margin-left: 10px; }

#manifestazioneIscrizioneNewState option { font-size: 12pt; }

.table-header-vertical { writing-mode: vertical-lr; text-orientation: mixed; }

.manifestazioniGruppoSocietaSquadre thead > tr > th,
.manifestazioniGruppoSocietaSquadre td:not(:first-child) { text-align: center; }
.manifestazioniGruppoSocietaSquadre thead > tr:first-child th:first-child { text-align: left; }

.manifestazioniGruppoSocietaSquadre td.sport-1,
.manifestazioniGruppoSocietaSquadre th.sport-1 { border-left: 2px solid black; }
.manifestazioniGruppoSocietaSquadre td.sport-1 ~ td.sport-1,
.manifestazioniGruppoSocietaSquadre th.sport-1 ~ th.sport-1 { border-left: 1px solid white; }
.manifestazioniGruppoSocietaSquadre th.sport-1 { background-color: #0094ff; color: white; font-weight: 700; }
.manifestazioniGruppoSocietaSquadre td.sport-1:nth-child(2n+1),
.manifestazioniCampionatiTable tbody.sport-1 tr:nth-child(2n+1) td { background-color: #cae8fe; }
.manifestazioniGruppoSocietaSquadre td.sport-1:nth-child(2n),
.manifestazioniCampionatiTable tbody.sport-1 tr:nth-child(2n) td { background-color: #b0deff; }
.manifestazioniCampionatiTable tbody.sport-1 tr:first-child td { background-color: #0094ff; color: white; font-size: 14pt; }
.manifestazioniCampionatiTable tbody.sport-1 tr:last-child td { background-color: #0094ff; color: white; font-weight: 700; }

.manifestazioniGruppoSocietaSquadre td.sport-3,
.manifestazioniGruppoSocietaSquadre th.sport-3 { border-left: 2px solid black; }
.manifestazioniGruppoSocietaSquadre td.sport-3 ~ td.sport-3,
.manifestazioniGruppoSocietaSquadre th.sport-3 ~ th.sport-3 { border-left: 1px solid white; }
.manifestazioniGruppoSocietaSquadre th.sport-3 { background-color: #ff0000; color: white; font-weight: 700; }
.manifestazioniGruppoSocietaSquadre td.sport-3:nth-child(2n+1),
.manifestazioniCampionatiTable tbody.sport-3 tr:nth-child(2n+1) td { background-color: #ffc4c4; }
.manifestazioniGruppoSocietaSquadre td.sport-3:nth-child(2n),
.manifestazioniCampionatiTable tbody.sport-3 tr:nth-child(2n) td { background-color: #ffa9a9; }
.manifestazioniCampionatiTable tbody.sport-3 tr:first-child td { background-color: #ff0000; color: white; font-size: 14pt; }
.manifestazioniCampionatiTable tbody.sport-3 tr:last-child td { background-color: #ff0000; color: white; font-weight: 700; }

.manifestazioniGruppoSocietaSquadre td.sport-2,
.manifestazioniGruppoSocietaSquadre th.sport-2 { border-left: 2px solid black; }
.manifestazioniGruppoSocietaSquadre td.sport-2 ~ td.sport-2,
.manifestazioniGruppoSocietaSquadre th.sport-2 ~ th.sport-2 { border-left: 1px solid white; }
.manifestazioniGruppoSocietaSquadre th.sport-2 { background-color: #ff6a00; color: white; font-weight: 700; }
.manifestazioniGruppoSocietaSquadre td.sport-2:nth-child(2n+1),
.manifestazioniCampionatiTable tbody.sport-2 tr:nth-child(2n+1) td { background-color: #ffe2cd; }
.manifestazioniGruppoSocietaSquadre td.sport-2:nth-child(2n),
.manifestazioniCampionatiTable tbody.sport-2 tr:nth-child(2n) td { background-color: #ffc15e; }
.manifestazioniCampionatiTable tbody.sport-2 tr:first-child td { background-color: #ff6a00; color: white; font-size: 14pt; }
.manifestazioniCampionatiTable tbody.sport-2 tr:last-child td { background-color: #ff6a00; color: white; font-weight: 700; }

.manifestazioniGruppoSocietaSquadre td.sport-5,
.manifestazioniGruppoSocietaSquadre th.sport-5 { border-left: 2px solid black; }
.manifestazioniGruppoSocietaSquadre td.sport-5 ~ td.sport-5,
.manifestazioniGruppoSocietaSquadre th.sport-5 ~ th.sport-5 { border-left: 1px solid white; }
.manifestazioniGruppoSocietaSquadre th.sport-5 { background-color: #068643; color: white; font-weight: 700; }
.manifestazioniGruppoSocietaSquadre td.sport-5:nth-child(2n+1),
.manifestazioniCampionatiTable tbody.sport-5 tr:nth-child(2n+1) td { background-color: #00ef72; }
.manifestazioniGruppoSocietaSquadre td.sport-5:nth-child(2n),
.manifestazioniCampionatiTable tbody.sport-5 tr:nth-child(2n) td { background-color: #03dc6b; }
.manifestazioniCampionatiTable tbody.sport-5 tr:first-child td { background-color: #068643; color: white; font-size: 14pt; }
.manifestazioniCampionatiTable tbody.sport-5 tr:last-child td { background-color: #068643; color: white; font-weight: 700; }

.manifestazioniGruppoSocietaSquadre th.tot-camp { text-align: center; }
.manifestazioniGruppoSocietaSquadre tr.extra-comitato td:nth-child(1),
.manifestazioniGruppoSocietaSquadre tr.extra-comitato td:nth-child(2) { background-color: #98cf43; }


.element-loader {
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.element-loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 30px;
    margin: 10px auto 0;
    width: 30px;
}

.element-loader-text {
    color: #fff;
    font-family: arial, sans-serif;
}

    .element-loader-text:after {
        content: 'Loading';
        animation: load 2s linear infinite;
    }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes load {
    0% { content: 'Loading'; }
    33% { content: 'Loading.'; }
    67% { content: 'Loading..'; }
    100% { content: 'Loading...'; }
}