body {
    font-family: "Proxima Nova Regular", sans-serif;
    background-color: transparent;
    background-image: url(../img/bg/background_sito_len_chl.jpg) ;
}
.ranking {
	font-size:12px!important; 
}

.rankingTitle {
	font-size:14px!important; 
	cursor:pointer;
}

.rankingTitle:hover {
	background-color:yellow!important;
	color:black!important;
}


A:link
{
    font-size: 12px;
    color: white;
    text-decoration: none;
}

A:visited
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

A.trad:visited
{
    font-size: 12px;
    color: white;
    text-decoration: none;
}

A.trad:hover
{
    font-size: 12px;
    color: white;
    text-decoration: none;
}

xA:hover
{
    font-size: 12px;
    color: #d82b39;
    text-decoration: none;
}

.divSeparator {
    width: 1050px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.tdDivPdf {
    width: 1042px;
    height: 100%;
    vertical-align: top;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    background-color: #f6fdff;
}

.divMain {
    
    vertical-align: top;
    height: 100%;
    position: relative;
    z-index: 5;
}

.divMain::before {
  content: "";
  opacity: 0.5;
  top: 50px;
  left: 50px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.tdDivMenuSx {
    width: 255px; 
    vertical-align: top;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background-color: #f6fdff;
    border-radius: 0px 0px 0px 8px;
}

.divLive {
 }

.tdDivLive {
    width: 255px; 
    height: 125px;
    vertical-align: top;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    background-color: #f6fdff;
}

.divMenuSx {
    width: 256px;
    height: 500px;
}

.menuSxScroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.divContenitoreMainUp {
    width: 1305px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.divTab {
    width: 150px;
    height: 25px;
    line-height: 26px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid #466c8d;    
    font-size: 20px;
}

.divTabSel {
    width: 150px;
    height: 25px;
    line-height: 26px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid #6d90b0;
    background-color: #6d90b0;
    font-size: 20px;
}

.divTabSelMenuSx {
    width: 238px;
    height: 22px;
    background-color: #414141;
    border: 1px solid black;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.divParte {
    width: 238px;
    height: 15px;
    background-color: #414141;
    border: 1px solid black;
    line-height: 16px;
    font-size: 9px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}
 
.tdHeaderTabHeat {
    font-size: 8px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    text-align: left;
    width: 80px;
    height: 15px;
}
 
.divTabContHeat {
    width: 100%;
    height: 18px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid black;
    line-height: 20px;
    font-size: 11px;
    cursor: pointer;
    background: rgb(125,126,125);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.divTabSelContHeat {
    width: 100%;
    height: 18px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid black;
    border-bottom: 1px solid black;
    line-height: 20px;
    font-size: 11px;
    background: rgb(181,189,200);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
}

.tdTab {
    width: 150px;
    line-height: 28px;
    cursor: pointer;
    font-weight: bolder;
    font-style: italic;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
}

.liv2 {
    font-size: 14px;  
}

.sel {
    background-color: grey;
}

.tblContenuti {
    width: 1305px;
    overflow: hidden;
    white-space: nowrap;
    table-layout: fixed;
    border-collapse: collapse;
    
}

.tdHeaderContenuti {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    white-space: nowrap;
    text-wrap: none;
}
 
#divSponsor {
    width: 1305px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
 
.tblSponsor {
    width: 100%;
}

.tblMain {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.tblMainUp {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.tblMainSotto {
    border-collapse: collapse; 
    table-layout: fixed; 
    width: 100%;
    margin-left: 6px;
}

.tdHeaderMenuSx {
    font-size: 10px;
    color: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 190px;
    height: 15px;
}
 
.tdHeaderMenuSxParte {
    font-size: 10px;
    color: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 190px;
    height: 15px;
    line-height: 40px;
}

.tdHeaderCont {
    font-size: 10px;
    color: black;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    height: 15px;
    vertical-align: middle;
}

.tdHeaderTabContMenu {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    text-align: left;
    width: 190px;
    height: 18px;
}

.tdHeaderTabContMenu a { 
	font-size: 18px!important;
    font-family: Verdana, Geneva, sans-serif!important;
    color: white!important;
}

.tdHeaderTabContMenu a:hover { 
	color: #eaff00;
}

.tdHeaderTabContMenu:hover {
    color: #eaff00;
}
 
.tdHeaderTabCont {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    text-align: left;
    width: 145px;
    height: 18px;
}

.tdHeaderTabCont:hover {
    color: #eaff00;
}

.tdHeaderTabContBasso {
    font-size: 10px;
    color: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 140px;
    height: 15px;
    background-color: #414141;
}
.statoGaraNoBorderBottom {
    width: 20px;
    vertical-align: central;
}

.footer {
    margin-left: auto;
    margin-right: auto;
    width: 1305px;
    background-color: White;
    text-align: center;
    display: block;
    border: 1px solid black;
}

.tblMainDx {
    table-layout: fixed;
}

.tblMainSx {
    table-layout: fixed;
    display: block;
}

.trMenuSx {
    height: 25px;
    width: 256px;
}

.trMenuSxSeparator {
    height: 10px;
    width: 256px;
}

.trMenuSxParte {
    height: 15px;
    width: 256px;
}
 
.separatorMenuSx {
     width: 7px;
}

.separatorMenuSxRight {
     width: 10px;
}
.statusDati {
    width: 570px; 
    text-align: right; 
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.tdContenutiHeader {
    text-align: left;
    font-size: 18px; 
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #6d90b0;
}

.tblContenutiRESSTL {
    display: block;
    table-layout: fixed; 
    margin-left: 10px; 
    width: 1020px;
}

.tblContenutiRESSTL_Sotto {
    display: block;
    table-layout: fixed; 
    margin-left: 10px; 
    width: 1020px; 
    border-collapse: collapse;
}

.tblContenutiRESSTL_Sotto_Heats {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
}

.headerContenuti {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #414141;
    color: white;
    width: 1020px;
}

#pdfGenerale {
    width: 150px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
}

.tblContainer {
    width: 100%;
    height: 100%; 
    margin-left: auto; 
    margin-right: auto;
    border-collapse: collapse;
}

.tblContainerMain
{
    width: 1050px;
    height: 100%; 
    margin-left: auto; 
    margin-right: auto;
    border-collapse: collapse;
}

.GiuriaH {
    color: black; 
    width: 340px;
    text-align: center;
}

.HeaderSport {
     color: white;
     text-align: center;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bolder;
     width: 150px;
     cursor: pointer;
}
 
.HeaderSportSel {
     color: #e1007a;
     text-align: center;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bolder;
     width: 150px;
     cursor: default;
}
 
.HeaderSport:hover {
     color: #e1007a;
}
 
.wHeader {
     width: 1020px;
}
.wHeaderSottoTabs {
    width: 1020px;
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    color: white; 
    font: 100% Alfa, Arial, Geneva, Helvetica, sans-serif;
    background-color: #414141;
}

.tdNoData1 {
     width: 100%; 
     vertical-align: top; 
     background-color: #f6fdff;
}
 .Risultato {
     font-size: 15px;
     font-weight: bold;
     text-align: right;
}

.tblCurSport {
     width: 100%;
     margin-left: 5px;
     margin-right: 5px;
     background: rgb(125,126,125);
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
     background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );

}

#divSport {
     width: 246px;
     margin-top: 3px;
}

#tdCurSport {
     text-align: center;
     font-size: 15px;
     font-weight: bold;
     font: 100% Alfa, Arial, Geneva, Helvetica, sans-serif;
     color: white;
}

.bLeft {
     border-left: 1px solid #d3d3d3;
}

.bRight {
     border-right: 1px solid #d3d3d3;
}

.bLeftRight {
     border-left: 1px solid #d3d3d3;
     border-right: 1px solid #d3d3d3;
}

.bLeftRightBottom {
     border-left: 1px solid #d3d3d3;
     border-right: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
}

.bLeftRightTop {
     border-left: 1px solid #d3d3d3;
     border-right: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
}

.bLeftTop {
     border-left: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
}

.bRightTop {
     border-right: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
}

 .bTopBottomRight {
     border-right: 1px solid #d3d3d3;
     border-top: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
 }
 .bTopBottom {
     border-top: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
 }
 .bTop {
     border-top: 1px solid #d3d3d3;
 }
 .bLeftTopBottom {
     border-top: 1px solid #d3d3d3;
     border-bottom: 1px solid #d3d3d3;
     border-left: 1px solid #d3d3d3;
 }
.bBottom {
    border-bottom: 1px solid #d3d3d3;
}
 .bAll {
     border: 1px solid #d3d3d3;
 }
 .aRight {
     text-align: right;
 }
 .aCenter {
     text-align: center;
 }
 .tdContSmall {
     font-size: 9px;
     font-style: italic;
     vertical-align: top;
 }
.NoBold {
    font-weight: normal;
}
 .tdContSmallBottom {
     font-size: 9px;
     font-style: italic;
     vertical-align: bottom;
 }
 .playerLittle {
     font-size: 9px;
     text-wrap: none;
     white-space: nowrap;
 }
 .tblNoData {
     width: 100%;
     height: 20px;
     margin-left: 7px;
 }

.tblNoDataRankings {
     width: 1020px;
     height: 20px;
 }
.tblNoDataSchedule {
    width: 250px;
}
 .tdHeaderPanel {
     background-color: #e3e3e3;
 }
 .hPanelHeader {
     height: 20px;
 }
 .hPanelBody {
     height: 18px;
 }
 .headerReportPdf {
    width: 1020px;
    height: 16px;
    border-bottom: 1px solid black;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    background-color: #414141;
    color: white; 
 }
 .hLittle {
    height: 20px;
    line-height: 20px;
 }
 .hReportHeader {
    height: 16px;
 }
 .hReport {
     height: 25px;
 }
 .wHeaderTabContReport {
     width: 90px;
 }
 .separatoreSxDx {
     width: 2px;
     border-right: 1px solid black;
 }
#imgLiveResults {
     display: block; 
     margin-top: 9%; 
     margin-bottom: 3%; 
     margin-left: auto; 
     margin-right: auto;
     cursor: pointer;
 }
 #imgMedals {
     display: block; 
     margin-top: 9%; 
     margin-bottom: 3%; 
     margin-left: auto; 
     margin-right: auto;
     cursor: pointer;
}
 .tblLiveMedals {
     width: 100%;
     height: 100%;
}
.dnd {
    color: black;
    font-size: 14px;
    font-weight: bold;
    font: 100% Alfa, Arial, Geneva, Helvetica, sans-serif;
}
.caricamento {
    color: black;
    font-family: Verdana, Geneva, sans-serif;
}
.aLeft {
    text-align: left;
}
.vTop {
    vertical-align: top;
}
.vMiddle {
    vertical-align: middle;
}
.tblContenutiPN_CalendarNoML {
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
.dayselected {
    background-image: none!important;
	background: #004CAB!important;
    color: white!important;
}

.tblContenutiPN_Stat_FullModeFinalSix {
	margin-left: 10px;
}



/* alecs ottobre 2019 */

.header-container {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,21,43,1) 79%, rgba(0,21,43,1) 100%);
}

.header {
    margin-bottom: 2em;
    margin-top: 2em;

    
}

.header img {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.pre-header {
    background: white;
    color: black;
    padding: .3em;
    font-family: Proxima Nova Regular;
    font-size: .9375rem;
    width: 100%;
}

.custom-footer {
    background-color: white;
    width: 100%;
}

.menu {
    background-color: #00A1DD;
    color: white;
}

.menu div {
    padding: .6em;
    color: white;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
}

.menu div:hover {
    background-color: #004CAB;
    transition: 0.3s;
}

.menu div a {
    color: white;
    font-size: 1.1em;
}

.calendar {
    margin-bottom: 5em;
}

.calendar-day-wrapper {
    margin: .1em;
    background-image: url('../assets/images/dateSelectorBck.jpg');
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.4)!important;
    transition: box-shadow .3s;
}

.calendar-day-wrapper:hover {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.6)!important;
    cursor: pointer;
}

