.t-button:focus
{
    border-color:#9bc9ff;
    background-position:0 -624px;
    background-color:#dde8f6;
    color:#0e3d4f;
}

div.t-splitter
{
    height: 100%;
}

.noborder + .t-splitbar
{
    border-width: 2;
    visibility: collapse;
}

div.t-widget
{
    margin-top: 0px;
}

div.t-splitbar
{
    margin-top: 0px;
}

div.t-grid-bottom
{
    margin-top: 0px;
}

.t-grid.lined td
{
    border-bottom-width: 1px;
    border-color: #a5b3c5;
}

.t-grid.lineBorder td
{
    border-bottom-width: 1px;
    border-color: #a5b3c5;
}

.t-menu li.t-item.t-state-default , .t-panelbar span.t-link.t-header
{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,239,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,239,250,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,239,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,239,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,239,250,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,239,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6effa',GradientType=0 );
}

.t-menu li.t-item.t-state-selected, .t-panelbar span.t-link.t-header.t-state-selected
{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(184,201,219,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(184,201,219,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(184,201,219,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(184,201,219,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(184,201,219,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(184,201,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8c9db',GradientType=0 );

    border-color: #a5b3c5;
}

.t-menu a.t-link
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.t-menu .t-item
{
    position:inherit;
}

.t-grid td
{
    padding: 1px !important;
    margin: 1px !important;
}
.t-grid-header .t-header .t-link
{
    text-align: center !important;
    padding: 1px !important;
    margin: 1px !important;
}

.t-grid-edit-row .t-combobox
{
    margin:0px;
}

.t-grid .t-button, .t-edit-form .t-button
{
    margin: 1px !important;
}

.t-grid .input-validation-error
{
    background-color:#fff;
    border-style:solid;
}



span.t-input
{
    text-align: left;
}

/* BEGIN DROP DOWN LIST*/

div.t-dropdown
{
    margin: 0px !important;
    height: 20px;
}

div.t-dropdown-wrap.t-state-default
{
    height: 21px;
}
.t-combobox .t-input {
    height: 19px;
    line-height: 19px;
}

.t-dropdown-wrap .t-select {
    height: 21px;
    line-height: 21px;
}

div.t-widget.t-dropdown.t-header.t-dropdown-wrap.t-state-default
{
    max-width: 100%;
    width: 100%;

    background-color: #fff !important;
}

div.t-dropdown-wrap .t-state-default
{
    height: 400px;

    padding-top: 0px;
}

input[type=text].t-widget.t-combobox.t-header.t-input
{
    background-color: White !important;

    color: Navy;
}

input[type=text].t-comboBox
{
    color: #4c607a;
}

div.t-widget.t-dropdown.t-header
{
    width: 170px;
    height: 22px !important;

    background-color: White;
}

div.t-dropdown-wrap.t-state-default.input-validation-error > span.t-select.t-header
{
    border-left-color:#a5b3c5;
}
/* END DROP DOWN LIST*/

div.t-toolbar.t-grid-toolbar.t-grid-top
{
    text-align: left;
}

.t-item
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.t-input
{
    background-color: #fff;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.t-normal
{
    font-style: normal !important;
    display: inline-block;
}

/*********** pop up Window ************/
div .t-window-content
{
    padding: 0px !important;
}

div .t-window-title
{
    text-align: left;
    font-weight: bold;
}

div.t-window-content.t-content
{
    width: auto !important;
    height: auto !important;
}

div.t-widget.t-window
{
    border: 3px solid #c2cedb;
}

div.t-widget.t-window div.t-window-titlebar.t-header
{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.t-state-active
{
    border-color: #c2cedb;
    background-color: #ffffff;

    padding: 0px;

    color: #000;
}

.t-tabstrip .t-state-active .t-link
{
    font-weight: bold;
}

.t-tabstrip
{
    border-style: none;
}

.t-tabstrip, .t-content
{
    background-color: #ffffff;
}

.t-content
{
    margin: 0px;
    padding: 0px !important;
}

button.t-button.t-button-icontext.t-upload-action
{
    visibility:hidden;
}

span.t-filename
{
    width:100%;
}

.t-not-checked
{
    background-image: url('../Icons/notChecked.png');
    background-position:center;
}

.t-cantApproveCheck
{
    background-image: url('../Icons/cantApproveCheck.png');
    background-position:center;
}

.t-upButton
{
    background-image: url('../Icons/up.png');
    background-position:center;
}

.t-download
{
    background-image: url('../Icons/download.png');
    background-position:center;
}

.t-save
{
    background-image: url('../Icons/save.png');
    background-position:center;
}

.t-save-disabled
{
    background-image: url('../Icons/disableSave.png');
    background-position:center;
}

.t-attach-file
{
    background-image: url('../Icons/attachFile.png');
    background-position:center;
}

.t-attach-file-disabled
{
    background-image: url('../Icons/attachFileDisabled.png');
    background-position:center;
}

.t-sendMail
{
    background-image: url('../Icons/sendMail.png');
    background-position:center;
}

.t-downButton
{
    background-image: url('../Icons/down.png');
    background-position:center;
}

.t-custom-button {
    white-space: nowrap;
    display: inline-block;
    margin: 2px;
    padding: 1px;
    min-width: 60px !important;
}

.t-process
{
    background-image: url('../Icons/process.png');
    background-position:center;
}

.t-edit-disabled
{
    background-image: url('../Icons/editDisabled.png');
    background-position:center;
}

.t-hold
{
    background-image: url('../Icons/hold.png');
    background-position:center;
}

.t-detail
{
    background-image: url('../Icons/detail.png');
    background-position:center;
}

.t-change
{
    background-image: url('../Icons/change.png');
    background-position:center;
}

.t-delete-disabled
{
    background-image: url('../Icons/disabledDelete.png');
    background-position:center;
}

.t-add-disabled
{
    background-image: url('../Icons/disabledAdd.png');
    background-position:center;
}

.t-normal-button
{
    white-space: nowrap;
    padding: 3px 0px;
    margin: 0px 2px;
}

.t-normal-text
{
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}

.t-widget.t-combobox.t-header.name {
    width:158px;
    max-width: 158px;
    min-width: 158px;
}

.t-widget.t-combobox.t-header.code {
    width:100px;
    max-width: 100px;
    min-width: 100px;
}

.t-widget.t-combobox.t-header.desc {
    width:250px;
    max-width: 250px;
    min-width: 250px;
}

.t-widget.t-combobox.t-header.action {
    width:135px;
    max-width: 135px;
    min-width: 135px;
}

.t-widget.t-combobox.t-header.date {
    width:93px;
    max-width: 93px;
    min-width: 93px;
}

.t-widget.t-combobox.t-header.minStatus {
    width:75px;
    max-width: 75px;
    min-width: 75px;
}

.t-input.code
{
    width:100px;
    max-width: 100px;
    min-width: 100px;
}

.t-input.desc
{
    width:250px;
    max-width: 250px;
    min-width: 250px;
}
.t-grid-edit-row .t-datepicker.date
{
    width:93px;
    max-width: 93px;
    min-width: 93px;
}

.t-picker-wrap {
    width: 65px;
}

.t-widget.t-datepicker {
    width: 92px;
}

.t-widget.t-combobox.t-header, .t-widget.t-datepicker
{
    vertical-align: middle;
}

.t-grid-header .t-header
{
    height: 100%;
    vertical-align: middle;
}

.t-grid-header .t-header .t-link
{
    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;
    height: 100%;
}

.t-grid-edit-row .t-datepicker
{
    margin: 0px !important;
}

.t-grid-edit-row .t-numerictextbox
{
    margin:0px;
    max-width:none;
    min-width:auto;
    width:auto;
}

.t-grid .field-validation-error
{
    display: inline-block;
}

.t-filename {
    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;
    width: 120px;
}

.t-dropzone {
    padding: 0px;
}

.t-grid-pager
{
    text-align:center;    
}

.t-grid-pager > div.t-status
{
    width:20px;    
}

.lined .t-alt {
    background-color: inherit;
}

.comment-icon
{
    margin-left: 1px;
    background-image: url('../Icons/comment.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.evaluation-icon
{
    margin-left: 1px;
    background-image: url('../Icons/evaluation.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}