/* CSS Document */

/* Content Box Bereich für die Lightbox */

#gs-content {
    padding: 10px;
    overflow: auto;
    margin: 0;
}


.errorIcon, .warningIcon {
    float: left;
    margin-top: 6px;
    margin-left: 3px;
}

.content-box {
    position: relative;
    font-size: 12px;
    background: #ffffff;
    width: 808px;
    float: left;
    margin: 35px 15px 15px 15px;
    color: #666666;
    padding: 20px;
    border: 1px solid #cccccc;
    z-index: 20000;
}

.content-box-tabs {
    position: absolute;
    color: #cccccc;
    float: left;
    left: 20px;
    top: -17px;
}

    .content-box-tabs div.content-box-headline-active {
        position: relative;
        float: left;
        margin-left: 20px;
        padding: 8px 12px 8px 12px;
        border: 1px solid #cccccc;
        background: #ffffff;
        color: #C971AB;
    }

        .content-box-tabs div.content-box-headline-active a {
            color: #C971AB;
        }

    .content-box-tabs div.content-box-headline {
        position: relative;
        float: left;
        color: #cccccc;
        padding: 8px 12px 8px 12px;
        background: #ffffff;
        margin-left: 20px;
        border: 1px solid #cccccc;
    }

        .content-box-tabs div.content-box-headline a {
            color: #cccccc;
        }

    .content-box-tabs a {
        text-decoration: none;
        color: #cccccc;
    }

        .content-box-tabs a:hover {
            text-decoration: none;
            color: #C971AB;
        }

.gs-content {
    padding: 10px;
    overflow: auto;
    margin: 0;
}

#gs-content {
    padding: 10px;
    overflow: auto;
    margin: 0;
}

input.utr {
    border: 1px solid #cccccc;
    padding-left: 2px;
    color: #666666;
    height: 22px;
    line-height: 21px;
    background: #ffffff;
    text-transform: uppercase;
}

input.button-custom {
    float: left;
    color: #666666;
    font-size: 11px;
    border: 1px solid #cccccc;
    padding: 0 8px 0 8px;
    background-color: #eeeeee;
}

input.button-continue {
    float: right;
    height: 30px;
    width: 80px;
    text-align: center;
    font-size: 1.0em;
    background-color: #c971ab;
    color: #ffffff;
    border: 1px solid #c971ab;
    margin-right: 20px;
}

input.button-back {
    float: right;
    height: 30px;
    width: 80px;
    color: #ffffff;
    text-align: center;
    font-size: 1.0em;
    border: 1px solid #444444;
    background: #444444;
    margin-right: 20px;
}


.order_button_gene {
    margin: 10px 0 0 0;
    background: url(/images/usercontrols/gsy/order_button.jpg) center left repeat-x;
    width: 192px;
    height: 27px;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: normal;
    border: 0;
}

