body{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.content{
    background: #f9f9f9;
    min-height: 100%;
    padding-top: 85px;
    padding-bottom: 55px;
}

.content.no-navigation{
    padding-top: 45px;
}

.header{
    position: fixed;
    background: #030340;
    width: 100%;
    color: white;
    font-size: 1.2em;
    font-family: proxima-nova, "open Sans", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    margin-bottom: 12px;
    box-shadow: 0px 0px 5px #030340;
    z-index: 100;
}

.header-logo{
    width: 40px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 35px;
    background-position-x: 2px;
}

.header-table{
    width: 100%;
    border-spacing: 0px;
    border: none;
    vertical-align: middle;
    height: 40px;
}

.header-text{
    text-align: center;
}

.user-settings-header{
    width: 30px;
}


.content-notification {
    display: none;
    font-family: proxima-nova, "open Sans", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
}

.content.loading-or-error .content-notification{
    display: flex;
}

.content-card.loading-or-error .content-notification{
    display: block;
	margin-top: 0px;
	padding: 50px 0px;
}



.content.loading-or-error .content-body{
    display: none;
}


.content.loading-or-error{
    height: 100%;
}


html,body {
    height:100%;
}

body{
    margin: 0px;
    padding: 0px;
}


.content-card{
    background: white;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin: 1px 3px;
    box-shadow: 2px 2px 2px #e1e1e1;
    font-family: proxima-nova, "open Sans", Helvetica, Arial, sans-serif;
}

.content-card-full{
    margin-bottom: 10px;
}

.content-card h1{
    font-size: 1.1em;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 7px;
    margin-bottom: 5px;
    color: #6e6e6e;
}

.footer{
    display: table;
    width: 100%;
    height: 49px;
    position: absolute;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #f1f1f1;
    border-spacing: 0px;
    box-shadow: 0px 0px 5px #bbbbbb;
}


.user-settings-header > a,
.user-settings-header > a:visited,
.footer > a,
.footer > a:visited{
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #626262;
    font-family: proxima-nova, "open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}


.user-settings-header{
    padding: 5px;
    padding-right: 2px;
}

.user-settings-header > a,
.user-settings-header > a:visited{
    color: white;
    display: block;
    border: 2px solid white;
    border-radius: 30px;
    width: 22px;
    height: 22px;
}

.footer > a:active{
    background: #d9d9d9;
    border-radius: 30px;
}


.user-settings-header > a:active,
.user-settings-header > a.selected{
    background: #545481;
    border-radius: 30px;
}

.user-settings-header > a:active,
.user-settings-header > a:focus,
.footer > a:active,
.footer > a:focus{
    border: none;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}


.user-settings-header > a:active,
.user-settings-header > a:focus{
    border: 2px solid white;
}

.footer > a.selected{
    pointer-events: none;
    color: #2828c9;
}

.gg-flag {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 18px;
    border-left: 2px solid
}
.gg-flag::after,
.gg-flag::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px
}
.gg-flag::before {
    border-top: 2px solid;
    border-bottom: 2px solid
}
.gg-flag::after {
    border: 2px solid;
    border-left: 0;
    top: 2px;
    left: 7px
}

.gg-calendar-dates {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px
}
.gg-calendar-dates::after,
.gg-calendar-dates::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    height: 2px;
    left: 2px
}
.gg-calendar-dates::before {
    background: currentColor;
    width: 2px;
    box-shadow:
            4px 0 0,8px 0 0,0 4px 0,
            4px 4px 0,8px 4px 0;
    top: 6px
}
.gg-calendar-dates::after {
    width: 10px;
    top: -4px;
    box-shadow: 0 6px 0 0
}


.footer > a > div:first-child{
    height: 28px;
}

.footer > a > div > i{
    margin-top: 4px;
    margin-bottom: 3px;
    display: inline-block;
}
.gg-user {
    display: block;
    transform: scale(var(--ggs,1));
    box-sizing: border-box;
    width: 12px;
    height: 18px;
    margin-left: 5px;
    margin-top: 3px;
}

.gg-user::after,
.gg-user::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}
.gg-user::before {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px;
}
.gg-user::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px;
}


.star {
    position: relative;

    display: inline-block;
    width: 0;
    height: 0;

    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;

    border-right: .3em solid transparent;
    border-bottom: .7em solid #FC0;
    border-left: .3em solid transparent;

    /* Controlls the size of the stars. */
    font-size: 10px;
}

.star:before, .star:after {
    content: '';

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    top: .6em;
    left: -1em;

    border-right:  1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   1em solid transparent;

    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

.content-card-misc{
    font-family: proxima-nova, "open Sans", Helvetica, Arial, sans-serif;
    padding: 5px;
    font-size: 0.9em;
    border-top: 1px solid #ababab;
    margin-top: 5px;
}

.content-card-misc p{
    margin-top: 2px;
    margin-bottom: 2px;
}

.gg-poll {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 16px;
    border: 3px solid transparent;
    border-top: 6px solid transparent;
    box-shadow: 0 0 0 2px,inset 2px 0 0;
    border-radius: 1px;
}
.gg-poll::after,
.gg-poll::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 10px;
    background: currentColor;
    top: -3px;
    left: 4px;
}
.gg-poll::after {
    height: 4px;
    top: 3px;
    left: 8px;
}

.gg-user-teams {
    display: block;
    transform: scale(var(--ggs,1));
    box-sizing: border-box;
    width: 12px;
    height: 18px;
}
.gg-user-teams::after,
.gg-user-teams::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border: 2px solid;
}
.gg-user-teams::before {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    top: 0;
    left: 2px;
}
.gg-user-teams::after {
    width: 12px;
    height: 9px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    top: 9px;
}

.gg-user-teams:last-child{
    margin-left: -3px;
}


.play-store-download{
    position: fixed;
    bottom: 56px;
    right: 10px;
    margin: 0px;
    display: table;
    height: 50px;
    width: 150px;
    background-image: url(../img/play_store.png);
    background-size: 150px;
    background-position-y: -16px;
    background-position-x: 0px;
}

#footer-nav-teams .footer-nav-team-logo img{
	width: 35px;
	height: 35px;
	margin-top: -5px;
}

.content-card-footer-link,
.content-card-footer-link:visited,
.content-card-footer-link:hover,
.content-card-footer-link:active{
	border-top: 1px solid #cbcbcb;
	color: #4c4a4a;
	text-align: center;
    display: block;
    padding: 10px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
}

.content-card-footer-link:hover,
.content-card-footer-link:active{
	background: #e9e9e9;
}

a.a-link-no-decoration,
a.a-link-no-decoration:visited,
a.a-link-no-decoration:hover,
a.a-link-no-decoration:active{
	text-decoration: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit; 
}