.main_splitter
{
    position: absolute;
    top: 38px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    visibility: hidden;
    border: 0;
    overflow: hidden;
}

.branch_splitter
{
  /*  position: absolute;
    top: 36px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    border: 0;
    overflow: hidden;*/
}

.checkboxlist_group
{
    font-size: 9.5pt;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    min-width: 100px;
}

/* 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;
}

.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;
}

.fixedTable
{
    table-layout: fixed;
}

.separate
{
    border-collapse:separate;
}

.nowrap
{
    white-space: nowrap;
}

.capitalize
{
    /*text-transform: capitalize;*/
}

.upper
{
    /*text-transform: uppercase; */
}

.placeholder
{
    color: #abadb3;
}

.nocursor
{
    cursor: auto !important;
}

.border-top td:first-child
{
    font-weight: bold;
    font-style: oblique;
}

.width-auto
{
    width:auto !important;
}

/* 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 */

.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, .t-grid-edit-row .t-dropdown.code {
    width: 78px;
}

.t-grid-edit-row .t-combobox.name, .t-grid-edit-row .t-dropdown.name {
    width: 128px;
}

.t-grid-edit-row .t-combobox.desc, .t-grid-edit-row .t-dropdown.desc {
    width: 228px;
}

.t-combobox.code

tr.t-grid-edit-row div.t-widget.t-combobox.t-header{
    min-width: 127px;
    width: 127px;
}

.letters2
{
    width: 30px;
}

.letters3
{
    width: 45px;
}

.letters3int
{
    width: 52px;
}

.letters4
{
    width: 60px;
}

.code
{
    width: 100px;
}
.t-combobox.code, .t-dropdown.code
{
    width:108px;
}

.t-combobox.yesno, .t-dropdown.yesno
{
    width:60px;
}

label.name, input.name
{
    width: 150px;
}
.t-combobox.name, .t-dropdown.name
{
    width:158px;
}
.t-datetimepicker.name
{
    width:158px;
}

label.desc, input.desc, textarea.desc
{
    width: 250px;
}

label.address, input.address
{
    width: 150px;
}

.score
{
    width: 50px;
}

label.zip, input.zip
{
    width: 70px;
}

label.phone, input.phone
{
    width: 120px;
}

label.title, input.title
{
    width: 120px;
}

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: 700px;
}

.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:750px;
    overflow: hidden;
    background-color:#bccadd;
}

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
{
    padding:7px;

    font-size: 18px;
    font-weight: bold;

    color:#384e73;
}

caption.form, table thead tr td label.form
{
    color: #384e73;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.formSection
{
    display:inline-block;
    color: #384e73;
    font-size: 12px;
    font-weight: bold;

    padding-left: 10px;
    padding-bottom: 10px;
}

.productSectionCell
{
    background-color: rgb(218, 225, 236);
    vertical-align: middle;
    border-right-style: solid;
    width: 100px;
    padding: 0px;
}

.productSectionText
{
    display:inline-block;
    color: #384e73;
    font-size: 14px;
    font-weight: bold;

    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

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;
}

.dataCellBottom
{
    padding:2px 10px 2px 2px;
    border-top-style:solid;
    text-align:right;
}

.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;
}

.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;
}

.dataCombo
{
    width: 120px;
}

.dataComboCode, .dataComboStatus
{
    width: 107px;
}

.dataComboName
{
    width: 157px;
}

.dataCheck, .check
{
    font-size: 11px;
}

.listBox
{
    background-color: #f0f5fa;
    border-style: solid;
}

.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;
}

.commandPanelCellTable
{
    width: 100%;
}
.commandPanelCell,
.gridCommandPanelCell,
.formCommandPanelCell,
.searchCommandPanelCell
{
    background-color: #dce3ed;
    border-style: solid;
    padding:3px 2px;
}

.gridCommandPanelCell
{
    border-top-style: none;
}

.formCommandPanelCell
{
    border-style: none;
    border-top-style: solid;
}

.searchCommandPanelCell
{
    border-style: none;
    border-bottom-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;
}

.menuUserInfoParent
{
    width:auto;
    max-width:400px;

    display:block;
    float: right;

    color:#384e73;
}

.menuUserInfoParent span
{
    width:auto;
    max-width:400px;

    display:inline-block;
    margin: 12px 10px 0 0;
    float: right;
}

.gridButtonCell
{
    width:30px;
    padding:0px;

    vertical-align:middle;

    border-top-style:solid;
    border-bottom-style:solid;
    border-right-style:solid;

    background-color:#dce3ed;
}

.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;
}

.loginEntityList
{
    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:#dce3ed;
    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;
}

.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********/

/*******Logo Begin********/

.resImage, .resLogo, .resIcon
{
    display: table-cell;
    overflow: hidden;
    border-style: solid;
    text-align: center;
    vertical-align: middle;
}

.resImage
{
    width:100px;
    height:100px;
}
    .resImage img
    {
        max-width:100px;
        max-height:100px;
    }

.resLogo
{
    width:50px;
    height:50px;
}
    .resLogo img
    {
        max-width:50px;
        max-height:50px;
    }

.resIcon
{
    width:16px;
    height:16px;
}
    .resIcon img
    {
        max-width:16px;
        max-height:16px;
    }

.regionLogo,
.eventLogo
{
    display:table-cell;
    overflow:hidden;
    border-style:solid;
    text-align:center;
    vertical-align:middle;
}

.regionLogo
{
    width:50px;
    height:50px;
}
    .regionLogo img
    {
        max-width:50px;
        max-height:50px;
    }

.eventLogo
{
    width:105px;
    height:77px;
}
    .eventLogo img
    {
        max-width:105px;
        max-height:77px;
    }

/*******Logo End********/

#spBranchLeft .t-splitbar {
    left: 242px !important;
}


.menuBar .t-menu 
{
    background-image: none;
    background-color: #2d4d65;
    color:#ffbf00;
}

.menuBar .t-menu a.t-link 
{
    color:#ffbf00;
}

.menuBar .t-menu a.t-link.t-state-hover 
{
    background-image: none;
    background-color: #3b6483;
}

.o-datepicker {
    height: 24px;
    display: inline-block;
    /*padding-right: 20px;*/
    position:relative;
}
.o-datepicker input[type='text'] {
    width: 80px;
}
.o-datepicker img.ui-datepicker-trigger {
    display: inline-block;
    line-height: 20px;
    position: absolute; 
    padding-top: 3px;
    right: 5px; 
    top: 5px;
}

.ui-datepicker th {
    height: auto;
}
