/***************************************************
        Styles that are universal to all Sapienza applications (within the ECLIPSE suite)
        @author tdewhirst (various original authors - this file needs to be cleaned up)
***************************************************/

/* Import the styles for the SapActionMenu */
@import url(sapactionmenu.css);
/* Import Dojo overrides */
@import url(dojo.css);
/* Import tab overrides */
@import url(../../tabs/stylesheet/tabs.css);
/* Import AIM Shared styles */
@import url(../../../aim/stylesheet/aimShared.css);
/* Import print css */
@import url(print.css);

body {
    background-color: #FFFFFF;
    text-align: center;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 12px;
    margin:0
}
p{
    font-size:small
}
form{
    padding:0;
    margin:0
}
#tilesMenuContainer{
    position:relative;
    z-index:50;
    border:none;
    height:1px;
}
#tilesHeaderContainer{
    position:relative;
    z-index:25;
    margin-top: -48px;
}
#tilesBodyContainer{
    margin:0;
    padding: 115px 15px 30px;
    text-align: left;
    position:relative;
    z-index:10
}
#popUpBodyContainer{
    position:relative;
    z-index:10;
    margin:0;
    padding:30px 20px;
}
#tilesIframeContainer{
    margin:0;
    padding: 30px 0;
    text-align: left;
    position:relative;
    z-index:10
}
#tabContentContainer{ /* DEPRECATED - TODO: change all HTML to use the CLASS rather than the ID */
    margin:15px;
    text-align: left;
    overflow: auto; /* allows horizontal scroll for wide tables */
    padding: 8px 0 0 0; /* allows field set legend to display properly */
}
div.tabContentContainer{
    margin:15px;
    text-align:left;
    overflow: auto; /* allows horizontal scroll for wide tables */
    padding: 8px 0 0 0; /* allows field set legend to display properly */
}

#homeButton a{
    width:18px;
    height:18px;
    float:left;
    background: url(../images/home_btn.gif) left top no-repeat;
    text-decoration:none;
}

#homeButton a:hover{
    background: url(../images/home_down_btn.gif) left top no-repeat;
}

/* old pageHeader */
#pageHeader {
    font-weight:bold;
    text-align:left;
    padding:5px 5px;
}


.display-inline {
    display: inline;
}

/* Enforce border removal */
.borderless {
    border: none !important;
}

/**********************/
/* New Header Menu (Implemented in DCCM/PAM/AIM Feb 2010), keeping old styles for other apps */
/**********************/
#newPageHeader{
    width:100%;
    font-weight:bold;
    text-align:left;
    margin:76px 0 0 0;
    height:27px;
    position:fixed;
    left:0;
}

#nestedPageHeader{
    width:100%;
    font-weight:bold;
    text-align:left;
    margin:0;
    height:27px;
    position:fixed;
    left:0;
    background: url(../images/headerBackground_wrapper.gif) repeat-x top left;
}

#newPageTitle{
    text-align: left;
    height:27px;
    float:left;
}

#newPageTitle h1{
    padding:3px 10px 0 10px;
    margin:0;
    font-size:1.2em;
    color:#4093F1;
    float:left
}

#newPageTitleEnd{
    width:30px;
    height:27px;
    float:left;
}

/**********************/
/* HEADINGS  */
/**********************/

h1.pageTitle{ /* DEPRECATED use #pageHeader instead */
    padding:3px 10px 0;
    font-size:1.5em;
    margin:30px 0 0;
    color:#4093F1;
    text-align: left;
}

h4 {
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:0;
    border:1px solid red
}
/**********************/
/* HYPERLINK default styles */
/**********************/
.ui-widget-content a, a {
    color: #0066FF;
    text-decoration: underline;
    cursor:pointer
}
a:link {
    color: #0066FF;
    text-decoration: underline;
}
a:visited {
    color: #0066FF;
    text-decoration: underline;
}
a:hover {
    color: #0066FF;
    text-decoration: underline;
}
a:active {
    color: #0066FF;
    text-decoration: underline;
}
a img{ /* by default don't put borders on hyperlinked images */
    border:0
}
/**********************/
/* MESSAGES  (declarations are kept generic on purpose - to allow the class to be used on any kind of element) */
/**********************/
.confirmationMsg{
    color:#008F13;
    font-weight:bold;
    font-size:1em;
    list-style-type: none;
    margin:0;
    padding:0

}
.infoMessage{
    color:#6F6F6F;
    font-weight:bold;
    font-size:1em;
    list-style-type: none;
    margin:0;
    padding:0
}

.errorMsg{
    color:red;
    font-weight:bold;
    font-size:1em;
    list-style-type: none;
    margin:0;
    padding:0
}
/**********************/
/* FIELDSETs (and their LEGENDs) */
/**********************/
fieldset{
    border:#B8DCEE 1px solid;
    display:block;
    margin:0 auto 20px;
    padding:0 10px 1px;
    width:96%
}

legend{
    border:#B8DCEE 1px solid;
    color:#000000;
    font-weight:bold;
    font-size:13px;
    background-color:#FFFFFF;
    text-align:center;
    margin:0 0 10px 0;
    padding:1px 10px 1px;
}
/**********************/
/* DIV FIELDSETS DC 05/03/10 */
/**********************/
.fieldset {
    border:#B8DCEE 1px solid;
    background:#fff;
    position: relative;
    margin:10px auto 20px;
    padding:20px 10px 10px;
    zoom: 1;
}
.legend {
    border:#B8DCEE 1px solid;
    left: 1.3em;
    top: -0.7em;
    position: absolute;
    background: #fff;
    font-weight: bold;
    font-size:13px;
    padding: 1px 10px 1px;
}
.content {
    margin: 1em 0.5em 0.5em 0.5em;
    background:#fff;
}
/**********************/
/* FORMS */
/**********************/
input.primarySubmitButton, input.secondarySubmitButton, input.redSubmitButton, input.greenSubmitButton, input.orangeSubmitButton, input.greySubmitButton {
    background: #3399CC url(../images/submit_button_bgd.gif) left top repeat-x;
    color:#000000;
    font-weight:normal;
    border:1px #3399CC solid;
    margin:0;
    cursor:pointer;
    height:24px
}

input.secondarySubmitButton {
    background: #3399CC url(../images/submit_button_bgd2.gif) left top repeat-x;
    border:1px #CCCCCC solid;
}

input.redSubmitButton {
    background: #3399CC url(../images/submit_button_red.gif) left top repeat-x;
    border:1px #EC0000 solid;
}

input.greenSubmitButton {
    background: #3399CC url(../images/submit_button_green.gif) left top repeat-x;
    border:1px #009900 solid;
}

