body { -webkit-print-color-adjust:exact; font-family: 'Roboto', sans-serif; font-size: 15px;}
/* SET DEFAULTS */
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body, html, div, ul, li, input { margin:0; padding:0; font:normal normal 500 12px/18px}
p { font:normal normal 500 12px/18px Arial, sans-serif; color: #666; }
h1, h1 > a, h1 > span { margin: 10px 0; font: 300 22px; }
h2 { margin: 5px 0 10px 0; font: 300 22px;  }
h3 { 
    margin: 0;
    font: 400 17px/21px;
    padding: 0;
    position: relative;
    color: #333;
    clear: both;
}
h4 { margin: 0;
    font: 600 15px/20px
    padding: 0;
    position: relative;
    color: #111; 
}
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

a { color: white; text-decoration:none; font:normal normal 500 12px; }
a:focus { outline: thin dotted; }
a:hover { text-decoration:underline; outline: 0; }
a:active { outline: 0; }

ul { list-style: none;}
li { line-height:17px; vertical-align: top; }

b, strong { font-weight: bold; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: top; }
pre { word-wrap: break-word; font:normal normal 500 14px/18px Arial, sans-serif; color: #666;  }
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
button, input, select, textarea { 
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input { line-height: normal; }
table { border-collapse: collapse; border-spacing: 0; }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.number-right {
    text-align:right;
}
.fullheight { height: 100%;}
.block-85p {
    width: 85%;
    float: left;
}
.block-80p {
    width: 80%;
    float: left;
}
.block-70p {
    width: 70%;
    float: left;
}
.block-third {
    width: 33.3%;
    float: left;
}
.block-20p {
    float: left;
    width: 20%;
}
.block-25p {
    width: 25%;
    float: left;
}
.block-60p {
    width: 60%;
    float: left;
}
.block-50p {
    width: 50%;
    float: left;
}
.block-40p {
    width: 40%;
    float: left;
}
.block-45p {
    width: 45%;
    float: left;
}
.block-30p {
    width: 30%;
    float: left;
}
.block-10p {
    width: 10%;
    float: left;
}

.block-5p {
    width: 5%;
    float: left;
}

.block-5r {
    width: 5%;
    float: right;
}
.block-full {
    width: 100%;
    float: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.col-name {
    text-align:left;
}
.clear { clear: both; }
.clear20 { clear:both; height: 20px; }
.clear50 { clear:both; height: 50px; }
.emphasize-font {
    font-size: 19px;
    font-weight: 300
}
.mobile {
   display:none
}
.btn_mobile {
    width: 100%;
    float: left;
    color: white;
    transition: all .3s;
    background: #51AFEB;
}
/* ELEMENTS */
.sidebar-title{
    color:#012848;
    font-weight:bolder;
    font-size:large;
}
.btn {
    background: #51AFEB;
    color: white;
    display: block;
    padding: 7px 10px;
    width: auto;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn:hover {
    background: #0080d2;
    text-decoration: none;
}
label {
    display: block;
    float: left;
    padding: 5px 0;
    font-size: 14px;
}
select {
    border: 2px solid #ddd;
    padding: 5px;
}
.div-header {
    border-bottom: 1px solid #ddd;
}
/* LAYOUT */
body { 
    background: #FAFAFA;
    background-image: linear-gradient(to right,#0062af 30%,transparent 100%);
    background-color: #06b7f1;
}

.row {
    width: 100%;
    clear: both;
    float: left;
}
#main-wrap {
    max-width: 1220px;
    margin: 0 auto;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 0 20px;
}

#top-bar {
    padding: 10px 0;
}

#btnAdd {
    display: none;
}
#logo {
    float: left;
    width: 100%;
    color: #e1e1e1;
    font-size: 59px;
    font-weight: 200;
}
#logo h1 a {
    margin: 0;
}
#logo h1 {
    margin: 0;
    padding: 0;
}
#header-img {
    max-width: 100%;
    margin-bottom: 7px;
}
.links{
    width:100%;
    margin-top: 25px;    
}
.title-links{
    border-radius: 10px 10px 0 0;
    text-align: center;
    background-color: #d14547;
    color:white;
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: solid 1px;
}
.title-links a{
   color:white;
}

.title-links {
    width: 150px;
    font-size: 20px;

}
.title-links:hover {
    background-color:#022f53;
}
.credits {
    text-align: center;
    clear: both;
}

.credits-veslanje {
    color: #e9f2f2;
    font-size: 17px;
    margin: 4px auto;
    border-radius: 15px 30px;
    border: 1px solid #e9f2f2;
    padding: 3px 5px 0 5px;
    width: fit-content;
    background-image: linear-gradient(to right, #471b75,#012848);
    display: flex;
}

.language {
    position: relative;
    top: -10px;
    float: right;
}
/* GAME */
.game-title {
    text-align: center;
    margin: 20px 0;
    clear: both;
    float: left;
    width: 100%;
}
.game {
    width: 100%;
    clear: both;
    display: block;
    height: 120px;
    padding: 10px;
}
.game:hover {
    background: #fafafa;
}
.game-left {
    width: 40%;
    float: left;
}
.game-right {
    text-align: right;
    width: 40%;
    float: left;
}
.game-middle {
    width: 20%;
    float: left;
    font: 300 normal 50px/30px;
    text-align: center;
}
.game-score-status {
    font-size: 22px;
    font-weight: 700;
}
.game-left h3 {
    float: left;
    padding: 0;
    font-size: 20px;
    clear: both;
    width: 100%;
}
.game-right h3 {
    float: right;
    padding: 0;
    font-size: 20px;
    clear: both;
    width: 100%;
}
.game-left img {
    width: 100px;
    float: left;
    max-height: 100px;
    max-width: 100px;
}
.game-right img {
    width: 100px;
    float: right;
    max-height: 100px;
    max-width: 100px;
}
#sidebar {
    width: 100%;
    padding: 10px;
    height: 100%;
    display: flex;
    margin: auto;
}
#sidebar2 {
    float: left;
    width: 25%;
    background: #f1f1f1;
    display:none;
    padding: 10px;
    height: 100%;
}

