@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

/* https://fonts.google.com/specimen/Roboto?preview.text_type=custom&sidebar.open=true&selection.family=Roboto:wght@100;300;400;500&query=roboto */

body,
* {
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 400;
}

td {
    font-weight: 300;
}

#leftNav td {
    font-weight: 300 !important;
}

body.cke_show_borders > p > strong {
   font-weight: 700;
}
/* strong {
    font-weight: 500;
} */

.heading1,
.heading2,
.moduleBox .heading1,
h1,
h2,
h3,
h4,
h5,
h6,
th,
.ui-widget
{
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 400;
}


/* light grey */

.darkBar {
    background-color: #EEEEEE;
}


/* mid grey */

.lightBar {
    background-color: #FFFFFF;
}


/* light grey */


/* Blues
Primary     #2C95B2
Secondary   #B1D2E8
Tertiary    #1C3B6B

Grays
Dark  #454545
Mid   #E0E0E0
Light #EEEEEE
*/

.edit_pri {
    color: #2C95B2;
}

.edit_sec {
    color: #B1D2E8;
}

.edit_ter {
    color: #1C3B6B;
}

.noedit_pri {
    color: #454545;
}

.noedit_sec {
    color: #E0E0E0;
}

.noedit_ter {
    color: #EEEEEE;
}

.buttonHover:hover {
    cursor: pointer;
}

.cursorWait {
    cursor: progress !important;
}

input:focus {
    outline-width: 0;
    /* remove the annoying blue line when an input has the focus */
}

.isRequired {
    color: red;
}

input:required {
    border: 1px solid red !important;
}

.danger {
    color: red !important;
    border: 2px solid red !important;
    background-color: white;
}

.danger:hover {
    color: white !important;
    background-color: red !important;
}

body {
    /* font-family: arial, san-serif; */
    font-size: 14px;
    background-color: #EFEFEF;
}

p {
    /* font-family: arial, san-serif; */
    font-size: 14px;
}

td {
    /* font-family: arial, san-serif; */
    font-size: 14px;
}

.bodyContent {
    padding: 3px;
    background-color: #EFEFEF;
    min-height: 500px;
}

.frameTitle {
    font-size: 24px;
    font-weight: 400;
    color: #2C95B2
}

.frameTitleError {
    font-size: 18px;
    font-weight: 400;
    color: #FF0000
}

.frameButton {
    line-height:30px;
    text-align:right;
}

.redCircle {
    border-radius: 50%;
    background-color: #EA7A09;
    color: white;
    height: 36px;
    width: 36px;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.redCircleOutline {
    border-radius: 50%;
    border: 2px solid #EA7A09;
    background-color: #ffffff;
    color: #EA7A09;
    height: 36px;
    width: 36px;
    font-size: 10px;
    margin-left: 8px;
    margin-right: 10px;
}

.greenCircle {
    border-radius: 50%;
    background-color: #008000;
    color: white;
    height: 36px;
    width: 36px;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.greenCircleOutline {
    border-radius: 50%;
    border: 2px solid #008000;
    background-color: #ffffff;
    color: #008000;
    height: 36px;
    width: 36px;
    font-size: 10px;
    margin-left: 8px;
    margin-right: 10px;
}

.heading1 {
    font-size: 24px;
    font-weight: 500;
    color: #2C95B2
}

.heading2 {
    font-size: 18px;
    color: #2C95B2
}

.moduleBox {
    width: auto;
    border: 1px solid #dcdad9;
    /*border-radius: 5px 5px 5px 5px;*/
    margin: 5px 0px 2px 0px;
    padding: 5px 5px 5px 5px;
    background-color: white;
}

.moduleContent {
    width: auto;
    height: 300px;
    overflow-y: scroll;
}

.moduleHeader {
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    color: #2C95B2;
}

.moduleArrow {
    margin-top: 5px;
}

.moduleSearch {
    padding-top: 10px;
    padding-right: 15px;
    float: right;
    color: #2C95B2;
}

.boldBlue {
    font-weight: 400;
    color: #2C95B2;
}

#ghostbar {
    width: 3px;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    cursor: row-resize;
    z-index: 999
}

#mainNav {
    list-style: none;
}

#mainNav>li>a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
}

