﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


body {
    background-color: #e1e1e1;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    padding: 0;
    color: #eeeeee;
    position:fixed;
    left:2px;
    right:2px;
    top:2px;
    bottom:2px;
    min-height:150px;
    min-width:600px;
}

img {
    border-style: none;
}

button > * {
 vertical-align: middle;
}

a:visited {
    color: #505abc;
}

a:hover {
    /*color: #1d60ff;*/
    text-decoration: none;
}

p, ul {
    line-height: 1.6em;
}

header,
footer,
nav,
#relocateCell,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page 
{
    width:100%;
    height: 100%;
}

#header {
    color: #000;
    position:relative;
    height:60px;
}

#headerMain
{
    background:white;
    border: 1px solid #C8C8C8;
    min-width: 570px;
    float: right;
}

#headerLeft
{
    float:left;
}

#headerRight
{
    float:right;
    margin-right:5px;
}

/* The div that host the company logo that can be found in the top-left hand corner of the UI. */
#logoDiv
{
    float:left;
}

/* span that contains the application version string. */
#logoDiv span
{
    margin-left: -60px;
    font-size: 80%;
    color: #8B8787;
}

/* Menu and Toolbar items
----------------------------------------------------------*/
#searchForm
{
    display:inline;
    padding-left:0px;
}

#searchInputDiv
{
    float: right;
    padding-top: 6px;
}


#toolbar
{
    width:100%;
    height:40px;
    margin-bottom:10px;
    color:Black;
    background:white;
    border: 1px solid #C8C8C8;
    min-width: 880px;
}

.toolbarTitle
{
    float:left;
    margin-top: 12px;
    margin-left:5px;
}

#toolbar h1
{
    margin: 0;
    padding-left:5px;
}

header h1, #header h1 
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

/*
   Start of the asset creation form section.
*/
#formDiv
{
    padding-left:14px;
    padding-bottom:5px;
    display:none;
}

#formDiv select
{
    max-width: 205px;
}

#formErrorSpan, #changePasswordErrorLabel
{
    color:red;
}

#logonErrorMessage 
{
    color:red;
    overflow-wrap:break-word;
}
.requiredInputMarker
{
    color:red;
}

.assetUpload.edit, .assetUpload.replace, .assetUpload.link
{
    background:white;
    border: 1px solid black;
}

.assetUpload.edit span div, .assetUpload.link span div
{
    display: inline;
}

.assetUpload.edit span div a, .assetUpload.link span div a
{
    line-height: 1.5em;
}
#languageDropdown
{
    line-height: 2.8em;
}

#inputTable
{
    max-height:400px;
    overflow:auto;
}

/* adds a gap to the right of the inputs on the form. */
.inputTableInputCell
{
    padding-right:30px;
}

/* Line-up the OK Cancel buttons to the inputs on the form. */
.inputTableOkCancelSpan
{
    margin-right:28px;
}

.inputTableOkCancelSpan button
{
    background-color:#999999;
}

/* Start of the list component in th eassets form. */
.ListInput
{
    display: block;
    max-height: 150px;
    min-height: 20px;
    width: 300px;
    overflow-y: scroll;
}

.item-list-view
{
    width: 97%;
    padding: 3px;
}

.list-edit-buttons
{
    width: 70px;
}

.list-input-div, .list-display-div
{
    width: 95%;
}

/* Start of the list component in th eassets form. */


/*
    The start of the assests page section
*/
#allItemButtons
{
    float:right;
    margin-right:5px;
    margin-top:2px;
}

#itemOrderButton a
{
    margin:0;
}

#addToOrderButton
{
    margin-left:10px;
}

.toolbarIconButtoon
{
    padding:0px;
}

#assetsGridDiv
{
    width:100%;
    position: relative;
    overflow: hidden;
}

#assetsTable
{
    background:white;
    width:100%;
    height:300px; /* Dynamically changed */
}

#breadCrumbSpan
{
    float:left;
    margin-top:10px;
    margin-left:5px;
}

/*
    End of the assests page section.
*/

/* No longer in page, but keeping here just in case */
#copyRightLabel
{
    float:left;
}

#intericaLabel
{
    float:right;
    border-style:none;
} 

.tabs 
{
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
}

.tabs li 
{
    display: inline;
}

.tabs li a 
{
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    cursor:pointer;
}

.tabs li.active a 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
    cursor:auto;
}

/* The area between the tabs and the footer that hosts the partial views. */
.basicBorder
{
    border: 1px solid black;
}

.drawQueryResultViewTitle
{
    font-size: 1.2em;
    margin-bottom: 0.6em;
}

