
/*Sign Up Page CSS*/
div#error_message {
	display: block;
	padding: 10px;
	color: red;
	font-size: 16px;
	font-weight: bold;
}

table {
	border-collapse: separate;
}

.serialWrap tr td:first-child:before {
	counter-increment: headings;
	content: counter(headings, decimal);
}

.serialWrap th {
	color: black;
}

option {
	color: 0000333 !important;
}

select#MlsBoard.selectedClass {
	color: red;
}

/*dropdown style */
.wrapper-dropdown-1 {
	position: relative;
	margin: 0 auto;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #767676;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	height: 50px;
	padding: 4px 20px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	transition: box-shadow .15s ease;
	border: 0;
	box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.wrapper-dropdown-1:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -6px;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent #ccc;
}

.wrapper-dropdown-1 .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	list-style: none;
	font-weight: normal;
	opacity: 0;
	pointer-events: none;
	z-index: 4;
	border: 1px solid #ccc;
	max-height: 50vh;
	overflow: auto;
}

.wrapper-dropdown-1 .dropdown li a {
	display: block;
	text-decoration: none;
	color: #656565;
	padding: 5px 10px;
}

.wrapper-dropdown-1 .dropdown li:hover a {
	background: #f3f8f8;
}

.wrapper-dropdown-1 .dropdown {
	opacity: 1;
	pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
	border-color: #ccc transparent;
	border-width: 6px 6px 0 6px;
	margin-top: -3px;
}

.wrapper-dropdown-1.active {
	background: #fbfbfb;
}

.wrapper-dropdown-1 span {
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 94%;
	display: block;
}

#myTable .actions i {
	padding: .5em;
}

.keyword span.btn.btn-default {
	position: absolute;
	top: 27px;
	right: 11px;
	border: none;
}

.keyword input {
	padding-right: 48px;
}

.accessinfoWrap .alert {
	margin-bottom: 5px
}

.well.panel.accessinfoWrap {
	margin-bottom: 0;
	padding: 15px 10px;
}

.well.panel.accessinfoWrap h5 {
	font-weight: 600;
}

#myTable td {
	position: relative;
}

.serialWrap tbody {
	counter-reset: headings;
}

div#showInfo {
	white-space: normal;
	word-break: break-word;
}

a.actions {
	cursor: pointer;
}

.wrapper-dropdown-1 ul.dropdown {
	display: none;
	transition: all .3s ease;
	opacity: 0;
	height: 0;
}

.wrapper-dropdown-1.active ul.dropdown {
	display: block;
	opacity: 1;
	height: auto;
}

#myTable th {
	background: #9e9e9e3b;
	background-image: linear-gradient(#9e9e9eab, #cabfbfd6, #9e9e9ec2);
}

#myTable td,
#myTable th {
	border: none;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #d2d2d2;
	font-size: 15px;
}

#myTable td:last-child,
#myTable th:last-child {
	border-right: 1px solid transparent
}

.accessinfoWrap button.btn.btn-success,
.accessinfoWrap button.btn.btn-success:hover {
	background: #00a7e5;
	color: #fff;
	border: 1px solid #00a7e5;
}

button .showLoad,
button .showVerifyLoad {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

div#signup.loader.disabled {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background: #00a7e5;
}

button.btn.btn-block.btn-default:hover {
	color: #fff;
	background: #00a7e5;
}

div#signup {
	display: none;
}

button:focus {
	outline: none;
}

.loadWrap {
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 5;
}

.loadWrap .flexCenter,
.textCenter {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

form#existingUserForm,
#messageUserSection,
.userDetailSection {
	max-width: 35em;
	margin: auto;
	background: rgba(158, 158, 158, 0.08);
	padding: 2em;
	box-shadow: 0px 5px 68px rgba(158, 158, 158, 0.51);
}

form#existingUserForm h5 {
	color: #419044;
	border-left: 5px solid;
	padding-left: 14px;
	background: rgba(76, 175, 80, 0.09);
	padding: 10px;
	font-size: 1em;
	line-height: 1.4;
}