/* Input Error */
.error-box {
    float: left;
    font-size: 11px;
    height: 20px;
    width: 500px;
    color: #ffffff;
    margin: 0 15px 0 15px;
    border: 1px solid #A30303;
    background: #A30303;
    padding: 6px 0 0 25px;
    background-image: url(/images/usercontrols/icons/error.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
}

/* geneius sequence error */

.geneius-error {
    clear: left;
    width: 510px;
    padding: 5px;
    float: left;
    margin-top: 10px;
    border: 1px solid #A30303;
    background: #A30303;
    color: #ffffff;
}




.clear-class {
    clear: both;
}

/* Sequence Length box */

.seq-length {
    float: left;
    padding-right: 20px;
}

.freq-25 ul {
    list-style: square;
    color: #028408;
    list-style-position: outside;
}

    .freq-25 ul li {
        color: #028408;
        margin-left: 20px;
    }

.freq-25 a {
    color: #028408;
}

.freq-15 ul {
    list-style: square;
    color: #4baaee;
    list-style-position: outside;
}

    .freq-15 ul li {
        color: #4baaee;
        margin-left: 20px;
    }

.freq-15 a {
    color: #4baaee;
}

.freq-10 ul {
    list-style: square;
    color: #9d0200;
    list-style-position: outside;
}

    .freq-10 ul li {
        color: #9d0200;
        margin-left: 20px;
    }

.freq-10 a {
    color: #9d0200;
}

.freq-9 ul {
    list-style: square;
    color: #666666;
    list-style-position: outside;
}

    .freq-9 ul li {
        color: #666666;
        margin-left: 20px;
    }

.freq-9 a {
    color: #666666;
}

.gs-wizard h1 {
    font-size: 1.4em;
    color: #444444;
    margin: 5px 0 5px 0;
    padding: 10px 0 20px 0;
}

/* Gene Synthesis Wizard Menu */

div.gs-menu {
    width: 843px;
    background: #ffffff;
    margin: 20px 15px 10px 15px;
    border: 1px solid #cccccc;
    height: 38px;
}

div.gs-menu {
    width: 843px;
    background: #ffffff;
    margin: 20px 15px 10px 15px;
    border: 1px solid #cccccc;
    height: 38px;
}

    div.gs-menu ul {
        list-style: none;
    }

        div.gs-menu ul li {
            padding-top: 12px;
            color: #cccccc;
            float: left;
            height: 30px;
        }

            div.gs-menu ul li a {
                text-decoration: none;
                color: #cccccc;
            }

                div.gs-menu ul li a:hover {
                    text-decoration: none;
                    color: #666666;
                }

            div.gs-menu ul li.definition {
                width: 115px;
                padding-left: 38px;
                background-image: url(/images/usercontrols/gsy/1.gif);
                background-repeat: no-repeat;
                background-position: 8px center;
                height: 27px;
                border-right: 1px solid #cccccc;
            }

            div.gs-menu ul li.definition-active {
                width: 115px;
                padding-left: 38px;
                background: url(/images/usercontrols/gsy/1_active.gif) #ffffff;
                background-repeat: no-repeat;
                background-position: 8px center;
                height: 26px;
                border-right: 1px solid #cccccc;
                color: #666666;
            }

.gs-menu ul li.definition-active a {
    color: #666666;
}

div.gs-menu ul li.result {
    width: 110px;
    padding-left: 38px;
    background-image: url(/images/usercontrols/gsy/2.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 27px;
    border-right: 1px solid #cccccc;
}

.gs-menu ul li.result-active {
    width: 110px;
    padding-left: 38px;
    background: url(/images/usercontrols/gsy/2_active.gif) #ffffff;
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 26px;
    border-right: 1px solid #cccccc;
    color: #666666;
}

div.gs-menu ul li.result-active a {
    color: #666666;
}

div.gs-menu ul li.review {
    width: 60px;
    padding-left: 38px;
    background-image: url(/images/usercontrols/gsy/3.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 27px;
    border-right: 1px solid #cccccc;
}

div.gs-menu ul li.review-active {
    width: 60px;
    padding-left: 38px;
    background: url(/images/usercontrols/gsy/3_active.gif) #ffffff;
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 26px;
    border-right: 1px solid #cccccc;
    color: #666666;
}

    div.gs-menu ul li.review-active a {
        color: #666666;
    }

div.gs-menu ul li.selection {
    width: 125px;
    padding-left: 38px;
    background-image: url(/images/usercontrols/gsy/4.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 27px;
    border-right: 1px solid #cccccc;
}

div.gs-menu ul li.selection-active {
    width: 125px;
    padding-left: 38px;
    background: url(/images/usercontrols/gsy/4_active.gif) #ffffff;
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 26px;
    border-right: 1px solid #cccccc;
    color: #666666;
}

.gs-menu ul li.selection-active a {
    color: #666666;
}

div.gs-menu ul li.additional {
    width: 105px;
    padding-left: 38px;
    background-image: url(/images/usercontrols/gsy/5.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 27px;
    border-right: 1px solid #cccccc;
}

div.gs-menu ul li.additional-active {
    width: 105px;
    padding-left: 38px;
    background: url(/images/usercontrols/gsy/5_active.gif) #ffffff;
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 26px;
    border-right: 1px solid #cccccc;
    color: #666666;
}

    div.gs-menu ul li.additional-active a {
        color: #666666;
    }

div.gs-menu ul li.summary {
    width: 65px;
    padding-left: 38px;
    background-image: url(/images/usercontrols/gsy/6.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    height: 27px;
}

div.gs-menu ul li.summary-active {
    width: 65px;
    padding-left: 38px;
    background: url(/images/usercontrols/gsy/6_active.gif) #ffffff;
    background-repeat: no-repeat;
    background-position: 8px center;
    color: #666666;
    height: 26px;
}

    div.gs-menu ul li.summary-active a {
        color: #666666;
    }

div.gs-menu ul li a:hover {
    cursor: pointer;
}

#gs-content {
    padding: 10px;
    overflow: auto;
    margin: 0;
}

.gs-left {
    clear: left;
    float: left;
    width: 200px;
    margin-top: 15px;
    text-align: left;
}

.gs-right {
    float: left;
    text-align: left;
    width: 550px;
    margin-top: 15px;
}

.gs-form textarea, select {
    border: 1px solid #cccccc;
    color: #666666;
    height: 22px;
    background: #ffffff;
}

.gs-species {
    padding-top: 2px;
    float: left;
    height: 25px;
    margin-right: 20px;
    width: 200px;
}

/* Sequence Results */
.gs-form div.sequence-result {
    width: 500px;
    min-height: 100px;
    float: left;
    border: 1px solid #cccccc;
}

.gs-form input.button-add {
    border: 1px solid #cccccc;
    width: 40px;
    padding: 0 8px 0 8px;
    background-color: #E3FED8;
}

.gs-form input.button-del {
    margin-top: 20px;
    width: 40px;
    border: 1px solid #cccccc;
    padding: 0 8px 0 8px;
    background-color: #FFE1E1;
}

.gs-form textarea.sequence {
    background: #f6ffea;
    width: 500px;
    height: 100px;
    text-transform: uppercase;
}

.gs-form textarea.comments {
    background: #f6ffea;
    height: 100px;
}

.gs-form div.motifs-off-box {
    float: left;
    text-align: left;
    width: 240px;
}

.gs-form select.motifs-off {
    float: left;
    width: 100%;
    height: 60px;
}

.gs-form select.motifs-on {
    float: left;
    width: 100%;
    height: 60px;
}

.gs-form div.motifs-on-box {
    float: left;
    text-align: left;
    width: 240px;
}

.gs-description {
    font-size: 0.8em;
    width: 160px;
}

#motif-actions {
    float: left;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    width: 50px;
    height: 20px;
}

/* Description Box and Dropdowns */

.gs-desc-box {
    position: relative;
    width: 513px;
    padding-left: 38px;
    background: url(/images/usercontrols/gsy/gene_desc.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    height: 88px;
}

.gs-desc-box-opt {
    position: relative;
    width: 513px;
    padding-left: 38px;
    background: url(/images/usercontrols/gsy/gene_desc_opt.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    height: 88px;
}

.gs-rs-left {
    position: absolute;
    width: 80px;
    left: 10px;
    top: 50px;
}

.gs-rs-right {
    position: absolute;
    width: 80px;
    left: 417px;
    top: 50px;
}

.gs-form select.rs {
    width: 120px;
    background: #d7dbff;
    border: 1px solid #cccccc;
}

.gs-utr-left {
    position: absolute;
    width: 80px;
    left: 137px;
    top: 50px;
}

.gs-utr-left_error {
    position: absolute;
    width: 10px;
    left: 105px;
    top: 5px;
}

.gs-utr-right {
    position: absolute;
    width: 100px;
    left: 299px;
    top: 50px;
}

.gs-utr-right_error {
    position: absolute;
    width: 10px;
    left: -17px;
    top: 5px;
}

.gs-form input.utr {
    width: 100px;
    color: #666666;
    background: #ffefef;
}

.rs_disabled, .rs_disabled-right {
    width: 100px;
    height: 23px;
    line-height: 22px;
    background: #d7dbff;
}

.utr_disabled {
    width: 100px;
    height: 23px;
    line-height: 22px;
    background: #ffefef;
}

#gs-frequency-box {
    border: 1px solid #cccccc;
}

    #gs-frequency-box table {
        color: #666666;
        width: 540px;
    }

        #gs-frequency-box table td {
            background: #ffffff;
            font-size: 10px;
            text-align: center;
            text-decoration: none;
            width: 40px;
            height: 20px;
            line-height: 18px;
        }

    #gs-frequency-box a {
        font-size: 10px;
        text-align: center;
        border: 1px solid #ffffff;
        text-decoration: none;
        padding: 0 2px 0 2px;
    }

    #gs-frequency-box table .head td {
        background: #cccccc;
        text-align: center;
    }

    #gs-frequency-box table .active a {
        background: #f0f0f0;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
    }

    #gs-frequency-box table .edited a, #gs-frequency-box table .edited a:hover {
        background: #fde3cc;
        border: 1px solid #e66500;
        color: #666666;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
    }

    #gs-frequency-box table a:hover {
        background: #f0f0f0;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
    }