#partialHost
{
    color:Black;
    margin-top:10px;
}

/* Start of the map page section */
.drawQueryResultMoreButton
{
    float: none !important;
    text-align: center;
    width: 30% !important;
    padding-bottom: 5px;
    margin-left: 55%;
}

.drawQueryResultSeperator
{
    margin-bottom: 3px;
    margin-top: 20px;
    width:90%;
}

.drawQueryResultMoreButton div
{
    position: inherit !important;
}

.drawQueryResultsItem
{
    display: block;
}

.drawQueryLabelCell, .drawQueryValueCell
{
    text-align: left;
}

.mapResultItemProperty, .mapResultsViewTotal
{
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#coordinates
{
    float:left;
    position:relative;
    margin-top:13px;
    margin-left:13px;
}

#mapLabelCheckbox
{
    vertical-align: middle;
}

#mapControls
{
    float:right;
    margin-top:8px;
    margin-right:8px;
    margin-bottom:8px;
}

#mapControls span .ui-dropdownchecklist-selector, #mapControls span .ui-dropdownchecklist-text
{
    min-width: 160px !important;
    padding-left: 6px;
    font-family: "Trebuchet MS",Verdana,Helvetica,Sans-Serif;
    color:black;
}

#mainMapPartialDiv
{
    display:inline;
}

#latitudeDiv
{
    min-width:150px;
    display:inline; 
    top:0px; 
    left:15px;
}

#longitudeDiv
{
    display:inline;
    position:absolute;
    top:0px;
    left:110px;
    width:150px;
}

#drawButtonDiv
{
    display:inline;
    position:absolute;
    top:0px;
    left:200px;
    min-width:150px;
}

#MapDrawLabel
{
    min-width: 100px;
    text-align: center;
    top: -3px;
}

#mainMapDisplayDiv
{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

#mapDiv, .totalWidth
{
    width: 100%;
}

#mapResultsToggleDiv
{
    position: absolute;
    z-index: 1;
    width: 0px;
    text-align: left;
    border:solid 1px #c3c3c3;
    overflow: scroll;
    visibility: hidden;
    z-index: 1;
    right: 5px;
    top: 58px;
    bottom: 46px;
    background-color: #ffffff;
    padding-left: 10px;
}

#mapResultsDisplayPanel
{
    margin-top: 28px;
    z-index: 1;
}

#mapResultsClosePanelButton
{
    float: left;
    background-color: #ffffff;
    margin-left: -15px;
}

.mapResultItem
{
    margin: 5px;
}

.ui-dropdownchecklist-dropcontainer-wrapper
{
    z-index: 2 !important;
}

/* End of the map page section */

/* Start of search results page section */
#searchDoumentSnippets em
{
    font-weight:bold;
}

#searchResultMainDiv
{
    right: 5px;
}

#searchToolbar
{
    width:100%;
    height:40px;
    margin-bottom:10px;
    color:Black;
    background:white;
    border: 1px solid #C8C8C8;
}

.loadingText
{
    display:block;
    text-align:center;
}

#noResultsLabel
{
    display:block;
    text-align:center;
    word-wrap: break-word;
}

#loadingImg
{
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.searchResultsContent 
{
    background-color:White;
    border: 1px solid #C8C8C8;
}

#searchResults
{
    background-color:White;
    overflow:scroll;
    float: right;
    width: 100%;
}

#searchResultsViewsList
{
    background-color:White;
}

.searchResultCentre
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
}

.searchResultItem
{
    padding-left:12px;
    padding-top:12px;
}

.searchResultItem .title
{
    font-size: medium;
}

.searchResultItem .type
{
    color:Green;
    display:block;
}

.searchResultItem .snippets ul
{
    padding:0;
    margin-top:0;
}

.searchResultItem .snippets li
{
    list-style: none;
}


#SearchResultTitle
{
    float:left;
    margin-left:12px;
    margin-top: 12px;
}

#RecentSearchSpan
{
    float:right;
    margin-right:5px;
    margin-top:9px;
}

#searchSelect
{
    width:150px;
}


/* End of search results page section */


/*
    The area that host the main tabs and the partialHost.
*/
#main 
{
    position:relative;
    left:0px;
    right:0px;
    padding: 0px;
    background-color:  #e1e1e1; /* #eeeeee;*/
}

footer, 
#footer 
{
    height: 1em;
    padding: 0 1em 0 1em;
    position: absolute;    
    bottom:2px;
    left:1px;
    right:1px;
    color: #222;
    padding: 0 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 0 0;
}

table.HtmlClickableTable td.dbclickable
{
    cursor:pointer;
}


/* TAB MENU   
----------------------------------------------------------*/
.menuTab
{
    margin: 0px;
    float: left; /* Forces menuTab to only take up the room it needs */
    text-align: left;
    padding-left: 0px;
    margin-bottom:3px;
}

.menuTab li 
{
    float: left;
    list-style: none;
    text-align: left;
}

.menuTab li div
{
    display:inline;
    vertical-align:middle;
    top:6px;
}

.menuTab li div a 
{
    line-height: 0em;
    display:inline-block;
    height:20px;
    min-width: 80px;
    text-align:center;
}

/* BUTTON STYLE ELEMENTS   
------------------------------------------------------------------------*/

button
{
    margin-left:3px;
    margin-right:3px;
    background-color: #c8c8c8;
    border: 1px solid transparent;
    cursor: pointer;
}

button:hover
{
    background-color: #CEE6FA;
    border: 1px solid #C8C8C8;
}

button:active
{
    background-color: #9BC6F2;
    border: 1px inset #C8C8C8;
}

.boxButton
{
    margin-top:3px;
    margin-left:1px;
}

.boxButton.dropdown img
{
    padding:0px !important ;
}

.boxButton.iconOnly img
{
    padding:0;
    bottom:0px;
    left:0px;
    right:0px;
}

boxButton.iconWithText img
{
    padding-right: 5px;
    padding-left:0;
    padding-top:0;
    padding-bottom: 0px;
}

div.boxButton
{
    display:inline;
}

.boxButton a 
{
    padding: 7px;
    text-decoration: none;
    color: Black;
    line-height: 2.8em;
    border-style:none;
    margin-left:2px;
    border: 1px solid transparent;    
}

.boxButton.iconOnly a
{
    padding: 3px;
}

.boxButton.iconWithText a
{
    padding: 3px;
}

.boxButton.dropdown a
{
    padding: 3px;
}

.boxButton.dropdown.deselected a, .boxButton.iconOnly.deselected a, .boxButton.iconWithText.deselected a 
{
    background:none;
    cursor:pointer;
}

.boxButton img 
{
    vertical-align:middle;
    position:relative;
    top:-2px;
    opacity:0.9;
    text-align: center;
    padding-right: 6px;
}

.boxButton.deselected a 
{
    background-color: #c8c8c8;
    border: 1px solid transparent !important;  
    cursor:pointer;
}

.boxButton.selected a, .boxButton.selected div a
{
    background-color: #9BC6F2 !important;
    border: 1px solid transparent !important;
}

.boxButton.deselected a:hover
{
    background-color: #CEE6FA;
}

.boxButton.deselected a:active
{
    background-color: #9BC6F2;
}

.boxButton.selected {
    cursor:auto;
}

.boxButton.disabled a
{
    background: none;
    border: 1px solid transparent !important;  
    cursor:auto !important;
}

.buttonSeparator
{
    margin-top:3px;
    margin-left:1px;
}

.buttonSeparator img 
{
    vertical-align:middle;
    position:relative;
    top:-2px;
    opacity:0.9;
    text-align: center;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid black;
    padding: 2px;
    /*font-size: 1.2em;*/
    color: #444;
    width: 200px;
}

#inputTable td {
    vertical-align: top;
}

.inputValidationError {
    border: 1px solid red !important;
}

.validationErrorBox {
    font-size: 0.75em;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Styling for admin list 
------------------------------------------------------------*/
#searchResultMainDiv #searchToolbar 
{
    float:right !important;
}

#adminToolbar
{
    width:100%;
    height:40px;
    margin-bottom:10px;
    background:white;
    border: 1px solid #C8C8C8;
    float:right !important;
}

#referenceTableList
{
    width: 100%;
}

#adminMenu, #searchResultsViewsDiv
{
    width:200px; 
    height:100%; 
    float:left; 
    display:block;
    overflow-x:hidden;
    overflow-y:auto;
}

#bulkuploadAddCatalogueSpan {
    width: 100%;
    display:inline;
}

#bulkUploadButtonsTable {
    float: right;
}

