/**
 * X14
 * application web pour les metiers de l'immobilier: syndic / gerance / transaction
 *
 * LICENSE
 *
 * This source file is subject to the new BSD license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://x14.gercop.com/LICENCE.txt
 * 
 * @filesource /public/css/extranet.css
 * @copyright	Copyright (c) 2017, GERCOP France ( Jacques Bigand ) All rights reserved.
 * @license		http://x14.gercop.com/LICENCE.txt     New BSD License
 * @author 		Marco Palazzolo, Romain Brasier, Jonathan Jorand, Alexis Bott, Pierre-jean Barret, Julien Spaeter
 * @version 	0.8 - 01/01/2018
 */

/*a i {margin-right:0px;}*/
body{
    background-color: #E8E8E5;
}
.fleft{float:left;}
.fright{float:right;}
.clear{
	clear:both;
}
.h100{height:100%;}
.v-align-middle{vertical-align:middle;}
.v-align-top{vertical-align:top;}
.v-align-bottom{vertical-align:bottom;}
.display-table-cell{
	display:table-cell;
}
.display-table{
	display:table;
}
.w100{
	width:100%;
}
.w90{
	width:90%;
}
.w80{
	width:80%;
}
.w70{
	width:70%;
}
.w50{
	width:50%;
}
.w40{
	width:40%;
}
.w30{
	width:30%;
}
.w16{
	width:16.67%;
}
.w66{
        width:66.66%;
}
.w20{
	width:20%;
}
.w10{
	width:10%;
}
.inlineblock{display:inline-block;}
.inlineblock{display:inline-block;}
.text-center{text-align:center;}
.marginAuto {margin:auto;}
.nowrap{
	white-space:nowrap;
}
.relative{
	position : relative;
}
.text-muted {
  color: #aaa9a9;
}
.text-muted a{
    color:#aaa9a9;
    text-decoration:none;
} 
#extranet{
    padding-top:1px;  
    height: 100%;
}
#extranet .header{
    background:white;
    /*height:15vh;*/
    /*position:fixed;*/
    position:relative;
    z-index:1000;
    box-shadow: 2px 2px 8px #B7B7B7;
}
#extranet #organization_name{
    padding:5px;
    color: #498EC8;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    display: table-cell;
    vertical-align:middle;
}
#extranet .header img{
    padding:2px;
    max-height: 100px;
    max-width: 350px;
}
#extranet #logoEditeur img{
    padding:5px;
/*    max-height: 110px;*/
}
#mainWrapper{
  min-height: 0;
  margin: auto;
  padding: 0px ;
  /*margin-top: 10.5vh;*/
  margin-top: 15px;
  height:73vh !important;
}
.breadcrumb{
  margin:0px;
  width: 100%;
  padding: 8px 30px;
  z-index: 1000;
  border-radius: 0px;
  position: relative;
}
#tabs{
    width: 100%;
    height:100%;
    position:relative;
}
#navLeftExtranet{
  padding-top:0px;
  margin-top:0px;
  height:100%;
  padding-left:0px;
  padding-right:0px;
  float:left;
}
#navLeftExtranet .list-group-item {
  border: none;
}
#navLeftExtranet li i {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  margin-left: 15px;
  font-size: 25px;
}
/*icône user*/
#navLeftExtranet > li:first-child{
    display: table;
    padding-left: 10px;
    padding-top:15px;
    padding-bottom:10px;
    background:#3E85C2;
    border-radius: 4px;
    position:relative;
    color:white;
    font-weight:bold;
}

div.button-group ul.dropdown-menu {
    width: 250px;
}

div.button-group ul.dropdown-menu li div.checkbox {
    font-size: 20px;
}

div.button-group ul.dropdown-menu li div.checkbox input[type=checkbox]{
    margin: 4px 0 0;
    margin-left: 5px
}

#navLeftExtranet li:first-child div.pull-right{
    background: none;
    border: none;
    padding-top: 5px;
    margin-right: 0px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 2px 20px 0px 20px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    background-color: transparent;
    color: black;
    border-color: transparent;
}

