
/* ajaxTabs */

body.ajaxTabs,
.ajaxTabs .pane-header {
    background: #F7F5F5;
}

.ajaxTabs #header-container {
    /*display: none;*/
    margin-top: -20px;
}

.ajaxTabs .content-pane {
    background: transparent;
}

.ajaxTabs #tabs a {
    border-radius: 12px !important;
}

.ajaxTabs th select {
    font-size: 12px !important;
    line-height: 16px !important;
}

.ajaxTabs .data thead tr th:first-child {
    border-radius: 12px 0 0 12px !important;
}

.ajaxTabs.data thead tr th:last-child {
    border-radius:  0 12px 12px 0 !important;
}


.ajaxTabs #page-container,
.ajaxTabs #global-header {
    background-color: transparent;
}

.ajaxTabs .pane-tabs [role=tablist] [role=tab]:not(.sel):hover {
    background-color: transparent;
}


.ajaxTabs table td {
    line-height: 1rem;
}

.ajaxTabs .pane-tabs:first-child,
.ajaxTabs #tabs a.sel span,
.ajaxTabs #content-header,
.ajaxTabs .content-pane,
.ajaxTabs table.data thead:first-child tr:first-child th:first-child,
.ajaxTabs table.data thead:first-child tr:first-child th:last-child
{
    border-radius: 0;
    border: 0 !important;
    box-shadow: none !important;
}

.ajaxTabs #global-header {
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
}

.ajaxTabs #tabs a {
    border: 0 !important;
    box-shadow: none !important;
    font-size:12px;
}

.ajaxTabs #crumbs a {
    font-size:12px;
}

/*.ajaxTabs .sidebar {*/
/*    width: 250px !important;*/
/*}*/

/*.ajaxTabs #page-container {*/
/*    padding-left: 250px !important;*/
/*}*/



.ajaxTabs .card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 24px 36px;
    /*margin-bottom: 24px;*/
    /*box-shadow: 0 0 0 1px #cdd8e4, 0 2px 12px rgb(205 216 228 / 50%);*/
    font-size: 12px;
}

.ajaxTabs .card-buttons {
    padding-bottom: 0;
}


.ajaxTabs #content :not(.meta)>.flex-fields>:not(h2):not(hr):not(.line-break):before,
.ajaxTabs #content :not(.meta)>.flex-fields>:not(h2):not(hr):not(.line-break):last-child:before, #content>.flex-fields>:not(h2):not(hr):not(.line-break):before,
.ajaxTabs #content>.flex-fields>:not(h2):not(hr):not(.line-break):last-child:before {
    width: 0px !important;
}

.ajaxTabs .flex-fields {
    margin-left: calc(var(--row-gap)*-1.5)  !important;
}

.ajaxTabs .card .flex-fields {
    margin-left: calc(var(--row-gap)*-1) !important;
}


.ajaxTabs #content :not(.meta)>.flex-fields>*, .ajaxTabs #content>.flex-fields>* {
    margin: 0 0 var(--row-gap)!important;
    padding: 0 12px !important;
}


.ajaxTabs .flex-fields {
    margin-bottom: 0 !important;
}

.ajaxTabs .flex-fields .width-33.btn-wrapper  {
    width: 33% !important
}

@media only screen and (min-width: 1200px) {

    .ajaxTabs .flex-fields .width-33 {
        width: 50% !important
    }
}

@media only screen and (min-width: 1900px) {

    .ajaxTabs .flex-fields .width-33 {
        width: 33.3% !important
    }
}

.comment {
    margin-bottom: 30px;
}