#main-content-mobile {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
}
#main-content {
    margin-top: 10px;
}

.games-schedule {
    background: #f1f1f1;
    margin: 10px;
    padding: 10px;
}
#sidebar select {
    //width: 60%;
    border-radius: 15px;
    text-align: center;
}
#sidebar label {
    width: 100%;
/*   background: #FAFAFA;
    border: 1px solid #DDD;
    border-bottom: 0;*/
    padding: 8px 0;
}
#sidebar input {
    width: 50%;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.competition-event img {
    height: 80px;
    max-width: 200px;
    vertical-align: middle;
}
.games-table {
    margin-top: 20px;
    width: 100%;
    border-top: 3px white solid;
    padding: 10px;
}
.gt-event {
    width: 300px; 
}
.gt-event-name {
    margin: 0;
    font: normal bold 11px/18px;
}
.competition-event {
    width: 100%;
    padding: 3px 0;
    display: block;
    text-align: center;
}
.games-table th {
    background: #ddd;
    color: black;
    padding: 3px 5px;
    text-align: left;
   /* text-shadow: 0 1px 0 #5C5C5C;*/
}
.games-table tbody tr {
    border-bottom: 1px solid #DDD;
}
.games-table tr {
    height:40px;
    border-bottom: 1px solid #DDD;
}
.games-table tbody tr:hover td {
    background: #CCE6FF;
}
.games-table tr:nth-child(odd) {
    background: #f1f1f1;
}
.games-table tr:nth-child(even) {
    background: #ffffff  ;
}
.gt-event span {
    padding: 0 5px;
    font: 400 normal 14px/18px;
}
.games-table td {
    padding: 2px 5px;
    font: 400 normal 14px/18px;
    text-align: center;
}
.scores-form {
    margin: 0 0 20px 0;
    clear: both;
    width: 100%;
    float: left;
}
.line-up-item {
    font-size: 14px;
    padding: 5px 0;
    clear: both;
    display: block;
    width: 100%;
    float: left;
}
.line-up-item .list-img {
    max-width: 60px;
    max-height: 40px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.align-right .line-up-item .list-img {
    margin: 0 0 0 10px;
    float: right;
}

.list-txt {
    clear: both;
    font-size: 14px;
}
.align-right .list-txt {
    float: left;
    clear: both;
}
.btn-view-switch-holder {
    overflow: hidden;
    width: 100%;
    position: relative;
    top:7px;
    height: 67px;
    border-bottom: 2px solid #ddd
}
.btn-view-switch {
    width: 47%;
    display: block;
    float: left;
    color:white;
/*    border-right: 1px solid #51AFEB;
    padding: 7px 6px;*/
    font-size: 14px;
/*    font-weight: bold;
    -webkit-transform: skewX(-25deg);
    position: absolute;
    left: 0px;
    top: 0px;*/
    transition: all .3s;
    background:#bfbfbf;
    height:40px;
}
.btn-view-switch-1 {
    border: 0;
   text-align: center;
   float:left;
}
.btn-view-switch-2 {
   border: 0;
   text-align: center;
   float:right;
}
.btn-view-switch span {
/*    -webkit-transform: skewX(25deg) !important;*/
    display: block;
}
.btn-view-switch:hover, .btn-switch-active {
    background: #51AFEB;
    text-decoration: none;
}

.table_link2 {
    display: block;
    margin: 0;
    width: 100%;
    text-decoration: none;
    font-size: 17px;
    padding: 4px 0;
    font-weight: 400;   
    border: 2px solid #51AFEB;
    
}
.table_link2:hover {
    text-decoration: none;
}
.table_link2:focus {    
    outline: none;
}
.table-switch2 {
    width: 25%;
    float: left;
}

.table_link2:hover {
    background: #51afeb;
    color: #ffffff;
}
.header-link {
    float: right;
    width: 150px;
    text-align: center;
    padding: 5px;
    margin:5px;
}
.header-stream {
    background-color: #195191;
    color:yellow;
}
.event-title {
    width:100%;
    height:70px;
    display: table;
    border-bottom: 15px solid #d14547;
    padding: 10px 0;
    background-image: linear-gradient(to right, #471b75,#012848);
    color: white;
    border-radius: 15px 15px 0 0;
}
.event-title img {
    height:90px;
    padding: 4px;
}
.event-title span {
    display: table-cell;
    vertical-align: bottom;
    font-size: 33px;
}
.header-eusa {
    float: left;
    padding-right: 16px;
    padding-bottom: 10px;
}
/* TEMP */
.line-up-item > img {
    display: none;
}
.arrow-play {
    float:right;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: 2px;
  border-left: 10px solid white;
}
.search {
    width: 33.333%;
    float: left;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (max-width: 992px) {
.header-link {
    margin: 0;
    width: 100%;
}
.matrix {
    overflow: auto;
    width: 100%;
}
#main-content {
    width: 100%;
    padding:0;
}
.games-schedule {
    margin:10px 0;
}
#main-wrap {
    padding:0;
}
#logo {
    font-size: 37px;
}
.game-menu {
    display:none;
}
.mobile {
    display:block;
}
.mobile-full {
    width:100%;
}
.title-links {
    width: 80px;
    font-size: 12px;
}

}
