.image-overlay{
	position:relative;
}

.image-overlay img,.image-overlay .overlay{
	height:140px;
	width: auto;
}

.image-overlay .overlay{
	background-color: rgba(0,0,0,0.5);
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.2s;
}

.image-overlay .overlay button.overlay-button{
	border: medium none;
    color: white;
    font-size: 0.85em;
    display: inline;
    height: 50%;
    padding: 0;
    width: 100%;
    background:none;
    border-radius: 0px;
    max-width: 100%;
}

.image-overlay .overlay button.overlay-button.overlay-button-full{
	height:100%;	
}

.image-overlay .overlay button.overlay-button:hover{
	cursor:pointer;
	background:rgba(255,255,255,0.5);
}

.overlay-button.yes-btn{
	background:rgba(0,200,0,0.1) !important;
}

.overlay-button.yes-btn:hover{
	background:rgba(0,200,0,0.5) !important;
}

.overlay-button.no-btn{
	background:rgba(200,0,0,0.1) !important;
}

.overlay-button.no-btn:hover{
	background:rgba(200,0,0,0.5) !important;
}

.image-overlay:hover .overlay,.image-overlay.selected .overlay{
	opacity: 1;
}

.image-overlay .overlay.disabled{
	display:none;
}

.gallery-container {
	clear: both;
	display: table;
	width: 100%;
}

.gallery-item {
	float: left;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	padding: 8px;
	transition: all ease 0.3s;
	width: 100%;
	height: 240px;
}

.gallery-item.removed{
	opacity: 0;
}

.gallery-item .photo {
	overflow: hidden;
	text-align: center;
}

.gallery-item .details {
	float: left;
	padding-left: 4px;
	overflow-x: hidden;
}

.gallery-item .details .name {
	font-weight: bold;
	font-size: 1.3em;
}

.gallery-item .details div {
	font-size: 0.8em;
	line-height: 1.4em;
}

.gallery-item img {
	height: 140px;
	background-color:#e7e3ca;
}

.gallery-item img.small {
	height: 100px;
}

.fix-size, .fix-size .overlay{
	height:120px;
	overflow: hidden;
	width:100px;
}



.fix-size img {
    height: 130px;
    left: -2px;
    position: relative;
    top: -2px;
}

.image-overlay.only-non img{
	height:130px;
}

.emp-id-select {
	position: fixed;
	width: 300px;
	padding: 4px;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}

.emp-id-select .title {
	background: #5c9ccc none repeat scroll 0 0;
	height: 20px;
	color: white;
	padding: 2px;
	cursor: move;
	
}

.gallery-wrapper{
	width:265px;
}

.non-hitlist .gallery-item:hover{
	background-color: #dfeffc;
}

.non-hitlist .gallery-item, .iframed .gallery-item div{
	user-select: none; /* CSS3 (little to no support) */
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: none; /* Gecko (Firefox) */
	-webkit-user-select: none; /
}

.non-hitlist .gallery-item {
	cursor: pointer;
	transition: all ease 0.5s;
	
}

.iframed .gallery-item .name{
	color: black;
	font-size: 1.4em;
	clear: both;
}

.iframed .gallery-item .name.unset {
	color: #AAAAAA;
	font-size: 1.2em;
}

.iframed .gallery-item .reset {
	display:none;
}

.iframed .gallery-item:hover .reset {
	display:inline;
}

.iframed .gallery-item.selected {
	background-color: #dfeffc;
	color: #e17009 !important;
}

.stripped-table td{
	font-weight: 100;
	text-align:center;
}

.stripped-table tr td:first-child,.stripped-table tr th:first-child{
	text-align:left;
	font-weight: bold;
}

.stripped-table tr:nth-child(even) {background: #dfeffc}