/* Font faces
=================================================================== */

#adminbar.main-actions {
    margin: 0;
    background: var(--Background-Secondary);
    height: 56px;
    position: fixed;
    width: 100%;
    z-index: 1005;
    top: 0;
    left: 0;
    box-shadow: 0 1px 4px 0 rgba(20,27,58,0.14);
    overflow: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}
#adminbar.main-actions a.status-libelle {
    cursor: pointer;
    text-decoration: none;
}
#adminbar.main-actions .row {
    margin: 0;
}
#adminbar.main-actions .col-md-1,
#adminbar.main-actions .col-md-2,
#adminbar.main-actions .col-md-3,
#adminbar.main-actions .col-md-4,
#adminbar.main-actions .col-md-5,
#adminbar.main-actions .col-md-6,
#adminbar.main-actions .col-md-7,
#adminbar.main-actions .col-md-8,
#adminbar.main-actions .col-md-9,
#adminbar.main-actions .col-md-10,
#adminbar.main-actions .col-md-11,
#adminbar.main-actions .col-md-12 {
    padding: 0;
    display: inline-flex;
}
#adminbar.main-actions .row .builder-icone {
    text-align: center;
    color: #51557B;
    font-size: 32px;
    background: transparent;
    width: 40px;
    height: 56px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    transform: scale(0.5);
}
#adminbar.main-actions .row .builder-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
    position: relative;
    width: calc(100% - 40px);
    overflow: visible;
    border-right: 1px solid #DDDDE1;
}
#adminbar.main-actions .row .builder-title h3 {
    margin: 0;
    color: var(--app-color-dark);
    font-weight: normal;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
    padding-bottom: 5px;
}
#content .main-actions .row .builder-title:hover h3 a {
    color: #6975f0;
}
#adminbar.main-actions .row a.link-object {
    color: #677991;
}

#adminbar.main-actions .row .builder-title-left h4 {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: normal;
    opacity: 0.5;
    color: var(--app-color-dark);
    font-size: 11px;
    letter-spacing: 0.6px;
    line-height: 1;
}

#adminbar.main-actions .row .builder-title-left h3 label.label-status:empty {
    display: inline-block
}

#adminbar.main-actions .row .builder-title-left h3 label.label-status {
    background-color: transparent;
    border: none;
    padding: 0;
}

#adminbar.main-actions .builder-title-left i {
    font-size: 10px;
    cursor: pointer;
}

/* Help Tooltip */
#adminbar.main-actions .row .builder-title-left h3 .tooltip-help-video {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #a6aaaf;
}

#adminbar.main-actions .row .builder-title-left h3 .tooltip-help-video a,
#adminbar.main-actions .row .builder-title-left h3 .tooltip-help-video a:hover {
    color: #a6aaaf;
}

#adminbar.main-actions .row .builder-title-right a {
    color: var(--app-color-grey-medium);
    text-decoration: none;
}
#adminbar.main-actions .row .builder-title-right i {
    font-size: 16px;
    margin-right: 2px;
}

#adminbar.main-actions .first-actions {
    height: 56px;
}
#adminbar.main-actions .custom-actions {
    padding: 18px 15px;
    white-space: nowrap;
}

#adminbar.main-actions .custom-actions .status-action,
#adminbar.main-actions .custom-actions .status-action label {
    cursor: pointer;
}

#adminbar.main-actions .first-actions .actions-container {
    padding: 12px;
    text-align: right;
    width: 100%;
}
#adminbar.main-actions .first-actions .actions-container .actions {
    height: 32px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#adminbar.main-actions .first-actions .actions-container .action {
    float: left;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    cursor: pointer;
    line-height: 14px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #DDDDE1;
    border-bottom: 1px solid #DDDDE1;
}

#adminbar.main-actions .first-actions .actions-container .action:first-child,
#adminbar.main-actions.inverted .first-actions .actions-container .action:first-child {
    border-radius: 2px 0px 0px 2px;
}
#adminbar.main-actions .first-actions .actions-container .action:last-child,
#adminbar.main-actions.inverted .first-actions .actions-container .action:last-child {
    margin-right: 0;
    border-radius: 0px 2px 2px 0px;
}

