@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?5639yk");
  src: url("fonts/icomoon.eot?5639yk#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?5639yk") format("truetype"),
    url("fonts/icomoon.woff?5639yk") format("woff"),
    url("fonts/icomoon.svg?5639yk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  font-family: "Montserrat-Light", sans-serif !important;
  font-size: 13px !important;
  box-sizing: border-box;
}

button, input, select, textarea {
  line-height: normal;
}

/**************** Content alignment **************/

form {
  width: 100%;;
}

div.wwgrp {
  margin: 10px 0;
}


.ui-container-content .wwctrl label {
    padding: 10px;
    float: left;
    font-weight: normal;
    margin-bottom: auto;
}

/**************** <<<<<<<>>>>>>> **************/


/**************** <<<<Scratch pad Design>>>>> **************/

#dialog-scratchpad-criteria123 .ui-container-content {
	margin-bottom: 0px;
}

div[class*="dialog-scratchpad"]
	{
	border: 1px solid #238edc;
}

div[class*="dialog-scratchpad"] .ui-dialog-content .el-small-button
	{
	vertical-align: middle !important;
	width: auto;
}

div[class*="dialog-scratchpad"] .ui-dialog-titlebar .ui-dialog-buttonpane  {
  margin: auto;
    padding: 0px;
}

div[class*="dialog-scratchpad"] .ui-dialog-buttonpane
	{
	margin: auto;
	padding: 0px;
}

div[class*="dialog-scratchpad"] textarea
	{
	width: auto;
	resize: none;
	overflow-x: auto !important;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-icon-closethick {
  background-image: none!important;
  background: none;
  height: auto;
  width: auto;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin: auto;
  left: 0;
  top: 0;
  float: none;
}

.ui-widget.ui-widget-content.ui-front.ui-draggable .ui-dialog-titlebar
	{
	margin: 0;
	font-size: 14px;
	padding: 5px 11px;
	line-height: 2;
	background: #fff;
	color: #ee800b !important;
	font-weight: 600;
	border-bottom: solid 2px #e6e9ec;
	text-align: center;
}

.ui-dialog .ui-dialog-titlebar-close span::before {
	content: "x";
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  height: 32px;
  margin: auto;
  margin-right: 10px;
}

label.errorLabel {
  text-align: left;
  padding-left: 1.5em !important;
  padding: 8px;
  line-height: 1.8em;
}


div.ui-dialog div[id^=dialog-expressionbuilder] {
  display: block;
}

div.ui-dialog div[id^=dialog-expressionbuilder] table {
  text-align: center;
}

div.ui-dialog div[id^=dialog-expressionbuilder] table tr td button.expression-builder-button {
  margin: 0;
  margin-top: .5em;
  width: 5.5em;
  text-align: center;
}

div.ui-dialog .ui-dialog-titlebar-close {
  margin-right: .5em;
}

div.ui-dialog div[id^=dialog-expressionbuilder] table tr td button.expression-builder-button span {
  margin: auto;
}


/**************** <<<<>>>>> **************/


/**************** Login Screen **************/

#loginPage form#login {
  background: url(../images/login-background.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: -20px;
  margin-bottom: 0;
  position: fixed;
  z-index: 100;
}

#loginPage #login > div.login {
  margin: auto;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  background: #fff;
  width: 35%;
  padding: 10px;
  border: none;
}

#loginPage #login h3 {
  border: none;
  background: url(../images/logo.png) no-repeat;
  width: 110px;
  height: 60px;
  margin: auto;
  background-size: cover;
  background-position: center;
  color: #fff !important;
  text-indent: -9999px;
  padding: 0;
  margin-bottom: 15px;
}

#loginPage #login input[type="submit"] {
  padding: 8px 15px;
}

#loginPage #wrapper > #content > #login > div.login > .loginwrap label {
  color: #ee800b !important;
  padding: 10px;
}

#loginPage #login input[type="text"],
#loginPage #login input[type="password"] {
  padding: 1em 0.4em;
  border: none !important;
  border-bottom: solid 1px #0f5ca0 !important;
  width: 100%;
  box-sizing: border-box;
}

#loginPage #login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #e5f4ff inset;
  box-shadow: 0 0 0 50px #e5f4ff inset;
  -webkit-text-fill-color: #072138;
  color: #072138;
}

#loginPage #login input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #e5f4ff inset;
  box-shadow: 0 0 0 50px #e5f4ff inset;
  -webkit-text-fill-color: #072138;
  color: #072138;
}

#wwctrl_login,
#wwlbl_login,
#wwctrl_login_password,
#wwlbl_login_password {
  display: inline-block;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  width: 50%;
}

/**************** <<<<>>>>> **************/

/**************** Top Menu **************/

#logo {
  background: #fff;
  display: inline-block;
  width: 8%;
  padding: 3px 0 7px 0;
  position: relative;
}

