﻿
    a:link, a:visited {
        color: #00a3df;
    }

    a:hover {
        color: #1d60ff;
    }

    a:active {
        color: #034af3;
        /*font-size: 12px;*/
    }

.header {
    background: white;
    height: 150px;
}

.menuPanel {
    background: #17193E;
    border-top: 1px solid #4CAFD6;
}

.mainPanel {
    background: white;
}

#imgHeader {
    margin: 1000px;
}

div.HeaderRight a:hover {
    text-decoration: none;
    color: #00a3df;
    font-weight: bold;
    cursor: hand;
}

div.HeaderRight span.LoginName {
    color: #00a3df;
    font-size: 11pt;
    font-weight: bold;
}

div.HeaderRight span.UserRole {
    color: #00a3df;
    font-size: 12px;
    font-style: italic;
}


.div-table-row_border_bottom {
    display: table-row;
    border-bottom: 1px solid #ADDFF6;
}

/* SUB MENU */

        div.subMenu ul li a, div.subMenu ul li a:hover, subMenu.menu ul li a:visited {
            display: block;
            padding: 10px 20px;
            background-color: #FFFFFF;
            color: #00a3df;
            text-decoration: none;
            white-space: nowrap;
            vertical-align: middle;
            /*text-transform: uppercase;*/
            text-align: center;
            font-size: 10px;
        }

/* SUB MENUFOODINFO */

        div.subMenuInfo ul li a, subMenuInfo.menu ul li a:visited {
            display: block;
            padding: 10px 20px;
            background-color: #EEEEEE;
            color: #00a3df;
            text-decoration: none;
            white-space: nowrap;
            vertical-align: middle;
            width: 160px;
            text-transform: uppercase;
        }

    div.subMenuInfo a.selected {
        text-decoration: none;
        color: #00a3df;
        background-color: #FFFFFF;
    }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
    text-align: center;
}

            div.menu ul li a:hover {
                background-color: #00a3df;
                text-decoration: none;
            }

    div.menu a.selected {
        background-color: #004B91;
    }

    div.menu ul li a:focus {
        background-color: #004B91 !important;
        text-decoration: none;
    }

    }

    div.menu a.selected {
        background-color: Black;
    }

/* FORM ELEMENTS   
----------------------------------------------------------*/

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}


/* MISC  
----------------------------------------------------------*/

.lineSeparator {
    border-bottom: 1px solid #ADDFF6;
    margin-top: 5px;
    margin-bottom: 10px;
}

.lineSeparatorV {
    border-right: 1px solid #ADDFF6;
    margin-left: 5px;
    margin-right: 5px;
}


/* Buttons  
----------------------------------------------------------*/

.buttonOk {
    background-color: #61CCF0 !important;
    border: 1px, solid, #53C3EB !important;
}

.buttonOk:hover {
    background-color: #61CCF0 !important;
    color: #005678 !important;
}

button.positive, .buttons a.positive {
    background-color: #61CCF0;
    border: 1px solid #53C3EB; /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FD7F0', endColorstr='#55C2EB'); /* for IE */
}

    .buttons a.positive:hover, button.positive:hover {
        background-color: #54C4EC;
        color: #005678;
    }

    .buttons a.positive:active {
        background-color: #54C4EC;
        color: #005678;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55C2EB', endColorstr='#6FD7F0'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#55C2EB), to(#6FD7F0)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #55C2EB, #6FD7F0); /* for firefox 3.6+ */
    }


button:hover, .buttons a:hover {
    color: #00A0D4;
}
.buttons a.regular:hover, button.regular:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.buttons a.regular:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
}


/* REGULAR */


    .buttons a.regular:hover, button.regular:hover {
        background-color: #dff4ff;
        border: 1px solid #c2e1ef;
        color: #336699;
    }

    .buttons a.regular:active {
        background-color: #6299c5;
        border: 1px solid #6299c5;
        color: #fff;
    }

/* MODAL DIALOGS */

.Form input, .Form textarea, .Form select {
    float: left;
    font-size: 12px;
    padding: 2px 2px;
    border: solid 1px #aacfe4;
    margin: 0 0 10px 0;
}

.Form div.Controls {
    float: left;
    clear: none;
    margin: 0;
}

/* GRIDVIEW
----------------------------------------------------------*/
.GridViewStyle {
    text-align: left;
    border-bottom: 1px solid #ADE2F4;
    font-size: 12px;
    clear: both;
}

    .GridViewStyle TH {
        text-align: left;
        border-bottom: 1px solid #ADE2F4;
        font-size: 12px;
    }




.HeaderStyle TH {
    text-align: left;
    border-bottom: 1px solid #ADE2F4;
    font-size: 12px;
}


.PagerStyle TD {
    text-align: left;
    border-top: 1px solid #ADE2F4;
}

    div.HeaderSearch a:hover {
        text-decoration: none;
        color: #00a3df;
        font-weight: bold;
    }

