﻿.pointer {
    cursor: pointer;
}

.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}

.form-error {
    font-size: 11px;
    color: #AD0D18;
}

.clean-left-padding {
    padding-left: 0 !important;
    padding-right: 10px !important;
}

.box-header-right-padding {
    margin-right: 5px !important;
}

div.loadingDIV{
    min-height: inherit;
    margin-bottom: -50px;
    text-align: center;
}

img.loadingGIF {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%,0);
    margin-top: -30px;
}

.clear {
  background:none;
  border:none;
  cursor:pointer;
  padding:5px 10px;
  position:absolute;
  right:30px;
  top:4px;
}

.center-icon {
     text-align: center;
     vertical-align: middle !important;
}

span.animated-span,
i.animated-span {
    opacity: 0.8;
}

span.animated-span:hover,
i.animated-span:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

/*Fix for input-group-btn*/
.input-group-btn {
    border-right: 1px solid #d2d6de;
}

.icon-shirt {
    width: 26px;
    height: 26px;
    display: inline-block;
	-webkit-mask: url('/Content/Imagens/Shirt2.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

.icon-shirt-vertical {
    width: 26px;
    height: 26px;
    display: inline-block;
	-webkit-mask: url('/Content/Imagens/Shirt-stripped-vertical.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

.icon-shirt-horizontal {
    width: 26px;
    height: 26px;
    display: inline-block;
	-webkit-mask: url('/Content/Imagens/Shirt-stripped-horizontal.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}
.icon-shorts {
    width: 24px;
    height: 24px;
    display: inline-block;
	-webkit-mask: url('/Content/Imagens/Shorts.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

.icon-socks {
    width: 24px;
    height: 24px;
    display: inline-block;
	-webkit-mask: url('/Content/Imagens/Socks.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

.logo-facebook {
    width:18px;
    height:18px;
    display: inline-block;
	-webkit-mask: url('/Content/Imagens/facebook.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

.logo-youtube {
    width:18px;
    height:18px;
    display: inline-block;
	-webkit-mask: url('/Content/Imagens/youtube.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

.logo-instagram {
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-mask: url('/Content/Imagens/instagram.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

.border-top-bottom {
    border-top: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
}

.hide-text {
    color: transparent;
}

/*Fix for input-group-addon when input isn't small*/
.input-md {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

/*Fix for search button*/
.btn-fix-left-margin {
    margin-right: -2px;
 }

/* FIX FOR RADIO LABELS */
.checkbox label, .radio label {
    padding: 5px 5px 5px 20px;
}

/* FIX FOR CHECKBOX INPUTS */
.checkbox-at-left {
    margin-left: 5px !important;
}
.checkbox-at-right {
    margin-right: 5px !important;
}

/* ALIGN TEXT AT CENTER */
.text-centered {
    text-align: center;
}

.skin-towin .main-header .navbar {
    background-color: #70bf41;
}

.skin-towin .main-header li.user-header {
    background-color: #70bf41;
}

.skin-towin .sidebar-menu > li:hover > a, .skin-towin .sidebar-menu > li.active > a {
    border-left-color: #70bf41;
}

.skin-towin .main-header .logo {
    background-color: #00882b;
}

.box .box-towin {
    border-top-color: #70bf41;
}

.btn-link {
    color: #70bf41;
}

.a {
    color: #70bf41;
}

.navbar-default {
    background-color: #70bf41;
    border-color: #70bf41;
}

.navbar-inverse {
    background-color: #70bf41;
}

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #70bf41;
    }

.login.ok .button {
    background-color: #70bf41;
}

.login input:focus {
    border-color: #70bf41;
}

.login a {
    color: #70bf41;
}

.login .button {
    background: #70bf41;
}

.login:not(.loading) .button:hover {
    box-shadow: 0px 1px 3px #70bf41;
}

.logo-facebook, .logo-youtube, .logo-instagram {
    background-color: #70bf41;
}

.analysis-top-border {
    border-top: 2px solid #70bf41;
}

.analysis-subtop-border {
    border-top: 2px solid #d8d8d8 !important;
}

.btn-towin {
    color: #fff;
    border-color: #00882b;
    background-color: #70bf41;
}

.box.box-towin {
    border-top-color: #70bf41;
}

.box.box-solid.box-towin {
    border-color: #70bf41;
}

    .box.box-solid.box-towin > .box-header {
        background: #70bf41;
        background-color: #70bf41;
    }

        .box.box-solid.box-towin > .box-header a, .box.box-solid.box-towin > .box-header .btn {
            color: #fff;
        }

.btn-towin {
    background-color: #70bf41;
    border-color: #00882b;
}

    .btn-towin:hover, .btn-towin:active, .btn-towin.hover {
        color: #fff;
        background-color: #00882b;
    }

.skin-towin .main-header .navbar {
    background-color: #70bf41;
}
    .skin-towin .main-header .logo:hover {
        background-color: #00882b;
    }

    .skin-towin .main-header .navbar .nav > li > a {
        color: #fff;
    }

        .skin-towin .main-header .navbar .nav > li > a:hover, .skin-towin .main-header .navbar .nav > li > a:active, .skin-towin .main-header .navbar .nav > li > a:focus, .skin-towin .main-header .navbar .nav .open > a, .skin-towin .main-header .navbar .nav .open > a:hover, .skin-towin .main-header .navbar .nav .open > a:focus, .skin-towin .main-header .navbar .nav > .active > a {
            background: rgba(0,0,0,0.1);
            color: #f6f6f6;
        }

    .skin-towin .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        .skin-towin .main-header .navbar .sidebar-toggle:hover {
            color: #f6f6f6;
            background: rgba(0,0,0,0.1);
        }

    .skin-towin .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        .skin-towin .main-header .navbar .sidebar-toggle:hover {
            background-color: #00882b;
        }

@media (max-width:767px) {
    .skin-towin .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255,255,255,0.1);
    }

    .skin-towin .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

        .skin-towin .main-header .navbar .dropdown-menu li a:hover {
            background: #00882b;
        }
}

.skin-towin .main-header .logo {
    background-color: #00882b;
    color: #fff;
    border-bottom: 0 solid transparent;
}

    .skin-towin .main-header .logo:hover {
        background-color: #00882b;
    }

.skin-towin .main-header li.user-header {
    background-color: #70bf41;
}

.skin-towin .content-header {
    background: transparent;
}

.skin-towin .wrapper, .skin-towin .main-sidebar, .skin-towin .left-side {
    background-color: #222d32;
}

.skin-towin .user-panel > .info, .skin-towin .user-panel > .info > a {
    color: #fff;
}

.skin-towin .sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
}

.skin-towin .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.skin-towin .sidebar-menu > li:hover > a, .skin-towin .sidebar-menu > li.active > a {
    color: #fff;
    background: #1e282c;
    border-left-color: #70bf41;
}

.skin-towin .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.skin-towin .sidebar a {
    color: #b8c7ce;
}

    .skin-towin .sidebar a:hover {
        text-decoration: none;
    }

.skin-towin .treeview-menu > li > a {
    color: #8aa4af;
}

    .skin-towin .treeview-menu > li.active > a, .skin-towin .treeview-menu > li > a:hover {
        color: #fff;
    }

.skin-towin .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

    .skin-towin .sidebar-form input[type="text"], .skin-towin .sidebar-form .btn {
        box-shadow: none;
        background-color: #374850;
        border: 1px solid transparent;
        height: 35px;
    }

    .skin-towin .sidebar-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-towin .sidebar-form input[type="text"]:focus, .skin-towin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-towin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .skin-towin .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

span.input-sm-span {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    line-height: 30px;
    height: 0;
    z-index: 1000;
}

.material-icons{
    font-size: 19px;
    vertical-align:bottom;
}

.ionicons{
    padding-right:7px;
}

.no-height {
    height: 0 !important;
}

.label-of-radio {
    font-weight: 500;
}

.div-equipamento {
    padding: 10px;
    display: inline-flex;
}

.small-circle-inner {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 768px) {
    .div-equipamento {
        padding: 3px;
        display: inline-block;
    }

    .small-circle-inner {
        width: 8px;
        height: 8px;
    }
}

.team-bracket{
    background-color: #ffffff;
    list-style: none;
    padding-left:10px;
    height:40px;
    line-height:40px;
    border: 1px solid #c6c6c6;
    white-space: nowrap;
    overflow: hidden;
}

.group-bracket-description{
    background-color: #c6c6c6;
    list-style: none;
    height:35px;
    line-height:35px;
    border: 1px solid #c6c6c6;
}

.team-bracket-game{
    position: absolute;
    right: 15px;
    padding: 5px;
    border: 1px solid #c6c6c6;
    z-index: 10;
    background: #c6c6c6;
    font-weight: bold;
    font-size: 10px;
}

.team-bracket:hover{
    cursor:pointer;
    font-weight:bold;
}

.ul-nostartpadding{
    padding-left:0;
    -webkit-padding-start:0;
    margin-bottom: 0px;
}

.span-clear-anguautocomplete{
    position: absolute !important;
    right: 5px !important;
    top: 0 !important;
    bottom: 0 !important;
    line-height: 30px !important;
    /*z-index: 2;*/
}

.pagination > .active > span:hover {
    background-color: ##70bf41;
    border-color: #70bf41;
}

.row-with-padding{
    padding-left: 20px;
    padding-right: 20px;
}

/*Border form box body (used in home page description in configurations)*/

.box-body .border {
    border-left: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
}

.sub-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

    .sub-title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.75);
        z-index: -1;
    }

.sub-title-inner h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: Offside;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.btn-white-card {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #bdbdbd);
    background-image: -moz-linear-gradient(top, #000000, #bdbdbd);
    background-image: -ms-linear-gradient(top, #000000, #bdbdbd);
    background-image: -o-linear-gradient(top, #000000, #bdbdbd);
    background-image: linear-gradient(to bottom, #000000, #bdbdbd);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 15px;
    outline: none;
}

.btn-white-card:hover {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #cccccc);
    background-image: -moz-linear-gradient(top, #000000, #cccccc);
    background-image: -ms-linear-gradient(top, #000000, #cccccc);
    background-image: -o-linear-gradient(top, #000000, #cccccc);
    background-image: linear-gradient(to bottom, #000000, #cccccc);
    text-decoration: none;
}

.fairplay-img{
    max-width: 50px;
    max-height: 50px;
    margin-left: 15px;
}

.box .box-towin .only-top-border {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: 0 0 0 0;
}

/* CSS */
@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-container {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.ticker-wrap {
    height: 6rem;
    background-color: rgb(201 44 44 / 90%);
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
}

    .ticker-wrap .ticker {
        display: inline-block;
        height: 6rem;
        line-height: 6rem;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 2rem;
        font-size: 2rem;
        color: white;
    }


.help-button.launcher-button {
    animation: 0.1s ease 0s 1 normal none running dewAppear;
}

.help-button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    float: right;
    border-radius: 30px 8px 30px 30px;
    background-color: #2f4050;
    box-shadow: none;
    color: rgb(255, 255, 255);
    z-index: 2147483647;
    cursor: pointer;
    padding: 8px;
    transition: 0.1s ease-out;
    font-size: 14px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
}

    .help-button .span {
        font-size: 22px;
        padding-right: 4px;
    }

/* Painel principal */
.help-form {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 320px;
    max-height: 500px;
    background: #f9fafb; /* Cor de fundo clara */
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    overflow: hidden; /* Para o border-radius no header funcionar */
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
}

    .help-form.ng-hide {
        opacity: 0;
        transform: translateY(20px);
    }

/* Cabeçalho verde */
.help-form-header {
    background-color: #2f4050;
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .help-form-header h3 {
        margin: 0;
        font-size: 16px;
    }

.help-form-header-text {
    max-width: 80%;
}

.help-form-subtitle {
    margin: 5px 0 0 0;
    font-size: 12px;
    opacity: 0.9;
}

.help-form-header button {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

/* Conteúdo */
.help-form-content {
    position: relative; /* Necessário para o overlay absoluto funcionar */
    background: white;
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

    .help-form-content label {
        display: block;
        margin-top: 10px;
        font-weight: bold;
    }

    .help-form-content button {
        margin-top: 15px;
        padding: 10px 15px;
        background: #2f4050;
        border: none;
        color: white;
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
    }

    .help-form-content input[type="file"] {
        margin-top: 5px;
    }

.help-form-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #2f4050;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