.calendar-day {
    padding: 1em;
    color: white;
}



.calendar-event {
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
}

.calendar-event:hover {
    background-color: #004CAB;
    transition: 0.3s;
    cursor: pointer;
}

.location {
    font-size: .75rem;
    color: #00A1DD; 
}

.calendar-team {
    font-size: 1.2em;
}

.legend {
    color: white;
    padding: 1em;
    margin-bottom: 2em;
}

.legend div {
    padding: .5em;
}

.roster-table {
    color: white;
}

.title {
    color: white;
    background: #00A1DD; 
}

.title-team {
    color: white;
    background: #004CAB;
}

.header-res {
    background: #001930;
    color: white;
    font-size: 1.5em;
}

.header-res-small {
    background: #001930;
    color: white;
    font-size: 1.1em;
}

.header-res-team {
    padding: 1em 0;
}

.res-title {
    width: 100%;
    background: #004CAB;
}

.res-quarter {
    border: 1px solid white;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pbp-flag {
    width: 25px;
}

.action-button {
    border: none;
    color: white;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-top: .6em;
    padding-bottom: .6em;
    padding-right: 1em;
    padding-left: 1em;
}

.sta-header {
    color: white !important;
    background: #00A1DD !important; 
}

.sta-header-table {
    margin-bottom: 0px !important;
}

.header-results {
    font-size: 1.35em;
}

#loader1 {
    width: 25px;
    margin: 1em;
}

    .roster-name {
        max-width: 30%;
        width: 30%;
    }



    select {
        color: #444;
        line-height: 1.3;
        padding: .2em 2em .2em .7em;;
        /*width: 15%;
        max-width: 15%; */
        box-sizing: border-box;
        margin: 0;
        border: 1px solid #aaa;
        box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
        border-radius: .5em;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
          linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%;
    }
    select::-ms-expand {
        display: none;
    }
    select:hover {
        border-color: #888;
    }
    select:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222; 
        outline: none;
    }
    select option {
        font-weight:normal;
    }

@media only screen and (max-width: 600px) {

    .date {
        font-size: 0.9em;
    }

    .calendar-team {
        font-size: 1em;
    }

    .calendar-flag {
        padding-left: 0px;
        padding-right: 0px;
    }

    .calendar-flag img {
        width: 60%;
    }

    .len-logo {
        width: 30%;
    }

    .header-res {
        font-size: 1.1em;
    }

    .header-res-small {
        font-size: 1em;
    }
  }


@media only screen and (min-width: 768px) {
    /* For desktop: */
    .date:after {
        content: "";
        background-color: #00A1DD;
        position: absolute;
        width: 2px;
        height: 50px;
        top: 0px;
        bottom: 10px;
        left: 100%;
        display: block;
    }
  }
/* 
@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
} */