input.orangeSubmitButton {
    background: #3399CC url(../images/submit_button_orange.gif) left top repeat-x;
    border:1px #FF8A00 solid;;
}

input.greySubmitButton {
    background: #3399CC url(../images/submit_button_grey.gif) left top repeat-x;
    border:1px #C0C0D1 solid;;
}

input.primarySubmitButton:disabled, input.secondarySubmitButton:disabled {
    background: #3399CC url(../images/submit_button_grey.gif) left top repeat-x;
    border:1px #C0C0D1 solid;;
    color:grey;
    cursor:default;
}

div.buttonsContainer{
    height:30px;
    margin-top:30px
}

span.leftGroup{
    float:left
}

span.rightGroup{
    float:right
}


/* OLD Style
div.buttonsContainer{
    height:30px;  need this to prevent other content floating up into the buttons area
    text-align:center; supports situations where the div contains a submit button that is not wrapped in a specific SPAN tag
    width:80%;
    margin:0 auto
}
div.buttonsContainer span.leftGroup{
    float:left
}
div.buttonsContainer span.rightGroup{
    float:right
}*/


/* Classes to provide uniformity of input/select field sizes (extra small, small, medium, large, extra large) */
.inputXS{
    width:50px
}
.inputSM{
    width:100px
}
.inputMD{
    /* removed width:250px as it was pushing out width of TD in review cycle, but it doesn't affect width of actual field */
}
.inputLG{
    width:350px
}
.inputXL{
    width:480px
}
/**********************/
/* SHOW/HIDE */
/**********************/
.hidden {
    display:none;
    visibility:hidden;
}
.visible {
    display:block;
    visibility:visible;
}
.hiddenElement {
    display: none;
}
.hiddenCell {
    display: none;
}
.centerElement {
    text-align: center !important;
}
.collapsedSection {
    background: url(../images/expand.gif) no-repeat center left;
    padding:3px 5px 5px 20px;
    cursor:pointer;
}
.expandedSection {
    background: url(../images/collapse.gif) no-repeat center left;
    padding:3px 5px 5px 20px;
    cursor:pointer;
}
/**********************/
/* LOADING... */
/**********************/
#loadingContainer{
    position:absolute;
    left:0;
    top:0;
    width:98%
}
img#loadingImage{
    position:relative;
    margin:0 auto;
    padding:100px 300px;
    border:4px double #bcbcbc;
    background-color:#ffffff
}
/**********************/
/* DATE PICKER (sx:datepicker) */
/**********************/
.calendarContainer{
    font-size:14px;
}
/**********************/
/* Generic TABLE styles */
/**********************/
td.noresults{
    text-align:center;
    font-size:small;
    font-style:italic;
    height:50px;
    background-color: #ffffff
}

td.errorresults{
    text-align:center;
    font-size:small;
    font-style:italic;
    height:50px;
    background-color: #FFB9B9;
}
/* TODO PH: span.textCentre added to fix ECL-2074
 see document/list.jsp in dccm for more info*/
td.textCentre, span.textCentre{
    text-align:center;
}
td.textCentreNoWrap,
td.date{
    white-space:nowrap;
    text-align:center;
}
td.textLeft{
    text-align:left;
}
td.textLeftNoWrap{
    white-space:nowrap;
    text-align:left;
}
td.textRight{
    text-align:right;
}
td.textRightNoWrap,
td.number{
    white-space:nowrap;
    text-align:right;
}
/**********************/
/* "DEFAULT" TABLE */
/**********************/
table.default{
    width:800px;
    text-align: justify;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 12px;
    margin:0;
    border-collapse:collapse;
    background:#FFFFFF
}
table.default td{
    padding:6px 5px;
    background:#FFFFFF;
    text-align:left;
    font-style:normal;
    vertical-align: top
}
table.default td.formLabel{
    white-space:nowrap;
    text-align:right;
    padding-left:0
}
table.default label{
    font-weight:bold;
    font-style:normal
}
table.default label.label{ /* this is needed for the sx:datetimepicker which automatically applies class="label" to the label element */
    font-weight:bold;
    font-style:normal;
    padding:0
}

table.default col.default{
    width:160px;
}
/**********************/
/* CHECKBOXLIST (TODO: move me into the displaytag folder? since that's what I relate to!) */
/**********************/
table.checkboxlist{
    border-collapse:collapse;
    width:90%;
    margin:0 auto
}
table.checkboxlist td.checkboxlistItem{
    text-align:center;
    padding:0 5px 10px;
    vertical-align:bottom
}
table.checkboxlist td.empty{
    /* no styles needed */
}
table.checkboxlist label{
    font-weight:normal
}
table.checkboxlist label.checked{
    font-weight:bold;
    color:#3399CC
}
/**********************/
/* APPLICATION INFO / ABOUT */
/**********************/
body#applicationAbout{
    background:#ffffff url(../images/sapienza_logo.gif) right top no-repeat;
    padding:0;
    margin:0;
}
#applicationInfo {
    background-color:#85ADBD;
    text-align: center;
    margin: 15px 90px 5px 70px;
    padding:10px 20px;
    border:4px double #ffffff;
}
#applicationInfo h1 {
    font-size:large;
    color: #4f4f4f;
    margin:0
}
#applicationInfo h2 {
    font-size:medium;
    color:#ffffff;
    font-weight: bold;
    margin:0 0 15px
}


/*******************/
/* Message Styles  */
/*******************/
.successMessage {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin:0 0 10px 0;
    zoom: 1;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    padding: 8px 15px 8px 30px;
    background: url(../images/accept.png) no-repeat 8px 50% #FFFFC6;
    color: #008000;
}

.failureMessage {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin:0 0 10px 0;
    zoom: 1;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    padding: 8px 8px 8px 30px;
    background:url(../images/exclamation.png) no-repeat 8px 50% #FFD7D7;
    color: #FF0000;
}


/* TODO Struts2 Action Message */
.actionMessage{
    color:green;
}

.form-error {
    display:inline-block;
    margin-left: 0.75em;
    font-size: 11px;
}

.errorMessageMaxLength {
    color: red !important;
    font-weight: bold;
    list-style-type: none;
    margin:0 0 10px 0;
    padding:0;
    zoom:1
}

.errorMessage, .form-error {
    color: red !important;
    font-weight: bold;
}

.actionMessage, .errorMessage, .warningMessage{
    font-weight:bold;
    list-style-type: none;
    margin:0 0 10px 0;
    padding:0;
    zoom:1
}

.actionMessage li, .errorMessage li, .warningMessage li{
    line-height:21px;
    padding:0;
    margin:0;
    zoom:1;
}

