body {
  /* padding: 1.5em; */
  color: white;
}

.footer-text {
  text-align:center;
  color: white;
}

/*a {
  color: #00B7FF;
}*/

a.edit { color: inherit; }

.bg-opaque-25 {
  background-color: rgba(0,0,0,0.60) !important;
}

.bg-opaque-15 {
  background-color: rgba(0,0,0,0.60) !important;
}





@media screen and (min-width: 768px) /* Largers */ {
  .img-center-vp{
    display: block;
    margin: auto;
    width: 100%;
  }
}

.img-center{
  display: block;
  margin: auto;
  width: 100%;
}

.img-center-sso{
  display: block;
  margin: auto;
}

.massive-font{
  font-size: 3em;
  text-align: center;
}

.progress{
  height:46px;
  text-align:center;
  vertical-align: middle;
}

.progress-bar {
  padding:0.7em;
  font-size: 1.4em;
}

.glyphicon.glyphicon-star-empty {
  font-size: 2.5em;
  padding: .05em;
}
.glyphicon.glyphicon-star {
  font-size: 2.5em;
  padding: .05em;
}

.form-control{
  margin-bottom: 1em !important;
}

.r-h1{
  font-size: 2em;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

p{
  text-align: center;
}

input {
  text-align: center;
}

.panel {
  margin-top: 2em;
  border-radius: 6px !important;
}

.pointer {
  cursor: pointer;

}

.pointer:hover {
  text-decoration: underline;
}

.edit {
  float: right;
  margin: 1em;
}

.large_text {
  font-size: 1.5em;
  font-weight: bold;
}

/* -------------------------------------
ALERTS
Change the class depending on warning email, good email or bad email
------------------------------------- */
.alert {
  color: #fff;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
.alert a {
  color: #fff;
  text-decoration: none;
}
.alert.alert-warning {
  font-weight: 500;
  /*background-color: #FF9F00;*/
  background-color: rgba(255,159,0,0.60) !important;
}
.alert.alert-error {
  font-weight: 500;
  /*background-color: #D0021B;*/
  background-color: rgba(150, 55, 43, 1) !important;
}
.alert.alert-success {
  /*background-color: #68B90F;*/
  background-color: rgba(104, 185, 27, 0.6) !important;
}
.alert.alert-info {
  /*background-color: #436db9;*/
  background-color: rgba(67,109,185,0.60) !important;
}

.btn-danger {
  background-color: #431214 !important;
  border-color: #431214 !important;
}

/* 2019 */
.btn-success {
  background-color: rgba(92,184,92,0.60) !important;
  border-color: rgba(92,184,92,0.60) !important;
}

/* 2019 */
.progress-bar-success {
  background-color: #027136;
}




.big-checkbox {width: 30px; height: 30px;}

.big-checkbox-label {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 35px;
  padding-right: 30px;
  vertical-align: super;
}


.custom-control-label::before,
.custom-control-label::after {
  top: .8rem;
  width: 1.25rem;
  height: 1.25rem;
}

.align-center {
  text-align: center
}

.align-right {
  text-align: right
}

.align-left {
  text-align: left
}


/* Battlepass configuration */
.LevelBlock
{
  width: 255px;
}

/* 2019 */
.LevelBig
{
  color: #027136;
  font-size: 18px;
  text-transform: uppercase;
  font-family:'Radiance-SemiBold';
  text-shadow: 1px 1px 2px #111111;
  letter-spacing: 2px;
  padding-top: 26px;
  text-align: right;
  display: inline-block;
  margin-right: -10px;
}




/* 2019 */
.ShieldBig
{
  background-image: url('https://steamcdn-a.akamaihd.net/apps/dota2/images/international2018/battlepass/shieldbig.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  padding-left: 1px;
  padding-top: 25px;
  text-align: center;
  letter-spacing: 1.5px;
}



/* 2019 */
.Shield, .ShieldBig
{
  color: #027136;
  font-size: 18px;
  text-transform: uppercase;
  font-family:'Radiance-SemiBold';
  text-shadow: 1px 1px 2px #111111;
  display: inline-block;
}


