.layout-builder-browser-block-item {
    margin: 12px 0 !important;
    display: block;
}

.lb-container {
    float: left;
    width: 100%;
}

.lb-card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
}


/* On mouse-over, add a deeper shadow */

.lb-card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


/* Add some padding inside the card container */

.lb-card-container {
    padding: 2px 16px;
}

.lb-image {
    overflow: hidden;
    position: relative;
}

.lb-container-actions {
    display: block;
    float: left;
    width: 100%;
}

.lb-link {
    display: block;
    float: left;
    text-align: left;
}

.lb-dialog-image {
    width: 75%;
    margin: auto;
    text-align: center;
}

#layout-builder-modal ul {
    width: 23%!important;
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 20%;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 77%;
}

.ui-dialog .ui-tabs-vertical .ui-tabs-nav {
    width: 25%!important;
}

.lb-container .column {
    width: 100%;
    float: left;
    margin: 0px 5px;
    margin-bottom: 5px;
}

.ui-tabs {
    min-height: 500px;
}

.ui-dialog-titlebar-close {
    line-height: 15px;
}

.ui-widget-header {
    border: none!important;
}

#layout-builder-modal ul {
    margin: 0!important;
}

.bg-op {
    display: none;
    background-color: black;
    position: absolute;
    width: 100%;
    height: 125px;
    top: 0px;
    opacity: 0.8;
}

a.lb-view:hover .bg-op {
    display: block;
}

.text-view {
    text-align: center;
    margin-top: 45px;
    color: white!important;
}

.lb-container-actions a {
    background-color: #0d6efd!important;
    width: 90px;
    padding: 4px 10px;
    color: white!important;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.lb-container-actions a:hover {
    background-color: #458aef;
    text-decoration: none;
}

#layout-builder-modal #tabs-basique_contenu {
    height: 600px;
    overflow-y: scroll;
}

.float-left-action {
    float: left;
}

.float-right-action {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}


/* new  Style the tab */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


/* Style the buttons that are used to open the tab content */

* {
    box-sizing: border-box
}


/* Style the tab */

#layout-builder-modal .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 400px!important;
    overflow: scroll!important;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 0.5px solid;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    padding-top: 15px;
    border: none;
    width: 70%;
    border-left: none;
    min-height: 400px;
    display: none;
}

.first-1 {
    display: block;
}