﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0 20px;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #484848;
}

a img {
    border: 0;
}

a {
    color: #590000;
    text-decoration: none;
}

    a.color_blue {
        color: #0000ff;
    }

    a:hover {
        color: #fff;
        text-decoration: underline;
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 2px 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-top: 16px;
    margin-bottom: 0;
}

h3 {
    border-bottom: 1px dashed #999;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 5px;
    color: #555;
    font-size: 14px;
    width: 900px;
}

hr {
    border: 1px solid #ccc;
}

fieldset {
    border: 1px solid #fff;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 0;
}

.fieldset2 {
    border: 1px solid #ddd;
}


legend {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 10px;
}

.legend2 {
    background-color: #ddd;
}

input[type="radio"] {
    margin-top: 5px;
}

label {
    color: #666666;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 100px;
    margin-top: 4px;
}

    label.label_normal {
        color: #666666;
        text-align: left;
        width: 100%;
        padding: 0;
        float: none;
    }

    label.height1 {
        height: 43px;
    }

.no_padding_right {
    padding-right: 0 !important;
}

.ul_top_menu li a {
    width: 71px;
    height: 52px;
    display: block;
    margin: 0 5px;
    text-align: center;
    color: #848482;
}

    .ul_top_menu li a:hover {
        color: #353839;
        text-decoration: none;
    }


    .ul_top_menu li a span {
        font-size: 0.9em;
        display: block;
    }

    .ul_top_menu li a i {
        font-size: 2.5em;
        margin-top: 5px;
        margin-bottom: 2px;
    }

#Logo {
    height: 60px;
}

.login_zone {
    border-radius: 15px;
    border: solid 1px #9f9f9f;
    background: #f0f0f0;
    padding: 20px;
    height: 271px;
    margin-top: 110px;
    box-shadow: 0px 0px 5px gray;
}

.login_zone_logo {
    margin: 20px auto;
    background: url(../images/logo.svg) center no-repeat;
    height: 100px;
    background-size: auto 100px;
}

/* Divs */
#wrapperall {
    width: 100%;
    min-width: 1200px;
}

.payment_div {
    padding: 2px 0 2px 0;
    margin-bottom: 3px;
}

#top_black {
    width: 100%;
    height: 5px;
    background-color: #000;
}

#top {
    width: 100%;
    height: 77px;
    background: url(../images/bk_top.gif) repeat-x 0 0;
    color: #000;
}

#top_logo {
    margin-left: 15px;
    margin-top: 11px;
    float: left;
    width: 150px;
}

#top_menu {
    float: left;
    position: relative;
    margin-left: 50px;
    width: 670px;
}

.ul_top_menu {
    padding-top: 13px;
}

    .ul_top_menu li {
        float: left;
    }

#top_box {
    background-color: #d2d2d2;
    float: right;
    position: relative;
    right: 0;
    width: 275px;
    height: 63px;
    padding: 7px 10px;
}

    #top_box .top_box_title {
        border-bottom: 1px solid #000000;
        margin-bottom: 6px;
        margin-top: 3px;
        padding-bottom: 10px;
    }

    #top_box .sucursal {
        color: #666;
        float: right;
        position: relative;
        top: -3px;
        text-align: right;
    }

.ul_top_box {
    color: #505050;
    font-size: 11px;
}

    .ul_top_box li {
        background: url(../images/fleche1.gif) no-repeat 0 50%;
        padding-left: 10px;
        display: block;
        width: 80px;
        float: left;
        line-height: 16px;
    }

    .ul_top_box select {
        height: 18px;
        margin-left: 0;
        font-size: 11px;
        padding: 0px;
        border: 1px solid #adadad;
        width: 100%;
    }

    .ul_top_box a {
        color: #505050;
    }

        .ul_top_box a:hover {
            color: #000;
        }

#bar_red {
    width: 100%;
    height: 42px;
}

#bar_red_titre {
    float: left;
    width: 225px;
}

#title_bar_icon {
    float: left;
    height: 42px;
    width: 40px;
    margin-left: 7px;
    margin-right: 10px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    position: relative;
}

    #title_bar_icon i {
        font-size: 2em;
        line-height: 42px;
    }


#bar_red h1 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 16px;
    padding: 0;
    padding-top: 7px;
}


#bar_red_titre a {
    text-decoration: none;
    color: #d0d0d0;
}

    #bar_red_titre a:hover {
        color: #fff;
    }

