/*
 * EES CSS Library [ASSET FINDER]
 *
 * @copyright 2010 Squiz Pty Ltd (ABN 77 084 670 600)
 * @license   GNU General Public License v.2
 * @link
*/


/* ---------------------------------------------------------------------------------------------
START: ASSET FINDER STYLES
--------------------------------------------------------------------------------------------- */

#ees_assetFinder { width:710px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

#ees_assetFinder.modalContainer { margin-left: 0; }

/* Header */
#ees_assetFinder .modalHeaderContent {
    border: solid 1px #3C5690;
    background: #4c72b7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNzJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjQxNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4c72b7 0%, #2b4165 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #4c72b7 0%,#2b4165 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #4c72b7 0%,#2b4165 100%); /* IE10+ */
    background: linear-gradient(top, #4c72b7 0%,#2b4165 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c72b7', endColorstr='#2b4165',GradientType=0 ); /* IE6-8 */
}

#ees_assetFinder .closeModal { background-image:url(../Images/close_blue.png); }

#ees_assetFinder .modalDesc { color:#92B6E6; margin-left:25px; }

#ees_assetFinder .modalIcon { display:none; }

#ees_assetFinder .modalTitle h1 { margin:11px 0 0 25px; }

/* Mid/Body */

#ees_assetFinder .modalBodyContent { min-height:370px; }

/* Breadcrumb */
#ees_assetFinderBreadcrumb { min-height:25px; border: 1px solid #DADADA; border-bottom: none; -moz-border-radius: 6px 6px 0px 0px; -webkit-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; overflow:hidden; }

#ees_assetFinderBreadcrumb ol {
    padding:0px;
    margin:0px;
    list-style:none;
    background: #f2f2f2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmMyYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #c2c2c2 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%,#c2c2c2 100%); /* IE10+ */
    background: linear-gradient(top, #f2f2f2 0%,#c2c2c2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-8 */
    overflow:hidden;
}

#ees_assetFinderBreadcrumb li { padding:0px; margin:0px; float:left; line-height:25px; }

#ees_assetFinderBreadcrumb li a {
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#000;
    background: url(../Images/lineage-arrow_v2.png) no-repeat 100% 50%;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 25px;
    padding: 0 18px 0 5px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
}

/* Fix max width issues in ie7 and ie8 */
.Explorer7 #ees_assetFinderBreadcrumb li a {
    max-width:none;
}

.Explorer8 #ees_assetFinderBreadcrumb li {
    float: none;
}

/* Slide Panels */

#ees_assetFinderBodyContainer {
    height:305px;
    border: 1px solid #DADADA;
    border-top: none;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 5px;
    overflow:auto;
}

#ees_assetFinderBodyWrapper {
    height:100%;
    overflow-x:auto;
    overflow-y:hidden;
}

#ees_assetFinderBody {
    height:100%;
}

#ees_assetFinderBody .parentGroup {
    height:100%;
    background: url(../Images/col_bg.png) right top repeat-y;
    float:left;
    overflow-x:hidden;
    overflow-y:auto;
    width:222px;
}

/* Listed Assets */

#ees_assetFinderBody .isSelectable0 {
    background-color: #ededed;
}

#ees_assetFinderBody .isSelectable0 .assetInfo {
    color: #888;
}

#ees_assetFinderBody ul,
#ees_assetFinderBody li {
    margin:0px;
    padding:0px;
    list-style:none;
}

#ees_assetFinderBody ul {
    background: url(../Images/col_bg.png) right top repeat-y;
}

#ees_assetFinderBody ul li {
    border-bottom:1px solid #CCCCCC;
    margin-right:14px;
}

#ees_assetFinderBody ul li.loading {
    height:27px;
    line-height:27px;
    text-align:center;
}

#ees_assetFinderBody ul li a {
    display:block;
    color: #000000;
    cursor:default;
    text-decoration:none;
    line-height:28px;
    height:27px;
    white-space:nowrap;
    position:relative; /* revert back to static for ie7 */
}


/* dependants */

#ees_assetFinderBody .isDependant1 a {
    color:#a6a6a6;
}

/* not accessible */
#ees_assetFinderBody .isAccessible0 .accessible {
    display:block;
    background: url(../Images/icon-noPerm.png) 0 0 no-repeat;
    position:absolute;
    left:15px;
    top:3px;
    height:22px;
    width:18px;
    z-index: 5;
}

/* Status display */
#ees_assetFinderBody .status {
    float: left;
    height: 26px;
    width: 6px;
    border: none;
    border-bottom: 1px solid #FFF;
    background-image: none;
    filter: none;
}

#ees_parentGroup_0 .status {
    display: none;
}

#ees_assetFinderBody span.screenHide {
    display: none;
}

/* IE7 gives us position grief */
.Explorer7 #ees_assetFinderBody .isAccessible0 .accessible {
    display:none;
}

.Explorer7 #ees_assetFinderBody ul li a {
    position:static;
}

.Explorer7 #ees_assetFinderBody ul li.isAccessible0 a {
    background-color:#ffd9d9;
}

/* Pagination */

#ees_assetFinderBody .pagination {
    background: url(../Images/col_bg.png) repeat-y 100% 0;
    text-align:center;
    overflow:hidden;
}

#ees_assetFinderBody .pagination a {
    margin:4px 19px 20px 5px;
}

/* displays icon bg images inherited from global.css do not define here */
#ees_assetFinderBody .assetIcon {
    float:left;
    height:100%;
    margin-right:5px;
    width:29px;
}

#ees_parentGroup_0 .assetIcon { margin: 0 5px 0 0; }

#ees_assetFinderBody .assetInfo {
    float:left;
    overflow:hidden;
    white-space:nowrap;
    width: 129px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

