.accordion {
    background: #f9f9f9;
}

.accordion-tabs {
    display: none;
}

.accordion-tabs :focus {
    outline: none;
}

.accordion-tab {
    font-family: Arial, serif;
}

.accordion-item {
    border-bottom: 1px solid #eaeaea;
}

.accordion-item:last-child {
    border: none;
}

.accordion-item__label {
    margin: 0;
    padding: 1.25rem;
    cursor: pointer;
    transition: padding 0.2s ease;
    position: relative;
}

.accordion-item__label:after {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    top: -4px;
    right: 1.25rem;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    transform: rotate(45deg);
    border: 3px solid transparent;
    border-right-color: #447fff;
    border-bottom-color: #447fff;
    opacity: 1;
    transition: opacity 0.1s ease;
}

.accordion-item__label:hover {
    background: #d3e1ff;
}

.accordion-item__container {
    padding: 0 1.25em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.accordion-active {
    background: rgba(68, 127, 255, 0.1);
}

.accordion-active .accordion-item__label {
    padding-bottom: 0;
    cursor: inherit;
}

.accordion-active .accordion-item__label:hover {
    background: none;
}

.accordion-active .accordion-item__label:after {
    opacity: 0;
}

.accordion-active .accordion-item__container {
    padding: 1.25em;
    height: auto;
    opacity: 1;
}

.accordion-active .accordion-item__container p:first-child, .accordion-active .accordion-item__container h1:first-child, .accordion-active .accordion-item__container h2:first-child, .accordion-active .accordion-item__container h3:first-child, .accordion-active .accordion-item__container h4:first-child, .accordion-active .accordion-item__container h5:first-child, .accordion-active .accordion-item__container h6:first-child {
    margin-top: 0;
}

.accordion-active .accordion-item__container p:last-child, .accordion-active .accordion-item__container h1:last-child, .accordion-active .accordion-item__container h2:last-child, .accordion-active .accordion-item__container h3:last-child, .accordion-active .accordion-item__container h4:last-child, .accordion-active .accordion-item__container h5:last-child, .accordion-active .accordion-item__container h6:last-child {
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .accordion-tabs {
        display: flex;
        background: rgba(68, 127, 255, 0.1);
    }

    .accordion-tabs .accordion-tab {
        background: rgba(68, 127, 255, 0.1);
        padding: 1rem 2rem;
        font: inherit;
        flex: 1;
        border: none;
        cursor: pointer;
        transition: background 0.1s ease;
    }

    .accordion-tabs .accordion-tab:hover {
        background: rgba(249, 249, 249, 0.01);
    }

    .accordion-tabs .accordion-tab:last-child {
        border-right: 0;
    }

    .accordion-tabs .accordion-tab.accordion-active {
        background: #f9f9f9;
        font-weight: bolder;
    }

    .accordion-item {
        padding: 2.4rem;
        display: none;
        border: none;
        background: #f9f9f9;
        min-height: 260px;
    }

    .accordion-item__label, .accordion-item__container {
        padding: 0;
        transition: inherit;
    }

    .accordion-item__label {
        margin-bottom: 1.5rem;
    }

    .accordion-item.accordion-active {
        display: block;
    }

    .accordion-item.accordion-active .accordion-item__container {
        padding: 0;
    }
}

* {
    box-sizing: border-box;
}

.accordion {
    box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}

@media (min-width: 600px) {
    .accordion {
        max-width: 800px;
    }

    body {
        padding: 20px;
    }
}

.accordion + p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 2rem;
}

.business-menu {
    height: 14px;
    width: 10px;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
    cursor: pointer;
}


.subscription-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

div[data-field-index] {
    width: 100%;
}

div[data-field-index] .right-icons * svg {
    fill: rgba(150, 150, 150, 1);
}

.action-row {
    font-size: 12px;
    font-weight: bold;
    display: none;
    width: 100%;
    height:30px;
}

select.entry-value {
    border: 1px solid #BBB;
    appearance: none;
    padding: 5px;
    background-color: #F5F5F5;
}

