@charset "utf-8";
/* CSS Document */

* {
    font-family: "lucida grande", "lucida sans", verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    margin: auto;
    padding: 0px;
    text-decoration: none;
}

input[type='text']:disabled,
input[type='button']:disabled, select:disabled {
    background: #f8f8f8 !important;
    border-color: #ddd !important;
    color: #bbb !important;
}

.file {
    background: #f8f8f8 !important;
}

/*layout*/

.fullwidth {
    width: 1200px;
}

.fullwidth-perc {
    width: 100%;
}

table.fullwidth-perc td input {
    margin-bottom: 0px !important;
}

.workwidth {
    width: 1180px;
}

.halfwidth {
    width: 570px;
}

.halfwidth-with-no-margin {
    width: 590px;
}

.halfwidth-modal {
    width: 476px;
    height: 220px;
}

.onecol {
    width: 40px;
}

.twocol {
    width: 80px;
}

.twocol2 {
    width: 100px;
}

.twocol3 {
    width: 150px;
}

.twocol4 {
    width: 135px;
}

.threecol {
    width: 240px;
}

.threecol2 {
    width: 200px
}

.fourcol {
    width: 320px;
}

.fivecol {
    width: 400px;
}

.fivecol2 {
    width: 508px;
}

.sixcol {
    width: 480px;
}

.sevencol {
    width: 560px;
}

.eightncol {
    width: 640px;
}

.ninecol {
    width: 720px;
}

.tencol {
    width: 800px;
}

.elevencol {
    width: 880px;
}

.twelvecol {
    width: 960px;
}

.thirteencol {
    width: 1040px;
}

.fourteencol {
    width: 1120px;
}

.top-space {
    clear: both;
}

.bottom-space {
    margin-bottom: 20px !important;
}

/*look and feel*/

body {
    background-color: #ececec;
}

.box {
    border-radius: 5px;
}

    .box.default {
        background-color: white;
        padding: 25px 10px 25px 10px;
        margin-right: 20px;
        overflow: hidden;
    }


    .box.left {
        float: left;
    }

    .box.right {
        float: right;
    }

    .box.no-margin-right {
        margin-right: 0;
    }

    .box.default:last-child {
        margin-right: 0px;
    }

    .box.centered {
        background-color: white;
        padding: 25px 10px 25px 10px;
        margin: 0 auto;
    }

    .box.paddings {
        padding: 25px;
        box-sizing: border-box;
    }

    .box .title {
        color: black;
        font-weight: bold;
        font-size: 14px;
        margin: 0px 0px 15px 0px;
    }

    .box .title2.target {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .box .title1 {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }

    .box .title2 {
        font-size: 14px;
        margin: 15px 0px 10px 0px;
    }

    .box .title3 {
        font-size: 12px;
        margin: 15px 0px 5px 0px;
    }

.title.border-top {
    border-top: 1px solid #dee0e0;
    padding-top: 5px;
    margin-top: 20px;
}

.default-text {
    font-size: 12px;
    font-weight: normal;
    color: #575757;
    height: 1em;
}

    .default-text.red {
        color: #ff0000;
    }

a.default-text.red:link, a.default-text.red:hover, a.default-text.red:visited {
    color: #ff0000;
}

.default-text.italic {
    font-style: italic;
}

.default-text.bold {
    font-weight: bold;
}

.default-text.ident {
    margin-left: 15px;
}

a.default-text:link, a.default-text:hover, a.default-text:visited {
    color: #a1a1a1;
}

.full-line-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    clear: both;
}

    .full-line-text.line-bottom {
        margin-bottom: 5px;
    }

    .full-line-text.border-top {
        border-top: 1px solid #dee0e0;
        padding-top: 5px;
        margin-top: 20px;
    }

.textarea {
    overflow: hidden;
    resize: none;
}

.line-text {
    display: block;
    margin: 5px 0px;
}

    .line-text.left {
        float: left;
    }

    .line-text.right {
        float: right;
    }


.centered-text {
    text-align: center;
}

.error-text {
    font-size: 12px;
    color: #e30613;
}