#mainAdminDiv, #searchResultMainDiv
{
    display:block;
}

#adminView, #searchResultsDisplayDiv
{
    width:500px; 
    height:100%; 
    float:right;
}

.navcontainer { width: 200px; }

.navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.navcontainer a
{
    display: block;
    color:black;
    padding: 3px 3px 3px 12px;
    width: 185px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.navcontainer a.selected
{
    background-color: #9BC6F2;
}

.navcontainer a:link, .navlist a:visited
{
    text-decoration: none;
}

.navcontainer a:hover
{
     background-color: #CEE6FA;
     cursor: pointer;
}

.navcontainer a:active
{
     background-color: #9BC6F2;
}

.navcontainer .sectionHeader 
{
    font-weight: bold;
    padding-left: 2px;
    margin-top: -7px;
}

.navcontainer .sectionSpace 
{
    padding-top:10px;
}

#userAdminEditButtonsSpan
{
    float: right;
}

.iconTabelCellSpan 
{
    width: 100%;
    text-align: center;
}

.iconInTableCell 
{
    margin: auto;
    vertical-align: middle;
}

.AdministrationExpandoChildItem
{
    padding-left: 30px;
}

.EmptyAdministrationExpandoParent
{
    padding-left: 16px;
}

.AdministrationFormSpacing 
{
    padding-bottom: 10px;
}

/* Styling for top admin menu
------------------------------------------------------------*/
.menuList
{	margin: 0;
    padding: 0;
}

.menuList li, .ui-menu-item
{	
    margin: 3px 0px 0px 0px;
    padding: 0;
    list-style: none;
    float: left;
}

.menuList .boxButton
{
    margin-top: 3px;
}

/* Start of search auto complete section. */
.ui-autocomplete 
{
    margin: 0px;
    padding: 0px;
}

.ui-menu-item 
{
    font-size: 0.85em;
    font-family: "Trebuchet MS",Verdana,Helvetica,Sans-Serif;
    float: none;
    width: 100%;
    height: 100%;
}

.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-widget-content .ui-state-hover, .ui-autocomplete li:hover
{ 
    background: rgb(155, 198, 242) !important;
    border: 0px hidden #aaaaaa !important;
    display:block;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* End of search auto complete section. */

#userOptions
{	
    z-index: 50;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #C8C8C8;
}

#userOptions a
{	
    line-height:normal;
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background-color: white;
}

#localeOptions 
{
    z-index: 50;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #C8C8C8;
}

#localeOptions a 
{
    line-height:normal;
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background-color: white;

}

#userOptions a:hover
{	
    background-color:#CEE6FA;
}

#userOptions a:active
{	
    background-color:#9BC6F2;
}

#usernameMenu
{
    padding-right:10px;
}

/* Start of the map infomation window section */
#mapInfoSpan button
{
    background: none repeat scroll 0 0 #C8C8C8;
    border: 1px solid #C8C8C8;
    cursor: pointer;
}

#mapInfoSpan button:hover
{
    background-color: #CEE6FA;
}

/* End of the map infomation window section */

/* Start of busy  cursor*/
#busyCursor 
{
    z-index: 1;
    position:absolute;
    margin: -50px 0 0 -50px;
    left: 50%;
    top: 50%;
    visibility: hidden;  
}

#busyId 
{
    visibility: hidden;  
    width:100%;
    height:100%;
    top: 5%;
    z-index: 1;
}

/* Start of Server log page styles */
#LogFileData 
{
    visibility: hidden;
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    font-size: small;
    overflow: scroll;
    width:98%;
    height:100%;
}

#ServerLogTable
{
    visibility: visible;
    height: 100%;
    background: white;
    margin-bottom: 10px;
}

#logFileNameInToolBar 
{
      visibility: visible;
       margin-top: 10px;
       margin-left:5px;
       position: relative
}
/* End of Server log page styles */

/* Start of Licence page*/
.licenceTable
{
   padding:10px;
}

.adminMainContent
{
    background-color: white;
    border: 1px solid #C8C8C8;
}

.licenceTableHidden
{
    display:none;
}
.licenceMessage 
{
    display:none;
}
#licenceMessage 
{
    display:none;
    color:red;  
    padding:10px; 
}

/*End Of Licence page*/
/* Start of Licence expiry warning bar */
.applicationWarningBar
{
    background-color: #f2dd9c;
}

.applicationErrorBar
{
    background-color: red;
}

.applicationWarningCloseImg
{
    left: -10px;
}

.applicationNotificationBar
{
    cursor: pointer;
    padding-top: 1px;
    margin-left: -10px;
    margin-right: -10px;
    top: -10px;
    justify-content: center;
    text-align: center;
    vertical-align: text-top;
    height: 44px;
    position: relative;
    color: #000;
}

.closeApplicationBarButton
{
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    right:    0;
    bottom:   0;
    height: 100%;
    width: 35px;
}

.warningBarText 
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

.closeWarningBarIcon 
{
    padding-right: 3px;
}
/* End of Licence expiry warning bar */
/* Start of file upload page*/
#BulkUploadTable
{
    visibility: visible;
    width:100%;
    background: white;
    margin-bottom: 10px;
}

#overalProgressbar
{
    height:20px;
    display:inline-block;
    text-align:center;
    z-index : 1;
}

#overalProgressbarText 
{
    position: absolute;
    margin-top: 1px;  
    /*left: 30%;*/
    z-index : 1;
}

.progressStatus 
{
     margin-bottom: 10px;
}

#progress 
{
    width: 100%
}
.progressbar
{
    text-align:center;
}

#fileUploadTable .k-upload 
{
    background-image: none, linear-gradient(to bottom,  #e1e1e1 0px,  #e1e1e1 100%) !important;
    border:none;
}

#progressbar > span
{
    visibility:hidden;
}
#FileUploadBrowserReminder 
{
    visibility:hidden;
    color:red;
}

#FileExceedSizeLimitReminder 
{
    display:none;
    color:red;
}


/*End of bulk upload page*/
/* Start of bulk validation page */
#bulkValidationContent 
{
    background-color: #FFF;
    padding: 10px;
}

#BulkValidation_csvUploadLabelCell 
{
 padding-top:4px;
}

.TemplateBoxButton a 
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    color: Black;
    line-height: 2.8em;
    border-style:none;
    margin-left:2px;
    border: 1px solid transparent;    
}

.TemplateBoxButton.deselected a:hover
{
    background-color: #CEE6FA;
}

.TemplateBoxButton.disabled a 
{
    opacity:0.5;
}

.TemplateBoxButton.deselected a 
{
    background-color: #c8c8c8;
    border: 1px solid transparent !important;  
    cursor:pointer;
}
/* End of bulk validation page */
/*Start of placeholder styles*/
#placeHolder 
{
    float: right;
    background-color: #e1e1e1;
    width: 40px;
    height: 60px;
    position: absolute;
    margin-right: -15px;
    right: 0;
    z-index: -1;
}
/*end of placeholder styles*/
/*Start of physical item*/
.physicalOnly
{
    display: none;
}
/*End of physical item*/

/* Start of the external file validation view. */

#ExternalContentDiv {
    margin-top: 5px;
}

#startScanItem
{
    margin-top: 0px;
}

#externalFileVidilationContent
{
    padding: 5px;
}

#startScanList
{
    float: left;
}
/* End of the external file validation view. */

/* Common classs for long running task data views */
.PreTaskRunDisplay
{
    padding: 5px;
}

#viewReindexProgressTable
{
    border: 0px none;
}

#searchIndexContent
{
    overflow-y: scroll;
}
/* End of common classs for long running task data views */

/* Start of asset permission form */

#permissionDiv 
{
    padding-left:14px;
    padding-bottom:5px;
    display: none;
}
.permissionSection 
{
    margin-left: 5px;
}

.applyPermission 
{
    padding-left: 30%
}
/* End of asset permission form */

/*Start of filter menu*/

.k-filter-menu
{
    background: #eeeeee
}
/*End of filter menu*/

/*Start of View As menu*/
#viewAslist 
{
    padding-left: 20px
}
#currentViewedAs 
{
    visibility:hidden
}
/*End of View As menu*/

/** Start of advanced search **/
.advancedSearchContainer {
    background-color: white;
    border: 1px solid #C8C8C8;
}

#advancedSearchBuilderContainer {
    display: block;
    padding: 5px;
}

#advancedSearchQueryCountLabel {
    padding: 5px;
}

#advancedSearchGrid {
    padding-bottom: 2px;
}

.advancedSearchValueButtons {
    display: inline;
}

.advancedSearchValueButtons div a {
    vertical-align: middle;
    line-height: 2.2em !important;
    cursor: pointer;
}

.searchButtonsContainer {
    float: right;
    padding-left: 5px;
}

.SingleClearButton 
{
    float: left;
    padding-left:5px;
    margin-top: -5px
}

.advancedSearchValueInputcontainer {
    float: left;
}

.advancedSearchCriteriaContainer {
    display: inline-block;
}

.searchCriteriaComponent, .viewCriteriaComponent {
    height: 100%;
    float: left;
    padding-bottom: 5px;
}

.SearchCriteriaPromptText {
    margin-left: 5px;
    margin-right: 5px;
}

.TextValueInput {
    height: 22px;
}

.ListValueInput {
    font-size: .85em;
    font-family: Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
}
/** End of advanced search **/