.ItemAttribute {
    background-color: #54C5ED;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    text-transform: uppercase;
}

/* REORDER LIST */

.dragHandle {
    width: 10px;
    height: 15px;
    background-color: #54C4EC;
    cursor: move;
    border: outset thin white;
}

    .callbackStyle table {
        background-color: #5377A9;
        color: Black;
    }

/*AutoComplete flyout */
.completionList {
    border: solid 1px #CCCCCC;
    margin-top: 4px;
    padding: 4px;
    background-color: #FAFAFA;
    text-align: left;
    list-style-type: none;
}

.completionItemHighlighted {
    background-color: #54C4EC;
    color: #FFFFFF;
}

.completionItemHighlightedMult {
    background-color: #54C4EC;
    color: #FFFFFF;
    z-index: 9999999999 !important;
    position: relative;
}

.FooodInfo-row-ctrlLabel, FooodInfo-row2-ctrlLabel {
    color: #00a3df;
}

.FooodInfo-col-ctrlLabel {
    color: #00a3df;
}

/* GRIDVIEW
----------------------------------------------------------*/

.GridViewStyleNutrients {
    text-align: left;
    border-bottom: 1px solid #ADE2F4;
    font-size: 12px;
}

.GridViewStyleeNutrients TH {
    border-bottom: 1px solid #ADE2F4;
    font-size: 12px;
}


/*IFRAMEingredientStatement*/


.IFRAMEingredientStatement-ctrlLabel, FooodInfo-row2-ctrlLabel {
    color: #00a3df;
}

/*Botones Ficha producto*/
.linkBtn {
    color: #00a3df;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

/* PRODUCT BASIC INFO */

.carouselContainer {
    float: left;
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    margin-right: 40px;
}

.BasicInfo-col1 {
    float: left;
    width: 190px;
    margin: 0px 10px;
}

.BasicInfo-col2 {
    width: 184px;
    float: left;
    margin: 0px 10px;
}

.form-item_width .languageTag {
    display: block;
    margin-bottom: 10px;
}

.form-item-inline .form-input {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 10px;
    font-weight: normal;
}

/* DESCRIPCIONES */

    .DescriptionsContainer textarea {
        width: 100%;
        margin-top: 10px;
    }

/* TAB IMAGES */


.iconDiskCollapse {
    width: 12px;
    display: inline;
    margin: 5px 8px 0 0;
    margin-left: 15px;
}



#imagesContent .columns,
#pictogramsContent .columns,
#images360Content .columns,
#planogramsContent .columns,
#bannersContent .columns,
#videosContent .columns,
#healtStarRatingContent .columns,
#logosContent .columns,
#gtinContent .columns {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: auto;
    font-size: 14px;
}

/* IFRAME */

.columns.AddRelCertificate.selected, .columns.AddRelLogo.selected, .columns.AddRelGTIN.selected {
    border: 2px solid #61CCF0 !important;
}

.columns.AddRelCertificate, .columns.AddRelLogo {
    height: 100px;
    margin: 6px;
    width: 265px;
    float: left;
    border: 2px solid #ccc;
    padding: 10px;
    cursor: pointer;
}

.columns.AddRelGTIN {
    height: 150px;
    margin: 6px;
    width: 265px;
    float: left;
    border: 2px solid #ccc;
    padding: 10px;
    cursor: pointer;
}


.ErrorContainer {
    border: 1px red solid;
    background-color: #F9D7D8;
    margin-bottom: 10px;
}

#imagesContent .columns,
#images360Content .columns,
#bannersContent .columns {
    position: relative;
}


.columns.sellosBorder,
#documentsContent .columns {
    position: relative;
}


/*Fin Overlay*/


/*PRODUCT LAST VISITED*/

.productLastVisitedBrand a {
    display: block;
}

/*END PRODUCT LAST VISITED*/

.ListOfSheets label {
    display: inline-block;
    margin: 0 10px 5px 0;
    min-width: 230px;
}

.width14 {
    width: 14px;
}

.centerItem {
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    min-height: 22px;
    text-align: center;
}

/*PRODUCT CARD - CATALOG*/

        .productCardInfo .brandContainer div {
            display: block !important;
        }

/*modal*/

.CatalogSelectedAll label{
    vertical-align:top;   
    margin-top: 0px;
    margin-left:3px;  
    font-weight: bold;
    color: #00a3df;
}

.checkboxlist_nowrap60 tr td
{
    white-space:nowrap;
    overflow:hidden;
    width:60%;
}

/*CAROUSEL*/

.carousel-thumbnail ul li.selected, .carousel-thumbnail ul li:hover {
    border: 2px solid #00a3df;
}

/*END CAROUSEL*/

/*ICONS*/
.icon {
    color: #61ccf0;
}
/*END ICONS*/

#modalSearchSpinnerContainer {
    text-align: center;
}

    #modalSearchSpinnerContainer .setMaxHeight {
        max-height: 50px;
    }