﻿#divModal #divData { display:none; }
#IHI-WebPartItemsSelected #divSelectedItems { width: 150px; }
#IHI-WebPartItemsSelected #selectedItem { 
    color: Black;
    margin: 3px;
    overflow:hidden;
    padding: 1px;
    white-space: nowrap;
}
#IHI-WebPartItemsSelected #selectedItem img { float: right; }
#IHI-WebPartItemsSelected #itemDetails { 
    float: left;
    overflow: hidden;
    width: 85%;
}
#ezEditor
{
    border: 1px Solid Black;
    display:none;
    width: 96%;
    padding: 1px;
    margin-bottom:10px;
}

#ezEditor .closeDiv
{
    display:none;
}

#ezEditor .readOnlyTextBox
{
    border-style:none !important;
    /*overflow:auto !important;*/
}

#ezEditor textarea.readOnlyTextBox
{
    overflow:auto !important;
}

#ezEditor tr td
{
    font-weight:bold;
    min-width:25%;
    vertical-align:top;
    font-size:10px;
}

#ezEditor tr td select
{
    font-size:9px;
}

#ezEditor tr td input, textarea
{
    font-size:11px;
}

#ezEditor tr td .relativeWidth
{
    width: 99%;
}

#checkBoxTreeView  
{
    font-weight:normal !important;
    overflow-x:visible;
    width:128px;
    cursor:hand;
}

#checkBoxTreeView .selectedText
{
    border: 1px Solid #a0a0a0;
}

#checkBoxTreeView .selectedText:hover
{
    border:2px Solid #42749D;
}

#checkBoxTreeView > div
{
    min-width:128px;
    color:Black;
}

#checkBoxTreeView .imgDropDown
{
    cursor:hand !important; 
    height:15px;
}

#checkBoxTreeView .divSelectedItems
{
    text-decoration:none !important; 
    cursor:pointer; 
    float:left; 
    width:112px; 
    overflow:hidden; 
    white-space:nowrap; 
    height:15px; 
    font-size:12px;
}

#checkBoxTreeView .divCheckBoxTree
{
    position:absolute; 
    background:#ffffff; 
    border:1px Solid #a0a0a0; 
    white-space:nowrap; 
    padding-right:3px; 
    overflow:auto;
}

#checkBoxTreeView .divCheckBoxTree ul
{
    margin-left:0px; 
    padding-left:0px;
}

#checkBoxTreeView .divCheckBoxTree .checkBoxtreeView_ChildItems
{
    display:block;
}

#checkBoxTreeView .closeDiv
{
    display:none;
}

#checkBoxTreeView .openDiv
{
    display:block;
}

.datePicker
{
}

#SPTreeList
{
    max-width:250px;
    padding:3px;
    border:1px Solid Black;
}

#SPTreeList a
{
    text-decoration:none !important;
}

#SPTreeList .selectedValue
{
    margin:1px;
    padding:2px;
    width:97%;
}

#SPTreeList .selectedValue:hover
{
    border:1px Solid Red;
}

#SPTreeList .selectedList
{
    max-width:250px;
    overflow-x:hidden;
    padding:1px;
    white-space:nowrap;
}

#SPTreeList .selectedText
{
    color:Black;
    max-width:200px;
    overflow-x:hidden;
    white-space:nowrap;
}

#SPTreeList .removeLink
{
    float:right;
}

.wp-showHidePropertiesLink
{
    margin-bottom:5px;
    margin-top:5px;
    display:block;
}

.wp-taxonomyPicker
{
}

.taxonomyControlWidth
{
    /*This is for giving some space for the Filter type selection (And or Or)*/
    width:94%;
}

#divSearchItems.wp-SearchItems
{
    margin:2px;
    color:Black;
    width:99% !important;
    overflow-y:auto;
}

#divSearchItems.wp-SearchItems .wp-header
{
    font-size:12px;
    font-weight:bold;
    margin-bottom: 5px;
}

#divSearchItems.wp-SearchItems .wp-PopupButtons
{
    width:99%;
    text-align:right;
    margin-top:2px;
    margin-bottom:2px;
}

#divSearchItems.wp-SearchItems .wp-PopupButtons input
{
    padding-right:5px;
    padding-left:5px;
}

#divSearchItems.wp-SearchItems .wp-FilteredItems
{
    width:99%;
    max-height:99%;
    overflow:auto;
}

#divSearchItems.wp-SearchItems .wp-Items 
{
    width:98%;
}

#divSearchItems.wp-SearchItems .wp-Items UL
{
    list-style:none;
    padding:0px;
}

#divSearchItems.wp-SearchItems .wp-Items UL LI
{
    margin-top:0px;
    margin-bottom:2px;
}

#divSearchItems.wp-SearchItems .closeDiv
{
    display:none;
}

#divUploadPreviewImage a
{
    max-width: 150px;
    overflow:hidden;
    float:left;
}

#divSelectMedia a
{
    max-width: 150px;
    overflow: hidden;
    float:left;
}