@CHARSET "UTF-8";
/*
 * Multiselect
 */
.ux-mselect{
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow:auto;  
}
.ux-mselect-item{
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    cursor:pointer;
}
.ux-mselect-selected{
    border:1px dotted #a3bae9 !important;
    background:#DFE8F6;
    cursor:pointer;
}

/*
 * Grid filter
 */
.ux-filtered-column * {
	font-weight: bold !important;
	font-style: italic !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*
 * grid row action
 */
/* styles for rows */
.ux-row-action-cell .x-grid3-cell-inner {
    padding:1px 0 0 0;
}
.ux-row-action-item {
    float:left;
    min-width:16px;
    height:16px;
    background-repeat:no-repeat;
    margin: 0 5px 0 0;
    cursor:pointer;
    overflow:hidden;
}
.ext-ie .ux-row-action-item {
    width:16px;
}
.ext-ie .ux-row-action-text {
    width:auto;
}
.ux-row-action-item span {
    vertical-align:middle;
    padding:0 0 0 20px;
    line-height:18px;
}
.ext-ie .ux-row-action-item span {
    width:auto;
}

/* styles for groups */
.x-grid-group-hd div {
    position:relative;
    height:16px;
}
.ux-grow-action-item {
    min-width:16px;
    height:16px;
    background-repeat:no-repeat;
    background-position: 0 50% ! important;
    margin: 0 0 0 4px;
    padding: 0 ! important;
    cursor:pointer;
    float:left;
}
.ext-ie .ux-grow-action-item {
    width:16px;
}
.ux-action-right {
    float:right;
    margin: 0 3px 0 2px;
    padding: 0 ! important;
}
.ux-grow-action-text {
    padding: 0 ! important;
    margin:0 ! important;
    background:transparent none ! important;
    float:left;
} 

/*
 * htmlEditor
 */
.x-html-editor-tb .x-edit-image .x-btn-text {
    background: transparent url(../../../media/icons/image.png) no-repeat;
}
.x-form-check-wrap {
    margin-top: 3px;
}
	/*
	 * imageBrowser
	 */
#img-chooser-view { 
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
} 
#img-browser-view .add-image {
	background-image: url(../../../media/icons/image_add.png);
}
#img-browser-view .delete-image {
	background-image: url(../../../media/icons/image_delete.png);
}
#img-browser-view .thumb {
	position: relative;
	background: white;
	border: 1px solid #dddddd;
	width: 80px;
	height: 80px;
}
#img-browser-view .thumb img {
	position: absolute;
}
#img-browser-view .thumb-wrap { 
	float: left; 
	margin: 4px; 
	margin-right: 0; 
	padding: 5px;
} 
#img-browser-view .thumb-wrap span { 
	display: block; 
	overflow: hidden; 
	text-align: center; 
} 
#img-browser-view .x-view-over {
	border: 1px solid #dddddd; 
	background: #efefef url('../resources/images/default/grid/row-over.gif') repeat-x left top; 
	padding: 4px; 
}
#img-browser-view .x-view-selected { 
	background: #DFEDFF; 
	border: 1px solid #6593cf; 
	padding: 4px; 
} 
#img-browser-view .x-view-selected .thumb { 
	background: transparent; 
}
#img-browser-view .x-view-selected span { 
	color: #1A4D8F;
}
#img-browser-view .loading-indicator { 
	font-size: 11px; 
	background-image: url('../resources/images/grid/loading.gif'); 
	background-repeat: no-repeat; 
	background-position: left; 
	padding-left: 20px; 
	margin: 10px; 
} 
/*
 * loading tbar
 */
.x-tbar-loading {
  width: 16px;
  height: 16px;
}
/*
 * static textField
 */
.ux-form-statictextfield {
	background: transparent;
	border: none;
	padding-top: 3px !important;
	padding-bottom: 1px !important;
	color: #333;
}
/*
 * combo multiselect
 */
 .x-combo-list .x-combo-list-cursor{
    border: 1px dotted #000000 !important;
}

.x-combo-list-item{
    cursor:pointer;
}

.x-combo-list .x-combo-selected + .x-combo-selected{
    border-top-color:#DFE8F6 !important;
}

.x-combo-list .x-combo-selected + .x-combo-selected.x-combo-list-cursor{
    border-top-color:#000000 !important;
}
/*
 *  <input type="file"> on button
 *
 */
.x-uf-buttons-ct {
    position:relative;
    height: 22px;
    margin-bottom: 5px;
}
.x-uf-input-ct {
    position:absolute;
    height: 22px;
    width: 78px;
    overflow: hidden;
}
.x-uf-ubtn-ct {
    position: absolute;
    right:28px;
}
.x-uf-cbtn-ct {
    position: absolute;
    right:0;
}
.x-uf-bbtn-ct {
    position: absolute;
    height: 22px;
    right:0;
}
.x-uf-input-wrap {
    position: absolute;
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=0);   
    right:0;
    height: 22px;
}
.x-uf-input-wrap input {
    top: 0;
    height: 22px;
    font-size: 14px;
    cursor: pointer;
    -moz-user-focus: ignore;
    border: 0px none transparent;

    overflow: hidden;
}
.x-uf-input-mask {
    position:absolute;
    height: 22px;
    width: 24px;
    left: -18px;
}
.x-uf-table {
    width:100%;
    font-size: 11px;
    border-collapse: collapse;
    margin-top: 2px;
}
.x-uf-filename {
    -moz-user-select: none;
    cursor: default;
    padding-left: 3px;
}
.x-uf-filedelete {
    width: 16px;
    text-align: right;
    padding-right: 2px;
}
.x-uf-mask {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);  
    background-color: white;
}
.x-uf-wait {
    width: 16px;
    height: 16px;
    background: transparent url(../resources/images/default/grid/wait.gif);
    background-repeat: no-repeat;
    position:absolute;
    right: 56px;
    top: 2px;
    display:none;
}

.x-uf-progress-wrap {
    margin-top:2px;
    margin-bottom:2px;
    border: 1px solid #6593cf;
    overflow:hidden;
}
.x-uf-progress {
    height: 6px;
    background: #e0e8f3 url(../resources/images/default/qtip/bg.gif) repeat-x;
}
.x-uf-progress-bar {
    height:5px;
    overflow:hidden;
    width:0;
    background:#8BB8F3;
    border-top:1px solid #B2D0F7;
    border-bottom:1px solid #65A1EF;
    border-right:1px solid #65A1EF;
}
.x-uf-pginfo-ct {
    font-size: 11px;
    font-family: tahoma,verdana,helvetica;
    border: 1px solid #65A1EF;
    background: #ffffe8;
    padding: 2px;
}
.x-uf-pginfo-table {
    width: 100%;
    border: 0;
}
.x-uf-pginfo-value {
    text-align: right;
/*  font-weight: bold; */
}

.x-uf-filepb {
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    background:#8BB8F3;
    border-top:1px solid #B2D0F7;
    border-bottom:1px solid #65A1EF;
    border-right:1px solid #65A1EF;
    width: 0;
}
.x-uf-layer {
    border: 1px solid silver;
    background: #f4f4ff;
}
.x-uf-layer-form-ct {
    margin: 8px;
}
/* class images_preview*/
.image_preview {
    /*padding-left:15%;
    padding-right:15%;*/
}
	
.image-preview-border div{
	/*background:#DFEDFF none repeat scroll 0% 0%;*/
	border:1px solid #6593CF;
	padding:4px;
}
 