#showVerifyLoad {
	position: absolute;
	top: 5px;
	background: #a92f2f;
	left: 200px;
	display: none;
}

span.msgTextHead {
	font-size: 1.6em;
}

table.noBorder td {
	border: none;
	text-align: left;
}

.jconfirm-buttons {
	width: 100%;
	text-align: center;
}

.jconfirm-box-container {
	float: none;
	margin: auto;
}

.mlsView {
	width: 100%;
}

.container2 .listWrap {
	height: auto;
	width: auto;
	margin-bottom: 3%;
}

.container2 .list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	white-space: nowrap;
	width: 100%;
}

.container2 .list li {
	background-color: #f0f0f0;
	display: table-row;
	color: #5c5c5c;
}

.container2 .list li:nth-child(odd) {
	background-color: #f2f2f2;
	display: table-row;
	color: #5c5c5c;
}

.container2 .list li:nth-child(even) {
	background-color: #e8e8e8;
	display: table-row;
	color: #5c5c5c;
}

.container2 .list li:nth-child(even):hover {
	background-color: #dadada;
}

.container2 .list li:nth-child(1) span:first-child {
	border-top-left-radius: 6px;
}

.container2 .list li:nth-child(1) span:last-child {
	border-top-right-radius: 6px;
}

.container2 .list li:nth-child(1) {
	background-color: #201c2b;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	color: #b8b5c0;
}

.container2 .list li:nth-child(1) span {
	border-bottom: 2px solid #7d5bbe;
}

.container2 .list span {
	text-align: left;
	display: table-cell;
	padding: 6px;
	vertical-align: middle;
	padding: 10px 14px;
	border: 1px solid #9e9e9e75;
}

.userVerify.alert {
	border-left: 5px solid;
	padding-left: 14px;
	padding: 15px;
	font-size: 1em;
	line-height: 1.4;
}

.alert.text-success {
	color: #419044;
	background: rgba(76, 175, 80, 0.09);
}

.alert.text-info {
	color: #19818e;
	background: rgba(190, 218, 232, 0.76);
}

.alert.text-danger {
	color: #b73f36;
	background: rgba(241, 169, 164, 0.47);
}

.userVerify.alert.text-secondary {
	background: #ffffff;
	font-weight: bold;
	border-left: 5px solid #6c757d;
}

span#userMsgright,
span#paymentMsgright {
	text-align: right;
	float: right;
}

div#mls_error_message {
	border-left: 5px solid #b93329;
	width: 95%;
	margin: auto;
}

.signup-header-container {
	text-align: center;
}

img.aciLogo {
	margin-bottom: 5px;
	padding: 8px;
	background: #fff;
}

span.mlsnamesMake {
	display: block;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
}

.input-group.input-group-alternative {
	transition: box-shadow .15s ease;
	border: 0;
	box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
	border: 0;
	box-shadow: none;
	width: 100%;
	background: #fafafa;
}

.form-group {
	margin-bottom: 15px;
}

.btn-block {
	display: block;
	width: 100%;
}
.text-success {
    color: #3c763d;
}
.text-center {
    text-align: center;
}
.text-warning {
    color: #8a6d3b;
}
.text-danger {
    color: #a94442;
}
.alert {
	font-size: 1rem;
	padding: 1rem 1.5rem;
	border: 0;
	border-radius: .25rem;
	margin-bottom: 14px;
}
.alert-danger {
	color: #fff;
	border-color: #f75676;
	background-color: #f75676;
}
.alert-info {
    color: #fff;
    border-color: #37d5f2;
    background-color: #37d5f2;
}
.alert-warning {
    color: #fff;
    border-color: #fc7c5f;
    background-color: #fc7c5f;
}
.alert-success {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c;
}