#menu2 {
    padding-top: 8px;
    float: left;
    margin-left: 0;
    padding-left: 18px;
    padding-bottom: 13px;
}

#status_bar {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    margin-top: 3px;
    margin-right: 20px;
}

#content_wrapper {
    width: 100%;
    background: #fff url(../images/bk_content.gif) repeat-x 0 0;
}

#menu3 {
    padding: 10px;
    padding-bottom: 0;
}

#content {
    margin: 10px;
    margin-top: 0;
    background-color: #e6e6e6;
    padding: 10px;
    padding-top: 5px;
    width: auto;
}

#footer {
    width: 100%;
    text-align: center;
    color: #7b7b7b;
    font-size: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
}



/* Class styles */
.btn_menu {
    color: #D0D0D0;
    text-align: center;
    display: inline;
    background: #000 url(../images/sousmenu_bk1.gif) repeat-x 0 0;
    padding: 2px 0px;
}

.btn_menu_selected {
    background-image: url(../images/sousmenu_bk2.gif);
    color: #000;
}

.simple_menu_ul, .simple_menu_ul_vertical {
    padding-top: 7px;
}

    .simple_menu_ul li {
        display: inline;
    }

    .simple_menu_ul_vertical li {
        margin-bottom: 4px;
    }

        .simple_menu_ul li a, .simple_menu_ul_vertical li a { /*background:#000 url(../images/fleche1.gif) no-repeat 10px 50%;*/
            padding: 5px 20px;
            border: 1px solid #555;
            padding: 5px 20px;
            border: 1px solid #555;
        }

        .simple_menu_ul_vertical li a {
            display: block;
            width: 60px;
        }

            .simple_menu_ul li a:hover, .simple_menu_ul_vertical li a:hover {
                background-color: #444;
                text-decoration: none;
                border: 1px solid #777;
            }

    .simple_menu_ul .selected a, .simple_menu_ul_vertical .selected a { /*background:#444 url(../images/fleche1.gif) no-repeat 10px 50%;*/
        background-color: #444;
        padding: 5px 20px;
        border: 1px solid #777;
    }

#status_bar span {
    border-right: white 1px solid;
    padding-right: 6px;
    border-top: white 1px solid;
    padding-top: 3px;
    border-left: white 1px solid;
    padding-left: 10px;
    border-bottom: white 1px solid;
    padding-bottom: 4px;
    background-color: #b30000;
}

p.separator {
    border-bottom: 1px solid #999;
    margin: 10px;
    margin-left: 110px;
    padding: 0;
}

p.p_accentuation {
    font-weight: bold;
    font-size: larger;
}

.espacement_apres {
    margin-right: 30px;
}

.border_text {
    border: 1px solid #333;
    padding: 10px;
    font-size: 11px;
}

.titre_group {
    background: #000 url(../images/bg_tr_tablelist.jpg) repeat-x 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-bottom: 2px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #999;
    border-bottom: 0;
    font-weight: bold;
    padding: 4px 7px;
}

.no_input_but_text {
    position: relative;
    top: 4px;
}

.label-erreur-wrap {
    float: left;
    margin-left: 110px;
    position: relative;
    top: -15px;
    *top: 0;
    *margin: 0;
}

.content_4col_1 { /*background-color:#006600;*/
    float: left;
    width: 283px;
    margin-right: 10px;
}

.content_4col_2 { /*background-color:#006600;*/
    float: left;
    width: 283px;
    margin-right: 10px;
}

.content_4col_3 { /*background-color:#006600;*/
    float: left;
    width: 283px;
    margin-right: 10px;
}

.content_4col_4 { /*background-color:#006600;*/
    float: left;
    width: 283px;
}

.content_3col_1 { /*background-color:#006600;*/
    float: left;
    width: 380px;
    margin-right: 10px;
}

.content_3col_2 { /*background-color:#CC0000;*/
    float: left;
    width: 380px;
    margin-right: 10px;
}

.content_3col_3 { /*background-color:#FF99CC;*/
    float: left;
    width: 380px;
}

.content_2col_1 { /*background-color:#9933CC;*/
    float: left;
    width: 576px;
    padding-right: 8px;
    box-sizing: border-box;
}

.content_2col_2 { /*background-color:#3333CC;*/
    float: left;
    width: 576px;
    box-sizing: border-box;
}

    .content_3col_1 p, .content_3col_2 p, .content_3col_3 p,
    .content_2col_1 p, .content_2col_2 p {
        clear: left;
    }

