﻿
/**********************************
Forms
**********************************/
.form {
}

/**********************************
Title Modal
**********************************/
.title-modal {
    display: block;
    font-size: 13px;
    font-weight: bold;
}


/**************************************************************
Message
**************************************************************/
.message {
    display: block;
    position: fixed;
    top: 0;
    background-color: #d2ecf8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    width: 100%;
    border: 1px solid #A8A8A8;
    z-index: 1000000;
}

    .message > .container {
        margin: auto;
        padding: 5px 10px;
        text-align: center;
    }

        .message > .container > .header {
            color: #080F46;
            font-size: 16px;
            font-weight: bold;
        }

        .message > .container > .content {
            color: #333333;
            padding-top: 6px;
            padding-bottom: 6px;
        }

            .message > .container > .content img {
                margin-right: 5px;
                vertical-align: middle;
            }

            .message > .container > .content span {
                vertical-align: middle;
            }


/**************************************************************
Error
**************************************************************/
.error-page > .contents {
    width: 269px;
    height: 200px;
    z-index: 1001px;
}

    .error-page > .contents > .header {
        background-color: #C25E00;
        text-align: left;
        color: White;
        font-weight: bold;
        width: 100%;
        padding: 10px;
    }

    .error-page > .contents > .content {
        background-color: White;
        text-align: left;
        width: 100%;
        padding: 10px;
    }

    .error-page > .contents > .footer {
        background-color: White;
        text-align: right;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 18px;
    }

    .error-page > .contents > .content > .img-error {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .error-page > .contents > .content > .message-error {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        margin: 10px 0 15px;
    }

    .error-page > .contents > .footer a {
        text-decoration: underline;
    }

/**************************************************************
Modal
**************************************************************/
.modal-background {
    background-color: #D1D1D1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal {
    z-index: 1001px;
}

    .modal > .header {
        background-color: #bf2323;
        text-align: left;
        color: White;
        font-weight: bold;
        width: 100%;
        padding: 5px;
        height: 15px;
    }

        .modal > .header span {
            float: left;
        }

        .modal > .header input[type=image] {
            float: right;
        }

    .modal > .content {
        background-color: White;
        text-align: left;
        width: 100%;
        padding: 5px;
        border-left: 2px solid #bf2323;
        border-right: 2px solid #bf2323;
        border-bottom: 2px solid #bf2323;
        border-top: 20px solid #bf2323;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .modal > .footer {
        background-color: White;
        text-align: right;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

/**************************************************************
PasswordStrength 
**************************************************************/
.very-low {
    background-color: #7E2217;
    font-weight: bold;
    color: White;
    padding: 2px;
    z-index: 1000000;
}

.low {
    background-color: #736F6E;
    font-weight: bold;
    color: White;
    padding: 2px;
    z-index: 1000000;
}

.reasonable {
    background-color: #F88017;
    font-weight: bold;
    color: White;
    padding: 2px;
    z-index: 1000000;
}

.good {
    background-color: #151B8D;
    font-weight: bold;
    color: White;
    padding: 2px;
    z-index: 1000000;
}

.very-good {
    background-color: #347C17;
    font-weight: bold;
    color: White;
    padding: 2px;
    z-index: 1000000;
}

/**************************************************************
Legend 
**************************************************************/
.legend {
    margin: 1% 0 1% 0;
}

    .legend > div {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin-left: 5px;
        margin-right: 5px;
    }

    .legend > .box_cancelled {
        background-color: #CC7B2B;
        background-repeat: no-repeat;
        height: 18px;
        width: 18px;
    }

    .legend > .box_pending {
        background-color: #66CDAA;
        background-repeat: no-repeat;
        height: 18px;
        width: 18px;
    }

.values-result {
    background-color: #ECE9E6;
}

/**************************************************************
TabContainer
**************************************************************/
.tab .ajax__tab_header {
    background: url(../../images/tab-line.png) repeat-x bottom;
}

    .tab .ajax__tab_header .ajax__tab_outer {
        background: url(../../images/tab.jpg) no-repeat left top;
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
    }

    .tab .ajax__tab_header .ajax__tab_inner {
        background: url(../../images/tab.jpg) no-repeat right top;
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.tab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
}

.tab .ajax__tab_active .ajax__tab_outer {
    background: url(../../images/tab.jpg) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.tab .ajax__tab_active .ajax__tab_inner {
    background: url(../../images/tab.jpg) no-repeat right -40px;
    color: #000000;
    border-color: #333;
}

.tab .ajax__tab_body {
    /*font-family:verdana,tahoma,helvetica;*/
    /* font-size:10pt; */
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

/**************************************************************
Block
**************************************************************/
.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

/**************************************************************
Control Disabled
**************************************************************/
.disabled,
input[type=image].aspNetDisabled,
input[type=submit].aspNetDisabled,
img.aspNetDisabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    cursor: default;
}

/**************************************************************
Panel
**************************************************************/
.panel {
    vertical-align: top;
    margin-bottom: 15px;
    background-color: #FFF;
}

    .panel.left-space {
        margin-left: 10px;
    }

.content .panel > fieldset {
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 5px;
    border-radius: 2px;
    padding: 5px 15px 15px 15px;
}

.content .panelInfoAditional > fieldset {
    padding-bottom: 5px !important;
}


/**************************************************************
Report
**************************************************************/
.report table tr {
    background-color: transparent;
}

.table-max-resize table {
    width: 100%;
}

/**************************************************************
Ajax Ballon
**************************************************************/
/* SMALL SIZE */
.ajax__balloon_popup .custom .small {
    width: 190px;
    height: 90px;
}

    /* SMALL SIZE */

    /* Baixo - Direita */
    .ajax__balloon_popup .custom .small .bottom_right {
        background-image: url(../../images/balloon_bottom_right.png) !important;
        background-position: 0 0;
    }

        .ajax__balloon_popup .custom .small .bottom_right .ajax__content {
            padding: 20px 15px 5px 15px;
        }

    /* Baixo - Esquerda */
    .ajax__balloon_popup .custom .small .bottom_left {
        background-image: url(../../images/balloon_bottom_left.png) !important;
        background-position: 0 0;
    }

        .ajax__balloon_popup .custom .small .bottom_left .ajax__content {
            padding: 20px 15px 5px 15px;
        }

    /* Cima - Direita */
    .ajax__balloon_popup .custom .small .top_right {
        background-image: url(../../images/balloon_top_right.png) !important;
        background-position: 0 -450px;
    }

        .ajax__balloon_popup .custom .small .top_right .ajax__content {
            padding: 10px 15px 15px 15px;
        }

    /* Cima - Esquerdo */
    .ajax__balloon_popup .custom .small .top_left {
        background-image: url(../../images/balloon_top_left.png) !important;
        background-position: 0 -450px;
    }

        .ajax__balloon_popup .custom .small .top_left .ajax__content {
            padding: 10px 15px 15px 10px;
        }
/* END OF - SMALL SIZE */

/**************************************************************
/* AutoComplete
/**************************************************************/
.autocomplete-completion-listelement {
    background-color: #fff;
    border: solid 1px #C9C9C9;
    width: auto !important;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: auto !important;
    text-align: left;
    z-index: 999999 !important;
}

.autocomplete-listitem {
    background-color: #fff;
    padding: 2px;
    width: 100% !important;
    font-weight: normal !important;
    text-align: left;
}

.autocomplete-high-lighted-listitem {
    background-color: #080F46;
    color: White;
    cursor: pointer;
    padding: 5px;
    font-weight: normal !important;
    text-align: left;
}

/**************************************************************
/* Label
/**************************************************************/
.label-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .label-detail > .title-field {
        font-weight: bold;
        margin-right: 3px;
    }

    .label-detail > .field {
        font-weight: normal;
        margin-right: 40px;
    }


/**************************************************************
Update Progress
**************************************************************/
.update-progress-panel {
    width: 100%;
    z-index: 100002;
    height: 100%;
    left: 0%;
    top: 0%;
    position: fixed;
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.update-progress-panel-central {
    text-align: center;
    position: absolute;
    z-index: 100004;
    background-color: #E8E8E8;
    left: 45%;
    top: 45%;
    height: 100px;
    width: 200px;
    border: solid 1px black;
}

.div-img-loading {
    padding-top: 40px;
}

.progress-master {
    background-color: #000000;
    color: White;
    top: 0px;
    right: 0px;
    position: fixed;
    padding: 2px;
    width: 100px;
}

.row-cancelled {
    background-color: #FFDAB9 !important;
}

.row-blockedRevertSupply {
    background-color: #E9D9BA !important;
}

.row-blocked {
    background-color: #EEDD82 !important;
}

.row-pending-vehicleValue {
    background-color: #66CDAA !important;
}

.color-item-quotation {
    color: #bf2323;
}

.color-item-answered {
    color: #1A98FF;
}

/**************************************************************
Calendar
**************************************************************/
.ajax__calendar {
    font-weight: normal;
}

    .ajax__calendar table > tbody > tr > td {
        padding: 0px;
    }



/**********************************
Buttons
**********************************/
.buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

.buttons-status {
    margin: 2px 0 2px 0;
    text-align: left;
    width: 98%;
}

    .buttons-status input[type="submit"] {
        margin: 3px;
        vertical-align: middle;
    }

    .buttons-status > table {
        vertical-align: middle;
    }

.buttons-small input[type="submit"] {
    display: block;
    font-size: 10px;
    margin: 4px auto;
    padding: 1px;
}

.btn-get-zipcode {
    background-image: url(../../images/view.png);
    width: 17px;
    height: 18px;
    border: 0 !important;
    padding: 0 !important;
}

.buttons-bar {
    background: #bf2323; /* Old browsers */
    display: block;
    height: 45px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
    z-index: 999;
}

    .buttons-bar input[type="submit"] {
        margin: 0 8px;
    }

.buttons-tab input[type="submit"] {
    background: #bf2323;
    color: #FFFFFF;
    margin-bottom: 15px;
}


.buttons-bar input[type="submit"]:hover,
.buttons-bar input[type="submit"]:focus {
    background: none repeat scroll 0 0 #BB5900;
    cursor: pointer;
}

.buttons-bar .stretch {
    float: right;
    height: 45px;
    width: 45px;
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.15);
    margin: -32px 0 0 0;
}

    .buttons-bar .stretch span {
        width: 30px;
        height: 30px;
        background: transparent url(../../images/stretch.png) no-repeat -40px 0;
        display: block;
        margin: 7.5px;
        cursor: pointer;
    }

        .buttons-bar .stretch span.off {
            background-position: 0 0;
        }

        .buttons-bar .stretch span p {
            display: none;
        }

.buttons-bar input[type="submit"] {
    margin: 10px 0 0 16px;
}

div.additems {
    font-weight: bold;
    vertical-align: middle;
    text-decoration: underline;
    float: right;
    margin-bottom: 3px;
}

    div.additems img {
        vertical-align: middle;
    }

/**********************************
Margins
**********************************/
.margintop5 {
    margin-top: 5px;
}

.margintop15 {
    margin-top: 15px;
}

.marginright20 {
    margin-right: 20px;
}

/**********************************
Logo
**********************************/
.logo {
    width: 170px;
    height: 75px;
}

input.fileUpload {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.alternateUploadButton {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCC;
    font-weight: bold;
    padding: 2px 8px;
    margin: 0;
    color: #696969;
    width: 125px;
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    vertical-align: middle;
}

    .alternateUploadButton:focus,
    .alternateUploadButton:hover {
        cursor: pointer;
        background-color: #bf2323;
        color: White;
    }

.fileName {
    height: 20px;
    border: solid 1px #abadb3;
    width: 265px;
    background-color: #ECE9E6;
    vertical-align: middle;
    line-height: 20px;
    overflow: auto;
}

.tableGrid > tbody > tr > td {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #D9D8D8;
    color: #696969;
    height: 20px;
}

.tableGridHeader > tbody > tr > td {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #D9D8D8;
    background-color: #D9D8D8;
    text-align: left;
    font-weight: bold;
    height: 20px;
    color: #696969;
}

.cellGridHeader {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #D9D8D8;
    background-color: #D9D8D8;
    text-align: left;
    font-weight: bold;
    height: 20px;
    color: #696969;
}

.cellGrid {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #D9D8D8;
    color: #696969;
    height: 20px;
}

#divParamter {
    overflow: auto;
}

/* ===================================================== */

/**********************************
TextBox AutoComplete
*********************************/
.textBoxAutoComplete {
    background-color: #FFF2DF;
}

    .textBoxAutoComplete::-ms-clear {
        display: none;
    }

.checkBox input {
    margin: 3px 6px 0 0;
}

.quotation-status {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    margin: auto;
}

.image-18x18 {
    width: 18px;
    height: 18px;
}

.checkSupplierType {
    width: 100%;
}

    .checkSupplierType > tbody > tr > td {
        width: 33%;
    }

    .checkSupplierType tbody > tr > td > label {
        padding-left: 5px;
    }

.checkSupplierTypeSSGroup {
    width: 100%;
}

    .checkSupplierTypeSSGroup > tbody > tr > td {
        width: 33%;
    }

        .checkSupplierTypeSSGroup > tbody > tr > td > label {
            padding-left: 5px;
        }

.partGroups > tbody > tr > td > label {
    padding-left: 5px;
}

.checkBoxAll > label {
    padding-left: 5px;
}

.checkBoxListAll > tbody > tr > td > label {
    padding-left: 5px;
}

.claim-supplier-selected {
    background-color: #EDCBB6 !important;
}

.radioButtonAll > label {
    padding-left: 5px;
}

.SearchTaskButton:link {
    color: #696969;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.SearchTaskButton:visited {
    color: #696969;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.SearchTaskButton:hover {
    color: #696969;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.SearchTaskButton:active {
    color: #696969;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.lineRedText {
    color: Red;
}
