/*  eSirius3g.css -- controls fonts for data entry pages 
    Copyright (c) 2015 NTM Consulting Services, Inc 
    DO NOT CHANGE ORDER THE STYLES ARE LISTED IN OR COMBINE THEM
*/

/* Fossil-UI by Alex */

/* Stretch tabs across entire page width 
Except for Review Mode Menu
*/
.ui-tabs:not(#ReviewModeMainMenu,#ReviewModeMainMenu *) {
    width: 100% !important;
    margin-right: -5px !important;
}

.jstree a {
    color: #091E42 !important;
}

div.no-alerts span.rootVoice.ui-icon-triangle-1-e,
span.rootVoice.ui-icon-triangle-1-e.selected {
    background-image: url("images/ellipsis-v.svg") !important;
    background-position: center !important;
	background-color: #e6e7eb !important;
}

span.rootVoice.ui-icon-triangle-1-e {
    background-image: url("images/ellipsis-v-blue.svg") !important;
    background-position: center !important;
}

/* removed border and added box-shadow into the main content */
.ui-tabs-panel .ui-widget-content:first-child {
    border: none;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px 0px;
}

/* box-shadow for the left menu */
#sideMenu {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px 0px;
    border-radius: 3px;
}

/* default font for DIVs */

div.defaultFont {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 1em;
    vertical-align: middle;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

/* stacked section */

label {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px;
}

label.formField {
    font-size: 1.2em;
    display: block;
    float: left;
    width: 250px;
    background-color: #FFF0B5;
}

label.formStacked {
    font-size: 14px;
    display: block;
    width: 500px;
    background-color: #f4f5f6;
    text-align: left;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 2px;
}

/* not in use
label.formStacked:hover {
    border-right:2px solid grey;
}
*/

/* animated fields now look same as normal fields */
label.formStackedAlt {
    font-size: 14px;
    display: block;
    width: 500px;
    background-color: #f4f5f6;
    text-align: left;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 2px;
}

label.error {
    margin-left: 10px;
    width: auto;
    display: none;
    vertical-align: baseline;
    position: relative;
    color: Red;
    font-size: 1.2em;
    font-style: italic;
}

label.loginForm {
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 500px;
    text-align: left;
}

/* default <p> settings */

p.instructions {
    font-size: 1.2em;
    font-style: italic;
}

p.fieldLabel {
    font-size: 1em;
    color: Gray;
}

p.esNewLine {
    font-size: 2px;
    padding: 3px;
    margin: 2px;
}

p.login, div.login {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px;
    padding: 15px 0px 0px 0px; /* background image removed and text moved up */
    margin: 12px;
}

p.loginText {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px;
    margin: 0% 0% 0% 3%;
}

/* field set borders -- in use? */

fieldset {
    border-width: 0px;
}

/* input fields */

input.bg_readonly {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    background-color: white;
    font-size: 14px;
    /* border-top: none; */
    /* border-right: none; */
    /* border-left: none; */
    padding: 5px;
    color: #091E43;
    border: none !important;
    height: 100%;
}

input.bg_write {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px !important;
}

input.bg_button {
    font-size: 1em;
    vertical-align: top;
}

input.error {
    border: 1px dashed red;
}

input.es_required {
    /* border: 1px dashed red !important;  no longer using red border for required field styles */
}

input.es_autocomplete, input.ui-autocomplete-input {
    border-bottom-color: #474e64! important;
    border-bottom-style: dotted !important;
    border-bottom-width: 2px !important;
    background: url(images/autocomplete_icon.png) no-repeat scroll 98% center;
    background-color: white;
}

input.hdr_standout {
    background-color: white;
    font-size: 1em;
    border: none;
    color: rgb(156, 0, 0);
    text-decoration: underline;
}

input.loginForm {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

/* select objects */

select {
    font-size: 1.1em;
}

select.bg_write {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px;
}

select.error {
    border: 1px dashed red;
}

select.es_required {
    /* border: 1px dashed red !important;  no longer using red border for required field styles */
}

/* buttons */

a.esButton {
    background-color: ghostwhite;
    border: 1px solid #D1D1E0;
    font-family: "Lucida Sans Unicode", sans-serif, Arial, Verdana;
    font-size: 1em;
    padding: 7px 14px 7px 22px;
    text-decoration: none;
    position: relative;
    /*background-image:url('images/label_bg_grey3.png');
    background-color:rgb(253, 244, 224);  
    background-size:100% 100%;
    padding: 1px 1px 1px 1px;
    background-color:lightgray;  
    color:white;
    */
}

a.esButton:hover {
    background-color: navajowhite;
    /* 
    border: 1px solid #D1D1E0;
    background-image:url('images/label_bg_grey2.png');
    background-size:100% 100%;
    */
}

/* textarea fields */

textarea.bg_readonly {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    background-color: white;
    font-size: 1.1em;
    border: none !important;
    color: #091E43;
}

textarea.bg_write {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px;
}

textarea.error {
    border: 1px dashed red;
}

textarea.es_required {
    /* border: 1px dashed red !important;  no longer using red border for required field styles */
}

textarea.hdr_standout {
    background-color: white;
    font-size: 1.3em;
    border: none;
    color: rgb(156, 0, 0);
    /*
    text-decoration: solid; 
    */
}

/* standard section */

tr.navBgColor {
    background-color: none;
}

td.fieldLabel {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px;
    background-color: #f4f5f6;
    border-radius: 2px;
    padding: 5px;
    text-align: left;
    vertical-align: text-top;
    color: #474e64;
}

/* animated fields now look same as normal fields */
td.fieldaltLabel {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 14px;
    background-color: #f4f5f6;
    border-radius: 2px;
    padding: 5px;
    text-align: left;
    vertical-align: text-top;
    color: #474e64;
}

td.fieldValue {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

/* auto-complete */

.ui-autocomplete-input {
    border-bottom-style: dotted;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* section title */

h3.sectionStyle {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #091E42;
    font-style: normal;
    font-weight: bold;
	/* padding-top: 10px; */
}

/* page title */

h2.headerFont {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 24px;
    color: #135486;
    font-weight: bold;
}

/* space between sections */

span.esTinySpace {
    font-size: 1px;
    padding: 0px;
    margin: 0px;
}

/* home page grid formatting */

.boldgridformat td {
    font-weight: bold !important
}

.italicgridformat td {
    font-style: italic !important
}

.redgridformat td {
    color: red !important
}

.greengridformat td {
    color: green !important
}

.graygridformat td {
    color: gray !important
}

/* center layout background */

.ui-layout-center {
    background-image: url('images/eSirius3gWatermarkOpaque.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* Cayuse Common Header - Alex 2019/09/24 */
    padding-left: 10px;
    overflow: auto;
}

.diff {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

#reviewRebuttal {
    font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

/* cluetip title, message, and border*/

.cluetip-default h3#cluetip-title {
    margin: 0 0 5px;
    padding: .4em 1em .4em 20px;
    font-size: 1.2em;
    font-weight: normal;
    background-color: navajowhite;
    color: black;
    font-family: "Lucida Sans Unicode", sans-serif, Arial, Verdana;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: move;
}

.cluetip-default #cluetip-inner {
    font-size: 1.2em;
    background-color: ghostwhite;
    color: black;
    font-family: "Lucida Sans Unicode", sans-serif, Arial, Verdana;
    border-radius: 5px;
    padding: 10px;
    overflow: auto;
    max-height: 43em;
}

#cluetip-outer {
    border-top: 1px solid #D1D1E0;
    border-left: 1px solid #D1D1E0;
    border-radius: 5px;
}

/* cluetip close icon - for resizing */

#cluetip-close img {
    width: 14px;
    height: 14px;
}

/* Cayuse Common Header - Alex 2019/09/24 */

.common-header {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    color: #333333 !important;
    white-space: nowrap !important;
}

.common-header a {
    color: inherit;
    text-decoration: underline !important;
}

.common-header-line {
    border-right: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-bottom: 1px dotted #BBBBBB;
    font-size: 16px;
    white-space: nowrap;
}

.common-header-line td {
    font-weight: bold;
    height: 50px;
    min-height: 50px;
}

.common-header-line td:first-child:not(:empty) {
    padding-left: 24px;
    font-size: 16px;
}

.common-header-line td:not(:empty):not(:last-child) {
    padding-right: 60px;
}

.common-header-top-banner {
    height: 20px;
    background-color: #0076b6;
}

.common-header-product {
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Allign with left menu */

.ui-tabs {
    padding-top: 3px;
}

body {
    margin: 0px;
}

@font-face {
    font-family: 'fontawesome-webfont';
    font-display: block;
    src: url('jqeSirius/js/fonts/fontawesome-webfont.woff2') format('woff2');
}

/* https://fonts.googleapis.com/css?family=Lato&display=swap */

/* latin-ext */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'), local('Lato-Regular'), url('jqeSirius/js/fonts/lato-regular-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'), local('Lato-Regular'), url('jqeSirius/js/fonts/lato-regular-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.common-header-caret-down::after {
    font-family: 'fontawesome-webfont' !important;
    content: "\f0d7";
    padding-left: 8px;
}

.common-header-user-container {
    display: table;
    height: 42px;
}

.common-header-user-icon::before {
    font-family: 'fontawesome-webfont' !important;
    content: "\f007";
    padding-right: 8px;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
}

.common-header-user-item {
    display: table-cell;
    vertical-align: middle;
}

.common-header-elements td:not(:last-child):not(:empty) {
    padding-right: 30px;
}

.common-header-elements td:not(:first-child) {
    align: right;
}

.common-header-elements td:last-of-type:not(.rootVoice) {
    padding-right: 10px;
}

.common-header-elements img {
    height: 42px;
    min-height: 42px;
}

.ui-layout-pane-west {
    border-top-width: 0px !important;
    background-color: #F4F5F6 !important;
}

.ui-layout-pane-center {
    border-top-width: 0px !important;
}

.ui-layout-center {
	background-image: none; /* remove the image and leave background white */
	/* margin-left: 9px !important; */
	padding-bottom: 35px !important;
}

.ui-widget-header {
	background-image: none;
	background-color: #0076b6; /* light blue */
	border: none; /* remove blue border */
	font-weight: bold;
	color: #474E64;
}


.ui-widget-content {
    color: #474e64; /* primary font color */
    font-family: 'Lato';
    font-size: 14px;
}

.ui-widget-content a {
    color: #0052CC; /* links style */
}

.ui-widget-content a:hover {
    color: #126AFB; /* links style */
}

.ui-widget-content a:visited {
    color: #551A8B;
}

.ui-jqgrid tr.jqgrow td {
	padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 11px;
	vertical-align: top; /* vertical align top is better for grids with tall rows */
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #0076B6; /* grid.tabs area */
    background-image: none; /* grid.column headers area */
    background-color: #f4f5f7;
    border: 1px solid #e6e7ea;
}

/* grid.active tab area */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background-color: #ffffff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    font-weight: bold;
    color: #0076B6 !important;
}

.ui-tabs .ui-tabs-nav li:not(.ui-tabs-selected) a:hover {
    color: #0076B6 !important;
    font-weight: bold;
}

/* tabs */
.ui-tabs .ui-tabs-nav li {
    padding: 4px !important;
}


/* tab padding with content */
.ui-tabs .ui-tabs-panel {
    padding-top: 2em;
}


.ui-jqgrid tr.ui-row-ltr td {
    border-color: #E6E7EA; /* grid.borders and dividers */
    /* border-right: none; */
}

/* column headers */
.ui-jqgrid .ui-jqgrid-htable th div {
    padding: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    overflow: hidden;
    position: relative;
    vertical-align: text-top;
    white-space: normal !important;
}

/* grouping rows */
.ui-jqgrid tr.jqgroup td {
    padding: 5px 0;
}

.ui-layout-center {
    background-image: none; /* remove the image and leave background white */
}

.ui-widget-header {
    background-image: none;
}

.ui-widget-content {
    color: #091E42; /* primary font color */
}

.ui-widget-content a {
    color: #0052CC; /* links style */
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #0076B6; /* grid.tabs area */
    background-image: none; /* grid.column headers area */
    background-color: #f4f5f7;
    border: 1px solid #e6e7ea;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-color: #E6E7EA; /* grid.borders and dividers */
    /* border-right: none; */
	/* padding: .7em .8em; /* increase padding */
}

/* column headers */
.ui-jqgrid .ui-jqgrid-htable th div {
    padding: 4px;
}

/* grouping rows */
.ui-jqgrid tr.jqgroup td {
    padding: 5px 0;
}

/* grouping row expand collapse icons */
.jqgroup  .ui-icon {
	margin-right: 10px;
    margin-left: 5px;
	border-radius: 5px;
}

.jqgroup .ui-icon:hover {
    background-color: #e6e7eb !important;   
}


body {
    font-family: 'Lato';
    font-size: 12px; /* font-size -> something closer to 14px */
    color: #091E42; /* primary font color */
    line-height: 1.2; /* adjust line-height property to 120% of the font size */
}

body a {
    color: #0052CC; /* links style */
	text-shadow: none;
}

/* colors section */

.redgridformat td {
    color: #e63c17 !important; /* red highlights in the grid */;
	font-weight: bold; /* bold alert text */
}

.ui-tabs .ui-tabs-nav li a {
    /* color: #0076b6; */ /* primary blue button text color */
    font-weight: normal;
}


ui-widget-content.jqgrow {
    border-top: 1px solid #7c8191; /* grid dividers */
    border-bottom: 1px solid #7c8191; /* grid dividers */
}

.ui-jqgrid-labels .ui-th-column {
    font-size: 12px; /* grid captions */
    color: #474e64 !important; /* grid captions */
    font-weight: bold;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none; /* grid row highlight */
    background-color: #F4F8FF; /* grid row highlight */
    color: inherit;
}

.ui-widget-header .ui-state-default {
    background-color: #f4f5f7; /* Grid. secondary header */
    border: 1px solid #e6e6ea; /* Grid. secondary header */
    border: none; /* removed border from tabs */
}

.ui-widget-header .ui-state-default a {
    color: #091e42 !important; /* grey tabs text */
}

#sideMenu {
    background-image: none; /* Left menu.home */
    background-color: #f4f5f7; /* Left menu.home */
    border: none; /* Left menu.home */
	width: 300px !important;
}

#sideMenu table {
    border: none;
    border-spacing: 0px;
}