.side_by_side {
    width: 185px;
    float: left;
    clear: none;
    margin: 1px 0;
}

.content_4col_1 .side_by_side, .content_4col_2 .side_by_side, .content_4col_3 .side_by_side, .content_4col_4 .side_by_side {
    width: 140px;
}

.error_message_zone {
    color: Red;
    background-color: #CCCCCC;
    font-weight: bold;
    font-style: italic;
    padding: 4px 10px;
}

.clearfix {
    *display: inline-block;
    clear: both;
    *clear: none;
}

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.titreCustom1 {
    background: #000 url(../images/bg_tr_tablelist.jpg) repeat-x 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #999;
    border-bottom: 0;
    font-weight: bold;
    padding: 4px 7px;
}

.titreCustom2 {
    width: 348px;
    background: #999 url(../images/bg_tr_tablelist.jpg) repeat-x 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #999;
    border-bottom: 0;
    font-weight: bold;
    padding: 4px 7px;
}

.titreCustom3 {
    margin-left: 110px;
}

.titreCustom4 {
    background-color: #555;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-top: 6px;
    text-align: center;
    border: 1px solid #999;
    border-bottom: 0;
    font-weight: bold;
    padding: 4px 7px;
}

.titreCustom5 {
    background-color: #444;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    margin-right: 16px;
    text-align: left;
    font-weight: bold;
    padding: 4px 7px;
}

.titreCustom6 {
    background: #000 url(../images/bg_tr_tablelist.jpg) repeat-x 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
    border: 1px solid #999;
    border-bottom: 0;
    font-weight: bold;
    padding: 4px 7px;
    margin-right: 16px;
}

.titreCustom7 {
    background-color: #444;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
    padding: 4px 7px;
    border: 1px solid #999;
    border-bottom: 0;
}

.titreCustom8 {
    background-color: #444;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-top: 0px;
    margin-right: 16px;
    text-align: left;
    font-weight: bold;
    padding: 4px 7px;
}


/* Form */
.form_input {
    border: 1px solid #adadad;
    padding: 2px;
    font-size: 11px;
    width: 65%;
}

    .form_input:enabled {
        background: #fff url(../images/bk_input.gif) repeat-x 0 0;
    }

.form_textarea {
    border: 1px solid #adadad;
    background: #fff url(../images/bk_input.gif) repeat-x 0 0;
    padding: 4px;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    width: 65%;
    height: 60px;
}

.form_textarea2 {
    border: 1px solid #adadad;
    background: #fff url(../images/bk_input.gif) repeat-x 0 0;
    padding: 4px;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    width: 65%;
    height: 60px;
    position: relative;
    left: -10px;
}

div.form_textarea {
    overflow-y: scroll;
}

.form_button {
    padding: 5px 5px;
    background-color: #333; /*background:#000 url(../images/input_button_bk1.gif) repeat-x 0 50%;*/
    color: #fff;
    font-weight: bold;
}

.form_button2 {
    padding: 2px;
    background-color: #333; /*background:#000 url(../images/input_button_bk1.gif) repeat-x 0 50%;*/
    color: #fff;
    font-weight: bold;
}

.form_button3 {
    padding: 0;
    font-size: 11px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
}

.form_select {
    border: 1px solid #adadad;
    background: transparent url(../images/bk_input.gif) repeat-x 0 0;
    padding: 2px;
    font-size: 11px;
    width: 66%;
}

    .form_select option {
        background-color: #fff;
    }

.input_width_semi {
    width: 33%;
}

.input_width_small {
    width: 62px;
}

.input_4col {
    width: 160px;
}

.input_inversed {
    color: #666666;
}

.input_height_normal {
    height: 18px;
    width: 100px;
    border-style: inset;
    border-color: Black;
    border-width: 1px;
}

.add_to_cart_link_button, .remove_from_cart_link_button, .icon_edit, .icon_save, .icon_facturar, .icon_serial, .icon_client, .icon, .icon_unlocked, .icon_locked, .icon_serial_grey, .icon_history {
    display: block;
    height: 15px;
    width: 18px;
    float: left;
}

.add_to_cart_link_button {
    background: url(../images/add-to-cart2.gif) no-repeat 50% 0;
}

