.page
{
    height: 100%;
    /*width: 100%; do not use*/
    border: 0;
    overflow: hidden;
}

/* BEGIN FORMAT CLASSES */

.bold
{
    font-weight: bold;
}

.ellipsis
{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -o-text-overflow: -o-ellipsis-lastline;
    -webkit-o-text-overflow: -webkit-line-clamp;
}

.multi_row {
    line-height: 20px;
    white-space: pre-line;
}

.word_wrap
{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    display: block;
}

.separate
{
    border-collapse:separate;
}

.nowrap
{
    white-space: nowrap;
}

.capitalize
{
    /*text-transform: capitalize;*/
}

.upper
{
    /*text-transform: uppercase; */
}

.placeholder
{
    color: #abadb3;
}

.nocursor
{
    cursor: auto !important;
}

.border_right
{
    border-right: 1px solid #c2cedb;
}

.border-top
{
    border-top: 1px solid #c2cedb;
}

.border-bottom
{
    border-bottom: 1px solid #c2cedb;
}

.border-top td:first-child
{
    font-weight: bold;
    font-style: oblique;
}

/* END FORMAT CLASSES */

/* BEGIN POSITION CLASSES */

.right
{
    text-align: right !important;
}

.center
{
    text-align: center !important;
}

.left
{
    text-align: left !important;
}

.top
{
    vertical-align: top !important;
}

.bottom
{
    vertical-align: bottom !important;
}

.middle
{
    vertical-align: middle !important;
}

/* END POSITION CLASSES */


/* BEGIN FIELD CLASSES */

.grid_input_code
{
    width: 100px;
}

.grid_input_name
{
    max-width: 90px;
}

/* END FIELD CLASSES */


/*--------------------BEGIN t-grid-edit-row--------------------*/

.t-grid-edit-row .code {
    width: 70px;
}

.t-grid-edit-row .name {
    width: 120px;
}

.t-grid-edit-row .desc {
    width: 220px;
}

.t-grid-edit-row .t-combobox.code {
    width: 78px;
}

.t-grid-edit-row .t-combobox.name {
    width: 128px;
}

.t-grid-edit-row .t-combobox.desc {
    width: 228px;
}

tr.t-grid-edit-row div.t-widget.t-combobox.t-header{
    min-width: 127px;
    width: 127px;
}
.t-widget.t-combobox.t-header.code{
    max-width:none;
    min-width:auto;
}

/*--------------------END t-grid-edit-row--------------------*/

.t-combobox.code
{
    width:108px;
}

.letter1
{
    width: 15px;
}

.letters2
{
    width: 30px;
}

.letters4
{
    width: 60px;
}

/*.letters2
{
    width: 30px;
}

.letters4
{
    width: 60px;
}*/

.code
{
    width: 100px;
}

label.name, input.name
{
    width: 150px;
}

label.desc, input.desc, textarea.desc
{
    width: 250px;
}

label.address, input.address
{
    width: 150px;
}

label.zip, input.zip
{
    width: 70px;
}

label.phone, input.phone
{
    width: 120px;
}

label.title, input.title
{
    width: 120px;
}

input.login
{
    width: 190px;
}

label.email, label.website, input.email, input.website
{
    width: 250px;
}

label.date, input.date
{
    width: 80px;
}

label.time, input.time
{
    width: 35px;
}

label.date_time, input.date_time
{
    width: 100px;
}

label.number, input.number
{
    width: 100px;
    text-align: right;
}

label.code, input.code
{
    width: 100px;
}

label.box
{
    height: 20px;

    border-style: solid;
    border-color: #abadb3;

    padding-top: 3px;
    text-indent: 3px;
    display: block;

}
/* END FIELD CLASSES */

div.popupScroll
{
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    /*height: 580px;
    max-height:580px;
    max-height: 623px;*/
}

