
#slide_account_home,
#slide_account_home .carousel-inner {
    height: 100%;
} 
#slide_account_home .carousel-inner .item {
    height: 100%;
} 
#slide_account_home .carousel-inner .item .account_section {
    overflow: auto;
    height: 100%;
} 
#slide_account_home .menu_title {
    padding: 10px 10px 0px 10px;  
} 
#slide_account_home .menu_row {
    padding: 8px 10px;
    margin: 2px 0px;
    background-color: #edf1f5;
    color: #337ab7; 
} 
#slide_account_home .menu_row:hover {
    background-color: #e1e7ec;
    color: #23527c;
}   
#slide_account_home a.menu_row {
    width: 100%;
    display: block;
    text-decoration: none;
}
#slide_account_home .menu_row .rightIcon {
    display: inline-block;
    float: right;  
}     
#slide_account_home .menu_row .authorLabel {
    display: inline-block;
}      
#slide_account_home .authors_list .author_img {
    height: 30px;
    width: 30px;    
}      
#slide_account_home .authors_list .author_name {
    font-weight: bold;  
} 
#slide_account_home .menuIcon {
    padding: 9px;  
} 
#slide_account_home .menuLabel {
    padding-left: 9px;  
} 
#slide_account_home .authors_list .addAuthorIcon {
    padding: 9px;  
} 
#slide_account_home .authors_list .editAuthorIcon {
    float: right;
    font-size: 20px;
    line-height: 26px;
}    

#slide_account_home [data-content],
#slide_account_home [data-href] {
    cursor: pointer;
}

#slide_account_home h3 {
    border-bottom: 1px solid #337ab7;
    margin-bottom: 30px;
}

/** Author creation / edition form **/
#account_edit_form .form-group,
#author_edit_form .form-group {
    margin-bottom: 0px;
}
#account_edit_form input.input_success,
#author_edit_form input.input_success {
    border: 1px solid #5cb85c;    
}
#account_edit_form input.input_error,
#author_edit_form input.input_error {
    border: 1px solid #d9534f;    
}
#account_edit_form [data-error],
#author_edit_form [data-error] {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    color: #d9534f;   
}
#author_edit_form [data-error="slug"] {
    margin-left: 110px;
}
#author_edit_form .avatar-edit {
    border-radius: 100px;
    margin-bottom: 20px;
    cursor: pointer;
}
#author_edit_form .avatar-edit-container {
    position: relative;
    width: 100px;
    margin: auto;
}
#author_edit_form .avatar-edit-container .glyphicon-camera {
    position: absolute;
    float: right;
    top: 34px;
    right: 34px;
    height: 32px;
    font-size: 17px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.95);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.90), 1px 1px 2px rgba(0,0,0,0.80) inset;
    opacity: 0.9;
    filter: alpha(opacity=60);
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    padding: 7px 7px 0px;
    cursor: pointer;
}

#author_edit_form  textarea[name='about'] {
    display: none;
}


#author_edit_form  #about[contenteditable=true]:empty:before {
    content: attr(placeholder);
    color: #9c9a9a;    
}

#author_edit_form #about {
    display: inline-block;
    width: 100%;
    height: 102px;
    max-height: 300px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    overflow: auto;
}

#author_edit_form [type="submit"] {
    margin-top: 10px;
}

.account_edit_form_msg,
.author_edit_form_msg {
    display: none;
}   

.account_menu,
.account_section {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) { 
    .account_menu,
    .account_section {
        -webkit-overflow-scrolling: touch;
    }
}