/* Side Menu - Alert, Inbox, Total */
#sideMenu th {
    padding-top: 11px;
    padding-bottom: 11px;
}

#sideMenu .no-alerts { /* disabled item state */
    /*background-color: #EBECF0; /* icons on disabled menu items should be updated too since they are lightgrey */
    /*color: rgba(9, 30, 66, 0.29); /* icons on disabled menu items should be updated too since they are lightgrey */
    background-color: #ebecf0 !important;
    color: #7C8191 !important;
    border: none !important;
    font-weight: normal;
}

#sideMenu .ui-state-active {
    color: #474E64;
    border: none;
    font-weight: bold;
}

#sideMenu .progress-background {
    color: #091e42 !important;
}


/* do not lose progress bar when reloading tallies */
#sideMenu .ui-state-active:not(.progress-background) {
    background: #0076b6!important;
    color: white;
    font-weight: normal;
}

/* home page side menu hover */
#sideMenu tr.selectable:hover:not(.optSelected) {
    background: #E8F1FF !important;
}

#sideMenu .optSelected {
    background: #DEEBFE !important; /* Left menu.home item-is-selected */
}

td.fieldLabel {
    /* background-color: initial; */
}

label.formStacked {
    /* background-color: initial; */
}

a.esButton, .ui-searchFilter span.ui-reset, .ui-searchFilter span.ui-search {
    /* normal button */
    /* background-color: #eaecf0; */
    /* background-color: #e6e7eb; */
    color: #091e42; /* button text color */
    font-size: 14px;
    padding: 8px 13px !important;
    /* 8/27/2020 Lawrence Hsu R4-917*/    
    margin-right: 10px;
    background: #EFF1F3;
    background: -webkit-linear-gradient(top,#F7F8FA,#E7E9EC);
    background: linear-gradient(to bottom,#F7F8FA,#E7E9EC);
    border: 1px #c0Bcc6 solid;
    border-radius: 3px;
}

a.esButton:hover,.ui-searchFilter span.ui-reset, .ui-searchFilter span.ui-search:hover { /* button with hover-over */
    color: #091e42; /* button text color */
    /* background-color: #dadce2; */
    background-color: #E7E9EC;
    background-image: none;
}

a.esButton:active, .ui-searchFilter span.ui-reset, .ui-searchFilter span.ui-search:active { /* button with on-click */
    color: #0052cc; /* button text color */
    background-color: #deebff;
    background-image: none;
}

.ui-tabs .ui-tabs-nav {
    border: none; /* removed border from tabs */
}

.ui-widget-content {
    border-color: #d8d8d8; /* main content border color */
	background: white;
}

/* rewriting previously set font-family */

div.defaultFont {
    font-family: 'Lato';
}

label {
    font-family: 'Lato';
}

p.login {
    font-family: 'Lato';
}

p.loginText {
    font-family: 'Lato';
}

input.bg_readonly {
    font-family: 'Lato';
}

input.bg_write {
    font-family: 'Lato';
    padding: 4px;
    border-radius: 3px;
    border: #cccccc solid 1px;
    height: 30px;
	box-sizing: border-box;
}

input.loginForm {
    font-family: 'Lato';
}

select.bg_write {
    font-family: 'Lato';
    padding: 4px;
    height: 30px;
    border: #cccccc solid 1px;
}

select > option {
	height: 30px;
	padding: 4px;
	font-family: 'Lato';
}

a.esButton {
    font-family: 'Lato';
}

textarea.bg_readonly {
    font-family: 'Lato';
}

textarea.bg_write {
    font-family: 'Lato';
    padding: 4px;
    border-radius: 3px;
    border: #cccccc solid 1px;
}

td.fieldLabel {
    font-family: 'Lato';
}

td.fieldaltLabel {
    font-family: 'Lato';
}

td.fieldValue {
    font-family: 'Lato';
}

h3.sectionStyle {
    font-family: 'Lato';
}

h2.headerFont {
    font-family: 'Lato';
}

.diff {
    font-family: 'Lato';
}

#reviewRebuttal {
    font-family: 'Lato';
}

.cluetip-default h3#cluetip-title {
    font-family: 'Lato';
}