.no-link-text {
    text-decoration: none;
}

    .no-link-text:hover {
        color: #000;
    }

.small-text {
    font-size: 8pt;
}

.text-info {
    color: #767676;
}

.page.title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    float: left;
    clear: both;
}

.title.popup {
    margin: 0;
}

.title.orderInfo {
    position: relative;
    margin-top: 10px;
}

.breadcrumb {
    font-size: 14px;
    margin: 20px 0px 0px 0px;
    float: left;
    margin-bottom: 20px;
    color: #575757;
    font-weight: bold;
}

    .breadcrumb a {
        color: #575757;
    }

    .breadcrumb span:first-of-type a {
        font-size: 18px;
        font-weight: bold;
        margin: 20px 0px 0px 0px;
        color: #2eaad3 !important;
    }

.breadcrumb-first {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    color: #2eaad3 !important;
    margin: 20px 0px 0px 0px;
    margin-bottom: 20px;
    float: left;
}

.blue-text {
    color: #2eaad3;
}

.white-link:link, .white-link:hover, .white-link:visited {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
/*
.header:link, .header:visited {
	color: #a1a1a1;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
}

.header:hover, .default:hover {
	 color: #e30613;
	 text-decoration: none;
 }
 
default:link, .default:visited,  {
	 font-size: 12px;
	 color: #a1a1a1;
	 font-weight: bold;
 }
 */
.box.menu {
    background-color: #444;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
}

ul.menu {
    list-style-type: none;
}


.item {
    float: left;
    width: 125px;
    color: white;
    font-size: 12px;
    padding: 18px 0px 17px 25px;
}

    .item:hover:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer;
    }

    .item:hover:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        cursor: pointer;
    }


    .item:hover {
        background-color: #158db4;
        cursor: pointer;
    }

.hidden {
    display: none;
}

/*MASTER*/
.header {
    height: 95px;
    margin-top: 35px;
}

.logo {
    float: left;
}

.system-name {
    color: #575757;
    font-size: 24px;
    padding-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
}

.user-info {
    float: right;
    margin-top: -45px;
    padding: 10px 15px !important;
    margin-right: 0 !important;
    background-color: white;
    color: #a1a1a1;
    font-size: 12px;
}

.user-name {
    font-weight: bold;
}

.language {
    width: 110px;
    background: none !important;
}

    .language * {
        background: none !important;
        border: medium none !important;
        box-shadow: none !important;
        font-size: 12px !important;
        color: #767676 !important;
        text-overflow: inherit !important;
    }

    .language a {
        font-weight: bold;
    }

    .language .chosen-drop, .language.chosen-with-drop, .language .chosen-container-active {
        background-color: #ececec !important;
    }

    .language .highlighted {
        color: #575757 !important;
        background-color: lightgray !important;
    }

    .language.chosen-with-drop {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .language .result-selected {
        background-color: #158db4 !important;
        color: #fff !important;
    }

    .language.default-text {
        height: 2em;
    }


.cart-menu-align {
    display: flex;
    float: right;
    height: 100%;
    margin: 0 10px 0 0 !important;
}

.shopping-cart-box {
    content: "";
    background-image: url("../Images/home/shopping-cart-white.png");
    background-repeat: no-repeat;
    min-width: 20px;
    width: 40px;
    height: 20px;
    
}

.shopping-cart-box span {
    float: right;
    margin: 5px !important;
    color: white;
}

.language-box {
    content: "";
    background-image: url("../Images/home/world.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
    float: left;
    width: 220px;
    margin-left: -100px;
    margin-top: -30px;
    float: right;
    padding-left: 25px;
    height: 2.5em;
}

.language-modify {
    color: #767676;
    text-decoration: none;
    font-style: italic;
}


/*FORMS*/

.homeSearch {
   width: 500px;
}

.select2 {
    width: 500px !important;
}

.formstyle {
    border-radius: 25px;
    border: 1px solid #494F54;
    background-color: white;
    font-size: 12px;
    color: #575757;
    padding: 10px;
    display: inline-block;
    margin-bottom: 15px;
    box-sizing: border-box;
}


    .formstyle.withoutMarginBottom {
        margin-bottom: 0 !important;
    }

    .formstyle.error {
        border: 1px solid #ff0000;
    }

.withoutMarginTop {
    margin-top: 0 !important;
}

select.formstyle {
    padding: 9px;
}

.checkbox {
    vertical-align: middle;
    margin-left: 0;
}

.checkbox input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}

:root .checkbox label {
    position: relative;
    bottom: -1px;
    /* align the checkbox in IE 9 and IE 10 */
    bottom: -2px\9;
}

/* align the checkbox in IE 11 */
_:-ms-fullscreen, :root .checkbox label {
    bottom: -2px;
}

.radiobutton {
    vertical-align: middle;
    margin-left: 0;
}

    .radiobutton input[type=radio] {
        vertical-align: middle;
        margin-right: 5px;
    }

    .radiobutton td {
        padding: 5px 0 !important;
    }

input[type=file] {
    vertical-align: middle;
    height: 2em;
}

input[type=file] {
}

.label {
    color: #444;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.labelFilter {
    color: #999;
    font-size: 12px;
    margin-right: 10px;
    vertical-align: top;
}

    .labelFilter td label {
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: top;
    }

.error {
    color: #ff0000;
}

#pagebuttons, .pagebuttons {
    text-align: right;
    clear: both;
}