#logo:after {
  content: "";
  background: linear-gradient(to top left, white 0%, transparent 0%),
    linear-gradient(to top right, white 50%, transparent 50%), #007EA3;
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 100%;
}

#dashboard-seperator {
  width: 92%;
  display: inline-block;
  margin-top: 0;
  position: relative;
}

#dashboard-seperator ul#navMenu {
  display: none;
  position: absolute;
  top: 35px;
  background-color: #007EA3;
  padding: 0;
  left: 4%;
  z-index: 99999;
  width: 200px;
}

#dashboard-seperator ul#navMenu li {
  display: block;
  float: none;
  padding: 5px;
  padding-left: 0;
  border-bottom: solid 1px #7fb3d8;
  cursor: pointer;
}

#dashboard-seperator ul#navMenu li a {
  padding: 0.25em 1em;
}

#dashboard-seperator ul#navMenu li:hover {
  border-bottom: solid 1px #fff;
  font-weight: 600;
  transition: all 0.2s ease;
  padding-left: 0.5em;
}

#dashboard-seperator ul#loginMenu {
  float: right;
}

#dashboard-seperator ul li:last-child {
  float: none;
}

#Menu-icon {
  font-size: 21px;
  font-family: "icomoon";
  color: #d4edff;
  z-index: 9999;
  visibility: visible;
  margin-left: 4%;
  cursor: pointer;
  float: left;
  padding: 6px;
  transition: 0.2s ease;
}

#Menu-icon:hover {
  color: #fff;
}

#Menu-icon::before {
  content: "\e905";
}

#menu-title {
  float: left;
  padding: 8px;
  margin: 0;
  font-size: 14px;
}
/* WCAG FIX FOR GROUP PERMISSIONS  */
.ui-accordion .ui-accordion-header .right a{
    position: absolute;
    left: -1000px;
}
#header-top {
  background-color: #007EA3;
  border-bottom: solid 4px #C15719;
  line-height: 1;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: 600;
}

#dashboard-seperator ul li a {
  letter-spacing: 0.15px;
}

#userlogin {
  padding: 0.2em;
}

#userlogin form input {
  font-weight: lighter;
  padding: 0.1em;
  border-radius: 0px;
  margin-right: 0px;
  background: none;
  border: none !important;
  letter-spacing: 0px;
  cursor: pointer;
}

/**************** <<<<>>>>> **************/

/**************** Footer **************/

#footer-container {
  padding: 0.4em 0;
  background: #fff;
  border-top: solid 1px lightgrey;
  border-bottom: solid 1px lightgrey;
  margin-left: -20px;
  margin-right: -40px;
  margin-top: 0;
  visibility: hidden;
}

#footer-container.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/**************** <<<<>>>>> **************/

.sections.ui-sortable h4{
  margin: 0.2em 0.5em;
  padding: 0.2em 0.5em;
}

.sections.ui-sortable div.question{
  margin: 0.2em 0.5em;
  padding: 0.2em 0.5em;
}

div.ui-widget-header.ui-corner-top {
  display: inline-block;
  width: 100%;
}

#designPage .section[id="0"] {
  background: #fff;
  margin: 5px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid lightgrey;
  padding: 0;
  padding-bottom: 10px;
  box-shadow: 1px 1px 1px lightgrey !important;
  overflow: hidden;
}

#designPage .section[id="0"] h4, #designPage .section[id="0"] div.non-section-questions div {
  margin: 0.2em 0.5em;
  padding: 0.2em 0.5em;
}

#designPage h3.ui-widget-header {
  display: table;
    width: 100%;
    padding: 0;
}

#designPage h3.ui-widget-header > span{
display: table-cell;
    vertical-align: middle;
    margin: auto;
    width: 93%;
    text-align: left;
    padding-left: 1%;
    float: none!important;
}

#designPage h3.ui-widget-header div.formButton{
float: none;
display: table-cell;
vertical-align: middle;
width: 3%;
}

.markItUpHeader > ul, .markItUpHeader > ul > li, .markItUpHeader > ul > li > a {
  box-sizing: unset!important;
  display: inline-block;
}

.markItUpHeader > ul > li > a:hover {
  text-indent: -9999px;
  color: transparent;
}

#wwctrl_viewLogs_logs_save {
    clear: both;
    padding: 10px 10px;
    padding-bottom: 0;
}

h3.ui-widget-header, .ui-widget-header h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 10px 11px;
  line-height: 1;
  background: #fff;
  color: #C15719 !important;
  font-weight: 600;
  border-bottom: solid 2px #e6e9ec;
  text-align: center;
}

h3.ui-widget-header button.ui-button-icon-only {
  position: relative;
}

.ui-widget.ui-widget-content.ui-corner-all:not(.el-button-bar) {
  background: #fff;
  margin: 5px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid lightgrey;
  padding: 0;
  padding-bottom: 10px;
  box-shadow: 1px 1px 1px lightgrey !important;
  overflow: hidden;
}