.actionMessage li span, .errorMessage li span, .warningMessage li span{
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    padding:4px 15px 4px 30px;
    margin:0;
    zoom:1;
}

.actionMessage li span{
    background:url(../images/accept.png) no-repeat 8px 50% #FFFFC6;
    color:#008000;
}

.errorMessage li span{
    background:url(../images/exclamation.png) no-repeat 8px 50% #FFD7D7;
    color:#FF0000;
}

.warningMessage li span{
    background:url(../images/exclamation.png) no-repeat 8px 50% #FFFFC6;
    color:#FF6600;
}

/* Struts2 Radio Tag Default Styling */
.tagRadio{
    text-decoration:none;
    list-style-type:none;
    padding:0;
    margin:0;
}

.tagRadio li{
    display:inline;
    padding:0;
    margin:0
}

/* P tag styling */
p.notes{
    font-size:1em;
    font-family: Verdana
}
#bodyContentContainer p.notes{
    margin-top:0
}


/******************************/
/* Check Box List Grid Styles */
/******************************/

.checkboxListGrid{
    padding:0;
    margin:0
}

.checkboxListGrid li{
    list-style-type:none;
    margin:0 20px 10px 0;
    width:100px;
    text-align:center
}
.checkboxListGrid label.checkboxLabel{
    font-weight:normal;
    margin:0 auto;

}
.checkboxListGrid label.checked{
    color:#3399CC;
    font-weight: bold
}
.checkboxListGrid .checkboxContainer{
    margin:0 auto
}

.verticalList .checkboxListGrid li{
    float:none;
    margin:0 0 10px 0;
    width:auto;
    text-align:left
}

.verticalList .checkboxListGrid .checkboxContainer, .horizontalList .checkboxListGrid .checkboxContainer{
    text-align:left;
    float:left;
}

.verticalList .checkboxListGrid label, .horizontalList .checkboxListGrid label{
    margin:0 0 0 5px
}

.horizontalList .checkboxListGrid li{
    width:auto;
    text-align:left
}

.ib-fix li { display:-moz-inline-box; -moz-box-orient:vertical;
             display:inline-block; vertical-align:top; word-wrap:break-word; }
* html .ib-fix li { display:inline; }
* + html .ib-fix li { display:inline; }
.ib-fix li > * { display:table; table-layout:fixed; overflow:hidden; }


/******************************/
/* DHTMLXTREE Styles          */
/******************************/

/* Keeps dragged folders on top of view */
.dragSpanDiv{
    z-index:100;
}

/******************************/
/* DisplayTag Styles          */
/******************************/

th.sorted a, th.sortable a {
    cursor: pointer;
}

/******************************/
/* AutoComplete Styles          */
/******************************/

/* Overriding new jquery ui autocomplete styles by using the ones used in jquery ui 1.8 (better looking) */
.ui-menu {
    list-style:none;
    padding: 0;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

/******************************/
/* Clear - apply this to divs that contain floats */
/******************************/
/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{display: inline-block;}

/* Hides from IE-mac */
* html .clearfix
{height: 1%;}

.clearfix
{display: block;}
/* End hide from IE-mac */

/***********************/
/* Show/Hide Columns (Override colours in application's CSS file */
/***********************/

#show-columns, #datatables-show-columns{
    background:url("../images/column_filter.png") no-repeat scroll 3px 2px #EBFBE3;
    border:1px solid #6ADA36;
    height:18px;
    width:100px;
    font-family:arial;
    font-size:12px;
    padding:3px 0 0 30px;
    cursor:pointer;
    float:right;
    margin:0 0 10px 0
}

#show-columns:hover, #datatables-show-columns:hover{
    background-color:#DAF8CB
}

#columnsList, #assessmentColumnsList, ._displayOptionsList{
    margin:0;
    padding:0;
    text-align:left
}

#columnsList li, #assessmentColumnsList li, ._displayOptionsList li{
    margin:0;
    padding:0;
    list-style-type:none;
    border-bottom:1px solid #eeeeee;
    line-height:20px;
    height:20px;
    white-space:nowrap
}

#columnsList label, #assessmentColumnsList label, ._displayOptionsList label{
    cursor:pointer;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    color:#666666;
}

/***********************/
/* Green Add Button    */
/***********************/

.greenAdd{
    background:url("../images/add.png") no-repeat scroll 3px 2px #EBFBE3;
    border:1px solid #6ADA36;
    height:18px;
    font-family:arial;
    font-size:12px;
    padding:3px 15px 0 30px;
    cursor:pointer;
    margin:0 0 10px 0
}

.greenAdd:hover{
    background-color:#DAF8CB
}

/***********************/
/* Green Excel Download*/
/***********************/

#excel-download{
    background:url("../images/excel.png") no-repeat scroll 3px 2px #EBFBE3;
    border:1px solid #6ADA36;
    height:18px;
    font-family:arial;
    font-size:12px;
    padding:3px 15px 0 30px;
    cursor:pointer;
    margin:0 0 10px 0
}

#excel-download:hover{
    background-color:#DAF8CB
}

#excel-export {
    background:url("../images/excel.gif") no-repeat scroll 3px 2px #EBFBE3;
    cursor:pointer;
    height:22px;
    width:23px;
    margin: 0 auto;  /* To keep the div centered */
}

#excel-export-small {
    background:url("../images/excel_small.png") no-repeat scroll 0px 0px #EBFBE3;
    cursor:pointer;
    height:17px;
    width:17px;
}

/***********************/
/* Floats              */
/***********************/

.floatLeft{
    float:left
}

.floatRight{
    float:right
}
/**********************/
/* New Style for the jquery tree vakata context menu
/**********************/
#vakata-contextmenu.jstree-default-context, #vakata-contextmenu.jstree-default-context li ul {
    background: none repeat scroll 0 0 #FCFCFC !important;
    border: 1px solid #CCCCCC !important
}

#vakata-contextmenu li {
    text-align: left;
}
#vakata-contextmenu.jstree-default-context a:hover, #vakata-contextmenu.jstree-default-context .vakata-hover > a {
    background: none repeat scroll 0 0 #F3F7FD !important;
    border: 1px solid #BBD8FB !important;
    margin: 0 !important;
    padding: 1px 6px 1px 16px !important;
}
#vakata-contextmenu {
    min-width: 100px !important
}
#vakata-contextmenu ul {
    min-width: 100px !important
}
#vakata-contextmenu li ins {
    display: none !important;
}
#vakata-contextmenu li a {
    padding: 1px 6px 0 16px !important;
    white-space: nowrap !important;
}


