.col-no-padding-right {
	padding-right: 0;
}

.col-no-padding-left {
	padding-left: 0;
}

#flashMapContainer, #jsMapContainer {
	text-align: center;	
}

#jsMapContainer {
	height: 400px;
}

#jsMapContainer #map.panel-body {
	height: 400px;
}

#searchLocation:hover {
	cursor: pointer;
}

hr {
	border-top-style: dotted;
}

.margin-bottom-light {
	margin-bottom: 10px;
}

.margin-grouping{
	margin-left:20px;
}

.error{
	color:red;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-custom:hover, .btn-custom:active, .btn-custom.active, .btn-custom.disabled, .btn-custom[disabled] {
background-color: #CDCDCD;
}
/* #anchorMap {
	display: none;
} */

 .panel-custom-annuaire{
 	padding:0px;
 }
 
 
.right-button{
 position: absolute;
 right: 20px;
 margin-top: 7px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#showFullscreenDirectory{
    border-right: 1px solid;
    margin-right:3px
}
.export-buttons{
    text-align : center;
    margin : 35px 0 25px 0;
}

#export-waiting{
    color:#428bca;
    text-align:center;
    width:300px;
    padding:10px;
    border:5px solid #428bca;
    margin:0 auto;
    display:none;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

table th#entryHash {
    width: 6%;
}