/*----------------- Basic Content ----------------*/
body {
    min-width: 640px;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body,
img {
    margin: 0;
    padding: 0;
    font-family: 'open sans', sans-serif;
    color: black;
    font-size: 12px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: top left;
    border: 0;
}

.label {
    font-weight: bold;
}

h5 {
    font-size: 14px;
    color: #222B48;
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 16px;
}

h6 {
    font-size: 16px;
    color: #222B48;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 8px;
    padding-left: 8px;
}

p {
    color: black;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    line-height: 18px;
}

table,
tr,
td,
th {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    font-family: 'open sans', sans-serif;
    font-size: 12px;
    color: #000;
    background-repeat: no-repeat;
    background-position: top left;
}

ul,
ol,
li {
    font-family: 'open sans', sans-serif;
    font-size: 12px;
    color: black;
}

ul.noStyle,
ul.noStyle li {
    list-style: none;
}

form {
    margin-bottom: 0;
}

select {
    padding: 2px 8px;
    color: #000;
    font-family: 'open sans';
    font-size: 13px;
}

input[type="text"],
textarea {
    padding: 3px 8px;
}

input[type="text"]::placeholder,
textarea::placeholder {
    color: #c1c1c1 !important;
}

input[type="text"]:placeholder-shown,
textarea:placeholder-shown {
    color: #c1c1c1 !important;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c1c1c1 !important;
}

.infoText,
.infoText p,
.infoText ul,
.infoText li {
    color: #750075;
    font-weight: bold;
    font-style: italic;
}

.infoText ul {
    margin-left: 24px;
}

.infoText li {
    line-height: 16px;
}

.infoText em {
    text-transform: uppercase;
    font-size: 14px;
}

.clickable:hover {
    cursor: pointer !important;
}

.flexbox-table {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.flexbox-column-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexbox-column-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px;
    margin: 0 19px;
}

.window {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    box-shadow: 3px 3px #e8e8e8;
}

.window>.header {
    padding: 12px 16px;
    font-weight: 900 !important;
    background-color: #c1c1c1;
}

.window>.body {
    padding: 16px;
}

.separator {
    border-top: 1px solid #CCC;
}

.formInstruction {
    font-weight: bold;
    white-space: normal;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
}

/*--------------- Header Footer ---------------*/
#banner {
    color: white;
    margin: 0;
    background-color: white;
    border-bottom: 3px solid #202b4b;
    font-size: 22px;
    font-weight: 100;
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#rrdLogo {
    margin: 8.5px 0px 8.5px -15px;
    height: 72.25px;
    background-image: url('/static/images/dat_logo-2b89785a84c70b82edd9c0bf7967d837.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
}

.footerLeft {
    float: left;
}

.footerRight {
    float: right;
}

.footer {
    color: #5b5b5b;
    font-size: 12.5px;
    font-family: 'open sans';
    padding: 10px 0px 50px;
}

.footerWrap {
    margin: 0px 10px;
    padding: 10px 0px 21px;
    border-top: 1px solid #202b4b;
}

.footerWrap a,
.footerWrap a:link,
.footerWrap a:visited {
    color: #5b5b5b;
}

.footerWrap a:hover {
    color: #106AB2;
}

#com-enabled-legal {
    margin: 0 auto;
    clear: both;
    padding-top: 18px;
    width: 761px;
    text-align: justify;
    text-align: center;
    font-size: 10.5px;
}

#tinyMceEditorWindow .comment {
    color: black;
    font-size: 9pt;
}

/*--------- End Header Footer ----------*/

/*------------- Tabs -------------------*/
.tabs::-webkit-scrollbar {
    height: 8px;
}

.tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tabs::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.tabs::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.tabs {
    white-space: nowrap;
    overflow-x: auto;
    background: #c1c1c1;
    margin: 0px 10px 3px;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}

.tabs a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #282828;
    font-family: 'Open Sans';
}

.tabs a:hover {
    text-decoration: none;
}

.tabs ul {
    padding: 0px !important;
    font-size: 0px; 	/*fix inline-block spacing*/
}

.tabs ul li {
    display: inline-block;
    border-radius: 4px 4px 0px 0px;
    margin-left: 8px;
    background: #CFCFCF;
}

.tabs ul li.active {
    background: #FFF;
}

.tabs ul li:not(.active):hover {
    background: #FFF;
}

div.row {
    margin-bottom: 0px;
}

div.row div.inline {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    margin-bottom: 0px;
}

.row .inline:first-child {
    padding-left: 0px;
}

.row .inline button {
    top: 17px;
    position: relative;
}

.clear-after:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/*---------------- end tabs -----------------------------------*/

.after-tabs {
    top: 66px;
}

/*---------------- end tabs -----------------------------------*/

/*------------- start search -------------------*/
.fixed-sub {
    padding-left: 0px;
    z-index: 49;
    width: 100%;
    max-width: none;
}

.fixed-sub.search {
    padding: 8px 0px 10px 0px;
}

.fixed-sub.search div select {
    min-width: auto;
    width: 100%
}

.fixed-sub.search div {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.fixed-sub.search #advancedSearchSection div {
    padding-bottom: 4px;
}

.fixed-sub.search #advancedSearchSection div .rvDivWrap {
    width: 100%;
}

.fixed-sub.search #advancedSearchSection div #replValuesSearchWrap,
.fixed-sub.search #advancedSearchSection div .rvDivWrap,
.fixed-sub.search #advancedSearchSection div .rvWrap {
    padding-bottom: 0px;
}

.fixed-sub.search div .chosen-container {
    padding-right: 0px;
    padding-bottom: 0px;
}

.fixed-sub.search div .chosen-drop {
    padding-right: 0px;
    padding-bottom: 0px;
}

.fixed-sub.search input[type="submit"],
.fixed-sub.search input[type="button"] {
    margin-right: 0px;
    position: relative;
    top: 21px;
}

.searchRow {
    margin-top: 5px;
}

.searchLabel {
    height: 16px;
}

#contentSearchForm.fixed-sub.search div {
    padding-bottom: 4px;
}

/*------------- end search -------------------*/

/*------------- start content/panel styles ---------*/
.panelArea {
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
    min-width: 500px;
    box-sizing: border-box;
}

.panelContent {
    border: 1px solid #C1C1C1;
    padding: 8px;
    display: inline-block;
    min-width: 500px;
    box-sizing: border-box
}

.contentArea {
    padding: 0px 10px 20px 10px;
    background: white;
    min-height: 100px;
    clear: both;
}

.contentArea.noContext {
    margin-left: 0px;
    background: none;
    padding: 0px 13px;
}

.contentArea.tabbed {
    padding-top: 80px;
}

.contentArea ul,
.contentArea ol {
    padding: 6px 0px 6px 30px;
    font-size: 13px;
    line-height: 18px;
}

/*------------- end content/panel styles -----------*/

/*---------------- contentPiece Editor style ------------------*/
.td-editor {
    padding: 3px;
    white-space: wrap;
    border-color: #CCCCCC;
}

.div-editor {
    overflow: auto;
    border: 1px solid gray;
    background-color: white;
    padding: 0px;
    font-size: 10px;
}

.div-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 14px;
}

#selectDependentForm span:hover {
    cursor: default;
}

.div-select {
    overflow: auto;
    margin-right: 14px;
    border: 1px solid #D2D2D2;
    background-color: white;
}

a.selectLink,
a:link.selectLink,
a:visited.selectLink,
a:hover.selectLink {
    color: black;
    background-color: white;
    cursor: pointer;
}

a.selectRow,
a:link.selectRow,
a:visited.selectRow,
a:hover.selectRow {
    color: blue;
    cursor: pointer;
}


a.selectedLink,
a:link.selectedLink,
a:visited.selectedLink,
a:hover.selectedLink {
    color: white;
    background-color: #0059EB;
}

.div-editor p {
    margin-bottom: 6px;
}

.content-block {
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
}

.content-block .disDocMenu {
    font-size: 15px;
    color: #5b5b5b;
}

.content-block .disDocMenu:hover {
    color: #000000;
}

/*------------- content block layout --------------*/
.content-block-number {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.content-block-layout-cell {
    border: 1px solid #CCCCCC;
}

i.cbl-merge-button {
    font-size: 15px;
    padding: 4px;
}

.cbl-merge-button:hover {
    cursor: pointer;
}

i.cbl-split-button {
    font-size: 15px;
    padding: 4px;
}

.cbl-split-button:hover {
    cursor: pointer;
}



/* for editor panel */
.editorPanel {
    position: absolute;
    left: 400px;
    top: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 2;
}

/* templateLayout */

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

#template {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

#addFirstRow {
    padding-top: 5px;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.editorRow .cb-toolbar {
    margin: 0px;
}

.cb-toolbar {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    height: 34px;
    box-sizing: border-box;
    margin: 20px 0px 10px 0px;
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    color: #282828;
}

.cb-toolbar .sequence {
    font-weight: 600;
}

.content-block {
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
}

.content-block tr:HOVER {
    background-color: white;
}

#addFirstRowSelect_chosen {
    text-align: left;
}

.content-block-attr td {
    padding: 0px;
    height: auto;
    line-height: auto;
    border: 0;
}

.content-pieces {
    border-collapse: separate;
    border-spacing: 5px;
    vertical-align: top;
}

.cp-container {
    height: auto;
    overflow: auto;
    max-height: none;
}

.cp-container.autoHeight {
    max-height: 128px;
}

.content-piece {
    padding: 12px 12px 8px 12px;
    border: 1px solid #c1c1c1;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.content-piece.none,
.content-piece.noConflicts {
    border-left: 5px solid #0D7738 !important;
}

.content-piece.master {
    border-left: 5px solid #ffc500 !important;
}

.content-piece.both,
.content-piece.conflicts {
    border-left: 5px solid #bd2835 !important;
}

.content-piece:HOVER {
    border-color: #202b4b;
}

.content-piece:first-child {
    border-left: 1px solid #c1c1c1;
}

.content-piece:first-child:HOVER {
    border-left: 1px solid #202b4b;
}

.content-piece:last-child {
    border-right: 1px solid #c1c1c1;
}

.content-piece:last-child:HOVER {
    border-right: 1px solid #202b4b;
}

.sequence {
    float: left;
}

.sequence span:after {
    content: ".";
}

.sequence IMG {
    background-color: transparent;
}

.cb-label-container {
    float: left;
    position: relative;
}

.toolbar {
    float: right;
    display: inline-flex;
    height: 100%;
}

.cbtName {
    position: relative;
    top: 2px;
}

.cbtLabel {
    margin: 0px 9px 0px 0px;
    position: relative;
    float: right;
    line-height: 34px;
}

.cb-hist-ellips {
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#addRowWindow table {
    width: 100%;
    height: 100%;
}

#jumpToTable TD {
    cursor: pointer;
}

#jumpToTable TD:HOVER {
    background-color: #B21D16;
    color: #fff;
}

#syncedDate,
#syncedUserName {
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    color: #5b5b5b;
}

#variantWarning td {
    font-family: 'open sans', sans-serif !important;
    color: #5b5b5b;
}

