﻿/* AUTOGENERATED CSS: To make changes edit cup-tournament.scss */
@charset "UTF-8";
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/*@mixin font-face($fontFamily: myFont, $eotFileSrc: 'myFont.eot', $woffFileSrc: 'myFont.woff', $ttfFileSrc: 'myFont.ttf') {
  font-family: $fontFamily;
  src: url($eotFileSrc)  format('eot'),
       url($woffFileSrc) format('woff'),
       url($ttfFileSrc)  format('truetype');
}*/
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/*FONT REM PX CONVERT*/
/*rem*/
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link https://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/* Black To White Scale */
/* #fcfcfc */
/* #fafafa */
/* #f7f7f7 */
/* #f5f5f5 */
/* #f2f2f2 */
/* #f0f0f0 */
/* #ededed */
/* #ebebeb */
/* #e8e8e8 */
/* #e6e6e6 */
/* #d9d9d9 */
/* #cccccc */
/* #bfbfbf */
/* #b3b3b3 */
/* #a6a6a6 */
/* #999999 */
/* #8c8c8c */
/* #808080 */
/* #737373 */
/* #666666 */
/* #595959 */
/* #4d4d4d */
/* #404040 */
/* #333333 */
/* #262626 */
/* #1a1a1a */
/* #0d0d0d */
/* Category Color */
/* Ana Renk */
/* GÃ¼ndem */
/* Politika */
/* DÃ¼nya */
/* Ekonomi */
/* Spor */
/* Teknoloji */
/* YaÅŸam */
/* Foto */
/* Video */
/* Bildirimler */
/* Yazarlar */
/* Gazeteler */
/* Piyasalar */
/* CanlÄ± YayÄ±n */
/* Hava Durumu */
/* Namaz Vakti */
/* Ramazan */
/*euro cup*/
/* Custom Color */
/* Spor */
/* Spor 2 */
/* Flat Pallette Color */
/* Font */
/* Thin (Hairline), Extra Light (Ultra Light) */
/* Light */
/* Normal, Regular */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Light */
/* Regular, Normal  */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Extra Bold (Ultra Bold) */
/* Light */
/* Regular, Normal  */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Extra Bold (Ultra Bold) */
/* Font Icon Sets */
/* Font Icon Sets */
/* Rules */
.group-wrapper {
  position: relative; }
  .group-wrapper .group-list-wrapper {
    position: relative;
    margin-bottom: 2rem; }
    .group-wrapper .group-list-wrapper .group-list-item {
      display: block;
      -webkit-box-shadow: 0 0 2px #d9d9d9;
      -khtml-box-shadow: 0 0 2px #d9d9d9;
      -moz-box-shadow: 0 0 2px #d9d9d9;
      -ms-box-shadow: 0 0 2px #d9d9d9;
      -o-box-shadow: 0 0 2px #d9d9d9;
      box-shadow: 0 0 2px #d9d9d9;
      background: #ffffff;
      margin-bottom: 10px;
      overflow: hidden; }
      .group-wrapper .group-list-wrapper .group-list-item .title {
        background: #fafafa;
        padding: 0 10px; }
        .group-wrapper .group-list-wrapper .group-list-item .title h3 {
          position: relative;
          display: inline-block;
          font: 1.3rem/4.2rem helveticaneue-bold;
          color: #999999;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          width: 100%;
          white-space: nowrap; }
        .group-wrapper .group-list-wrapper .group-list-item .title .country-flag {
          display: inline-block;
          height: 24px;
          margin: 9px 0;
          padding-right: 5px; }
      .group-wrapper .group-list-wrapper .group-list-item .list-table {
        margin: 0 10px; }