#ees_assetFinderBody .childCount {
    background: url(../Images/finder_child_arrow.png) 0 0 no-repeat;
    float:right;
    height:27px;
    line-height:28px;
    margin-right:-13px;
    width:34px;
}

#ees_assetFinderBody .childCount span {
    float:left;
    width:26px;
    text-align:center;
}

#ees_assetFinderBody .historySelected {
    background-color:#C6DEFD;
     background-image:none;
     color:#325079;
}

#ees_assetFinderBody .historySelected .childCount {
    background-image: url(../Images/finder_child_arrow_inact.png);
}

#ees_assetFinderBody .selected {
    background:#5487cb url(../Images/list_item_selected_bg.png) left top repeat-x;
}

#ees_assetFinderBody .selected .assetInfo {
    color:#FFFFFF;
}

#ees_assetFinderBody .historySelected .assetInfo {
    color:#325079;
}

#ees_assetFinderBody .selected .childCount {
    background-image: url(../Images/finder_child_arrow_act.png);
}


/* Buttons */
#ees_assetFinderFooter {
     padding:0 5px;
}

#ees_assetFinderButtons {
    float:right;
    margin-left:10px;
}

#ees_assetFinderCurrentSelection {
    text-align:right;
    overflow:hidden;
    height:24px;
    line-height:24px;
    color:#666666;
}

#ees_assetFinderCurrentSelection .currentSelectionId {
    color:#999999;
    font-style:italic;
    padding:0px 5px;
}

#ees_assetFinderCurrentSelection .currentSelectionIcon  {
    height:24px;
    padding-right:10px;
    width:29px;
}

#ees_assetFinderCurrentSelection .currentSelectionName {
    color:#222;
    max-width: 300px;
    overflow: hidden;
    text-align: left;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

/* click blocker asset finder loading */
.assetFinderLoading {
    display:block;
    height:16px;
    width:16px;
    background:url(../Images/loader_assetFinder16x16.gif) 0 0 no-repeat;
    position:absolute;
    right:32px;
    top:68px;
}

/* panel loading */
#ees_assetFinderBody .loading {
    background-color:#eeeeee;
}

#ees_assetFinderBody .loadingFeedback {
    display:none;
}

#ees_assetFinderBody .inaccessibleMessage {
    margin: 0px auto;
    padding: 19px 8px 0px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #aaaaaa;
    display: block;
}

#ees_assetFinderBody .loading .loadingFeedback {
    margin:0px auto;
    padding:19px 0px 0px 67px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#aaaaaa;
    display:block;
}

/* Refresh */

#ees_refreshAssetFinder {
    padding: 0px 32px 0px 15px;
    height: 22px;
    font-size: 12px;
    color:#fefeff;
    line-height: 22px;
    position: absolute;
    right: 83px;
    top: 50%;
    margin: -11px 0 0 0;
    text-decoration:none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    border-bottom-color: rgba(255, 255, 255, 0.25);
    z-index: 1001;
    background:url(../Images/icon-assetFinderRefresh.png) 110px 50% no-repeat;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.Explorer7 #ees_refreshAssetFinder,
.Explorer8 #ees_refreshAssetFinder,
.Explorer9 #ees_refreshAssetFinder {
    border:solid 1px #6f86a4;
}

#ees_refreshAssetFinder:hover {
    background-color:rgba(255,255,255,0.06);
}

.Explorer7 #ees_refreshAssetFinder:hover,
.Explorer8 #ees_refreshAssetFinder:hover,
.Explorer9 #ees_refreshAssetFinder:hover {
    background-color:#44638e;
}

/* ---------------------------------------------------------------------------------------------
END: ASSET FINDER STYLES
--------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------
START: ASSET PICKER STYLES
--------------------------------------------------------------------------------------------- */

.ees_assetPicker {
    overflow: hidden;
    font-size: 0.9em;
}

.ees_assetPicker input {
    background: #FDEFA2;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    padding-left: 4px;
}
/*
.ees_assetPicker .loading {
    background-image: url(../Images/asset-picker-loader.gif);
    background-repeat: no-repeat;
}
*/

.ees_assetPicker .default {
    background-image: url(../Images/iconLocate.png) ;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.ees_assetPicker .assetDescriptionWrap {
    border: solid 1px #abacac;
    border-right: none;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    padding-left:5px;
    background: #f9f9f9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #f9f9f9 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
}

.ees_assetPicker .assetDescription {
    height: 26px;
    line-height: 26px;
    width:320px;
}

.ees_assetPicker .descriptionText {
    overflow: hidden;
    width: 205px;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.ees_assetPicker .assetClearSelection {
    width: 14px;
    height: 14px;
    margin:7px 5px 0px 0px;
    background: url(../Images/clear_restore.png) no-repeat top left;
}

.ees_assetPicker .assetIdWrap {
    color:#A4A4A4;
    font-style:italic;
    padding-left:4px;
}

.ees_assetPicker .assetChangeButton {
    height: 26px;
    line-height: 26px;
    width: 65px;
    color: #fff;
    padding-left: 14px;
    cursor: pointer;
    border: solid 1px #4370ac;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    background: #7da4e3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYTRlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTU2OGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7da4e3 0%, #2a568e 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #7da4e3 0%,#2a568e 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #7da4e3 0%,#2a568e 100%); /* IE10+ */
    background: linear-gradient(top, #7da4e3 0%,#2a568e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da4e3', endColorstr='#2a568e',GradientType=0 ); /* IE6-8 */
}

.ees_assetPicker .assetChangeButton:hover {
    background: #416ba6;
}

.ees_assetPicker .assetIcon {
    padding-left: 32px;
}

/* ---------------------------------------------------------------------------------------------
END: ASSET PICKER
--------------------------------------------------------------------------------------------- */