.cp-lock-warning {
    transition: .2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.content-piece:hover .cp-lock-warning {
    opacity: 1;
}

.cp-lock-warning i {
    font-size: 40px;
}

.cbt:HOVER {
    cursor: pointer;
    border-color: #B21D16;
}

.cbt {
    border-spacing: 2px;
    border-collapse: separate;
    text-align: center;
    margin: 7px 0;
    border: 2px solid white;
    border-radius: 5px;
    font-weight: bold;
}

.cbt .cell {
    border: 3px solid black;
    border-radius: 5px;
    height: 24px;
    background-color: #D9D9D9;
}

.icon {
    background-repeat: no-repeat;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    /* *display: inline; (this IE CSS hack is no longer needed */
}

.fix-icon {
    position: relative;
    top: 1px;
}

.toolbar .icon {
    margin-left: 15px;
}

/*------------- editor styles -------------*/
#editorWindowButtons {
    margin: 5px 0px;
}

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

#bordersWindow table {
    margin: auto;
}

#bordersWindow .borderCb {
    padding: 10px;
}

#borderModel {
    width: 60px;
    height: 60px;
    border: 3px solid black;
}

.revisionsSelectContainer {
    float: right;
}

.ew-buttons-left {
    float: left;
}

.ew-buttons-right {
    float: right;
}

.dropDownMenu .menuTrigger {
    border: 1px solid #C1C1C1;
    cursor: pointer;
    font-size: 13px;
    padding: 6px 9px 6px 9px;
    white-space: nowrap;
}

.dropDownMenu .menuTrigger:before {
    color: #282828;
    float: right;
    font-size: 11px;
}

.dropDownMenu .menuTrigger p {
    font-family: 'Open Sans', sans-serif;
    color: #5B5B5B;
    margin-right: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 6px;
    white-space: nowrap;
}

.dropDownMenu .menuList {
    background-color: #ffffff;
    border: 1px solid #C1C1C1;
    display: none;
    margin-top: 13px;
    overflow: visible;
    height: auto;
    width: auto;
    position: absolute;
}

.dropDownMenu.openLeft .menuList {
    right: 10px;
}

.dropDownMenu .arrow {
    position: relative;
    background: #ffffff;
}

.dropDownMenu .arrow:after,
.dropDownMenu .arrow:before {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropDownMenu .arrow:after {
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.dropDownMenu .arrow:before {
    border-bottom-color: #C1C1C1;
    border-width: 9px;
    margin-left: -9px;
}

.dropDownMenu .menuList ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 450px;
    overflow: auto;
}

.dropDownMenu .menuList ul li {
    cursor: pointer;
    padding: 6px 18px 6px 10px;
    font-size: 13px;
    color: #5B5B5B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    white-space: nowrap;
}

.dropDownMenu .menuList ul li:hover {
    background-color: #e9f4ff;
    color: #106AB2 !important;
}

.compareView #relatedDocuments_chosen {
    margin-right: 10px;
}

.compareView #splitView {
    margin-top: 6px;
    width: 100%;
    overflow: hidden;
}

.compareView #compareLeft {
    overflow: hidden;
}

.compareView #dock,
.compareView #undock {
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    color: #106AB2;
    cursor: pointer;
    float: right;
    height: 26px;
    width: 26px;
}

.compareView #undock {
    display: none;
}

.compareView #dock:hover,
.compareView #undock:hover {
    background-color: #106AB2;
    border-color: #106AB2;
    color: #ffffff;
}

.compareView #dock .ico {
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.compareView #undock .ico {
    display: inline-block;
    font-size: 14px;
    margin: 5px;
}

.compareView #compareRight {
    display: none;
    overflow: hidden;
}

.compareView #compareRight del {
    background-color: #f4efbd;
    color: #ee2939;
    text-decoration: line-through;
}

.compareView #compareRight ins {
    background-color: #f4efbd;
    color: #286740;
    text-decoration: none;
}

.compareView #compareRight *[data-tagchange="true"] {
    background-color: #f4efbd;
}

.compareView #compareRight *[data-tagchange="true"]:before,
.compareView #compareRight *[data-tagchange="true"]:after {
    content: none !important;
}

.compareView #compareRight .compare {
    border: 1px solid #b5b5b5;
    overflow: auto;
    padding: 6px;
}

#leftDropDown_chosen {
    max-width: 550px;
    min-width: 330px;
}

#compareToggle_chosen {
    float: right;
}

#compareLeft>div {
    box-sizing: border-box;
}

#editorCommentWrapper {
    color: #5b5b5b;
    font-family: 'Open Sans', sans-serif;
    display: none;
    margin: 11px 0 12px 0;
    height: 30px;
    overflow-y: auto;
}

#editorCommentWrapper .title {
    color: #282828;
    font-weight: 600;
    padding-right: 3px;
}

#leftButtons,
#rightButtons {
    margin-top: 8px;
    padding-bottom: 3px;
}

#leftButtons {
    display: none;
}

#leftButtons .left {
    float: left;
    padding-top: 3px;
}

#leftButtons .right {
    padding-top: 3px;
    white-space: nowrap;
    text-align: right;
}

#leftButtons .btn {
    margin-left: 6px;
}

#rightButtons {
    overflow: hidden;
    padding-top: 3px;
}

#rightButtons #commentWrapper {
    color: #5b5b5b;
    font-family: 'Open Sans', sans-serif;
    height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

#rightButtons #commentWrapper .title {
    color: #282828;
    font-weight: 600;
    padding-right: 3px;
}

#rightButtons .load {
    float: right;
    margin-top: 15px;
}

#editorWindowButtons {
    clear: both;
    padding-top: 12px;
}

.compareView .tools {
    height: 29px;
    margin-bottom: 7px;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.split,
.gutter.gutter-horizontal {
    height: calc(100% - 5px);
    float: left;
}

.split {
    overflow-y: auto;
    overflow-x: hidden;
}

.gutter.gutter-horizontal {
    background-image: url("/static/images/slider-cf7ea080293f55d19277f8e04b15590e.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: ew-resize;
}

.compareView #compareLeft .mceCover {
    height: 100%;
    pointer-events: auto;
    position: absolute;
    width: 100%;
    z-index: 900;
}

.ico-approve-checkmark {
    height: 12px;
    width: 12px;
    color: #1E7642;
}

.templateOverrideName::after {
    content: "Section";
}


/*------ Editing - RRD or QC - RRD table row highlight with icon------ */
.docEdit-RRD {
	border-left: 5px solid #FFD700;
}

.docEdit-RRD {
	background-color: #FFF8DC;
}

.docEdit-RRD td {
	position: relative;
	font-weight: bold;
}

.docEdit-RRD .dat-label-group {
	display: flex;
	width: fit-content;
	background-color: white;
	padding: .25rem .5rem;
	margin-top: .25rem;
	border: 1px solid #FFD700;
	border-radius: 4px;
}

.docEdit-RRD .corner-icon {
	color: #000000;
	font-size: 15px;
	margin-right: 4px;
}

/*---- START: MIGRATION TABLE - DAT TABLE RESET ----*/
.tdLeft {
    text-align: left;
}

.tblMin {
    width: auto;
    min-width: auto;
}

.tblFull {
    width: 100%;
}

table,
table caption,
table tbody,
table tfoot,
table thead,
table tr,
table th,
table td {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: start;
    font-family: 'open sans', sans-serif;
    font-size: 13px;
}

table *:not(hr, select) {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    color: #585858;
}

.datTable {
    width: 100%;
    table-layout: fixed;
}

caption label {
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 4px;
    float: left;
}

table td {
    padding: 10px 8px;
    border: 1px solid #c1c1c1;
    color: #5b5b5b;
    height: 48px;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.3em;
}

table.singleRow td {
    padding: 4px 8px;
    height: 26px;
}

table th {
    padding: 0px 8px;
    font-weight: 700;
    font-size: 11px;
    line-height: 29px;
    height: 29px;
    border-right: 1px solid #000;
    position: relative;
    color: #000;
}

table.singleRow th {
    line-height: 26px;
    height: 26px;
}

table:not(.mce-charmap) td:first-child {
    border-left: 0;
}

table:not(.mce-charmap) td:last-child,
table:not(.mce-charmap) th:last-child {
    border-right: 0;
}

table thead {
    background-color: #c1c1c1;
}

table a.sortableTH,
table a:link.sortableTH,
table a:visited.sortableTH {
    color: inherit;
    background-color: inherit;
}

table IMG.t-sort-icon {
    background-color: inherit;
}

tbody tr:hover,
tbody tr.selectTR:hover {
    background: #F0F0F0;
}

tbody tr.selectTR {
    background: #e9f4ff;
}

tbody a {
    color: #106AB2;
}

table.initTableConsolidate tbody td {
    padding: 6px 8px;
    border: 1px solid #c1c1c1;
    color: #5b5b5b;
    height: 0px;
    box-sizing: border-box;
    vertical-align: middle;
}

table.initTableConsolidate td:first-child {
    border-left: 0;
}

table.initTableConsolidate td:last-child {
    border-right: 0;
}

/* smart table and smart input icons */
table i.ico.ico-btn {
    vertical-align: middle;
    padding: 4px 7px;
    display: inherit;
}

table i.ico.ico-add {
    color: #106AB2;
}

table i.ico.ico-close,
div.form-field i.ico.ico-close {
    vertical-align: middle;
    padding: 4px;
    color: #b31d16;
    cursor: pointer;
}

table#cbList i.ico.ico-close {
    vertical-align: baseline;
    padding: 0pt;
}

table#cbList i.ico.ico-close,
table#cbList .view-title {
    color: black;
}

table#cbList .displayCbRow .breadcrumb-bar {
    border: 0pt;
}

table i.ico.ico-check,
div.form-field i.ico.ico-check {
    vertical-align: middle;
    padding: 4px;
    color: #1E7642;
    cursor: pointer;
}

table i.ico-checkbox-checked.edited {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
    margin-top: -2px;
}

table .btn-full {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

table .btn-full:hover {
    cursor: pointer;
}

table i.ico.smart-btn {
    vertical-align: middle;
    padding: 4px 7px;
}

table i.ico.smart-btn:hover {
    background: #f0f0f0;
    cursor: pointer;
}

table i.ico.disabled {
    opacity: .5;
    cursor: default;
}

table i.ico.disabled:hover {
    cursor: default;
}

.smart-link {
    color: #106AB2;
    text-decoration: none !important;
    font-size: 14px;
}

.smart-link:visited {
    color: #750075;
}

table tfoot td {
    border: none;
    padding: 0;
}

table td.border-none {
    border: none;
}

tbody tr.hover-none:hover {
    background: none;
}

tr.ui-sortable-helper {
    display: table;
    background: #FFF;
}

td.ui-sortable-handle:hover {
    cursor: move;
}

.ico-tri-down.sort,
.ico-tri-up.sort {
    font-size: 9px;
    padding-left: 5px;
    color: #5b5b5b;
}

.td-breakname {
    max-width: 600px;
}

.td-wordbreak .td-breakname {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.zeroPad {
    padding: 0px;
}

/*table light*/
table.table-light thead {
    background: none;
}

table.table-light th {
    border-right: none !important;
    height: unset;
}

table.table-light td {
    border: none;
    padding: 6px 9px;
    height: unset;
}

table.table-light tbody tr:hover {
    background: #F0F0F0;
}

table.table-light .folderImg {
    top: 3px;
    position: relative;
}

table .categoryRows td {
    border-bottom: none;
}

table .groupRow td {
    margin: 0px;
    border: none;
    padding: 2px 2px;
    height: 30px;
}

table .groupRow td textarea,
table .groupRow td select {
    border: 1px solid #c1c1c1;
    padding: 3px 5px;
}

table thead th.wrapHeading {
    line-height: 14px;
    padding-bottom: 6px;
}

table thead th.wrapTimestamp {
    width: 80px;
    white-space: normal;
}

img.folderImg {
    top: 3px;
    position: relative;
}

/* fix datepicker row spacing between dates */
.ui-datepicker td {
    height: auto;
}

/*---- PAGINATION OVERRIDES AND STYLING FOR  TGRIDS ----*/
.contentArea ul.pagination {
    display: inline-block;
    padding-left: 50px;
}

.contentArea ul.pagination li {
    display: inline-block;
}

.pagination .selected {
    background-color: #106AB2;
    border: 1px solid #106AB2 !important;
    color: #FFF !important;
}

/*-- existing --*/
#paginationSizeWrap {
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    text-align: left;
}

DIV.data-grid-pager SPAN.current {
    background-color: #106AB2;
    border: 1px solid #106AB2 !important;
    color: #FFF !important;
}

DIV.data-grid-pager A,
DIV.data-grid-pager SPAN.current {
    text-decoration: none;
    color: #106AB2;
    padding: 2px 8px;
    font-size: medium;
    border: 1px solid #c1c1c1;
    margin-left: 5px;
    font-family: 'open sans', sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    height: 24px;
    line-height: 18px;
}

DIV.data-grid-pager {
    margin: 19px 0px 20px 0px;
    color: #c1c1c1;
}

DIV.data-grid-pager A[href]:hover {
    border: 1px solid #106AB2;
    background: #106AB2;
    color: #FFF;
    text-decoration: none;
}

DIV.data-grid-pager A,
DIV.data-grid-pager SPAN.current {
    margin-right: 0px;
    margin-left: 5px;
}

DIV.data-grid-pager .chosen-container a {
    margin-left: initial;
    margin-right: initial;
}

DIV.data-grid-pager .chosen-container {
    border: 1px solid #c1c1c1 !important;
}

#paginationSizeWrap .chosen-container {
    margin-right: 13px;
}

