/*
Questo CSS copre le pagine dell'account che comporendono quella di registrazione/login,
quella principale con le license, quella dei downloads e quella del servizio cron.
*/

.account {
    /*background-color: #202b37!important;*/
}

.account .page-header {
    border: none;
    margin-bottom: 2rem;
}

.account .page-header h1 {
    font-size: 40px !important;
    margin-bottom: 40px;
    font-family: Prata, Inter, sans-serif;
    line-height: 130%;
    font-weight: normal;
}


.account-nav {
    /*border-bottom: 1px solid #2C3E50;*/
    padding: 24px;
    text-align: center;
    background-color: whitesmoke;
}

.account-nav:last-child  {
    color: #7951d1;
}

.account-nav a {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    /*background-color: #000;*/
    /*border-radius: 5px;*/
    color: #000;
    text-decoration: none;
    /*padding: 15px;*/
}
.account-nav a.current {
    color: #FF6057!important;
}




.account h2 {
    clear: both;
    font-family: Prata, Inter, sans-serif;
    /*font-weight: bold;*/
    font-size: 2.1rem;
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 20px; */
    /*background-color: whitesmoke;*/
    /*padding: 15px;*/
    /*border-radius: 5px;*/
    margin-bottom: 25px;
    margin-top: 50px;
    text-align: left;
}

.account-block {
    margin-bottom: 40px;
}
/* Notifiche per gli amministratori */
.account .admin {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 15px;
    margin: 15px 0;
}

.account h2 strong {
    font-weight : bold;
    color : #F55858;
}

.account .account-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
}

.account .account-row span {
    font-size: 15px;
}

.account .account-row .account-label {
    /*border-bottom: 1px solid #27AE60;*/
    padding-top: 5px;
    color: #000;
    min-width: 180px;
    text-align: left;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
}

.account .account-row .account-value {
    width: 65%;
}

.account table.inactive-contracts,
.account table.inactive-contracts td,
.account table.inactive-contracts th,
.account table.inactive-contracts tr
{
    background-color: transparent !important; /* Altrimenti il tema la fa bianca... */
}

.account table.inactive-contracts {
    border-collapse: collapse;
}

.account table.inactive-contracts tr td,
.account table.inactive-contracts tr th {
    border: 1px solid #ddd;
    padding: 7px 16px;
    font-size: 13px;
}

.account .copy-to-clipboard {
    background-color: #2980B9;
    color: white;
    border: none;
}

.account-license {
    /*background-color: #26303E;*/
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ddd;
}

.account-new-license {
    float: left;
    margin-right: 40px;
}

.account-new-license span.tnp-full-price-block {
    font-size: 20px !important;
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
}

.account-new-license .tnp-full-price-block .tnp-full-price {
    text-decoration: line-through;
    font-size: 20px !important;
}

.account-new-license .tnp-full-price-block .tnp-currency {
    font-size: 20px !important;
    text-decoration: none;
}

.account-new-license .tnp-price {
    text-decoration: none;
    font-size: 32px !important;
}




table.account-inactive-contracts {
    border-collapse: collapse;
}

table.account-inactive-contracts td {
    border: 1px solid #ddd;
    padding: 5px;
}


/* LOGIN/SIGNUP */

.account-login-forms {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.account-login-forms>div {
    flex-basis: 200px;
    flex-grow: 1;
    margin: 0 10px;
}

.account.account-login input[type=text],
.account.account-login input[type=password],
.account.account-login input[type=email] {
    color: #444 !important;
    border: 1px solid #999 !important;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 1em;
    padding: .4em;
    line-height: normal;
}


/* CRON */

.account-cron-form {
    padding: 25px;
    background-color: #f4f4f4;
    margin: 30px 0;
}

.account-cron-form input[type=url] {
    font-family: monospace;
    font-size: 18px;
    width: 450px;
    max-width: 100%;
    padding: 14px;
    line-height: normal;
}


.account-cron-form input[type=submit] {
    font-size: 18px;
    line-height: normal;
}


/* Parte per la pagina dei downloads */

/* Contenitore flex per un gruppo di file */
.tnp-files {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* Indica se l'estensione è libera */
.tnp-file-type-free {
    background-color: #999;
}

.tnp-separator {
    height: 2px;
    color: white;
    margin: 50px 0px;
}

/* Widget del singolo file */
.tnp-file {
    width: 245px;
    height: 250px;
    background-color: #27313e;
    text-align: center;
    margin: 6px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.tnp-file:hover {
    background-color: #27313e;
    box-shadow: 1px 1px 5px #27313e;
}

.tnp-file-name {
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    border-bottom: none;
}

.tnp-file-icon {
    margin-bottom: 20px;
    text-align: center;
}

.tnp-file-icon img {
    width: auto;
    display: inline;
}

.tnp-file-version span {
    font-size: 11px;
    background-color: #3498DB;
    padding: 2px 8px;
    border-radius: 5px;
}

.tnp-file-description {
    font-size: 12px;
    line-height: 19px;
    padding: 5px 18px;
    color: #e4e4e4;
}

.tnp-file-download {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.tnp-file-download a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}


/* CSS Rinnovo */

.tnp-renew-block {
    width: 350px;
    float: left;
    margin-right: 20px;
    background-color: #273D52;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

/* Blogger al momento come super title */
.tnp-renew-block .tnp-renew-type {
    color: #4FB85C;
    font-family: var(--font-family-proximanova-medium);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 4px;
    min-height: 23px;
    min-width: 75px;
    white-space: nowrap;
}

.tnp-renew-block .tnp-renew-title {
    color: #fff;
    font-family: var(--font-family-proximanova-bold);
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 43px;
    margin-top: 15px;
    min-height: 45px;
    min-width: 179px;
    white-space: nowrap;
}

.tnp-renew-block .tnp-renew-subtitle {
    color: #fff;
    font-family: var(--font-family-proximanova-bold);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 15px;
    min-height: 45px;
    min-width: 179px;
    white-space: nowrap;
}



.tnp-renew-block .tnp-renew-price {
    color: #fff;
    font-family: var(--font-family-proximanova-medium);
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 48px;
    margin-top: 10px;
    margin-bottom: 25px;
    min-height: 50px;
    min-width: 93px;
    white-space: nowrap;
}

.tnp-renew-block .tnp-renew-full-price {
    color: #aaaaaa;
    font-family: var(--font-family-proximanova-medium);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 30px;
    min-height: 26px;
    min-width: 47px;
    text-decoration: line-through;
    white-space: nowrap;
}

.tnp-renew-block .tnp-country-IT {
    color: #999;
}

.tnp-renew-block .tnp-tc {
    color: #999;
}