div.customerPopupScroll
{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

.editLabel
{
    min-width: 50px;
    text-align: center;
}

.editLabel25
{
    min-width: 25px;
    text-align: center;
}
/*
div.grid
{
    white-space: nowrap;

    text-align: left;

    min-width: 850px;
}
*/
.fixed table
{
    table-layout: fixed;
}

table.fixed
{
    table-layout: fixed;
}

.width_full_screen
{
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}

input.button
{
    width: 75px;
    height: 25px;

    border: 1px solid #c2cedb;
    background-color: #ecf1f9;
}

table.inline
{
    display: inline-block !important;
}

div.menuBar
{
    min-width:920px;
    overflow: hidden;
    background: #f1f5fb;
}

table.leftPanel
{
    width: 100%;
    text-align: center;
}

.popupTitleText
{
    cursor: move;

    margin-right: 25px;
    line-height: 23px;
    text-indent: 5px;
}

.popupClose
{
    float: right;
    margin: 0px;
}

.tableMain, .tableContent, .tableContentLeftPanel
{
    text-align: left;
}

.tableContentLeftPanel
{
    margin: 10px;
    margin-right: 0px;
}

.headContainer
{
    background-color: #f0f5fa;
}

.error
{
    color: #ff0000;
}

a:hover
{
    text-decoration: underline;
}

.blackText, .blackText a
{
    color: WindowText;
}

.appLink, .appLink a, .descriptionLink, .descriptionLink a
{
    color: #1e46c8;
}

.formHead
{
    background-color: #F0F5FA;
    border-style: solid;

    font-weight: bold;
    font-size: 18px;

    line-height: normal;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

caption.form, table thead tr td label.form
{
    color: #003399;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.formSection
{
    color: #003399;
    font-size: 12px;
    font-weight: bold;

    padding-left: 10px;
    padding-bottom: 10px;
}

caption.formSection label
{
    color: #000;
    font-weight: normal;
}

.spaceCell
{
    white-space: nowrap;
    height: 10px;
}

.description, .descriptionLink
{
    font-size: 10px;

    vertical-align: top;
    text-align: left;
}

.description
{
    color: #606060;
}

.dataLabelCell label, .dataCaptionCell label
{
    white-space: nowrap;
}

.dataLabelCell
{
    padding: 2px;
    text-align: right;
    vertical-align: middle;
}

.dataCaptionCell
{
    text-align: left;
    vertical-align: bottom;
    padding-left: 7px;
    padding-top: 0px;
}

.dataCell
{
    padding-left: 2px;
}

.button, .popupButton
{
    height: 24px;

    background-color: #cddcf0;
    background-image: url(Images/Internal/gradient_btn.gif);
    background-repeat: repeat-x;

    border-style: solid;

    vertical-align: middle;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;

    font-size: 11px;
    font-weight: bold;

    cursor: pointer;
}

.imageButton, .popupImageButton
{
    border-style: solid;

    padding: 0px;

    cursor: pointer;
}

.popupLinkButton, .popupLinkButton a
{
    padding-left: 3px;

    color: #1E46C8;
    font-size: 12px;
}

.dataText, .dataTextCode, .dataTextName, .dataTextDesc, .dataTextAddress, .dataTextZipPostal, .dataTextPhone, .dataTextEmail, .dataTextWebSite, .dataTextDate, .dataTextTime, .dataTextDateTime, .dataTextNumber, .dataTextStatus, .dataTextFile, .dataCombo, .dataComboCode, .dataComboName, .dataComboStatus, .dataPL, .dataPLCode, .dataPLName, .dataPLStatus
{
    background-color: #f0f5fa;
    border-style: solid;

    text-align: left;
    padding: 2px;

    font-size: 12px;
    font-weight: normal
}

.dataText, .dataTextCode, .dataTextName, .dataTextDesc, .dataTextAddress, .dataTextZipPostal, .dataTextPhone, .dataTextEmail, .dataTextWebSite, .dataTextDate, .dataTextTime, .dataTextDateTime, .dataTextNumber, .dataTextStatus, .dataPL, .dataPLCode, .dataPLName, .dataPLStatus
{
    height: 14px;
}

.dataTextFile
{
    height: 20px;
}

.dataCombo, .dataComboCode, .dataComboName, .dataComboStatus
{
    height: 24px;
}

.dataCellBottom
{
    padding: 5px 20px;
    border-top-style:solid;
    text-align:right;
    vertical-align:middle;
}

.dataCellBottomWithoutBorders
{
    padding: 5px 20px;
    text-align:right;
    vertical-align:middle;
}

.dataCellBottom > label
{
    text-align:left;
}

.dataCellBottomWithoutBorders > label
{
    text-align:left;
}

/*.dataCellBottomWithoutBorders > label > label
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align:top;
}

.dataCellBottomWithoutBorders > label > label:nth-child(2)
{
    width:110px;
}*/

.dataMultiline
{
    background-color: #f0f5fa;
    border-style: solid;

    text-align: left;
    padding: 2px;

    font-size: 12px;
    font-weight: normal;
}

.listBox
{
    font-size: 12px;
    font-weight: normal;
}

.dataPLCode, .dataPLStatus
{
    width: 81px;
}

.dataPLName
{
    width: 131px;
}

.dataCombo
{
    width: 120px;
}

.dataComboCode, .dataComboStatus
{
    width: 107px;
}

.dataComboName
{
    width: 157px;
}

.dataCheck, .check
{
    font-size: 11px;
}

.listBox
{
    background-color: #f0f5fa;
    border-style: solid;
}

.dataDiv
{
    scrollbar-arrow-color: #0a3264;
    scrollbar-base-color: #cddcf0;
    scrollbar-3dlight-color: #f0f5fa;
    scrollbar-shadow-color: #afcdf0;
}

.dataReadOnly
{
    background-color: #F0F0F0;
}

.dataPending
{
    background-color: #f0d2d2;
}

.formValidatorCell
{
    padding: 10px 20px 10px 10px;
}

.formFilterCell
{
    border-style: solid;
    border-bottom-style: none;

    padding: 5px;
}

.formDataGridCell
{
    border-style: none;
    padding: 0px;
}

.dataGrid, .flightInfoGrid, .ordersMonitorGrid
{
    border-style: solid;
}

.dataGrid th, .flightInfoGrid th, .ordersMonitorGrid th
{

    background-color: #82afe1;
    background-image: url(Images/Internal/gradient_grd_header.gif);
    background-repeat: repeat-x;
    border-style: solid;

    text-align: center;
    vertical-align: middle;
    padding: 2px 5px;

    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.dataGrid th, .ordersMonitorGrid th
{
    height: 40px;
}

.ordersMonitorGrid th
{
    background-image: none;

    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
}

.ordersMonitorGrid td
{
    padding: 4px;
}

.flightInfoGrid td
{
    border-style: solid;

    padding: 2px;

    font-size: 11px;
}

.dataGridRow, .dataGridDisabledRow, .dataGridSelectedRow, .dataGridEditRow, .dataGridTotalsRow
{
    font-size: 11px;
}

.dataGridRow
{
    background-color: #fff;
}

.dataGridDisabledRow
{
    background-color: #f0f0f0;
}

.dataGridSelectedRow
{
    background-color: #cddcf0;
}

.dataGridEditRow
{
    background-color: #a5bed7;
}

.dataGridTotalsRow
{
    background-color: #e6ebf0;
    font-weight: bold;
}

.ordersMonitorGridRow
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}

.dataGridPager, .dataGridPager a
{

    background-color: #afcdf0;

    vertical-align: middle;

    color: White;
    font-size: 11px;
    font-weight: bold;
}

.dataGridPager tr, .dataGridPager td
{
    border-width: 0px;
    border-style: none;
}

.dataGridButtonCell
{
    background-color: #cddcf0;

    padding: 0px;
}

.dataGridCheckCell
{
}

.dataGridButtonSelect, .dataGridButton
{
    height: 22px;

    border-style: solid;
    border-color: #c2cedb;

    padding: 0px;
    vertical-align: top;
}

.dataGridButtonSelect
{
    width: 18px;
}

.dataGridButton
{
    width: 22px;
}

.commandPanelCellTable
{
    width: 100%;
}
.commandPanelCell,
.gridCommandPanelCell,
.formCommandPanelCell
{
    background-color: #f1f5fb;
    border-style: solid;
    padding:3px 2px;
}

.gridCommandPanelCell
{
    border-top-style: none;
}

.formCommandPanelCell
{
    border-style: none;
    border-top-style: solid;
}

.messageText
{
    color: #1E46C8;
    border-style: solid;

    padding: 7px 20px 7px 7px;
}

.infoText
{
    padding-top: 5px;
    text-align: left;

    color: #00A440;
    font-weight: bold;
}

.errorText
{
    color: Red;
    border-style: solid;

    padding: 7px 20px 7px 7px;
}

.infoTextChangeEmail, .errorTextChangeEmail
{
    text-align: left;

    font-weight: bold;
}

.infoTextChangeEmail
{
    color: #00A440;
}

.errorTextChangeEmail
{
    color: #ff0000;
}

.menuUserInfo
{
    width:auto;
    max-width:400px;
    display:block;
    float: right;
    margin: 12px 10px 0 0;
}

.menuUserInfoParent
{
    width:auto;
    max-width:400px;

    display:block;
    float: right;
}

.menuUserInfoParent span
{
    width:auto;
    max-width:200px;

    display:inline-block;
    margin: 12px 10px 0 0;
    float: right;
}

.menuUserInfoParent .right span
{
    margin-right:0px;
}


.gridButtonCell
{
    width:30px;
    padding:0px;

    vertical-align:middle;

    border-top-style:solid;
    border-bottom-style:solid;
    border-right-style:solid;

    background-color:#f1f5fb;
}

.gridButtonCell .gridUpButtonCell,
.gridButtonCell .gridDownButtonCell
{
    padding-top:2px;
    padding-bottom:2px;

    text-align:center;
}

.gridButtonCell .gridUpButtonCell
{
    vertical-align:bottom;
}

.gridButtonCell .gridDownButtonCell
{
    vertical-align:top;
}

.radius {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

    border-style:solid;

    padding:20px;
}

/*------------MODAL_BEGIN------------*/
div.preloader
{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10010;

    background-color:#000;
    filter:alpha(opacity=50);
    opacity:.5;
}

    div.preloader table
    {
	    width:100%;
	    height:100%;
    }

        div.preloader table td img
        {
             width:35px;
             height:35px;
        }
/*------------MODAL_START------------*/

/*------------Login_Start------------*/
.loginInstruction
{
    padding: 5px;
}

.loginInstruction label
{
    white-space: normal;
    color: #003399;
}

.loginOrgList
{
    width: 358px;
    height: 100px;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
}

/*------------Login_End------------*/

/*------------Filter_Start------------*/
input[type='button'].filter
{
    background-color: #ebeff3;
    height: 20px;
    margin-top: 6px;
}

.gridFilterContainer
{
    padding:5px;
    background-color:#f1f5fb;
    border-color:#aec5d1;
    border-style:solid;
    border-bottom-style:none;
}

.gridFilterTable
{
    width:100%;
    border-collapse:collapse;
}

.gridFilterTable .gridFilterCell,
.gridFilterTable .gridFilterButtonCell
{
    padding:5px;
}

.gridFilterTable .gridFilterCell .filterLabel
{
    display:block;
    padding:3px;
}

.gridFilterTable .gridFilterCell .filterLabel input[type='radio']
{
    padding:0px;
    margin:0 3px 0 0;
}

.gridFilterTable .gridFilterButtonCell
{
    padding-left:30px;
    vertical-align:middle;
}

.gridFilterTable .gridFilterButtonCell .t-button
{
    width:50px;
    white-space:nowrap;
}

/*------------Filter_End------------*/

/*------------MessageBox_Start------------*/
table.messageBox
{
    width:280px;
    margin:10px;
    text-align:center;
}

    table.messageBox td
    {
        vertical-align:middle;
    }
        table.messageBox td div.message
        {
            margin-left:10px;
            /*min-height:60px;*/
            text-align:left;
            white-space:pre-wrap;
        }

        table.messageBox td img.icon
        {
            /*padding:0px 10px;*/
        }

    table.messageBox .messageCell
    {
        width:100%;
        min-height:50px;
    }

    table.messageBox .t-button
    {
        min-width:60px;
    }

        table.messageBox .buttonsCell
        {
            padding-top:10px;
        }

            table.messageBox .confirm.buttonsCell .button-yes
            {
                margin-right:10px;
            }

            table.messageBox .buttonsCell .button-no
            {
                margin-left:10px
            }
/*------------MessageBox_End------------*/


/*******Validation********/

.field-validation-error
{
    color: #ff0000;
}

.error-icon
{
    margin-left: 1px;
    background-image: url('../Icons/errorIcon.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error,
input[type=text].input-validation-error,
input[type=password].input-validation-error
{
    border: 1px solid #ff0000;
    /*background-color:transparent;*/
}

input[type='radio'].input-validation-error
{
    border-width: 0px;
    outline:#ff0000 solid 1px;
}

.validation-summary-errors
{
    margin-left: 25px;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/*******Validation End********/

.rowColorCodes td{padding: 3px 6px;border-radius: 9px;box-shadow: inset 0 0 0 1px rgba(0,0,0,.07);border-spacing: 3px;}

.tip{background: #FFFFC6;box-shadow: inset 0 0 0 1px rgba(0,0,0,.05), 0 4px 0 0 rgba(0,0,0,.02);margin: 18px 10px;padding: 15px;box-sizing: border-box;border-radius: 4px;}
.tip h1{line-height: 14px;font-size: 16px;color: rgba(0,0,0,.9);}
.tip p{line-height: 15px;font-style: italic;color: rgba(0,0,0,.9);padding: 0;margin: 10px 0 0 0;}