input:disabled {
    color: #999;
}

.account_text_input {
    margin: 1px;
}
.account_select_input{
    margin-top: 2px;
    height:23px;
}

div#container_image.picture-element-principal{
    height:170px !important;
    width:170px !important;
}

img.picture-element-image-directory{
    max-width:100% !important;
    object-fit: scale-down !important;
}

/* Profile container */
.profile {
    margin: 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background-color:#f2fcff;
    /*background: #fff;*/
}

.profile-userpic img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    vertical-align: middle;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 0;
}

.profile-usermenu ul li {
    /*border-bottom: 1px solid #f0f4f7;*/
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    /*background-color: rgba(43,176,212,0.2);*/
    color: rgba(43,176,212,0.2);
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}


ul {
    /*width: 180px;*/
    list-style: none;
}

.mainmenu {
    margin: 0;
    font-size: 12px;
    position: relative;
    padding: 0;
}

.mainmenu > li {
    /*background-color: #e0f7ff;
    border-top: 1px solid #d7eefc;*/
    height: 25px;
    /*color: #5e6365;*/
    box-sizing: border-box;
}

.mainmenu > li:first-child {
    /*border-radius: 7px 7px 0 0;*/
    border-top: 0;
}

.mainmenu > li:last-child { border-radius: 0 0 7px 7px; }

.mainmenu > li span {
    display: block;
    line-height: 15px;
    padding-left: 20px;
    padding-top: 8px;
}

.mainmenu > li .icon {
    padding: 11px 20px 0 20px;
    float: left;
    width: 20px;
    height: 15px;
    display: block;
}



.submenu {
    /*box-sizing: border-box;
    color: #ffffff;*/
    font-size: 11px;
    content: " ";/*opacity: 0.5;*/
}

.submenu li {
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: -30px;
    /*background-color: #ffffff;
    border-left: solid 6px #ebfafc;*/
    transition: border-left 240ms ease-in;

}

.submenu li span { margin-left: 30px; }