.popup-dialog-container, .popup-backdrop {	
	height: 100%;
    width:100%;
    left: 0;    
    top: 0;
    right:0;
    bottom:0; 
}
.popup-dialog-container {
	position:fixed;
	z-index:20000;
	display:none;
}
.popup-backdrop {
	position: absolute;
	opacity: 0.8;
	background: none repeat scroll 0 0 #000;
	z-index:-1;
}
.popup-content { 
	padding:30px;
	height: 90%;
    overflow-y: scroll;
	}
.popup-content > video { width:70%; }
.popup-content > video, .popup-content > img {
	left: 15%;
  	max-width:70% !important; 
  	height:auto;    	 
  	position: relative;
  	vertical-align:middle;
  	text-align:center;	     	 
}
.popup-content > .data {
	background: white none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    max-height: 500px;
    overflow-y: scroll;
    padding: 20px;
}
.html-content {
	height: 97%;
    width: 98%;
    border: 1px solid transparent !important;
}
.close-icon {
    background: none repeat scroll 0 0 white;
    border-radius: 50%;
    color: red;
    height: 20px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 22px;
    width: 22px;
    z-index:4;
    font-weight:bold;
    font-size:17px;
}


.approve-btn-color {
	background: green none repeat scroll 0 0 !important;
}

.reject-btn-color {
	background: #c40000 none repeat scroll 0 0 !important;
	color: white !important;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.width-100 {
	width: 100px;
}

.padding-bottom-1em {
	padding-bottom: 1em !important;
}

.aui .lfr-form-row.no-label label.control-label {
    display: none;
}
table.portfolio-role-table tr > td {
	border:none !important;
	background:inherit !important;
	
}
.member-list-container .control-group {
	margin-bottom:0px !important;
}
.group-wise-type-label {
	display:inline-block !important;
}
.info-text {
	font-size:0.8em;
}
.memberDetails {
	min-height:270px !important;
}
.aui .view-type-btn .btn.active {
	background-color:#d7f3ca;
}
html[lang="en-US"] .member-list-container .entries-container {
  margin-left: -6% !important;
  margin-top: -6px;
}

html[lang="hi-IN"] .member-list-container .entries-container {
    margin-left: -12% !important;
    margin-top: -6px;
}

.crawler-delete-confirm-box {
	background: white none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    padding: 4px;    
    text-align: center;
    width: 40%;
    margin-top:15%;	
}
.margin-0 {
	margin:0px !important;
}

.no-data-info-box {
	text-align: center;
	font-style: italic;
	font-size: 16px;
}

.cap-title {
	text-transform: uppercase;
}