/* General
==================================*/
h1 {
    color: #fff;
    text-shadow: 0 1px 0px #000;
    font-size: 42px;
}


/* Utilities
==================================*/
.title-bordered {
    border-top: solid 2px #bbb;
    padding-top: 30px;
}

p {
    color: #555;
    margin: 0 0 25px;
}

.scroll {
    height: 100%;
}

body .hide {
    display: none !important;
}


/* Menu
==================================*/
.menu .bar.bar-header.expanded {
    transition: all .5s ease-in-out;
}

.menu-open .bar.bar-header.expanded {
    background-color: #222;
}

.menu h2 {
    bottom: 0;
    font-size: 18px;
    left: 16px;
    position: absolute;
}

.menu .avatar {
    height: 88px;
    width: 88px;
}

.menu.menu-left * {
    font-weight: bold;
}

.menu-open .ion-navicon {
    transform: rotate(-360deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-open .ion-navicon:before {
    content: "\f2ca";
}


/* Login
==================================*/
.app-logo {
    text-align: center;
}

.app-logo img {
    max-width:200px;
}


body .list .item {
    border: 1px solid #ddd
}

ion-delete-button,
ion-reorder-button{
    box-shadow: none !important;
    padding: 0px !important;
}

body .bar.bar-header .button+.title {
    text-align: center;
}

body .button {
    padding: 0 12px;
}

/* Loadin */
.bar.bar-loading {
    z-index: 9999;
    display: inline-block;
    height: 44px;
    max-width: 250px;
    font-size: 16px;
    top: 30%;
    text-align: center;
    padding: 0;
    line-height: 44px;
    -webkit-transition: 200ms all;
    margin: 0 auto;
    opacity:0.9;
}

.bar.bar-loading.succ {
    background-color: green !important;
}
.bar.bar-loading.err {
    background-color: red !important;
}

    /*
     * make the content's top changes animate.
     * might not always look good, but looks
     * good when our loader is added & removed
     */
.has-header {
    -webkit-transition: 300ms top;
}
.has-header.has-loading {
    /* 44px (header) + 24px */
    top: 68px;
}

/* make loading bar slide up/down */
.bar-loading.ng-enter,
.bar-loading.ng-leave.ng-leave-active {
    opacity: 0;
    border-width: 0px;
}
.bar-loading.ng-enter.ng-enter-active,
.bar-loading.ng-leave {
    opacity: 0.9;
    border-width: 1px;
}

.popup-container .popup {
    width: 300px;
    border-radius: 5px;
}

.label-date,
.label-team,
.label-warning,
.label-gray{
    padding: 2px 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
}

.label-date {
    background-color: #5bc0de;
}
.label-team {
    background-color: #5cb85c !important;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-gray {
    background-color: #5e5e5e;
}

.ionic .item-radio input:checked + .radio-content .item-content {
    background: #edffed;
}

body .left-bottom-floating-button {
    border-radius: 50%;    z-index: 9999;
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 16px;
    left: 16px;
}

body button.button-fab.button-fab-bottom-right {
    transform: translate3d(0, 0px, 0px) !important;
}

body .prepdone {
    font-size: 25px;
    max-width: 300px;
    height: auto;
    margin: auto;
    padding: 20px;
}

.progress {
    /*position: relative;
    height: 44px;*/
    text-align: left !important;
    background-color: #eee;

    position: absolute;
    height: 100%;
    text-align: left !important;
    background-color: #eee;
    width: 100%;
    z-index: -1;
}

.progress .progress-stat{
    color: #fff;
    position: absolute;
    top: 40%;
    left: 20px;
    z-index: 9999;
    font-size: 24px;
    padding: 0 2px;
    line-height: 44px;
}

.progress .bar {
    height: 100%;
    background-color: #274ca1;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;

}
.progress .bar.red-bar {
    background-color: #FF293B !important;
}
.progress .bar.orange-bar {
    background-color: #FFA31B;
}
.live-wrapper {
    text-align: center;
}
.current-ticket {
    position: relative;
    display: inline-block;
    min-width:340px;
    height: 150px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    width:35%;
    margin: 30px;
}

.current-ticket .task {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
    z-index: 9999;
    margin-top: 70px;
}
.current-ticket .help {
    display: block;
    color: #555
}
.current-ticket .author {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-style: italic;
    font-size: 18px;
}
.current-ticket .task-wrapper {
    position: absolute;
    top: 55px;
    left: 0;
    right:0;
}
.current-ticket .task-wrapper .hide-ticket {
    display: inline-block;
    width: 200px;
    height: 60px;
    border: 2px dashed #333;
}
.current-ticket .show-ticket-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    box-shadow: none;
    background: transparent;
    color: #000;
}
.current-ticket .show-ticket-btn i::before{
    font-size: 30px;
}

.leaderboard p {
    margin: 2px;
    font-size: 15px;
}

.live-wrapper .button-wrapper {
    min-height: 250px;
}

.live-wrapper .get-ticket-btn,
.live-wrapper .start-btn,
.live-wrapper .solved-btn {
    margin: 10px 5px;
}

.list label.nobody {
    display: none !important;
}
.team-selector-popup .popup{
    min-width: 600px;
}

.team-selector-popup .popup .team-selector .list {
    text-align: center;
}

.team-selector-popup .popup .team-selector .list label {
    display: inline-block;
    max-width: 210px;
    margin: 10px 30px;
    text-align: center;
}
.team-selector-popup .popup .team-selector .list label.nobody {
    display: inline-block !important;
}

.team-selector-popup .popup .team-selector .list label .item-content {
    width: 100%;
    display: block;
    padding: 50px 10px;
    font-size: 16px;
    font-weight: bold;
}

.team-selector-popup .popup .team-selector .list label:last-of-type .item-content{
    padding: 20px 0px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff0f0;
}

.live-wrapper .live-header {
    position: absolute;
    display: block;
    width:100%;
    top: 0;
    left: 0;
    right: 0;
}

.live-header .hard-reload-btn {
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
}

.live-header .upload-btn {
    position: absolute;
    top: 10px;
    left: 0px;
    color: #fff;
}
.live-header .prev-next-playerinfo {
    font-size: 18px;
    color: #eee;
    padding: 0 10px;
}
.live-wrapper .current-player {
    display: block;
    background-color: #B71C1C;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 999;
}
.live-wrapper .available-tickets {
    background-color: #B71C1C;
    display: inline-block;
    border-radius: 0 0 50% 50%;
    width: 70px;
    height: 50px;
    line-height: 32px;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
    z-index: 10;
    color: #fff;
    padding: 10px;
}

.live-footer {
    height: 60px;
}
.live-footer .leaderboard {
    text-align: center !important;
}
.winner-msg {
    display: block;
    text-align: center;
    font-size:30px;
    line-height:40px;
}
.winner-team {
    font-weight:bold;
    color: #0C8B2E;
}
.close-btn {
    display: block;
    text-align: center;
    margin-top: 40px;
    width: 100%;

}

body .button-big {
    padding: 10px 15px;
    height: auto;
}

body .button-circle {
    border-radius: 50%;
    line-height: 24px;
    font-size: 20px;
    width: 130px;
    height: 130px;
}

body .vertical-center-wrapper {
    display: table !important;
    width: 100% !important;
    height: 100% !important;
}

body .vertical-center-wrapper .vertical-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 9999;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
    display: inline-block;
}
/* flip the pane when hovered */
/*.flip-container:hover .flipper,*/
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}
/* flip speed goes here */
.flipper {
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.3s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.3s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.3s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.3s;
    transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #000;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-trasform: rotateY(0deg);
    transform: rotateY(0deg);
    width: 100%;
    height: 100%;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: initial;
    background-color: #fff;
}

