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: right;
    padding: 15px 20px 5px 20px;
}

body .front-edit-buttons button {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em;
    text-transform: lowercase;
    color: #FFFFFF;
    margin-left: 10px;
    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;
}


/*========== 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: 60px;
    height: 54px;
    margin: auto 0;
    padding: 20px;
    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 {
    float: left;
    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;
    line-height: 54px;
    padding: 0 10px;
    cursor: pointer;
}

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

#user-actions-wrapper .more-actions span .choicesinplaceedit {
    color: #FFFFFF;
    outline: none;
}

#user-actions-wrapper .more-actions span .inplaceeditform select {
    color: #222222 !important;
}

#user-actions-wrapper .more-actions span .inplaceedit.enable:hover {
    color: #FFFFFF;
    outline: none;
}

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

#user-actions-wrapper .more-actions span.inplaceedit {
    float: none !important;
    margin-left: 5px;
}

#user-actions-wrapper .more-actions input[type='checkbox'] {
    outline: none !important;
}

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

#user-actions-menu #all-apps ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#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: 100%;
    margin: auto;
    background-color: #454545;
    border-radius: 0;
    overflow: hidden;
}

#user-manage-content {
    height: 100%;
    overflow: hidden;
}

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

#user-manage-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
}

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


/*========== INPLACE EDIT OVERRIDES ==========*/
.inplaceeditform input[type='text'] {
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.inplaceeditform .actions-bar {
    position: fixed;
    z-index: 1000;
    bottom: 54px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #565656;
}

.inplaceeditform button {
    display: block !important;
    position: fixed;
    z-index: 2000;
    bottom: 65px;
    width: auto !important;
    height: auto !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    text-transform: capitalize !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
}

.slide-content .inplaceeditform .actions-bar {
    top: -54px;
    bottom: auto;
}

.slide-content .inplaceeditform button {
    top: -42px;
    bottom: auto;
}

.inplaceeditform button.apply {
    right: 120px;
    margin: 0 !important;
    background: #379A47 !important;
}

.inplaceeditform button.cancel {
    right: 20px;
    background: #B92F11 !important;
}

.inplaceeditform button.cancel span,
.inplaceeditform button.apply span,
.inplaceeditform button.applyFile span {
    display: block;
    visibility: visible !important;
}

.inplaceedit ul.success {
    height: 0;
    margin: 0;
}

.inplaceedit ul.success li {
    position: fixed;
    z-index: 2000;
    top: 40px;
    right: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 0;
}
/*========== END INPLACE EDIT OVERRIDES ==========*/


/*========== PAGE SECTIONS ==========*/
#active-user .section-wrapper .inplace-section-template {
    display: block;
    position: absolute;
    top: -36px;
    left: 0;
}

#active-user .section-wrapper .inplace-section-template .section-tools {
    float: left;
    padding: 10px;
    background: #DEDEDE;
}

#sections .section-tools .tool label {
    font-size: 12px;
    font-weight: 400;
}
/*========== END PAGE SECTIONS ==========*/