.gs-opt-sequence-box {
    width: 550px;
    min-height: 200px;
    float: left;
    border: 1px solid #cccccc;
}

.gs-opt-sequence-box-aa {
    width: 550px;
    min-height: 50px;
    margin-top: 10px;
    font-size: 11px;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #cccccc;
}

    .gs-opt-sequence-box div.triplet,
    .gs-opt-sequence-box-aa div.triplet {
        padding-left: 3px;
        float: left;
        font-size: 11px;
        text-align: center;
        border: 1px solid #ffffff;
        text-decoration: none;
    }

    .gs-opt-sequence-box div.edited,
    .gs-opt-sequence-box-aa div.edited {
        color: #e66500;
    }

.seq_type_radio {
    padding-right: 20px;
    float: left;
}

.seq-legnth {
    float: left;
}

.seq-length-actual {
    font-weight: bold;
}


/* Individual Motifs */

#gs-individual-motifs,
#editIndividual_Motifs {
}

    #individual_motifs div.label,
    #editIndividual_Motifs div.label {
        float: left;
        margin-top: 20px;
        width: 80px;
    }

    #individual_motifs div.input,
    #editIndividual_Motifs div.input {
        float: left;
        margin-top: 20px;
        width: 230px;
    }

        #individual_motifs div.input input,
        #editIndividual_Motifs div.input input {
            width: 150px;
        }


    #gs-individual-motifs input.add {
        color: #ffffff;
        background-color: #c971ab;
        border: 1px solid #c971ab;
    }