.remove_from_cart_link_button {
    background: url(../images/remove-from-cart2.gif) no-repeat 50% 0;
}

.icon_edit {
    background: url(../images/edit.gif) no-repeat 50% 0;
}

.icon_save {
    background: url(../images/save.gif) no-repeat 50% 0;
}

.icon_facturar {
    background: url(../images/icon_facturar.gif) no-repeat 50% 0;
}

.icon_serial {
    background: url(../images/icon-serial.gif) no-repeat 50% 0;
}

.icon_serial_grey {
    background: url(../images/icon_serial_grey.gif) no-repeat 50% 0;
}

.icon_client {
    background: url(../images/icon_client.gif) no-repeat 50% 0;
}

.icon_unlocked {
    background: url(../images/icon_unlocked.gif) no-repeat 50% 0;
}

.icon_locked {
    background: url(../images/icon_locked.gif) no-repeat 50% 0;
}

.icon_history {
    background: url(../images/icon_history.png) no-repeat 50% 0;
}

    .add_to_cart_link_button:hover,
    .remove_from_cart_link_button:hover,
    .icon_edit:hover,
    .icon_save:hover,
    .icon_facturar:hover,
    .icon_serial:hover,
    .icon_client:hover,
    .icon_unlocked:hover,
    .icon_locked:hover,
    .icon_serial_grey:hover,
    .icon_history:hover {
        background-position: 50% -15px;
    }


input[disabled] {
    background: #dedede;
}

input[type="checkbox"] {
    margin-left: 0;
    margin-top: 5px;
}

div.submit_buttons {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div.search_button {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.search_results {
    width: auto;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

div.zindex1000 {
    z-index: 1000;
}


/* Table */
table {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    border-collapse: collapse;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

    table th {
        text-align: left;
        font-weight: bold;
    }

    table td {
        padding: 0;
    }

    table tr.error_row, table.table_list tr.error_row {
        background-color: mistyrose;
    }

.table_list {
    width: 100%;
}

    .table_list tr:hover {
        background-color: #ddd;
    }

    .table_list th {
        color: #fff;
        font-weight: normal;
        background: #8b8b8b url(../images/bg_tr_tablelist.jpg) repeat-x 0 0;
        padding: 8px;
        border-bottom: 2px solid #e6e6e6;
    }

        .table_list th a {
            color: #fff;
            text-decoration: none;
        }

            .table_list th a:hover {
                color: #ddbcbc;
            }

    .table_list td {
        padding: 4px 8px;
        color: #252525;
        font-size: 11px;
        border-bottom: 1px solid #e6e6e6;
    }

        .table_list td a {
            color: #710000;
            text-decoration: none;
        }

            .table_list td a:hover {
                color: #000;
            }

    .table_list .even {
        background-color: #f0f0f0;
    }

    .table_list .odd {
        background-color: #f8f8f8;
    }

.table_list_mini td {
    padding: 4px;
}

.table_data {
    border: 1px solid #999;
}

    .table_data td {
        padding: 4px;
        border: 1px solid #ddd;
        background-color: #f0f0f0;
    }

    .table_data th {
        color: #fff;
        background: #8B8B8B url(../images/bg_tr_tablelist.jpg) repeat-x 0 0;
        padding: 3px;
    }

.table_data_mod_1 td {
    text-align: right;
}

.table_data_mod_1 th {
    font-weight: normal;
    text-align: right;
    padding-right: 8px;
}

.td_numeric {
    text-align: right;
}

.td_center {
    text-align: center;
}

.table_list .pagination tr td {
    padding: 0;
}

    .table_list .pagination tr td a, .table_list .pagination tr td span {
        padding: 4px 8px;
        display: block;
    }

#content .td-altern-1 {
    color: #115d8e;
}


.tr_couleur_autorizar td, .tr_couleur_hold td {
    color: #E4317F;
}

.tr_couleur_caja td {
    color: #9107df;
}

.tr_couleur_almacen td, .tr_couleur_proceso td {
    color: #002aff;
}

.tr_couleur_nula td, .tr_color_red, .tr_color_red td, .error {
    color: #ff0000;
}

.tr_couleur_almacen_serie td {
    color: #1DCC00;
}

.tr_couleur_transport td {
    color: #26C1FF;
}

.tr_couleur_despacho td, .tr_couleur_ready td {
    color: #7a7a7a;
}

.tr_couleur_cotizacion td, .tr_couleur_pedido td {
    color: #ff9000;
}

.tr_color_template td {
    color: #339900;
}

.tr_color_green td {
    color: #33CC33;
}

.tr_color_coral td {
    color: #FF6666;
}

.tr_italic td {
    font-style: italic;
}

.form_select option.couleur_autorizar, .form_select option.couleur_hold {
    color: #E4317F;
}

.form_select option.couleur_caja {
    color: #9107df;
}

.form_select option.couleur_almacen, .form_select option.couleur_proceso {
    color: #002aff;
}

.form_select option.couleur_nula, .form_select option.couleur_red {
    color: #ff0000;
}

.form_select option.couleur_almacen_serie {
    color: #1DCC00;
}

.form_select option.couleur_transport {
    color: #26C1FF;
}

.form_select option.couleur_despacho, .form_select option.couleur_ready {
    color: #7a7a7a;
}

.form_select option.couleur_cotizacion, .form_select option.couleur_pedido {
    color: #ff9000;
}

.form_select option.couleur_template {
    color: #339900;
}

.col1 {
    width: 64px;
}

.col3 {
    width: 90px;
}

.col4 {
    width: 90px;
}

.col5 {
    width: 90px;
}

.col6 {
    width: 57px;
}

.col7 {
    width: 55px;
}

.col8 {
    width: 30px;
}

.col1_po {
    width: 70px;
}

.col2_po {
    width: 65px;
}

.col3_po {
    width: 50px;
}

.col4_po {
    width: 45px;
    padding-right: 0;
    padding-left: 0;
}

.col5_po {
    width: 64px;
}

.fixed {
    table-layout: fixed;
}

table tr.row_select {
    background: #bbb;
}

.hide_overflowx {
    overflow-x: hidden !important;
}

/* JQuery */
#content .table_list .table_selection_on {
    background-color: #b3c2cc;
}

#content .table_list .table_selection2_on {
    background-color: #b3c2cc;
}

#content .table_list .table_selection3_on {
    background-color: #b3c2cc;
}