.cluetip-default #cluetip-inner {
    font-family: 'Lato';
}

.common-header {
    font-family: 'Lato';
}

.common-header-caret-down::after {
    font-family: 'Lato';
}

.common-header-user-icon::before {
    font-family: 'Lato';
}

.jstree-apple .jstree-leaf > ins {
    float: right; /* move menu items to the right */
}

/* removing main content border and background */

.ui-tabs {
    /* border: 0px; */
}

.ui-tabs .ui-tabs-nav {
    /* background-color: initial; */
}
/* removing main content border and background */

.jstree-apple > ul {
    background: none !important;
}

.jstree > ul > li {
    margin-top: 5px; /* menu items */
    margin-bottom: 5px; /* menu items */
}

.jstree > ul > li > ul > li {
    margin-top: 5px; /* menu items */
    margin-bottom: 5px; /* menu items */
}

.jstree-apple .jstree-leaf > ins {
    background-image: none;
}

.jstree-no-icons .jstree-leaf {
    background-image: none; /* remove icons from tree menu type */
}

.jstree-apple .jstree-no-dots .jstree-open > ins, .jstree-apple .jstree-no-dots .jstree-closed > ins {
    float: right; /* moving menu expand/collapse icon block to the right */
}

.ui-jqgrid .ui-jqgrid-titlebar {
    height:0px;background-image: linear-gradient(#305990, #75BCE4); /* soften grid bar */
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
    display: none;
}

.ui-jqgrid .ui-jqgrid-title {
    display: none;
    color: white;
    font-weight: normal;
}

.jstree-apple .jstree-no-dots li, .jstree-apple .jstree-no-dots .jstree-leaf > ins {
    background: #f4f5f6 !important;
}

.jstree a > .jstree-icon {
    margin-right: 5px !important;
}

h2.headerFont {
    color: #091E42;
}

.ui-tabs-panel {
    background-color: #fff !important; /* set tab content background to pure white */
}

#filterPane {
	height: 285px !important;
}

