body
{
    font-size : 14px;
    font-family : 'Open Sans', sans-serif;
    font-weight : normal;
    font-style : normal;
    color : #444;
    background-color: #F9F9F9;
}

.admin-grid-align-right {text-align:right;}
.admin-grid-align-center{text-align:center;}
textarea{font-size:12px;font-family : 'Open Sans', sans-serif;font-weight : normal;font-style : normal;color : black;}
.input-align-right{text-align:right;}

.sText
{
font-family : 'Open Sans', sans-serif;
font-weight: bold;
font-size: 12px;
width: 100%;
}

.sText2
{
font-family : 'Open Sans', sans-serif;
font-size: 12px;
width: 100%;
}

#user_area {
    width: 100%;
    height: 30px;
    background-color: #363636;
    position: relative;
    font-size: 12px;
}


.user_area_item {
    background-color: #555 !important;
    border-radius: 11px !important;
    height: 22px;
    margin: 1px 3px;
    padding: 0px 10px;
    position: relative;
    display: table;
    float: right;
    color: #A8A8A8;
    font-size: 12px;
    white-space: nowrap;
}

#main_menu_area {
    width: 100%;
    background-color: #1F1F1F;
    position: relative;
    box-shadow: 0px 5px 5px #888;
    height: 81px;
}

a{
    text-decoration: none !important;
    font-weight:700;
}


a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #f50801; }


