﻿.col-cus-1, .col-cus-11 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-cus-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

    .col-cus-1 > img {
        width: 50px;
        height: 50px;
    }

.col-cus-11 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
}

.AttachImageProfile {
    cursor: pointer;
    color: white;
    font-size: 5rem;
}

.btnEditSaveProfile {
    z-index: 100;
}



.btnContact {
    border: none;
    background: #28A745; /*#3157A7;*/
    color: #ffffff !important;
    font-weight: 400;
    padding: 20px;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
}

    .btnContact:hover {
        color: #404040 !important;
        font-weight: 700 !important;
        letter-spacing: 3px;
        background: none;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.3s ease 0s;
    }

.pac-container {
    background-color: #FFF;
    z-index: 1100;
    position: fixed;
    display: inline-block;
    float: left;
}

