/*
For use with Fancy Gallery int he indivision core
*/

.GalleryImageHolder{
	margin:8px;
}
.LBThumbs div{
	float:left;
	height:92px;
	width:92px;
}

#NotificationDiv, .NotificationBox {
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 14px;
  -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display:block;
  

}
.notify, #NotificationDiv, .NotificationBox, .Warning {
  background: #FEFCCB;
  color: #565314;
  border: 1px solid #BDB62D;
}

.notify {
    background:#FEFCCB;
    color:#565314;
    border:1px solid #BDB62D;
}

.error {
    background:#FFD2D3;
    color:#900;
    border:1px solid #DF8D8E;
}

.success {
    background:#D4FFCD;
    color:#15570A;
    border:1px solid #9BDF90;
}

a.social-icon img {
	border:0;
	margin:2px;
}
/*
This is a class we put on trick form elements for bots, that won't show up for regular browsers. 
Bots should fill them in and then we will know they are bots!
*/
.StickySweet{
	display:none;
}
/*
Used for advanced text chunks with preview feature.
*/
.TextChunkPreviewTop{
	font-weight:bold;
	font-size:1.2em;
}
.hideMe {
	display: none !important;
}
.ProfileMap{
	margin-top:15px;
	width:200px;
	height:200px;
}	
.ProfileMap #map{
	width:100%;
	height:100%;
	
}
.VidControlImage {
    font-size:100px;
    text-align: center;
    line-height:300px;
    background-size: 100% 100%;
    color:white;
    text-shadow:0 0 10px #000;
    cursor:pointer;
    margin-bottom:8px;
    margin-top:2px;
}

.VidControlImage:hover {
    color:#fcbe01;
}