#manualDocumentRequest .ui-widget.ui-widget-content.ui-corner-all {
  clear: both;
}

#viewRulebooks > div > h3 > span > a {
  color: #078ded !important;
}
#viewRulebooks > div > h3 > span > a:hover {
  color: #ee800b !important;
}

label.label {
  text-align: left;
  padding-left: 1.5em !important;
  padding: 8px;
  line-height: 1.8em;
  font-size:inherit;
}

#navigation {
  background-color: #C15719 !important;
  padding-left: 12%;
  border: none;
  z-index: 100;
}

#navigation a {
  padding: 4px 0 8px 0;
}

#navigation ul {
  padding-bottom: 0;
}

#navigation ul .ui-menu-item a {
  padding: 0.5em 0.8em;
  transition: 0.2s ease;
}

#navigation ul li a.ui-state-focus {
  background: #fff;
  color: #373737;
}

#dashboard-seperator,
#navigation,
h3,
.el-button {
  /* text-transform: uppercase; */
  color: #fff !important;
}

button,
input {
  font-family: "Montserrat-Regular" !important;
}

input[type="submit"],
button[type="submit"],
button[type="button"],
button {
  position: static;
  /*background: #238edc;*/
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
  background: #007EA3;
  color: #fff !important;
  /*text-transform: uppercase !important;*/
  border: none !important;
  border: 1px solid #0283ba !important;
  transition: 0.2s ease background-color;
  cursor: pointer;
}

#webServiceTemplate .btn-primary {
  background: #238edc!important;
}

button[type="submit"] span {
  margin: auto;
}

input[type="submit"]:hover, button[type="submit"]:hover, button[type="button"]:hover {
  background: #1d84d1!important;
}

input[type="text"],
input[type="password"],
textarea {
  line-height: 1.25;
  background-color: #ffffff !important;
  background-clip: padding-box;
  border: 1px solid #bbc4cc !important;
  border-radius: 2px !important;
  padding: 6px 5px;
  font-size: 12px!important;
  color: #4e5c6a;
  width: 178px;
  transition: 0.2s ease all;
  font-family: "Montserrat", sans-serif !important;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form#viewLogs textarea[name="logContent"] {
  width: 98%;
  font-size: 13px;
  margin: 5px;
}


.ui-container-content .wwgrp .wwctrl input[type="text"],
.ui-container-content .wwgrp .wwctrl input[type="password"],
.ui-container-content .wwgrp .wwctrl textarea,
.ui-container-content .wwgrp .wwctrl select{
  min-width: 30%;
  padding: 6px 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-container-content .wwgrp .wwctrl .markItUp textarea {
  width: 91%;
}

#quickActionsPanel .wwgrp .wwctrl input[type="text"],
#quickActionsPanel .wwgrp .wwctrl input[type="password"],
#quickActionsPanel .wwgrp .wwctrl textarea,
#quickActionsPanel .wwgrp .wwctrl select{
  min-width: 30%;
  padding: 6px 5px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 5px;
}

#quickActionsPanel .wwgrp .wwctrl button.ui-datepicker-trigger {
  margin-top: 5px;
}

#quickActionsPanel .wwgrp .wwctrl input[type="checkbox"] + label,
#quickActionsPanel .wwgrp .wwctrl input[type="radio"] + label {
  margin-top: 10px;
}

#quickActionsPanel div.formButton[id*="workflowSearch_submit_search"] {
  margin-top: -15px;
}

#quickActionsPanel div.formButton[id*="workflow_submit_create"] {
  margin-top: 12px;
}

#quickActionsPanel div.wwgrp {
  margin: 5px 0;
}

#userSearch .wwgrp .wwctrl input[type="text"],
#userSearch .wwgrp .wwctrl input[type="password"],
#userSearch .wwgrp .wwctrl textarea,
#userSearch .wwgrp .wwctrl select{
  min-width: 30%;
  padding: 6px 5px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table .wwgrp .wwctrl input[type="text"],
table .wwgrp .wwctrl input[type="password"],
table .wwgrp .wwctrl textarea, table .wwgrp .wwctrl select {
margin-left: 8px;;
}

table.fix-to-defined-size {
  border-collapse: separate;
  border-spacing: 5px;
}

input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  box-shadow: none !important;
  border: 1px solid #0283ba !important;
  outline: none;
}

input.dojoComboBox{
  padding: 6px 5px!important;
  margin: 0px!important;
}


input.dojoComboBox:hover, input.dojoComboBox:focus {
  box-shadow: none !important;
  padding: 6px 5px!important;
  border: 1px solid #0283ba !important;
  outline: none;
  margin: 0px!important;
}

input[type="file"]:hover {
  border: none !important;
}

.ui-accordion .ui-accordion-header {
  border: solid 1px #cecece;
}

