/*
    Document   : palette.css
    Created on : 29 janv. 2013
    Author     : m.meausoone
    Description:
        Style visuel des palettes de controle

*/



/* palette indiquant les chargements */

.palette-miniloading {
    background: url(../img/bg_miniloader.png) 0 0 no-repeat;
    width: 64px;
    height: 84px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -42px;
    margin-left: -32px;
    border-radius: 5px;
}
.maquette-miniloading-anim {
    position: absolute;
    left: 50%;
    top: 28px;
    background: url(../img/loading.gif) 0 0 no-repeat;
    width: 48px;
    height: 48px;
    margin: 0 0 0 -24px;
    padding: 0;
}




/* Etage */

.palette-etage {
    display: none;
    position: absolute;
    overflow: visible;
    top: 40px;
    left: 20px;
    width: 58px;
    font-family: arial, sans-serif;
    border: 1px solid #d9d9d9;
    background: #e6e6e6;
    padding: 1px;
    margin: 0px;
}


.palette-etage ul {
    margin: 0;
    padding: 1px;
    list-style: none;
    font-size: 0.9em;
    border: 1px solid #eeeeee;
    background: #f3f3f3;
}


.arka-player .palette-etage ul li {
    display: block;
    width: auto;
    padding: 0 0 2px 0;
    margin: 0;
    border-bottom: thin solid #999;
    margin: 1px auto 2px auto;
}

.palette-etage ul li div {
    display: block;
    width: auto;
    padding: 4px 0 5px 0;
    text-align: center;
    color: #7e828f;
    font-size: .9em;
    font-weight: normal;
    cursor: pointer;
}


.palette-etage ul li.active div,
.palette-etage ul li:hover div {
    color: #fff;
}


.palette-etage ul li.etage-plus,
.palette-etage ul li.etage-moins {
    border: none;
    height: 19px;
    margin: 10px 0 0 0;
    padding: 0;
}
.palette-etage ul li.etage-plus {
    margin: 0 0 10px 0;
}
.palette-etage ul li.etage-plus div,
.palette-etage ul li.etage-moins div {
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent url(../img/palette-etage-pictos.png) center 0 no-repeat;
}

.palette-etage ul li.etage-plus:hover div {
    background-position: center -27px;
}
.palette-etage ul li.etage-moins div {
    background-position: center -61px;
}
.palette-etage ul li.etage-moins:hover div {
    background-position: center -85px;
}


.palette-etage ul li:last-child {
    border: none;
}


.palette-etage.duplex {
    display: block;
    top: 240px;
    right: 20px;
    left: auto
}
.palette-etage.duplex .etage-plus {
    display: none;
}
.palette-etage.duplex .etage-moins {
    display: none;
}





/** tooltip **/

.palette-tooltip {
    display: none;
    position: absolute;
    z-index: 10;
    width: 80px;
    background: #fff;
    z-index: 10000;
    margin: -155px 0 0 -40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
}

