.navbar-custom-menu{ display: none;}
.photo {
    width: 100%;
    max-width: 120px;
    max-height: 200px;
    height: 130px;
    border: 2px solid #bdbdbd;
    border-radius: 6px;
}
.divContentPhoto {
    min-width: 100px;
    min-height: 104px;
    overflow: hidden;
    padding: 4px;
    text-align: center;
    margin-bottom: 4px;
}
#foto_div .badge {
    font-size: 12px;
    margin-bottom: 6px;
}

/*Photo style*/
div.browse-wrap {
    top: 0;
    left: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 4px 10px;
    text-align: center;
    position: relative;
    background-color: #184f9f;
    border: solid 1px #184f9f;
    border-radius: 2px;
    margin-bottom: 4px;
    color: #fff;
}
div.browse-wrap:hover {
    background-color: #286192;
    border: solid 1px #286192;
}
div.title {font-size: 12px;}
input.upload {
    right:0;
    margin:0;
    bottom:0;
    padding:0;
    opacity:0;
    height:300px;
    outline:none;
    cursor:inherit;
    position:absolute;
    font-size:1000px !important;}
span.upload-path {
    text-align: center;
    margin:20px;
    display:block;
    font-size: 80%;
    color:#3b5998;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
}
#btn-resetphoto {
    font-size: 12px;
    padding: 2px 4px;
    width: 100%;
    margin-bottom: 6px;
}
div#infoMessage {
    color: #9e6060;
    background-color: #ffecec;
    padding: 10px 16px 1px 16px;
    margin-bottom: 10px;
}
