.dropdown-menu.menu-index{
	z-index: 10000;
	right:0px; 
	left:inherit
}
.dropdown-menu.menu-index > li{
	text-align:left;
}
.loadingImage{
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	z-index:700000; 
	display:none;
}

.contact-form .error, .contact-form .empty {
	display:inherit;
	visibility:hidden;
	position:relative;
}
.btn-app {
        border-radius: 3px;
    position: relative;
    padding: 13px 5px;
    margin: 0 0 10px 0px;
    min-width: 100%;
    height: 48px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 14px;
}
.btn-app>.fa, .btn-app>.glyphicon, .btn-app>.ion {
    font-size: 20px;
    display: block;
}
.loadingImage-container{
	display:table-cell;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.loadingImage-container > img{
	width:50px;
	opacity:0.7; 
	margin:auto;
}
.message-success{
	color:green;
	font-size: 12px;
}
.form-control.min-textarea{
	min-height: 210px;
}
.pad-top-bottom-5{
	padding: 10px 0px;
}
.btn-cursor{
	cursor:pointer;
}
.col-lg-12.form-hints{
	font-size: 12px;
    text-align: center;
    color: #1e1e1e;
}
/* Popup Box Start */
.new-material .nm01 .cont-hldr {
    padding: 15px;
    max-height: 120px;
    overflow: hidden;
    min-height: 120px;
}
#imgPopup{
	display: none;
}
.imgPopup-background{
	opacity:0.9; 
	background:#000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:79999;
}
.imgPopup-container{
	width: 100%;
    height: 100%;
	padding-left:10%;
	padding-top:7%;
	position:fixed;
    z-index: 80000;
overflow: scroll;
}
.imgPopup-close{
	cursor: pointer;
    font-size: 25px;
    padding: 26px;
    position: fixed;
    width: 100%;
    text-align: right;
    z-index: 23232323;
    color: white;
    font-family: sans-serif;
}
.pop-hldr .scrl-cont-hldr {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-right: 20px;
	max-height: 332px;
}
#imgPopup-title{
	font-size:25px;
	font-weight:bold;
}
.pop-hldr .pop-sldr {
	margin-top:0px;
}
.pop-hldr .pop-sldr img {
	height: 280px;	
}
.thumbImage{
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 84px;
	margin-top: -1px;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 10px 0px 10px 2px;
	white-space: nowrap;
	width:100%;
}
.thumbImage > li{
	cursor: pointer;
	display: inline;
}
.thumbImage > li > img{
	margin: 5px 4px;
	width: 50px!important;
	height: 40px!important;
	cursor: pointer;
}
.pop-hldr.popup-bg{
	background:#FFFFFF; 
	width:90%;
	overflow: hidden;
    height:auto;
}
/* Popup Box End */