.ui-accordion .ui-accordion-header span[class*="ui-icon-triangle"] {
  position: relative;
  top: .5em;
  background-color: #ee800b;
  border-radius: 2px;
}

.ui-accordion .ui-accordion-header-active {
  margin-bottom: 0;
}

select {
  background-color: #fff !important;
  color: #556377 !important;
  font-size: 12px;
  border: solid 1px #bbc4cc !important;
  padding: 6px 6px;
  font-weight: 500 !important;
  transition: 0.2s ease all;
  width: 190px;
  font-family: "Montserrat-Regular" !important;
  margin: auto;
}

textarea ~ .el-small-button {
  vertical-align: top !important;
  cursor: pointer;
}

.el-small-button {
  vertical-align: middle !important;
}

#accordion {
  width: auto;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid lightgrey;
  box-shadow: 1px 1px 1px lightgrey !important;
  margin: 5px;
}

.ui-widget.ui-corner-all.margin-tb {
  margin: 20px 5px;
}

/**********  Tables  **************/

table.zebra.overflow {
  display: block;
  overflow-x: auto;
}

table.zebra#rulebook tr td:first-child{
  word-break: break-all
}

table.zebra thead tr {
  background: #f7f7f7;
  border: solid 1px #e6e9ec;
}

table.zebra thead tr a {
  background: #f7f7f7;
}

table.zebra tbody tr td,
table.zebra thead tr th,
table.zebra tfoot tr td {
  height: auto !important;
  padding-bottom: 0;
  padding: 10px !important;
  vertical-align: middle;
}

form#nextPageForm table.zebra tbody tr td,
form#nextPageForm table.zebra thead tr th,
form#nextPageForm table.zebra tfoot tr td {
  padding: 4px!important;
}

table.zebra tbody tr td {
  color: #374654;
}
table.zebra tbody tr td a {
 /*color: #3391e9;*/
}

table.zebra tbody tr td a:hover {
  color: #238edc;
}

table.zebra thead tr th a, table.zebra thead tr th {
  color: #475364;
}

table.search_table {
  table-layout: auto;
}

table.dataTable thead th:after {
  content: ""!important;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  margin-left: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  margin-right: 10px;
}

table.search_table thead tr {
  background: #f7f7f7;
  border: solid 1px #e6e9ec;
  color: #000;
}

table.search_table thead tr a {
  background: #f7f7f7;
}

table.search_table tbody tr td,
table.search_table thead tr th,
table.search_table tfoot tr td {
  height: auto !important;
  padding-bottom: 0;
  padding: 10px !important;
  width: auto!important;
}

table.search_table tbody tr td {
  color: #374654;
}
table.search_table tbody tr td a {
  color: #3391e9;
}

table.search_table tbody tr td a:hover {
  color: #238edc;
}

table.search_table thead tr th a {
  color: #475364;
}

/**************** <<<<>>>>> **************/

div#editorHeader {
  margin-bottom: 10px;
}

.ui-widget-content.ui-corner p {
  padding: 0 10px;
}

#webServiceTemplate section#templateValue {
  border: none;
}

.ui-widget.ui-corner-all.margin-tb input.right {
  margin-right: 0.5em;
}

.formButton[id*="submit_cancel"],
.formButton[id*="submit_back"] {
  float: left;
  clear: both;
}

.formButton[id*="submit_cancel"] input[type="submit"],
.formButton[id*="submit_back"] input[type="submit"] {
  margin-left: 0.5em;
}

.formButton[id*="submit_add"],
.formButton[id*="submit_save"] {
  float: right;
}

.ui-widget-header.ui-corner-bottom.ui-helper-clearfix {
  border-top: none !important;
  padding: 0em 0.8em !important;
  margin-bottom: 5px;
}

span.pagebanner,
span.pagelinks {
  padding: 10px 10px;
  padding-bottom: 0;
}
span.pagebanner,
span.pagelinks a {
 /* color: #3391e9;*/
}

span.pagebanner,
span.pagelinks a:hover {
 /*color: #238edc;*/
}
/**********  Tables  **************/

table.fix-to-defined-size table.fix-to-defined-size {
  border-collapse: separate;
  border-spacing: 5px;
  border-radius: 4px;
  border: solid 1px #c1c1c1;
  padding: 5px;
  margin-bottom: 10px;
}

tbody.sortable tr:hover {
  background: none;
}

tbody.sortable tr:hover table.fix-to-defined-size {
  border: solid 1px #238edc;
  background-color: #dfdfdf;
  cursor: grab;
}

tbody.sortable textarea {
  resize: vertical;
}

/**********  radio and checkbox  **************/

table.fix-to-defined-size input[type="radio"]:checked,
table.fix-to-defined-size input[type="radio"]:not(:checked),
table.fix-to-defined-size input[type="checkbox"]:checked,
table.fix-to-defined-size input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

