/** Gestion des onglets et de l'affichage des commandes **/
#account h1 {
    margin-bottom: 2rem;
}
#account h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: left;
}
/** Tabs */
#account .ui-widget-header {
    background: none;
    border: none;
}

#account .ui-widget-content {
    background: none;
}

#account .ui-tabs .ui-tabs-panel {
    border: 1px #DAA520 solid;
}

#account .ui-state-default a,
#account .ui-state-default a:link,
#account .ui-state-default a:visited {
    color: #2367A5;
}
#account .ui-state-active a,
#account .ui-state-active a:link,
#account .ui-state-active a:visited {
    color: #DAA520;
}

#account .ui-state-active,
#account .ui-widget-content .ui-state-active,
#account .ui-widget-header .ui-state-active,
#account .ui-state-hover {
    border: 1px solid #DAA520;
}

#account .ui-tabs,
#account form#account-widthorders {
    border-color: transparent;
    margin: auto;
}

.account_input {
    width: 1.1rem;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: top;
}
form#account-widthorders {
    padding: 16px 32px;
    margin: 0;
}
.account_label,
.account_thought.prosveta_no .account_label {
    display: inline-block;
    width: 85%;
}

.account_thought .account_label {
    display: inline-block;
    width: 90px;
    vertical-align: top;
}

.account_thought {
    margin-left: 2rem;
    margin-bottom: 1rem;
}
.account_format {
    display: inline-block;
}

.account.buttons {
    text-align: center;
    margin: 2px auto;
}

.account.buttons button,
.account.buttons input {
    display: block;
    margin: 1rem auto !important;
}

/** Commandes */
#account .order {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1rem;
    border-bottom: 1px #DAA520 dashed;
    padding-bottom: 1rem;
}
#account .order:last-child {
    border-color: transparent;
}
#account .order .picture {
    width: 100px;
}

#account .order .description {
    width: 60%;
    vertical-align: top;
}

#account .order .order_description {
    width: 40%;
    text-align: right;
}
#account .order .order_description .order_id {
    color: #2367A5;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0.3rem;
}

#account .button_submit {
    display: inline-block;
    margin: auto;
}

#account #access a {
    color: #2367A5;
    text-decoration: underline;
}

#account .player {
    text-align: right;
}
#account .player a {
    font-size: 1.3rem;
    color: coral;
}
#account .player a:before {
    content: '>>> ';
}
@media screen and (max-width: 480px) {
    form#account-widthorders {
        padding: 16px 0;
        margin: 0;
        width: 100%;
    }

    #account .order .picture {
        margin-left: -2rem;
    }
}
