/*******************************************************************************
 * Tree container

 Lion colors:
        gray highlight bar: #D4D4D4
        blue highlight-bar and -border #3875D7


*/

/*span.easytree-expander:hover + .openfolder{
    border-color: #000;
    font-size: 11px;
    padding: 1px;
    display: block !important;
}
.easytree-exp-cl span.easytree-expander:hover + .closefolder{
    border-color: #000;
    font-size: 11px;
    padding: 1px;
    display: block !important;
}*/

li .createnewchartbutton:hover{
    background-position:-94px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
li .createnewchartbutton:hover{
    background-position:-93px;
}
    }    
li .createnewchartbutton {
  height: 15px;
  width: 65px;
  margin-top: 2px;
}
._charttitle > span {
  /*margin-right: 175px;*/
}
._chartlink {
  float: left;
  width: 15%;
}
._charttitle {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 18px;
}
.createnewchartbutton:hover{
    background-position: -144.9px;
}
.createnewchartbutton{
    width: 140px;
    height:45px;
    display:inline-block;
    background-image: url(/resources/icons/add-new-chart.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px;
    margin-top: 5px;
    margin-left: 2px;
}

.chartListHead th.desc:after {
  content: "\25BC";
  font-family: Arial, sans-serif;
}

.chartListHead th.asc:after {
  content: "\25B2";
  font-family: Arial, sans-serif;
}
.close {
  display: none;
  margin-left: -40px;
  cursor: pointer;
}
table.chartList tr{ cursor: pointer; }
.chartlibrary {
  height: 220px;
  overflow: auto;
  padding-bottom: 3px;
}
.chartaction input {
  /*background-image: url("searchicon.png");
  background-position: 200px -12px;
  background-repeat: no-repeat;*/
  margin-left: 2px;
  margin-top: 2px;
  padding: 2px 35px 2px 2px;
}
.chartListHead tr th {
    height: 30px;
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f5f6 0%, #eceff4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(100%,#eceff4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f5f6 0%,#eceff4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f5f6 0%,#eceff4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f5f6 0%,#eceff4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f5f6 0%,#eceff4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#eceff4',GradientType=0 ); /* IE6-9 */

}
.__backgroundbutton{
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #d2e3fb 45%, #a0d8ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(45%,#d2e3fb), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
    float: left;
    height: 80px;
    margin-bottom: 15px;
    width: 100%;
}
#chartView{  margin-bottom: 15px; }
.__backgroundbutton a {
    margin-top: 25px;
}
.folderedit {
    background-image: url("editfolder.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
}
input.changename {
    width: 45px;
}
button.changename{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}
.folderaction .new-chart-button{ width: 40px; height:25px; display:inline-block; background-image: url(/resources/icons/newchartcopy.png); background-size: cover; background-repeat: no-repeat;    background-position: -10px 2px;}
.folderaction,.chartaction{
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #d2e3fb 45%, #a0d8ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(45%,#d2e3fb), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#d2e3fb 45%,#a0d8ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */

}
.chartLabel{
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */    
    border: 1px solid #aaaaaa;
    font-weight: bold;
    height: 55px;   
}
.new-chart-button{
    position: relative;
    top: 4px;
}

.easytree-title:hover .tooltip{
    border-color: #000;
    display: block !important;
}

.folderedit:hover + .tooltip{
    border-color: #000;
    font-size: 11px;
    padding: 1px;
    display: block !important;
}
._chartaction {
    float: right;
    padding-top: 5px;
}
._chartaction a{
    width: auto !important;
    height: 24px;
}
button.blue{
    background: none repeat scroll 0 0 #6ab3d3;
    border-radius: 15px;
    color: #fff !important;
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 8px;
    text-decoration: none;
}
button.green{
    background: none repeat scroll 0 0 #85dbb2;
    border-radius: 15px;
    color: #fff !important;
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 8px;
    text-decoration: none;
}
.new-folder-button{ 
    background: url("folderadd.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 18px;
    width: 18px;
}
.delete-folder-button{ 
    background: url("folderdelete.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    display: inline-block;
    height: 18px;
    width: 18px;
}
.folderaction li{ display: inline-block; }
.createFolder {width: 90%;  margin-top: 5px; margin-bottom: 5px;  display: none; }
.createFolder .form-control { width: 100%; }
.folderaction {     
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
    padding-left: 5px; 
}
.folderaction li{ 
    border-right: 2px solid #bbbbbb;
}
.folderaction li a{  
    margin-right: 2px;
    margin-top: 7px;
}
ul.folderaction li:nth-child(3),ul.folderaction li:nth-child(4) { 
    border-right: none;
}

.chartaction {
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
    height: 30px;  
}
.reg5 {
    height: auto !important;
}
.reg5 .member_login .reg-button1 * {
    float: none !important;
}
.easy-tree-toolbar {
    padding-bottom: 10px;
    padding-top: 10px;
}
.easy-tree-toolbar .input-group{ margin-top: 5px; display: none;}
.easy-tree-toolbar .create > button { margin-bottom: 5px;}

#reg_frm{
    height:auto !important;
}
table{
    width:100%;
}

button.lblue,button.lorange{
    float:none;
}

.ui-helper-hidden {
    display: none;
}

.easytree-container
{
    font-family: tahoma, arial, helvetica;
    font-size: 10pt; /* font size should not be too big */
    white-space: nowrap;
    padding: 3px;
    margin: 0; /* issue 201 */
    background-color: white;
    border: 1px dotted gray;
    overflow: auto;
    height: 100%; /* issue 263 */
}

.easytree-container:focus {
    outline: none;
}

ul.easytree-container ul
{
    padding: 0 0 0 16px;
    margin: 0;
}

.easytree-container ul:focus {
    outline: none;
}

ul.easytree-container li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    -moz-background-clip:border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-image: none;  /* no v-lines */

    margin:0;
    padding:1px 0 0 0;
}
/* Suppress lines for last child node */
ul.easytree-container li.easytree-lastsib
{
    background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */
ul.easytree-no-connector > li
{
    background-image: none;
}

/* Style, when control is disabled */
.ui-easytree-disabled ul.easytree-container
{
    opacity: 0.5;
    /*	filter: alpha(opacity=50); /* Yields a css warning */
    background-color: silver;
}


/*******************************************************************************
 * Common icon definitions
 */
span.easytree-empty,
span.easytree-vline,
/*span.easytree-connector,*/
span.easytree-expander,
span.easytree-icon,
span.easytree-checkbox,
span.easytree-radio,
span.easytree-drag-helper-img,
#easytree-drop-marker
{
    width: 16px;
    height: 16px;
    display: inline-block; /* Required to make a span sizable */
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("icons.gif");
    background-position: 0 0;
}
/** Used by iconclass option */
span.easytree-custom-icon {
    display: inline-block;
}
/** Used by 'icon' node option: */
.easytree-container img
{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: top;
    border-style: none;
}


/*******************************************************************************
 * Lines and connectors
 */
/* span.easytree-connector
{
        background-image: none;
}
*/
/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: easytree-exp-
 * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */

span.easytree-expander
{
    background-position: 0px -80px;
    cursor: pointer;
}
span.easytree-expander:hover { 	/*background-position: -16px -80px;*/ }
.easytree-exp-n span.easytree-expander:hover /* Collapsed, not delayed, not last sibling */
{
    background-position: -16px -80px;
}
.easytree-exp-cl span.easytree-expander /* Collapsed, not delayed, last sibling */
{
}
.easytree-exp-cd span.easytree-expander /* Collapsed, delayed, not last sibling */
{
}
.easytree-exp-cdl span.easytree-expander /* Collapsed, delayed, last sibling */
{
}
.easytree-exp-e span.easytree-expander,  /* Expanded, not delayed, not last sibling */
.easytree-exp-ed span.easytree-expander,  /* Expanded, delayed, not last sibling */
.easytree-exp-el span.easytree-expander,  /* Expanded, not delayed, last sibling */
.easytree-exp-edl span.easytree-expander  /* Expanded, delayed, last sibling */
{
    background-image: url("icons.gif");
    background-image: url("plusfolder.png");
/*    background-position: -32px -80px;*/
    background-position: 0px 0px;
}
.easytree-exp-e span.easytree-expander:hover,  /* Expanded, not delayed, not last sibling */
.easytree-exp-ed span.easytree-expander:hover,  /* Expanded, delayed, not last sibling */
.easytree-exp-el span.easytree-expander:hover,  /* Expanded, not delayed, last sibling */
.easytree-exp-edl span.easytree-expander:hover  /* Expanded, delayed, last sibling */
{
/*    background-position: -48px -80px;*/
}
.easytree-loading span.easytree-expander  /* 'Loading' status overrides all others */
{
    background-position: 0 0;
    background-image: url("loading.gif");
}

.easytree-exp-n span.easytree-expander, /* Connector instead of expander, if node has no children */
.easytree-exp-nl span.easytree-expander
{
    background-image: none;
    cursor: default;
}


/*******************************************************************************
 * Checkbox icon
 */
span.easytree-checkbox {
    margin-left: 3px;
    background-position: 0px -32px;
}
span.easytree-checkbox:hover { background-position: -16px -32px; }
.easytree-partsel span.easytree-checkbox { background-position: -64px -32px; }
.easytree-partsel span.easytree-checkbox:hover { background-position: -80px -32px; }
.easytree-selected span.easytree-checkbox { background-position: -32px -32px; }
.easytree-selected span.easytree-checkbox:hover { background-position: -48px -32px; }

/*******************************************************************************
 * Radiobutton icon
 */
.easytree-radio span.easytree-checkbox {
    margin-left: 3px;
    background-position: 0px -48px;
}
.easytree-radio span.easytree-checkbox:hover { background-position: -16px -48px; }
.easytree-radio .easytree-partsel span.easytree-checkbox { background-position: -64px -48px; }
.easytree-radio .easytree-partsel span.easytree-checkbox:hover { background-position: -80px -48px; }
.easytree-radio .easytree-selected span.easytree-checkbox { background-position: -32px -48px; }
.easytree-radio .easytree-selected span.easytree-checkbox:hover { background-position: -48px -48px; }

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: easytree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */
span.easytree-icon /* Default icon */
{
    margin-left: 3px;
    background-position: 0px 0px;
}
.easytree-ico-cf span.easytree-icon { background-position: 0px -16px; } /* Collapsed Folder */
.easytree-ico-ef span.easytree-icon { background-position: -64px -16px; } /* Expanded Folder */
.easytree-statusnode-wait span.easytree-icon { background-image: url("loading.gif"); } /* Status node icons */
.easytree-statusnode-error span.easytree-icon { background-position: 0px -112px; }

/*******************************************************************************
 * Node titles
 */
.easytree-title {
    display: inline-block; /* Better alignment, when title contains <br> */
    padding-left: 3px;
    padding-right: 3px; /* Otherwise italic font will be outside bounds */
    color: black; /* inherit doesn't work on IE */
    vertical-align: top;
    margin: 0px;
    margin-left: 3px;
    /*    border: 1px solid white; /* reserve some space for status borders (Note: 'transparent' would not work in IE6) */
    border: 1px solid transparent; /* reserve some space for status borders */
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
}
.easytree-title a {
    text-decoration: none;
    color: inherit;
}
span.easytree-focused .easytree-title {
    outline: 1px dotted black;
    color: white;
}
span.easytree-selected .easytree-title,
span.easytree-active .easytree-title {
    background-color: #D4D4D4; /*gray*/
}
span.easytree-selected .easytree-title {
    font-style: italic;
}
.easytree-focused span.easytree-selected .easytree-title,
.easytree-focused span.easytree-active .easytree-title {
    color: white;
    /*    background-color: #3875D7; blue*/
}

/*******************************************************************************
 * 'table' extension
 */

/*
table.easytree-ext-table {
        border-collapse: collapse;
        width: 100%;
}
table.easytree-ext-table tbody tr:nth-child(even){
        background-color: #f4f4f8;
}
table.easytree-ext-table tbody tr td {
        border: 1px solid lightgray;
}
*/
table.easytree-ext-table {
    border-collapse: collapse;
}
table.easytree-ext-table tbody tr.easytree-focused {
    background-color: #99DEFD;
}
table.easytree-ext-table tbody tr.easytree-active {
    background-color: royalblue;
}
table.easytree-ext-table tbody tr.easytree-selected {
    background-color: #99FDDE;
}

/*******************************************************************************
 * 'columnview' extension
 */

/*
table.easytree-ext-columnview {
        border-collapse: collapse;
        width: 100%;
}
*/
table.easytree-ext-columnview td >ul
{
    padding: 0;
}
table.easytree-ext-columnview td >ul li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    -moz-background-clip:border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-image: none;  /* no v-lines */

    margin: 0;
    padding: 1px 0 0 0;
}
/*
table.easytree-ext-columnview tbody tr[0] {
        height: 200px;
}
*/
table.easytree-ext-columnview tbody tr td {
    border: 1px solid gray;
    vertical-align: top;
    overflow: auto;
}
table.easytree-ext-columnview span.easytree-node {
    display: inline-block;
    position: relative; /* allow positioning of embedded spans*/
    width: 100%;
}
table.easytree-ext-columnview span.easytree-node a{
    border: 1px solid transparent;
    background-color: transparent;
}
table.easytree-ext-columnview span.easytree-node.easytree-expanded {
    background-color: #ccc;
}
table.easytree-ext-columnview span.easytree-node.easytree-active {
    background-color: royalblue;
}
table.easytree-ext-columnview span.easytree-cv-right {
    background-position: 0px -80px;
    position: absolute;
    right: 3px;
}


/*******************************************************************************
 * 'filter' extension
 */
.easytree-ext-filter span.easytree-node .easytree-title {
    color: silver;
    font-weight: lighter;
}
.easytree-ext-filter span.easytree-node.easytree-submatch .easytree-title {
    color: black;
    font-weight: normal;
}
.easytree-ext-filter span.easytree-node.easytree-match .easytree-title {
    color: black;
    font-weight: bold;
}


/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/
div.easytree-drag-helper
{
    display:none; 
    position: absolute; 
    z-index: 1000; 
    height:20px;
    width:20px;
}
div.easytree-drag-helper a
{
    border: 1px solid gray;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.8;
}
span.easytree-drag-helper-img
{
    /*
    position: relative;
    left: -16px;
    */
}
div.easytree-drag-helper /*.easytree-drop-accept*/
{
    /*    border-color: green;
            background-color: red;*/
}
div.easytree-drop-accept span.easytree-drag-helper-img
{
    background-position: -32px -112px;
}
div.easytree-drag-helper.easytree-drop-reject
{
    border-color: red;
}
div.easytree-drop-reject span.easytree-drag-helper-img
{
    background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/

#easytree-drop-marker
{
    width: 24px;
    position: absolute;
    background-position: 0 -128px;
    margin: 0;
}
#easytree-drop-marker.easytree-drop-after,
#easytree-drop-marker.easytree-drop-before
{
    width:64px;
    background-position: 0 -144px;
}
#easytree-drop-marker.easytree-drop-copy
{
    background-position: -64px -128px;
}
#easytree-drop-marker.easytree-drop-move
{
    background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/

span.easytree-drag-source
{
    /* border: 1px dotted gray; */
    /*    background-color: #e0e0e0;*/
}
span.easytree-drag-source a
{
    color: gray;
}

/*** Target node while dragging cursor is over it *****************************/

span.easytree-drop-target
{
    /*border: 1px solid gray;*/
}
span.easytree-drop-target a
{
}
span.easytree-drop-target.easytree-drop-accept a
{
    /*border: 1px solid green;*/
    background-color: #3169C6 !important;
    color: white !important; /* @ IE6 */
    text-decoration: none;
}
span.easytree-drop-target.easytree-drop-reject
{
    /*border: 1px solid red;*/
}
span.easytree-drop-target.easytree-drop-after a
{
}