table.fix-to-defined-size input[type="radio"]:checked + label,
table.fix-to-defined-size input[type="radio"]:not(:checked) + label,
table.fix-to-defined-size input[type="checkbox"]:checked + label,
table.fix-to-defined-size input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-left: 5px;
}
table.fix-to-defined-size input[type="radio"]:checked + label:before,
table.fix-to-defined-size input[type="radio"]:not(:checked) + label:before,
table.fix-to-defined-size input[type="checkbox"]:checked + label:before,
table.fix-to-defined-size input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bbc4cc;
  border-radius: 100%;
  background: #fff;
}

table.fix-to-defined-size input[type="radio"]:checked + label:after,
table.fix-to-defined-size input[type="radio"]:not(:checked) + label:after,
table.fix-to-defined-size input[type="checkbox"]:checked + label:after,
table.fix-to-defined-size input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #1480b2;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
}
table.fix-to-defined-size input[type="radio"]:not(:checked) + label:after,
table.fix-to-defined-size input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
table.fix-to-defined-size input[type="radio"]:checked + label:after,
table.fix-to-defined-size input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

table.fix-to-defined-size input[type="checkbox"]:checked + label:before,
table.fix-to-defined-size input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 3px;
  border: 2px solid #bbc4cc;
}

table.fix-to-defined-size input[type="checkbox"]:checked + label:after,
table.fix-to-defined-size input[type="checkbox"]:not(:checked) + label:after {
  content: "\2713";
  top: 0px;
  left: 5px;
  background: none;
  color: #1480b2;
  font-size: 11px;
}

table.fix-to-defined-size input[type="checkbox"]:checked + label:before {
  border: 2px solid #1480b2;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked),
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label,
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding: 0;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  color: #666;
  margin-right: 6px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
}

table input[type="radio"]:checked + label,
table input[type="radio"]:not(:checked) + label,
table input[type="checkbox"]:checked + label,
table input[type="checkbox"]:not(:checked) + label {
display: inline;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #bbc4cc;
  border-radius: 100%;
  background: #fff;
  transition: 0.2s ease-in all;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #1480b2;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  transition: 0.1s ease-in all;
}
input[type="radio"]:not(:checked) + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 3px;
  border: 2px solid #bbc4cc;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  content: "\2713";
  top: 0px;
  left: 5px;
  background: none;
  color: #1480b2;
  font-size: 12px;
}

input[type="checkbox"]:checked + label:before {
  border: 2px solid #1480b2;
}

input[type="checkbox"] + label:before { 
  -webkit-box-sizing: unset; 
  -moz-box-sizing: unset; 
  box-sizing: unset; 
}

.ui-widget-content.ui-corner-all p {
  padding: 0 10px;
}

span.showAllQuestions input[type="checkbox"] + label {
  display: inline;
  line-height: 20px;
  top: -10px;
}

.checkboxLabel {
  font-weight: bold;
  margin-top: -3px;
  display: inline-block;
}


  .radio-vertical .wwctrl input[type="radio"] + label, .vertical-checkboxlist .wwctrl input[type="checkbox"] + label {
    display: block;
    margin-left: 25px;
    width: auto;
}

/**********  <<<<<<>>>>>  **************/

/**********  <<<<<<>>>>>  **************/

/**********  Date Picker  **************/

button.ui-datepicker-trigger {
  position: absolute;
  cursor: pointer;
  /*background: #f19c42 !important;*/
  background: #C15719 !important;
  border: 1px solid #ee800b !important;
  transition: 0.2s ease background-color;
  width: 29px;
  height: 29px;
  margin-left: -29px;
}

.ui-datepicker-trigger:hover {
  background: #ee800b !important;
}

span.ui-icon-calculator {
  margin: 0px;
  margin-left: -5px !important;
}

#ui-datepicker-div {
  width:25em;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 1em;
  text-align: center;
}

.ui-datepicker td span.ui-state-active, .ui-datepicker td a.ui-state-active {
  background: #c8ddec;
  font-weight: 600;
}

.ui-datepicker td span:hover, .ui-datepicker td a:hover {
   background: #c8ddec;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #238edc;
  padding: .5em;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: .5em;
  width: 2.8em;
  height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev:hover {
  left: 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next:hover {
  right: 0;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: inline-flex;
  position: relative;
  left: 0;
  margin: 0;
  top: 0;
  text-indent: -99999px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 0.5em 2em;
}

/**********  <<<<<<>>>>>  **************/

/**********  file upload input  **************/

input[type="file"] {
  display: none!important;
}

div.wwlbl[id*="upload"] label {
  pointer-events: none;
}

label.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.2s ease-in;
  float: none!important;
}

.custom-file-upload:hover {
  border: 1px solid #238edc;
}

#fileName {
  display: none;
  padding: 7px 10px;
  background: #ee800b;
  margin-left: 10px;
  color: #fff;
  border-radius: 2px;
}
/**********  <<<<<<>>>>>  **************/