/** Menu des widgets **/
button.dropdown-toggle {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

button.dropdown-toggle:focus {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition-duration: 0.5s;
}

/*span.pull-left {
    margin-top: -7px;
    margin-right: 5px;
}*/

div.button-group ul.dropdown-menu div.checkbox label.small span {
    padding-left: 40px;
}
/** /Menu des widgets **/

#navLeftExtranet li:first-child:not(ul.dropdown-menu) a{
    position:absolute;
    display:block;
    width:auto;
    bottom:22px;
    right:25px;
    z-index:1000;
    background:#fcfcfc;
    padding: 5px 10px;
    box-shadow: 0px 0px 10px rgba(250,250,250, 0.8);  
}

/*pas de bordures pour les icônes de la première entrée du menu (deconnexion)) */
#navLeftExtranet li:first-child a i{
    width:auto;
    margin-right: 0px;
    margin-left: 0px;
    border-right: 0px;
}
/*bordures à droite des icônes du menu*/
#navLeftExtranet a:last-child > i {
  border-right: 5px solid red;
  text-align:start;
}

#navLeftExtranet li:first-child a:hover{
    background:#efefef;
    border-radius: 4px;
}

#navLeftExtranet li:first-child div{
    background: white;
    /*white-space: nowrap;*/
    display: table-cell;
    margin-right: 15px;
    border-radius: 52%;
    border: white 5px solid;
    display:inline-block;
    width: 60px;
    height: 59px;
    color:#2eaadc;
    font-size: 25px;
}
#navLeftExtranet li:first-child div.checkbox {
    white-space: nowrap;
    font-size: 20px;
    height: 0px;
}
/*bloc texte Identité du menu */ 
#navLeftExtranet li:first-child span{
    
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#navLeftExtranet li:first-child a i{
    color:#DD5555;
} 
#navLeftExtranet li:first-child a:hover i{
    color:red;
} 
#navLeftExtranet li:first-child i{
}
/*icône userMenu */
#navLeftExtranet li:first-child div i{
    width:50px;
    margin:0px;
}

#iconeUserMenu{
    background: white;
    padding:2px 11px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #2eaadc;
    margin:auto;
}
#tabs .step-content{
    /*margin-top: 15px;*/
    /*padding-left:10px;
    padding-right:10px;*/
    /*background-color: #f2f2f2;*/
}
 /*#page_content{ padding: 0 15px;}*/
#viewControllerContainer{height:100%;}
footer { 
    background: transparent;
    /*
    border-top: 1px solid #E5E5E2;
    background: white;
    */
    width: 100%;
    height:5vh;
    display:table;
    vertical-align: middle;
}
#menuCollaps{
    display:none;
    position:absolute;
    top:10px;
    right:10px;
}
#sessionTimer a {
    color: black;
    text-align: center;
    display: block;
}
.nav-stacked>li {
    box-shadow: 0px 4px 5px #B7B7B7;
}

/* ------- Connexion ------- */

#conteneurIndex{
	width: 500px;
	height:auto;
	margin:auto;
	left:10%;
	right:10%;
	/*background:rgba(165,165,165,0.65);*/
	text-align:center;
	position:absolute;
	top: 250px;
	
}
#conteneurIndex #cadreConnexion{
	background:#fff;
	box-shadow: 4px 5px 10px #B7B7B7;
	border-radius:10px;
}
#conteneurIndex #cadreConnexion form{
	margin:5%;
	
}
#conteneurIndex #cadreConnexion .title{
    background-color: #0999d6;
    padding: 10px 0;
    color: white;
    text-align: center;
    margin:10px 0;
    border-radius: 4px;
}
#connexionContainer {
	/*
	position: relative!important;
	width: 70%;
	margin: auto;
	*/
}

#cadreConnexion h1{
	padding:0px;
	margin-bottom:0px;
	margin-top:10px;
	text-align:center;
	color:#fff;
	font-size: 28px;
	}
#connexion-logo{
	margin-top:-85px
}
#captchaImage {
	margin-left: 25px;
}
#NavLinksConnexion {width:100%;}
#NavLinksConnexion li{
	display:inline-block;float:none;
}
#NavLinksConnexion a{
	color:#428BCA;
}
#NavLinksConnexion a:hover{
	text-decoration:underline;
	background:none;
}