#adminbar.main-actions:not(.inverted) .first-actions .actions-container .action:first-child {
    border-left: 1px solid #DDDDE1;
}
#adminbar.main-actions:not(.inverted) .first-actions .actions-container .action:last-child {
    border-right: 1px solid #DDDDE1;
}

#adminbar.main-actions.inverted .first-actions .action {
    border-radius: 2px;
}
#adminbar.main-actions.inverted .first-actions .action:first-child {
    border-left: 1px solid #656565;
}
#adminbar.main-actions.inverted .first-actions .action:last-child {
    border-right: 1px solid #656565;
}

#adminbar.main-actions .first-actions .actions-container .action .popover {
    left: 0!important;
}

#adminbar.main-actions .first-actions .actions-container .actions .action:hover {
    border-color:#A6AAAF;
}

#adminbar.main-actions .first-actions .actions-container .action.icon-mobile .popover {
    left: 33px!important;
}

#adminbar.main-actions .first-actions .action.inactive {
    background: #F9FAFB;
}
body.dark #adminbar.main-actions .first-actions .action.inactive {
    background: var(--Background-Secondary);
}
#adminbar.main-actions .first-actions .action > a {
    cursor: pointer;
    display: block;
    padding: 6px 7px;
    min-height: 29px;
}
#adminbar.main-actions .first-actions .action i {
    color: #677991;
    font-size: 24px;
}
#adminbar.main-actions .first-actions .action .tooltip {
    z-index: 100;
}
#adminbar.main-actions .first-actions .action:hover i {
    color: rgba(103, 121, 145, .7);
}
#content .main-actions .first-actions .action .switch-left {
    width: calc(100% - 40px);
    margin-right: 0;
}
#adminbar.main-actions .first-actions .action .switch-right {
    width: 32px;
    padding-left: 0;
}
#adminbar.main-actions .first-actions .action .switch-right .switch-infos {
    margin-bottom: 0px;
}

#content .main-actions .first-actions .action .switch-left label {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 3px;
}

.main-actions .popover-content p {
    margin-bottom: 20px;
}

#adminbar.main-actions .first-actions .action.icon-only {
    text-align: center;
}
#adminbar.main-actions .first-actions .action.icon-only i {
    font-size: 12px;
    color: #444b53;
    vertical-align: middle;
}
#adminbar.main-actions .first-actions .action.icon-mobile i {
    font-size: 16px;
}
#adminbar.main-actions .first-actions .action.icon-mobile .info-mobile-content {
    padding: 3px 2px;
}
#adminbar.main-actions .first-actions .action.icon-only.inactive i {
    color: #444b53;
}

#adminbar.main-actions .first-actions .action.icon-only.inactive:hover i {
    color: #444b53;
}

#adminbar.main-actions .first-actions .action.icon-only:not(.disabled):hover {
    background: #F9FAFB;
}
#adminbar.main-actions.inverted .first-actions .action.icon-only:not(.disabled):hover {
    background: rgb(72, 72, 72);
}

#adminbar.main-actions .first-actions .action.icon-only.disabled {
    background: #F9FAFB;
    cursor: default;
}
body.dark #adminbar.main-actions .first-actions .action.icon-only.disabled {
    background: var(--Background-Secondary);
}

#adminbar.main-actions .first-actions .action.icon-only.disabled a,
#adminbar.main-actions .first-actions .action.icon-only.disabled i {
    color: #b0b6be;
    cursor: default;
}

.icon-only.icon-mobile .popover .arrow, .icon-only.action-undo .popover .arrow,
.icon-only.icon-desktop .popover .arrow, .icon-only.action-undo .popover .arrow {
    display: none;
}
#adminbar.main-actions .right-actions {
    display: block;
    text-align: right;
    vertical-align: top;
    height: 56px!important;
    line-height: 53px!important;
    white-space: nowrap;
}
#adminbar.main-actions .right-actions .btn:hover {
    transform: none;
}
#content .main-actions ul.subnav {
    padding: 0 20px;
}
#content .main-actions ul.subnav > li {
    margin-right: 0px;
    padding: 0;
}
#content .main-actions button:not(.btn),
#content .main-actions a.btn-transparent {
    color: #677991;
    padding: 0;
    box-shadow: none;
    border: none;
}
#content .main-actions .right-actions .subnav,
#content .main-actions .right-actions .exit-container,
#content .main-actions .right-actions .back-container {
    display: inline-block;
    vertical-align: top;
}
#content .main-actions .right-actions .back-container {
    width: 100px;
    text-align: center;
    margin-right: 10px;
}