textarea.tempValue {
  resize: horizontal;
}

textarea.codeMirror {
  min-width: 30%;
  max-width: 52%;
}

#createNewDocumentWizard_createNewDocumentWizard_submit_finish {
  margin-top: 10px;
}

.ui-resizable-handle {
  background: none;
}

div.wwerr {
  max-width: 20%;
  margin: 5px;
}

#pageMainModal div.wwerr {
  max-width: none;
  margin: auto;
}

div.wwerr .errorMessage {
  text-align: right;
}

div.dynamic-audit-history {
  text-align: center;
  margin-bottom: 10px;
}

div.dynamic-audit-history input[type="checkbox"] + label{
   display: inline;
   margin-left: 10px;
}

.markItUpFooter {
  margin-bottom: 15px;
}

.anti-checkbox > div.wwgrp{
   display: flex;
   display: -ms-flexbox;
}

.anti-checkbox .wwgrp .wwctrl {
  margin-left: 1em;
}
.anti-checkbox .wwgrp input[type="checkbox"] + label {
  margin-top: 0;
}

div.row.ui-widget-header a h3 i.glyphicon {
  right: .5em;
  top: -1em;
  float: right;
  font-size: 20px;
  font-weight: 600;
}

/*   Edocs checkbox button div width */

#editDocumentDistribution span.wwlbl {
  float: left;
    display: block;
    width: 45%;
}


/******************* Alert Message *****************/

.alertMessage {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #111;
  min-width: 35%;
  max-width: 50%;
  padding: none;
  padding-top: 0;
  background-color: #ffffff;
  border: solid 1px #9a9a9a;
  border-radius: 6px;
  box-shadow: 0px 0px 6px #7b7b7b;
  z-index: 4999;
  max-height: 90%;
  overflow: auto;
}

.alertMessage .panel-header, .alertMessage .panel-content, .alertMessage .panel-bottom {
  padding: 0 1em;
  justify-content: center;
  margin: auto;
}

.alertMessage .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alertMessage.successAlert .panel-header {
  background: #d4edda;
  color: #155724;
  border-bottom: solid 2px #c3e6cb;
}

.alertMessage.errorAlert .panel-header {
  color: #bb1625;
  background: #f8d7da;
  border-bottom: solid 2px #f5c6cb;
}

.alertMessage.errorAlert .panel-content {
  color :red;
}

.alertMessage.confirmAlert .panel-header {
  color: #ee800b;
  background: #f3f3f3;
  border-bottom: 2px solid #e5e5e5;
}

.alertMessage.infoAlert .panel-header {
  color: #ee800b !important;
  background: #fff;
  border-bottom: solid 2px #e6e9ec;
}

.alertMessage.warningAlert .panel-header {
  color: #856404;
  background: #fff3cd;
  border-bottom: 2px solid #ffeeba;
}

.alertMessage .panel-header h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1;
  background: inherit;
  color: inherit!important;
  font-weight: 600;
  border-bottom: none;
  text-align: center;
 /*text-transform: capitalize;*/
}

.alertMessage h3.ui-widget-header {
  margin-bottom: 0;
}

.alertMessage .panel-bottom {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #e5e5e5;
}

.alertMessage .panel-bottom button.btn{
  margin: 5px;
  border-radius: 2px!important
}

.alertMessage .panel-content {
  padding: 15px 10px;
  text-align: center;
  float: none;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#fadeout {
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1111;
    opacity: 0.35;
  transition: .3s opacity;
  -webkit-transition: .3s opacity;
}

#fadeout.hidden {
  visibility: hidden;
  opacity: 0;
}
/*******************   --  Alert Message Table  --   *****************/

.alertMessage .table {
  margin-top: 10px;
  font-size: 13px;
  table-layout: fixed;
  text-align: left;
}

.alertMessage .table thead tr {
  background: #f7f7f7;
  border: solid 1px #e6e9ec;
}

.alertMessage .table thead tr th{
   border: none;
}

.header-icon button.btn {
  background: none;
  border: none!important;
  padding: 3px 4px;
  font-size: 22px;
  outline:none;
  background-color: inherit!important;
}

.header-icon span.ui-button-text {
  margin-right:auto
}

.header-icon button.btn:hover {
  background: none!important;
  outline:none;
}

.header-icon button.btn i{
  color: #2525256b;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
}

.header-icon button.btn.yes i{
  color: #46bd54;
}

.header-icon button.btn.yes:hover i{
  color: #04a517;
}

.header-icon button.btn.no i, .header-icon button.btn.cancel i{
  color: #ea7070;
}

.header-icon button.btn.no:hover i, .header-icon button.btn.cancel:hover i{
  color: #dc2f2f;
}

.tooltip.top {
  z-index: 5555;
}

/*******************   // Custom Alert Message   //   *****************/