#gs-edit-individual-motifs {
}

    #gs-edit-individual-motifs input.save {
        color: #ffffff;
        background-color: #c971ab;
        border: 1px solid #c971ab;
    }

#gs-delete-individual-motifs {
}

    #gs-delete-individual-motifs input.Yes {
        color: #ffffff;
        background-color: #c971ab;
        border: 1px solid #c971ab;
    }

.individual-motif-link {
    background: #f0f0f0;
    height: 23px;
    color: #666666;
    font-size: 11px;
    line-height: 25px;
    border: 1px solid #cccccc;
    padding: 3px;
}

    .individual-motif-link a {
        color: #666666;
    }

/* Subcloning */
#gs-subcloning-custom div.textbox {
    border: 1px solid #cccccc;
    padding: 5px;
    margin-bottom: 10px;
}

#gs-subcloning-custom div.vector_send {
    margin-top: 10px;
}

    #gs-subcloning-custom div.vector_send div.vector_send_radio {
        margin-bottom: 10px;
    }

#gs-subcloning-custom .fileName {
    float: left;
}

#gs-subcloning-custom .deleteIcon {
    float: left;
    padding-left: 14px;
}

#gs-subcloning-custom .fileName {
    float: left;
}



#gs-subcloning-custom div.vector_send div.vector_modified {
    margin-top: 10px;
    padding-left: 20px;
}


    #gs-subcloning-custom div.vector_send div.vector_modified div.vector_modified_checkbox {
        margin-bottom: 10px;
    }

#gs-subcloning-custom div.vector_order {
    margin-top: 10px;
}

    #gs-subcloning-custom div.vector_order div.vector_order_radio {
        margin-bottom: 10px;
    }


#gs-subcloning-custom div.left {
    float: left;
    padding-left: 20px;
    width: 150px;
}

#gs-subcloning-custom div.right {
    float: left;
    width: 360px;
}

#gs-subcloning-custom div.vector_send div.vector_modified div.left {
    float: left;
    width: 132px;
}


/* Additional Services */

#gs-additional-services div.gs-left,
#gs-additional-services div.gs-right {
    margin-top: 10px;
    margin-bottom: 10px;
}

#gs-additional-services div.small {
    padding-left: 20px;
    font-size: 0.8em;
}


/* Summary */


#gs-summary div.info-box {
    width: 760px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}


#gs-summmary {
}

