﻿.image_outer_container {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
}

.image_inner_container {
    border-radius: 50%;
    padding: 5px;
}

    .image_inner_container img {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        border: 5px solid white;
    }

.image_outer_container .green_icon {
    background-color: #f6b129;
    position: absolute;
    right: 30px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    border: 5px solid white;
    border-radius: 50%;
}

.glyphicon {
    color: #000 !important;
    top: -2px !important;
}

.edit {
    padding: 10px;
    display: inline-block;
}

.card {
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 20px 0 rgba(0,0,0,.2);
    margin: 0px 0;
    padding: 20px;
}

.edit-text a {
    color: #000 !important;
}

    .edit-text a:hover, .quick-links ul li a:hover {
        color: #21a5f0 !important;
    }

.text-muted {
    color: #000 !important;
}

.edit-text ul li {
    display: inline;
    margin: 5px;
}

.details ul li {
    display: inline;
    margin-right: 50%;
}

.modal-header .close {
    margin-top: -12px;
    margin-right: -10px;
}

.close {
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.skills .close {
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 20px;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.margin_bottom {
    margin-bottom: 20px;
}

    .margin_bottom h3 {
        text-decoration: underline;
        font-weight: 600;
    }

.quick-links ul li a {
    color: #000;
}

.border {
    border: 1px solid #ddd;
    padding: 5px 5px 5px 10px;
}

.skills .btn-label {
    position: relative;
    left: 12px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px 0 0 3px;
}

.skills .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.skills .btn {
    margin-bottom: 10px;
}

.skills .glyphicon {
    color: #000 !important;
    top: 2px !important;
}

.width-radio {
    width: 15px;
    height: 15px;
}

.role-style {
    background-color: #e5e0e0;
}

input, textarea {
    width: 15px;
    height: 15px;
}

label {
    color: #777 !important;
}

.checkboxstyle input, textarea {
    width: 5%;
    height: 15px;
}

.btn-height {
    height: 35px;
}

.remember {
    position: absolute;
    top: -3px;
    color: #777;
}

.form-control {
    color: #777;
}

.about-section {
    background-image: url(bg.jpg);
}

.form-group {
    margin-bottom: 0px;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 8px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0px;
}

img {
    max-width: 100%;
    height: 100%;
}

.p-image {
    position: absolute;
    top: 95px;
    right: 70px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.success-btn {
    width: 70px;
    height: 35px;
}

.success-btn1 {
    width: 60px;
    height: 35px;
}

.left_margin {
    margin-left: -15px;
}

#addmore-details {
    display: none;
}

    #addmore-details.visible {
        display: block;
    }