#filterPane .filterItem {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 30px;
}

#filterPane .filterItem .filterChooser, #filterPane .filterItem .qualifier {
    height: 30px;
	box-sizing: border-box;
	margin-right: 6px;
}

#filterPane .filterItem .ui-icon-close {
    margin-top: 5px;
}

div.demo {
    font-family: Lato !important;
}


.defaultSkin td.mceToolbar {
     background: #F4F5F6 !important;
}

.defaultSkin .mceStatusbar {
    background: #F4F5F6 !important;
}

input.bg_write.radio {
    height: 16px;
    width: 16px;
}


h3 {
    font-size: 16px;
}

/* jqgrid page */
.ui-jqgrid .ui-pg-table td {
    color: #7c8191;
}

/* jqgrid button text */
.ui-jqgrid .ui-pg-button span {
    color: #0052cc;
}

/* jqgrid edit inputs */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Lato';
	padding: 4px;
    border-radius: 3px;
    border: #cccccc solid 1px;
}

/* make radio and checkboxes bigger */
input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px; 
}

/* home page action menu */
.menuContainer {
    opacity: 1 !important;
    /*max-height: 350px;*/
    max-height: calc(250px + (800 - 250) * ((100vh - 300px) / (1080 - 300))); /* max-height changing gradientally from 250px on window width 300px height to 800px on window with 1080px height */
    overflow-y: auto;
}