.inputStyle {
    border: 1px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    vertical-align: middle;
    /* font-family: Arial, sans-serif; */
    min-width: 300px;
    height: 31px;
    width: auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.inputStyleCompact {
    height: 31px;
    min-width: 50px;
    border: 1px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    vertical-align: middle;
    /* font-family: Arial, sans-serif; */
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

select.inputStyle {
    height: 31px;
    border: 1px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    vertical-align: middle;
    /* font-family: Arial, sans-serif; */
    width: 100% !important;
}

.pageSelector {
    height: 26px;
    border: 1px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    vertical-align: middle;
    /* font-family: Arial, sans-serif; */
}

.boxedStyle {
    border: 1px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
}

textarea {
    /* font-family: Arial, sans-serif; */
    min-height: 100px;
}

a.link {
    color: #2C95B2;
    text-decoration: none;
}

a.link:visited {
    color: #2C95B2;
}

a.link:hover {
    color: #ff0000;
}

a.link:active {
    color: #2C95B2;
}

.sepBar {
    border-top: 1px solid #2C95B2;
    border-bottom: none;
}

.bigButton {
    border: 2px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    color: #2C95B2;
    height: 31px;
    background-color: white;
    text-decoration: none;
    font-weight: 400;
    padding: 7px 10px 7px 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.bigButton:hover {
    color: white;
    background-color: #2C95B2;
    cursor: pointer;
}

.bigButtonRed {
    border: 2px solid #ff0000;
    border-radius: 1px 1px 1px 1px;
    color: #ff0000;
    height: 31px;
    background-color: white;
    text-decoration: none;
    font-weight: 400;
    padding: 7px 10px 7px 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.bigButton.noBorder {
    border: 0;
}

.bigButtonRed:hover {
    color: white;
    background-color: #ff0000;
    cursor: pointer;
}

.activeTab {
    background-color: #7AC8DE;
    color: white;
}

.frameClose,
#popup_header .bigButton {
    border: 2px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    color: #2C95B2;
    background-color: white;
    text-decoration: none;
    font-weight: 400;
    padding: 4px 10px 5px 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    display: inline-block;
    line-height: initial !important;
    font-size: 14px;
    vertical-align: top;
}

.frameClose:hover,
#popup_header .bigButton:hover {
    background-color: #2C95B2;
    color: white;
}

.searchresultsTable,
.searchTable,
.searchTableborderTop {
    vertical-align: top;
    border-spacing: 0px;
    background-color: white;
}

.searchresultsTable td,
.searchTable td {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #efEfef;
    line-height: 28px;
    min-height: 30px;
    text-align: left;
}

.searchTableborderTop td {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #efEfef;
    line-height: 28px;
    min-height: 30px;
    text-align: left;
}

.searchresultsTableCompact td,
.searchTableCompact td {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #efEfef;
    line-height: 20px;
    min-height: 30px;
    text-align: left;
}

.searchTableborderTopCompact td {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #efEfef;
    line-height: 20px;
    min-height: 30px;
    text-align: left;
}

.searchresultsTable th,
.searchTable th,
.searchTableCompact th,
.searchTableborderTop th {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: bottom;
    color: #2C95B2;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #2C95B2;
    padding-top: 8px;
    padding-bottom: 8px;
}

.searchresultsTable th[align=right],
.searchTable th[align=right],
.searchTableCompact th[align=right],
.searchTableborderTop th[align=right] {
    text-align: right;
}

.detailsTable {
    width: 100%;
    border-spacing: 0px;
}

.detailsTable td {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    vertical-align: top;
}

.detailsTable th {
    text-align: left;
    padding-top: 5px;
    vertical-align: top;
    color: #454545;
}

.formRow {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.fieldPrompt {
    font-weight: 400;
    color: #2C95B2;
    font-size: 14px;
    display: inline-block;
}


.rightPanel {
    width: 400px;
}

.ui-draggable {
    /*    background-color:silver;*/
}

.buttonHover:hover {
    cursor: pointer;
}

.summaryTable th {
    color: #2C95B2;
    font-size: 14px;
}


/****************************************
 Clinton's Additions - may need to move this to somewhere more appropriate
*****************************************/

#module_documents {
    overflow: hidden;
}

#module_documents .documentHeader {
    display: inline-block;
    width: 100%;
}

#document_content {
    overflow: hidden;
    border-top: 1px solid #aaa;
}

.popSectionTitle {
    background-color: #336699;
    color: #f1f1f1;
    width: 100%;
    display: block;
    padding: 3px;
}

.popLabel {
    width: 100px;
    display: inline-block;
}

.popSelect {
    margin: 3px 0 3px 0;
    min-width: 150px;
}

