﻿.form {
    /*font-family: Trebuchet MS;
    font-size: 11px;*/
}

.formError {
    color: Red;
}
/* Repara el formError que no pinta de color rojo los mensajes de error... */
.primero .DataForm {
    color: red !important;
}

.heavy {
    font-weight: bold;
    font-size: 14px;
}

.formStandard {
    width: 450px;
}

.formSmall {
    width: 100px;
}

.formLogin {
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
    width: 200px;
}

table.form {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    table.form td {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    table.form tr {
        background: #ffffff url(img/pixelform.jpg) repeat-x bottom left;
        padding-bottom: 20px;
        padding-top: 10px;
    }

        table.form tr.ultimo, table.form tr.primero {
            background: #ffffff;
            padding-bottom: 20px;
            padding-top: 10px;
        }

        table.form tr.title td {
            background-color: #7f7f7f;
            padding: 5px 0px 5px 10px;
            color: #ffffff;
            font-weight: bold;
            font-size: 18px;
        }

    table.form td.EtiquetaForm {
        font-weight: bold;
        text-align: right;
        padding-left: 25px;
        vertical-align: top;
    }

    table.form td.DataForm {
        padding-left: 25px;
        text-align: left;
        vertical-align: top;
    }

    table.form td.DataForm2 {
        padding-left: 5px;
        text-align: left;
        vertical-align: top;
    }

    table.form h3 {
        color: Gray;
        font-size: 12px;
        margin-bottom: 5px;
    }

.imageList {
    float: left;
    padding-right: 5px;
}

.scroller {
    border: solid 1px gray;
    height: 300px;
    overflow: scroll;
    background-color: #f5f5dc;
}

    .scroller td {
        background: transparent;
    }

table.list {
    border: none;
}

    table.list td {
        background: none;
        padding: 0px;
    }

table.subtable {
    border: none;
}

    table.subtable tr {
        border: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    table.subtable td {
        padding: 2px 2px 2px 2px;
        margin: 0px 0px 0px 0px;
    }

        table.subtable td.header {
            background-color: #7f7f7f;
            font-weight: bold;
            color: White;
        }

table.info {
    margin-top: 20px;
    margin-bottom: 20px;
}

    table.info td.EtiquetaForm {
        font-weight: bold;
        text-align: left;
        padding-right: 10px;
        vertical-align: top;
    }

    table.info td {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 12px;
    }

.proformaInvoiceMsg #msg {
    color: green;
}

.proformaInvoiceMsg #errorCodes {
    color: red;
}

.proformaInvoiceList .fromNetSuite {
    color: white;
    display: block;
    padding: 3px;
    text-align: center;
    width: 50px;
}

.proformaInvoiceList .proformaInvoiceTweaks {
}

    .proformaInvoiceList .proformaInvoiceTweaks span {
        display: block;
    }

.proformaInvoiceList .yes {
    background-color: green;
    font-weight: bold;
}

.proformaInvoiceList .no {
    background-color: red;
    font-weight: bold;
}

.replacementList .authorizedIcon {
    width: 16px;
    height: 16px;
}

.replacementList .False {
    background-image: url('img/status_offline.png');
}

.replacementList .True {
    background-image: url('img/status.png');
}

.replacementList .authBy {
    background-color: blue;
    color: white;
    font-weight: bold;
}

.replacementList .notAuthorizeYet {
    background-color: white;
    color: red;
    font-weight: bold;
}

.replacementList .authorizedUpdated {
    display: block;
    font-weight: bold;
}

.replacementList .soft {
    font-weight: initial;
}

/*.proformaInvoiceDetails .missing {
    background-color: green;
    font-weight: bold;
}*/

.paymentsMessage {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.proformaInvoiceDetails .missing,
.paymentsErrorMessage {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.paymentsMessage,
.paymentsErrorMessage {
    margin-top: 5px;
    margin-bottom: 5px;
}

.okMsg {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 3px;
    position: relative;
}

.errorMsg {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 3px;
    position: relative;
}

.okMsg-Label, .errorMsg-Label {
    display: block;
    font-weight: bold;
    position: relative;
}

.okMsg-Label {
    color: green;
}

.errorMsg-Label {
    color: red;
}

.viewButton {
    margin: 10px 0px 10px 0px;
}

    .viewButton td {
        padding: 3px;
    }

    .viewButton a {
        color: #000000;
        text-decoration: none;
    }

        .viewButton a:hover {
            text-decoration: underline;
        }

.links {
    display: block;
    padding: 3px;
    position: relative;
}

._3dcartButtonField img {
    width: 16px;
    height: 16px;
}

.package-Yes {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.package-No {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.shippingQuoted-Yes {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.shippingQuoted-No {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 3px;
}

/*DAILY CALLS*/
.callstatus {
    color: white;
    display: inline-block;
    padding: 3px;
    text-align: center
}

.called {
    background-color: green;
}

.no-called {
    background-color: red;
}

.language {
    color: white;
    display: inline-block;
    padding: 4px;
    text-align: left
}

.english {
    background-color: #0052A5;
    color: white;
}

.spanish {
    background-color: #ff0000;
    color: #ffff00;
}

.russian {
    background-color: #ff0000;
    color: #ffffff;
}

.french {
    background-color: #0000ff;
    color: #ffffff;
}

.unknown {
    background-color: mediumpurple;
    color: white;
}

.late-call {
    background-color: red;
    color: white;
    display: inline-block;
    padding: 4px;
    text-align: left
}

.late-call {
    background-color: red;
    color: white;
    display: inline-block;
    padding: 4px;
    text-align: left
}

.pending-call {
    background-color: green;
    color: white;
    display: inline-block;
    padding: 4px;
    text-align: left
}