#gs-summary div.summary-table {
    margin-top: 30px;
}

    #gs-summary div.summary-table table {
        width: 780px;
    }


        /* Columns for Summary */
        #gs-summary div.summary-table table .column-pos {
            width: 20px;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            text-align: center;
        }

        #gs-summary div.summary-table table .column-name {
            width: 170px;
            padding: 0 5px 0 5px;
            border-bottom: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            text-align: left;
        }

        #gs-summary div.summary-table table .column-product {
            width: 70px;
            padding: 0 5px 0 5px;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            text-align: left;
        }

        #gs-summary div.summary-table table .column-organism {
            width: 120px;
            padding: 0 5px 0 5px;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            text-align: left;
        }

        #gs-summary div.summary-table table .column-length {
            width: 70px;
            padding: 0 5px 0 5px;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            text-align: left;
        }

        #gs-summary div.summary-table table .column-vector {
            width: 70px;
            padding: 0 5px 0 5px;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            text-align: left;
        }

        #gs-summary div.summary-table table .column-prep {
            width: 70px;
            padding: 0 5px 0 5px;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            text-align: left;
        }

        #gs-summary div.summary-table table .column-endotoxin {
            width: 90px;
            padding: 0 5px 0 5px;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            text-align: left;
        }

        #gs-summary div.summary-table table .column-options {
            width: 80px;
            text-align: center;
            border-bottom: 1px solid #cccccc;
        }

        #gs-summary div.summary-table table .column-footer {
            border-right: 1px solid #cccccc;
        }

        #gs-summary div.summary-table table tr.head {
            background: #ffffff;
            font-weight: bold;
        }

        #gs-summary div.summary-table table tr.footer {
            background: #ffffff;
            font-weight: bold;
        }

        #gs-summary div.summary-table table tr.head th {
            border-bottom: 1px solid #cccccc;
            height: 25px;
        }

        #gs-summary div.summary-table table tr.row-a td {
            background: #f0f0f0;
            height: 25px;
        }

        #gs-summary div.summary-table table tr.hover td {
            border-bottom: 1px solid #cccccc;
            background: #ffffc0;
            height: 25px;
        }

        #gs-summary div.summary-table table tr.row-b td {
            background: #ffffff;
            height: 25px;
        }

#gs-summary div.order-another {
    clear: left;
    float: left;
    margin-right: 5px;
    padding-right: 10px;
    padding-top: 30px;
}

#gs-summary div.continue-button {
    float: right;
    padding-right: 10px;
    padding-top: 30px;
}

#gs-summary .button-grey {
    padding: 0 8px 0 8px;
    border: 1px solid #cccccc;
    background: #f0f0f0;
    text-decoration: none;
    color: #666666;
    height: 27px;
}

#gs-summary .icon-edit {
    margin-left: 10px;
}

#individual_motifs .upperCase, #editIndividual_Motifs .upperCase{
    text-transform: uppercase;
}

/* Max Height for all wizard steps */
.gsy-wizard-dialog div.ui-widget-content { max-height: 600px;}

/* # Descscription: Genesynthesis codon descriptions # */
/* # Author: ISNA # */
/* # Created: 2014-12-01 # */
/* # Updated: 2014-12-01 # */
/* GS Sequence colors*/
/* Gene Synthesis specific css */
/* Codon Settings */
.gs-content div.triplet {float: left;padding-left: 3px;font-size: 11px;text-align: center;border: 1px solid #ffffff;text-decoration: none;}
.gs-content div.tripletFinalSequence {border: 0 none currentColor;}

.gs-content .manually {color: #c00607;}
.gs-content .codon {color: #666666;}
.gs-content .codon_opt {color: #3ade0e;}
.gs-content .restriction {font-size: 11px;float: left;color: #ac5d00; text-transform: lowercase;padding-right: 2px;}
.gs-content .untranslated {font-size: 11px;float: left;color: #0069aa; text-transform: lowercase;padding-right: 2px;}

.gs-content .restriction_desc ul {list-style: square ;color: #ac5d00;list-style-position: outside ;}
.gs-content .restriction_desc ul li {color: #ac5d00;margin-left: 20px;}
.gs-content .untranslated_desc ul {list-style: square ;color: #0069aa;list-style-position: outside ;}
.gs-content .untranslated_desc ul li {color: #0069aa;margin-left: 20px;}
.gs-content .manually_desc ul {list-style: square ;color: #c00607;list-style-position: outside ;}
.gs-content .manually_desc ul li {color: #c00607;margin-left: 20px;}
.gs-content .codon_desc ul {list-style: square ;list-style-position: outside ;}
.gs-content .codon_desc ul li {color: #666666;margin-left: 20px;}
.gs-content .codon_opt_desc ul {list-style: square ;list-style-position: outside ;}
.gs-content .codon_opt_desc ul li {color: #3ade0e;margin-left: 20px;}
.info_box {border:1px solid #cccccc;background:#fef8c8;padding:5px;}
.infoBoxWarningtxtSequence { 
    float: left;
    text-align: left;
    width: 480px;
    margin-top: 15px;
}