/* home page action menu rows */
.menuContainer td.voice {
    font-family: 'Lato';
    font-size: 14px;
}

/* Review Menu */
#ReviewNotesTab {
    padding-top: 7px !important;
}

/* jqgrid highlight */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #3f86f7 !important;
    background: #deebff !important;
    color: #363636;
}


/* setup toc */
.jstree-apple.jstree-focused {
    background: #f4f5f6 !important;
}


/* red box jquery errors */
/* exclude search and report filters errors */
.ui-state-error:not(.filterItem), .ui-widget-content .ui-state-error:not(.filterItem), .ui-widget-header .ui-state-error {
    border: 1px solid !important; 
    background: #FF5630 !important;
    color: #FFFFFF !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    font-style: normal !important;
    height: 20px !important;
}

/* jqgrid edit dialogs */
.ui-jqdialog-content .CaptionTD {
    text-align: left;
    vertical-align: middle;
    border: 0px none;
    padding: 2px;
    white-space: nowrap;
    font-size: 14px;
    background-color: #f4f5f6;
    border-radius: 2px;
    padding: 5px;
    text-align: left;
    vertical-align: text-top;
    color: #474e64;
}

/* pager dropdown list */
.ui-jqgrid .ui-pg-selbox {
    padding: 0px !important;
}

