/*!
* Ext JS Library 4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
body {
    font-family:'lucida grande',tahoma,arial,sans-serif;
    font-size:11px;
	 /*outline: none; */
}



/*
.x-form-item-label {
  color: black;
  font: normal 14px/22px tahoma, arial, verdana, sans-serif;
}
*/
/*
.x-toolbar-item .x-form-item-label {
  font-size: 27px;
  line-height: 20px;
}
*/

.x-toolbar-item {
	font-size: 11px;
}

.x-toolbar-item .x-form-text {
  height: 20px;
}

.x-toolbar-item .x-form-trigger {
  height: 20px;
}


#poweredby {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 15000;

    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
}

.x-grid-row.erp-row-not-confirmed .x-grid-cell-inner {
    color: red !important;
    font-weight: bold !important;
}

.x-grid-row.order-list-order-row .x-grid-cell,
td.order-list-order-cell {
    background-color: #f1f6ff !important;
    background-image: none !important;
}

.x-grid-row.order-list-po-row .x-grid-cell,
td.order-list-po-cell {
    background-color: #fffaf0 !important;
    background-image: none !important;
}

.x-grid-row.order-list-order-row.x-grid-row-over .x-grid-cell,
.x-grid-row.order-list-po-row.x-grid-row-over .x-grid-cell,
tr.x-grid-row-over td.order-list-order-cell,
tr.x-grid-row-over td.order-list-po-cell {
    background-color: #e6f0ff !important;
    background-image: none !important;
}

#poweredby div {
    position: relative;
    width: 150px;
    height: 25px;
    background-image: url(../images/powered-by-ext-js.png);
    background-repeat: no-repeat;
}

/* The simple background image PNG does not work in IE6-8, but does in IE9 */
.x-ie6 #poweredby div,
.x-ie7 #poweredby div,
.x-ie8 #poweredby div {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.png', sizingMethod='scale');
}

/*----------------------------------------------------
    Start Button
*/

.ux-start-button-icon {
    background-image: url(../images/favicon.ico) !important;
    background-color: transparent;
}

.ux-start-button .x-btn-arrow {
    background-image: none;
}

.ux-start-button .x-btn-arrow-right {
    padding-left: 10px;
}

.ux-taskbar {
    padding-left: 4px !important;
}

/*
    Start Button (Black)
*/

.ux-desktop-black .ux-start-button {
    height: 28px;
    padding: 0px;
    display: block;
}

.ux-desktop-black .ux-start-button em {
    margin-top: 5px;
}

.ux-desktop-black .ux-start-button .x-btn-inner {
    color: black;
    font-size:11px;
    font-weight: bold;
}

.ux-desktop-black .ux-start-button {
    background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
    border-radius: 8px 8px 8px 8px;
    border-color: #81A4D0;
}

/*----------------------------------------------------
    Start Menu
*/

.ux-start-menu-toolbar .x-btn-inner {
    text-align: left;
}

.ux-start-menu-toolbar {
    padding: 4px !important;
}

/*----------------------------------------------------
    TaskBar
*/

.ux-taskbar .x-toolbar {
    background: transparent none;
    border-color: transparent;
}

.x-ie6 .ux-taskbar .x-toolbar {
    border-color: #d3e1f1;
}

.ux-desktop-windowbar .x-btn-inner,
.x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
    text-align: left !important;
}

.ux-taskbar .x-toolbar {
    height: 28px;
}

.ux-taskbar {
    height: 28px;
    padding: 0;
}

.x-toolbar .x-toolbar {
    padding: 0;
}

/*
    TaskBar (Black)
*/

.ux-desktop-black .ux-taskbar {
    background: transparent url('../images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
    border-color: transparent;
    /*height: 30px;*/
}

.ux-desktop-black .ux-taskbar .x-splitter {
    background: transparent url(../images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
}

.ux-desktop-black .ux-taskbar .x-toolbar-text {
    color: white !important;
}

.ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
    background-color: yellow;
}

.ux-desktop-black .ux-taskbar .x-btn-inner {
    color: white;
}

.ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner, .ux-taskbar .x-btn-over .x-btn-inner {
    color: black;
}

/*----------------------------------------------------
    Tray Clock
*/

.ux-desktop-trayclock {
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

/*----------------------------------------------------
    Desktop DataView
*/

.ux-wallpaper {
    background-color: #3d71b8;
}

.ux-wallpaper-tiled {
    background-repeat: repeat;
}

.ux-desktop-shortcut {
	float: left;
    cursor: pointer;
    text-align: center;
    border: 1px solid;
    border-color: transparent;
    padding: 8px;
    margin: 8px;
    width: 86px;    
}

.ux-desktop-shortcut-icon {
    /*width: 48px;*/
    height: 55px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    
}

.ux-desktop-shortcut-text {
    font: normal 11px tahoma,arial,verdana,sans-serif;
    text-decoration: none;
    padding-top: 10px;
    color: white;
}

.x-view-over  {
    /*text-decoration: underline;*/
    border: 1px solid #ccc;
    border-radius: 7px;
    background: none;
    background: rgba(255,255,255,0.1);
}

.x-boundlist-item {
font:normal 11px tahoma, arial, helvetica, sans-serif;
padding:2px;
border:1px solid #fff;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
height: 18px;
}

.tree-node-disabled .x-grid-cell {
    -moz-opacity: 0.5;
   opacity:.5;
   filter: alpha(opacity=50);
}

/* 수주리스트 주문/PO 혼합 그리드 */
.order-list-order-row {
    background-color: #f0f5ff !important;
    font-weight: bold;
}
.order-list-order-row .x-grid-cell-inner {
    color: #1a3a6e;
}
.order-list-po-row {
    background-color: #ffffff;
}
.order-list-po-row .x-grid-cell-inner {
    color: #444444;
}

/* Preserve line breaks entered in order remarks. */
.erp-multiline-cell .x-grid-cell-inner {
    height: auto;
    min-height: 18px;
    overflow: hidden;
    white-space: pre;
    word-break: normal;
}
/* 주문번호 열 들여쓰기는 renderer에서 inline style로 처리 */
