
/*---------main-profile.........*/

.main-profile {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 30px;
    float: left;
}

.profile-content {
    display: inline-block;
    position: relative;
    width: 100%;
}

.profile-content p a {
    color: #9cc536;
}

.profile-bio {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 0 30px;
    border-bottom: 1px solid rgba(182, 182, 182, 0.6);
}

.profile-bio h6 {
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 15px;
}

.profile-bio h6 .edit-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #9cc536;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -7px;
    margin-bottom: 0px;
}

.edit-link img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
}

.profile-img-outer {
    /*width: 100%;*/
    display: inline-block;
    position: relative;
    padding-top: 10px;
}

.profile-img {
    /*width: 100%;*/
    display: inline-block;
    position: relative;
    text-align: center;
}

.profile-img .edit-link {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #9cc536;
    border-radius: 50%;
}

.profile-img-info {
    width: 100%;
    display: inline-block;
    position: relative;
}

.input-group {
    /*width: 180px;*/
    margin-bottom: 15px;
}
.main-profile label a {
    color: #9cc536;
}

.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="url"],
.input-group input[type="number"]
{
    width: 60%;
    background: #ddd;
    color: #5c5c5c;
    box-shadow: none;
    border: 1px solid #5c5c5c;
    outline: none;
    line-height: 1;
    transition: all .3s ease;
}
.input-group input:focus {
    background: #fff;
}

.input-group.input-group-wide {
    width: auto;
    padding-top: 10px;
}
.input-group.input-group-wide label {
    width: 100%;
}
.input-group.input-group-wide input {
    width: 100%;
    margin-top: 10px;
}

.input-group span {
    width: 40%;
    /*display: inline-block;*/
    background: #5c5c5c;
    color: #fff;
    padding: 8px 10px;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    font-size: .85rem;
    line-height: 1.4;
}

.profile-info {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid rgba(182, 182, 182, 0.569);
}

.profile-info h6 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.profile-input-tag {
    display: inline-block;
    text-align: right;
    width: 100%;
    float: right;
}

.left-align .profile-input-tag{
    text-align:left;
}

.profile-input-tag p {
    margin-bottom: 15px;
    padding: 6px 0 5px;
    line-height: 1;
    border: 1px solid transparent;
    text-transform: uppercase;
    line-height: 1;
}

.profile-info .blog-btn {
    margin: 15px 0 0;
    padding: 5px 20px;
}

/*.input-group.date {
    background: #9cc536;
}*/

/*.input-group.date input {
    width: 80%;
}*/

/*.input-group.date span {
    width: 20%;
    background: #9cc536;
    border-left: 1px solid #000;
}*/

/*.input-group.date span .calendar-icon {

}*/

.profile-info.left-align {
    text-align: left;
}

.profile-info.left-align h6 {
    text-align: left;
    margin-bottom: 20px;
}

.profile-info.left-align p {
    margin-bottom: 20px;
}

.profile-info.left-align .blog-btn {
    padding: 10px 30px;
    color: #fff;
    margin-top: 0;
}
.profile-info.left-align .blog-btn.danger {
    background: #df4034;
}

.profile-info p:last-child {
    margin-bottom: 0;
}

.profile-info:last-child {
    border-bottom: none;
}
.profile-info.show-border:last-child {
    border-bottom: 1px solid rgba(182, 182, 182, 0.569);
}

.breadcrumbs-last {
    float: right;
}

.profile-search {
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 20px;
}

.profile-search input {
    background: #ddd;
    padding: 10px 15px;
    border: 1px solid #000;
    box-shadow: none;
    width: 45%;
    display: inline-block;
    margin-right: 30px;
}

.profile-search .blog-btn {
    padding: 10px 30px;
    border: none;
    box-shadow: none;
    outline: none;
}

.profile-search .blog-btn span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.facebook-post {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 22px;
    background: #5c5c5c;
    text-align: center;
    margin-top: 20px;
}

.facebook-post textarea {
    width: 100%;
    height: 125px;
    background: #ddd;
    text-align: center;
    padding: 15px;
    float: left;
}

.profile-info.left-align .facebook-post .blog-btn {
    margin-top: 20px;
    background: #9cc536;
    box-shadow: none;
    border: 2px solid #fff;
}

#profile_message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
#profile_message .alert {
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
}