/* Normal buttons: change jquery icons from png to svg */
.ui-icon {
	background-image: url(images/ui-icons_dark_256x240.svg) !important;
}

/* Grid buttons: change jquery icons from png to svg */
.ui-pg-div > .ui-icon {
	background-image: url(images/ui-icons_blue_256x240.svg) !important;
}


/* calendar updates start */


/* calendar header buttons */

#calendar .fc-header .fc-button.fc-button-prev, #calendar .fc-header .fc-button.fc-button-next {
    padding-left: 0;
    padding-right: 0;
}

#calendar .fc-header .fc-button.fc-button-prev {
    margin-right: 2px;
}

#calendar .fc-header .fc-button.fc-button-prev .fc-button-inner .fc-button-content, #calendar .fc-header .fc-button.fc-button-next .fc-button-inner .fc-button-content {
    padding-left: 0;
    padding-right: 0;
}

#calendar .fc-header .fc-button .fc-button-inner {
    color: #091E42;
    font-size: 14px;
    background-color: #EAEBEE;
    height: 24px;
    border-radius: 3px;
    padding: 1px;
	font-weight: normal;
	width: 88px;
	display: inline-block;
	text-align: center;
}

#calendar .fc-header .fc-button .fc-button-inner .fc-button-content {
    line-height: 23px;
	float: none;
}

#calendar .fc-state-disabled > .fc-button-inner {
	color: #7C8191 !important;
	cursor: not-allowed;
}

#calendar .fc-header .fc-button.fc-button-today, #calendar .fc-header .fc-button.fc-button-month, #calendar .fc-header .fc-button.fc-button-agendaWeek, #calendar .fc-header .fc-button.fc-button-agendaDay {
    color: #091E42;
}

#calendar .fc-header .fc-button.fc-button-month, #calendar .fc-header .fc-button.fc-button-agendaWeek, #calendar .fc-header .fc-button.fc-button-agendaDay {
    padding-top: 0;
    padding-bottom: 0;
}

#calendar .fc-header .fc-button.fc-button-month .fc-button-inner, #calendar .fc-header .fc-button.fc-button-agendaWeek .fc-button-inner, #calendar .fc-header .fc-button.fc-button-agendaDay .fc-button-inner {
    border: 1px solid #BFC1C9;
}

#calendar .fc-header .fc-button.fc-button-month {
    margin-right: -2px;
}

#calendar .fc-header .fc-button.fc-button-agendaWeek {
    margin-right: -2px;
}

#calendar .fc-header .fc-button.fc-button-agendaDay {
    margin-right: -2px;
}

#calendar .fc-header .fc-button.fc-button-month .fc-button-inner {
    border-radius: 3px 0px 0px 3px;
}

#calendar .fc-header .fc-button.fc-button-agendaWeek .fc-button-inner {
    border-radius: 0;
}

#calendar .fc-header .fc-button.fc-button-agendaDay .fc-button-inner {
    border-radius: 0px 3px 3px 0px;
}

#calendar .fc-button.fc-state-active {
    background: #D5D6D9 !important;
}

#calendar .fc-button.fc-state-active .fc-button-inner {
    background-color: #D5D6D9;
}

#calendar .fc-header .fc-button .fc-button-effect span {
    background: none !important;
}

/* adding something similar to soften grid bar into the calendar */
#calendar thead {
    /* background-image: linear-gradient(#305990, #75BCE4);*/
}

