div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity = 97);
}

div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,div.bhoechie-tab-menu div.list-group>a .fa
	{
	color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,div.bhoechie-tab-menu div.list-group>a.active .glyphicon,div.bhoechie-tab-menu div.list-group>a.active .fa
	{
	background-color: #5A55A3;
	background-image: #5A55A3;
	color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-right: 10px solid #5A55A3;
}

div.bhoechie-tab-content { /*background-color: #ffffff;*/
	border: 1px solid #dddddd;
	padding-right: 20px;
	padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active ){
	display: none;
}

.bhoechie-tab-content .form-group {
	min-height: 40px;
}
.bhoechie-tab-menu > .list-group > .list-group-item{
	background: white; 
	border: solid thin
}

.required:after {
	content: "*";
	color: red;
}
.noSidePadding {
	padding-left: 0;
	padding-right: 0;
}
.clearRight {
	clear: right;
}



/*multiSelector BEGIN*/
.multiSelector .entity-topic-Cnt {
	position: relative;
	overflow: hidden;
}

.multiSelector .entity-topic-Cnt.maxh {
	max-height: 100px;
}

.multiSelector .entity-topic-Cnt .label {
	margin: 5px;
}

.multiSelector .entity-topic-Cnt  .glyphicon-resize-full,
.multiSelector .entity-topic-Cnt  .glyphicon-resize-small{
	transform: rotate(135deg);
}
/*multiSelector END*/

pre.textarea-view{
/* 	background-color: #ffffff;
	border: 0 none;
	font-family: inherit !important; */
	 background-color: #ffffff;
    border: 0 none;
    font-family: inherit !important;
    text-align: justify;
    white-space: pre-line;
    word-break: normal;
}

.viewGroupListCnt .viewGroup-handle {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: all-scroll;
	visibility: hidden;
	z-index:10;
}
.viewGroupListCnt .viewGroup-cnt{
	position: relative;
}
.viewGroupListCnt .viewGroup-cnt:hover .viewGroup-handle {
	visibility: visible;
}

.file-download-tag {
	color: white;
}