#modalShowBig .modal-dialog {
  position:absolute;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 10%;
  width:80%;
  height: 80%;
}
#modalShowBig .modal-content {
  min-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0; 
}
#modalShowBig .modal-body {
  position:absolute;
  padding:0;
  top:0; /* height of header */
  bottom:0;  /* height of footer */
  left:0;
  right:0;
  overflow-y:hidden;
}
#modalShowBig .modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

button.close, button.close:hover{
	position:absolute;
	top:-10px;
	right:-10px;
	width:30px;
	height:30px;
	border:1px solid #fff;
	background-color: #000;
	color:#fff;
	opacity: 0.8;
	border-radius: 10px;
}
button.close:hover{
	border-color: yellow;
	color: yellow;
}

#carousel-example-generic{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.carousel-inner>.item>img {
	width:100%;
}

.carousel-inner {
	background-color:#000;
}

.seeBig{
	cursor: pointer;
-webkit-box-shadow: 1px 1px 1px 1px rgba(130,130,130,0.8);
-moz-box-shadow: 1px 1px 1px 1px rgba(130,130,130,0.8);
box-shadow: 1px 1px 1px 1px rgba(130,130,130,0.8);
}

.box-solid{
	margin-bottom:2em;
}
.box-footer{
	padding-top:1em;
	cursor:all-scroll;
}


.albumControllers {
	margin-top:1em;
}

.albumPhotos div {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.icheckbox_square-blue{
    padding: 0!important;
    margin: 0!important;
}

#modalTools .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
#multiActionMenu {
    position:fixed;
    top:50px;
    width:300px;
    left: 50%;
    margin-left: -150px;
    display: none;
    z-index:1049;
    box-shadow: 0px 0px 18px 4px rgba(80,80,80,1);
}
#multiActionMenu .panel-body{
    text-align: center;
}
.box-footer.photoAction {
    text-align: left!important;
}