.rowPerPageLabel {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 13px;
    color: #5b5b5b;
}

.t-data-grid-pager {
    text-align: right;
}

.noPaginationFix {
    padding: 18px 0px 16px 1px !important;
    float: none !important;
    top: initial !important;
    left: initial !important;
}

#rowsPerPage_chosen a span:before {
    content: 'View ';
}

.datSearchZone .panelTableHeader2,
.datSearchZone .panelTableHeader2D {
    white-space: normal;
    background-color: transparent;
}

table .oddTableRow,
table .evenTableRow {
    white-space: normal;
}

/*---- BEGIN: This is for the Hello World page pagination ----*/
.t-data-grid-pager a,
.t-data-grid-pager span {
    display: inline-block;
    min-width: 24px;
    box-sizing: border-box;
    text-align: center;
}

.t-data-grid-pager #paginationSizeWrap {
    padding: 0px 0px 0px 1px;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
    float: left;
    position: relative;
    text-align: left;
}

DIV.t-data-grid-pager SPAN.current {
    background-color: #106AB2;
    border: 1px solid #106AB2 !important;
    color: #FFF !important;
}

DIV.t-data-grid-pager A,
DIV.t-data-grid-pager SPAN.current {
    text-decoration: none;
    color: #106AB2;
    padding: 2px 8px;
    font-size: medium;
    border: 1px solid #c1c1c1;
    margin-left: 5px;
    font-family: 'open sans', sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    height: 24px;
    line-height: 18px;
}

DIV.t-data-grid-pager {
    margin: 19px 0px 20px 0px;
    color: #c1c1c1;
}

DIV.t-data-grid-pager A[href]:hover {
    border: 1px solid #106AB2;
    background: #106AB2;
    color: #FFF;
    text-decoration: none;
}

DIV.t-data-grid-pager A,
DIV.t-data-grid-pager SPAN.current {
    margin-right: 0px;
    margin-left: 5px;
}

DIV.t-data-grid-pager .chosen-container a {
    margin-left: initial;
    margin-right: initial;
}

.pagiPrevNext {
    text-decoration: none;
    color: #106AB2;
    padding: 2px 4px;
    border: 1px solid #c1c1c1;
    margin-left: 5px;
    font-family: 'open sans', sans-serif;
    font-size: 10px !important;
    font-weight: 600;
    min-width: 24px;
    box-sizing: border-box;
    text-align: center;
    height: 24px;
    position: relative;
    vertical-align: bottom;
    line-height: 20px;
}

.pagiPrevNext:hover {
    background: #106AB2;
    color: #FFF;
    border: 1px solid #106AB2;
}

.pagiDisabled {
    opacity: .5;
}

.pagiDisabled:hover {
    background: #FFF !important;
    color: #106AB2 !important;
    border: 1px solid #c1c1c1 !important;
}

/*---- END: This is for the Hello World page pagination ----*/

/*---- END: MIGRATION TABLE - DAT TABLE RESET ----*/



/*---- START: ELEMENTS THAT ARE IN TABLES -----*/
.cellLink {
    text-align: center !important;
}

.cellLink:hover {
    color: #FFF;
    background: #b31d16;
}

.col-icons {
    font-size: 19.5px;
    white-space: nowrap;
}

.col-icons i {
    padding-right: 4px;
    vertical-align: middle;
}

table.overrideDisplayTemplates .col-icons {
    font-size: 16px;
    padding: 0px 0px 2px 6px;
}

.overrideDisplayTemplates table tr th:nth-child(5) {
    width: 75px;
}

.col-content {
    position: relative;
}

.no-content-list {
    color: #282828;
}

.in-content {
    width: 100%;
    height: 25px;
    padding-right: 33px;
    box-sizing: border-box;
}

.in-content select {
    border: 1px solid #c1c1c1;
    padding: 2px;
    width: 100%;
    outline: 0;
    font-family: 'open sans';
    font-size: 13px;
    height: 25px;
    color: #282828;
}

.col-content .ico-copy,
.col-content .ico-pre-doc {
    color: #106AB2;
    font-size: 15px !important;
    border: 1px solid #C1C1C1;
    padding: 5px 4px 4px 4px;
    background: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.col-content .ico-copy:hover,
.col-content .ico-copy:focus,
.col-content .ico-pre-doc:hover,
.col-content .ico-pre-doc:focus {
    color: #FFF !important;
    background: #106AB2;
    border: 1px solid #106AB2;
    cursor: pointer;
    outline: none;
}

.col-content a:focus .ico-copy {
    color: #FFF !important;
    background: #106AB2;
    border: 1px solid #106AB2;
}

.col-content .ico-list {
    color: #106AB2;
    font-size: 15px !important;
    padding: 5px 4px 4px 4px;
    position: absolute;
    right: 1px;
    top: 1px;
}

.col-content .ico-list:hover {
    color: #0062B0;
    cursor: pointer;
}

.col-content .pop-menu {
    right: -9px;
    top: 36px;
}

.col-content .pop-menu::after {
    right: 14px;
}

.dat-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dat-wordbreak {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.col-section.no-padding {
    padding: 0px;
}

.col-section {
    color: #106AB2;
    font-weight: 500;
    padding: 3px;
    box-sizing: border-box;
    height: 25px;
}

.col-section a {
    color: #5b5b5b;
}

.col-section a[href] {
    color: #106AB2;
}

.col-section a:not([href]):hover {
    text-decoration: none;
}

.dat-nest .col-section {
    font-weight: 600;
}

.col-section span {
    padding-right: 8px;
    font-size: 13px;
}

.col-section span label {
    font-weight: normal;
}

.col-section i {
    padding: 0px 1px 0px 1px;
    font-size: 10px;
}

.dat-nest:hover {
    background: #f4f4f4 !important;
}

.dat-nest .dat-expand:hover .col-section {
    color: #b31d16;
}

.expanded .col-section,
.expanded.col-section {
    color: #b31d16;
}

.td-check {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    height: 48px;
    box-sizing: border-box;
}

.top-section {
    font-weight: 600;
}

#docTempDiv {
    padding-top: 11px;
}

.toggleAllWrap i {
    position: relative;
    top: -9px;
    font-size: 9px;
    vertical-align: middle;
}

.toggleAllWrap {
    float: left;
    width: 14px;
    text-align: center;
    height: 14px;
    margin: 7px 6px 0px 1px;
    border: 1px solid #282828;
    color: #5b5b5b;
}

table.toc-hide-col tbody tr td:first-child {
    display: none;
}

table.toc-hide-col thead tr th:first-child {
    display: none;
}

table.toc-hide-col colgroup col:first-child {
    display: none
}

.toc-hide-col tbody tr td+td {
    border-left: 0;
}

.dat-wrap .currentState {
    color: #282828;
}

.datFiltered tbody tr {
    display: none;
}

.datFiltered tr.dat-show {
    display: table-row;
}

table ul {
    margin-left: 20px;
    word-wrap: break-word;
    word-break: break-word;
}

table ol {
    margin-left: 15px;
    word-wrap: break-word;
    word-break: break-word;
}

table.trHover tbody tr:hover {
    background: #f4f4f4;
}

table th {
    text-transform: uppercase;
}

table th div {
    text-transform: initial;
}

.xmlDataTable td {
    height: 30px;
}

.xmlDataTable td:first-child {
    text-align: right;
}

/*---- END: ELEMENTS THAT ARE IN TABLES -----*/

/*---- START: SEARCH ZONE ----*/
.datSearchZone {
    margin-bottom: 8px;
    padding: 13px 0px 13px 0px;
    background: #f4f4f4;
    position: relative;
    min-width: 1228px;
}

.datSearchZone table {
    table-layout: fixed;
}

.searchZoneTitle {
    font-size: 18px;
    font-family: 'open sans', sans-serif;
    color: #282828;
    font-weight: 600;
    padding-left: 6px;
}

.advSearchTitle {
    font-size: 16px;
    font-family: 'open sans', sans-serif;
    color: #282828;
    font-weight: 600;
    padding: 16px 0px 3px 0px;
}

.szoneBtnFix {
    position: relative;
    top: 23px;
}

.datSearchZone .panelTableHeader2,
.panelTableHeader2D {
    text-align: left;
    font-weight: normal;
}

.datSearchZone .not-required {
    text-transform: uppercase;
    padding: 14px 0px 6px 0px
}

.datSearchZone select {
    width: 100%;
    min-height: 26px;
    border: 1px solid #c1c1c1;
}

.datSearchZone select:hover {
    cursor: pointer;
    border: 1px solid #5b5b5b;
}

.datSearchZone select:focus {
    outline: 0;
    border: 1px solid #106AB2;
}

.searchName {
    display: block;
    border: 1px solid #c1c1c1;
    height: 26px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 8px;
}

.searchName:hover {
    border: 1px solid #5b5b5b;
}

.searchName:focus {
    outline: none;
    border: 1px solid #106AB2;
}

.searchNameLabel {
    display: inline-block;
    padding-right: 13px !important;
}

.datSearchZone .dat-radio-wrap {
    top: -1px;
    position: relative;
}

#advancedSearch {
    position: absolute;
    top: 17px;
    right: 8px;
    color: #106AB2;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
}

.resetAdvSearch i {
    color: #106AB2;
    font-size: 15px;
    position: relative;
    top: 2px;
    padding-right: 4px;
}

.resetAdvSearch a {
    color: #106AB2;
    font-size: 13px;
    font-family: 'open sans', sans-serif;
}

.fixed-sub.search div .resetAdvSearch {
    float: right;
    padding: 3px 17px 0px 0px;
}

.resetAdvSearch a:hover {
    cursor: pointer;
}

.datSearchZone td:first-child {
    padding-left: 8px;
}

.datSearchZone td {
    padding-right: 8px;
}

