﻿/* for grid firlter icon*/
.t-filter
{
    background-image: url(/Content/Vista/sprite.png) !important;
}
/*  grid Pagination css begin*/
.t-icon
{
    background-image: url("Default/sprite.png");
}
.t-toolbar, .t-grouping-header, .t-grid-pager, .t-widget .t-status
{

	/*background-color:#6d92a3;*/
}
.t-select
{
    /*background-image:url(/Images/rcbArrowCell.gif) !important;   height:18px !important;   width:23px;*/
}
/*.t-arrow-down
{
    background-image:none;
}*/
.t-dropdown .t-input, .t-selectbox .t-input
{
    background-color: White !important;
}
/*.t-popup .t-item
{
    background-color: White !important;
}*/
/*  grid Pagination css end*/

/* grid ImageButton css*/
.t-button
{
    border-style: none !important;
}
/* window css begin */
.t-panelbar .t-link, .t-panelbar .t-group, .t-panelbar .t-content
{
    border-color: #aaa;
}
.t-imagebrowser .t-content
{
    background: #f1f1f1;
}
.t-group, .t-content, .t-editable-area
{
    border-color: #828282;
    background-color: #fff;
}
/* window css end*/

/*Editor css begin*/
.t-editor-button .t-state-hover
{
    border-color: #e2e2e2 #878787 #878787 #e2e2e2;
    background-color: #c6c6c6;
	
}
.t-editor .t-tool-icon
{
    background-image: url('Default/editor.png');
}
/*Editor css end*/
.t-treeview .t-in
{
    padding-top: 0px !important;
}
.t-treeview .t-state-selected
{
    /*background-image: url(/Images/MenuImages/bluesmall.gif) !important;*/
    color: #003F87 !important;
}
.t-treeview .t-state-hover, .t-treeview .t-state-selected
{
    color: #003F87 !important;
}
.t-in{
    color: black;
    font-size: 11px !important;
    font-style: normal !important;
    font-variant: normal !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
}

#divleft .t-in{
	/*padding-left:20px;*/
}

.t-treeview .t-icon, .t-treeview .t-image, .t-treeview .t-sprite, .t-treeview .t-in
{
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0px;
    display: inline-block;
    vertical-align: top;
}
/* window css end*/

/*Tree View Css*/
.t-treeview-lines .t-top .t-treeview-lines .t-mid .t-treeview-lines .t-bot
{
    background-image: url('Default/treeview-nodes.png');
}

.t-rtl .t-treeview-lines .t-top .t-rtl .t-treeview-lines .t-mid .t-rtl .t-treeview-lines .t-bot
{
    background-image: url('Default/treeview-nodes-rtl.png');
}

.t-treeview-lines .t-item
{
    background-image: url('Default/treeview-line.png');
}


.t-treeview-lines .t-last
{
    background-image: none !important;
}
.contextMenu
{
    border-color: #A7BAC5 !important;
    border-style: solid !important;
    border-width: 1px !important;
    position: absolute !important;
}
.t-delete
{
    background-image: none !important;
}
.t-edit
{
    background-image: none !important;
}
.t-upload-button
{
  
    position: relative !important;
    direction: ltr !important;
    overflow: hidden !important; /* important required by IE7 */
    background: url("/Images/Select.png") no-repeat  !important;
    height:20px !important;
}
.t-upload-button span
{
    display:none !important;
}
/*End Tree View Css */
/*Combobox CSS*/
.t-state-default{//border-color:#828282;  //width:100%;}
.t-active-filter{background-color:#cdcdcd; //width:100%;}
.t-state-hover,.t-state-hover:hover{//background-color:#e9e9e9;border-color:#828282; //width:100%;}
.t-state-active,.t-header .t-state-active{background-color:#fff;border-color:#828282; width:100%;}
.t-state-selected{background-color:#ddd; //width:100%;}
.t-state-focused{background-color:#c2c2c2; //width:100%;}
.t-dropdown .t-state-focused{border-color:#8a8a8a;background:#8a8a8a url('Default/sprite.png') repeat-x 0 -752px}
.t-state-error,.t-widget.input-validation-error,.t-widget .input-validation-error{/*border-color:#f00;*//*background-color:#ffc0cb*/}
/*Combobox CSS*/

#divleft .t-group .t-state-hover:hover{ /*width:100%; background-color:#e9e9e9;*/}

#divleft .t-state-selected{background-color:#158b70; width:100%;}