.sNoUnderline{text-decoration:none;}  
.globalAlign{padding-top:10px;}
.sFontText{ font-family : 'Open Sans', sans-serif; width: 100%;}
.sBold {font-weight:bold;}
.sFont{ font-family : 'Open Sans', sans-serif;}
.sFont9 {font-size:9px;}
.sFont10 {font-size:10px;}
.sFont11{font-size:11px;}
.sFont12{font-size:12px;}
.sFont14{font-size:14px;}
.sFontFaq{font-size:14px;}
.sWhite{color:White;}
.sBlack{color:Black;}
.sLink:hover{color:#f50801;}
.sbBlack{background-color:#1F1F1F;}
.sbOrange{background-color:Orange;}
.Logout{color:#999;}
.Logout:hover{color:#E1E2E6;}
.sCenter{text-align:center;}
.sRight{text-align:right;}
.sLeft{text-align:left;}
.tMaxWidth{resize:vertical;}
.marginTop{margin-top:5px;}
.marginTop2{margin-top:10px;}
.marginTopPanel{margin-top:15px;}
.marginTopPanel2{margin-top:20px;}
.marginBottomPanel{margin-bottom: 15px;}
.marginLeft{margin-left:5px;}
.marginMenuArea{margin-top: -6px; margin-left: -16px;}
.marginUserArea{margin-top: -3px; margin-bottom: -3px;}
.marginBottom{margin-bottom: 3px;}
.marginTopBottom{margin-top: 3px;margin-bottom: 3px;}
.btn{ 
    text-decoration:none; 
    border:1px solid #acacac;
    color: #000;
    font-family: Arial;
    font-size: 13.3333px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 2px 10px;
    background-color: #eeeeee;
}

.editButton
{
    float: right;
    margin-top: -20px;
    margin-right: 11px;
    position: relative;
    height:20px;
}

.selectText{
    margin-top:-20px;
    height:20px;
    position:relative;
}

.btn:hover{
    background-color:#e4f0fc;
    border:1px solid #7eb4ea;
}

.tdBorder-Left{
    border-left:2px; border-left-color:Black; border-left-style:solid;
}

.tdBorder-Right{
    border-right:2px; border-right-color:Black; border-right-style:solid;
}

.tdBorder
{
    border:2px;
    border-color:Black;
    border-style:solid;
}

.required_field
{
    background-color:#F3F781;
}

#menu_backOffice{
    padding-left:2px;
    padding-right:1px;
    height:22px;
    background-color:black;
}

.link_pager span{
    font-size:12px !important;
    color:#f50801 !important;
    font-weight:bold !important;
}

.link_pager a{
    text-decoration:none;
    font-size:12px !important;
    color:white !important;
    font-weight:bold !important;
}

.link_pager a:hover{
    color:#f50801 !important;
}

.special{
    top:0 !important;
}

.no-destak{
   font-weight:normal !important;
}

th{
    text-transform:uppercase;
}

select{
    height:23px;
}

.sTableHeader{
    white-space:nowrap !important;
}

.sTransform{
    text-transform:uppercase;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, #555 0%, #333 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, #555 0%, #333 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, #555 0%, #333 100%); /* IE10+ */
	background: #ddd linear-gradient(top, #555 0%, #333 100%); /* W3C */
	border-right: 0px solid #1F1F1F;
	border-width: 0px;
	border-style: solid;
	border-color: #1F1F1F #1F1F1F #1F1F1F #1F1F1F;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
	line-height: 11px;
	padding: 6px 12px;
	font-family: "Open Sans",sans-serif;
}

.radioImage input[type="radio"]
{
    position:relative;
    top:-5px;
}

@-moz-document url-prefix() {
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        padding: 5px 9px !important;
    }
}

.button:hover{
    color: #FFF !important;
}

.paddingTables{
    padding-left:3px;
    padding-right:3px;
}

.marginTextBox{
    margin-top:-3px;
}

.marginLeftCart{
    margin-left:-24px;
}

.marginLeftCartES{
   margin-left:-34px;
}

.marginLeftCartFR{
   margin-left:-42px;
}

.marginLeftCartEN{
   margin-left:-56px;
}

.ui-widget-overlay 
{
    background: none !important; 
    background-color: Black !important;
    filter: alpha(opacity=90) !important;
    opacity: 0.8 !important;
}

.ui-widget
{
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.ui-widget input
{
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.modalPopup
{
    background-color: #F9F9F9 !important;
    border-width: 2px !important;
    border-color: black !important;
    width: 300px !important;
    height: 95px !important;
    padding: 8px 0 8px 0 !important;
}

.modalPopupTemplate
{
    background-color: #F9F9F9 !important;
    border-width: 2px !important;
    border-color: black !important;
    width: 976px !important;
    padding: 0 !important;
    border: none !important;
    top: 3px !important;
}

.modalPopupTemplateMinimal
{
    width: 415px !important;
    padding: 8px 0 0px 0 !important;
}

.modalPopupEncomenda
{
    width: 385px !important;
    height: 185px !important;
}

.modalPopupDropdown
{
    width: 390px !important;
}

.modalPassword
{
    background-color: #F9F9F9 !important;
    border-width: 2px !important;
    border-color: black !important;
    width: 300px !important;
    height: 105px !important;
    padding: 4px 4px 10px 1px !important;
}

.modalPopupMacro
{
    width: 315px !important;
}

.modalPopupTerminal
{
    height: 125px !important;
    padding: 15px 0 0 0 !important;
}

.breadcrumb
{
    color: white; 
    font-weight: bold; 
    text-transform: uppercase; 
    text-align: right; 
    vertical-align: bottom;
    margin-top: -25px;
}

.breadcrumb a {
    color: white;
}

.breadcrumb a:hover{
    color: #f50801;
}

@media only screen and (max-width: 1048px)
{
    .buttonProd {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 800px)
{
    .buttonProd {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 725px)
{
    .buttonProd {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 640px)
{
    .buttonProd {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 565px)
{
    .buttonProd {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 480px)
{
    .buttonProd {
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 1280px)
{
    .buttonTerminal {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 1125px)
{
    .buttonTerminal {
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 1130px)
{
    .buttonBottom {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 1024px)
{
    .buttonBottom {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 925px)
{
    .buttonBottom {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 800px)
{
    .buttonBottom {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 700px)
{
    .buttonBottom {
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 868px)
{
    #main_menu_area {
        height: 105px;
    }

    .breadcrumb {
        margin-top: 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 970px)
{
    .breadcrumb {
        font-size: 12px;
    }
}