#stickyBar div #replValuesSearchFoot input {
    margin: 0px 4px 2px 0px;
    top: 0px;
}

.rvWrap {
    display: inline-block;
    margin-right: 8px;
}

.replValuesWrap {
    width: calc(100% - 226px);
    display: inline-block;
}

.rvDivWrap .ico-close:hover {
    cursor: pointer;
    color: #5b5b5b;
}

.rvDivWrap .ico-close {
    color: #c1c1c1;
    font-size: 10px;
    padding: 0px;
    position: relative;
    top: 2px;
}

/*---- END: SEARCH ZONE ----*/

/*-------------START:FIXED NAV MENUS--------------*/
/*Sticky Header*/
#stickyBar {
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    margin-bottom: 16px;
}

#stickyBar form {
    padding-bottom: 9px;
}

#stickyBar .inline input.btn {
    top: 27px;
    position: relative;
}

#stickyBar .pageHeading,
.pageHeading {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 38px;
    padding-top: 0;
}

.pageHeading {
    padding-right: 8px;
}

.pageHeading:after {
    display: inline-block;
    vertical-align: top;
    content: "|";
    margin-left: 8px;
    color: #c1c1c1;
}

.pageHeading-no-button:after {
    display: none;
}

.headingBar {
    background: #f4f4f4;
    margin: 0px 10px;
    padding: 0px 10px;
    height: 38px;
    box-sizing: border-box;
}

.headingBar .dat-tablink {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px !important;
}

.fixedBar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 900;
    box-shadow: 0px 0px 8px #555;
}

/* page header link icon buttons */
.dat-tablink {
    color: #106AB2 !important;
    padding: 3px 4px;
    margin-top: 8px !important;
    float: right;
    background: white;
    border: 1px solid #106AB2;
}

a.dat-tablink {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #106AB2 !important;
    text-decoration: none;
}

a.dat-tablink.tabbtn {
    margin-top: -5px !important;
    margin-bottom: 11px;
    padding: 3px 4px;
}

.dat-tablink:hover {
    background: #106AB2;
    text-decoration: none;
}

a.dat-tablink:hover,
.dat-tablink:hover i {
    color: #FFF !important;
}

a.dat-tablink :visited {
    color: #106AB2 !important;
}

th a.dat-tablink {
    float: none;
    font-size: 11px;
    padding: 3px 4px;
}

.dat-tablink i {
    font-size: 14px;
    padding-right: 4px;
    position: relative;
    top: 1px;
}

a.disable,
a.disabled {
    pointer-events: none;
    cursor: default;
}

.dat-tablink.negate {
    color: #a20000 !important;
}

a.dat-tablink.negate,
a.dat-tablink.negate :visited {
    color: #a20000 !important;
}

.dat-link {
    color: #106AB2 !important;
    padding: 3px 4px;
    margin-top: 8px !important;
    float: right;
    background: white;
    border-bottom: 1px solid #106AB2;
}

a.dat-link {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #106AB2 !important;
    text-decoration: none;
}

.dat-link:hover {
    text-decoration: none;
}

a.dat-link:hover,
.dat-link:hover i {
    color: #106AB2 !important;
    border-bottom: 0;
}

/*Sticky Footer*/

.fixedFootNav,
.fixedFootNavLeft {
    width: 100%;
    height: 40px;
    background: #fff;
    position: fixed;
    bottom: 0px;
    box-shadow: 0px 2px 5px #666;
    padding: 7px 10px;
    box-sizing: border-box;
    border-top: 1px solid #c1c1c1;
}

.fixedFootNav .btn {
    float: right;
    margin-left: 11px;
}

.fixedFootNavLeft .btn {
    float: left;
    margin-left: 11px;
}

/*Sticky Table*/
.sticky-table {
    position: relative;
}

.sticky-table th {
    position: sticky;
    top: 68px;
    z-index: 2;
    background: #c1c1c1;
}

/* Quick Scroll icon to top of page */
.quickScroll {
    position: fixed;
    right: 0px;
    bottom: 120px;
    box-shadow: 0px 0px 2px 0px #666;
    z-index: 9999;
}

.quickScroll i {
    background: #FFF;
    color: #202b4b;
    display: block;
    padding: 4px 6px 4px;
}

.quickScroll i:hover {
    background: #202b4b;
    color: #FFF;
    cursor: pointer;
}

/*---------------END:FIXED NAV MENUS--------------*/

/*------------START BREADCRUMB BAR----------------*/
.editorRow .breadcrumb-bar {
    height: 18px;
}

.breadcrumb-bar {
    border-bottom: 1px solid #c1c1c1;
    padding: 8px;
    margin: 0px 10px;
}

.breadcrumb {
    font-size: 13px;
    display: inline-block;
}

.breadcrumb-trail {
    font-size: 10px;
    margin: 0 8px;
}

.breadcrumb-link {
    color: #106AB2;
    text-decoration: underline;
}

.breadcrumb-current {
    color: #000;
    text-decoration: none !important;
    font-weight: bold;
}

/*------------END BREADCRUMB BAR----------------*/



/*----------- START:FILTER-MENU -------------*/
.filter-wrap {
    position: absolute;
    right: 0px;
    top: 0px;
}

.filter-btn {
    float: right;
    font-size: 16px;
    color: #282828;
    margin: 2px 9px 0px 7px;
    line-height: 28px;
}

.filter-menu {
    border-right: 1px solid #f4f4f4;
    background: #FFF;
    position: absolute;
    top: 30px;
    left: -13px;
    white-space: nowrap;
    overflow: visible;
    z-index: 100;
    min-width: 155px;
    box-shadow: -1px 1px 3px -1px #C1C1C1;
}

.filter-menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    left: 21px;
    border: 5px solid #f4f4f4;
    border-color: #f4f4f4 transparent transparent #f4f4f4;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.filter-menu-head {
    height: 32px;
    background: #f4f4f4;
    color: #5b5b5b;
}

.filter-menu-title {
    padding: 0px 40px 0px 10px;
    line-height: 32px;
}

.filter-menu-close {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 2px 5px 0px 0px;
    font-size: 10px;
    color: #5b5b5b;
}

.filter-menu-close i {
    padding: 5px;
    border-radius: 3px;
}

table .filter-menu-close i.ico.ico-close {
    vertical-align: middle;
    padding: 4px;
    color: #5b5b5b;
    cursor: pointer;
    border: 1pt solid #f4f4f4;
}

.filter-menu-close:hover i {
    border: 1pt solid #5b5b5b !important;
}

.filter-menu-body {
    font-weight: 500;
    font-size: 12px;
    color: #5b5b5b;
}

.filter-menu-body .dat-checkbox {
    position: relative;
}

.status-check-box {
    position: absolute;
    height: 15px;
    width: 15px;
}

.status-type-filter {
    position: absolute;
    margin-left: 21px;
    bottom: 1px;
}

.change-type-filter {
    position: absolute;
    top: -10px;
    left: 22px;
    font-weight: 500;
}

.change-type-filter:before {
    content: "\2022";
    padding-right: 4px;
    font-size: 17px;
    position: relative;
    top: 2px;
    font-weight: 600;
}

.dat-clear-checkboxes {
    color: #106AB2;
    line-height: 0px;
    font-size: 13px;
    padding: 3px 0px 10px 10px;
    width: 80px;
    font-weight: 500;
}

.dat-clear-checkboxes span {
    position: relative;
    top: -1px;
}

.dat-clear-checkboxes:hover {
    cursor: pointer;
}

.dat-clear-checkboxes:hover span {
    text-decoration: underline;
}

.dat-clear-checkboxes i {
    font-size: 15px;
    padding-right: 3px;
}

.filter-menu-right {
    right: initial;
    right: auto;
    left: -4px;
}

.filter-menu-right:after {
    right: initial;
    right: auto;
    left: 12.5px;
}

.filter-menu-left {
    left: initial;
    left: auto;
    right: 0px;
}

.filter-menu-left:after {
    left: initial;
    left: auto;
    right: 12.5px;
}

.tocFiltered {
    display: none;
}

/* Filter overrides */
.filter-btn.dat-active i {
    color: #b31d16;
}

/* check-box override for filters */
.filter-menu .dat-checkbox label {
    width: 15px;
    height: 15px;
}

.filter-menu .dat-checkbox label:after {
    width: 8px;
    height: 5px;
    top: 2px;
    left: 2px;
}

.filter-menu .dat-checkbox {
    height: 17px;
    margin: 10px 10px;
}

/*------------ END:FILTER-MENU --------------*/

/*------------- START:POP-MENU --------------*/
#variantsMenu {
    display: inline-block;
    margin-top: -3px;
}

.sectionInfoTools .disDocMenu {
    font-size: 17px;
}

.sectionInfoTools .disDocMenuWrap {
    margin-top: -6px;
}

.sectionInfoTools #whereUsedPill {
    font-size: 13px;
}

.disDocMenu {
    font-size: 19px;
    color: #106AB2;
}

.disDocMenu:hover {
    color: #0062B0;
}

.disDocMenu.datDisabled:hover {
    color: #106AB2;
}

td>div.disDocMenuWrap {
    width: 45px;
}

.disDocMenuWrap i.ico[disabled] {
    opacity: .5;
    cursor: default !important;
}

.disDocMenuWrap {
    text-align: center;
    position: relative;
    padding-top: 3px;
}

.disDocMenuRight {
    float: right;
    margin-right: 10px;
}

.disDocMenuRight .disDocMenuWrap .pop-menu {
    right: -2px;
}

.disDocMenuWrap .pop-menu {
    top: 33px;
    right: -13px;
    display: none;
}

.disDocMenuWrap .pop-menu::after {
    right: 16px;
}

td>div.disDocMenuWrap .pop-menu {
    right: -9px;
}

td>div.disDocMenuWrap .pop-menu::after {
    right: 24px;
}

.disDocMenuRight .pop-menu::after {
    right: 3px;
}

.disDocLang {
    padding: 3px 0px 0px 9px;
    font-size: 13px;
    color: #5b5b5b;
}

.disDocEdited {
    font-size: 13px;
    color: #5b5b5b;
}

.disDocLock {
    color: #b31d16;
    font-size: 20px;
    bottom: -1px;
    position: relative;
    padding: 0px 5px 0px 5px;
}

.disDocMenuWrap .pop-menu ul {
    text-align: left;
    text-decoration: none;
}

.pop-menu {
    clear: both;
    background: #FFF;
    opacity: 1;
    position: absolute;
    z-index: 895;
    overflow: visible;
    height: auto;
    width: auto;
    outline: none;
    box-shadow: 0px 1px 5px -1px #C1C1C1;
    transition: opacity 0.3s ease;
    border: 1px solid #C1C1C1;
}

.pop-menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    right: 7px;
    border: 6px solid black;
    border-color: #FFFFFF transparent transparent #FFFFFF;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    box-shadow: -1px -1px 1px 0 #C1C1C1;
}

.pop-menu hr {
    margin: 0px;
    border-top: none;
    border-bottom: 1px solid #c1c1c1;
}

.pop-title {
    padding: 9px 9px 0px 9px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #5b5b5b;
    white-space: nowrap;
}

.pop-title span {
    font-weight: 600;
    font-size: 13px;
    color: #282828;
}

#doc-list-nav-menu hr {
    border-top: none;
    border-bottom: 1px solid #C1C1C1;
    margin: 9px 0px 0px;
}

.pop-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pop-menu ul li,
.pop-menu ul li span {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    color: #5b5b5b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    height: 28px;
    box-sizing: border-box;
}

