#alerts {
    position: fixed;
    top: 5%;
    left: 10%;
    right: 10%;
    z-index: 10000;
}

#alert_success_js {
    position: fixed;
    top: 5%;
    left: 10%;
    right: 10%;
    z-index: 10000;
}

#alert_danger_js {
    position: fixed;
    top: 5%;
    left: 10%;
    right: 10%;
    z-index: 10000;
}

.ad-login{
    margin:auto;
    background-color: lightgray;
    color:white;
    margin: 7%;
}

.daterangepicker {
    z-index: 2000 !important;
}

.fill-vertically {
    height: 100%;
}

.has-error ul { padding-left:20px; list-style:none; }
.has-error li { margin-bottom:10px; }
.has-error li:before {
    font-family: 'FontAwesome';
    content: '\f071';
    margin:0 5px 0 -15px;
    color: #f00;
}

.ranking_table tbody tr:nth-child(1) {
    background: rgb(252,234,187); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ranking_table tbody tr:nth-child(1) td:nth-child(1) {
    color: #222222;
}

.ranking_table tbody tr:nth-child(2) {
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(242,246,248,1) 1%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 54%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(242,246,248,1) 1%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 54%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(242,246,248,1) 1%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 54%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ranking_table tbody tr:nth-child(2) td:nth-child(1) {
    color: #222222;
}


.ranking_table tbody tr:nth-child(3) td:nth-child(1) {
    color: #222222;
}
.progress-bar-gold{
    background-color:#fcdd8a;
}
.not_active_until_ready { }


.modal-dialog {
    max-width: 75%;
  }
  