/* back, initially hidden pane */
.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-color: #eee;
}

/* Button style */
/*
.nice-button::before, .nice-button::after {
    position: absolute;
    content: '';
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nice-button {
    display: inline-block;
    padding: 20px 40px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: middle;
    font-family: 'Rubik One', sans-serif;
    text-decoration: none;
    font-size: 4vw;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #3498db;
}
.nice-button::before {
    bottom: -15px;
    height: 15px;
    width: 100%;
    left: 8px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    background-color: #196090;
}
.nice-button::after {
    right: -15px;
    height: 100%;
    width: 15px;
    bottom: -8px;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    background-color: #124364;
}
.nice-button:active {
    margin-left: 10px;
    margin-top: 10px;
}
.nice-button:active::before {
    bottom: -5px;
    height: 5px;
    left: 3px;
}
.nice-button:active::after {
    right: -5px;
    width: 5px;
    bottom: -3px;
}
http://jsfiddle.net/Calou/GCdDt/
https://codepen.io/rauldronca/pen/Pzrgzp

                                  */
.nice-button,
.nice-button span{
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 34px;
    font-size: 28px;
    width: 200px;
    height: 200px;
    font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-weight: 500;
    font-style: inherit;
    font-variant: inherit;
}

.nice-button {
    display: inline-block;
    -webkit-box-shadow:    0 8px 0 #227f29, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #227f29, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #227f29, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    color: #fff;
    margin: 10px;
}

.nice-button.absolute-nice-button{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
}



.nice-button span {
    padding: 80px 12px;
    border-color: #28a54c;
    background-color: #33cd5f;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
    line-height: 34px;
    font-size: 28px;
    text-transform: uppercase;
}

.nice-button.absolute-nice-button span {
    padding: 60px 12px;
}

.nice-button:hover span {
    border-color: #28a54c;
    background-color: #28a54c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.nice-button:active, .nice-button:focus {
    -webkit-box-shadow:    0 8px 0 #227f29, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #227f29, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #227f29, 0 12px 10px rgba(0, 0, 0, .3);
    border-color: #28a54c;
    background-color: #28a54c;
}

.nice-button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}


/* iPad styles */
@media (min-width: 992px) {
    body .button-circle {
        border-radius: 50%;
        line-height: 34px;
        font-size: 28px;
        width: 200px;
        height: 200px;
    }
    .live-wrapper .get-ticket-btn,
    .live-wrapper .start-btn,
    .live-wrapper .solved-btn {
        margin: 50px 5px;
    }
    .live-footer {
        height: 90px;
    }
    .leaderboard p {
        margin: 10px;
        font-size: 15px;
    }
    .live-wrapper .current-player {
        padding:16px 0;
    }
    .current-ticket {
        height: 230px;
        padding: 20px;
    }
    .current-ticket .task-wrapper {
        position: absolute;
        top: 80px;
        left: 0;
        right:0;
    }
}