body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.widget_mo_ldap_search{
	background-color: #d1e4dd;
	color: #ffffff;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.mo-widget-title{
	color: #000000 !important;
	font-weight: 500;
	padding-top:0px;
	margin-top: 0px;
	padding-left: 1em;
	text-align: center;
}

.mo-search-widget{
	color : white;
}

.ldap-search table tr td input[type="text"]{
	border-radius: 0px;
}

.ldap-search table tr td{
	border-color: #28303d;
	color: #28303d;
}

.ldap-search table tr td select{
	border-radius: 0px;
}
.ldap-search table tr{
	border-bottom: 0px solid #28303d;
}
.ldap-search table{
	margin-left: 1em;
	width: 96%;
	border-color: #28303d;
}
.ldap-search #searchButton{
	/*background-color: use this to customize button color #FADC60;*/
	/*color: #000000; */
	margin-right: 9%;
	float:right;
	border-radius: 0px;
	margin-bottom: 1em;
}
.ldap-search-result{
	width: 100%;
	display: block;
	margin-top: 1em;
	padding: 1em;
}
.ldap-search-result #loading_text{
	padding-left: 40%;
	color: #28303d;
}
.ldap-search-result .result{
	padding-left: 1em;
	color: #ffffff;
	min-height: 90px;
}
.ldap-search-result .result-count{
	color: #5880A4;
	padding-left: 1em;
	margin-bottom: 0px;
	color: #ffffff;
}
.ldap-search-result .error-result{
	padding-left: 1em;
	margin-bottom: 0px;
	color: #cd2653;
}
#result1 .thumbnailPhoto{
	/*float: left;*/
    width: 100%;
    height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 200px;
	min-height: 200px;
    /*margin: 0 10px 10px 0;*/
}
.ldap-search-result hr{
	background-color: #ffffff;
}


#result1{
	background-color: #ffffff;
	/* padding: 1em; */
	color: #28303d;
	font-size: 13px;
	width: 100%;
	float: left;
	border-style: solid;
	margin-top: 5px;
	margin-bottom: 5px;
	/* margin-right: 3px; */
	/* margin-left: 3px; */
	border-top-width: 15px;
	border-left: hidden;
	border-right: hidden;
	border-bottom: hidden;
	border-top-color: #f4dc45;
}

.table-view{
	display: table;
}

.result{
	display: table-cell;
}

@media screen and (max-width: 800px){
	.tribe-events-content .container{
		margin-left: 0px!important;
	}
}

@media screen and (max-width: 800px){
	#result1{
		max-width: 100%;
		width:100%;
	}

}

#result1 p{
	letter-spacing: .025em;
    line-height: 1.6;
    font-size: medium;
	color:#f4dc45;
	/*margin-left: 1em;*/
	text-align: center;
}

#result1 a{
	color:blue;
}

@media screen and (max-width: 1192px){
	.widget_mo_ldap_search{
		width: auto!important;
	}
}

@media screen and (max-width: 991px){
	.ldap-search-result .col-md-6of8{
		width:75%!important;
		max-width: 75%!important;
	}

	.ldap-search-result .col-md-2of8{
		width:25%!important;
		max-width: 25%!important;
	}
}

@media screen and (max-width: 650px){
	.container{
		margin-left: 0px!important;
	}
}


@media screen and (max-width: 430px){
	#result1 p{
		float: left;
		width: 100%;
	}

}

@media screen and (max-width: 360px){
	.ldap-search-result .col-md6of8, .ldap-search-result .col-md-2of8{
		width: 100%!important;
		max-width: 100%!important;
	}
}