.asterisk{
  color:#ff6503;
  font-size: 13px;
}
/*WCAG Changes*/
/*Navi JSP */

#navigation ul .ui-menu-item a:focus, #navigation ul a:focus, #navigation li a:focus , .ui-menu-item a:focus{
    color: #000 !important;
    background: #fff !important;
    
}
a.ui-button:last-of-type span.ui-button-icon-secondary.ui-icon.ui-icon-triangle-1-s {
    left: 82px !important;

}
div.wwlbl label, .strapline {
position: relative;
}
.bootstrap-table .fixed-table-container .table thead th .both::after{
  content: "\f0dc";
  position: absolute;
  right:5px;
  font-family: "Font Awesome\ 5 Free";
}

.bootstrap-table .fixed-table-container .table thead th .desc::after{
  content: "\f0dd";
  position: absolute;
  right:5px;
  font-family: "Font Awesome\ 5 Free";
}

.bootstrap-table .fixed-table-container .table thead th .asc::after{
  content: "\f0de";
  position: absolute;
  right:5px;
  font-family: "Font Awesome\ 5 Free";
}

.bootstrap-table .fixed-table-container .table thead th .sortable{
  position: relative;
  background-image: none;
  background-color: white;
}
/**************** WCAG FIX FOR Sort Icons ****************/
/**************** WCAG FIX FOR Sort Icons ****************/
input:focus {
  border: 1px solid #0283ba !important;
}
#userlogin input:focus {
  outline: 1px solid #000;
  border : 1px solid #fff !important;
}


input[type="checkbox"]:focus{
   border: 1px solid #0283ba !important;
}

input[type="submit"]:focus{
   border: 1px solid #000 !important; 
}

                
input:focus + label {
  border: 1px solid #0283ba !important;
}

#wwctrl_workflowSearch_input_alias label.checkbox {
   padding: 6px 8px 6px 10px;
}

#wwgrp_workflowSearch_input_created input[type="radio"]:checked + label,#wwgrp_workflowSearch_input_created input[type="radio"]:not(:checked) + label,#wwgrp_workflowSearch_input_created input[type="checkbox"]:checked + label,#wwgrp_workflowSearch_input_created input[type="checkbox"]:not(:checked) + label,
#wwgrp_workflowSearch_input_locked input[type="radio"]:checked + label,#wwgrp_workflowSearch_input_locked input[type="radio"]:not(:checked) + label,#wwgrp_workflowSearch_input_locked input[type="checkbox"]:checked + label,#wwgrp_workflowSearch_input_locked input[type="checkbox"]:not(:checked) + label{
   padding: 9px 10px 12px 12px;
}

.table input[type="radio"]:checked + label, .table input[type="radio"]:not(:checked) + label,
.table input[type="checkbox"]:checked + label, .table input[type="checkbox"]:not(:checked) + label {
    padding: 3px 10px 5px 10px;
}


#wwgrp_workflowSearch_selectedStatus input[type="radio"]:checked + label,#wwgrp_workflowSearch_selectedStatus input[type="radio"]:not(:checked) + label,#wwgrp_workflowSearch_selectedStatus input[type="checkbox"]:checked + label,#wwgrp_workflowSearch_selectedStatus input[type="checkbox"]:not(:checked) + label {
  	padding :0px;
	padding-left: 25px;
}


table.dataTable thead .sorting_desc::after {
    content: "\f0de" !important;
    position: absolute;
    right: 0px;
    font-family: "Font Awesome\ 5 Free";
    color: black !important;
    opacity: 1;
    top: 56%;
    /* transform: translateY(-50%); */
}

 

table.dataTable thead .sorting::after {
    content: "\f0dc" !important;
    position: absolute;
    right: 0px;
    font-family: "Font Awesome\ 5 Free";
    color: black !important;
    opacity: 1;
    top: 59%;
    /* transform: translateY(-50%); */
}

 

table.dataTable thead .sorting_asc::after {
    content: "\f0dd" !important;
    position: absolute;
    right: 0px;
    font-family: "Font Awesome\ 5 Free";
    color: black !important;
    opacity: 1;
    top: 60%;
    /* transform: translateY(-50%); */
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
  background-image: none !important;
}

table.dataTable thead .sorting:last-child::after,
table.dataTable thead .sorting_asc:last-child::after,
table.dataTable thead .sorting_desc:last-child::after
{
 content: none !important;
}

#wwctrl_workflowBulkUpdate_selectedStatus input[type="radio"]:checked + label,#wwctrl_workflowBulkUpdate_selectedStatus input[type="radio"]:not(:checked) + label,#wwctrl_workflowBulkUpdate_selectedStatus input[type="checkbox"]:checked + label,#wwctrl_workflowBulkUpdate_selectedStatus input[type="checkbox"]:not(:checked) + label {
  padding :0px;
 padding-left: 25px;
}
table.dataTable thead .sorting::after {
top: 45%;
}
table.dataTable thead .sorting_asc::after {
 top: 48%;
}
table.dataTable thead .sorting_desc::after {
 top: 44%;
}
/*FF and EDGE Header Color Issue Fix*/