.btn {
    border-radius: 25px;
    background-color: #494F54 !important;
    color: white;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: none !important;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    background-image: none !important;
}

.btn.right {
    float: right;
}

.btn.left {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.btn.blue:hover, .btn.blue:focus, .btn.blue:active {
    background-color: #158db4 !important;
    border-radius: 25px !important;
}

/** workaround para funcionar com o css do jquery-ui*/
.btn:hover {
    border: medium none !important;
    border-radius: 25px !important;
    background-image: none !important;
    color: white !important;
    font-weight: bold !important;
}

/** workaround para funcionar com o css do jquery-ui*/
.btn:hover, .btn:focus {
    border: medium none !important;
    background-image: none !important;
    border-radius: 25px !important;
    color: white !important;
    font-weight: bold !important;
}

.btn.red:hover, .btn.red:focus, .btn.red:active {
    background-color: #e30613 !important;
}

.btn.disabled, .btn.disabled:hover, .btn.disabled:active, .btn.disabled:link {
    color: #999 !important;
    cursor: default !important;
}

.btn.reduced {
    width: 64px;
    margin-left: 0px;
    padding: 10px 0;
}

.img-upload-container {
    border: 1px solid #b8b8b8;
    float: left;
    margin-right: 15px;
    margin-top: 25px;
    position: relative;
}

.thumb-image {
    background-position: center center;
    background-size: cover;
    height: 125px;
    width: 125px;
    float: left;
}

.img-upload-container:hover::after {
    content: "";
    height: 125px;
    width: 125px;
    float: left;
    margin-left: -125px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    position: absolute;
}

.btn-remove-image {
    background-image: url("../Images/buttons/close-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    float: left;
    width: 25px;
    z-index: 10;
    position: absolute;
    top: 5px;
    right: 5px;
}

.btn-remove-file {
    background-image: url("../Images/buttons/close-grey.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    float: left;
    width: 20px;
    z-index: 10;
    display: block;
}

.required:after {
    content: "*";
    margin-left: 2px;
    position: absolute;
}

.error-control {
    background: #fee;
    border: solid 1px #fb4a4a;
    color: #c00;
}

/*MESSAGE SUCCESS*/

.divSuccess {
    width: 1200px;
    position: absolute;
    font-weight: bold;
    text-align: center;
    top: 208px;
    z-index: 3;
}

.topWithoutButton {
    top: 202px !important;
}

.messageSuccess, .validationsummaryinfo {
    color: #17af17 !important;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

/*********************************/

.divWarning {
    margin-bottom: 15px;
    justify-content: space-between;
    display: inline-block;
}
.messageWarning {
    color: #ff7837;
    white-space: normal;
    text-align: left;
    font-size: 10pt;
    margin-bottom: 7px;
}

.divButtonNew {
    float: right;
    position: relative;
    z-index: 4;
    margin-top: 20px;
}

.divTitle {
    float: left;
    position: relative;
    margin-top: 8px;
    clear: both;
    z-index: 4;
}

.messageError, .summaryerror {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 205px;
    width: 100%;
    text-align: center;
}

.messageErrorBOR {
    border-radius: 8px;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    left: 0;
}

.default-form {
    margin: 0;
}

.two-col-form {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 25px;
    width: 50%;
    float: left;
}

.two-of-three-col-form {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 25px;
    width: 66.66%;
    float: left;
}

.three-col-form {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 25px;
    width: 33.33%;
    float: left;
}

.four-col-form {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 25px;
    margin-top: 20px;
    width: 20%;
    float: left;
}



.shortcut {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shortcut a {
    display: flex;
    flex-direction: column;
}

.shortcut-label {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 6px;
    margin-bottom: 15px;
    color: #444444;
}

.validationsummaryerror {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
}

    .validationsummaryerror.center {
        color: red;
        text-align: center;
        font-size: 12px;
    }

    .validationsummaryerror li {
        list-style-type: none;
    }

.button-line {
    display: block;
    text-align: right;
}

/*TABLE*/

.table {
    border: none;
    border-collapse: collapse;
    background-color: white;
    font-size: 12px;
    text-align: left;
}

table.table td, table.table th {
    padding: 10px;
    border: medium none;
    text-align: left !important;
}

table.reduced td:not(.pager td), table.reduced th, td.reduced {
    padding: 10px 5px !important;
    border: medium none;
}

td.reduced {
    padding: 0;
}

table.reduced-vertical td {
    padding: 5px 10px;
    border: medium none;
}

table.table .row-gray {
    background-color: #ececec;
}

.thead {
    color: white;
    font-weight: bold;
    height: 0px !important;
}

    .thead th {
        background-color: #575757 !important;
        text-align: left !important;
    }

        .thead th:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-right: 2px solid #575757;
        }

        .thead th:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-left: 2px solid #575757;
        }

        .thead th a {
            text-decoration: none;
            color: white;
        }

    .thead .downArrow:after {
        content: url("../Images/buttons/arrow.png");
        margin-left: 12px;
        position: relative;
        top: -2px;
    }

.linecolor {
    background-color: #ececec;
}

.cornerleft {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cornerright {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.textLeft {
    float: left !important;
}

.textRight {
    float: right !important;
}

.imageSale {
    width: 35px;
    margin-left: 5px;
    vertical-align: middle;
}

.breakWord {
    word-break: break-all;
}

.marginTop {
    margin-top: 10px;
}

/*PAGINATION*/

.pager {
    background-color: #ffffff !important;
}

/** all the pages will be blue, the ones that are links will be gray */
.pager table td {
    background-color: #158db4;
    font-size: 12px;
    color: white;
    padding: 0;
    float: left;
    margin-right: 5px;
    list-style-type: none;
    cursor: pointer;
    margin-top: 25px;
    font-weight: bold;
    border-radius: 35%;
    height: 31px;
    width: 32px;
}

.pager a:hover {
    background-color: #158db4;
}

.pager table td span {
    padding: 10px;
    display: block;
    text-align: center;
    padding-top: 9px !important;
    padding-left: 0;
    text-align: center;
    width: 100%;
}

.pager table td.active {
}

.pager a {
    color: #fff;
    font-weight: normal;
    padding: 10px;
    display: block;
    background-color: #575757;
    border-radius: 35%;
    height: 12px;
    width: 17px;
    text-align: center;
    padding-top: 9px !important;
    padding-left: 5px;
    text-align: center;
}

.pager table td:hover, .pager table td.active:hover {
    background-color: #158db4;
}

/* PLACE HOLDER*/

.placeHolderSearch .placeholder {
    position: relative;
    z-index: 2;
    top: -40px;
    left: 11px;
    cursor: text;
}

    .placeHolderSearch .placeholder span {
        color: #999;
        font-size: 12px;
    }

div[class*="placeHolderSearch"] label {
    position: absolute;
    padding: 10px;
    display: block;
}

div[class*="placeHolderSearch"] span {
    position: absolute;
}

.search-box {
    width: 70%;
}


/* BOR */

.ui-autocomplete-input {
    box-sizing: border-box;
}

.BORByProduct {
    float: left;
    width: 49%;
    box-sizing: border-box;
}

.BORByMaterial {
    display: block;
    width: 100%;
}

    .BORByMaterial #description {
        margin-left: 10px;
    }

.byProduct {
    display: inline;
    float: left;
    border-right: 1px solid #b8b8b8;
    margin-right: 20px;
    padding-right: 20px;
    width: 49%;
    box-sizing: border-box;
}

.byMaterial {
    display: inline;
}

.noProducts {
    display: none;
    font-size: 12px !important;
    color: #999;
}

.pnlBuildLeft {
    float: left;
    width: 554px;
    border-right: 1px solid #b8b8b8;
    padding-right: 18px;
}

.pnlBuildRight {
    float: right;
    width: 558px;
    padding-left: 18px;
}

.table.table.build tr {
    height: 65px;
}

    .table.table.build tr:last-child {
        height: 0;
    }

.pager.build td table {
    float: right;
    margin-right: -6px;
}

tr.pager.build td {
    padding: 0;
}

.btn.build, .btn.add {
    z-index: 2;
    margin-top: -46px;
    position: absolute;
}

.btn.build {
    margin-top: -36px !important;
}

.btn.buildWithoutPagination, .btn.addWithoutPagination {
    margin-top: 10px;
}

/**ALERT */
.alert.panel {
    vertical-align: middle;
    width: 500px;
    text-align: center;
    padding: 20px 0 !important;
    height: auto !important;
}

.alert .title-alert {
    font-weight: bold;
    color: black;
    font-size: 14px;
    text-align: left;
}

.loading {
    background: #fff url('../Images/progress/load-squares.gif') no-repeat center center;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    position: relative;
    top: 50%;
    margin: -25px auto 0 auto;
}

.loading-modal {
    content: "";
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/** Adaptações para jquery-ui */

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .alert.header, .ui-dialog .ui-dialog-titlebar {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: white !important;
    height: 20px;
    padding: 10px 0px 10px 20px;
}

.ui-dialog .ui-widget-header {
    background-image: none !important;
    color: #575757 !important;
    font-weight: bold !important;
    border: medium none !important;
}

.ui-dialog .ui-widget-content,
.ui-dialog.ui-widget-content, ui-dialog,
.ui-dialog .ui-dialog-content {
    background-image: none !important;
    background-color: #ECECEC !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid #C8C8C8 !important;
    width: 95% !important;
}

.ui-datepicker .ui-state-default {
    background-image: none !important;
    background-color: #ECECEC !important;
}

.ui-datepicker .ui-state-hover {
    background-color: #2EAAD3 !important;
    border: 1px solid #2EAAD3 !important;
    color: #fff !important;
}

.ui-datepicker {
    padding: 0 !important;
}

    .ui-datepicker .ui-state-highlight {
        background-color: #8D8B8B !important;
        border: 1px solid #8D8B8B !important;
        color: #fff !important;
    }

    .ui-datepicker .ui-state-active {
        background-color: #BDBDBD !important;
    }

.ui-datepicker-calendar {
    padding: 0.2em 0.2em 0px !important;
}

.ui-datepicker-header {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-datepicker table {
    border-collapse: inherit !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.4em !important;
}

.ui-dialog {
    padding: 0 !important;
    width: 500px !important;
}

    .ui-dialog .ui-dialog-buttonpane {
        padding: 0 !important;
    }

.ui-dialog-titlebar-close {
    visibility: hidden;
}

/****************MODAL EXTENDER*****************/

.pnlPopMsg {
    display: table;
    border-radius: 5px;
    background-color: #ececec;
    box-shadow: 5px 5px 15px #000;
    position: fixed !important;
}

.divContentPopLog {
    display: table;
    padding-right: 20px;
    padding-left: 20px;
    width: 650px;
    margin-bottom: 18px;
    margin-top: 10px;
    box-sizing: border-box;
}

.ui-widget-overlay, .modalBackground {
    background: none !important;
    background-color: Black !important;
    filter: alpha(opacity=90) !important;
    opacity: 0.8 !important;
}

.divTitleDetail {
    height: 25px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.imbClosePoupup, .imbClosePoupup2 {
    float: right;
    background-color: #ececec !important;
    padding-top: 5px;
}

.divClose {
    float: right;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
}

.divContent {
    background-color: white;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.divContentPopLog h2 span {
    width: 86px;
    font-size: 14px;
    font-weight: lighter;
    float: left;
    margin-bottom: 30px;
    padding-right: 5px;
}

.divContentPopLog h3 span {
    width: 220px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-bottom: 30px;
    padding-right: 5px;
}

.divContentPopLog img {
    margin: 8px;
}

.validationError {
    float: left;
    color: red;
    font-size: x-small;
}

.titleModal {
    font-weight: bold;
    font-size: 18px;
    float: left;
    color: #2eaad3;
    position: absolute;
    margin-top: -60px;
}

    .titleModal.default {
        margin-top: -2px;
    }

        .titleModal span, .titleModal.default span {
            top: 6px;
            position: relative;
        }

.line {
    padding: 0;
    clear: both;
    font-size: 12px;
}

.column {
    height: 25px;
    width: 230px;
    float: left;
    color: #575757;
    word-wrap: break-word;
}

    .column.columnShipment {
        padding-right: 25px;
    }

    .column.title {
        color: black;
        margin: 0;
        font-size: 12px;
    }

    .column.full {
        width: 320px;
    }

    .column.viewShipmentFull {
        width: 450px;
    }

.column-title {
    color: black;
    margin: 0;
    font-size: 12px;
}

.column-line {
    color: #575757;
    word-wrap: break-word;
    margin-top: 6px;
}

.breakWord {
    word-wrap: break-word;
}

/* VIEW SHIPMENTS */

.linkDownload {
    color: #a1a1a1 !important;
    font-weight: bold;
    position: absolute;
    margin-top: 10px;
}

.linkDownloadViewShipment {
    color: #a1a1a1 !important;
    font-weight: bold;
}

.colorBlack span {
    color: black !important;
}

/* MODAL EXTENDER ALERT */

.divTitleDetail.titleAlert {
    background-color: white;
    padding: .4em 1em;
}

.imbClosePoupup.imbCloseAlert {
    background-color: white !important;
}

.modaltitle {
    color: #222222;
    font-weight: bold;
    font-size: 12px;
}

.panelButtonsAlert {
    border-top: 1px solid #b8b8b8;
    padding-top: 18px;
}

.marginButtonAlert {
    margin-right: 19px;
}

/****************NEW ORDER*****************/

.default-text.labelDeliveryAddress label {
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}

.default-text.radioPartialShipments label {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.default-text.radioPartialShipments input {
    margin-right: 5px;
}

.textWithoutMarginBottom {
    margin-bottom: 0 !important;
}

.textWithoutMarginTop {
    margin-top: 0 !important;
}

.box.fixed {
    min-height: 340px;
}

/* SHIPMENT VIEW */

.divTotalPrice {
    float: right;
    text-align: right;
    font-size: 12px;
}

/* ORDER VIEW */

.btn.download {
    background-image: url("../Images/buttons/download.png") !important;
    background-repeat: no-repeat;
    background-position: 20px 9px;
    padding-right: 20px;
    text-align: right;
}

/* FIREFOX */
@-moz-document url-prefix() {
    .btn.download {
        right: 25px;
        padding-right: 10px;
    }

    .popupTop {
        top: 50px !important;
    }
}

/* REPORTS */
.aging-chart {
    margin: 20px auto;
    border: 1px solid #575757 !important;
}

/* MESSAGES ERROR */

.divValidationSummary {
    width: 1200px;
    position: fixed;
    top: 202px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
}

    .divValidationSummary.topErrorWithoutButton {
        top: 197px !important;
    }

.messageErrorScroll {
    background: #ffecec;
    border: #eb8a8a;
    color: #e30613;
    -moz-box-shadow: #a1a1a1 2px 2px 0px;
    -webkit-box-shadow: #a1a1a1 2px 2px 0px;
    box-shadow: #a1a1a1 2px 2px 0px;
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    font-size: 14px;
}

.messageErrorType {
    color: #17af17 !important;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

    .messageErrorScroll li {
        list-style-type: none;
    }

/***********************************************************/

.divOrderInfo {
    white-space: nowrap;
}

.divOrderInfo span {
    font-size: 12px;
}

.divOrderInfo .marginRight {
    margin-right: 150px;
}

.is-collapsed {
    display: none;
}

.panel-shipment {
    font-size: 12px !important;
    margin-bottom: 10px;
}

.panel-shipment header {
    position: relative;
    margin-bottom: 15px;
}

.panel-shipment header input[type='submit'] {
    padding: 0 !important;
    border: none;
    cursor: pointer;
    outline: none;
}

.panel-shipment header h3 {
    display: inline;
    font-size: 14px;
    position: absolute;
    margin-left: 20px;
}

.panel-shipment footer {
    margin-top: 20px;
    text-align: right;
}

.panel-shipment-content {
    padding-top: 10px;
}

.shipments-toggle-button.expanded {
    background: url("../Images/buttons/expanded.gif") no-repeat;
    width: 11px;
    height: 11px;
    margin-top: 8px;
}

.shipments-toggle-button.not-expanded {
    background: url("../Images/buttons/not-expanded.gif") no-repeat;
    width: 11px;
    height: 11px;
    margin-top: 4px;
}

.shipments-remove-button {
    right: 0;
    background: url("../Images/buttons/close-grey.png") no-repeat;
    height: 12px !important;
    position: absolute;
    width: 10px;
    height: 11px;
}

.freightInfo td {
    padding: 0;
}

.freightInfo a {
    font-size: 11px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.freightInfo a:hover {
    color: #158db4;
}

hr {
    background-color: #b8b8b8;
    height: 1px;
    border: 0;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

span.checkCancelShipmentItems {
    position: absolute;
    margin-top: 12px;
}

.checkCancelShipmentItems label {
    position: absolute;
    margin-top: 6px !important;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 350px;
}

.checkCancelShipmentItems input {
    margin-top: 8px !important;
}


span.checkCreateShipmentItem {
    margin-left: 5px;
    width: 350px;
}

.checkCreateShipmentItems label {
    margin-left: 5px;
    width: 350px;
}

/* IMAGE MASK - DOWNLOAD / VIEW ------------------------------------------ */

.img-container, .img-container2 {
    background-image: url('../Images/terminal.jpg');
    background-repeat: no-repeat;
    background-size: auto 65px;
    background-position: center 0;
    border: solid 1px #ddd;
    float: left;
    width: 65px;
    height: 65px;
}

    .img-container .img-mask, .img-container2 .img-mask {
        float: left;
    }

    .img-container:hover, .img-container2:hover {
        border-color: #08f;
    }

        .img-container:hover .img-mask, .img-container2:hover .img-mask {
            display: block;
        }

.img-mask {
    background: url('../Images/mask.png') repeat;
    display: none;
    height: 65px;
    position: relative;
    width: 65px;
}

    .img-mask a {
        /*background-color:#ccc;*/
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 26px;
        text-indent: -9999px;
        opacity: .7;
        -moz-opacity: .7;
        -html-opacity: .7;
    }

        .img-mask a:hover {
            opacity: 1;
            -moz-opacity: 1;
            -html-opacity: 1;
        }

.img-view, .img-view2 {
    background-image: url('../Images/buttons/view.png');
    background-size: 19px 13px;
    height: 13px;
    width: 19px;
    left: 10px;
}

.img-download, .img-download2 {
    background-image: url('../Images/buttons/download.png');
    background-size: 13px 15px;
    height: 15px;
    width: 13px;
    right: 10px;
}


/* AUTOCOMPLETE */

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .ui-autocomplete .ui-state-hover,
    .ui-autocomplete .ui-state-focus {
        color: White !important;
        background: #575757 !important;
        outline: none;
    }


/* FILE UPLOAD */
input.file {
    width: 350px;
    margin-right: 5px;
}

div.file_upload {
    width: 80px;
    display: inline;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 7px;
    margin-top: 2px;
    border-radius: 25px;
    height: 27px;
}

div.file_upload:before {
    content: '...';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -8px;
    background-color: #575757 !important;
    color: white;
    font-size: 12px;
    padding: 11px;
    border: none !important;
    display: inline-block;
    font-weight: bold;
    background-image: none !important;
    cursor: pointer;
}

div.file_upload:hover:before {
    content: '...';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -8px;
    background-color: #158db4 !important;
    color: white;
    font-size: 12px;
    padding: 11px;
    border: none !important;
    display: inline-block;
    font-weight: bold;
    background-image: none !important;
    cursor: pointer;
}

div.file_upload input {
    border-radius: 25px;
    position: relative;
    height: 41px;
    display: inline;
    cursor: pointer;
    margin-top: -10px;
    width: 500px;
    opacity: 0;
    margin-left: -412px;
}

.btn-upload {
    margin-left: 90px;
    font-size: 12px;
}

/* FOOTER */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 160px;
}

footer {
    bottom: 0px;
    height: 150px;
    position: absolute;
    background-color: rgb(73, 79, 84);
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.footerMain {
    bottom: 0px;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.footerLogo {
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer {
    margin-bottom: 0 !important;
    text-align: end;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0px;
    color: #999;
    float: right;
    margin-right: 10px;
}

body.modal-open {
    overflow: hidden;
}

.select2-container, .select2-container--default, .select2-container--open {
    font-size: 14px;
}

#ctl00_cphMaster_fupDocument_ctl02 {
    width: 400px !important;
}

input:disabled {
    background: #ccc !important;
}

input[disabled]:hover {
    background: #ccc !important;
}

.item-observation {
    margin: 0;
    resize: none;
}

div#ctl00_cphMaster_TreeBor {
    margin-left: 0;
}

div#ctl00_cphMaster_TreeBor > * {
    margin: 0;
    margin-left: 0;
}

div#ctl00_cphMaster_TreeBor > * > * {
    margin: 0;
    margin-left: 0;
}

div#ctl00_cphMaster_TreeBor > * > * > * {
    margin: 0;
    margin-left: 0;
}

    div#ctl00_cphMaster_TreeBor > * > * > * > * {
        margin: 0;
        margin-left: 0;
    }

.btn-add-cart {
    content: "";
    background-image: url(../Images/home/shopping-cart-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 14px;
    background-color: #575757 !important;
    border-radius: 5px;
    min-width: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    border: none !important;
    padding: 10px;
    text-align: right;
    margin-left: 0px;
    width: 59px;
    height: 34px;
    padding-left: 5px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;

}

.reasonTxt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statusAgingLabel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
}

.statusAgingBoxColor {
    height: 20px;
    width: 30px;
    margin: 0;
    margin-right: 5px;
}

.addMaterialAlternativeError {
    display: flex;
    justify-content: center;
}

.rbSpace label {
    margin-left: 10px;
}

.header-icons {
    color: rgb(21, 141, 180);
    width: 36px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
}

.home box {
    max-width: 1200px;
    border-radius: 25px;
    box-shadow: 5px 5px 20px grey;
    display: block;
    background-color: white;
    padding: 25px 10px 25px 10px;
    margin-right: 20px;
    overflow: hidden;
}

.SomeMenuClass {
    color: Green;
}

.SomeMenuClass a.static.highlighted {
    color: Red !important;
}

.SomeMenuClass a.static.selected {
    color: Blue !important;
}

#maincontent {
    /*margin-bottom: 150px;*/
}