/***********************/
/* Attachments style   */
/* used in AIM         */
/***********************/

ul.attachment-list{
    margin:0;
    padding:0;
    width:400px
}

ul.attachment-list li{
    list-style: none;
    line-height:16px;
    clear:left;
}

ul.attachment-list li .attachmentTempLink{
    background:#F0F0F0;
    border:1px solid #CCCCCC;
    border-right:none;
    padding:4px 10px 4px 4px;
    color:#000000;
    text-decoration:none;
    font-family:verdana;
    font-size:11px;
    float:left;
    margin-bottom:3px;
}
ul.attachment-list li .attachmentLink{
    background:#F0F0F0;
    border:1px solid #CCCCCC;
    padding:4px 10px 4px 4px;
    color:#000000;
    text-decoration:none;
    font-family:verdana;
    font-size:11px;
    float:left;
    margin-bottom:3px;
}

ul.attachment-list li .attachmentLinkOnly{
    background:#F0F0F0;
    border:1px solid #CCCCCC;
    padding:4px 10px 4px 4px;
    color:#000000;
    text-decoration:none;
    font-family:verdana;
    font-size:11px;
    float:left;
    margin-bottom:3px;
}

ul.attachment-list li .removeLink{
    background:#F0F0F0 url(../images/remove.gif) 50% 50% no-repeat;
    border:1px solid #CCCCCC;
    border-left:none;
    padding:4px 0px 4px 4px;
    color:#000000;
    text-decoration:none;
    font-family:verdana;
    font-size:11px;
    width:20px;
    float:left;
    margin-bottom:3px;
}

ul.attachment-list .attachmentLink:hover{
    text-decoration:underline
}

ul.attachment-list .removeLink:hover{
    background:#E4E4E4 url(../images/remove.gif) 50% 50% no-repeat;
    cursor:pointer
}

span.addAttachment{
    color:#0066FF;
    text-decoration:underline;
    cursor:pointer
}

.attachmentListRow{
    display:none
}

.attachmentUploadDiv{
    display:none
}

ul.linked-attachment-list{
    margin:0;
    padding:0
}

ul.linked-attachment-list li{
    list-style:none;
    line-height:22px
}

ul.linked-attachment-list li a{
    text-decoration:none;
}

ul.linked-attachment-list li a:hover{
    text-decoration:underline;
}

ul.linked-attachment-list .removeLink{
    background:url("../images/delete.png") left top no-repeat;
    padding:2px 16px 2px 0;
    margin:0 0 0 4px
}

ul.linked-attachment-list .removeLink:hover{
    text-decoration:none;
    cursor:pointer;
}

#cancelLink{
    color:#0066FF;
    text-decoration:underline;
    cursor:pointer;
    margin-left:5px
}

#progressBarImage{
    background: url('../images/progress_bar.gif') left top no-repeat;
    height: 15px;
    width: 128px
}

#singleResponse a.downloadLink{
    background: transparent url(../images/sapactionmenu/save.png) left center no-repeat;
    display: block;
    margin: 0 5px 6px 0;
    padding: 0 0 0 24px;
}
#singleResponse a.uploadLink{
    display: block;
    margin: 0 5px 6px 0;
    padding: 0 0 0 24px;
}

.ui-progressbar-value{
    background: url('../images/pbar-ani.gif');
    width: 100%;
    height: 22px;
    margin-top: 20px
}

.ui-icon-alert {
    float: left;
}

/*********************************/
/* Generic style accross modules */
/*********************************/
.required {
    color:red;
}

/****************************************/
/* Generic style for global error pages */
/****************************************/

.errorPage h2 {
    color: #FF0000;
}

.errorPage table {
    border: 1px solid red;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.errorPage table td, .leftTextAlignment {
    text-align: left;
}

.errorPageNew h2 {
    color: #FF0000;
}

.errorPageNew .unauthorisedAccessContainer {
    position: relative;
    text-align: center;
}

.errorPageNew .unauthorisedAccessIcon {
    background: url(../images/4.0/unauthorised_access.png) no-repeat center;
    height: 32px;
    width: 32px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: -10px;
    margin-right: -50px;
    margin-left: 30px;

}

.errorPageNew .unauthorisedAccessMessage {
    height: 32px;
    display: inline-block;
    width: 320px;
    margin:0 3px;
}

.unauthorisedAccessMessageText {
    font-size: 24px;
    color: #FF0000;
    font-weight: bold;
    margin-left: 55px;
}

.errorPageFooterNew {
    font-size: 24px;
}

.errorPageFooter {
    font-size: 14px;
}

/****************************************/
/* Generic style for global error pages */
/****************************************/
.datatablesErrorMsg{
    text-align: center;
}

.datatablesErrorMsg h2 {
    color: #FF0000;
}

#datatablesErrorInfo {
    border: 1px solid red;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left!important;
    padding-left: 8px;
    padding-right: 8px;
}

/****************************************/
/* Generic style for beta features      */
/****************************************/

.betaLabel {
    float: left;
    color: red;
}

.betaModule {
    color: red;
    font-weight:bold;
}

/****************************************/
/* Content Resizing styles              */
/****************************************/
.ui-icon {
    background-image: url("");
}

#content-left-column {
    float: left;
    width: 40%;
}

#content-right-column {
    overflow: hidden;
    width: auto; }

#content-wrapper {
    float:left;
    width:100%;
}

/****************************************/
/* Generic style for Bootstrap          */
/****************************************/
.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: auto;
}

/****************************************/
/* Download Files                       */
/****************************************/
.downloadFilename {
    display:inline-block;
    vertical-align:top;
    margin-top:5px;
}

.fileDownloadStatusbar {
    background: none repeat scroll 0 0 #EBEFF0;
    border: 1px solid #A9CCD1;
    margin-top: 5px;
    min-height: 68px;
    padding: 5px 10px 0;
    vertical-align: top;
}

.downloadAbort {
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:13px;
    padding:4px 15px;
    cursor:pointer;
    float: right;
    margin-top: -23px;
}

/****************************************/
/* Show / Hide                          */
/****************************************/
.show-tree {
    margin: 0 -10px 0 -8px;
    display:none;
    float: left;
    background: url('../images/resultset_next.png') 0 0 no-repeat;
    height: 130px;
    width: 2em;
    cursor:pointer;
}

.hide-tree {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url('../images/resultset_previous.png') 0 0 no-repeat;
    cursor:pointer;
}

.active-legend {
    cursor:pointer;
}


/***************************************************/
/* Text truncation (using jquery.jtruncate.js      */
/***************************************************/

.truncatedCellText {
    max-width: 300px;
    overflow: hidden;
}