#adminbar.main-actions .right-actions .preview-container {
    display: inline-block;
    padding-right: 8px;
}
#adminbar.main-actions .right-actions .exit-container {
    display: inline-block;
    padding-right: 8px;
}
#adminbar.main-actions .right-actions .info-container {
    padding-right: 15px;
    font-size: 20px;
    color: #5c6e86;
    height: 100%;
    float: right;
}
#adminbar .tooltip-inner {
    background: #373e47;
    color: white;
    border-radius: 14px;
    display: inline-block;
}
#adminbar.main-actions .builder-title .builder-title-left .tooltip {
    opacity: 1;
}
#adminbar.main-actions .builder-title .builder-title-left .tooltip-inner {
    background: #fafafa;
    color: var(--app-color-grey-medium);
    box-shadow: 0px 0px 10px #bbb;
    text-align: left;
    padding: 15px 20px;
}
#adminbar.main-actions .builder-title .builder-title-left .tooltip-inner h3 {
    padding-bottom: 0;
}
#adminbar.main-actions .builder-title .builder-title-left .tooltip-inner p {
    font-size: 13px;
    margin-top: 6px;
}
#adminbar .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #373e47;
}
#adminbar .tooltip.top .tooltip-arrow {
    border-top-color: #373e47;
}
#adminbar .tooltip.right .tooltip-arrow {
    border-right-color: #373e47;
}
#adminbar .tooltip.left .tooltip-arrow {
    border-left-color: #373e47;
}
#adminbar .tooltip-inner h4 {
    color: white;
    text-transform: none;
    font-size: 14px;
}
#adminbar .tooltip-inner p {
    color: var(--app-color-grey-medium);
    font-size: 12px;
}
#adminbar .tooltip-inner p:last-child {
    margin-bottom: 0px;
}
#adminbar .first-actions .tooltip-inner {
    text-align: left;
    padding: 15px 20px;
}
#adminbar .first-actions .tooltip-inner {
    background: #fafafa;
    color: #71757c;
    box-shadow: 0px 0px 10px #BBB;
}
#adminbar .first-actions .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fafafa;
}
#adminbar .first-actions .tooltip.top .tooltip-arrow {
    border-top-color: #fafafa;
}
#adminbar .first-actions .tooltip.right .tooltip-arrow {
    border-right-color: #fafafa;
}
#adminbar .first-actions .tooltip.left .tooltip-arrow {
    border-left-color: #fafafa;
}
#adminbar .first-actions .tooltip-inner h4 {
    color: #232b35;
}
#adminbar .first-actions .tooltip-inner p {
    color: #71757c;
}