.fullWidth {
    width: 100%;
    box-sizing: border-box;
}

.halfWidth {
    width: 50%;
    box-sizing: border-box;
}

.hidden {
    display: none;
}


/*
.toggleExpandTemplateSection {
	margin-top: 3px;
}
.toggleExpandTemplateSection:hover {
	cursor: pointer;
}
*/

input[type='text'].documentTextField {
    width: 300px;
    height: 29px;
    background-color: white;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    text-align: left;
    vertical-align: middle;
}


/*** context menu for documents ***/

#contextMenuContainer_ModuleCompanyDocuments {
    display: none;
    position: fixed;
    border: 1px solid #336699;
    background: rgb(252, 252, 255);
    width: 300px;
    /* box-shadow: 3px 5px #e9e9e9; */
    z-index: 100;
}

#contextMenuContainer_ModuleCompanyDocuments ul {
    list-style: none;
    padding: 0px;
    font-size: 12px;
}

#contextMenuContainer_ModuleCompanyDocuments ul li {
    position: relative;
    font-size: 13px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    text-align: left;
    min-height: 32px;
}


/*#contextMenuContainer_ModuleCompanyDocuments ul li:not('.disabled'):hover*/

#contextMenuContainer_ModuleCompanyDocuments ul li:hover {
    cursor: pointer;
    background-color: #336699;
    color: #fff;
}

#contextMenuContainer_ModuleCompanyDocuments ul li.disabled {
    color: #999;
    display: none;
}

#contextMenuContainer_ModuleCompanyDocuments ul li.disabled:hover {
    cursor: default;
    color: #999;
    background-color: inherit;
}

#contextMenuContainer_ModuleCompanyDocuments ul li div {
    position: absolute;
    top: 7px;
    left: 15px;
    display: inline;
    padding: 2px;
}

.contextMenuNewFolder img,
.contextMenuUploadFile img {
    display: none;
}

.success {
    color: #2A9547;
}

.failure {
    color: #D70512;
}


/************
 * colresize
 ************/

#document_content div.folderInfo {
    width: 100%;
    height: 30px;
    padding: 5px;
    color: #444;
    background-color: #ddd;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    font-size: 18px;
    box-sizing: border-box;
}

#document_content div.folderInfo:hover {
    cursor: pointer;
}

#document_content table.folder_documents_wrapper {
    /*border-top: 1px solid #ccc;*/
    border-spacing: 3px 0;
}

#document_content table.folder_documents_wrapper tr {
    vertical-align: top;
}


/*
#document_content table.folder_documents_wrapper th {
	background-image:url('images/th.png');
	height:30px;
	background-repeat:no-repeat;
	color:white;
	background-color: #ddd;
	text-shadow: #012b4d 2px 2px 2px;
	text-align: left;
	border-bottom: 1px solid #bbb;
	padding: 5px;
}
*/

#document_content table.folder_documents_wrapper th {}

#document_content table.folder_documents_wrapper td {
    text-indent: 0px;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    /*
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
*/
}

#document_content table.folder_documents_wrapper td.tree_hierarchy {
    border-right: 1px solid #bbb;
    width: 40%;
}

#document_content table.folder_documents_wrapper td.directory_content {
    border-left: 1px solid #bbb;
    width: 60%;
}

#document_content table.folder_documents_wrapper td.tree_hierarchy>div,
#document_content table.folder_documents_wrapper td.directory_content>div {
    overflow: auto;
    width: 100%;
}

#document_content table.folder_documents_wrapper td.disabled,
#document_content table.folder_documents_wrapper th.disabled {
    width: 100px;
    text-align: center;
    min-width: 100px;
}

#document_content table.folder_documents_wrapper td.left {
    border-left: 1px solid #2e638e;
}

#document_content table.folder_documents_wrapper td.right {
    border-right: 1px solid #2e638e;
}

#document_content table.folder_documents_wrapper td.bottom {
    border-bottom: 1px solid #2e638e;
}

.grip {
    width: 20px;
    height: 15px;
    margin-top: -3px;
    /*background-image:url('../images/grip.png');*/
    margin-left: -5px;
    position: relative;
    z-index: 88;
    cursor: col-resize;
}

.grip:hover {
    background-position-x: -20px;
}

#document_content table.folder_documents_wrapper,
.JCLRgrip {
    height: 100%;
    min-height: 500px;
}

.JCLRLastGrip .grip {
    background-position-y: -18px;
    left: -2px;
}