.well .ui-button {
    color: #091E42;
    font-size: 14px;
    font-family: 'Lato';
    line-height: 22px !important;
    background-image: none;
    background-color: #EAEBEE;
    height: 26px;
    border-radius: 3px;
    border: none;
}

/* left pane warning red title backgound in calendar record */
.well .ui-widget-content .ui-state-error {
    background-color: #DE300B !important;
}

#calendar .fc-header {
    margin-top: 8px;
    margin-bottom: 11px;
}

#calendar .fc-header-title h2  {
	font-size: 18px;
	color: #474E64;
}

#calendar .fc-header-title h3  {
	color: #474E64;
}

/* Calendar event style */
#calendar .fc-content .fc-view .fc-event:hover {
    background-color: #F4F5F6 !important;
}

/* Calendar event style */
#calendar .fc-content .fc-view .fc-event .fc-event-inner .fc-event-title {
    color: #0052CC;
}

/* Calendar event style */
#calendar .fc-content .fc-view .fc-event .fc-event-inner .fc-event-title:hover {
    color: #126AFB;
}



/* calendar updates end */


/* home page side menu alert rows  */
#sideMenu td {
    padding-left: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
}

#sideMenu th {
    padding-left: 8px;
}


.esButton .ui-icon {
    position: relative !important;
    vertical-align: text-top !important;
    margin: 0 9px 0 -6px !important;
	top: initial !important; /* cancel out review pane button top: 50% */
}

/* added cursor: pointer to the grid header Search button */
.ui-jqgrid .ui-pg-button[title="Find records"]:hover {
    cursor: pointer;
}

/* home page side menu make button clickable region bigger */
.myMenu .ui-icon {
    padding: 4px;
    margin-top: -2px;  
}


/* padding-left and padding-right on the left nav menu start */
#sideMenu h3 {
    padding-right: 9px;
    padding-left: 9px;
}

#sideMenu tr th:first-child, #sideMenu tr td:first-child {
    padding-left: 15px;
}

#sideMenu tr th:last-child, #sideMenu tr td:last-child {
    padding-right: 15px;
}

/* home page side menu application name block */
#sideMenu .ui-widget-header > div {
    padding-left: 15px !important;
    padding-right: 11px !important; /* less left padding since ... button has 4px padding */
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    color: white;
    font-weight: normal;
}


/* padding-left and padding-right on the left nav menu end */


/* Attachment Button to match esButton */
#btnAttach > img {
    position: relative !important;
    vertical-align: text-top !important;
    margin: 0 9px 0 -6px !important;
}

/* home page action menu highlight color */
.menuContainer .selected td {
    background: #DEEBFE !important;
}

/* login customer logo */
.loginLogo {
	justify-content: center;
	display: flex;
	margin-top: 20px;
}

.loginLogo > img {
    height: 50px;
	width: auto;
}

#release {
	text-align: center;
    width: 100%;
}

.login .loginForm {
    box-sizing: border-box;
    width: 100%;
}

/* red asterisk for required fields */
.es_required_label:after { 
    content:" *"; 
    color: #de1a0c;
	font-weight: bold;
	font-size: 16px;
}


.progress-background {
    background: url(./images/ajax_loader_bar.gif) !important;
    background-repeat: no repeat !important;
    background-size: 100% auto !important;
	background-position: center !important;
}

/* jqgrid pager */
.ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-toppager {
    height: auto !important;
}

/* jqgrid Add Edit Delete Buttons 
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    color: #091e42;
    background-color: #e6e7eb;
    border: none;
    font-size: 14px;
    padding: 8px 13px !important;
    margin-left: 4px;
}

.ui-pg-div > .ui-icon {
    position: relative !important;
    vertical-align: text-top !important;
    margin: 0 9px 0 -6px !important;
    top: initial !important;
}
*/

/* Review Mode Menu */
#ReviewModeMainMenu .formStacked {
    width: 100%;
    box-sizing: border-box;
}

#ReviewModeMainMenu {
    padding: 0px 10px 10px 10px !important;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

#ReviewModeMainMenu .ui-pg-div > span > .ui-icon {
    background-image: url(images/ui-icons_blue_256x240.svg) !important;
}

#ReviewModeMainMenu .ui-tabs-panel {
    padding-top: 15px !important;
}

.reviewMenuHolder {
    padding-top: 5px;
    margin-top: 0px;
}

.selectable.ui-widget-header:hover > div {
	background-color: #005c8e !important;
}

/* jq dialog titles */
.ui-jqdialog .ui-jqdialog-title {
	color: white;
    font-weight: normal;
}

