.fb-registration-message
{
    color : rgb(247, 100, 38);
    font-weight : bold !important;
}

span.find-colocation:after {
    display: block;
    content: '';
    background: rgb(3,4,7);
    height: 3px;
    width: 100%;
    margin: 5px auto 5px auto;
}

span.find-colocation:before {
    display: block;
    content: '';
    background: rgb(3,4,7);
    height: 3px;
    width: 100%;
    margin: 0px auto 5px auto;
}

span.find-colocation {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 60%;
    margin: auto;
}

.find-colocation-text ul li
{
	list-style-type: disc;
}

.find-colocation-text {
    width: 53%;
    margin: auto;
}

.find-colocation-text ul li {
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
   .find-colocation-text {
	    width: 80%;
	}

	span.find-colocation {
	    width: 90%;
	}
}

@media only screen and (min-width: 601px) {
   .find-colocation-text {
	    width: 53%;
	}

	span.find-colocation {
	    width: 60%;
	}
}

#publish-popup .bootstrap-select
{
    width: 100%;
}

.easy-autocomplete
{
    width: 100% !important;
    position: relative;
}

.easy-autocomplete-container
{
    position: absolute;
    width: 100% !important;
    z-index: 99999;
}

.easy-autocomplete-container li
{
    padding: 5px;
    color: black;
    background-color: white;
    border-bottom: solid #d2d1d1 0.1px;
    cursor: pointer;
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.35);
    z-index: 99999;
}

.easy-autocomplete-container li:hover
{
    background-color: rgb(239,239,239);
}

#register-school
{
    display: none;
}

#register-profession
{
    display: none;
}
.custom-error
{
    display: none;
    color: red;
}

#register-fb .bootstrap-select {
    width: 100%;
}

.date-select {
    height: 34px;
    border-radius: 3px;
}

.SumoSelect {
    width:100% !important;
}
   