.JCLRgrip.dragging {
    width: 5px;
    background-color: transparent;
}

.dragging .grip {
    background-position-x: -40px;
}

.dotted {
    /*background-image:url('images/dotted.png');*/
    background-repeat: repeat-y;
}


/*
.uploadButton {
  display: inline-block;
}
.uploadButton input[type=file] {
  display:none;
}
*/


/*
input[type=file].chooseFile {
	display:none;
	margin:10px;
}
input[type=file].chooseFile + label {
	display:inline-block;
	margin:20px;
	padding: 4px 32px;
	background-color: #FFFFFF;
	border:solid 1px #666F77;
	border-radius: 6px;
	color:#666F77;
}
input[type=file].chooseFile:active + label {
	background-image: none;
	background-color:#2D6C7A;
	color:#FFFFFF;
}
*/


/***
 Add Address
***/

.removeAddress,
.addAddress {
    /*float: right;*/
    color: #B1D2E8;
    position: absolute;
    top: -3px;
    right: 5px;
}

.removeAddress:hover,
.addAddress:hover {
    color: #454545;
    cursor: pointer;
}

.removeAddress>i.fa,
.addAddress>i.fa {
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 1px;
}

.removeAddress {
    float: right;
    color: #B1D2E8;
}

.removeAddress {
    top: 1px;
}

.ui-tooltip {
    padding: 8px;
    background: white;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.uitooltip {}


/*--------*/


/* popups */


/*--------*/

iframe#dynoFrame {
    position: fixed;
    top: 10px;
    padding: 5px;
    background-color: #fafafa;
    visibility: hidden;
}


/* *************** 3rdgen Form Styles ******************** */

.generalForm {
    margin-top: 5px;
    border-collapse: collapse;
    width: 100%;
}

.generalForm input {
    color: #333333;
}

.generalForm td,
.generalForm th {
    padding: 5px;
    margin: 0;
    text-align: left;
    /*vertical-align:top; */
    vertical-align: middle;
    /* border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;*/
    /*width:auto !important;*/
}

td.section {
    padding: 0px !important;
    border-top: none !important;
    border-bottom: none !important;
}

.generalForm .formPromptStyle {
    font-weight: 400;
    color: #2C95B2;
    width: 40%;
}

.generalForm .formPromptMandatoryStyle {
    font-weight: 400;
    color: #2C95B2;
    width: 40%;
}

.generalForm .formInfoStyle {
    padding-bottom: 8px;
}

.generalForm .formLine1Style {
    padding-bottom: 10px;
}

.generalForm .formLine2Style {
    padding-bottom: 10px;
}

.generalForm .formLabelStyle {
    font-weight: 400;
    font-size: 110%;
    background: #66bfc5;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.generalForm .formDataStyle td,
th {
    /*margin:10px;*/
}

.generalForm .formMandatoryFieldStyle {
    /*font-size:10px;*/
}

.generalForm .formCommentStyle {
    clear: both;
    font-style: italic;
}

.generalForm .formSubPromptStyle {
    font-weight: normal;
    font-style: normal;
    font-size: 90%;
}

.generalForm .formSubPromptStyle li {
    margin: 0px 15px;
}

.generalForm .formErrorStyle,
.formErrorStyle {
    font-weight: 400;
    color: red;
}

.generalForm input {
    padding: 5px 5px;
    border: 1px solid #2C95B2;
    border-radius: 1px 1px 1px 1px;
    padding-left: 5px;
    vertical-align: middle;
    /* font-family: Arial, sans-serif; */
    min-width: 300px;
    height: 31px;
    width: auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.bigButtonThirdgen {
    border: 2px solid #2C95B2 !important;
    border-radius: 1px 1px 1px 1px !important;
    color: #2C95B2 !important;
    height: 31px !important;
    background-color: white !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    padding: 7px 10px 7px 10px !important;
    position: relative !important;
    text-align: center !important;
    vertical-align: middle !important;
    min-width: 100px !important;
    cursor: pointer;
}

.bigButtonThirdgen:hover {
    background-color: #2C95B2 !important;
    color: white !important;
}

.generalForm select {
    border: 1px solid #2C95B2;
    background: #FFFFFF;
    padding: 5px 5px;
}

.generalForm textarea {
    border: 1px solid #2C95B2;
    color: #333333;
    background: #FFFFFF;
    padding: 5px 5px;
}

.generalForm .formPickDiv {
    float: left;
    margin-right: 10px;
}

.generalForm .datepicker {
    width: 100px;
}

.generalForm td.numeric {
    text-align: right
}

.generalForm table td {
    /* this is sub-table */
    border: 0 none;
}

.generalForm .formTooltipCnt {
    display: none;
}

.generalForm input[type=text],
.generalForm input[type=email],
.generalForm input[type=password],
.generalForm input[type=tel],
.generalForm input[type=search] {
    min-width: 100px;
}

.generalForm input[type=checkbox],
.generalForm input[type=radio] {
    min-width: 50px;
}


/* *************** Specific Page Styles ******************** */

body#soid_33539 div#sect1 table#tblImportantForms
/* important forms */

{
    width: 100%;
    border-collapse: collapse;
}

body#soid_33539 div#sect1 table#tblImportantForms td {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}

body#soid_33540 div.box_hilite span
/* myquotes_marinecargo.cfm */

{
    line-height: 150%
}

body#soid_33540 table {
    width: 100%;
}

body#soid_33546 div#bannerTop>.container
/* homepage */

{
    height: 250px;
}

.generalForm td#td_field_QD_tblGoodsType>table {
    width: 100%;
}