/* jqgrid search dialog */
.ui-searchFilter {
    border-radius: 3px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2) !important;
}

.ui-searchFilter table td {
    color: white;
    font-weight: normal;
    padding: 5px;
}

.ui-searchFilter span.ui-reset, .ui-searchFilter span.ui-search {
    padding: 6px;
    margin-bottom: 1px;
    font-weight: normal;
    color: #091e42;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 13px !important;
    margin-left: 4px;
    background: #EFF1F3;
    background: -webkit-linear-gradient(top,#F7F8FA,#E7E9EC);
    background: linear-gradient(to bottom,#F7F8FA,#E7E9EC);
    border: 1px #c0Bcc6 solid;
}


/* grand total rows in jqgrid */
.ui-jqgrid tr.footrow-ltr td {
    border-right: none;
    overflow: visible; 
}

/* dialog titles */
.ui-dialog .ui-dialog-title {
    color: white;
    font-weight: normal;
}

.jstree-apple a {
    padding-top: 1px !important;
}

/* home page side action menu text */
.menuContainer td a {
    text-shadow: none;
    color: #091e42;
}

/* fix tinyMCE fullscreen overlapping by the menu resizer */
.ui-layout-resizer {
    z-index: 0 !important;
}

/* inline grid editting - dont stretch inputs beyound column sizes, looks weird for picklists and autocompletes */
.ui-jqgrid td input:not(.ui-pg-input), .ui-jqgrid td select, .ui-jqgrid td textarea {
    width: 100%;
    box-sizing: border-box;
}

[id^=attachmentidTBL] {
    padding-bottom: 30px;
    /* 8/27/2020 Lawrence Hsu R4-917*/
    /*padding-left: 20px;*/
}

/* R4-797: [P0] TOC is truncated when there are multiple species in a protocol */
.ui-layout-west {
    bottom: 0px !important;
    height: auto !important;
    overflow: auto !important;
    width: 205px !important;
}

/* R4-797: [P0] TOC is truncated when there are multiple species in a protocol */
.ui-layout-resizer-west-open {
    left: 227px !important;
}

/* grid outer border fix */
.ui-tabs-panel .ui-tabs .ui-widget-content .ui-jqgrid {
    border: 1px solid #d8d8d8;
}

@-moz-document url-prefix() {
    
    /* removed redundant horizontal scroll bar from menu container and main content in Firefox */
    .ui-layout-center {
        padding-right: 20px !important;
    }

    /* removed redundant horizontal scroll bar from menu container and main content in Firefox */
    .menuContainer {
        padding-right: 20px !important;
    }

    /* R4-861: some grids border does not show on the homepage (and maybe somewhere else?) -> main content grid Firefox fix */
    .ui-tabs-panel .ui-widget-content:first-child {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
    }
}

/* R4-797: [P0] TOC is truncated when there are multiple species in a protocol */
.ui-layout-west {
    bottom: 0px !important;
    height: auto !important;
    overflow: auto !important;
    width: 205px !important;
}

/* R4-797: [P0] TOC is truncated when there are multiple species in a protocol */
.ui-layout-resizer-west-open {
    left: 227px !important;
}

/* R4-908: Confirmation dialog UI issue when editing Alerts/Options/Reports and Cancel it */
.ui-dialog .ui-dialog-content {
    height: initial !important;
}

/* R4-877: Button is covered by table; ignoring .esTinySpace element on the main content page */
.ui-tabs-panel > span:not(.esTinySpace) {
    display: inline-block;
    min-height: 35px;
}

/* R4-966: [R4 REG] UI issue, p.400041 ACCOORD/Relocate cages */
/* R4-1021: [R4 REG,OAUTH, DEMO] UI issue p.400168, Pain Level Transfer on Same Protocol */
#btnCloseResults {
    display: inline-block;
    margin-top: 5px;
}

/* R4-871: [UI issue] p.127, p.121, p.198, p.24, Setup Facilities, Dictionaries. Unwanted horizontal scroll bar is displayed -> Fixed by setting max-width on the input element. */
.ui-jqdialog .ui-jqdialog-content .FormGrid .DataTD input {
    max-width: 360px;
}

/* R4-1019: [R4 Demo, R4REG, R4oauth] "Edit Facility" display issue in IBC Draft Protocol from Copy */
#idTBLocationInfo #fclty_nm_display, #idTBLocationInfo #room_no_display {
    width: unset !important;
}

#Synopsis > div > span { min-height:35px !important;}