.pop-menu ul li.tocPage i span {
    padding-left: 10px;
}

.pop-menu ul li.tocPage span {
    padding-left: 0px;
}

.pop-menu ul li a {
    padding-left: 0px;
    font-size: 13px;
    color: #5b5b5b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    height: 28px;
    box-sizing: border-box;
}

.pop-blue ul li a {
    padding-right: 8px;
}

.pop-menu ul li i {
    color: #282828;
    padding-right: 3px;
}

.pop-menu ul li:hover {
    background: #e9f4ff;
    color: #106AB2 !important;
    cursor: pointer;
}

.pop-menu ul li:hover i,
.pop-menu ul li:hover a {
    color: #106AB2;
    cursor: pointer;
}

.pop-menu .lightwindow {
    text-decoration: none !important;
}

#templateUpdateComment {
    outline: none;
}

/*---------- MENU SPECIFIC STYLES -----------*/

#temp-info-nav {
    position: relative;
    float: right;
    z-index: 895;
}

#temp-info-nav:hover {
    cursor: pointer;
}

#temp-info-nav i {
    font-size: 15px;
    color: #106AB2;
    border: 1px solid #c1c1c1;
    padding: 5px 5px;
    float: right;
}

#temp-info-nav i:hover {
    color: #FFF;
    border: 1px solid #106AB2;
    background: #106AB2;
}

#temp-info-nav.datDisabled i:hover {
    color: #106AB2;
    border: 1px solid #c1c1c1;
    background: #FFF;
    cursor: default;
}

#temp-info-nav-menu {
    top: 40px;
    right: 0px;
}

#temp-info-update {
    float: right;
    position: relative;
    top: -3px;
    margin-left: 20px;
}

temp-info-nav-menu ul li i {
    color: #000;
    border: none;
    float: none;
    font-size: 11px;
}

temp-info-nav-menu ul {
    width: 210px;
}

.tempInfoVariantDiv i {
    vertical-align: middle;
}

.sectionInfoTools .ico-warning,
.sectionInfoTools .ico-info {
    padding-right: 24px;
}

.sectionInfoTools .ico-warning:hover,
.sectionInfoTools .ico-info:hover,
#translationDisplayForm .ico-warning:hover,
#translationDisplayForm .ico-info:hover {
    color: #efa500;
}

.globalContentHead .sectionInfoTools .ico-warning:hover,
.globalContentHead .sectionInfoTools .ico-info:hover {
    color: #ffc500;
}

.tempInfoVariantDiv .ico-warning {
    position: relative;
    top: -1px;
}

.sectionInfoTools .disDocMenuRight {
    margin-top: -3px;
    margin-left: 8px;
    margin-right: 0px;
}

.sectionInfoTools .pop-menu ul {
    line-height: 18px;
}

.sectionInfoTools {
    display: flex;
    align-items: center;
    font-size: 19px;
}

.sectionInfoTools i {
    vertical-align: middle;
}

.sectionInfoTools .disDocMenuRight {
    margin-top: 0;
}

.layout-breadcrumb-bar {
    display: flex;
    justify-content: space-between;
}

.whereUsed {
    position: relative;
    height: 19px;
    line-height: 19px;
    margin-left: 8px;
}

#doc-list-nav-menu {
    right: 0;
}

/*----------------------*/
#translationDisplayForm .ico-warning,
#translationDisplayForm .ico-info {
    height: 12px;
    width: 12px;
}

.sectionInfoTools>a.lightwindow,
#translationDisplayForm a.lightwindow {
    text-decoration: none;
}

#used-in-and-many-diff-wrap {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    float: right;
}

#doc-list-nav {
    background: #821919;
    color: #FFF;
    border-radius: 12px;
    padding: 0px 10px 0px 12px;
    height: 20px;
    position: relative;
    top: 3px;
    display: inline-block;
}

#doc-list-nav:hover {
    cursor: pointer;
    background: #490f0f;
}

#doc-list-nav .ico-doc {
    font-size: 11px;
    float: left;
    line-height: 21px;
    padding-right: 3px;
}

#doc-list-nav .ico-tri-down {
    font-size: 10px;
    float: left;
    line-height: 22px;
}

#doc-list-nav p {
    color: #FFF;
    font-size: 12px;
    float: left;
    line-height: 21px;
    padding-right: 7px;
    font-family: 'Open Sans', sans-serif;
}

.pop-blue {
    overflow: auto;
    max-height: 300px;
    position: relative;
}

.pop-blue li {
    color: #106AB2 !important;
    padding: 9px 65px 9px 10px !important;
    height: 36px !important;
}

.pop-blue li a {
    color: #106AB2 !important;
}

.pop-blue .documentSelected a {
    font-weight: bold;
}

.pop-blue li .ico-paper {
    color: #106AB2;
    font-size: 17px !important;
    border: 1px solid #C1C1C1;
    padding: 3px 3px;
    background: #FFF;
    margin: -3px 0px 0px 3px;
    position: absolute;
    right: 20px;
}

.docLinkEllipsis {
    max-width: 970px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.pop-blue li:hover {
    cursor: default !important;
}

.pop-blue li .ico-paper:hover {
    color: #FFF !important;
    background: #106AB2;
    border: 1px solid #106AB2;
}

.pop-blue li .ico-lock-cir {
    color: #b31d16;
    bottom: 2px;
    font-size: 14px;
    padding-right: 8px;
    position: relative;
}

.pop-blue li:hover .ico-lock-cir {
    color: #b31d16 !important;
}

.pop-blue li .ico-lock-cir:hover {
    cursor: default !important;
}

#doc-list-nav-menu {
    margin: 0px 0px 0px 0px;
    top: 40px;
    width: auto;
    right: 0;
}

#doc-list-nav-menu::after {
    right: 27px;
}

#temp-info-lang {
    display: flex;
    justify-content: space-around;
    padding: 0px 4px;
    align-items: center;
    height: 19px;
    width: 110px;
    position: relative;
    z-index: 895;
    border: 1px solid #106AB2;
    border-radius: 5px;
    font-size: 13px;
    float: right;
    box-sizing: border-box;
}

#temp-info-lang span {
    font-family: 'Open Sans', sans-serif;
    color: #106AB2;
}

#temp-info-lang:hover {
    cursor: pointer;
}

#temp-info-lang-menu {
    position: absolute;
    right: -11px;
    top: 40px;
}

#temp-info-lang-menu::after {
    right: 60px;
}

#miniCartInit {
    cursor: pointer;
}

#miniCartInit:hover {
    color: #e9f4ff;
}

#jumpRowNav {
    left: -252px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 0px 0px 0px;
    width: 250px;
    max-height: 250px;
}

p.jump-row-ellipsis {
    color: inherit;
    font-size: inherit;
}

.jump-row-ellipsis {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    margin-right: -12px;
}

.jump-row-ico-wrapper {
    float: right;
    margin-right: -10px;
}

.jump-row-ico {
    font-size: 11px;
    vertical-align: middle;
}

#preview_li i,
#export_li i {
    position: relative;
    top: 1px;
}

.pop-menu .dijit span {
    vertical-align: super;
}

.ham-wrap {
    float: right;
    position: relative;
}

.pill-counts {
    float: right;
    margin-right: 10px;
}

#assignedDocsLocked,
#assignedDocsTotal {
    float: right;
}

/*--------------- END:POP-MENU --------------*/

/*--------------- START:DAT-NAV -------------*/

/* Welcome user Greeting*/
#welcomeUser {
    position: absolute;
    background: #FFF;
    top: 8px;
    right: 12px;
}

#welcomeUser .ico-gear {
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

#dat-main-nav {
    position: relative;
    z-index: 900;
    white-space: nowrap;
    opacity: 0;
}

#dat-user-nav {
    position: absolute;
    z-index: 910;
    top: 0px;
    right: 0px;
    opacity: 0;
}

#dat-main-nav ul,
#dat-user-nav ul {
    list-style-type: none;
    padding: 16px 0px 6px 10px;
}

#dat-main-nav ul li a,
#dat-main-nav ul li,
#dat-main-nav ul li input[type='submit'],
#dat-user-nav ul li a,
#dat-user-nav ul li {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #282828;
}

#dat-main-nav ul li input[type='submit'] {
    margin: 0px;
    padding: 0px 0px 3px;
    outline: none;
    border: none;
    background: transparent;
    line-height: 14px;
}

#dat-main-nav ul li input[type='submit']:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

#dat-main-nav ul li input[type='submit']:hover {
    cursor: pointer;
}

#dat-main-nav ul li,
#dat-user-nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0px 24px 10px 0px;
    cursor: default;
}

#dat-main-nav ul li:last-child,
#dat-user-nav ul li:last-child {
    padding-right: 0px;
}

#dat-main-nav ul li ul,
#dat-user-nav ul li ul {
    position: absolute;
    background: #FFF;
    padding: 0px;
    margin: 6px 0px 0px -12px;
    box-shadow: 0px 0px 1px 0px #C1C1C1;
    border: 1px solid #C1C1C1;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    z-index: 10;
}

#dat-main-nav ul li:hover ul,
#dat-user-nav ul li:hover ul {
    opacity: 1;
    height: auto;
}

#dat-main-nav ul li ul li,
#dat-user-nav ul li ul li {
    display: block;
    padding: 0px;
}

#dat-main-nav ul li ul li hr,
#dat-user-nav ul li ul li hr {
    margin: 0px 0px;
    border-top: none;
    border-bottom: 1px solid #C1C1C1;
}

#dat-main-nav ul li ul li a,
#dat-user-nav ul li ul li a {
    padding: 6px 16px 6px 12px;
    display: block;
    white-space: nowrap;
    font-weight: 500;
    min-width: 95px;
    color: #5b5b5b !important;
}

#dat-main-nav ul li a:hover,
#dat-main-nav ul li:hover,
#dat-user-nav ul li a:hover,
#dat-user-nav ul li:hover,
#dat-main-nav ul li input[type='submit']:hover,
#dat-main-nav ul li.active a,
#dat-main-nav ul li.active,
#dat-user-nav ul li.active a,
#dat-user-nav ul li.active {
    color: #b31d16;
}

#dat-main-nav ul li:hover ul li a,
#dat-user-nav ul li:hover ul li a {
    color: #282828;
}

#dat-main-nav ul li ul li a:hover,
#dat-user-nav ul li ul li a:hover,
#dat-main-nav ul li ul li.active a,
#dat-user-nav ul li ul li.active a {
    color: #106AB2 !important;
    background: #e9f4ff;
}

.disable-nav ul li ul,
.disable-nav ul li i {
    display: none !important;
}

.disable-nav ul li:hover {
    color: #282828 !important;
}

.top-back {
    float: right;
    padding: 1px 10px 0px 0px;
}

.dat-hide {
    visibility: hidden;
}

.dat-remove {
    display: none !important;
}

.remove_1,
.remove_2,
.remove_3,
.remove_4,
.remove_5,
.remove_6 {
    display: none;
}

.datVisited {
    color: purple;
}

/*--------------- END:DAT-NAV ---------------*/

/*---- START:CUSTOM CHECKBOXES ----*/
input[type="checkbox"]:hover {
    cursor: pointer;
}

input.dat-checkbox {
    width: 15px;
    height: 15px;
    margin-left: 0px;
}

label.dat-checkbox {
    vertical-align: middle;
    display: initial;
    padding-left: 2px;
}

.inline .dat-checkbox {
    margin-top: 15px;
    display: inline-block;
}