#adminbar .popover,
.popover-object-menu {
    box-shadow: 0 1px 4px 0 rgba(20,27,58,0.14), 0 2px 16px 0 rgba(0,0,0,0.15);
    border-radius: 6px;
    border: none;
    padding: 0;
    z-index: 10000;
}
#adminbar .icon-mobile .popover,
#adminbar .icon-desktop .popover {
    width: 265px;
}
#adminbar .icon-only .popover {
    min-width: 150px;
}
#adminbar .icon-only .popover h4 {
    padding-top: 5px;
    margin-top: 0;
}
#adminbar .popover .popover-content,
.popover-object-menu .popover-content {
    padding: 8px 16px;
    /*border-top: 4px solid var(--app-color-primary);*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#adminbar .icon-mobile .popover .popover-content, #adminbar.main-actions .action-undo .popover .popover-content,
#adminbar .icon-desktop .popover .popover-content, #adminbar.main-actions .action-undo .popover .popover-content {
    padding: 16px;
    border-top: none;
}
#adminbar .popover.bottom>.arrow,
.popover-object-menu.bottom>.arrow {
    top: -6px;
    margin-left: -6px;
    border-width: 6px;
    border-top-width: 0;
}
#adminbar .popover.bottom>.arrow:after,
.popover-object-menu.bottom>.arrow:after {
    top: 0;
    margin-left: -6px;
    border-width: 6px;
    border-top-width: 0;
    border-bottom-color: var(--app-color-primary);
}
#adminbar .popover a.btn-header-right {
    padding: 0 !important;
    position: absolute;
    right: 10px;
    top: 10px;
}
#adminbar .popover a.btn-header-right i {
    font-size: 14px !important;
    opacity: .5;
    font-weight: normal !important;
    color: var(--app-color-primary) !important;
}
#adminbar .popover a.btn-header-right:hover i {
    opacity: 1;
}
#adminbar .main-actions .first-actions .popover {
    background: #fafafa;
    color: #71757c;
    box-shadow: 0px 0px 10px #BBB;
    border-radius: 14px;
    min-width: 250px;
    border: none;
}
#adminbar .main-actions .first-actions .popover > .arrow {
    top: -5px;
    margin-left: -5px;
    border-width: 5px;
    border-top-width: 0;
}
#adminbar .main-actions .first-actions .popover > .arrow:after {
    top: 0;
}
#adminbar .main-actions .first-actions .popover .popover-title {
    border-radius: 14px 14px 0 0;
    color: #232b35;
    text-transform: uppercase;
    font-size: 14px;
}
#adminbar .main-actions .first-actions .popover-content {
    padding: 0 0 10px 0;
    overflow: hidden;
}
#adminbar .main-actions .first-actions .popover p {
    padding: 15px;
    margin-bottom: 0;
}
#adminbar .main-actions .first-actions .popover table {
    margin-bottom: 0;
}
#adminbar .main-actions .first-actions .popover table tr > td:first-child {
    padding-left: 5px;
}
#adminbar .main-actions .first-actions .popover table i {
    font-size: 14px;
}

#adminbar .builder-title-right .popover,
.popover-object-menu {
    margin-left: -107px;
    width: 300px;
    /*height: 330px;*/
    font-weight: lighter;
    font-size: 13px;
}
#adminbar .builder-title-right .popover.bottom>.arrow,
.popover-object-menu.bottom>.arrow {
    left: auto !important;
    right: 15px;
}
#adminbar .builder-title-right .popover ul.object-actions,
.popover-object-menu ul.object-actions {
    padding: 0;
    list-style: none;
    margin: 0;
}
#adminbar .builder-title-right .popover ul.object-actions li a,
.popover-object-menu ul.object-actions li a {
    padding: 10px 20px;
    color: var(--app-color-dark) !important;
    opacity: 80%;
    display: block;
    text-decoration: none;
}
#adminbar .builder-title-right .popover ul.object-actions li a:hover,
.popover-object-menu ul.object-actions li a:hover {
    background: #F9FAFB;
    text-decoration: none;
    opacity: 100%;
}
body.dark #adminbar .builder-title-right .popover ul.object-actions li a:hover,
body.dark .popover-object-menu ul.object-actions li a:hover {
    background: var(--app-layout-bg);
}

.builder-title-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: -65px;
    background: white;
    padding: 0px;
    width: 600px;
    z-index: 10000;
    height: 100vh;
    box-shadow: 0px 10px 10px rgba(0,0,0,.2);
}
.builder-title-menu .header {
    height: 70px;
}

.builder-title-menu .header-left {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    border-right: 1px solid #e9e8ed;
    width: auto;
}
.builder-title-menu .header-left .label-blue {
    background-color: #4958ED;
    border-radius: 9px;
    padding: 5px 10px;
    color: white;
    margin-bottom: 0px;
}
.builder-title-menu .header-input {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: calc(100% - 170px);
}
.builder-title-menu .header-right {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    padding: 16px 20px;
    width: 60px;
    text-align: right;
}
.builder-title-menu .header-right a {
    font-size: 24px;
    color: #617689;
    cursor: pointer;
}


.builder-title-menu .PageSearch {
    display: table;
    width: 100%;
}
.builder-title-menu .PageSearch .input-group-addon {
    background: transparent;
    box-shadow: none;
    border: none;
    float: none;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    color: #677991;
}
.builder-title-menu .PageSearch .input-group-addon i {
    font-size: 20px;
}
.builder-title-menu .PageSearch input {
    border: none;
    height: 50px;
    font-size: 16px;
}