/***************************************************/
/* Dnd fadein and fadeout                          */
/***************************************************/
.fadeInDiv {
    background-color: #759DCF;
    border: 2px dashed #FFFFFF;
    border-radius: 6px;
    color: #FFFFFF;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .3s linear;
    transition: color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.fadeOutDiv {
    background-color: #FFFFFF;
    border: 2px dashed #759DCF;
    border-radius: 6px;
    color: #759DCF;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .3s linear;
    transition: color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    transition: background-color .3s linear;
}


/*****************************************************************/
/* Dashboard button and modal                                    */
/*****************************************************************/

.dash-modal .ui-dialog-titlebar {
    background: transparent;
    background-color: #43A047;
}

.dashboard-button {
    width: 75px;
    height: 14px;
    right: 225px;
    position: absolute;
    background: url(../images/chart_pie.png) no-repeat scroll 5px 5px #ffffff;
    padding: 5px 8px 5px 30px;
    border: solid 1px silver;
    color: #ffffff !important;
    text-decoration: none !important;
    font: bold 11px Arial, sans-serif;
}

.dashboard-button {
    background-color: #43A047;
}

.dashboard-button:hover {
    background-color: #2E7D32 !important;
    color: #FFFFFF !important;
}

.dashboard-template {
    width: 78px;
    min-height: 160px;
    display: inline-block;
    float: left;
    margin: 4px 5px;
    border-radius: 2px;
    border: 1px solid #ffffff;
}

.dashboard-list {
    display: inline-block;
    margin: 0 auto;
}

.dashboard-template .dashboard-image {
    display: inline-block;
    width: 72px;
    height: 72px;
    background: #ffffff url('../images/dashboard.png') no-repeat right top;
}

.dashboard-template .description {
    display: inline-block;
    width: 80px;
}

.dashboard-template:hover {
    color: #FFFFFF !important;
    border: 1px solid #43A047;
    background: #43A047 !important;
    box-shadow: 5px 5px 2px #888888;
}

.dashboard-template-header {
    background-repeat: repeat-x;
    background-color: #43A047;
    border-color: #ddd;
    color: #333;
    padding: 5px 15px;
}

.dashboard-template-header h4 {
    font-size: 13px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #FFF !important;
    font-weight: bold !important;
}

.dashboard-template-header h4 a {
    color: #FFF !important;
    font-weight: bold;
}

.break-words {
    /* break words when needed */
    word-wrap: break-word;
    /* Non standard for webkit */
    word-break: break-word;
}

.text-area-max-chars {
    color : #339933;
    background-color: #FFFFE5;
    font-weight : bold
}

span.chars-left {
    font-weight: normal !important;
    font-style: italic
}

.dashboard-enterprise-section {
    width: 49%;
    float: left;
    margin-right: 10px;
}

.dashboard-enterprise-section-full {
    width: 100%;
    float: left;
    margin-right: 10px;
}

.dashboard-project-section {
    width: 49%;
    float: right;
    margin-top: 0px !important;
}

.dashboard-section-body {
    overflow: auto;
}

/****************************************/
/* sapMessage plug-in (sap-jquery.js)   */
/****************************************/
.sapMessage {
    position: absolute;
    z-index: 11000;
    left: 50%;
    top: 65px;
    transform: translate(-50%, 40px);
}

.sapMessageModal {
    position: absolute;
    z-index: 3000;
    left: 50%;
    margin-top: -60px;
    transform: translate(-50%, 40px);
}

.sapMessageIE {
    position: absolute;
    z-index: 3000;
    left: 20%;
}

.sapMessageIcon {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.sapMessageIcon.info {
    background: url(../images/information.png) no-repeat;
}

.sapMessageIcon.success {
    background: url(../images/accept.png) no-repeat;
}
.sapMessageIcon.error {
    background: url(../images/exclamation.png) no-repeat;
}

/****************************************/
/* Generic Content Edit Screen Styles   */
/****************************************/

.editContainer {
    min-width: 1200px;
}

.contentWrap {
    white-space: normal !important;
}

.contentNoWrap {
    white-space: nowrap !important;
}

.contentWrapTextArea {
    white-space: pre-line !important;
    margin-top: -14px;
    word-break: break-all;
}

.contentMetadataDate {
    width: 97px !important;
}

.contentMetadataMsg {
    margin-top: -5px !important;
    margin-bottom: 0 !important;
}

.contentAttachmentLink {
    float: right;
}

.section-resize {
    float: right;
}

.dndAttachmentMsg {
    position: absolute;
    float: right;
    font-size: 12px !important;
    text-align: center;
    right: 25px;
    top: 46px;
    width: 92px;
}

.dndMsgSpanStyle{
    float: left;
    margin-left: -7px;
}

.sectionButton, .sectionButtons {
    width: 92px;
    margin-bottom: 3px !important;
}

.sectionTitle {
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}

.pcmAssignmentsSectionTitle {
    display: flex;
    max-width: 90%;
}

.pcmOverFlowingWorkpackageName {
    overflow: hidden;
    text-overflow:ellipsis;
}

.truncateText {
    float: right;
    display:flex;
}

.pcmPanelHeaderRightMargin {
    margin-right: 10px;
}

.fixedPanelHeadingHeight {
    height: 30px;
}

.assignmentDialogTitleWithLimit {
    width: 95% !important;
}

.sectionButtonContainer {
    position: absolute;
    bottom: 10px;
    right: 58px;
    padding: 8px 10px;
    width: 70px;
}

.dndUploadContainer {
    width: 100% !important;
    height: 100% !important;
}

.dndDropBoxContainer {
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    text-align: center;
    z-index: 999;
    width: 100% !important;
    height: 100% !important;
}

.badgeLink {
    text-decoration: none !important;
}

.sectionEditLink {
    background: url(../images/4.0/edit.png) no-repeat center;
    height: 18px !important;
    width: 18px !important;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.sectionCancelEditLink {
    background: url(../images/4.0/edit_cancel.png) no-repeat center;
    height: 18px !important;
    width: 18px !important;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.sectionReminderLink {
    background: url(../images/4.0/send_reminder.png) no-repeat center;
    height: 17px !important;
    width: 29px !important;
    cursor: pointer;
    float: left;
    margin-top: 1px;
    margin-left: -3px;
}

.sectionNotificationLink {
    background: url(../images/4.0/notification.png) no-repeat center;
    height: 18px !important;
    width: 18px !important;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

th a, th a:visited {
    color: #428bca;
    text-decoration: none;
}

.panelHeaderTable {
    width:100%;
}

.panelHeaderLeftColumn {
    width: 70%;
    padding-right: 5px !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.positionAbsolute {
    position: absolute;
}

.panelHeaderRightColumn {
    width: 30%;
}

.panelHeaderAttachments {
    float: right;
    padding-right: 10px
}

.section-container {
    overflow: auto;
}

/****************************************/
/* Generic Section style                */
/****************************************/

/* Stacked view */

.stackedViewSection {
    width: 100% !important;
    height: auto !important;
}

.stackedViewSectionContainer {
    height: auto !important;
    min-height: auto !important;
}

.stackedViewButton, .stackedViewButtonDisabled {
    float: right;
    margin-top: 2px;
    margin-right: 7px;
    width: 22px;
    height: 20px;
    background: url(../images/4.0/stacked_layout.png) right center no-repeat;
    cursor: pointer;
}

.stackedViewRelatedTableHeader {
    padding-right: 0 !important;
}

.stackedViewRelatedTable {
    height: auto !important;
}

.gridViewButton {
    background: url(../images/4.0/grid_layout.png) right center no-repeat;
}

.section-style {
    min-height: 250px; // IMPORTANT: DO NOT CHANGE THIS. SPEAK WITH N.DEAN FIRST
}

/****************************************/
/* Related Entities Section style       */
/****************************************/
.relatedActionLinkContainer {
    width: 110px;
}

.relatedDocumentLinkContainer {
    width: 110px;
}

.relatedRecordsLinkContainer {
    width: 110px;
}

.relatedRidsLinkContainer{
    width: 110px;
}

.relatedNcrLinkContainer {
    width: 110px;
}

table.add-releated-entities-search-table {
    margin-top: -2px;
    margin-bottom: -2px;
}

/* Column 1: Related Label */
table.add-releated-entities-search-table th:nth-child(1) {
    width: 4%;
    padding-right: 5px;
}

/* Column 2: Entity Type pick-list */
table.add-releated-entities-search-table th:nth-child(2) {
    width: 5px;
}

/* Column 3: Search Textbox */
table.add-releated-entities-search-table th:nth-child(3) {
    width: 85%;
    padding-right: 5px;
}

/* Column 4: Hidden elements */
table.add-releated-entities-search-table th:nth-child(4) {
    width: 0%;
}

/* Column 5: Create Action link */
table.add-releated-entities-search-table th:nth-child(5) {
    padding-right: 5px;
    padding-left: 5px;
}

/* Column 7: Maximise/Minimise link */
table.add-releated-entities-search-table th:nth-child(6) {
    padding-right: 5px;
    padding-left: 5px;
    width: 1%;
}


table.add-releated-entities-search-table th:nth-child(7) {
    width: 1%;
    padding-left: 5px;
    padding-right: 5px;
}

.no-wrap {
    white-space: nowrap;
}

/* Attachments Badge refresh animation */
@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale(1);
}
25% {
    -webkit-transform: scale(1.8);
}
50% {
    -webkit-transform: scale(2);
}
75% {
    -webkit-transform: scale(1.8);
}
100% {
    -webkit-transform: scale(1);
}
}

@-moz-keyframes pulse {
    0% {
    -moz-transform: scale(1);
}
25% {
    -moz-transform: scale(1.8);
}
50% {
    -moz-transform: scale(2);
}
75% {
    -moz-transform: scale(1.8);
}
100% {
    -moz-transform: scale(1);
}
}

@-ms-keyframes pulse {
    0% {
    -ms-transform: scale(1);
}
25% {
    -ms-transform: scale(1.8);
}
50% {
    -ms-transform: scale(2);
}
75% {
    -ms-transform: scale(1.8);
}
100% {
    -ms-transform: scale(1);
}
}

@keyframes pulse {
    0% {
    transform: scale(1);
}
25% {
    transform: scale(1.8);
}
50% {
    transform: scale(2);
}
75% {
    transform: scale(1.8);
}
100% {
    transform: scale(1);
}
}

.attachmentsBadgePulse {
    -webkit-animation: pulse 0.65s linear 1;
    -moz-animation: pulse 0.65s linear 1;
    -ms-animation: pulse 0.65s linear 1;
    animation: pulse 0.65s linear 1;
}


.related-dropdown-menu {
    margin-left: -111px !important;
    min-width: 161px !important;
}

.related-dropdown-header {
    padding: 3px 10px !important;
}

.related-search-button {
    height: 22px;
}

.related-search-box {
    padding: 4px 25px 3px 5px;
    height: 22px !important;
}

/****************************************/
/* Status Workflow Section style       */
/****************************************/

.statusbar {
    text-align: center;
    float: right;
    padding-right: 30px;
}

.statusbar .statusContainer {
    float:left;
    margin-top: 3px;
    text-align: right;
    padding-right: 50px;
}

.statusbar .statusContainer .statustext {
    margin-top: 5px;
    margin-bottom: -20px;
    padding-top: 6px;
    color: #1976D2;
    font-weight: bold;
}

.statusbar .statusContainer .statustext.exception {
    color: #D32F2F;
}

.statusbar .statusButtonsContainer {
    float: left;
    margin-bottom: 0px;
}

.statusbar .circleContainer {
    display: inline-block;
    width: 18px; height: 18px;
}

.statusbar .circleContainer .circle {
    border-radius: 18px;
    border: 1px solid #d5d5da;
    background: #fff;
    padding: 8px;
    margin-bottom: -16px;
}

.statusbar .circleContainer .circle.selected {
    border: 1px solid #1976D2;
}

.statusbar .circleContainer .circle.completed {
    border: 1px solid #1976D2;
    background-color: #1976D2;
}

.statusbar .circleContainer .circle.exception {
    border: 1px solid #FF4747;
}

.statusbar .bar {
    display: inline-block;
    background: #eee;
    position: relative;
    width: 90px;
    height: 3px;
    margin: 0 -4px 25px -2px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.statusbar .bar.selected {
    background: #1976D2;
}

.statusbar .bar.exception {
    background: #D32F2F;
}

.statusbar .bar.dashed {
    background: none;
    border-top: 3px dashed #eee;
}

.statusbar .bar.dashed.exception {
    border-top: 3px dashed #D32F2F;
}

.statusbar .circleContainer .innercircle {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 10px;
    margin-top: 2px;
    color: #b5b5ba;
    font-size: 17px;
}

.statusbar .circleContainer .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

.statusbar .circleContainer.circleopen .innercircle {
    color: #FFF;
    background: #FFA319;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.statusbar .circleContainer.circlecomplete .innercircle {
    color: #FFF;
    background: #0000FF;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.statusbar .circleContainer.circleclose .innercircle {
    color: #FFF;
    background: #008A00;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.statusbar .circleContainer.circlecancel .innercircle {
    color: #FFF;
    background: #FF4747;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.statusbar .circleContainer.circlevoid .innercircle {
    color: #FFF;
    background: #FF4747;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.statusbar .circleContainer.inactive .innercircle {
    color: #656565;
    background: #656565;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.statusSectionButton {
    margin-top: 4px !important;
    margin-left: -33px !important;
    width: 92px !important;
}

.statusSectionButton.selected {
    border: 1px #1976D2 solid !important;
    background-image: none !important;
    background-color: white !important;
    color: #1976D2 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.statusSectionButton.selected.exception {
    border: 1px #D32F2F solid !important;
    color: #D32F2F !important;
}

.statusbar input[type=submit] {
    position: relative;
}

.btn-open{
    background-color: #FF9900 !important;
    border-color: #FF9900 !important;
    background-image: linear-gradient(to bottom, #FF9900 0%, #FF9900 100%) !important;
    background-repeat: repeat-x;
    color: #fff !important;
    font-family:inherit !important;
}

.btn-complete{
    background-color: #0000FF !important;
    border-color: #0000FF !important;
    background-image: linear-gradient(to bottom, #0000FF 0%, #0000FF 100%) !important;
    background-repeat: repeat-x;
    color: #fff !important;
    font-family:inherit !important;
}

.btn-close{
    background-color: #008A00 !important;
    border-color:#008A00 !important;
    background-image: linear-gradient(to bottom, #008A00 0%, #008A00 100%) !important;
    background-repeat: repeat-x;
    color: #fff !important;
    font-family:inherit !important;
}

.btn-cancel{
    background-color: #FF0000 !important;
    border-color:#FF0000 !important;
    background-image: linear-gradient(to bottom, #FF0000 0%, #FF0000 100%) !important;
    background-repeat: repeat-x;
    color: #fff !important;
    font-family:inherit !important;
}

.btn-active{
    background-color: #F2F2F2 !important;
    border-color: #D4D4D4 !important;
    background-image: linear-gradient(to bottom, #F2F2F2 0%, #D4D4D4 100%) !important;
    background-repeat: repeat-x;
    color: #000 !important;
    font-family:inherit !important;
}

.btn-inactive{
    background-color: #656565 !important;
    border-color: #5B5B5B !important;
    background-image: linear-gradient(to bottom, #656565 0%, #5B5B5B 100%) !important;
    background-repeat: repeat-x;
    color: #000 !important;
    font-family:inherit !important;
}

.statuslabeltext{
    font-weight: bold;
    margin-top: -40px;
}

.statusbar .circleContainer.circleactive .innercircle {
    color: #FFF;
    background: #1976D2;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

.btn-active-cancel, .btn-active-void {
    background-color: #FF0000 !important;
    border-color:#E60000 !important;
    background-image: linear-gradient(to bottom, #FF0000 0%, #E60000 100%) !important;
    background-repeat: repeat-x;
    color: #fff !important;
    font-family:inherit !important;
}

/****************************************/
/* Transparency to hide page/sections   */
/****************************************/
.transparant {
    opacity: 0;
}

/****************************************/
/* Resizing textareas                   */
/****************************************/
.expandingArea {
    position: relative;
    background: #fff;
}

.expandingArea > div > div > textarea,
.expandingArea > pre {
    padding: 5px !important;
    background: transparent;
    font-family: Verdana !important;
    font-size: 11px !important;
    /* Make the text soft-wrap */
    white-space: pre-wrap;
    word-wrap: break-word;
}

.expandingArea > div > div > textarea {
    /* The border-box box model is used to allow
     * padding whilst still keeping the overall width
     * at exactly that of the containing element.
    */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /* This height is used when JS is disabled */
    height: 100px;
}

.expandingArea.active > div > div > textarea {
    /* Hide any scrollbars */
    position: absolute;
    top: 0;
    height: 100%;
    width: 98.5%;
    /* Remove WebKit user-resize widget */
    resize: none;
}

.expandingArea > pre {
    display: none;
}
.expandingArea.active > pre {
    display: block;
    /* Hide the text; just using it for sizing */
    visibility: hidden;
}

.textArea {
    resize: none;
}

/****************************************/
/* Record Browser Section   			*/
/****************************************/

.backToResults{
    height: 24px;
    width:24px;
    float:right;
    margin-right:7px;
    cursor:pointer;
    background: url(../images/4.0/back_to_results.png) no-repeat center right;
}

.nextRecord{
    height: 24px;
    width:20px;
    margin-right:5px;
    float:right;
    cursor:pointer;
    background: url(../images/4.0/next_record.png) no-repeat center right;
}

.nextRecordDisabled{
    height: 24px;
    width:20px;
    margin-right:5px;
    float:right;
    cursor:pointer;
    background: url(../images/4.0/next_record_disabled.png) no-repeat center right;
}

.previousRecord{
    height: 24px;
    width:20px;
    margin-right:7px;
    float:right;
    cursor:pointer;
    background: url(../images/4.0/prev_record.png) no-repeat center right;
}

.previousRecordDisabled{
    height: 24px;
    width:20px;
    margin-right:7px;
    float:right;
    cursor:pointer;
    background: url(../images/4.0/prev_record_disabled.png) no-repeat center right;
}

/****************************************/
/* Entity Security Screen   		*/
/****************************************/
.entitySecurity {
    font-size: 14px;
    color: red;
    padding: 40px;
}


/****************************************/
/* jQuery UI Overridden styles		*/
/****************************************/
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-widget {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 12px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tl {
    border-top-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

/************************************************************/
/* ND TODO: Temporary until removed from each module        */
/************************************************************/
#newPageTitleEnd {
    background: none !important;
}

#newPageTitle {
    background: none !important;
}

/************************************/
/* New v4.0 Drop Down Menus         */
/************************************/

.bootstrap .navbar {
    min-height: 30px !important;
}

.navbar.navbar, .navbar-default.navbar {
    border-radius: 0px !important;
    color: rgba(255, 255, 255, 0.84);
    background-image: none !important;
    height: 30px;
    position: fixed !important;
    width: 100%;
}

.navbar .navbar-nav > li > a {
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: white !important;
}

.navbar .navbar-nav > li:hover {
    background-color: #000000;
}

.navbar .navbar-nav > li > a:hover {
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: white !important;
}

.navbar .navbar-nav > li > a:selected {
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: white !important;
}

.bootstrap .navbar-default .navbar-nav > li > a {
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: white !important;
    text-decoration: none !important;
    padding-top: 4px !important;
}

.bootstrap .navbar-default .navbar-nav > li > a:hover {
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: white !important;
    text-decoration: none !important;
}

.bootstrap .navbar-default .navbar-nav > li > a:selected {
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: white !important;
    text-decoration: none !important;
}

.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus {
    font-family: sans-serif !important;
    font-size: 12px !important;
    color: white !important;
    text-decoration: none !important;
}

.bootstrap .navbar-nav > li > a {
    height: 27px !important;
}

/*****************************************************************/
/* CSS to be applied in case of lengthy Text column in datatbles */
/*****************************************************************/

.lengthyText{
    word-break: break-all;
    word-wrap: break-word;
}

/**********************************************/
/* Overridden Style of jquery-confirm plugin  */
/**********************************************/
.jquery-confirm-message {
    font-size: 13px;
    padding-top: 25px !important;
}


/****************************/
/* Search Criteria Screens  */
/****************************/
#searchCriteriaButtonDiv {
    position: fixed;
    bottom: 10px;
    right: 56px;
    padding: 8px 10px;
    width: 70px;
}

#searchCriteriaSavedSearchLabel {
    margin-top: 5px;
    text-align: left;
    width: 110px;
}

.searchCriteriaSectionHeaderExpanded {
    background: url(../images/4.0/arrow_down.png) no-repeat center;
    height: 16px;
    width: 16px;
}

.searchCriteriaSectionHeaderCollapsed {
    background: url(../images/4.0/arrow_right.png) no-repeat center;
    height: 16px;
    width: 16px;
}

.searchCriteriaSectionHeaderImage {
    width: 30px;
    padding-right: 5px !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.searchCriteriaSectionHeaderDiv {
    cursor: pointer;
}

#crossProjectSearchLinkDiv, #advancedSearchLinkDiv {
    float:  right;
    margin-right: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/****************************/
/* Saved Searches Panel     */
/****************************/

.saved-searches-link {
    text-decoration: none;
}

.saved-searches-container {
    float: left;
    width: 100%;
}

.saved-searches-left-container {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 10px;
}

.saved-searches-right-container {
    overflow: hidden;
    width: auto;
    padding-left: 12px;
}

.saved-searches-link-container {
    margin-bottom: -5px;
}

.saved-searches-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
    margin-right: 13px
}

.save-searches-close {
    background: url(../images/4.0/close_slider.png) no-repeat;
    height: 25px;
    width: 25px;
    float: right;
    cursor: pointer;
}

#content-left-column {
    float: left;
}

#content-right-column {
    overflow: hidden;
    width: auto;
}

.ui-grid-pager-panel {
    position: inherit !important;
}

/************************/
/* Saved Query          */
/************************/

.search-results-header-table {
    left: 6px;
    position: absolute;
    margin-top: -25px;
}

.saved-search-table {
    width: 100% !important;
}

/****************************/
/* Attachment Modal         */
/****************************/

.fileAttachmentTable {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    font-family: Verdana;
    margin-top: 10px;
    text-align: justify;
    width: 80%;
}

.fileAttachmentColWidth {
    width: 155px;
}

.fileAttachmentUploadTd {
    padding-left: 0;
    text-align: right;
    white-space: nowrap;
    border-collapse: collapse;
}

.fileAttachmentUploadButtonTd {
    vertical-align:bottom;
    border-collapse: collapse;
    padding-top: 3px;
    padding-top: 40px \9;
}

.fileAttachmentUploadButton {
    font-family: Verdana;
    font-size: 11px;
    margin-left: 20px !important;
}

.fileAttachmentUploadSection {
    width: 10%;
    height: 82px;
}

.fileAttachmentFieldsDiv {
    height: 65px;
}

.fileAttachmentUploadDnDSection {
    width: 60%;
}

#fileAttachmentUploadForm .btn-file, .fileAttachmentUploadForm .btn-file {
    position: relative;
    overflow: hidden;
}

form#fileAttachmentUploadForm .btn-file input[type=file], form.fileAttachmentUploadForm .btn-file input[type=file] {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 100%;
    font-size: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

form#fileAttachmentUploadForm input[readonly], form.fileAttachmentUploadForm input[readonly] {
    background-color: white !important;
    cursor: not-allowed;;
}

form#fileAttachmentUploadForm input.filename, form.fileAttachmentUploadForm input.filename {
    border:0;
    box-shadow: none;
    width: inherit;
}

.fileAttachmentTableCompleteWidth {
    width: 100% !important;
}

.fileAttachmentDnDUploadContainer {
    display: none;
    z-index: 999;
    background-color: white;
    position: absolute;
    margin-top: -10px;
    left: 7px;
    top: -5px;
    padding-top: 20px;
    margin-right: 17px;
}

.fileAttachmentDnDDropboxText {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    text-align: center;
}

.fileAttachmentDnDMessage {
    float: right;
    font-size: 12px !important;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 170px;
}

/* css overridden to fix mutilple scroll issue for meta screen */
.tilesIframeContainer {
    bottom: 0;
    left: 0;
    position: absolute !important;
    padding-bottom: 4px !important;
    right: 0;
    top: 0;
}

/* class added to remove un-necessary scrollbar from file preview modal container in chrome browser */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .removeScrollBarFromFilePreviewModalContainer {
        overflow: hidden !important;
    }
}

/* link to user profile */

.sapUserProfileLink{
    text-decoration:none !important;
    color:black !important;
}

.sapUserProfileLink:hover{
    text-decoration:underline !important;
    color: #0066FF !important;
}

.sapUserProfileLinkPointer:hover {
    cursor: pointer;
}

/****************************************************************************/
/* META FancyTree Modal (needs to be here for global access across modules) */
/****************************************************************************/

.meta-tree-selected-list {
    max-height: 60px;
    max-width: 600px;
    overflow-x: auto;
    margin-right: 5px;
}

.meta-tree-container {
    position: relative;
}

.meta-tree-selected-nodes {
    padding: 2px 6px 5px;
    display: inline-block;
    margin-bottom:5px;
}

/********************************/
/* Edit Screen Section Dividers */
/********************************/

.section-divider-header {
    margin-left: 15px;
}

.section-divider-line {
    width:100%;
    text-align:left;
    border-bottom: 1px solid #ddd;
    line-height:0.1em;
    margin-top: 2px;
    margin-bottom: 20px;
}

/* Overflow ellipsis */
.hoverExpand {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*************************/
/* Simple Search Buttons */
/*************************/
.simple-search-button-alignment {
    vertical-align: top;
}

.simple-search-button-height {
    height: 23px;
}

/*******************/
/* Loading overlay */
/*******************/
.default-loading-overlay-message {
    font-size: 50px;
}