.generalForm td#td_field_QD_tblGoodsType>table td {
    white-space: nowrap;
}

.generalForm td#td_field_QD_tblGoodsType table td {
    border: 1px solid #cccccc;
}

.generalForm tr#tr_field_QD_tblBaseArea table td {
    /*padding:0px 10px 0px 0px;*/
}

.generalForm tr#tr_field_QD_tblGoodsType td,
.generalForm tr#tr_field_QD_tblGoodsXType td,
.generalForm tr#tr_field_QD_GoodsTypeDesc td {
    background-color: #ffffff;
}

.generalForm tr#tr_field_QD_tblGoodsType td.GT_Active {
    background-color: #d8f2f2;
    border-color: #66bfc5;
}

.generalForm tr#tr_field_QD_GoodsTypeDesc {
    display: none;
}

.generalForm td#td_field_QD_tblGoodsType table input[type=text],
.generalForm td#td_field_QD_tblGoodsType table input[type=email],
.generalForm td#td_field_QD_tblGoodsType table input[type=password],
.generalForm td#td_field_QD_tblGoodsType table input[type=tel],
.generalForm td#td_field_QD_tblGoodsType table input[type=search] {
    width: 40px;
    min-width: 40px;
}

.generalForm td#td_field_QD_tblGoodsType input#field_QD_GoodsType_Bulk_Dsc,
.generalForm td#td_field_QD_tblGoodsType input#field_QD_GoodsType_Danger_Dsc,
.generalForm td#td_field_QD_tblGoodsType input#field_QD_GoodsType_Valued_Dsc {
    width: auto;
}

.generalForm #info_QD_tblGoodsType {
    display: block;
    height: 24px;
    width: 24px;
    /*background: url('../images/icon_info.png') 50% 50% no-repeat;*/
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.generalForm .tooltip {
    padding: 10px 0px !important;
}

.generalForm .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.generalForm .tooltip.bottom>.tooltip-arrow {
    color: #bbbbbb !important;
    border-bottom: 10px solid #bbbbbb !important;
}

.generalForm .tooltip>.tooltip-inner {
    background-color: #ffffff;
    color: #666666;
    border: 2px solid #bbbbbb;
    max-width: 600px;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

.generalForm #info_QD_tblGoodsType+.tooltip>.tooltip-inner {
    width: 500px;
    padding: 10px 10px 10px 20px;
}

.generalForm #info_QD_tblGoodsType+.tooltip>.tooltip-inner ul li {
    margin: 0px;
}

.generalForm #perDisp {
    margin: 5px 10px 5px 0px;
    float: right;
}

.generalForm .perDispOk {
    font-weight: 400;
    color: #99cc33;
}

.generalForm .perDispErr {
    font-weight: 400;
    color: red;
}


/* for the rich text editor, set the background colour to white */

span.cke_skin_kama {
    border: 1px solid #2C95B2 !important;
    border-radius: 1px 1px 1px 1px !important;
    background-color: #ffffff;
}

.cke_show_borders {
    background-color: white !important;
}

input[type=text],
textarea {
    color: #000 !important;
    background-color: #fff !important;
}


/* start: reports */

#report_leads,
#report_activities,
#report_claims,
#report_insight_renewals,
#report_bac_renewals {
    height: 800px;
}