.inline label.dat-checkbox {
    padding-top: 3px;
}

.dat-checkbox.dat-check-disabled {
    cursor: default !important;
}

.dat-checkbox:disabled {
    cursor: default !important;
}

.gridTableHeader .dat-checkbox {
    top: 1px;
}

.ch-bg-green:before {
    color: #0D7738;
}

.ch-bg-yellow:before {
    color: #ffc500;
}

.ch-bg-ltRed:before {
    color: #bd2835;
}

.ch-bg-grey:before {
    color: #5b5b5b;
}

.ch-bg-blue:before {
    color: #106AB2;
}

/*---- END:CUSTOM CHECKBOXES ----*/

/*---- START:CUSTOM RADIO BUTTONS ----*/
.dat-radio {
    opacity: 0;
    position: absolute;
}

.dat-radio,
.dat-radio-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #5b5b5b;
}

.searchLabel .dat-radio-label {
    padding-top: 8px;
}

.dat-radio-label {
    position: relative;
    padding-top: 6px;
    text-transform: none;
}

.dat-radio+.dat-radio-label:before {
    content: '';
    background: #fff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    padding: 2px;
    margin-right: 6px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.dat-radio+.dat-radio-label:hover:before {
    border: 1px solid #5b5b5b !important;
}

.dat-radio:focus+.dat-radio-label:before {
    border: 1px solid #106AB2 !important;
}

.dat-radio+.dat-radio-label:hover,
.dat-radio+.dat-radio-label:hover:before {
    cursor: pointer;
}

.dat-radio:disabled+.dat-radio-label,
.dat-radio:disabled+.dat-radio-label:hover,
.dat-radio:disabled+.dat-radio-label:hover:before {
    opacity: 0.5;
    cursor: default;
}

.dat-radio:checked+.dat-radio-label:before {
    background: #106AB2;
    box-shadow: inset 0px 0px 0px 3px #fff;
}

.inline-radio {
    display: inline;
    margin-right: 20px;
}

/*----- END:CUSTOM RADIO BUTTONS -----*/

/*---- START: CUSTOM FILE UPLOADER ----*/
div.fileWrap {
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.fileWrap input:first-child {
    opacity: 0;
    position: absolute;
    width: 100%;
    padding-left: 100%;
    box-sizing: border-box;
}

.fileWrap input:hover {
    cursor: pointer;
}

.fileWrap input[type="text"] {
    min-width: 200px;
}

/*---- END: CUSTOM FILE UPLOADER ----*/

/*---- START: CUSTOM DAT OPEN SELECTS ----*/
.datOpenSelect {
    overflow-y: auto;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    font-family: arial;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

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

.datOpenSelect li:hover {
    background: #e9f4ff;
    cursor: pointer;
}

.datOpenSelect li[data-selected] {
    background: #e9f4ff !important;
    color: #106AB2
}

.datOpenSelect li {
    padding: 3px 8px;
}

.datOpenSelect li:first-child {
    padding-top: 4px;
}

.datOpenSelect li:last-child {
    padding-bottom: 4px;
}

.tsTitle {
    border: 1px solid #c1c1c1;
    border-bottom: 0;
    background: #e8e8e8;
    font-weight: 700;
    font-size: 11px;
    padding: 4px 10px;
}

.tsWrapAll>div {
    display: inline-block;
    vertical-align: middle;
}

.tsBtn i {
    font-size: 12px;
    color: #106AB2;
    border: 1px solid #c1c1c1;
    padding: 6px;
    display: block;
    margin: 8px 12px 0px 12px;
}

.tsBtn i:hover:not([disabled]) {
    cursor: pointer;
    border: 1px solid #106AB2;
    background: #106AB2;
    color: #FFF;
}

.tsBtn i.icoRotate {
    transform: rotate(180deg);
}

.tsBtn i[disabled] {
    opacity: .5;
}

#docTypes_chosen .chosen-drop {
    width: 200px;
}

#languages_chosen .chosen-drop {
    width: 135px;
}

#translators_chosen .chosen-drop {
    width: 135px;
}

#summarySelectForm #product_display_chosen .chosen-drop {
    width: 400px;
}

/*---- END: CUSTOM DAT OPEN SELECTS ----*/

/*---- START: EXPRESSION BUILDER ----*/
#descWrap {
    height: 47px;
    overflow-y: auto;
    display: inline-block;
    border: 1px solid #c1c1c1;
    border-top: 0px;
    margin-bottom: 11px;
}

#typeDesc {
    padding: 3px 5px 5px 5px;
    width: 764px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    height: 34px;
    overflow: auto;
    display: table-cell;
    vertical-align: middle;
}

#insertValue {
    height: 27px;
    box-sizing: border-box;
    padding: 2px 3px 4px 5px;
    width: calc(100% - 56px);
    border: 1px solid #c1c1c1;
    border-right: 0;
    float: left;
}

#finalExpress {
    width: 100%;
    box-sizing: border-box;
    height: 125px;
    resize: none;
    margin-top: 14px;
}

#expressExample {
    float: right;
    width: 75%;
    border-left: 0;
    box-sizing: border-box;
}

#expressType {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

#btnInsert {
    position: absolute;
    top: 0px;
    right: 0px;
}

/*---- END: EXPRESSION BUILDER ----*/

/*---- START: PROGRESS BARS ----*/
.dat-progress {
    background: #1E7642;
    height: 24px;
    border-radius: 14px;
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 5px 12px;
    float: right;
    margin-right: 10px;
    margin-top: 1px;
}

.dat-progress-count {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
}

.dat-progress-count i {
    padding-right: 3px;
    font-size: 12px;
}

.dat-progress-bar,
.display-documents-progress-bar {
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 6px;
    margin-top: 3px;
    position: relative;
    float: right;
}

.dat-progress-bar {
    width: 80px;
    background-color: #fff;
    height: 8px;
}

.display-documents-progress-bar {
    width: 100%;
    background-color: #e2f3e9;
    height: 10px;
}

.dat-progress-indicator,
.display-documents-progress-indicator {
    height: 8px;
    margin: 0;
    border-radius: 0px 3px 3px 0px;
    background: #005b25;
}

.display-documents-progress-indicator {
    height: 10px;
    background: #8adbac;
}

.batch-progress {
    display: inline-block;
    width: 100%;
}