#icon-User-border-blanche{
    background: white;
    white-space: nowrap;
    display: inline-block;
    border-radius: 52%;
    border: white 5px solid;
    box-shadow: 0px 0px 3px rgba(125, 125, 125, 0.5);
}
#icon-User{
    background: white;
    padding: 0px 20px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #2eaadc;
}

#cadreConnexionIconeUser{
	margin-top: -85px;
	color:#2eaadc;	
}

/*jquery.sortable.js http://farhadi.ir/projects/html5sortable */
/*
.sortable-dragging{
    background-color: red;
    opacity:1;
}
.sortable-placeholder{
    background-color: green;
}
*/
/*nativesortable.js http://www.html5rocks.com/en/tutorials/dnd/basics/ */
.sortable-child{
    border:3px dashed #dfdfdd;
}
.sortable-dragging{
    border:3px solid orangered;
}
.sortable-over{
    background-color: purple;
}

/* BEGIN enscroll css */

.jScrollbar1,.jScrollbar1horizontal{ 
	height : 33vh;
	overflow: auto;
	width:100%;
}

.vertical-track2 {
    width: 10px;
    background: #f2f2f2;
    border: 1px solid #dfdfdd;
}

.vertical-handle2 {
    width: 10px;
    cursor:s-resize;
}

.vertical-handle2 .top {
    width: 10px;
    height: 10px;
    background: #2eaadc ;
}

.vertical-handle2 .bottom {
    width: 10px;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #2eaadc url('images/decoAscenseur.jpg') no-repeat center center;
}

.horizontal-track2 {
    width: 100%;
    height: 10px;
    background: #f2f2f2 ;
}

.modal-header,.modal-footer{
    background:#3E85C2;
 }
.horizontal-handle2 {
    height: 10px;
	cursor:w-resize;
}

.horizontal-handle2 .left {
    width: 10px;
    height: 10px;
    background: #2eaadc ;
}

.horizontal-handle2 .right {
    width: 100%;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: #2eaadc url('images/decoAscenseurHorizontal.jpg') no-repeat center center ;
}

.corner2 {
    width: 10px;
    height: 10px;
    background: #ffffff ;
}
/* END enscroll css */

.widget-heading{
    cursor: move;
}

.widget-body{
	line-height:normal;
	padding:10px;
    padding-right:5px;
    min-height : 35vh;
}

/* BEGIN FLUX RSS */
.rssItemContainer {
    display:table;
    padding-bottom:15px; 
}
.rssItemTitle {
	padding-bottom:10px; 
	background:none;
}
.rssTitle{
	font-size:100%;
	line-height:20px;	
	font-weight:bold;
	color:#0000FF;
}
a.rssTitle{

}
.rssDescription{
    display:table-row;
}
.rssDescription p {
    display:table-cell;
    width:60%;
	padding: 10px;
    padding-top: 0px;
	vertical-align:top;
	text-align:match-parent;
}
.rssDescription img {
    display:table-cell;
	width:100%;
	text-align:left;
	vertical-align:top;
}
/* END FLUX RSS */

.pagination {
  display: inline;
}

#sortableWidgets .col-md-12:nth-child(odd) {
    padding-left: 0px;
}
#sortableWidgets .col-md-12:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;   

}
.panel {
    margin-bottom: 15px;
}
#sessionTimeLeft {
    color:#000;
}
.modal-header,.modal-footer{
    background:#3E85C2;
 }
 
/* fiches */

.cellLabel {
	color:#9e9999;
}
.cellData {
    color: black;
}

#evenement .cellLabel {
    min-width:5%;
}
#sortableWidgets .cellLabel,
#infos .cellLabel,
#coordonnees .cellLabel {
    min-width:110px;
}
/*.pieces-jointes{margin-top:15px;}*/
/*#links div.document-link{position:relative;margin-right:15px;
    background: white;
    border: 5px solid white;}*/
/*#links div.document-link button{position:absolute;right:-10px;top:-10px;}*/

.role-header {
    height:61px;
    margin-left:0px;
    padding-left:0px;
    margin-top:24px;
    margin-bottom:0px;
}
.fiche-heading{
    border-top: 3px solid #3E85C2;
}