.palette-tooltip h5{
	text-align: center;
	background-color: #3c3b3d;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 0.6em;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 2px 0;
	border-bottom: thin solid #6e6d70;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
.palette-tooltip .pieds-palette{
	height: 8px;
	background-color: #3c3b3d;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
.palette-tooltip div.infos{
    width: auto;
    font-size: .8em;
    padding: 4px 0 0 0;
    background-color: #FFFFFF;
    border: thin solid #bfbec0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.palette-tooltip .type,
.palette-tooltip .surface,
.palette-tooltip .statut,
.palette-tooltip .prix {
	display: block;
	width: 100%;
	text-align: center;
}
.palette-tooltip .type{
	color: #666;
	font-weight: 600;
	font-size: 0.8em;
	padding: 4px 0 5px 0;
}
.palette-tooltip .surface{
	font-weight: 600;
	font-size: 0.75em;
        color: #000;
}
.palette-tooltip .statut{
	color: #333333;
	font-size: 0.7em;
}
.palette-tooltip .disp{
	color: #5bac44;
	font-size: 0.7em;
}
.palette-tooltip .none,
.palette-tooltip .offline,
.palette-tooltip .vend,
.palette-tooltip .resa {
	color: #ff0000;
	font-size: 0.7em;
}
.palette-tooltip .opti {
	color: #ff9911;
	font-size: 0.7em;
}
.palette-tooltip .prix{
	font-weight: 600;
	font-size: 0.7em;
        color: #000;
}
.palette-tooltip .prix.cache {
    display: none;
}
.palette-tooltip .pointeur{
	width: 18px;
	height: 20px;
	margin: -2px auto -18px auto;
	background: transparent url(../img/pointeur.png ) no-repeat center center;
}
.palette-tooltip .visiter {
    font-size: .7em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 4px auto;
    padding: 2px 3px;
}







.palette-legends {
    position: absolute;
    left: 20px;
    bottom: 65px;
    border: none;
    text-align: left;
}
.palette-legends .legend-sample {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0px 1px 0px 1px;
    text-align: center;
    line-height: 20px;
    background: #000;
}

.palette-legends ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.palette-legends ul li {
    float: left;
    clear: none;
    color: #fff;
    font-size: .6em;
    cursor: pointer;
    padding: 0;
    margin: 0 3px 0 0;
}

.palette-legends h3 {
    font-size: 13px;
    text-align: center;
    border: 1px solid #000;
    padding: 2px;
}


.palette-legends ul li.highlight {
    color: #fff;
}



.palette-compass {
    position: absolute;
    right: 10px;
    bottom: 40px;
    display: block;
    width: 100px;
    height: 100px;
    background: transparent;
    overflow: hidden;
    border: none;
    z-index: 499;
}

.palette-compass #boussole {
   /*background: #FAFAFA url(img/fond_boussole.png) repeat 0 0;*/
}

.palette-compass img {
    margin: 0;
}



.palette.palette-mini-maquette {
   position: absolute;
   width: 145px;
   height: 83px;
   top: 40px;
   right: 5px;
   border: none;
}
.palette.palette-mini-maquette.bigger {
   width: 280px;
   height: 160px;
   margin-left: -137px;
}


.palette.palette-mini-maquette .toggle-container {
   position: relative;
   display: block;
   overflow: hidden;
   width: 143px;
   height: 83px;
   padding: 0;
   margin: 0;
   border: thin solid #919193;
}
.palette.palette-mini-maquette.bigger .toggle-container {
   width: 278px;
   height: 160px;
}

.palette-mini-maquette .drag-bar{
    padding: 0;
    margin: 0;
    height: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.palette-mini-maquette .drag-bar .grip {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 10px;
    background-image: url(../img/grip2.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.palette-mini-maquette .toggle {
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    width: 11px;
    height: 9px;
    background: url(../img/toggle-controle.gif) top left no-repeat;
}
.palette-mini-maquette .toggle-size {
    position: absolute;
    z-index: 10;
    left: 5px;
    bottom: 5px;
    display: block;
    width: 20px;
    height: 18px;
    background: url(../img/minimaquette-toggle.gif) top left no-repeat;
}


.palette-mini-maquette .container {
   overflow: hidden;
   position: relative;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   background: #fff;
}
.palette-mini-maquette object {
   display: block;
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
}







/* ajout ui html5 */
.rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}




/* Palette de controle */

.palette-control{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 400px;
    padding: 0px;
    margin: -85px 0 0 -133px;
    border: 1px solid #999;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    background-color: #FFFFFF;
    z-index: 500;
}

.palette-control .drag-bar {
    padding: 0;
    margin: 0;
    height: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.palette-control .drag-bar .grip {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 10px;
    background-image: url(../img/grip2.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.palette-control .toggle {
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    width: 11px;
    height: 9px;
    background: url(../img/toggle-controle.gif) top left no-repeat;
}



.palette-control .btn-control-ctn{
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px;
}


.palette-control ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.arka-player .palette-control ul li{
    float: left;
    cursor: pointer;
    margin: 0 6px 0 9px;
    padding: 0;
    width: 40px;
    height: 36px;
    list-style: none;
    text-align: center;
    overflow: hidden;
    border: none;
}
.palette-control ul li div {
    float: left;
    display: block;
    width: 43px;
    height: 39px;
    margin: -1px 0 0 -1px;
    padding: 39px 0 0 0;
    overflow: visible;
    -webkit-appearance: none;
    color: #999;
    font-size: 1px;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background-color: transparent;
    background-image: url(../img/arka_player_icons.png);
    background-repeat: no-repeat;
}


.palette-control ul.labels {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
}
.palette-control ul.labels li {
    display: block;
    color: #999;
    margin: 0 0 0 0;
    padding: 0;
    width: 55px;
    height: auto;
    line-height: 120%;
    font-size: 8px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}



/* redefinir dans le programme.js du programme */
.palette-control .btn-turnLeft div{ background-position: -6px -8px; }
.palette-control .btn-turnRight div{ background-position: -6px -52px; }
.palette-control .btn-toggleMove div{ background-position: -6px -96px; }
.palette-control .btn-zoomPlus div{ background-position: -6px -140px; }
.palette-control .btn-zoomMinus div{ background-position: -6px -185px; }
.palette-control .btn-fullscreen div{ background-position: -6px -230px; }
.palette-control .btn-fullscreen.back div{ background-position: -6px -276px; }

.palette-control .btn-print div{ background-position: -6px -320px; }


/* Palette d'information
---------------------------------------------------------------------------- */



.infosLot{
        display: none;
	position: absolute;
	top: 50px;
	left: 20px;
	width: 220px;
        z-index: 50;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.infosLot h5,
#formReceptionDossier h5 {
	text-align: center;
	background-color: #3c3b3d;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1em;
        letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0;
	border-bottom: thin solid #6e6d70;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
.infosLot .bloc, .infosLot .button, .infosLot hr{
	width: 90%;
	margin: 3px auto;
}
.infosLot .button_margin {
    clear: both;
    margin-top: 6px;
}
.infosLot hr{
	height: 1px;
	border: none;
	border-bottom: thin solid #c0c1c4;
}
.infosLot .bloc{
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	margin-top: 8px;
	margin-bottom: 12px;
	padding-bottom: 8px;
}
.infosLot .bloc .liste{
	padding: 0;
	list-style-type: none;
	width: 90%;
	margin: 3px auto 6px auto;
}
.infosLot .bloc ul.liste li{
	display: block;
        font-size: .8em;
        text-align: center;
}
.infosLot .bloc ul.liste p{
	font-size: 1em;
        padding: 8px 0 0 0;
        margin: 0;
}
.infosLot .bloc ul.liste li.pas-de-contenu{
    font-size: .8em;
    font-style: italic;
}
.infosLot .bloc_prix{
        padding-top: 6px;
	background-color: #FFFFFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.infosLot .bloc_document{
	background-color: #969899;
	margin-bottom: 6px;
}
.infosLot .infos{
	color: #4b4a4d;
}
.infosLot .logement{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 3px 0;
	text-align: center;
}
.infosLot .type{
	margin: 3px 0;
	text-align: center;
	font-weight: 700;
        text-transform: uppercase;
}
.infosLot .dispo{
	margin: 3px 0;
	text-align: center;
	font-weight: normal;
        font-size: .8em;
	color: #5BAC44;
}
.infosLot .version-pc {
    display: block;
}
.infosLot .version-ipad {
    display: none;
}
.infosLot .titre_surface{
	margin: 6px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	font-weight: 600;
}
.infosLot .etage{
	margin: 3px 0 0 0;
        text-transform: uppercase;
	font-size: 0.9em;
	text-align: center;
	font-weight: 600;
}
.infosLot .etage sup{
        font-size: .6em;
        text-transform: none;
}
.infosLot .surface{
        font-size: 1.9em;
	margin: 0 0 3px 0;
	text-align: center;
	font-weight: 900;
}
.infosLot .surface sup{
        font-size: .6em;
}
.infosLot .prix{
	margin: 3px 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-weight: 600;
	color: #cc071e;
	font-size: 1em;
	text-transform: capitalize;
}
.infosLot .prix .label{
	color: #4b4a4d;
        font-weight: normal;
	font-size: 0.75em;
}
.infosLot .document{
	margin: 3px 0 0 0;
	padding: 5px 0 2px 25px;
	text-align: center;
	font-weight: normal;
	font-size: 0.9em;
	text-transform: capitalize;
        cursor: pointer;
	background: transparent url( ../img/dl_icone.png ) no-repeat 40px 7px;
}
.infosLot .no-docs {
    font-style: italic;
    text-align: center;
    margin: 5px 0px 5px 0px;
}
.infosLot .grip-droite{
    right: 32px;
}
.infosLot .ombre {
    position: absolute;
    bottom: -30px;
    left: 5px;
    background: transparent url(../img/infos-lot-ombre.png) 0 0 no-repeat;
    width: 223px;
    height: 20px;
}
.infosLot .bloc_document{
        margin-top: 12px;
}
.infosLot .bloc_document ul{
        clear: both;
        width: auto;
        padding: 8px 0 8px 0;
}
.infosLot .bloc_document ul li{
        width: auto;
}
.infosLot .bloc_document li a{
        display: block;
        clear: both;
        padding: 4px 0;
        font-size: 1em;
        margin: 8px auto 0 auto;
        width: auto;
        text-align: center;
        text-decoration: none;
        color: #4c4d4f;
        background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 75%,#dedfe0 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(80%,#dedfe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 50%,#dedfe0 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#dedfe0 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#dedfe0 80%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#dedfe0 80%); /* W3C */

        border: thin solid #eeefef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.infosLot .pieds-palette{
	height: 8px;
        margin-top: 8px;
	background-color: #3c3b3d;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
