body.login-page{
    background: url('../img/iStock_000001450732_Large.jpg') no-repeat center / cover;
}
.form-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}
#itemList:empty{
    content:'No items found';
    display: block;
    height: 40px;
    width: 100%;
}

#fromLocalHost{
  display: none;
}
.fixed-height-650{
  max-height: 650px;
  overflow-y: auto;
}

.login-logo a{
    color:#F58F07;
}

.popup{
    _width: 900px;
    margin: auto;
    text-align: center
}
.popup img{
    _width: 200px;
    _height: 200px;
    cursor: pointer
}
.show_img{
    z-index: 999;
    display: none;
}
.show_img .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.show_img .img-show{
    width: 600px;
    height: 400px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden
}
.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*End style*/


.box {
	background: rgba(255,255,255,0.8);
}
.content-wrapper:before {
	content: "";
	display: block;
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	top: -50px;
}