﻿.error_class {
  color: red !important;
}

img.bg {

  /* Set rules to fill background */
  
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  
  width: 100%;
  height: auto;
	
  /* Set up positioning */

  position: fixed;
  top: 0;
  left: 0;
}

.home_background {
	background-image: url(/assets/img/bg_home.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

html *
{
    font-family: 'Lato', Calibri, Arial, sans-serif !important;
}

/* Gestion des glyphicons Bootstrap : */
.glyphicon, .fa {
    font-family: "Glyphicons Halflings" !important;
}

/* Gestion du login page */
.panel-login {
  background: none;
  border: 0px;
}
.body-login {
  background-color: rgba(0, 0, 255, 0);
  margin-top: 50px;
}
.login-field-container {
  width: 100%;
  /*min-width: 400px;*/
  text-align: center;
  margin-top: 20px;
}
.login-form-group{
  margin: auto !important;
  width: 30%;
  min-width: 300px;
  background-color: #EEEEEE;
  border-radius: 4px;
}
.login-btn-cnx {
  margin-top: 10px;
}
.login-div-input {
  padding: 0px;
}
.register-link {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 26px;
  font-weight: bold;
}
.register-link:visited {
  color: white;
}
.logo-div {
	padding: 5px;
  position: absolute;
  right: 4px;
  bottom: 0px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
}

.text_color_noms {
  color: #c85437;
}
.text_color_noms:hover {
  color: #c85437;
}
.font_moyenne {
  font-size: 16px;
}
.font_grande {
  font-size: 18px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: visible !important;
}

#WelcomeMessage {
	text-align: center;
	z-index: 999999;
    background-color: white;
    margin-top: 80px;
}
div#WelcomeMessage > span {
	font-size: 32px;
	background-color: green;
    color: white;
    border-radius: 50%;
    border: 5px solid white;
}

/*Div de miniatures :*/ 
#miniatures_wrapper {
  width: 100%;
  position: absolute;
  top: -500px;
  left: 0px;
  text-align: center;
  display: none;

  /*OBT, 21/07/2016 : obligé pour passer au dessus du menu tawk to en mode mobile : */

  z-index: 20000001;
  opacity: 0;
}
.nomargins {
  padding: 0px;
  margin: 0px;
}
#miniatures_wrapper .logo_rs{
  max-width: 60%;
  vertical-align: top;
  margin: 4px;
}
.side_icons{
  display: inline-block;
  max-width: 15%;
  margin: 6px;
  border: 0px solid red;
  vertical-align: top;
}
.side_left, .side_right {
  
}
#switch_miniatures {
  width: 100px;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
}
#miniatures{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  max-width: 60%;
  /*max-height: 140px;*/
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 999;
  border: 0px solid red;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: rgba(255,255,255,0.1);
}
/*@-moz-document url-prefix() {*/
    @media screen and (max-width: 400px) {
			#miniatures{
		  	max-width: 45%;
			min-height: 90px;
		  }
		}
/*}*/
.miniature_legende {
  background-color: rgba(171,200,55,0.7);
  color: black;
  margin: 0px;
  padding: 0px;
  font-size: 8px;
}
/*@-moz-document url-prefix() {*/
    @media screen and (max-width: 400px) {
			.miniature_legende{
				font-size: 12px;
		  }
		}
/*}*/
#miniatures ul {
  margin:0;
  padding: 0;
  list-style: none;
  white-space:nowrap; 
}
#miniatures li {
  display: inline-block;
  /*max-width: 40%;*/
  padding: 0.5rem 1rem;
}
.miniature {
  /*max-width: 100%;*/
  margin: 2px 0px;
}
@media screen and (max-width: 600px) {
  .miniature {
    max-width: 150px;
  }
}
.miniature_select {
  outline: 2px solid red;
  box-shadow: 1px 1px 20px #000;
}

#QRCode_Div>img {
	max-width: 150px;
}

/*Styles de chargement*/
#cover {
    position: absolute;
    width:100%; 
    height:100%;
    opacity: 0.50;
    background: #aaa;
    z-index: 101;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
    display: none;
}
#cover:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
#cover img {
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}

/*Divers*/
.caret {
    border-top: 10px dashed /*#abc837;*/;
    /*border-top: 4px solid\9;*/
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.cursor_hand {
  cursor: pointer;
}

.half_width {
  width: 45%;
}

/*Volet*/
#liste_panos > li > img {
  position: relative;
  left: -30px;
}