.builder-title-menu .content {
    height: calc(100% - 50px);
    min-height: 410px;
    overflow: scroll;
    padding: 30px 30px 200px 30px;
    background: #f7f8fa;
}

.builder-title-menu .content .content-header {
    padding: 0;
    margin-bottom: 20px;
}
.builder-title-menu .content .content-header:after {
    clear: both;
    display: table;
    content: ' ';
}
.builder-title-menu .content .content-left {
    width:33%;
    float: left;
    text-align: left;
    color: #373E47;
    opacity: .7;
    padding: 10px 0;
}
.builder-title-menu .content .content-left i {
    color: #677991;
    margin-right: 5px;
}
.builder-title-menu .content .content-center {
    width:33%;
    float: left;
    text-align: center;
    padding: 5px 0;
}
#adminbar.main-actions .builder-title-menu .content .content-center .btn {
    background: transparent;
    border: 1px solid #d6dde7;
    color: #bbc5cf;
    padding: 4px 20px;
}
#adminbar.main-actions .builder-title-menu .content .content-center .btn:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#adminbar.main-actions .builder-title-menu .content .content-center .btn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#adminbar.main-actions .builder-title-menu .content .content-center .btn.btn-primary {
    background: #bbc5cf;
    color: #6e7689;
    outline: none !important;
    outline-offset: 0px !important;
}
/*
#adminbar .alert-danger {
    display: table;
}
*/
.builder-title-menu .content .content-right {
    width:33%;
    float: left;
    text-align: right;
}
.builder-title-menu .content .content-right div.btn-group button {
    background: transparent;
}
.builder-title-menu .content .content-right .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 50%;
}

.builder-title-menu .content .content-right .btn-icon {
    padding: 0 10px;
    color: #677991;
    border: 1px solid #677991 !important;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    box-shadow: none;
}



.builder-title-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.builder-title-menu li {
    cursor: pointer;
    border-bottom: 1px solid #d3e0e9;
    padding: .4em .4em .4em .4em;
    margin-bottom: 0px;
}


.builder-title-menu li.action {
    border: none;
}
.builder-title-menu li.action a {
    padding: 0px;
    font-size: 14px;
}

.builder-title-menu li.action i.floatLeft {
    padding-top: 3px;
    padding-right: 0px;
    width: 15px;
}

.builder-title-menu .element {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 20px 17px!important;
    position: relative!important;
    background: white;
    color: #373e47;
    margin-bottom: 10px!important;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.24);
}
.builder-title-menu .element.active {
    background: #f3f3f3;
}
.builder-title-menu .element:hover {
    background: #f9fafc!important;
}
.builder-title-menu .element:hover a {
    color: #373e47!important;
}
.builder-title-menu .element .fa-sort {
    position: absolute;
    left: -20px;
    top: 22px;
    color: #c0c7d1;
    font-size: 18px;
    display: none;
}
.builder-title-menu .element:hover > .fa-sort {
    display: block;
}
.builder-title-menu .formation-main-menu > .element > .element-handle > a {
    display: block;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    text-decoration: none;
    color: #373E47;
    font-weight: bold;
}
.builder-title-menu .formation-main-menu > .element > .element-handle  {
    height: 20px;
}
.builder-title-menu .formation-main-menu > .element > .element-handle  > a {
    display: inline-block;
    width: calc(100% - 60px);
}
.builder-title-menu .formation-main-menu > .element a > i.fa-list {
    color: #677991;
    margin-right: 5px;
}
.builder-title-menu .formation-main-menu.arborescence .element-module > .submenu {
    display: block;
}
.builder-title-menu .element .nb_elements {
    display: inline-block;
    width: 35px;
    text-align: left;
    color: #aaadb2;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
}
.builder-title-menu .element .nb_elements i {
    font-size: 16px;
    margin-right: 5px;
}
.builder-title-menu .element .edition {
    display: inline-block;
    width: 15px;
    text-align: center;
    opacity: 0;
    vertical-align: top;
}
.builder-title-menu .element .edition .divider {
    background-color: #d4d7dc;
}
.builder-title-menu .element .edition .dropdown-menu {
    padding: 5px;
}
.builder-title-menu .element .edition .dropdown-menu li > a:hover,
.builder-title-menu .element .edition .dropdown-menu li > a:focus,
.builder-title-menu .element .edition .dropdown-submenu:hover > a {
    color: inherit;
    text-decoration: none;
    background: #f7f7f8;
    cursor: pointer;
}
.builder-title-menu .element .edition i.fa-ellipsis-h {
    color: #b1bbc8;
}
.builder-title-menu .element:hover > .element-handle > .edition {
    opacity: 1;
}
.builder-title-menu .element .thumbnail {
    display: none;
    position: fixed;
    /*margin-top: -50px;*/
    top: 300px;
    border: none;
    padding: 0;
    border-radius: 0;
}
.builder-title-menu .element .thumbnail img {
    max-width: 500px !important;
}