#Menu-icon:focus,
#menu-title:focus,
#user-loginid:focus {
    -webkit-border: 1px solid #000 !important;
    -moz-border: 1px solid #000 !important;
	border: 1px solid #000 !important;
	-webkit-outline: 1px solid #fff;
-moz-outline: 1px solid #fff;
outline: 1px solid #fff;
}
#dashboard-seperator ul li a:focus {
-webkit-border: 1px solid #fff !important;
  -moz-border: 1px solid #fff !important;
border: 1px solid #fff !important;
 -webkit-outline: 1px solid #000;
  -moz-outline: 1px solid #000;
  outline: 1px solid #000;

}

#userlogin input:focus {
    -webkit-outline: 1px solid #000;
    -moz-outline: 1px solid #000;
    -webkit-border: 1px solid #fff !important;
    -moz-border: 1px solid #fff !important;
}
#navigation:focus {
  -webkit-border: 1px solid #FFF;
  -moz-border: 1px solid #FFF;
border: 1px solid #FFF;
-webkit-outline: 1px solid #000;
    -moz-outline: 1px solid #000;
    outline: 1px solid #000;
}
#navigation a:focus {
 -webkit-outline: 1px solid #fff;
  -moz-outline: 1px solid #fff;
  outline: 1px solid #fff;
-webkit-border: 1px solid #000 !important;
  -moz-border: 1px solid #000 !important;
border: 1px solid #000 !important;
}


h3:focus, table.dataTable thead th:focus,
thead tr th:focus {
-webkit-outline: 2px solid #000;
  -moz-outline: 2px solid #000;
  outline: 2px solid #000;
  -webkit-border: 1px solid #000 !important;
  -moz-border: 1px solid #000 !important;
border: 1px solid #000 !important;
}
thead tr th a:focus, tbody tr td a:focus {
-webkit-outline: 2px solid #000;
  -moz-outline: 2px solid #000;
  outline: 2px solid #000;
}

tbody tr td:focus {
-webkit-outline: 1.5px solid #000;
  -moz-outline: 1.5px solid #000;
  outline: 1.5px solid #000;
outline-offset: -1.5px;
}

/*FF and Edge Header Color Issue Fix*/
/*Add Attachment WAVE WCAG Issue Fix */
#wwctrl_checkAll span{
 text-align: left;
    padding-left: 1.5em !important;
    padding: 8px;
    line-height: 1.8em;
    font-size: inherit;
    text-transform: uppercase !important;
	
}
.screenReaders{
    position: absolute;
    left: -1000px;
}

#wwlbl_checkAll span.checkboxLabel{
    padding-left: 30px;
	margin-top: -21px;
}

#wwctrl_checkAll input[type="checkbox"]:not(:checked) + label {
    padding: 10px 10px 10px 10px;
}

/*Add Attachment WAVE WCAG Issue Fix  END*/
#navigation:focus {
  -webkit-border: 1px solid #FFF;
  -moz-border: 1px solid #FFF;
border: 1px solid #FFF;
}
/*User Creation Page Check Box Issue Fix */
#user #wwgrp_user_userDataItem_permissionGroups_0_ input[type="checkbox"]:checked + label,
#user #wwgrp_user_userDataItem_permissionGroups_0_ input[type="checkbox"]:not(:checked) + label,
#user #wwgrp_user_userDataItem_permissionGroups_1_ input[type="checkbox"]:checked + label,
#user #wwgrp_user_userDataItem_permissionGroups_1_ input[type="checkbox"]:not(:checked) + label,
#user #wwgrp_user_userDataItem_permissionGroups_2_ input[type="checkbox"]:checked + label,
#user #wwgrp_user_userDataItem_permissionGroups_2_ input[type="checkbox"]:not(:checked) + label,  #MapUserRoleToGroup .ui-widget .ui-container-content label.checkbox {
padding: 10px 10px 10px 10px;
}
/*Group Permissions Button On Click Issue*/
.ui-accordion .ui-accordion-header span.right a {
    position: absolute;
    left: -1000px;
    display: none !important;
}
.data_loader {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 800;
	font-size: 13px;
	text-shadow: 0 0 5px black;
	letter-spacing: 2px;
}
.data_loader .loader {
    margin: 15px auto 0;
	width: 60px; height: 60px;
}

a.question_help.help-icon {position: relative;}
a.question_help.help-icon span {
    color: #000000;
    background-color: #c7e3ec;
    right: auto;
    left: 50%;
    min-width: 200px;
    transform: translate(-50%, 10px);
    width: max-content;
    max-width: 600px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 50%);
    border-radius: 5px;
}