/* Input file : */
/* styles de base si JS est activé */
.input-file-container {
  position: relative;
  width: 100%;
}
.input-file-trigger {
  display: block;
  text-align: center;
  padding: 2px 0px;
  background: #166EB8;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
}
.input-file {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  padding: 0px 0;
  opacity: 0;
  cursor: pointer;
}
 
/* quelques styles d'interactions */
.input-file:hover + .input-file-trigger,
.input-file:focus + .input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
  background: red;
  color: #fff;
}
 
/* styles du retour visuel */
.file-return {
  margin: 0;
  font-style: italic;
  font-size: 1em;
  font-weight: bold;
}
.file-return:not(:empty) {
  margin: .2em 0;
}


.pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #000;
    text-align: left;
    display: none;
    z-index: 20000002;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px;
    width: 100%;
}

.pnlm-projtitle-box {
    border-radius: 3px;
    font-size: 20px;
    display: inline;
    padding-left: 5px;
    margin-bottom: 3px;
    top: 4px;
    right: 4px;
    max-width: 30%;
    bottom: auto;
	z-index: 2000000000000;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
    width: 100%;
}

.no_upload{
	  text-align: center;
	  color: white;
	  font-weight: bold;
}
.navbar_nobottommargin {
    margin-bottom: 0px;
}
.no_paddings_no_margins {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#hideDisplaySwitch {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2000000000000;
  background-color: rgba(171,200,55,0.7);
  border-radius: 3px;
  font-size: 26px;
}
.bottom_centered_wrapper {
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0px;
  text-align: center;
  display: none;
}
.prevAndNextPanoButtons {
  z-index: 2000000000000;
  background-color: rgba(171,200,55,0.7);
  border-radius: 3px;
  font-size: 26px;
  margin: 3px;
}
@media screen and (max-width: 480px) { /* Specific to this particular image */
	.prevAndNextPanoButtons {
	  font-size: 10px;
	  margin: 1px;
	}
}
@media screen and (max-width: 640px) { /* Specific to this particular image */
	.prevAndNextPanoButtons {
	  font-size: 16px;
	  margin: 1px;
	}
}

/* Volet basculant */
.titre_projet {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    background-color: white;
    padding: 16px 0 12px 0;
}
ul#liste_panos {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.div_minipano_wrapper {
    text-align: center;
    margin: 16px 0px;
}
.div_minipano_photo {
    width: 90%;
    margin: auto;
    background-color: white;
    padding-top: 10px;
    border-radius: 20px 6px;
    -webkit-transition: -webkit-transform .15s linear;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
.minipano_option > span.active, .projet_option > span.active {
    color: #0037ff;
}
.charger_pano {
    width: 90%;
}
/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
.div_minipano_photo:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}
.minipano_option {
    width: 25%;
    display: inline-flex;
    text-align: center;
    margin: 6px 0px;
    padding: 6px 0px;
    position: relative;
}
.minipano_option:hover {
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    opacity: 1;
}
.minipano_option.upload_done, .projet_option.upload_done {
    transition: background 0s linear;
    /* Chartreuse */
    background: rgba(127, 255, 0, 1);
}
.minipano_option.upload_clean, .projet_option.upload_clean {
    transition: background 3s linear;
}
div.minipano_option > span.glyphicon {
    margin: auto;
}
.color-rename {
    background-color: LightSkyBlue;
    opacity: 0.7;
}
.color-home {
    background-color: LightGreen;
    opacity: 0.7;
}
.minipano_option.color-music, .projet_option.color-music {
    background: rgba(240, 128, 128, .7);
}
.minipano_option.color-plan, .projet_option.color-plan {
    background: rgba(176, 9, 228, .7);
}
.color-trash {
    background-color: LightGray;
    opacity: 0.7;
}
.div-panoname {
    font-size: 1.5em;
    border-radius: 0px 0px 20px 6px;
    font-weight: bold;
    color: darkgreen;
}
.small-cross-glyph {
    font-size: 8px;
}
.music-object-delete-div, .plan-object-delete-div, .description-object-delete-div {
    position: absolute;
    top: -6px;
    right: 2px;    
}
.projet_option {
    width: 90%;
    text-align: center;
    margin: auto;
	margin-top: 15px;
    padding: 6px;
    border-radius: 5px;
    position: relative;
}
.projet_option > span::before { 
  content: attr(data-content); 
} 


