body, html
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background:#fff;
}

body
{
    font-family: Arial;
    font-size: 12px;
}

#wr360PlayerId{
    background:#000;
}
     
#content
{
    width: 100%;
    height: 100%;
    border: none;
}


.customprogress
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:rgba(255,255,255,0.85);
    display: flex;
    justify-content: center;
    align-items: center;            
}

.succeeding-load{
    background:rgba(0,0,0,0.3) !important;
}

.panel h1{
    color:#fff;
    padding:10px 10px 0 10px;
}
.panel .description{
    color:#ccc;
    padding:0 10px 0 10px;
    font-size:16px;
    line-height:26px;
}


.loading{
    position:absolute;
    left:0
    top:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;            
}


.feature{
    display:none;
}


#pano{
    font-size:16px; 
    color:#FFFFFF;
}



@media only screen and (max-width: 480px) {

}



.modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    display:none;
    background:#000;
}

.bar {
    width: 230px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom:10px;
}

.load {
    width: 0%;
    height: 8px;
}

.loading-text{
    color:#de182e;
    text-align:center;
    font-size:1rem;
}


.disclaimer_rollover{
    width:400px !important;
    height:auto !important;
    right:0 !important;
    left:auto !important;
    top:auto !important;
    bottom:40px !important;
    padding:10px;
    background:rgba(0,0,0,0.5);
    color:#888;
    text-align:right;
}

.disclaimer_rollover .hotspot_cdata{
    left:0 !important;
}




.wr360_player .container .theme_panel .toolbar a.left_button {
    background: url(../img/light/left.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.right_button {
    background: url(../img/light/right.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.zoomin_button {
    background: url(../img/light/plus.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.zoomout_button {
    background: url(../img/light/minus.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.play_button {
    background: url(../img/light/play.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.pause_button {
    background: url(../img/light/pause.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.hotspotson_button {
    background: url(../img/light/hotspot-on.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.hotspotsoff_button {
    background: url(../img/light/hotspot-off.png) no-repeat 0 0 !important;
}

#currentColorName{
    text-shadow: 1px 1px 10px #ffffff;
    margin:0 0 5px 0;
    position:fixed;
    bottom:10px;
    text-align:center;
    width:100%;
    z-index:1;
}



.toggle-container{

    position:fixed;
    top:50px;
    left:0;
    background:none;
    width:100%;
    z-index:97;
    transition: all 0.5s;   
    text-align:center;


}

/*
.toggle-container{
    position:absolute;
    right:0;
    top:0;
    width:60px;
    height:100vh;
    display: flex;
    align-items: center;  
    background:red;  
}
*/

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
  z-index: 1;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: rgb(222, 24, 46);
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}


.toggle-label {
    position: relative;
    top: 2px;
    color:#fff;
    text-shadow: 1px 1px 5px #000;
    margin-right: 10px;
    margin-left: 20px;  
}

.toggle-on{
    position:relative;
    top: 9px;
    left: -3px;
}

.toggle-off{
    position:relative;
    top: 9px;
    left: 1px;
    color:#333;
}

/*
.toggle-label {
    color:#333;
    font-weight:bold;
}
*/

@media only screen and (max-width: 480px) {
   
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px auto;
  padding: 25px 15px 20px 15px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h1{
  margin-top: 0;
  color: #333;
  text-align:center;
}
.popup p{
    color: #333;
    font-size: 0.8rem;
    line-height: 1.2rem;    
}
.popup .close {
  position: absolute;
    top: 2px;
    right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: red;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/*---------------------------- INTERIOR EXTERIOR TABS ----------------------------*/

.tabbed {
    overflow-x: hidden;
    margin: 0;
}

.tabbed [type="radio"] {
    display: none;
    background:#000;
}

.tabs {
    width:100%;
    background:none;
    position:fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin:0;
    z-index:9999;
}
.tab > label {
    display: block;
    margin-bottom: -1px;
    padding: 15px 25px 5px 25px;
    color: #fff;
    font-size: 18px; 
    
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;    
    transition: all 0.3s;

    border-bottom: 3px solid transparent;

    text-shadow: 1px 1px 5px #000;
}
.tab:hover label {
    color: #fff;
}

.tab-content {
    display: none;
    height: 100vh;
    width: 100%;
    background:#fff;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label
{
    border-bottom: 3px solid red;
    font-weight: 600;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2)
{
    display: block;
}