/* Paginile de retragere din contract - aceleasi culori ca bannerul de cookie (#ff6600 / #f3f3f3) */

.rtg {
    max-width: 900px;
    font-size: 15px;
    line-height: 22px;
    color: #293848;
}

.rtg h1 {
    font-size: 24px;
    margin: 10px 0 14px;
}

.rtg h2 {
    font-size: 18px;
    margin: 22px 0 10px;
}

.rtg p {
    margin: 0 0 10px;
}

.rtg-box {
    background: #f3f3f3;
    border-left: 3px solid #ff6600;
    padding: 12px 16px;
    margin: 12px 0;
}

.rtg-eroare {
    background: #fdecea;
    border-left: 3px solid #c62828;
    padding: 10px 16px;
    margin: 12px 0;
}

.rtg-eroare ul {
    margin: 0;
    padding-left: 18px;
}

.rtg-ok {
    background: #eaf6ea;
    border-left: 3px solid #2e7d32;
    padding: 12px 16px;
    margin: 12px 0;
}

.rtg table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 14px;
}

.rtg th,
.rtg td {
    border-bottom: 1px solid #cdcdcd;
    padding: 8px 6px;
    text-align: left;
    vertical-align: middle;
}

.rtg th {
    background: #f3f3f3;
    font-weight: 700;
}

.rtg td.num,
.rtg th.num {
    text-align: right;
    white-space: nowrap;
}

.rtg input[type="text"],
.rtg input[type="email"],
.rtg input[type="number"],
.rtg textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
    padding: 7px 8px;
    border: 1px solid #c3c4c5;
    border-radius: 4px;
    font-family: inherit;
    font-size: 15px;
}

.rtg input[type="number"] {
    width: 80px;
}

.rtg textarea {
    max-width: 100%;
    height: 70px;
}

.rtg label.camp {
    display: block;
    font-weight: 700;
    margin: 12px 0 4px;
}

.rtg .nota {
    font-size: 13px;
    color: #696969;
}

/* butonul principal (acelasi portocaliu ca bannerul de cookie) */
.rtg input[type="submit"].rtg-btn,
.rtg a.rtg-btn {
    display: inline-block;
    border: 0;
    border-radius: 5px;
    background-color: #ff6600;
    color: #fff;
    padding: 10px 22px;
    margin: 10px 10px 0 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
}

.rtg input[type="submit"].rtg-btn:hover,
.rtg a.rtg-btn:hover {
    background-color: #e65c00;
    box-shadow: none;
}

.rtg a.rtg-link {
    color: #2a2a2a;
    font-weight: 600;
}

/* butonul "Retrage-te din contract" din pagina comenzii */
a.rtg-buton-comanda {
    display: inline-block;
    margin: 10px 0;
    padding: 8px 16px;
    border-radius: 5px;
    background-color: #ff6600;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

a.rtg-buton-comanda:hover {
    background-color: #e65c00;
}

@media (max-width: 600px) {
    .rtg th.ascuns-mobil,
    .rtg td.ascuns-mobil {
        display: none;
    }
}