.builder-title-menu ul.submenu {
    display: none;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 10px;
    margin-bottom: -15px;
    padding: 0px;
}
.builder-title-menu .submenu .element {
    padding: 10px 20px 10px 40px!important;
    margin-bottom: 0px!important;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    color: #373E47;
}
.builder-title-menu .submenu .element .element-handle > a {
    color: #373E47;
    display: inline-block;
    width: calc(100% - 60px);
    font-size: 14px;
    font-weight: 400;
}
.builder-title-menu .submenu .element:nth-child(odd) {
    background: #fafafa;
}
.builder-title-menu .submenu .element:nth-child(even) {
    background: #ffffff;
}
.builder-title-menu .submenu .element:last-child {
    border-bottom: none;
}
.builder-title-menu .submenu .element:hover > a {
    text-decoration: none;
}

.builder-title-menu ul.dropdown-menu {
    top: 50px;
    right: 0px;
    left: inherit;
    border: none;
    box-shadow: 0 8px 16px 0 rgba(82,97,115,0.18);
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.builder-title-menu .submenu ul.dropdown-menu {
    top: 40px;
}
.builder-title-menu ul.dropdown-menu > li {
    padding: 0px;
    border: none;
}
.builder-title-menu ul.dropdown-menu > li > a {
    padding: 10px;
    color: #202b3d;
}
.builder-title-menu ul.dropdown-menu > li > a:hover,
.builder-title-menu ul.dropdown-menu > li > a:focus,
.builder-title-menu ul.dropdown-menu > li:hover > a {
    color: #202b3d;
    background: #f7f7f9;
}

@media (max-width:767px) {
    .builder-title-right { display: none; }
    .builder-title-menu { width: 100vw; z-index: 10000; }
}

/**
* Inverted mode
 */
#adminbar.main-actions.inverted {
    background: rgb(58,58,58);
}
#adminbar.main-actions.inverted .row .builder-title-left i {
    color: rgb(255, 255, 255);
}
#adminbar.main-actions.inverted .row .builder-title:hover .builder-title-left a i {
    color: rgba(255, 255, 255, .6);
}
#adminbar.main-actions.inverted .row .builder-title h3 {
    color: #FFF;
}
#adminbar.main-actions.inverted .row .builder-title-right h4,
#adminbar.main-actions.inverted .row .builder-title-right h3 a {
    color: rgba(255, 255, 255, .8);
}
#adminbar.main-actions.inverted .first-actions .action {
    background: rgb(72, 72, 72);
    color: rgb(255, 255, 255);
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
}
#adminbar.main-actions.inverted .first-actions .action:hover {
    background: rgba(99, 99, 99, .8);
    color: rgba(255, 255, 255, .8);
}
#adminbar.main-actions.inverted .first-actions .action.icon-only i {
    color: rgba(255, 255, 255, .8);
}
#adminbar.main-actions.inverted .first-actions .action.icon-only:hover i {
    color: rgba(255, 255, 255, 1);
}
#adminbar.main-actions.inverted .first-actions .actions-container .actions {
    border:none;
}
#adminbar.main-actions.inverted .row .builder-title-left h4 {
    color: white;
}
#adminbar.main-actions.inverted .row .builder-title {
    border-right: 0px;
}

@media (max-width: 767px) {
    #adminbar.main-actions .row .builder-title {
        display: none;
    }
    #adminbar.main-actions .first-actions {
        display: none;
    }
    #adminbar.main-actions .right-actions {
        width: 50%;
    }
    #adminbar.main-actions .right-actions .status-container {
        display: none;
    }
    #adminbar.main-actions .right-actions .preview-container {
        padding-right: 10px;
    }
}

