#LoginRegisterModel{}

#LoginRegisterModel .modal-dialog{
    width:30% !important;
}

#formBody fieldset{}

.left_form {
    /*float: left;*/
    padding: 10px;
    width: 100%;
}
.right_form {
    float: right;
    padding: 10px;
    width: 48%;
}

.center_form {
    background-color: #e3e3e3;
    display: block;
    float: left;
    height: 265px;
    margin: 10px 0 0 14px;
    width: 1px;
}

.submit_btn{
    background-color: #0073B2 !important;
}

#formBody input[type="text"],#formBody input[type="email"],#formBody input[type="password"]{
    border: 1px solid #e9e9e9;
}

#formBody {
    color: #666;
}

#formBody input[type="submit"] {
    color: #fff !important;
}
.grey{
    color:#5f5f5f !important;
    text-decoration: underline;
}
#formBody a {
    color: #0073b2;
}

.contact_div {
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 1px #999;
    cursor: pointer;
    display: inline-block;
    height: 125px;
    margin: 5px;
    text-align: center;
    vertical-align: top;
    width: 98px;
}
.google_div {
    padding-top: 20px;
    height: 75px;
    margin: 5px;
    width: 200px;
}
.contact_div label {
    display: block;
    margin: 0;
height:100%;    
padding: 0;
    cursor: pointer;
    width: auto;
}
.connections #contacts_list{
    height: 400px;
    overflow-y: scroll;
}
.contact_div img {
    background-image: url("../../../images/dp.jpg");
    background-size: 70px 70px;
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    margin: 5px;
    width: 70px;
}
.connections .modal-dialog {
    width: 92%;
}
.contact_div p {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
}

.contact_div p span {
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 98px;
}
.linkedin_search {
    display: block;
}
.selected_user {
    background-color: #0085ae;
    box-shadow: 0 0 0 #333;
    color: #fff;
}

.connect_select {
    border-bottom: 1px dashed #e3e3e3;
    display: block;
    margin: 0 0 15px;
    padding: 5px 0;
}
.connect_select a {
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 10px;
    padding: 5px 30px;
    text-decoration: none !important;
}
.connect_select a i {
    text-decoration: none !important;
}
.linkedin {
    background-color: #0085ae;
}
.fb {
    background-color: #3b579d;
}
.google {
    background-color: #dd4b39;
}
.email {
    background-color: #7AC488;
}