.batch-progress div {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

.batch-progress-bar {
    float: left;
    width: 45%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #c0c0c0;
    height: 10px;
    padding: 0px;
    margin: 3px 3px 0px;
}

.batch-progress-indicator {
    height: 10px;
    border-radius: 3px;
    background: #1E7642;
}

/*----- END: PROGRESS BARS ----*/

/*----- START: DAT LABELS ----*/
.dat-label {
    font-size: 13px;
    background: #2E7076; /* WCAG color */
    margin-right: 4px;
    display: inline-block;
    color: #FFF;
    border-radius: 2px;
    padding: 4px;
    line-height: 9px;
    margin: 1px 1px;
}

.true-labels td:nth-child(1) {
    padding: 4px 8px;
}

.dat-label[title^="A"],
.dat-label[title^="a"],
.dat-label[title^="R"],
.dat-label[title^="r"],
.dat-label[title^="N"],
.dat-label[title^="n"],
.dat-label[title^="K"],
.dat-label[title^="k"],
.dat-label[title^="X"],
.dat-label[title^="x"],
.dat-label[title^="2"],
.dat-label[title^="6"] {
	background: #CA1F16; /* WCAG color */
}

.dat-label[title^="O"],
.dat-label[title^="o"],
.dat-label[title^="H"],
.dat-label[title^="h"],
.dat-label[title^="L"],
.dat-label[title^="l"],
.dat-label[title^="E"],
.dat-label[title^="e"],
.dat-label[title^="V"],
.dat-label[title^="v"],
.dat-label[title^="1"],
.dat-label[title^="7"] {
	background: #A45004; /* WCAG color */
}

.dat-label[title^="I"],
.dat-label[title^="i"],
.dat-label[title^="P"],
.dat-label[title^="p"],
.dat-label[title^="D"],
.dat-label[title^="d"],
.dat-label[title^="U"],
.dat-label[title^="u"],
.dat-label[title^="3"],
.dat-label[title^="8"] {
	background: #5050a6; /* WCAG color */
}

.dat-label[title^="S"],
.dat-label[title^="s"],
.dat-label[title^="B"],
.dat-label[title^="b"],
.dat-label[title^="M"],
.dat-label[title^="m"],
.dat-label[title^="G"],
.dat-label[title^="g"],
.dat-label[title^="Z"],
.dat-label[title^="z"],
.dat-label[title^="4"],
.dat-label[title^="9"] {
	background: #24752E; /* WCAG color */
}

.dat-label[title^="W"],
.dat-label[title^="w"],
.dat-label[title^="C"],
.dat-label[title^="c"] {
	background: #AB3A76; /* WCAG color */
}
/*----- END: DAT LABELS ----*/

/*---- START: DAT FORMS ----*/
form {
    font-size: 0px;		/*fix inline-block spacing*/
}

.inline {
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
}

.inline input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

input[type="text"]:read-only {
    color: #545454;
    cursor: default;
    background-color: #ebebe4;
}

input[type="text"]:-moz-read-only {
    color: #545454;
    cursor: default;
    background-color: #ebebe4;
}

ul.help-block {
    list-style-type: none;
    font-size: 12px;
    padding: 4px 0px 0px 0px;
}

.help-block li {
    line-height: 15px;
    color: #b30000 !important;
    word-break: break-word;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.help-block li:first-letter {
    text-transform: capitalize;
}

span.errorMsg {
    color: #b30000 !important;
    font-weight: bold;
}

input[type="text"],
form input[type="url"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
input[type="date"],
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 3px 5px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    background: #FFF;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #004dff;
    box-shadow: 0px 0px 4px -2px #0080ff;
}

.dat-wrap input[type="text"].has-error,
.dat-wrap textarea.has-error,
input.has-error,
textarea.has-error,
select.has-error,
div.has-error,
input:required:invalid,
textarea:required:invalid,
select:required:invalid {
    border: 1px solid #b30000 !important;
    outline-color: #b30000 !important;
}

input.has-error:focus,
input:focus:invalid,
textarea.has-error:focus,
textarea:focus:invalid,
select.has-error:focus,
select:focus:invalid {
    outline-color: #b30000 !important;
    box-shadow: 0px 0px 4px -2px #b30000 !important;
    outline-color: #b30000 !important;
}

.dat-wrap input[type="text"]:required:valid,
input:required:valid,
textarea:required:valid,
select:required:valid,
input.has-error.no-error,
.dat-wrap input[type="text"].has-error.no-error,
.dat-wrap textarea.has-error.no-error {
    border: 1px solid #004dff !important;
    box-shadow: 0px 0px 4px -2px #0080ff !important;
    outline-color: #0080ff !important;
}

.dat-wrap input[type="text"]:focus:valid,
input:focus:valid,
textarea:focus:valid,
select:focus:valid {
    border: 1px solid #004dff !important;
    box-shadow: 0px 0px 4px -2px #0080ff !important;
    outline-color: #0080ff !important;
}

input.has-error.static-error:focus:valid,
textarea.has-error.static-error:focus:valid,
select.has-error.static-error:focus:valid {
    border: 1px solid #b30000 !important;
    outline-color: #b30000 !important;
    box-shadow: 0px 0px 4px -2px #b30000 !important;
    outline-color: #b30000 !important;
}

/*----- START: NATIVE INPUT[DATE] -----*/
form input[type="date"] {
    width: 130px;
    padding: 2px 5px !important;
}

input[type="date"]::-webkit-datetime-edit-text {
    color: #000;
    padding: 0 2px;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    margin-right: 2px;
    filter: invert(0.4);
}

/*----- END: NATIVE INPUT[DATE] -----*/

.chosen-single.has-error {
    border: 1px solid #b30000 !important;
    box-sizing: border-box;
}

.initChosen.invisible {
    height: 26px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    textarea:focus,
    select:focus,
    input:focus:valid,
    textarea:focus:valid,
    select:focus:valid {
        box-shadow: 0px 0px 4px #0080ff !important;
    }

    input.has-error:focus,
    textarea.has-error:focus,
    select.has-error:focus,
    input:focus:invalid,
    textarea:focus:invalid,
    select:focus:invalid {
        box-shadow: 0px 0px 4px #b30000 !important;
    }

    input:focus:valid,
    textarea:focus:valid,
    select:focus:valid {
        box-shadow: 0px 0px 4px #0080ff !important;
    }

    .btnCancel:hover,
    .btnCancel:focus {
        box-shadow: 0px 0px 4px #b30000 !important;
    }
}

input[type="url"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
    color: #b7b7b7;
}

input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b7b7b7;
}

input[type="url"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #b7b7b7;
}

input[type="text"][readonly]:not(.fileWrap input) {
    border: 1px solid #c1c1c1 !important;
    color: #5b5b5b !important;
}

input[type="text"][readonly]:not(.fileWrap input):focus {
    box-shadow: none !important;
    outline: none !important;
}

label.required:after,
p.required:after,
td.required:after {
    color: red;
    content: '*';
    margin-left: 2px;
}

label {
    color: #0062b0;
    font-size: 13px;
    font-family: 'open sans';
    text-transform: uppercase;
    display: block;
    padding: 8px 0px 6px 0px;
}

label.condensed {
    font-size: 11px;
    padding: 6px 0px 4px 0px;
}

.mce-container label {
    text-transform: none;
}

.labelInline {
    display: inline;
    padding-right: 4px;
}

.formBtns {
    margin-top: 16px;
}

.groupRow label.labelRight {
    text-transform: none;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.groupRow label.labelLeft {
    text-transform: none;
    text-align: leftt;
    font-weight: normal;
    white-space: nowrap;
}

/*----- END: DAT FORMS -----*/

/*------------ START:MIGRATION - BUTTONS | ICONS | PILLS -------------*/
.trashIcon {
    top: 7px;
    left: 3px;
    position: relative;
}

.dat-lock-cir {
    color: #b31d16;
    font-size: 19.5px;
    bottom: -1px;
    position: relative;
    padding: 0px 5px 0px 5px;
}

.dat-approve-checkmark {
    font-size: 14px;
    bottom: -1px;
    position: relative;
}

.dat-exception-report {
    position: absolute;
    font-size: 60px;
    padding: 0px 5px 0px 5px;
}

.pill {
    text-align: center;
    float: left;
    padding: 8px;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    border-radius: 10px;
    min-width: 38px;
}

.pill-blue {
    background: #106AB2;
    border: 1px solid #106AB2;
}

.pill-blue:hover {
    background: white;
    color: #106AB2;
}

.pill-blue:hover span {
    background: #106AB2;
    color: white;
}

#tocTable .widePill {
    width: 60px;
    padding: 3px 7px 4px;
}

.hideNatrue.bg-grey {
    display: none;
}

.pill:hover {
    cursor: default;
}

.buttons .btn {
    margin: 0 5px;
}

a.btn {
    padding-bottom: 5px;
    padding-top: 4px;
    vertical-align: middle;
}

.btn {
    background: #202b4b;
    border: 1px solid #202b4b;
    box-sizing: border-box;
    color: #FFF;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    height: 26px;
    line-height: 22px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-font-smoothing: subpixel-antialiased;
}

.btn:hover {
    background: #FFF;
    color: #202b4b;
    cursor: pointer;
    text-decoration: none;
}

.btnDisabled:hover {
    background: #202b4b;
    color: #fff;
    cursor: default;
}

.btn:focus {
    outline: 1px solid #106AB2;
}

.btnDisabled,
.button:disabled {
    opacity: .5;
    background: #202b4b;
    color: #fff;
    cursor: default;
}

.btnDisabled:focus {
    outline: none;
}

.btnNeg,
.btnCancel {
    /*NEGATION BUTTON*/
    border: 1px solid #202b4b;
    background: #FFF;
    color: #202b4b;
}

.btnNeg:hover,
.btnCancel:hover {
    border: 1px solid #202b4b;
    background: #202b4b;
    color: #FFF;
}

.btnNeg[disabled]:hover,
.btnCancel[disabled]:hover {
    border: 1px solid #202b4b;
    background: #202b4b;
    color: #FFF;
}

.btnDefault {
    border: 1px solid #202b4b;
    background: #202b4b;
    color: #FFF;
}

.btnDefault:hover {
    background: #FFF;
    color: #202b4b;
}


.btnAct[disabled]:hover {
    background: #202b4b;
    border: 1px solid #202b4b;
    color: #FFF;
}

.btnAlt {
    /*ALTERNATE BUTTON*/
    border: 1px solid #0D7738 !important;
    background: #0D7738 !important;
    color: #FFF;
}

.btnAlt:hover {
    background: #FFF !important;
    color: #0D7738 !important;
}

.btnSpcl {
    /*SPECIAL BUTTON*/
    border: 1px solid #3c7753 !important;
    background: #3c7753 !important;
    color: #FFF !important;
}

.btnSpcl:hover {
    background: #FFF !important;
    color: #3c7753 !important;
}

.btnOpt {
    /*OPTION BUTTON*/
    border: 1px solid #c1c1c1;
    background: #FFF;
    color: #106AB2;
}

.btnOpt:hover {
    border: 1px solid #106AB2;
    background: #106AB2;
    color: #FFF;
}

.btnPre {
    /*PREVIEW BUTTON*/
    border: 1px solid #c1c1c1;
    background: #c1c1c1;
    color: #282828;
}

.btnPre:hover {
    color: #282828;
    border: 1px solid #c1c1c1;
    background: #FFF;
}

.btnPreDisabled:hover {
    background: #c1c1c1;
    color: #282828;
    cursor: default;
}

.btn[disabled],
.datDisabled {
    opacity: .5;
}

.btn[disabled],
.datDisabled:hover {
    cursor: not-allowed;
    pointer-events: none;
}

/* any icon used as a button with button style  */
a.btnIco {
    display: inline-block;
    color: #106AB2;
    font-size: 14px !important;
    border: 1px solid #C1C1C1;
    background: #FFF;
    cursor: pointer;
    text-align: center;
    padding: 3px 4px;
}

a.btnIco:hover {
    color: #FFF;
    background: #106AB2;
}

.count-pill-sm {
    border-radius: 14px;
    color: #FFF;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 0px 10px;
    box-sizing: border-box;
    margin: 1px 10px 0px 0px;
    line-height: 21px;
    height: 19px;
}

.count-pill-sm i {
    font-size: 12px;
    padding-right: 5px;
}

.count-pill-sm span {
    padding: 0px 5px;
}

.toc-counts .ico-lock {
    position: relative;
    bottom: 1px;
}

.breadcrumb-bar .sectionInfoTools {
    margin: 0px;
}

.sectionInfoTools {
    font-size: 19.5px;
    position: relative;
    margin: 9px 0px 0px 0px;
    float: right;
}

.sectionInfoTools>i {
    padding-right: 4px;
    vertical-align: top;
}

.whereUsed {
    display: inline-block;
}

.whereUsedInlineBlock {
    display: inline-block;
}

.whereUsedInlineBlock.hidden {
    display: none;
}

#whereUsedPill {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 19px;
    width: 58px;
    border-radius: 5px;
    padding: 0px 4px;
    border: 1px solid #106AB2;
    background: white;
    box-sizing: border-box;
}

.whereUsed p {
    margin-bottom: 0px;
    padding: 0px 8px 0px 10px;
    font-size: 12px;
}

#usedInDocs-title {
    background-color: #e8e8e8;
    font-weight: bold;
    padding: 4px 4px;
    font-size: 13px;
}

/*-- TinyMce left panel --*/
#compareLeft #whereUsedInSelect {
    width: 165px;
}

/*-- Document Section tab/TOC page --*/
.toc-counts {
    float: right;
    margin-right: 20px;
}

.toc-count-pill {
    border-radius: 14px;
    color: #FFF;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 3px 10px;
    box-sizing: border-box;
    margin: 1px 10px 0px 0px;
    line-height: 18px;
    height: 24px;
    float: right;
}

.toc-count-pill i {
    font-size: 10px;
    padding-right: 3px;
}

.toc-counts .ico-lock {
    position: relative;
    bottom: 1px;
}

#tocApprovedSectionCounts,
#tocEditedSectionCounts,
#tocFlaggedSectionCounts,
#tocLockedSectionCounts {
    float: right;
}

/*--------------END:MIGRATION BUTTONS | ICON | PILLS -------------*/

/*----------- START: PAGE MESSAGE STYLES ------------*/
.pageMessages {
    position: fixed;
    left: calc(50% - 200px);
    top: 0px;
    margin-bottom: 0px;
    width: 400px;
    z-index: 10000000;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(0);
    }
}

.pageMessages .pageMsg {
    width: 100%;
    padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    animation: .3s ease-out 0s 1 slideInFromTop;
}

.pageMessages .pageMsg i {
    color: #000000;
}

.pageMessages .msgIcon {
    position: absolute;
    top: calc(50% - 9px);
    left: 18px;
    font-size: 16px;
}

.pageMessages .msgDesc {
    font-size: 13px;
    line-height: 16px;
    padding: 0px 41px 0px 38px;
    word-break: break-word;
    color: #000000;
}

.pageMessages .successMsg {
    background: #4be789;
    color: #000000;
    border: 1px solid #0D7738;
}

.pageMessages .warningMsg {
    background: #fff3cc;
    color: #000000;
    border: 1px solid #ffaa36;
}

.pageMessages .errorMsg {
    background: #ffc7cc;
    color: #000000;
    border: 1px solid #ee2838;
}

.pageMessages .closeMsg-X {
    position: absolute;
    right: 5px;
    top: 3px;
    border: none;
    background: none;
    padding: 10px 10px 9px 10px;
    font-size: 10px;
    outline: none;
}

.pageMessages .closeMsg-X:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
}

.pageMessages .msgError {
    color: #bd2835;
}

.pageMessages .msgWarn {
    color: #9e6b24;
}

.pageMessages .msgSuccess {
    color: #0D7738;
}

.pageMessages .setFocus {
    background: #e9f4ff;
}

span.warningMsg {
    color: #826e17;
    font-weight: bold;
}

/*----------- END: PAGE MESSAGE STYLES ------------*/

.warningText {
    color: #B36B00;
    font-weight: bold;
}
/*------------- START: LOGIN & SYSTEM NOTICES -------------------*/
.systemNotices {
    background: #fffbee;
    border: 1px solid #ffd98d;
    padding: 8px;
    font-family: 'open sans';
    color: #282828;
}

.systemNotices * {
    font-family: 'open sans';
}

.systemNotice ul {
    padding-left: 40px;
}

.systemNotices hr {
    border-top: 1px solid #826e17;
    margin-top: 9px;
}

/*------------- END: LOGIN & SYSTEM NOTICES -------------------*/