.badge-hidden-mobile-content {
    background: #222c35;
    top: 43px;
}
.info-mobile-content {
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    padding: 2px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
#content .main-actions .first-actions .action.icon-only .info-mobile-content i {
    font-size: 20px;
}
.icon-mobile .popover-content, .icon-mobile .tooltip-inner {
    width: 265px;
    max-width: unset;
    padding: unset;
}
.icon-only .popover-content, .icon-only .popover-content p {
    font-size: 12px;
    color: var(--app-color-dark);
}
.icon-only .popover-content h4, .main-actions .icon-mobile .popover h4 {
    font-size: 14px;
    text-decoration: unset;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 5px;
    color: var(--app-color-dark);
}

#adminbar.main-actions .status-container {
    display: inline-block;
    max-width: 120px;
    width: 100%;
    vertical-align: middle;
    padding: 8px 0px;
    position: relative;
}
#adminbar.main-actions .status-container .status-action {
    height: 40px;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 23.5px;
}
@media (max-width: 1200px) {
    #adminbar.main-actions .status-container {
        display: none;
    }
}
#adminbar.main-actions .status-container .status-action:hover {
    border: 2px solid #F1F1F1;
}
#adminbar.main-actions.inverted .status-container a {
    color:white;
    background: transparent;
}
#adminbar.main-actions .status-container a {
    font-size: 12px;
}
#adminbar.main-actions .status-action .popover {
    top: 40px !important;
}

.right-actions .preview-container.save-loader-container.builder-loader .loader {
    display: inline-block;
    margin-left: 10px;
}
.right-actions .preview-container.save-loader-container.builder-loader .loader .loader-title {
    display: none;
    color: #90959A;
    margin-right: 5px;
}
.right-actions .preview-container.save-loader-container.builder-loader .loader:hover .loader-title {
    display: inline-block;
}
#BtnAnalyse .loader {
    display: inline-block;
    margin-right: 10px;
}
.right-actions .builder-loader .loader img, #BtnAnalyse .loader img  {
    width: 20px;
    height: 20px;
    animation: loader 2s linear infinite;
}
.right-actions .preview-container.save-loader-container {
    color: #4a4a4a;
    margin-right: 0px;
}

/**********************/
/** ADMINBAR PREVIEW **/
/**********************/
#adminbar.adminbar-preview {
    display: flex;
    gap: 12px;
    padding: 0 8px 0 24px;
    font-size: var(--app-font-size);
    color: var(--app-color-grey-medium);
}
#adminbar .adminbar-preview-logo {
    flex: 1 1 0;
    padding: 16px 0;
}
.adminbar-preview-logo img {
    height: 100%;
}

#adminbar .adminbar-preview-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
}
#adminbar .admin-preview-title-label {
    display: flex;
    align-items: center;
    gap: 6px;
}
#adminbar .admin-preview-title-label i {
    font-size: 8px;
}
#adminbar .admin-preview-title-label.active i {
    color: var(--app-color-success);
}
#adminbar .admin-preview-title-label.inactive i {
    color: var(--app-color-danger);
}

#adminbar .adminbar-preview-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex: 1 1 0;
}
#adminbar .adminbar-preview-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: var(--app-font-family);
    font-size: var(--app-font-size);
    font-weight: var(--app-font-weight);
    box-shadow: none;
    border-radius: var(--app-btn-radius);
    text-decoration: none;
    height: var(--app-btn-sm-height);
    padding: var(--app-btn-sm-padding);
    line-height: calc(var(--app-btn-sm-height) / 2);
}
#adminbar .adminbar-preview-btn.primary {
    background: var(--app-color-dark);
    border: none;
    color: #FFFFFF;
}
#adminbar .adminbar-preview-btn.primary:hover {
    background: var(--common-primary-brand-navy-blue-10);
}
#adminbar .adminbar-preview-btn.secondary {
    background: none;
    border: none;
    color: var(--app-color-grey-medium);
    text-shadow: none;
    padding: 0;
    height: var(--app-btn-xs-height);
    box-shadow: none;
    line-height: var(--app-btn-xs-height);
}
#adminbar .adminbar-preview-btn.secondary:hover {
    opacity: var(--app-btn-hover);
}


