/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

h4 {
  font-size: 1.25em;
  background-image: url(../images/raidicon.png);
  background-repeat: no-repeat;
  background-size: 1.9em;
  background-position: 0;
  height: 2em;
  margin: 0.4em 0em 0.4em 0em;
  padding: 0.5em 0em 0em 2.1em;
}

.arena_names{
    font-size: 1.5em;
    word-break: break-all;
    margin: 0.2em 0 0.5em 0;
    min-height:1.6em;
}

.arena_name_ex-raid_confirmed{
    font-size: 1.5em;
    word-break: break-all;
    background-image: url(../images/ex-raid_confirmed.png);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: 0;
    min-height:1.6em;
    margin: 0.4em 0em 0.4em 0em;
    padding: 0em 0em 0em 1.7em;
}

.arena_name_ex-raid_option{
    font-size: 1.5em;
    word-break: break-all;
    background-image: url(../images/ex-raid_option.png);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: 0;
    min-height:1.6em;
    margin: 0.4em 0em 0.4em 0em;
    padding: 0em 0em 0em 1.7em;
}

.arenaactive{
    border-width: 1px;
    border-style: solid;
    border-color: #CC0000;
    margin: 0em 0em 0.1em 0em;
}

.arena{
    border-width: 1px;
    border-style: solid;
    border-color: #B8B8B8;
    margin: 0em 0em 0.1em 0em;
}

address{
    margin: 0em 0em 0.1em 0em;
}

.date_small{
    margin: 0em 0em 0.1em 0em;
}
.gym_blacklisted{
      display: table-cell;
      box-sizing: border-box;
      cell-spacing: 8px;
      vertical-align: top;
      margin-right: 10px;
   }
.bg-grey{
	background-color:lightgray
}

.toggles{
width:60px;
margin:50px auto;
text-align:center;
}
.ios-toggle,.ios-toggle:active{
position:absolute;
height:0;
width:0;
opacity:0;
border:none;
outline:none;
vertical-align: middle;
}
.checkbox-label{
display:block;
position:relative;
padding:10px 30px 10px 30px;
margin:20px 0px 20px 0;
font-size:12px;
line-height:16px;
/*width:100%; bootstrap3*/
width:60px;
height:36px;
/*border-radius*/
-webkit-border-radius:18px;
   -moz-border-radius:18px;
        border-radius:18px;
background:#f8f8f8;
cursor:pointer;
}

/*added for bootstrap4*/
@media (min-width: 768px) and (max-width: 990px) {
   .page-header {
    padding-top: 60px;/* CSS that should be displayed if width is equal to or less than 990px goes here */
    } 
}
@media (max-width: 767px) {
  #raidlist {
   padding-top: 20px;/* CSS that should be displayed if width is equal to or less than 990px goes here */
   } 
}
@media (max-width: 767px) {
  .footer {
   height: 70px;/* CSS that should be displayed if width is equal to or less than 990px goes here */
   } 
}
.checkbox-label:before{
content:'';
display:block;
position:absolute;
z-index:1;
line-height:34px;
text-indent:40px;
height:36px;
width:36px;
/*border-radius*/
-webkit-border-radius:100%;
   -moz-border-radius:100%;
        border-radius:100%;
top:0px;
left:0px;
right:auto;
background:white;
/*box-shadow*/
-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
   -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
        box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:after{
content:attr(data-off);
display:block;
position:absolute;
z-index:0;
top:0;
left:-300px;
padding:10px;
height:100%;
width:300px;
text-align:right;
color:#bfbfbf;
white-space:nowrap;
}
.ios-toggle:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
   -moz-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
        box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
left:calc(100% - 36px);
/*box-shadow*/
-webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
   -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
        box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
content:attr(data-on);
left:60px;
width:36px;
}

.checkbox3 + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 0px #3b3b3b,0 0 0 2px #dddddd;
   -moz-box-shadow:inset 0 0 0 0px #3b3b3b,0 0 0 2px #dddddd;
        box-shadow:inset 0 0 0 0px #3b3b3b,0 0 0 2px #dddddd;
}
.checkbox3:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 20px #3b3b3b,0 0 0 2px #3b3b3b;
   -moz-box-shadow:inset 0 0 0 20px #3b3b3b,0 0 0 2px #3b3b3b;
        box-shadow:inset 0 0 0 20px #3b3b3b,0 0 0 2px #3b3b3b;
}
.checkbox3:checked + .checkbox-label:after{
color:#3b3b3b;
}

.table{
	margin: 0 0 5px 0;
}

.td_address {
	border: 0 10 0 0 !important;
}