/*----------------------------
    The file upload form 
    muf-style.css    
-----------------------------*/
#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    width:100%;
    padding:8px;
    border-radius:3px;

    /*margin:200px auto 100px;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#upload.docsUpload{
    width:50%;
	margin: auto;
}

#drop{
    background-color: #2E3134;
    padding: 5px 2px;
    margin-bottom: 3px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #7f858a;
}

#drop a{
    padding:6px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#c85437;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 0 0 -40px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}
#upload.docsUpload ul{
    margin:0 0 0 0px;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    /*height: 52px;*/
    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 12px;
    font-weight: bold;
    /*
    position: absolute;
    top: 12px;
    left: 40px;
    */
    margin-left: 30px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 19px;
    /*left: 32px;*/
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}
#upload ul li div.preview {
  text-align: center;
  margin-left: 15px;
}
#upload ul li div.preview > img{
  width: 200px;
  opacity: 0.3;
}
#upload ul li.error p{
    color:red;
}

/* Admin styles : */ 
.margins-20 {
    margin: 0px 20px 20px 20px;
    padding: 3px;
    overflow: hidden;
}
.btn-delete-margin-top {
    margin-top: 5px;
}
.panel-heading {
    margin-bottom: 6px;
}
.btn-options-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: auto;
    max-width: 420px;
}
.btn-options-wrapper > div {
    margin: auto;
    display: inline-block;
}
.span3 {
    display: inline-block;
}
.btns-options-projets {
    display: inline-block;
    width: 170px;
    margin-left: 5px;
    float: left;
}

.jconfirm-box .dropdown-menu {
    height: auto;
    max-height: 100px;
    overflow-x: hidden;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    height: auto !important;
}
.jconfirm-box, .jconfirm-content-pane {
	overflow: visible !important;
}

.jconfirm-diffusion .jconfirm-box, .jconfirm-diffusion .jconfirm-content-pane {
    overflow: hidden !important;
    overflow-y: auto !important;
}


/* Sidenav */
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9000; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #EEE;*/ /* white*/
	opacity: 0.8;
    overflow-x: auto; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	-webkit-box-shadow: 4px 0px 24px -1px rgba(26,26,26,1);
	-moz-box-shadow: 4px 0px 24px -1px rgba(26,26,26,1);
	box-shadow: 4px 0px 24px -1px rgba(26,26,26,1);
}
.sidenav-opposite-disable-layer {
	height: 100%;
	width: 100%;
	z-index: 8999;
	background-color: #555;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	text-decoration: none;
}
/*---- panel button ----*/
.panel-button{
    -ms-user-select:none;
    -mos-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
    position:fixed; 
    margin:64px 0 0 0px; top:0; left:0;
    background-color:black;
    height:3px;
    width:24px;
    border-style:solid;
    border-color:white;
    border-top-width:18px;
    border-bottom-width:18px;
    border-left-width:8px;
    border-right-width:8px;
	cursor: pointer;
    box-sizing:content-box;
	z-index: 9;
}
.panel-button:before, .panel-button:after {
    background-color:black;
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 3px;
    display:block;
    transition:all .2s linear;
}
.panel-button:after {
    top: 8px;
}
.panel-button.active {
    background-color:rgba(171,200,55,1);
    margin-top:12px;
}
.panel-button.active:before {
    transform: rotate(45deg);
    top:0;
}
.panel-button.active:after {
    transform: rotate(-45deg);
    top:0;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media screen and (min-width: 800px) {
	.projets_options_header {
		min-width: 400px;
	}
}

.hotspot-how-to {
	position: absolute;
	right: 5px;
	bottom: 5px;
	/*
	width: 100px;
	height: 100px;
	*/
}

/* Used colors : To keep at end of file ! */
/* Vert */
.primary-bg-color {
  background-color: rgba(171,200,55,1);
}
.primary-bg-color-70 {
  background-color: rgba(171,200,55,.7);
}
.primary-bg-color-50 {
  background-color: rgba(171,200,55,.5);
}
.primary-bg-color-30 {
  background-color: rgba(171,200,55,.3);
}
.primary-bg-color.active {
  background-color: rgba(171,200,55,1);
}
.primary-border-color {
  border-color: rgba(171,200,55,1);
}
.primary-color {
  color: rgba(171,200,55,1);
}
.main-text-color {
  color: black;
}
.secondary-bg-color {
  background-color: #c85437;
}