/* end: reports */

.tabs-header {
    margin-top: 5px;
}

.tabs-header .tab-button {
    display: inline-block;
}

.sidewaysTable th {
    border-bottom: none;
    vertical-align: text-top;
}


/* start: customise datatables apperance to match */

table.dataTable thead th,
table.dataTable .dtr-title {
    border-bottom: 1px solid #2c95b2 !important;
    color: #2c95b2;
    text-align: left;
    padding: 10px !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: left;
}

table.dataTable.compact thead th {
    padding: 5px !important;
}

table.dataTable.compact .dtr-title {
    padding: 0px !important;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover,
table.dataTable tbody tr.shown {
    background-color: rgb(177, 210, 232) !important;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f077";
    margin-left: 5px;
}

table.dataTable thead .sorting_desc:after {
    content: "\f078";
}

.dataTables_length {
    margin-right: 10px;
}

button.dt-button,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px !important;
}

.dtsb-searchBuilder input,
.dtsb-searchBuilder select {
    height: 31px;
    border-radius: 1px 1px 1px 1px;
    /* font-family: Arial, sans-serif; */
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 175px !important;
}

table.dataTable>tbody>tr.child span.dtr-data i[class] {
    max-width: 20px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #2c95b2 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background-color: #2c95b2 !important;
}

.dt-custom-filter {}

.dt-custom-filter {
    margin: 10px 10px 10px 0;
}

table.dataTable .sub-table,
table.dataTable .sub-table table td {
    background: rgb(245, 245, 245)
}


/* end: customise datatables apperance to match */
.dataTables_wrapper a i{
    font-size: 20px;
    color: #2c95b2;
    width: 100%;
    text-align: center;
}

.dataTables_wrapper a ih:hover {
    font-weight: 400;
}

.dataTables_wrapper a i:hover {
    cursor: pointer;
}

.flex-container {
    display: flex;
}

.dt-custom-filters.flex-container {
    flex-wrap: wrap;
}

.flex-container>.formRow {
    margin: 10px 10px 0px 0;
}

.flex-container>div,
.flex-container>table {
    margin: 10px;
}

.flex-container>div:first-of-type,
.flex-container>table:first-of-type {
    margin-left: 0px;
}

.center {
    margin: auto;
    text-align: center;
}


/* label {
    font-weight: 400;
} */

.left {
    margin: auto;
    text-align: left;
}

.right {
    margin: auto;
    text-align: right;
}

.gap-top{
    margin-top: 5px;
}

.gap-bottom{
    margin-bottom: 5px;
}

.gap-left{
    margin-left: 5px;
}

.gap-right{
    margin-right: 5px;
}

/* adjust height of top nav */

#topNav img {
    max-height: 40px;
}

#leftNav {
    top: 45px !important;
}

#luciBody {
    margin-top: 45px !important;
}

.sepBar{
    display: none;
}

table.searchTable td[style='color:#2C95B2;font-weight:bold;'] {
    font-weight: 400 !important;
}

table {
    border-spacing: 0px;
}


#folder_documents_wrapper a {
    font-weight: 300 !important;
}

#document_content table.folder_documents_wrapper th {
    font-weight: 400;
}


.loginBox {
    border: 1px solid #dcdad9;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 400px;
    height: 150px;
}


.fileUploadMessage{
    display:inline-block;
    font-size:12px;
    margin-left:20px;
    vertical-align:text-bottom;
    line-height:15px;
}

#footerVer{
    font-size: 9px;
}

ul.checkboxes{
    margin: 0;
    padding: 0;
    columns: 100px 5;
    -webkit-columns: 100px 5;
    -moz-columns: 100px 5;
}

ul.checkboxes li{
    display: inline-block;
    white-space: nowrap;
    min-width: 100px;
}

ul.checkboxes li input{
    height: 15px;
    min-width: 5px;
    margin: 0;
}

ul.checkboxes.cols-1 {
    width: 100px;
    columns: 100px 1;
    -webkit-columns: 100px 1;
    -moz-columns: 100px 1;
}

.datePick, .hasDatepicker{
    min-width: 80px;
}


/* tabs */
.ui-widget-header{
    background: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none;
}
.ui-tabs, .ui-tabs > div, .ui-tabs > ul > li, .ui-tabs > ul {
    border-radius: 0 !important;
    border: 1px solid #a6c9e2;
}
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    border-top: none;
    border-left: none;
    border-right: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color:black;
    background:white;
}