.bv-preferences-form-group {
	margin-bottom: 40px;
	margin-top: 13px;
	padding-right: 20px;
}

.bv-preferences-top-block{
	display:table;
	width:100%;
	height: 30px;
}

.bv-preferences-select{
	display: inline-block;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
	background: #FFFFFF url('resources/assets/images/selectBox-downArrow.png') no-repeat 100% center;
	color: #000000;
/*     width: 400px; */
    height:35px;
    line-height:30px;
    font-size:18px;
    padding: 2px;
    margin:0px;
    outline:none;
    box-shadow:none;
    text-indent: 0.01px;
    text-overflow: "";
}

.bv-preferences-input-text{
	font-weight: 400;
	height: 28px;
	border: 0;
	padding-left: 10px;
	width: 100%;
	background-color: #CCC;
	margin-bottom: 15px;
	letter-spacing: 2px;
}


.following-preference table,
.following-preference  th, 
.following-preference td  {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
.following-preference table tr:nth-child(odd)	{
  background-color: #f1f1f1;
}

.following-preference table tr:nth-child(even) {
  background-color: #ffffff;
}

/* .preferences-dialog-class
{
	height: 255px;
	position: absolute;
	bottom: 45px;
	right: 250px;
	width: 250px;
	background: #f0f0f0;
	margin: 0 auto;	
	border-radius: 6px;
	box-shadow: 0px 0px 28px -7px #000;
} */

.preferences-title
{
	font-size: 25px;
    font-weight: bold;
    margin: 5px 10px 6px 10px;
}

.preferences-menu li
{
	margin-left:30px;
	padding-bottom:10px;
}

/* .briefcase-preference table
{
	min-width: 720px;
}
 */

.briefcase-preference  th, 
.briefcase-preference td  {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
  table-layout: fixed !important;
  text-overflow: ellipsis !important;
  
}

.briefcase-preference table tr:nth-child(odd)	{
  background-color: #f1f1f1;
}

.briefcase-preference table tr:nth-child(even) {
  background-color: #ffffff;
}

.briefcase-dialog .ngdialog-content
{
	width: 760px !important;
	min-height: 400px
}

.preferences-close
{
	font-size: 27px;
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 14px;
}
.bv-input-required-challenge{
	position: relative;
	float: left;
  	top: 19px;
  	left: -12px;
  	color: red;
	line-height: 0px;
	font-size: 2.0em;
}

.bv-changepswd-error-text{
	font-size: 13px;
  	overflow: auto;
  	color: #FF0000;
}