#newsub_autorenew,#new_autorenew, #editsub_autorenew {
    margin-left:40px;
    min-width:20px;
}

zg-dialog[name="create"] * .entry-row input {
    margin-left:10px;
}

zg-dialog[name="changeowner"] * .entry-value {
    margin-left:10px;
}

zg-dialog[name="removeaccount"] * .entry-value {
    margin-left:10px;
}

svg[name="account-delete-button"] {
    fill: red !important;
}

#revoke_bname {
    color: #888888;
    padding-bottom: 5px;
    font-size: smaller;
}

.search-results  {
    display:none;
}

#busy-layer {
    width: 100%;
    height: 100%;
    background-color: #0082FFDD;
    position: absolute;
    z-index: 1000;
    text-align: center;
    display: block;
    justify-content: center;
    flex-direction: column;
}

#busy-layer img{
    height:60px;
    margin:auto;
}
#busy-layer p{
    height: 60px;
    color: white;
    font-weight: bold;
}

.left-icons {
    float: left;
    width: 100px;
}


.plus-icon {
    display:none;
}

.unique_display {
    display:none;
    line-height: 24px;
}

.unique_id {
    margin-left:10px;
    font-weight:bold;
    color: rgb(120,120,120);
}



zg-row.show-right * .plus-icon {
    display:block !important;
}

.right-icons {
    float: right;
    width: 100px;
    text-align: right;
    display:none;
}

zg-row.show-right * .right-icons {
    display: block !important;
}


.subscription-team-name {
    font-size: 13px;
    color: #444;
}

.subscription-team-id {
    font-size: 13px;
    color: #444;
}

.account-type {
    font-size: 13px;
    color: #797979;
}

.expires-on {
    font-size: 13px;
    color: #797979;
}

zg-caption {
    display: none;
}

.action-row zg-icon {
    cursor: pointer;
}

.button-strip {
    height: 60px;
}

.button-strip div {

}

.search-bar {
    margin-left: 5px;
}

.search-bar label {
    font-size: 12px;
    padding-right: 10px;
}

.create-submit {
    padding: 12px;
    border-radius: 5px;
    border: 0 solid #888;
    font-weight: bold;
    color: white;
    background-color: #0082FF;
    font-size: 12px;
    cursor: pointer;
}

.search-bar input {
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid #555;
    border-radius: 8px;
}


#search-content::placeholder {
    padding-left: 10px;
}

.search-bar button {
    background-color: #ececec;
    font-size: 11px;
    color: #2f2f2f;
    border: 1px solid #cdcdcd;
    padding: 5px 15px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.button-strip-button {
    float: left;
    border: 2px solid #0082FF;
    margin: 6px;
    padding: 6px;
    border-radius: 10px;
    font-size: 12px;
    color: #0082FF;
    cursor: pointer;
}

.active-button {
    color: white;
    background-color: #0082FF;

}

.entry-form {
    text-align: center;
}

.entry-row {
    padding: 6px;
    height: 36px;
}

.entry-sub-header {
    opacity: 0.4;
}

.button-strip-label {
    float: left;
    line-height: 30px;
    width: 80px;
    text-align: right;
}

.entry-label {
    color: #0082FF;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    width: 100px;
    float: left;
    text-align: right;
    line-height: 24px;
}

.entry-value {
    font-size: 14px;
    border-width: 0 0 1px 0;
    padding: 2px;
    min-width: calc(100% - 180px);
    background-color:transparent;
}

input[type='checkbox'].entry-value {
    height: 20px;
}

.entry-header {
    text-align: left;
    font-weight: bolder;
    font-family: Tahoma, Arial, sans-serif;

}

.user-info {

}

#user-info-logout {
    cursor: pointer;
}

.user-info div {
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, Arial, sans-serif;
    padding: 10px;
}

body {
    font-family: Arial, sans-serif;
    background: #0082FF;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    /*justify-content: center; */
    align-items: center;
    /*height: 100vh; */
}