﻿@import url("calendar.css");

body
{
    background-color: #5c87b2;
    font-size: 75%;
    font-family: 'Source Sans Pro', Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*color: #696969; */
}

.dxeButtonEdit, .dxeEditAreaSys, .dxeEditArea, .dxeButtonEditSys
{
    font-family: 'Source Sans Pro', Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif !important;
    font-size: 100% !important;
}

.dxeHyperlink
{
    font-family: 'Source Sans Pro', Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif !important;
}

.prominentLink {
    font-weight: bold !important;
    font-size: medium;
}

.fullWidthImportant {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.page
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top:10px;
    min-width: 1000px;
    border: 5px solid #FFFFFF;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    margin-top:0px;
   /* height:140px; */
    background-color:#FFF;
    min-width:742px;

}


#login
{
    position:absolute;
    padding:10px;
    width:512px;
    height:80px;
    left:auto;
    top:0px;
    right:0px;
    font-size:1.1em;
    line-height:16px;
    text-align:right;
    color:#333;
}

#main
{
    padding: 5px 10px 15px 10px;
    background-color: #FFF;
    min-width:682px;
    min-height:440px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    /* clear: both; /* menu has floats so we do this to make sure we are below it before content is laid out */
}

#footer
{
    border-top:1px solid #EEE;
    background-color:#EEE;
    color: #888;
    padding: 7px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer a 
{
    color:#888;
}

/*---------  home page message area needs to reset some styles from the reset.css -----------*/
div.homemessage ul {
    list-style: disc;
}

/*-------------------------------------------------------------------------------------------*/

a:link, a:visited
{
    color: #2f54a7;
    font-weight: normal;  
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
table > tbody th[scope='col'] a:link
{
    text-decoration: underline;
}
table > tbody th[scope='col'] a:hover
{
    text-decoration: none;
}

table > tbody > tr.hidden
{
    display:none;
}

div.Panel_LinksPanel a
{
    font-size: 12pt;
}

div.Panel_LinksPanel span.Panel_LinksPanel_Divider
{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
/*
a:visited
{
    color: #505abc;
}
    
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}
*/

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #123a9a;
}

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;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/*in renderingMode >= 4 use this for the disabled Labels to set the style */
span.aspNetDisabled {
    color: #cccccc;
}

#header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

.headerLabel, .footerLabel
{
    font-weight: bold;
}

/*--------------------------------------------------------*/
/*       LOGIN PAGE Styles                                */
.loginForm 
{
    background-color: #2f59a7;
}
/* MENU   
----------------------------------------------------------*/

nav.menu
{
    background-color: #123a9a;
}

div.menu > ul > li ul
{
    display: none;
    left: 10px;
}

div.menu > ul > li
{
    position: relative;
    float:left;
    list-style: none;
}

div.menu > ul > li > ul
{
    z-index: 56000;
}

div.menu
{
    font-size: 12pt;
}

    div.menu a {
        color: white;
        padding: 5px 4px 5px 4px;
        text-decoration: none;
        white-space: nowrap;
        display: block;
    }

div.menu a:hover
{
    text-decoration: underline;
    background-color: #123a9a;
}

div.menu img.icon {
    border-style: none;
    vertical-align: middle;
}

div.menu img.separator {
    border-style: none;
    display: block;
}

div.menu img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}

div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

  div.menu a.static {
        padding-left: 0.15em;
        padding-right: 0.15em;
    }

    div.menu a.popout {
        background-image: url("../images/menu_popup.gif");
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 14px;
    }

    div.menu a.popout-dynamic {
        background: url("../images/dynamic_menu_popout.gif") no-repeat right center;
        padding-right: 14px;
    }

    div.menu a.dynamic.highlighted {
        background-color: #2255DD;
    }

div.menu .static {
    padding: 2.5px 8px;
}

    div.menu .dynamicMenuItem {
        padding: 5px 4px;
        left: 10px;
        background-color: #123a9a;
        border: 1px solid #e9ecf3;
    }


/* 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;
}

textarea 
{
    min-height: 35px;
    overflow: auto;
}


input[type='submit'], input[type='button']
{
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #e1e1e1 0%, #cdccc8  100%);
}

/* DevExpress button and text edit borders to match the input borders */
.dxeButtonEdit, .dxbButton, .dxeButton {
    border: 1px solid #cccccc;
}

input[type="text"], input[type="password"], input[type="url"] {
    width: 190px;
    border: 1px solid #CCC;
    padding-left: 0;
    padding-right: 0;
}

/*default dropdown width*/
select
{
    width:190px;
}

.mainDiv {
    margin: 20px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
  word-wrap:break-word;
}

table td {
    padding: 2px;
    vertical-align: top;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;   
}


.tableNoBorders table
{
    border-width: 0px;
}

table.listview th {
    padding: 6px 5px;
    text-align: left;
    background-color: black;
    color: white;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.clearLeft
{
    clear: left;
}
.error
{
    color:Red;
}

.errorNewLine 
{
    color: Red;
    white-space: pre;
}

.errorNewLine::before{
    content: "\a";
}

.warningLst
{
    color:orange;
}

.success
{
    color:Green;
}

#menucontainer
{
    margin-top:87px;
}


#logindisplay a:link
{
    color: #333;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: red;
    text-decoration: none;
}

.labelCentred
{
    text-align:center;
    margin-left: 5px;
    margin-right: 5px;
}

.newLineDiv
{
    clear:both;
}


/*styles for the error listing from validations
-----------------------------------------------------------*/
div.errorList
{
    padding-top: 1em;
    padding-bottom: 1em;
}
div.errorList > .error
{
    color: red;
}
/* 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 li
{
    font-weight: bold;
    color: #ff0000;
    list-style-type:disc;
    list-style-position:inside;
    
}

.info
{
    color: black;
    font-weight:bolder;
    height: 100%;
}

.info span.message
{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
    color: red;
}

.warning li
{
    color: Blue;
    list-style-type:disc;
    list-style-position:inside;
    
}

.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;
}

/* custom MY-IP TABLE formatting */

.myip-table 
{
    width:100%;
}
.myip-table th
{
    background-color:#799BFF;
    color:White;
}

table.myip-searchBox td,table.myip-searchBox, table.searchBox td
{
    border:none;
}

table.myip-searchBox td
{
    padding: 2px;
    vertical-align: middle;
}

.myip-searchBox input, .myip-searchBox select
{
    width:310px;
}

.myip-searchBox input[type="checkbox"]
{
    width:auto;
    margin:0px;
}

.myip-searchBox input[type="radio"]
{
    width:auto;
    margin: 0 10px 0 10px;
    height:15px;
}

.myip-searchBoxLabel
{
    width: 145px;
}

.myip-searchBoxFilter
{
    width: 320px;
}

.searchBtn-container
{
    height: 2em;
    position:relative;
}
.searchBtn-container .searchBtn-content
{
    position: absolute;
    width: 100%;
    top: 1px;
    display: block;
    text-align:center;
}
.date
{
    width: 100px;
}


.gateRadio label
{
    display:inline-block;
    width:60px;
}



.search.alphabet 
{
    padding:7px;
}

.AZLinks
{
 padding:5px;
 background-color:White;
 border:1px silver solid;
}

a.AZLinks 
{
    text-decoration:none;
}

a.AZLinks:hover
{
    background-color:Gray;
    color:White;
}

/*-----------------------------------------------------------------------------*/ 
.wrapper-projectSelection
{
    height: 4em;
    width: 100%;
    display:table;
    background-color: #ccf0fe;
    margin-bottom: 1em;
}

.wrapper-projectSelection > div
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
    color: black;
}

.wrapper-projectSelection, .wrapper-projectSelection > div > div.wrapper-dropdown > input
{
    font-size: 13pt;
}
.tabDetailsForm, .panelForm
{
    background-color: #f8f8f8;
    border-radius: 4px;
    border: none;
}
.tabDetailsForm > table, table.tabDetailsForm

{
    width: 100%;
}
/*
table.tabDetailsForm tr
{
    background-color: #f8f8f8;
}
    */
/* for details view and the item is a hr. I need to remove any cell padding for the row */
td.formHRHack
{
    padding-left: 0;
    padding-right: 0;
}
td.formHRHack hr
{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* end temporary hacks =============================================================== */

/*-------------------------------------------------------------------------------------*/
/* new style panel forms (agreement etc..)                                             */
.panelForm select, .panelForm input[type='text'], textarea:not(.nohandles) 
{
    width: 450px;
}
.panelForm input.date, .panelForm input.dateWidth
{
    width: 130px;
}
.panelForm input.percentWidth
{
    width: 120px;
}
.panelForm input.currencyWidth
{
    width: 200px;
}
/* for DevExpress spin edits */
.panelForm input.dxeEditArea
{
    width:100%;
}
div.blackFormSeparator
{
    width: 610px;
    color: white;
    background-color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 2.5em;
    display:table;
}
div.blackFormSeparator > div
{
        display: table-cell;
        vertical-align: middle;
        padding-left: 1em;
}

/* DetailsView header */

.detailsViewHeader
{
    vertical-align:middle;
    color:Black;
}

/* force alignment of textboxes in IE7 */
.textbox
{
    margin-left: 0px;
}


.inlinePanel
{
    display: inline;
}

/* JQuery data picker z-index */
#ui-datepicker-div
{
    z-index: 9999999;
}
    
.AddURLLabel
{
    display: inline-block;
    width: 80px;
}

/* Patent Details */

.PatentDetailsItem
{
    margin-bottom:5px;
}

/* remove header from jquery ui tabs
see here - http://keith-wood.name/uiTabs.html */ 

#tabs-nohdr {
	padding: 0px;
	background: none;
	border-width: 0px;
}
#tabs-nohdr .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#tabs-nohdr .ui-tabs-panel {
	background: url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) repeat-x scroll 50% top #f5f3e5;
	border-width: 0px 1px 1px 1px;
}


