/*
@import url("main_dev.css");
*/
/*àéè*/

body { 
	/*margin-top: 90px;
	margin-bottom: 40px;*/
}

.navbar-title a{
	background-color:#ffffff;
	width:100%;
}

.bs-docs-footer {
	background-color:#ffffff;
	width:100%;
	border-top: 1px solid #eeeeee;
	padding-top:10px;
}

#content {
	margin-top: 90px;
	margin-bottom: 40px;
}

.imgframe {
	background:#ffffff;
    padding:6px;
    border:1px solid #999999; 
}

.imgthumb {;
    border:1px solid #ddd; 
}

.ombre {
	-moz-box-shadow: 6px 6px 10px #AAAAAA;
	-webkit-box-shadow: 6px 6px 10px #AAAAAA;
	box-shadow: 6px 6px 10px #AAAAAA;
	/*background-color: #fff;*/
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#AAAAAA', Direction=135, Strength=8);
}

.rounded {
	border-radius:6px;
}

.disabled {
	color:#d5d5d5;
}

.text-small {
	font-size:small;
}

#index_album .tab-pane {
	padding:15px;
	text-align:center;
}

#index_album .table-albums {
	margin-left: auto;
	margin-right: auto;
}

#index_album .table-albums a {
	text-decoration:none;
}

#index_album .table-albums .first-col {
	padding-top:10px;
	width:200px;
	text-align:center;
}

#index_album .table-albums .second-col {
	text-align:left;
}

#album_photos {
	text-align:justify;
}

.thumb-frame {
	text-align:justify;
}

.thumb-frame div {
	vertical-align:top;
	display:inline-block;
	margin:10px 5px 10px 0px; 
	position:relative;
	width:150px;
	text-align:center;
	/*height:174px;*/
}

.thumb-frame div img {
	max-width:133px;
	max-height:100px;
	width: auto;
    height: auto;
}

.thumb-frame p {
	white-space: wrap;
	text-align:center;
	margin:0px;
	margin-top:5px;
}

.thumb-frame a{
	text-decoration:none;
}

.frame_dialog {
	position:fixed;
	top:100px; 
	left:30px;
	border:1px solid #999999; 
	background:#fff; 
	z-index:50; 
	cursor:pointer; 
	font-size:100%;
	border-radius:6px;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px 0px;
}

.frame_title-bar {
	font-size:100%; 
	margin:0px; 
	padding:5px 10px 5px 15px;
	background:#000; 
	color:white; 
	text-align:center;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.frame_title-bar a:link, .frame_title-bar a:visited , .frame_title-bar a:hover{ 
	font-family : Tahoma, Arial, sans-serif; 
	color: #fff; 
	text-decoration:none; 
	border:none;
}

.frame_container {
	margin:10px;
}

.frame_footer {
	padding: 15px;
	margin-bottom:5px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

#access_table tr: { 
	border: none; 
}


#album_photos .checkbox {
	position:absolute;
	z-index:10;
	margin-top:-24px;
	margin-left:8px;
}



#album_photos .hidden_photo_x {
	position:absolute;
	z-index:2;
	margin-top:-102px;
	margin-left:7px;
	color:#f00;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}



#album_photos .hidden_photo_chk {
	position:absolute;
	z-index:10;
	margin-top:-102px;
	margin-left:7px;
	color:#f00;
	width:16px;
    height:16px;
}



#album_photos .legend_btn {
	position:absolute;
	z-index:2;
	margin-top:-23px;
	margin-left:8px;
	/*color:#A9D0F5;*/
	color:#2563CE;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
	cursor: pointer; 
	cursor: hand;
}

#album_photos .date_btn {
	position:absolute;
	z-index:2;
	margin-top:-23px;
	margin-left:8px;
	color:#2563CE;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
	cursor: pointer; 
	cursor: hand;
}

.bootbox .modal-header {
	background:#000;
}
.bootbox .modal-header h4, .bootbox .modal-header button{
	color:#fff;
}

#edit_tab .tab-pane {
	padding-top:10px;
}

li.active>a {
	font-weight:bold;
	color:blue;
}