table tr td.HighLightPrice {
    background-color: #b3c2cc;
}

/* AJAX VALIDATIONS */
table tbody tr td.ajax__validatorcallout_popup_table,
table tbody tr td.ajax__validatorcallout_callout_arrow_cell_leftpos,
table tbody tr td.ajax__validatorcallout_callout_table,
table tbody tr td.ajax__validatorcallout_callout_cell {
    padding: 0;
}

table tbody tr td.ajax__validatorcallout_callout_arrow_cell {
    padding: 5px 0 0 0;
}

table tr td.ajax__validatorcallout_error_message_cell {
    padding: 5px 10px 5px 3px;
}

/**OVERRIDES JQUERY BUTTONS */
.button.ui-state-default.button_grey {
    padding: 5px 5px;
    background: #333; /*background:#000 url(../images/input_button_bk1.gif) repeat-x 0 50%;*/
    color: #fff;
    font-weight: bold;
    border: 1px solid #d3d3d3;
}

.button.ui-state-default.button_submit {
    padding: 5px 5px;
    background: #590000; /*background:#000 url(../images/input_button_bk1.gif) repeat-x 0 50%;*/
    font-weight: bold;
    color: #fff;
    border: 1px solid #d3d3d3;
}


.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1; /* Feeling sorry for IE */
}

    .dataTables_wrapper table {
        table-layout: fixed;
    }

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_scrollHead {
    height: 30px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.top, .bottom {
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

    .top .dataTables_info {
        float: none;
    }

.datatables_results {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.ui-dialog .ui-dialog-content.ReportParam {
    overflow: hidden;
}

table tr td.pagination table tr td {
    padding: 0;
}

.input-group-addon {
    padding: 0 13px;
    font-size: 0;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.error_list {
    border: solid 1px #8B0000;
    background-color: #ffe5e5;
    color: #ff0000;
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

table.table_list.tight_padding th, table.table_list.tight_padding td {
    padding: 8px 4px 8px 4px;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: 36px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 200px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    top: 30px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip, .simple_menu_ul div {
    display: inline;
    position: relative;
}

.validatorCalloutHighlight, 
.field_being_edited,
.form_input.field_being_edited,
.table_list tr.field_being_edited {
    background-image: none;
    background-color: mistyrose;
}

.field_edited,
.form_input.field_edited,
.table_list tr.field_edited {
    background-image: none;
    background-color: palegreen;
}