/*

[CUSTOM STYLES]

Template: Nilam - Domain For Sell and Auction Template
Author: ThemeAtelier
Author URI: https://themeforest.net/user/themeatelier

*/

/* User Defined Styles */
  
.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: relative;
  left: 0;
  top: 0.8em;
  float: left;
  min-width: 418px;
  background: #fff;
  margin: 0 0;
  padding: 0.4em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  color:#000;
  font-weight:normal
}

.multi-select-menu label {
  display: block;
  font-size: 0.875em;
  padding: 0.3em 1em;
  white-space: nowrap;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 30em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  color:#000;
  width:500px;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 23.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}
#errmsg
{
color: red;
}
.login_only{

width: 74%;
padding: 10px 0;
background: green;
color: #000;
text-align: center;
margin: 15px auto;

}
#hiddenDiv{
	
	color:#000;
}
.disabled {
	cursor: not-allowed;
}