.apiuser-card { padding: 1.5rem 0; }
.apiuser-card__inner { background: #fff; border: 0.5px solid #dee2e6; border-radius: 8px; padding: 1.5rem 1.75rem; }
.apiuser-card__title { font-size: 18px; font-weight: 500; margin: 0 0 4px; }
.apiuser-card__subtitle { font-size: 13px; color: #6c757d; margin: 0 0 1.5rem; }
.apiuser-label { display: block; font-size: 13px; color: #6c757d; margin-bottom: 6px; }
.apiuser-error { display: block; font-size: 12px; color: #dc3545; margin-top: 4px; }
.apiuser-footer { display: flex; align-items: center; gap: 12px; padding-top: 12px; border-top: 0.5px solid #dee2e6; margin-top: 4px; }
.apiuser-footer__hint { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #adb5bd; }
.apiuser-footer__spacer { flex: 1; }
.apiuser-toggle-wrap { display: flex; flex-direction: column; }
.apiuser-toggle-wrap > label { display: flex; align-items: center; height: 34px; gap: 8px; font-size: 13px; cursor: pointer; user-select: none; white-space: nowrap; }
.apiuser-toggle { position: relative; display: inline-block; width: 36px; height: 20px; }
.apiuser-toggle input { opacity: 0; width: 0; height: 0; position: absolute; }
.apiuser-toggle__slider { position: absolute; cursor: pointer; inset: 0; background: #ccc; border-radius: 10px; transition: background .2s; }
.apiuser-toggle__slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 2px; bottom: 2px; background: #fff; border-radius: 50%; transition: left .2s; }
.apiuser-toggle input:checked + .apiuser-toggle__slider { background: #1D9E75; }
.apiuser-toggle input:checked + .apiuser-toggle__slider:before { left: 18px; }
.apiuser-preview { margin-top: 16px; background: #f8f9fa; border-radius: 6px; padding: 12px 16px; }
.apiuser-preview__label { font-size: 12px; color: #adb5bd; margin: 0 0 6px; }
.apiuser-preview__content { font-size: 13px; color: #6c757d; margin: 0; line-height: 1.6; }

[class^="icon-"],
[class*=" icon-"] {
    width: auto;
    height: auto;
    line-height: 16px;
}

body {margin-top: 50px; padding: 1%;}

.btn {margin-bottom: 1px;}
.btn-toolbar {margin: 20px 0;}
.btn-light{border-color: #ccc; background-color: #e5e5e5;}
.btn-light:hover{background-color: #d1d2d2;}

.form-inline.row {margin-left: 0; margin-right: 0;}
.has-error span.error {color: #B94A48;}

.label .label-remove:after {content: 'x'; cursor: pointer; display: block; float: right; padding-left: 5px;}
.label .label-text {display: block; float: left; max-width: 147px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.form-radio-label {margin-top: 6px; margin-right: 15px;}

.list-group .list-group-item-section {line-height: 1em; font-size: 12px;}
.list-group .list-group-item-type {font-size: 10px;}
.list-group .active .list-group-item-type, .list-group .active .list-group-item-section {color: #dddddd;}

.modal-loader {position: relative; left: 45%; top: 40%;}
.modal-loader .modal-loader-icon {background: url('/lib/bootstrap3/img/loading.gif') no-repeat center center; height: 37px; width: 37px; margin: 21px 37px;}
.modal-loader .btn-default {color: #9a9a9a;}

.more-icon-empty {display: inline-block; margin: 0 0.2em; width: 1em;}

.navbar {margin-bottom: 0;}
.navbar-toggle .icon-menu {color: #999999; font-size: 16px;}
.navbar-inverse .navbar-toggle:hover .icon-menu, .navbar-inverse .navbar-toggle:focus .icon-menu {color: #ffffff;}

.panel .form-horizontal .form-group {margin-right: -65px;}
.panel .btn-toolbar {margin-top: 0;}
.panel .btn-toolbar input {margin-bottom: 5px;}

.table .col-lg-1,.table .col-lg-2,.table .col-lg-3,.table .col-lg-4,.table .col-lg-5,.table .col-lg-6,.table .col-lg-7,.table .col-lg-8,.table .col-lg-9,.table .col-lg-10,.table .col-lg-11,.table .col-lg-12  {position: static;}
.tab-pane {margin-bottom: 15px;}

.has-revisionDiff .form-control {border-color: #ff8800;}

@media only screen {
    .navbar-fixed-top {position: absolute;}
}

.nav-tabs>li>a { padding: 10px }

/* Added classes for margins and paddings */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.ml-0 { margin-left: 0; }
.mr-0 { margin-right: 0; }
.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }
.pl-0 { padding-left: 0; }
.pr-0 { padding-right: 0; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 1rem; }
.ml-4 { margin-left: 1.5rem; }
.ml-5 { margin-left: 3rem; }

.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 1rem; }
.mr-4 { margin-right: 1.5rem; }
.mr-5 { margin-right: 3rem; }

.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }

.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }

.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 1rem; }
.pl-4 { padding-left: 1.5rem; }
.pl-5 { padding-left: 3rem; }

.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 1rem; }
.pr-4 { padding-right: 1.5rem; }
.pr-5 { padding-right: 3rem; }

.text-underline {text-decoration: underline;}
.box-form .fieldset-legend{ width: auto; padding: 0; margin: 0 0 20px 0; position: relative; top: 0px; font-size: 16px; border-bottom: 1px solid #eeeeee;}
.box-form .fieldset-legend i{cursor: pointer;}

.box-form .form-tagGroup { position:absolute; right:20px; top:30px; z-index:10;}
.box-form .btn-leftnoradius {border-radius: 0px 4px 4px 0px; border-left: none; padding-bottom: 3px;}

.tinymce { height: 380px; }

.box-form .form-inline .label {float:left; margin-bottom: 3px; margin-right: 3px;}

@media all and (max-width: 628px) {
    .form-inline .btn-filter {margin-top: 5px; }
}

.box-form .input-radio-partner,
.box-form .input-radio { display:inline-block; width:16px; height:16px; margin:0; border-radius: 6px; margin-right:12px; border:none; }

.box-form .form-control-checkbox { margin: 0 10px 0 0; }
.box-form .checkbox-multi-parent > label { display:block; }
.box-modal {padding:20px 0; background:transparent;}
.box-modal .modal-content {margin-left:auto; margin-right:auto; max-width:1200px;}
.box-modal .modal-content .modal-body {overflow-y: auto; -webkit-overflow-scrolling: touch;}

/* iPad */
@media only screen and (orientation:portrait) and (min-device-width: 768px) {
    .box-modal .modal-content {max-width:768px;}
    .box-modal .modal-content .modal-body {max-height: 820px;}
}

@media only screen and (orientation:landscape) and (max-width: 1024px) {
    .box-modal .modal-content {max-width:1024px;}
    .box-modal .modal-content .modal-body {max-height: 560px;}
}

/* iPhone 4inch */
@media only screen and (orientation:portrait) and (min-device-width: 320px) and (max-device-height: 568px) {
    .box-modal {padding-top: 0;}
    .box-modal .modal-content {max-width:320px;}
    .box-modal .modal-content .modal-body {max-height: 400px;}
}

@media only screen and (orientation:landscape) and (max-width: 568px) {
    .box-modal {padding-top: 0;}
    .box-modal .modal-content {max-width:568px;}
    .box-modal .modal-content .modal-body {max-height: 250px;}
}

/* iPhone 3,5inch */
@media only screen and (orientation:portrait) and (min-device-width: 320px) and (max-device-height: 480px) {
    .box-modal {padding-top: 0;}
    .box-modal .modal-content {max-width:320px;}
    .box-modal .modal-content .modal-body {max-height: 300px;}
}

@media only screen and (orientation:landscape) and (max-width: 480px) {
    .box-modal .modal-content {max-width:480px;}
    .box-modal .modal-content .modal-body {max-height: 250px;}
}

.box-prismapartner a { text-decoration:none; transition: all 0.2s ease 0s;}
.box-prismapartner .prismapartner-placeholder {width: 100%; box-sizing: content-box !important;}
.box-prismapartner .prismapartner-c {clear: both;}
.box-prismapartner .prismapartner-separator {height: 1px; background-color: #dbdbdb; width: 100%; clear: both; display: block;}

.box-prismapartner .prismapartner-header-container {margin-bottom: 10px;}
.box-prismapartner .prismapartner-header-text {font-size: 23px; font-weight: bold; line-height: 30px; padding-bottom: 10px;}

.box-prismapartner .prismapartner-subheader-container {margin-bottom: 10px;}
.box-prismapartner .prismapartner-subheader-text {float: left; color: #fff; font-size: 18px; font-weight: bold; line-height: 28px; height: 28px; padding: 0 7px; }
.box-prismapartner .prismapartner-subheader-link {float: right; font-size: 13px; font-weight: normal; line-height: 25px; height: 20px; padding: 0; border-bottom: 1px dotted transparent;}
.box-prismapartner .prismapartner-subheader-link:hover {border-bottom: 1px dotted;}

.box-prismapartner .prismapartner-list {margin-bottom: 30px;}
.box-prismapartner .prismapartner-list-item {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dbdbdb;}
.box-prismapartner .prismapartner-list-info {float: left; width: 80px; margin-right: 10px; text-align: center;}
.box-prismapartner .prismapartner-list-time {font-size: 22px; font-weight: bold; line-height: 55px;}
.box-prismapartner .prismapartner-list-img {width: 80px; float: left; margin-right: 10px; }
.box-prismapartner .prismapartner-list-img img {width: 100%; height: auto; font-size: 0; display: block;}
.box-prismapartner .prismapartner-list-content {}
.box-prismapartner .prismapartner-list-section {font-size: 13px; font-weight: bold;}
.box-prismapartner .prismapartner-list-title {font-size: 17px; line-height: 24px; font-weight: normal; display: inline; border-bottom: 1px dotted transparent;}
.box-prismapartner .prismapartner-list-title:hover {border-bottom: 1px dotted;}
.box-prismapartner .prismapartner-list-text {font-size: 15px; font-weight: normal;}

.box-prismapartner .prismapartner-list-menu {margin-bottom: 20px;}
.box-prismapartner .prismapartner-list-menu-item {font-weight: bold; font-size: 18px; line-height: 20px; border-bottom: 1px solid #dbdbdb; display: block; margin-bottom: 10px; padding-bottom: 10px;}
.box-prismapartner .prismapartner-list-menu-text {border-bottom: 1px dotted transparent; line-height: 21px; display: inline; transition: all 0.2s ease 0s;}
.box-prismapartner .prismapartner-list-menu-text:hover {border-bottom: 1px dotted;}
.box-prismapartner .prismapartner-list-menu-icon {font-size: 14px; font-weight: bold;}

.partner2-panel-heading {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.partner2-section__title {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.partner2-section__subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #7f7f7f;
    font-weight: 100;
    margin-top: -10px;
    margin-bottom: 10px;
}
.partner2-card1 {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    transition: box-shadow .15s ease-in-out;
    color: #000;
}
.partner2-card1__content-box {
    width: 100%;
    padding: 5px 25px 0 10px;
}
.partner2-card1__date {
    color: #7f7f7f;
    margin-right: 10px;
}
.partner2-card1__subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    text-transform: uppercase;
    padding-right: 2px;
    font-size: 1.2rem;
    line-height: 2rem;
    font-style: italic;

}
.partner2-card1__info-box {
    display: flex;
}
.partner2-card1__title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: color .15s ease-in-out;
}
.partner2-card1__description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 100;
    margin-bottom: 10px;
    transition: color .15s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.partner2-card1__more {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 700;
}
.partner2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 61px;
    margin: 20px 0 0;
    padding: 13px 28px 13px 34px;
    border-radius: 0;
    color: #fff !important;
    outline: none;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 2.8rem;
    position: relative;
    cursor: pointer;
    transition: background-color .15s ease-in-out,color .15s ease-in-out, border-color .15s ease-in-out;
}
.box-tree .js-tree-ul, .box-tree .js-tree-li {margin: 0; padding: 0;}

.box-tree .tree-head {border-bottom: 1px solid #DDDDDD; font-weight: bold; min-height: 20px;}
.box-tree ul.tree-root {margin-left: 0px;}
.box-tree li {list-style-type: none;}

.box-tree .tree-col {overflow: hidden; text-overflow: ellipsis; white-space:nowrap;} 
.box-tree .tree-label {border-bottom: 1px solid #DDDDDD; }
.box-tree .tree-item {border-bottom: 1px solid #dddddd; line-height: 36px;}
.box-tree .tree-item:hover { background:#f9f9f9; }

.box-tree .tree-sh { float: left; padding: 0 3px; color:#999; cursor: default;}
.box-tree .tree-sh:hover { background: #eee;}
.box-tree .tree-sh.empty:hover { background: transparent;}
.box-tree .tree-sh.empty .empty-icon {width: 1.4em; background: transparent;}
.box-tree .tree-sh .tree-h { display: none; }
.box-tree .tree-sh.js-tree-h .tree-h { display: block; line-height: 36px;}
.box-tree .tree-sh.js-tree-h .tree-s { display: none; }

.box-tree .tree-condensed .tree-item {line-height: 26px;}
.box-tree .tree-condensed .tree-sh {line-height: 26px;}

.box-tree .dropdown-menu-h1 {padding: 0 5px;}

.box-tree .tree-checkbox {font-weight: normal; margin: 0 5px;}
.box-tree .tree-checkbox input[type="checkbox"] {margin-right: 8px;}
.tfa-card {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}
