body .editable {
    position: relative;
    margin-top: -25px;
    padding-top: 25px;
}

body .editable:hover,
.editable:hover .section-wrapper {
    background: url('/static/images/front_edit/edit_button.jpg') top left no-repeat transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body .edit-button {
    display: none;
    position: absolute;
    z-index: 5;
    top: -30px;
    right: 0;
    height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px;
    background-color: #333333;
}

body .editable:hover .edit-button {
    display: block !important;
}

body .front-edit-dialog_layer {
    z-index: 2000;
}

body #front-edit-lightbox {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
}

body .front-edit-buttons {
    float: left;
    padding: 15px 0 5px 0;
}

body .front-edit-buttons button {
    display: block;
    float: left;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1em;
    text-transform: lowercase;
    color: #FFFFFF;
    margin: 0 10px 10px 0;
    padding: 15px 20px;
    background: #8DB7C9;
    border: none;
    border-radius: 0;
}

body .front-edit-buttons button:hover {
    color: #FFFFFF;
    background: #263645;
}

body .front-edit-buttons select {
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
}


/*========== USER ACTIONS ==========*/
#user-actions-menu {
    position: fixed;
    z-index: 2000;
    left: 0;
    bottom: -999px;
    width: 100%;
    background: #222222;
}

#user-actions-wrapper {
    float: left;
    clear: both;
    width: 100%;
    height: 54px;
    color: #FFFFFF;
    padding: 0 70px 0 20px;
    background-color: #454545;
    overflow: hidden;
}

#user-actions-wrapper #user-hamburger {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 54px;
    height: 54px;
    margin: auto 0;
    padding: 20px 0;
    cursor: pointer;
}

#user-actions-wrapper #user-hamburger:hover {
    background: #222222;
}

#user-actions-wrapper #user-hamburger span {
    display: block;
    clear: both;
    width: 20px;
    height: 3px;
    margin-bottom: 3px;
    margin: 0 auto 3px auto;
    background-color: #FFFFFF;
}

#user-actions-wrapper #user-hamburger span.last {
    margin-bottom: 0;
}

#user-actions-wrapper .user-actions {
    float: left;
    margin-right: 40px;
}

#user-actions-wrapper .more-actions {
    float: left;
}

#user-actions-wrapper .user-actions a {
    color: #1C8ECB;
}

#user-actions-wrapper .more-actions a {
    color: #FFFFFF;
}

#user-actions-wrapper span {
    font-size: 14px;
    text-transform: lowercase;
    margin-bottom: 0;
}

#user-actions-wrapper .user-actions span {
    line-height: 54px;
}

#user-actions-wrapper .more-actions span a {
    display: block;
    padding: 20px 10px;
    cursor: pointer;
}

#user-actions-wrapper .more-actions span a:hover {
    text-decoration: none;
    background: #222222;
}

#user-actions-wrapper span.break {
    display: block;
    width: 2px;
    height: 20px;
    margin: 17px 10px 0 10px;
    background-color: #FFFFFF;
}

#user-actions-menu #all-apps {
    float: left;
    clear: both;
    width: 100%;
    padding: 40px 20px;
}

#user-actions-menu #all-apps ul li {
    margin-bottom: 10px;
}

#user-actions-menu #all-apps ul li.last {
    margin-bottom: 0;
}

#user-actions-menu #all-apps a {
    color: #FFFFFF;
    cursor: pointer;
}
/*========== END USER ACTIONS ==========*/


/*========== DIALOG ==========*/
#mask {
    display: none;
    position: fixed;
    z-index: 6000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #454545;
    opacity: 0.70;
}

#user-manage-dialog {
    display: none;
    position: fixed;
    z-index: 7000;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    width: 100%;
    height: 635px;
    margin: auto;
    background-color: #454545;
    border-radius: 0;
    overflow: hidden;
}

#user-manage-content {
    height: 550px;
    overflow: hidden;
}

#user-manage-content iframe {
    position: relative !important;
    top: -65px !important;
    left: -200px !important;
    width: 100% !important;
    width: calc(100% + 200px) !important;
    height: 100% !important;
    height: calc(100% + 65px) !important;
}

#user-manage-buttons {
    float: right;
    padding: 20px;
}

#user-manage-buttons .btn {
    margin-left: 20px;
}
/*========== END DIALOG ==========*/