/*------------- START: DAT INLINE EDITOR ------------------*/
.datInlineEdit {
    font-family: 'open sans', sans-serif;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    top: 7px;
    text-overflow: ellipsis;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.fix.datInlineEdit {
    top: 6px;
}

.datInlineEdit:placeholder-shown {
    width: 44px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
    color: #000 !important;
    text-indent: 17px;

}

.datInlineEdit:-ms-input-placeholder {
    color: #000 !important;
    text-indent: 16px;
    width: 44px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
}

.datInlineEdit:not([readonly]):hover,
.datInlineEdit:not([readonly]):focus {
    -webkit-highlight: none;
    background: #FFF;
}

.datInlineEdit:not([readonly]):focus {
    border: 1px solid #106AB2;
}

/*------------- END: DAT INLINE EDITOR ------------------*/

/*------------- START: CB Label Editor ------------------*/
.cb-label-edit {
    font-family: 'open sans', sans-serif;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    top: 4px;
    text-overflow: ellipsis;
    width: calc(100% - 60px);
    outline: none;
}

.cb-label-edit:placeholder-shown {
    width: 44px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
    color: #000 !important;
    text-indent: 8px;

}

.cb-label-edit:-ms-input-placeholder {
    color: #000 !important;
    text-indent: 8px;
    width: 44px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
}

.cb-label-edit:not([readonly]):hover,
.cb-label-edit:not([readonly]):focus {
    -webkit-highlight: none;
    background: #FFF;
}

.cb-label-edit:not([readonly]):focus {
    border: 1px solid #106AB2;
}

.block-height {
    height: 26px;
}

.checkboxContainer {
    height: 180px !important;
    width: 300px;
}

.columnHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*------------- END: CB Label Editor ------------------*/

/*------------- START: DAT NON-SPECIFIC STYLES ------------------*/

/*ADD STYLES HERE*/
.dat-bold {
    font-weight: 700;
    color: #282828;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.loader {
    color: #E8E8E8;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 99999;
    text-indent: -9999em;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

/* middle circle */
.loader,
.loader:after,
.loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation: circles 1.8s infinite ease-in-out;
    animation: circles 1.8s infinite ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

/* left circle */
.loader:before {    
    left: -3.5em;
    -webkit-animation-delay: -.35s;
    animation-delay: -.35s;
}

/* right circle */
.loader:after {
    left: 3.5em;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.loader:after,
.loader:before {
    content: '';
    position: absolute;
    top: 0;
}

.capitalize {
    text-transform: capitalize;
}

.dat-textbox {
    border: 1px solid #c1c1c1;
    height: 26px;
    box-sizing: border-box;
    padding: 0px 8px;
}

.dat-textbox:hover {
    border: 1px solid #5b5b5b;
}

.dat-textbox:focus {
    outline: none;
    border: 1px solid #106AB2;
}

.dat-full-width {
    width: 100%;
    box-sizing: border-box;
}

#iframe.darkgray,
#iframe2.darkgray {
    height: 86vh;
    width: 90%;
    background-color: darkgray;
}

.visible {
    opacity: 1 !important;
}

.msgError,
.msgWarn,
.msgSuccess,
.msgNormal {
    margin-left: 20px;
    margin-top: 2px;
    font-weight: bold;
}

.msgError {
    color: #B21D16;
}

.msgWarn {
    color: #887611;
}

.msgSuccess {
    color: #0D7738;
}

.msgNormal {
    color: black;
}

td.msgFailed>p,
td.msgWarn>p,
td.msgSuccess>p {
    font-size: 12px;
    font-weight: 500;
}

td.msgFailed {
    text-align: center;
    color: #000000;
    background: #ffc7cc;
}

td.msgWarn {
    text-align: center;
    color: #000000;
    background: #fff3cc;
}

td.msgSuccess {
    text-align: center;
    color: #000000;
    background: #e2f3e9;
}

.shroud {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    z-index: 1000000;
}

.underline:hover {
    text-decoration: underline;
}

/*-------------- END: DAT NON-SPECIFIC STYLES -------------------*/

/*------------ START: BASE COLOR CLASSES -------------*/
.cl-blue {
    color: #106AB2;
}

.cl-darkBlue {
    color: #222B48;
}

.cl-orng {
    color: #ff7d12;
}

.cl-mdRed {
    color: #b31d16;
}

.cl-ltGrn {
    color: #1E7642;
}

.cl-yel {
    color: #ffc500;
}

.cl-grey {
    color: #5b5b5b;
}

.bg-ltRed {
    background: #bd2835;
}

.bg-ltYel {
    background: #fff8e1;
}

.bg-green {
    background: #0D7738;
}

.bg-yellow {
    background: #ffc500;
}

.bg-blue {
    background: #106AB2;
}

.bg-orng {
    background: #ff7d12;
}

.bg-mdRed {
    background: #b31d16;
}

.bg-grey {
    background: #5b5b5b;
}

.bg-white {
    background: #ffffff;
}

/*-------------- END: BASE COLOR CLASSES -------------*/

/*------------ START: BASE TYPOGRAPHY SIZE CLASSES -------------*/
.txt-xlg {
    font-size: 20px;
}

.txt-lg {
    font-size: 18px;
}

.txt-md {
    font-size: 13px;
}

.txt-sm {
    font-size: 11px;
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-lowercase {
    text-transform: lowercase !important;
}

.txt-original {
    text-transform: none !important;
}

/*------------ END: BASE TYPOGRAPHY SIZE CLASSES -------------*/

/*-------------- START: DAT GENERIC UTILITY STYLES -------------------*/
/*-------- Avoids inline styles for adhoc style modifications --------*/

/*----- utility layout classes -----*/
.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

/* use to clear floats */
.clear-fix {
    clear: both;
}

/*----- utility size classes -----*/
.w-100 {
    width: 100%;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-65 {
    width: 65%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-50 {
    width: 50%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

/* utility alignment classes */
.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.valign-t {
    vertical-align: top;
}

.valign-m {
    vertical-align: middle;
}

.valign-b {
    vertical-align: bottom;
}

.float-x {
    float: left;
}

.float-y {
    float: right;
}

.clear,
.clear::before,
.clear::after {
    clear: both;
}

/*----- utility spacing classes (8px, 16px, 32px, 64px) -------*/

.ti-1 {
    margin-left: 20px;
}

.ti-2 {
    text-indent: 40px;
}

.ti-3 {
    text-indent: 60px;
}

.ti-4 {
    text-indent: 80px;
}

.ti-5 {
    text-indent: 100px;
}

/* margins */
.m-half {
    margin: 4px;
}

.m-1 {
    margin: 8px;
}

.mx-half {
    margin-left: 4px;
}

.mx-1 {
    margin-left: 8px;
}

.my-half {
    margin-right: 4px;
}

.my-1 {
    margin-right: 8px;
}

.mt-1 {
    margin-top: 8px;
}

.mb-1 {
    margin-bottom: 8px;
}

.m-2 {
    margin: 16px;
}

.mx-2 {
    margin-left: 16px;
}

.my-2 {
    margin-right: 16px;
}

.mt-2 {
    margin-top: 16px;
}

.mb-2 {
    margin-bottom: 16px;
}

.m-3 {
    margin: 32px;
}

.mx-3 {
    margin-left: 32px;
}

.my-3 {
    margin-right: 32px;
}

.mt-3 {
    margin-top: 32px;
}

.mb-3 {
    margin-bottom: 32px;
}

.m-4 {
    margin: 64px;
}

.mx-4 {
    margin-left: 64px;
}

.my-4 {
    margin-right: 64px;
}

.mt-4 {
    margin-top: 64px;
}

.mb-4 {
    margin-bottom: 64px;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
}

.my-0 {
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* padding */

.pt-half {
    padding-top: 4px;
}

.pb-half {
    padding-bottom: 4px;
}

.m-half {
    padding-bottom: 4px;
}

.p-half {
    padding: 4px;
}

.p-1 {
    padding: 8px;
}

.px-half {
    padding-left: 4px;
}

.px-1 {
    padding-left: 8px;
}

.py-half {
    padding-left: 4px;
}

.py-1 {
    padding-right: 8px;
}

.pt-1 {
    padding-top: 8px;
}

.pb-1 {
    padding-bottom: 8px;
}

.p-2 {
    padding: 16px;
}

.px-2 {
    padding-left: 16px;
}

.py-2 {
    padding-right: 16px;
}

.pt-2 {
    padding-top: 16px;
}

.pb-2 {
    padding-bottom: 16px;
}

.p-3 {
    padding: 32px;
}

.px-3 {
    padding-left: 32px;
}

.py-3 {
    padding-right: 32px;
}

.pt-3 {
    padding-top: 32px;
}

.pb-3 {
    padding-bottom: 32px;
}

.p-4 {
    padding: 64px;
}

.px-4 {
    padding-left: 64px;
}

.py-4 {
    padding-right: 64px;
}

.pt-4 {
    padding-top: 64px;
}

.pb-4 {
    padding-bottom: 64px;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
}

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

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

/*-------------- END: DAT GENERIC UTILITY STYLES -------------------*/

/*-------------- START: OVERRIDES TO RESOLVE CONFLICTS* -------------*/

.chosen-container-multi {
    width: 100% !important
}

.stacking .chosen-container-multi .chosen-choices li {
    float: none !important;
}

/*-------------------- MUST REMAIN AT END OF STYLE SHEET ---------------------*/
/*----- RESPONSIVE STYLING SHOULD SUPPORT VEIWPORT SIZE OF 800px AND UP -----*/
/*-------------------- START: RESPONSIVE LAYOUT STYLING --------------------*/
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {
    .docLinkEllipsis {
        max-width: 770px;
    }
}

@media screen and (max-width: 1200px) {
    .docLinkEllipsis {
        max-width: 570px;
    }

    .tempInfoCrumbs ul li span,
    .tempInfoCrumbs ul li a {
        max-width: 41%;
    }
}

@media screen and (max-width: 1000px) {
    .docLinkEllipsis {
        max-width: 370px;
    }

    .tempInfoCrumbs ul li span,
    .tempInfoCrumbs ul li a {
        max-width: 40%;
    }
}

@media screen and (max-width: 900px) {

    .tempInfoCrumbs ul li span,
    .tempInfoCrumbs ul li a {
        max-width: 37%;
    }
}

/*-------------------- END: RESPONSIVE LAYOUT STYLING --------------------*/

/*--- FIREFOX PATCHES ARE THE ONLY STYLES ALLOWED AFTER THE LAYOUT STYLING ----*/
@-moz-document url-prefix() {
    .toggleAllWrap i {
        top: -8px;
    }

    .szoneBtnFix {
        top: 36px;
    }

    .btn,
    .button,
    .submitButtonLink a,
    a.buttonLink {
        padding: 0 9px;
    }
}

@-webkit-keyframes circles {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes circles {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.fadeout {
    -webkit-animation: fadeout;
    animation: fadeout;
    -webkit-animation-duation: 0.4s;
    animation-duration: 0.4s;
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadein {
    -webkit-animation: fadein;
    animation: fadein;
    -webkit-animation-duation: 0.4s;
    animation-duration: 0.4s;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*---- NO STYLES SHOULD BE PLACE BEYOND THIS POINT, SEE COMMENTS AS YOU SCROLL UP THE STYLE SHEET FROM THIS POINT TO FIND ACCEPTABLE LOCATION TO ADD STYLES ----*/
/*---- SEARCH: 'DAT NON-SPECIFIC STYLES' IF YOU WOULD LIKE TO ADD STYLES TO THIS DOCUEMNT ----*/