.buttonRight {
     float: right
}

/*hide gridview columns */
.invisibleColumn
  {
    display: none;
    width: 0px;
  }
  
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 200px;
}

 /* for autocompletes with remote data */
.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}
	
.ui-menu-item 
{
    border-bottom: 1px solid lightgrey;
}

.ui-autocomplete-input
{
    border: 1px solid lightgrey;
}

.ui-datepicker 
{
    padding: 0;
}


.myip-searchBox .searchButton, .myip-searchBox .actionButton,  .searchButton, .actionButton
,div.actionButton 
{
    width:120px;
}
.myip-searchBox *
{
    box-sizing:border-box;
}
.myip-searchBox .buttonRight, .buttonRight
{
    min-width: 120px;
}
.myip-table .actionButton
{
    width: 6em;
}
input.saveButton, input.searchButton[type='submit']
{
   background: linear-gradient(to bottom, #d96c2a 0%, #af4200 100%);
   color: white;
   font-weight: bold;
}

input.addButton , input.addLinkButton, button.addButton, button.addLinkButton, input.addObjButton, button.addObjButton

{
   background: linear-gradient(to bottom, #00b5fc 0%, #0289c1 100%);
   color: white;
   font-weight: bold;
   border-radius: 3px;
}

input.addButton:disabled, button.addButton:disabled {
    background: linear-gradient(to bottom, #d0d7e5 0%, #8ea0bd 100%);
    color: #e1e1e1;
    font-weight: bold;
    border-radius: 3px;
}

.addButtonGeneric{
    background: linear-gradient(to bottom, #00b5fc 0%, #0289c1 100%);
    color: white;
    font-weight: bold;
    border-radius: 3px;
    border: none;
}

.linkingButton, .addButtonImportant {
    background: linear-gradient(to bottom, #00b5fc 0%, #0289c1 100%) !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    /*text-transform: uppercase !important;*/
    border: none !important;
    padding: 5px 8px !important;
}

input.addButton-notBold
{
   background: linear-gradient(to bottom, #00b5fc 0%, #0289c1 100%);
   color: white;
   border-radius: 3px;
}

button.actionButton, button.addButton, button.addLinkButton, button.saveButton, button.addObjButton {
    border: none;
    padding: 5px 8px;
}

div.dxbButton.actionButton{
    background-image: url("");
}

.searchButton, .addObjButton, .addLinkButton,.saveButton,.cancelButton
{
    text-transform: uppercase;
}
.gridHeaderStyle, .gridHeaderStyle th, .gridHeaderStyle th > a
{
    background-color: black;
    border-bottom: 1px solid black;
    color: #FFFFFF;
   /* font-weight: normal; */
}

.gridRowStyle 
{
    background-color: #F7F6F3;
    color: #333333;
}

.gridRowStyle > tr:hover
{
    background-color: blueviolet;
    color: Red;
}

.gridRowStyleAlt > tr:hover
{
    background-color: blueviolet;
    color: Red;
}

.gridRowStyleAlt 
{
    background-color: #FFFFFF;
    /*color: #284775;*/
}


.gridRowEmptyStyle 
{
    background-color: #F7F6F3;
    color: #333333;
}

.gridRowSelected
{
    background-color:#c0c0c0;
}

.gridTextArea 
{
    vertical-align: bottom;
    max-height: 40px;
}

.gridTextAreaTop
{
    vertical-align: top;
    max-height: 40px;
}

.gridRowhighlighted, .gridRowHighlighting > tbody > tr:hover, tbody > tr.gridRowhighlightonHover:hover
{
    background-color:lightskyblue;
    cursor: pointer;
}

.gridRowSelectedBlue
{
    background-color:Highlight;
    cursor: pointer;
}


.buttonWPNormal 
{
    white-space: normal;
}

.gridInput100pct
{
    padding-left: 3px;
    padding-right: 6px;
}

.gridInput100pct input
{
    width: 100%;
}

.buttonClose 
{
    background:url(../images/closeModern.gif) center center no-repeat !important;
    background-size: 24px !important;
    width: 24px;
    height: 24px;
    border: 0 none;
    cursor:pointer;
}

.showMoreFilters, .showLessFilters, div.homeaddressheader
{
    color: blue;
    cursor:pointer;
}
.showMoreFilters img, .showLessFilters img, img.showMoreFilters, img.showLessFilters
{
    height: 16px;
    width: 16px;
}

.showMoreFilters:hover, .showLessFilters:hover, div.homeaddressheader:hover
{
    color: darkblue;
    background-color: lightskyblue;
}

.showMoreFilters td, .showLessFilters td
{
    text-align: center;
    height: 16px;
}


.hiddenKey 
{
    display: none;
}

.requiredField 
{
    margin-left: 2px;
    font-size: large;
    color: #d68b4a;
}

.divSelContainer
{
    width: 20px;
    height: 20px;
    vertical-align:middle;
    text-align: center;
    padding: 3px;
    cursor:pointer;
}

.divSelContainer:hover
{
    color: lightskyblue;
    background-color: lightskyblue;
}

.divSelContainerSelected
{
    color: lightskyblue;
    background-color: lightskyblue;
}

.imgSelContent
{
    width: 20px;
    height: 20px;
}

.labelButton
{
    cursor: pointer;
}

.labelButton:hover
{
    color: darkblue;
    background-color: lightskyblue;
}

.panelExport 
{
    background-color: White;
    overflow: auto;
    border-style: solid;
    border-color: Blue;
    border-width: 1px;
    box-shadow: 7px 7px 5px -2px rgba(0,0,0,0.51);
}

.panelExportVisibleOverflow {
    background-color: White;
    overflow: visible;
    border-style: solid;
    border-color: Blue;
    border-width: 1px;
    box-shadow: 7px 7px 5px -2px rgba(0,0,0,0.51);
}

.buttonExportPop
{
    width: 100%;
    height: 30px;

    border: 1px #5c87b2 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.buttonReportGraph
{
    background-image: url(/img/chart.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 99% center;

    width: 100%;
    height: 30px;

    border: 1px #5c87b2 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.buttonExportPop:hover, .buttonReportGraph:hover
{
    background-color: lightskyblue;
}

.autocomplete-invalid
{
    background-color: seashell;
}

.timesheetEditBox
{
    width:100%;
    background-color:#efefef;
    border:1px solid #c0c0c0; 
    margin-top:1em;   
}

li.ui-autocomplete-category
{
    font-weight:bold;
}

/*---------------------------------------------------------------------------------*/
/*      jQuery File Tree Customisations                                            */

.jqueryFileTree li.directory
{
    background-image: url('../JQueryFileTree/images/directory-blue.png');
}

.jqueryFileTree li.expanded
{
    background-image: url('../JQueryFileTree/images/folder_open-blue.png');
}

/*---------------------------------------------------------------------------------*/
/*      Droplist button style changes                                              */
div.wrapper-dropdown
{
    display: inline-block;
    position: relative;
    border: 1px solid #CCC;
    background-color: white;
}

div.wrapper-dropdown > input
{
    border: none;
}

div.wrapper-dropdown > button
{
    position:absolute;
    border: none;
    padding: 0;
    height: 100%;
    width: 16px;
    right: 0px;
    top: 0px;
    background: url("../images/down_arrow-black.png") center center no-repeat;
    background-color: #e1e1e1; 
}
/*---------------------------------------------------------------------------------*/
/*      Admin Page styles                                                          */
div.admincolumn2Panel {
    margin-left: 100px;
}


.btn {
    -moz-appearance: none;
    background: #ececec;
    background: linear-gradient(to bottom, #ececec 0%, #dbdbdb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.btnBlue {
    background: #00b2fa;
    background: linear-gradient(to bottom, #d96c2a 0%, #af4200 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    padding: 6px 12px;
    color: #fff;
}
/*---------------------------------------------------------------------------------*/
/*      Dropdown Checklist Styles overrides of the jQuery Theme                    */


span.ui-dropdownchecklist-selector
{
   	/*--padding: 0px 1px 0px 1px;--*/
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ccc;
}
span.ui-dropdownchecklist-selector > div.ui-icon 
{
    position:absolute;
    border: none;
    padding: 0;
    width: 16px;
    right: 0px;
    top: 0px;
    height:100%;

    background: url("../images/down_arrow-black.png") center center no-repeat;
    background-color: #e1e1e1;
}
span.ui-dropdownchecklist-selector > div.ui-icon 
{
}
.ui-widget 
{
    font-family: inherit;
}
span.ui-dropdownchecklist-selector
{
    background: white;
    color: inherit;
    font-weight: inherit;
}

span.ui-state-disabled {
    background: none !important;
    color: inherit;
    font-weight: inherit;
}


div.ui-dropdownchecklist-dropcontainer .ui-state-default
{
    font-weight: inherit;
}
div.ui-dropdownchecklist-dropcontainer .ui-state-default:not(.ui-state-hover)
{
    background: white;
    color: inherit;
}
div.ui-dropdownchecklist-dropcontainer  .ui-state-default > input
{
    margin: 5px;
}

/*-------------------- Search control styles ---------------------------------------------*/

/*One column = 465px*/
#searchclearme {
    width: 940px;
}

/* Div version of Enquiry Search Criteria */
div.searchPanel {
    display: inline-block;
}

div.searchPanel > div:nth-child(1), div.searchBoxLabel {
    width: 145px;
    padding: 2px;
    display: inline-block;
}

.searchBoxFullWidth {
    width: 465px;
    padding: 2px;
    display: inline-block;
}

div.searchPanel > div:nth-child(2), div.searchBoxFilter {
    width: 320px;
    padding: 2px;
    display: inline-block;
}

.searchPointer {
    display: block;
    width: 100%;
}

.searchBoxFilter input[type="checkbox"] {
    width: auto;
    margin: 0px;
}

.searchPointer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------- CHOSEN PLUGIN CUSTOMISATIONS --------------------------------------*/
.chosen-container {
    zoom: 1;
    /*display: inline; */
}
.chosen-container-single .chosen-single {
    height: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    line-height: 20px;
    background: #fCfCfC;
}
    .chosen-container-single .chosen-single abbr {
        top: 4px;
        right: 24px;
    }
    .chosen-container-single .chosen-single div {
        width: 16px;
    }
        .chosen-container-single .chosen-single div b {
            background: #e1e1e1 url('chosen-sprite.png') no-repeat 3px 2px;
        }
.chosen-container-single .chosen-drop {
    border-radius: 0;
}
.chosen-container .chosen-results {
    margin: 0 0px 0px 0;
    padding: 0 2px 0 2px;
}
    .chosen-container .chosen-results li {
        padding-left: 2px;
    }
        .chosen-container .chosen-results li.highlighted {
            background-image: none;
            border: 1px solid #79b7e7;
            background: #d0e5f5 url(glass_bg2.png) 50% 50% repeat-x;
            font-weight: bold;
            color: #1d5987;
        }
.chosen-container-active .chosen-single {
  border: 1px solid #ccc;
  box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 2px;
}

.results-panel {
    overflow-x: auto;
}


.licenseExpiryWarning {
    margin-top: 8px;
    transform: translateY(-6px);
    font-size: medium;
    font-weight: 600;
    color: red;
}

.displayEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ui-dialog {
    z-index: 999999999 !important;
}

.priorityImage {
    background-position: left !important;
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
}

.priorityUnset {
    background-image: url(priorityImg/unset.png) !important;
}

.priorityLowest {
    background-image: url(priorityImg/lowest.png) !important;
}

.priorityLow {
    background-image: url(priorityImg/low.png) !important;
}

.priorityMedium {
    background-image: url(priorityImg/med.png) !important;
}

.priorityHigh {
    background-image: url(priorityImg/high.png) !important;
}

.priorityHighest {
    background-image: url(priorityImg/highest.png) !important;
}

.minDateWidth{
    min-width: 60px;
}