@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

a {
  color: DodgerBlue;
  text-decoration: none;
}

a.linkdisabled
{
  color: gray;
  cursor: default !important;
}

.activerow .inactive,
.editmode .viewing,
.inactiverow .active,
.viewmode .editing {
  display: none !important;
}

body,
html {
  color: #34495e;
  font-family: "Open-Sans", sans-serif;
  font-size: 14px;
  margin: 0px;
  overscroll-behavior: contain;
  padding: 0px;
}

body button,
body input[type="button"],
body input[type="cancel"],
body input[type="submit"],
.InitializeReorderBtn {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: #ededed;
  border-radius: 0px;
  border: 0px;
  font-family: "Open-Sans", sans-serif;
  font-size: 14px;
  min-height: 20px;
  margin: 2px;
}

.InitializeReorderBtn {
  padding: 6.5px;
  min-height: 29px;
  line-height: 29px;
  color: #000;
}

.InitializeReorderBtn .fa {
  color: #e69a58;
  font-size: 15px;
}

.InitializeReorderBtn .fa.fa-check {
  color: #39bd7c !important;
}

.moduleupload.inline-block-div {
  float: left;
  vertical-align: middle;
}

.ui-sortable {
  position: relative;
}

.ui-sortable .ui-corner-all {
  margin: 4px !important;
  float: left;
}

.ui-sortable .ui-corner-all img {
  max-width: 212px;
  width: 100%;
}

.clearfix {
  clear: both;
}

body div.buttons button {
  height: 40px;
  width: 150px;
}

body.hide640 .hide640,
body.hide800 .hide800,
body.hide1024 .hide1024,
body.hide1280 .hide1280 {
  display: none;
}

body.mobile div#content div.mobiledialog>.mobiletitle button {
  font-size: 40px;
  margin: 7px;
  width: auto;
}

body.mobile div#content div.mobiledialog.mobilelarge>.mobiletitle button {
  font-size: 30px;
}

body.mobile div#content .mobilefriendly {
  font-size: 40px;
}

body.mobile div#content .mobilefriendly button {
  font-size: 40px;
  height: 85px;
  margin-bottom: 20px;
  margin-left: 3%;
  margin-top: 20px;
  text-align: left;
  vertical-align: middle;
  width: 94%;
}

body.mobile div#content .mobilefriendly button i.fa {
  font-size: 40px;
}

body.mobile div#content .mobilefriendly div.buttons {
  margin-top: 20px;
}

body.mobile div#content .mobilefriendly input[type="date"],
body.mobile div#content .mobilefriendly input[type="password"],
body.mobile div#content .mobilefriendly input[type="text"],
body.mobile div#content .mobilefriendly input[type="time"],
body.mobile div#content .mobilefriendly label {
  font-size: 50px;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 3%;
  width: 94%;
}

body.mobile div#content .mobilefriendly label.error {
  display: inline-block;
  font-size: 40px;
  height: 18px;
  margin-left: 3%;
}

body.mobile div#content .mobilefriendly label.error.hidden {
  display: none;
}

body.mobile div#content .mobilefriendly .mobilelarge {
  font-size: 40px;
}

body.mobile div#content .mobilefriendly .mobilelarge button {
  font-size: 40px;
  height: 55px;
}

body.mobile div#content .mobilefriendly .mobilelarge input[type="date"],
body.mobile div#content .mobilefriendly .mobilelarge input[type="password"],
body.mobile div#content .mobilefriendly .mobilelarge input[type="text"],
body.mobile div#content .mobilefriendly .mobilelarge input[type="time"],
body.mobile div#content .mobilefriendly .mobilelarge label {
  font-size: 40px;
  height: 50px;
}

body:not(.mobile) div.mobiledialog>.mobiletitle table.mobileicons td {
  margin: 0px;
  padding: 0px;
}

body:not(.mobile) div.mobiledialog>.mobiletitle table.mobileicons td img {
  height: 32px;
  margin-top: 4px;
}

body.preview {
  background-image: url(/assets/images/site/preview.png);
}

body.printer table {
  border: solid 2px;
  border-collapse: collapse;
}

body.printer table td,
body.printer table th {
  border: solid 2px;
  padding: 4px;
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.border {
  border: solid 1px;
}

.bottom {
  vertical-align: bottom;
}

.break {
  page-break-after: always;
}

button,
input.button,
input.reset,
input.submit {
  cursor: pointer;
}

button:disabled,
input.button:disabled,
input.reset:disabled,
input.submit:disabled {
  cursor: not-allowed;
}

button.big {
  height: 60px;
  width: 120px;
}

button img {
  height: 32px;
}

button.nav {
  height: 30px;
  width: 120px;
}

button.section {
  font-size: 20px;
  margin: 7px;
  text-align: left;
  vertical-align: center;
  width: 100%;
}

button.standard {
  background-color: #39bf7c;
  border-radius: 5px;
  color: white;
  font-size: 1.1em;
  margin: 5px;
  min-height: 40px;
  padding: 5px;
  width: 140px;
}

button.standard:hover {
  background-color: #41d98d;
}

button.standard.cancel {
  background-color: #797d80;
}

button.standard.cancel:hover {
  background-color: #bdc3c7;
}

button.standard img {
  height: 32px;
}

button.standard td {
  height: 37px;
  vertical-align: middle;
}

button.standards {
  height: 43px;
  padding: 0 10px;
}

button.ui-datepicker-trigger {
  border: none;
  background: none;
}

button.ui-datepicker-trigger:focus {
  border: none;
  outline: none;
}

.center {
  text-align: center;
}

:disabled {
  cursor: not-allowed;
}

.disabled {
  background-color: #e3e3e3;
  border-color: gray;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  height: 16px;
  width: 208px;
}

.entitydiv .disabled
{
	background-color: #ebebe4;
	border: 1px solid #d8d8d8;
	font-size: 11px;
	height: 30px;
	padding: 8px 10px;
	width: 165px;
}

.entitydiv i.disabled
{
	background-color: inherit;
	border: inherit;
	font-size: inherit;
	height: inherit;
	padding: inherit;
	width: inherit;
}

.disabled.varheight {
  height: auto;
}

.disableddiv {
  cursor: not-allowed !important;
}

div.action-bar {
  margin-bottom: 12px;
}

div.action-bar>div.action-bar-group {
  background-color: #39bf7c;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 12px;
  padding: 0px;
}

div.action-bar>div.action-bar-group>div.action-button {
  background-color: inherit;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 42px;
  min-width: 60px;
  padding-top: 7px;
}

div.action-bar>div.action-bar-group>div.action-button:first-child {
  border-radius: 5px 0 0 5px;
}

div.action-bar>div.action-bar-group>div.action-button:first-child:last-child {
  border-radius: 5px;
}

div.action-bar>div.action-bar-group>div.action-button:hover,
div.action-bar>div.action-bar-group>div.action-button.chosen {
  background-color: #2e9963;
}

div.action-bar>div.action-bar-group>div.action-button:last-child {
  border-radius: 0 5px 5px 0;
}

div.action-bar>div.action-bar-group>div.action-button>div {
  padding: 2px;
}

div.action-bar>div.action-bar-group>div.action-button>div.action-button-icon {
  height: 38px;
  vertical-align: bottom;
}

div.action-bar>div.action-bar-group>div.action-button .fa {
  font-size: 16px;
}

div.action-bar>div.action-bar-group>div.action-button.hidden {
  display: none;
}

div#col-center {
  padding-bottom: 100px;
}

div.content>div.contentblock {
  border: 10px solid #617069;
  margin-top: 10px;
}

div.contentheader {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

div.contentheader>div.contentheading>div {
  background-color: #617069;
  border-bottom: 4px solid #617069;
  border-left: none;
  border-right: none;
  border-top: none;
  color: white;
  font-size: 1em;
  font-weight: 500;
  padding: 5px 5px;
  position: relative;
  top: -1px;
}

div.contentheader>div.contentheading>div.pointer {
  height: 21px;
  left: -1px;
}

div.contentheader>div.contentheading>div:first-child {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-left: 4px solid #617069;
  color: #617069;
  margin-right: -4px;
}

div.contentheader>div.contentheading>div:last-child {
  border-bottom-right-radius: 15px;
  border-right: 4px solid #617069;
}

div.contentblock>table,
table.alternate {
  border-collapse: collapse;
}

div.contentblock>table>tbody>tr>td,
div.contentblock>table>thead>tr>th,
table.alternate>tbody>tr>td,
table.alternate>thead>tr>th {
  padding: 5px;
}

div.contentblock>table>tbody>tr:nth-child(odd)>td,
div.rowline div.rowline:nth-child(odd),
table.alternate>tbody>tr:nth-child(odd)>td {
  background-color: #e9eceb;
  border-color: #e9eceb;
}

div.copyright {
  background: #ecf0f1;
}

div.dialogsection.activesection {
  background-color: #dddddd;
  border: 2px solid grey;
  box-shadow: 0 6px 9px grey;
  padding: 3px;
}

div.dividedrow {
  align-items: center;
  display: flex;
  padding: 8px;
}
.email.sectioninfo .dividedrow {
  justify-content: space-between;
}

div.dividedrow:not(:last-child) {
  border-bottom: 1px solid #c6ccd0;
}

div.fa {
  display: inline-block;
  margin: 0px;
}

div.draggable {
  display: block;
  padding: 2px;
  padding-left: 8px;
}

div.draggable .fa {
  position: relative;
  top: 3px;
}

div#footer {
  bottom: 0px;
  height: 200px;
  left: 0px;
  /* position: absolute; */
}

div.gadgetcontents {
  height: 300px;
  width: 400px;
}

div.instructions {
  background-color: #39bd7c;
  color: white;
  font-size: 1.2em;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}

div.label {
  vertical-align: top;
  width: 150px;
}

div.logo {
  display: block;
  font-size: large;
  font-weight: bold;
  text-align: center;
}

div.menucancel {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
}

div#middle {
  min-height: 100%;
  position: relative;
}

div.mobilecontents,
div.mobileform,
.moduletransferlistshow {
  font-size: 14px;
  padding: 6px;
}

div.mobiledialog {
  background-color: white;
  border-radius: 10px;
  box-shadow: -3px 3px 3px #797d80;
  cursor: normal;
  padding-bottom: 10px;
  text-align: left;
}

div#ui-datepicker-div.ui-helper-hidden-accessible {
  clip: auto;
}

div.mobiledialog .heading {
  font-size: 20px;
  font-weight: bold;
}

div.mobiledialog>.mobilecontents {
  position: relative;
  top: -8px;
}

div.fixedsize,
div.mobiledialog>.mobilecontents,
div.mobiledialog>.modulefilterdialogdata {
  overflow-y: auto;
  overflow-x: hidden;
}

div.mobiledialog div.mobilecolumn {
  padding-top: 3px;
  vertical-align: top;
  width: 280px;
}

div.mobiledialog div.mobilecolumn:not(.hidden) {
  display: inline-block;
}

div.mobiledialog>.mobiletitle {
  border-bottom: 2px solid #bdc3c7;
  border-radius: 10px 10px 0 0;
}

div.mobiledialog>.mobiletitle,
div.mobiledialog>.mobilecontents div.dialogcontext,
div.moduleorgpeoplename,
div.modulecontactname,
div.modulepeoplename,
div.moduleaddressname,
div.moduleuploadname,
div.moduletransfername {
  background-color: white;
  border-bottom: 3px solid #bdc3c7;
  color: #39bd7c;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3px;
  padding: 10px;
}

div.modulefilterdialogbutton {
  font-size: 18px;
}

div.modulefilterdialogbutton span.fa {
  color: #bdc3c7;
  font-size: 20px;
  position: relative;
}

div.modulefilterdialogbutton span.fa.favorite {
  color: #34495e;
}

div.modulefilterdialogbutton.filtered span.fa.fa-thumb-tack.favorite
{
  color: #34495e;
}

div#modulemini {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 30px;
  opacity: 1;
  position: absolute;
  top: 0px;
}

div#modulemini>div#moduleminicontent {
  padding: 15px;
}

div#modulemini>div#moduleminititle {
  border-bottom: 1px solid #e9ecef;
  color: #39bd7c;
  display: flex;
  font-size: 2em;
  font-weight: 300;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 10px;
}

div#moduleminioverlay {
  background-color: black;
  cursor: not-allowed;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
}

div#moduletrans input.moduleperson {
  width: 150px;
}

div.project
{
	background-color: lightcoral;
}

div.highlighted {
  /* background-color: #39BCBD; */
  background-color: #046062;
  /* padding-bottom: 20px; */
  padding-bottom: 0px;
  font-size: 11px;
  color: #fff;
}

div.highlighted a,
div.highlighted a:visited,
div.highlighted a:hover {
  color: #fff;
}

.noresults
{
	color: red;
	text-align: center;
	width: 100%;
}

div.progresslabel {
  position: absolute;
  left: 20px;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

div#pushnotification {
  position: absolute;
  right: 0px;
  top: 60px;
  width: 300px;
  z-index: 999;
}

div#pushnotification div.notification {
  background-color: #f3f4f5;
  border: 1px solid #d7dcde;
  border-radius: 9px;
  box-shadow: 3px 3px 3px #797d80;
  font-size: 12px;
  margin: 10px;
}

div#pushnotification div.notification td.notificationicon.emergency span.fa {
  color: red;
}

div#pushnotification div.notification td.notificationdelete span.fa {
  color: #bdc3c7;
  font-size: 24px;
}

div#pushnotification div.notification td.pointer {
  vertical-align: middle;
}

div.sectioncontent {
  padding: 10px;
}

div.sectioncontent>table {
  width: 100%;
}

div.sectioncontent>table td,
div.sectioncontent>table th {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
  text-align: left;
}

div.sectioncontent>table td.right,
div.sectioncontent>table th.right {
  text-align: right;
}

div#smartqcount {
  background-color: #e59a58;
  border-radius: 9px;
  display: inline-block;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
}

div#smartqcount.emergency {
  background-color: #e42a32;
}

div.tecontrol {
  width: 33px;
}

div.te {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

div.te.tedisabled,
div.te.tedisabled div {
  background-color: #ebebe4;
  cursor: not-allowed;
}

div.template_content {
  clear: both;
}

div.thumbnail {
  border: solid 2px;
  display: inline-block;
  font-size: 9px;
  margin-bottom: 5px;
  padding: 3px;
  max-width: 100%;
  text-align: center;
}

div.thumbnail img {
  border: 0;
}

div.transition {
  transition: 0.2s;
}

.fa-drag-handle:before {
  content: "\f142 \f142";
  cursor: move;
  letter-spacing: 0.1em;
}

form#form-email .rowbuttons,
form#form-wo .rowbuttons {
  background-color: #39bd7c;
  border: 4px solid #39bd7c;
  left: 10px;
  margin-left: auto;
}

form.responsive button {
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  background-color: #39bf7c;
  border-radius: 5px;
  border: 0px;
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  margin-right: 5px;
  min-height: 30px;
  min-width: 120px;
  padding: 5px;
}

form.responsive button.repeatson {
  background-color: white;
  border-radius: 15px;
  border: 2px solid #39bf7c;
  color: #39bf7c;
  height: 29px;
  margin-right: 1px;
  min-height: initial;
  min-width: initial;
  padding: 1px;
  width: 29px;
}

form.responsive button.repeatson:hover,
form.responsive button.repeatson.selected:hover {
  color: #212529;
}

form.responsive button.repeatson.selected {
  background-color: #39bf7c;
  color: white;
}

form.responsive .responsiverow {
  padding: 5px 10px;
}

form.responsive .responsiverow>div.responsivedata {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 250px;
}

form.responsive .responsiverow>div.responsivedata.wider {
  width: initial;
}

form.responsive .responsiverow>div.responsivedata.hidden {
  display: none;
}

form.responsive .responsiverow>div.responsivedata.requireddata::after {
  color: #e84855;
  content: " \2217";
  position: absolute;
  right: 10px;
  top: -5px;
}

form.responsive .responsiverow>div.responsivedata input {
  vertical-align: top;
}

form.responsive .responsiverow>div.responsivedata .required {
  background-color: white;
}

form.responsive .responsiverow>label {
  vertical-align: top;
  width: 160px;
}

form.responsive .responsiverow.opensection {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  margin-top: -10px;
}

.formcolumn {
  margin: 10px 0px;
  min-width: 360px;
  padding: 10px;
  vertical-align: top;
  width: 47%;
}

.fullwidth {
  width: 100%;
}

.hidden,
.hidealways,
.hideother,
.UTC {
  display: none !important;
}

.iconbuttons {
  margin: 8px;
}

.iconbuttons>.iconbutton {
  border: solid 4px #99e1bd;
  color: #99e1bd;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin: -4px;
  padding: 5px 25px;
}

.iconbuttons>.iconbutton.hasdata {
  background-color: #99e1bd;
  color: white;
}

.iconbuttons>.iconbutton.hidden {
  display: none;
}

.iconbuttons>.iconbutton:first-child {
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}

.iconbuttons>.iconbutton:last-child {
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}

.iconrow {
  display: flex;
  justify-content: center;
  width: 100%;
}

img.logo {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  width: 50%;
}

.inline {
  display: inline-block;
  padding-right: 10px;
}

.modulefilterratingtd span:first-child,
span.modulerating span.rating1 {
  border-radius: 5px 0 0 5px;
  border: 1px solid #bdc3c7 !important;
}

.modulefilterratingtd span:last-child,
span.modulerating span.rating5 {
  border: 1px solid #bdc3c7;
  border-radius: 0 5px 5px 0;
}

.modulesection {
  background-color: #ecf0f1;
  color: #34495e;
  font-size: 1.4em;
  font-weight: 600;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.modulesection.green {
  background-color: #39bd7c;
  color: white;
}

.modulesection:hover {
  background-color: #39bd7c;
}

.modulesection>div.expand {
  float: right;
}

.modulesection>div.expand>span.fa {
  padding: 1px;
}

.modulesection.party,
.modulesection.task {
  background-color: white;
  border-top: solid 5px #99e1bd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.2em;
  margin-top: 7px;
  padding: 5px 10px;
  width: initial;
}

.modulesection.taskfooter {
  background-color: white;
  border-bottom: solid 5px #99e1bd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: initial;
  font-weight: initial;
  margin-bottom: 7px;
  padding: 5px 10px;
  width: initial;
}

.modulesection.procedure,
.modulesection.wo {
  background-color: #39bd7c;
  color: white;
  padding-top: 0px;
  width: initial;
}

.modulesectioncontent label {
  font-weight: bold;
}

.moduleuploading {
  font-size: 20px;
  padding: 6px;
}

.opensection {
  border: solid 10px #39bd7c;
  border-radius: 10px;
  margin-bottom: 10px;
}

.party div.expand,
.task div.expand {
  position: relative;
  top: 4px;
}

.party div.expand span,
.task div.expand span {
  margin-left: 14px;
}

.procedure div.expand {
  text-align: right;
}

.procedure div.expand span,
.wo div.expand span {
  margin-left: 10px;
}

.procedure div.inline {
  min-width: 180px;
  vertical-align: top;
}

.rowbuttons {
  background-color: #617069;
  border: 4px solid #617069;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  color: white;
  font-size: 1.1em;
  font-weight: 600;
  left: 5px;
  padding: 9px 10px 9px 2px;
  position: relative;
  width: 35px;
}

.rowbuttons div.fa {
  color: inherit;
  margin: 5px;
}

.rowbuttons div.fa.hidden {
  display: none;
}

.rowline {
  margin-bottom: 5px;
}

.rowline .inline {
  vertical-align: top;
  width: 280px;
}

.rowline .inline:first-child {
  width: 160px;
}

span.fa.fa-question {
  color: #39bd7c;
  position: relative;
  top: -3px;
}

span.modulethingsdrilldown {
  color: #e69a58;
  cursor: pointer;
}

/* Rating Css*/
span.modulerating span,
span.modulefilterratingspan {
  width: 25px;
  height: 9px;
  border: 1px solid #bdc3c7;
  margin-left: 3px;
}

span.modulerating span:not(.hidden),
span.modulefilterratingspan {
  display: inline-block;
}

span.modulerating span.active,
span.modulefilterratingspan.active {
  background-color: #39bf7c;
  border: 1px solid #bdc3c7;
  direction: ltr;
}

span.filerratingone {
  border-radius: 5px !important;
}

span.modulerating span:hover,
span.modulerating span:focus {
  background-color: #39bf7c;
  border: 1px solid #bdc3c7;
  direction: ltr;
}

img.smallicon {
  height: 16px;
}

input,
select,
textarea,
td.notdisabled
{
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 11px;
}

input[type="date"],
input[type="display"],
input[type="link"],
input[type="number"],
input[type="password"],
input[type="text"],
select {
  height: 16px;
  width: 200px;
}

input[type="time"] {
  height: 17px;
  margin-bottom: 2px;
  width: 203px;
}

.invisible {
  visibility: hidden;
}

.italics {
  font-style: italic;
}

input.medium {
  width: 120px;
  /* Do not make smaller */
}

input.short,
select.short {
  border-width: 2px;
  width: 50px;
}

input:disabled,
select:disabled,
textarea:disabled {
  background-color: #ebebe4;
}

input[type="checkbox"],
input[type="radio"] {
  transform: scale(1);
}

input.x-long {
  border-width: 2px;
  width: 450px;
}

label {
  display: inline-block;
}

label.error {
  color: red;
  font-weight: bold;
  padding-left: 5px;
}

label.errors {
  color: red;
  font-weight: bold;
  padding-left: 5px;
}

.large {
  font-size: large;
}

.left {
  text-align: left;
}

legend {
  font-weight: bold;
}

.middle {
  vertical-align: middle;
}

.normal {
  font-weight: normal;
}

.notdisabled {
  border-color: gray;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  height: 16px;
  width: 208px;
}

.notdisabled.varheight {
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

ol {
  padding-left: 50px;
}

.pointer {
  cursor: pointer;
}

.red,
.redx {
  color: red;
}

.redx:hover {
  font-weight: bold;
}

.redbackground
{
	background-color: red;
}

.required,
.requiredlook {
  background-color: #ffff90;
}

.responsivehelptext {
  display: inline-block;
  color: #ccc;
  max-width: 400px;
}

.right {
  text-align: right;
}

.rounded {
  border: black solid 2px;
  border-radius: 4px;
}

select {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1px;
}

.small {
  font-size: smaller;
}

.smallItalics {
  color: gray;
  font-size: smaller;
  font-style: italic;
}

.sortable,
.sortable ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sortable li {
  margin: 7px 0 0 0;
  border: 2px solid #222;
  border-radius: 5px;
  padding: 3px;
  cursor: move;
}

.sortable li input[type="checkbox"] {
  cursor: default;
}

.sortable ol {
  margin: 0 0 0 25px;
}

.sortable.answer div {
  cursor: move;
  height: 16px;
  margin: 5px 0px 0px 0px;
  padding: 4px;
  padding-top: 0px;
  text-align: left;
}

.sortable.forms li {
  float: left;
  margin: 0px 0px 3px 3px;
  padding: 4px;
  padding-top: 0px;
  width: 99%;
}

span.errorgroup {
  color: #ac4e5f;
  left: 30px;
  position: relative;
  top: 3px;
}

span.groupname {
  position: relative;
  top: 3px;
}

span.titleButtons {
  position: absolute;
  right: 30px;
  top: 3px;
}

table#list .fa-flag {
  color: #39bf7c;
}

table#list .fa-flag-checkered {
  color: #34495e;
}
table#list td.dateactivity span {
  display: block;
  white-space: nowrap;
  font-size: 11px;
  color: #999;
  border-bottom: 1px solid #ccc;
}
table#list td.dateactivity span:last-child {
  border: 0px none!important;
}
table#list td.dateactivity .fa-flag-checkered {
  color: red;
}

.tag {
  background-color: #ffe9c2;
  border: solid 2px;
  border-color: darkred;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px;
}

#thingTabs {
  display: none;
}

table.access td div {
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* CSS3 Standard syntax */
}

table.access td div span {
  width: 9px;
}

table.access td div {
  border: solid 3px PaleGreen;
}

table.access td.descendants div {
  border: solid 3px Tomato;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

table.collapse {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

table.collapse>thead>tr>th,
table.collapse>tbody>tr>td {
  border-style: solid;
  border-width: 1px;
  padding: 4px;
}

table.form {
  border: 0;
  padding: 2px;
  width: 100%;
}

table#laborgrid>tfoot>tr>td,
table#materialsgrid>tfoot>tr>td {
  background-color: #617069;
  color: white;
  font-weight: bold;
}

table.moduleprogress {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

table.moduleprogress td {
  border-style: solid;
  border-width: 2px;
  padding: 4px;
}

table.moduleprogress tr.progress td {
  background-color: #c2e0b4;
  border-color: white;
  border-bottom-color: #88c16d;
  text-align: center;
}

table.moduleprogress tr.progress td.current {
  background-color: #88c16d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}

table.moduleprogress tr.progress td.current,
table.moduleprogress tr.progresshelp {
  background-color: #88c16d;
}

table.moduleprogress tr.progresshelp td {
  border-color: #88c16d;
  padding-left: 10px;
}

table#nav td#type {
  width: 8px;
}

table.noborder {
  border: none;
}

table.notification td {
  font-size: 12px;
  padding: 2px;
}

table.notification td.notificationicon span.fa {
  font-size: 24px;
}

table.notification td.notificationicon.nonemergency {
  color: #e69a58;
}

table.notification td.timestamp {
  font-weight: bold;
}

table.tablesorter {
  border-collapse: collapse;
  width: 100%;
}

table.tablesorter>tbody>tr>td {
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  font-size: small;
  padding: 5px 10px 5px 10px;
}

table.tablesorter>tbody>tr>td:first-child {
  border-left: none;
  padding-left: 15px;
}

table.tablesorter>tbody>tr>td:last-child {
  border-right: none;
  padding: 5px 15px 5px 0 !important;
}

table.tablesorter>tbody>tr:last-child {
  border-bottom: none;
}

table.tablesorter tbody>tr:not(.hidden):nth-of-type(even) {
  background-color: #ecf0f1;
}

table.tablesorter tbody>tr:not(.hidden):nth-of-type(even).selected {
  background-color: #9ed7cb;
}

table.tablesorter tbody>tr:not(.hidden):nth-of-type(odd).selected {
  background-color: #b9ebd2;
}

table.tablesorter.rankmarking > tbody > tr:hover
{
	background-color: #73dfb8;
}

table.tablesorter.rankmoving > tbody > tr:hover
{
	background-color: #39bd7c;
}

table.tablesorter tbody td.nopad {
  padding: 0px;
  padding-right: 6px;
}

table.tablesorter tbody td.paddedtop {
  padding-top: 6px;
}

table.tablesorter tbody td.top {
  vertical-align: top;
}

table.tablesorter>tbody>tr {
  min-height: 57px;
}

table.tablesorter>tbody>tr.checklist>td.control>a {
  color: #e69a58;
}

table.tablesorter>tbody>tr.detailedit>td,
table.tablesorter>tbody>tr.detailedit {
  background-color: #e9f7eb;
}

table.tablesorter>tbody>tr.service>td.control>a {
  color: #39bf7c;
}

table.tablesorter>tbody>tr>td.onhold {
  background-color: #fffc1f;
}

table.tablesorter>tbody>tr>td.unassigned {
  background-color: #e42a32;
}

table.tablesorter>tbody>tr>td>span.unassigned {
  color: #e42a32;
}

table.tablesorter>tfoot {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

table.tablesorter>tfoot>tr {
  height: 57px;
}

table.tablesorter>tfoot>tr>td {
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  padding: 4px 10px 0px 10px;
}

table.tablesorter>tfoot>tr>td:first-child {
  border-left: none;
  padding-left: 15px;
}

table.tablesorter>tfoot>tr>td:last-child {
  border-right: none;
  padding-right: 15px;
}

table.tablesorter>thead {
  font-size: 14px;
  text-align: center;
}

table.tablesorter>thead>tr {
  height: 57px;
}

table.tablesorter>thead>tr>th {
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  background-color: white;
}

table.tablesorter>thead>tr>th:first-child {
  border-left: none;
  padding-left: 15px;
}

table.tablesorter>thead>tr>th:last-child {
  border-right: none;
  padding-right: 15px;
}

td span.fa {
  color: #e69a58;
  font-size: 15px;
}

td.disabled {
  left: -2px;
  position: relative;
}

td.expand {
  cursor: pointer;
  width: 13px;
}

td.notdisabled {
  left: -2px;
  position: relative;
}

td.section {
  padding-top: 10px;
  font-weight: bold;
}

.textareaAuto {
  width: auto;
}

.throbber
{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
	margin:15px auto;
	position: relative;
	color: #39bd7c;
	box-sizing: border-box;
	animation: throbberloader 2s linear infinite;
}

@keyframes throbberloader
{
	0% {
		box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
	}
	25% {
		box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
	}
	50% {
		box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
	}
	75% {
		box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
	}
	100% {
		box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
	}
}}

.top {
  vertical-align: top;
}

tr.grouprow {
  background-color: #8dbdd8;
  color: white;
  font-weight: bold;
}

#ui-datepicker-div {
  z-index: 20000;
}

.ui-dialog-titlebar-close {
  display: none;
}

.ui-progressbar {
  position: relative;
}

ul.error {
  color: red;
  font-weight: bold;
}

/* Start of Column CSS */
.col {
  vertical-align: top;
}

.col#col1 {
  width: 140px;
}

.col#col2 {
  width: 160px;
}

.col#col3 {
  width: 160px;
}

.col>h3 {
  line-height: 100%;
  padding-bottom: 1pt;
  margin-bottom: 2pt;
  margin-top: 5pt;
}

div#pagination {
  border-top: #bdc3c7 solid 1px;
  background-color: #ecf0f1;
  color: #c0c5ca;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

div#pagination select {
  border-color: none;
  border-radius: 0px;
  border-style: none;
  border-width: 0px;
  color: #34495e;
  font-size: 14px;
}

div#pagination span.fa {
  color: #39bf7c;
  cursor: pointer;
  font-size: 16px;
  opacity: 0.8;
}

div#pagination span.fa:hover {
  opacity: 1;
}

div#pagination span.fa.off {
  cursor: auto;
  opacity: 0.1;
}

div#pagination span.fa.off:hover {
  opacity: 0.1;
}

div#pagination span.modulepaginationshow {
  float: right;
}

.pepole-br {
  display: none;
}

.req-sort {
  background: #b6d7a8;
  border-radius: 10px;
  padding: 5px;
}

table.tablesorter>tbody>tr>td.emergency {
  border-left: red solid 10px;
}

label.success {
  color: #00ffba;
}

input.yellow {
  background-color: #ffff90;
}

.tablesorter-header.sorter-false.header {
  background-image: none;
  cursor: auto;
}

.form-group-50 {
  float: left;
  max-width: 50%;
  min-width: 30%;
}

.contactbuttons {
  display: -moz-groupbox;
}

/* For desktop: */
.col-1,
.colm-1 {
  width: 8.33%;
}

.col-2,
.colm-2 {
  width: 16.66%;
  float: left;
}

.col-3,
.colm-3 {
  width: 25%;
  float: left;
}

.col-4,
.colm-4 {
  width: 33.33%;
  float: left;
}

.col-5,
.colm-5 {
  width: 41.66%;
  float: left;
}

.col-6,
.colm-6 {
  width: 50%;
  float: left;
}

.col-7,
.colm-7 {
  width: 58.33%;
}

.col-8,
.colm-8 {
  width: 66.66%;
}

.col-9,
.colm-9 {
  width: 75%;
  display: flex;
}

.col-10,
.colm-10 {
  width: 83.33%;
}

.col-11,
.colm-11 {
  width: 91.66%;
}

.col-12,
.colm-12 {
  width: 100%;
  clear: both;
}

.col-9.hidden,
.colm-9.hidden {
  display: none;
}

.addressfields .col-6>select,
.addressfields .col-6>input {
  width: 95%;
}

.wd-100,
.wd-100 div.te,
.wd-100 textarea {
  width: 100% !important;
}

.wd-100.p-2 {
  width: calc(100% - 32px) !important;
}

.wd-100 div.te .teheader {
  background-color: #fff !important;
}

@media only screen and (min-width: 600px) {
  .right_div {
    border-left: 3px solid #ccc;
    margin: 0 0 0 5px;
    padding-left: 5px;
  }

  #modulereserveform button.modulepersonchooser {
    margin-left: 1%;
  }
}

.green {
  background-color: #90ee90;
}

.table-img {
  height: 32px;
  width: 32px;
}

div.moduleaddressname,
div.modulecontactname,
div.moduleorgpeoplename,
div.modulepeoplename,
div.modulethingsname,
div.moduletransfername,
div.moduleuploadname {
  background-color: #41d98d;
  border-bottom: 0px !important;
  margin: 7px 0;
  padding: 2px;
}

.img-responsive {
  max-width: 98%;
}

.modulelabor input {
  float: left;
  width: 70% !important;
}

@media print {
  table.thingprint td {
    width: 50%;
    text-align: left;
  }

  table.thingprint td:first-child {
    font-weight: bold;
    padding-left: 30px;
  }

  table.thingprint td:last-child {
    padding-right: 30px;
  }
}

/*  Footer */
.footer:before,
.footer:after,
.ft-container:before,
.ft-container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.footer:after,
.ft-container:after,
.row:after {
  clear: both;
}

.footer {
  background: #ecf0f1;
  padding: 60px 0;
  font-family: lato, sans-serif;
  font-size: 14px;
}

.footer .ft-container {
  width: 100%;
}

.footer .ft-cols {
  width: 16.66%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer h4 {
  color: #c0c5ca;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer a {
  text-decoration: none;
  color: #c0c5ca;
  line-height: 1.7;
}

.footer a:hover {
  color: #31c2a5;
}

.footer .new {
  display: inline-block;
  background: #39bf7c;
  color: #fff;
  font-size: 10px;
  padding: 0px 5px;
  border-radius: 3px;
  margin-left: 3px;
}

.footer-landing {
  position: initial;
  padding-top: 14px;
  padding-left: 15px;
  padding-bottom: 4px;
  padding-right: 15px;
  color: #39bf7c;
  font-size: 26px;
  font-weight: 500;
  /* Medium */
}

.print_show {
  display: none;
}

@media print {

  table.tablesorter tr th,
  table.tablesorter tr td {
    border: 1px solid #ccc !important;
    padding: 5px;
  }

  .right {
    text-align: right;
  }
}

.dialogtop.mobilefriendly.hidden.mobilelarge {
  position: fixed !important;
  top: 20px !important;
}

.dialogtop.entitydiv
{
	padding: 0px;
}

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}

/*.fa.fa-plus.pointer.modulepeopleadd
{
	left: 145px; 
	position: relative; 
	top: -20px;
	
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .fa.fa-plus.pointer.modulepeopleadd
	{
		left: 115px; 
	}
}
*/

.fa.fa-plus.pointer.modulepeopleadd {
  padding-left: 8px;
  font-size: 14px !important;
}

.list_none_found {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.smartq_form td:nth-child(1) {
  text-align: left;
}

.smartq_form td:nth-child(2) {
  text-align: left;
}

#membermisc>tbody>tr>td:first-child {
  width: 20%;
}

#membermisc>tbody>tr>td {
  padding-bottom: 1em;
}

@-moz-document url-prefix() {
  select#smartqtypeid {
    height: auto;
  }
}

.serviceForm .col-12 {
  padding-bottom: 20px;
}

.serviceForm div.requireddata::after {
  color: #e84855;
  content: " \2217";
  position: relative;
  top: -5px;
}

.serviceForm input {
  border-radius: 5px;
  border-style: solid;
  border-width: thin;
  border-color: #bdc3c7;
  font-size: 11px;
  width: 195px;
  background-color: white;
}

.serviceForm select {
  font-size: 11px;
  font-weight: 300;
  color: #34495e;
  border-width: thin;
  background-color: white;
}

.serviceForm textarea {
  border-color: #bdc3c7;
  border-radius: 5px;
}

.serviceForm textarea {
  border-color: #bdc3c7;
  border-radius: 5px;
}

.serviceForm input[type="checkbox"] {
  width: 20px;
}

#moduleservicemaintopen {
  background-color: #e69a58;
}

i.fa.hidden {
  display: none;
}

.fa-lg {
  width: 2em;
}

.serviceForm .fa.fa-search {
  color: #39bd7c;
}

.serviceForm .shortdesc {
  width: 300px;
}

.fa.fa-danger.moduleservicecomplete {
  color: #e59a58;
}

i.fa-times.red {
  padding-left: 10px;
}

i.fa {
  cursor: pointer;
}

table#reassignusers i {
  font-size: 2em;
  padding-right: 10px;
}

table#action-scheduler i {
  padding: 10px;
}

.sectioncontent button.moduleuploadadd {
  z-index: auto !important;
}

i.disabled {
  width: auto;
  height: auto;
  cursor: not-allowed;
  background: transparent;
  border: none;
}

.mobiletitle i.fa {
  padding-left: 10px;
}

#contentForm i {
  font-size: 50px;
}

.fa-green {
  color: #39bd7c;
}

tr.summaryrow i.fa {
  padding: 5px;
}

.contactbuttons.col-6 {
  float: right;
  text-align: right;
  padding: 5px 0;
}

#lists-messages.tablesorter>tbody>tr>td:last-child,
#lists-messages.tablesorter>thead>tr>th:last-child,
#iptable.tablesorter>tbody>tr>td:last-child,
#iptable.tablesorter>thead>tr>th:last-child {
  padding: 5px 15px !important;
}

.smartqccdelete {
  padding: 5px 15px;
}

.nopointer {
  cursor: auto !important;
}

i.fa.entityfail,
i.fa-exclamation-circle.fail {
  color: red;
  cursor: auto;
}

i.fa.standard.ok,
i.fa-check-circle.entityok {
  color: #39bd7c;
  cursor: auto;
}

a.peoplelink {
  cursor: pointer;
}

.moduleplaceselecttree td {
  width: auto;
}

table.csv_import>tbody>tr>td:last-child {
  border-right: none;
  padding: 5px 15px !important;
}

.img-wrap {
  position: relative;
}

.img-wrap .close {
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 100;
  color: red;
  cursor: pointer;
  font-size: x-large;
}

.thingView span.groupname {
  position: relative;
  margin: 3px;
  color: black;
  font-size: 20px;
}

.thingView tr.grouprow {
  height: 25px;
}

.wrap 
{
	overflow-wrap: break-word;
	white-space: normal;
}

/* Add title tips when long-tapping item with a title */
@media (pointer: coarse),
(hover: none) {
  [title]:not(.hidden) {
    position: relative;
    display: inline-flex;
    justify-content: center;
  }

  [title]:hover::after {
    content: attr(title);
    position: absolute;
    top: 90%;
    right: -50%;
    color: #000;
    background-color: #fff;
    border: 1px solid;
    width: fit-content;
    padding: 3px;
    z-index: 100;
  }
}

/*************************** Rohit CSS Start ***************************/

body,
p:not(p.fa),
div:not(div.fa),
h1,
h2,
h3,
h4,
h5,
h6,
button:not(button.fa) {
  font-family: "Poppins", sans-serif !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-1 {
  margin: 8px;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.d-inline-block {
  display: inline-block !important;
}

.btn-width-150 {
  width: auto !important;
  min-width: 150px;
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000000;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/*************** Custom Scrollbar CSS Start ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #c1c1c1;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #686868;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** Custom Scrollbar CSS End ***************/

.wrapper-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper-inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.06);
}

.logon-page .page-title-wrapper {
  text-align: center;
}

.page-title-wrapper img {
  max-height: 60px;
}

.page-title-wrapper {
  padding: 20px 0px;
}

.page-title-inner {
  display: flex;
  align-items: center;
}

.page-title-left {
  width: 50%;
}

.page-title-right {
  width: 50%;
  text-align: right;
}

.page-title-left h2 {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 10px 0 0 0;
}

.updated-ui table tr th,
.updated-ui table tr td {
  border-left: 0 !important;
  border-right: 0 !important;
}

.updated-ui table tr th {
  padding: 5px 10px 5px 10px;
}

.updated-ui table tr th:first-child {
  padding-left: 15px;
}

.updated-ui table tr td button {
  height: auto !important;
}

.updated-ui table.tablesorter tbody>tr:not(.hidden):nth-of-type(even) {
  background-color: #fff;
}

.updated-ui table.tablesorter tbody>tr:not(.hidden):nth-of-type(odd) {
  background-color: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.updated-ui table thead tr th {
  background-color: #ececec !important;
}

.updated-ui table.tablesorter>thead>tr {
  height: 47px;
}

.updated-ui button#editrequest {
  width: 28px;
  height: 25px !important;
  overflow: hidden;
  padding: 2px 9px;
  background-color: #0053fe;
  color: transparent;
  border-radius: 4px;
  position: initial;
  display: block;
}

.updated-ui button#editrequest:before {
  content: "\f040";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 20px;
  font-size: 0.9rem;
  color: #fff;
}

.updated-ui #pagination {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 11px 5px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 11px 5px rgb(0 0 0 / 6%);
}

.updated-ui .page-footer {
  text-align: center;
  padding: 40px 0px;
}

.updated-ui .page-footer p {
  margin: 0;
}

.updated-ui span.status-new {
  background-color: #2abfe1;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px 2px 10px;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.updated-ui span.status-pending {
  background-color: #f7941d;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px 2px 10px;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.updated-ui span.status-onhold {
  background-color: #ff3939;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px 2px 10px;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.updated-ui span.status-unassigned {
  background-color: #cb1df7;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px 2px 10px;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.updated-ui span.status-finished {
  background-color: #59cd1d;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px 2px 10px;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.updated-ui span.status-reopened {
  background-color: #6891c3;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px 2px 10px;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.page-inner-head {
  padding: 2.7rem 3rem 1rem 3rem;
}

.page-inner-head h3 {
  margin: 0;
  background-color: #ebfaf3;
  padding: 1.6rem 2rem;
  font-weight: 600;
  font-size: 1.27rem;
}

.page-inner-head-btn-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.page-inner-head-btn-left {
  width: 50%;
}

.page-inner-head-btn-right {
  width: 50%;
  text-align: right;
}

.page-inner-head-btn-left p {
  margin: 0;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 600;
}

.page-inner-head-btn-right button {
  background-color: transparent;
  border: 2px solid #39bf7c;
  border-radius: 40px;
  padding: 10px 24px;
  font-weight: 500;
}

.page-inner-head-btn-right button:hover,
.page-inner-head-btn-right button:focus {
  background-color: #39bf7c;
  border: 2px solid #39bf7c;
  color: #fff;
}

.updated-ui div#pagination {
  padding: 1.5rem;
  background-color: #e6eced;
  max-width: 1160px;
  text-align: left;
  color: #1a201c;
  font-weight: 500;
}

.updated-ui div#pagination select#rowsperpageselect {
  padding: 8px 9px;
  border: 1px solid #dcdfdf;
  border-radius: 4px;
  position: relative;
  top: 2px;
  color: #1a201c;
  font-weight: 500;
}

.updated-ui div#pagination span.modulepaginationshow {
  margin-top: -9px;
}

.smartq-form .wrapper-inner-content {
  padding: 3rem;
}

.wrapper-inner-page-content {
  padding: 3rem;
}

.smartq-form .page-inner-head {
  padding: 0;
  margin-bottom: 2rem;
}

.smartq-form .responsiverow label,
.smartq-form .responsiverow textarea,
.smartq-form .responsiverow select {
  display: block;
  width: 100%;
}

.smartq-form .responsiverow label {
  margin-bottom: 6px;
  font-weight: 600;
}

.smartq-form .responsiverow {
  margin-bottom: 6px;
  padding: 5px 0px !important;
}

.smartq-form .responsiverow .responsivedata {
  display: block;
  width: 100% !important;
}

.updated-ui input,
.updated-ui select,
.updated-ui textarea {
  padding: 14px 15px;
  border: 1px solid #dcdfdf;
  border-radius: 4px;
  color: #1a201c;
  font-weight: 500;
}

.smartq-form-type1 input,
.smartq-form-type1 select,
.smartq-form-type1 textarea {
  width: calc(100% - 2.3rem) !important;
}

.updated-ui .responsiverow.smartq-form-type2 .responsivedata {
  text-align: center;
}

.updated-ui .responsiverow.smartq-form-type2 .responsivedata>* {
  display: inline-block;
  vertical-align: middle;
}

.updated-ui form.responsive .responsiverow>div.responsivedata.requireddata::after {
  content: "";
}

.smartq-form span.fa.fa-question {
  top: 0;
}

.updated-ui .responsiverow.smartq-form-type2 .responsivedata,
.upload_image_container {
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 40px 30px 40px 10px;
  width: calc(100% - 46px) !important;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 i {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 5px;
  color: #999;
}

div.progresslabel.moduleuploadfilestatus,
div.progresslabel.progresslabel,
.ui-widget {
  font-weight: 500 !important;
  font-size: 14px !important;
}

.upload_image_container {
  overflow: hidden;
}

.ui-progressbar-value {
  font-size: 12px !important;
}

.alert {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.updated-ui .responsiverow.smartq-form-type2 .responsivedata>span {
  color: #ccc;
}

.updated-ui .responsiverow.smartq-form-type2 .responsivedata>span i {
  font-size: 3rem;
  vertical-align: middle;
  padding-right: 10px;
}

.updated-ui .responsiverow.smartq-form-type2 .responsivedata .moduleupload button {
  font-size: 1em;
  padding: 3px 11px;
}

.updated-ui .responsiverow.smartq-form-type2 .responsivedata .moduleupload button span.fa.fa-paperclip {
  color: #fff;
}

.smartq-form .responsiverow.smartq-form-type3 label,
.smartq-form .responsiverow.smartq-form-type3 div {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle !important;
}

.smartq-form .responsiverow.smartq-form-type3 div {
  position: relative;
  top: 4px;
}

.updated-ui form.responsive .responsiverow>label {
  vertical-align: top;
  width: auto;
}

.smartq-form .responsiverow.smartq-form-type3 label {
  min-width: 150px;
}

.smartq-form-type3 {
  display: flex;
}

.smartq-form-type3 .responsiverow {
  width: 50%;
}

.smartq-form-type3 .responsiverow:not(.responsiverow:last-child) {
  padding-right: 3rem !important;
}

.smartq-form-type4 {
  background-color: #ebfaf3;
  padding: 2rem 3rem 1.5rem 3rem;
  border-radius: 5px;
  margin-bottom: 10px;
}

.smartq-form-type5 .responsivedata {
  display: flex !important;
  flex-wrap: wrap;
}

.smartq-form-type5 .responsivedata div:first-child {
  width: calc(50% - 20px);
  padding-right: 20px;
}

.smartq-form-type5 .responsivedata div:last-child {
  width: calc(50% - 20px);
  padding-left: 20px;
}

.smartq-form-type5 .responsivedata div input {
  width: calc(100% - 35px);
}

.smartq-form-type6 span.modulepersonspan {
  position: relative;
}

.smartq-form-type6 span.modulepersonspan span#modulepersonchooser0 {
  position: absolute;
}

.smartq-form-type6 span.modulepersonspan input {
  width: calc(100% - 35px);
}

.smartq-form-type6 span.modulepersonspan span#modulepersonchooser0 {
  position: absolute;
  right: 10px;
  top: 14px;
}

.smartq-form-type3 .responsiverow .responsivedata button,
.smartq-form-type6 .search-where-is-it-btn button {
  border: 1px solid #39bf7c;
  background: transparent;
  color: #34495e;
  font-size: 1.1rem;
  width: 100%;
}

.smartq-form-type4 .responsiverow.PlaceInfo .responsivedata span.message {
  font-weight: 400 !important;
}

.smartq-form-type4 .responsiverow.PlaceInfo {
  margin-bottom: 20px;
}

.smartq-form-button {
  display: flex;
}

.smartq-form-buttons:first-child {
  width: calc(50% - 20px);
  padding-right: 20px;
}

.smartq-form-buttons:last-child {
  width: calc(50% - 25px);
  padding-left: 20px;
}

.smartq-form-buttons button {
  width: 100%;
  padding: 10px !important;
}

.smartq-form-buttons button.btn-default:hover,
.smartq-form-buttons button.btn-default:focus {
  background-color: #16b163;
}

.smartq-form-buttons button.btn-danger {
  background-color: #ff1944;
}

.smartq-form-buttons button.btn-danger:hover,
.smartq-form-buttons button.btn-danger:focus {
  background-color: #e1133a;
}

.logon-page .wrapper-fluid {
  padding: 0 20px;
}

.logon-page .logon-head {
  background-color: #34495e;
  padding: 15px 0;
}

.logon-page .logon-head img {
  max-width: 150px;
}

.logon-page .wrapper-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.logon-page .page-title-wrapper {
  text-align: center;
}

.logon-page {
  background-color: #f3f7fd;
}

.logon-page .page-title-wrapper {
  padding: 20px 0px;
}

.logon-page .page-footer {
  text-align: center;
  padding: 40px 0px;
  background-color: #f3f7fd;
}

.logon-page .wrapper-inner {
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.06);
}

.logon-page .logon-left {
  width: 50%;
  padding: 6rem;
}

.logon-page .logon-right {
  width: 50%;
  padding: 6rem;
  background-color: #f6fcfa;
  /* background-image: url(<?= base_url();?>assets/images/site/login-page-bg.png); */
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}

.logon-page .logon-left h1,
h1.thanks-heading {
  font-size: 3.7rem;
  margin-top: 0;
}

.logon-page .logon-left h2 {
  font-weight: 500;
  margin-bottom: 3rem;
}

.logon-page .form-field label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}

.logon-page .form-field {
  margin-top: 1rem;
}

.logon-page .form-field input {
  background-color: #fff;
  font-size: 1rem !important;
  width: calc(100% - 20px);
  padding: 15px 10px;
  border: 1px solid #ccc;
  margin-top: 4px;
  border-radius: 5px;
}

.logon-page .forgot-btn {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.logon-page .forgot-btn button {
  padding: 0;
  height: inherit;
  width: auto;
  color: #139152;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 0.95rem;
  margin-top: 4px;
  background: transparent;
}

.logon-page .btn-default {
  color: #fff;
  background-color: #39bf7c;
  display: block;
  width: 100%;
  height: inherit;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.1rem;
}

.logon-page .btn-default:hover,
.logon-page .btn-default:focus {
  background-color: #0da558;
}

.btn-default {
  color: #fff !important;
  background-color: #39bf7c !important;
  display: block;
  width: 100%;
  height: inherit;
  padding: 13px;
  border-radius: 5px !important;
  font-size: 1.1rem !important;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #0da558 !important;
}

.btn-cancel {
  background-color: #c1c1c1 !important;
  color: #000;
}

.btn-cancel:hover,
.btn-cancel:focus {
  background-color: #a5a5a5 !important;
  color: #000;
}

.logon-page .logon-btn-divider {
  margin: 1.2rem 0;
  text-align: center;
  font-weight: 500;
}

.logon-page .logon-google-btn button {
  background-color: #4285f4;
  background-position: 2px center;
  background-size: 36px;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1rem;
}

.logon-page .logon-google-btn button:hover,
.logon-page .logon-google-btn button:focus {
  background-color: #2a6bd7;
}

.logon-page .logon-right-inner {
  position: absolute;
  width: 74%;
  top: 50%;
  transform: translateY(-50%);
}

.logon-page label.error {
  display: none;
}

.request-page h3 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.request-page textarea {
  width: calc(100% - 30px) !important;
  height: 60px;
  margin-top: 5px;
  resize: vertical;
}

.request-page .logon-left .logon-btn {
  margin-top: 3rem;
}

.request-page .logon-right {
  background-color: #fff;
}

.request-page .logon-left,
.request-page .logon-right {
  padding: 1rem 6rem;
}

.request-page .wrapper-inner {
  padding: 5rem 0;
}

.request-page .logon-left {
  border-right: 1px solid #ccc;
}

.password-field {
  position: relative;
}

.password-toggle-icon {
  position: absolute;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
}

.password-toggle-icon i {
  color: #adbcd7;
  font-size: 18px !important;
}

.updated-ui .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.updated-ui .table-default {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 7px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.updated-ui .table-default tbody>tr:not(.hidden):nth-of-type(even) {
  background-color: #f1f1f1;
}

.updated-ui .table-default tbody>tr:not(.hidden):nth-of-type(odd) {
  background-color: #fff;
}

.updated-ui .table-default th,
.updated-ui .table-default td {
  padding: 11px;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.updated-ui .table-default th {
  border-top: 0;
}

.updated-ui .table-default tbody td:not(:last-child) {
  border-right: 1px solid #dee2e6 !important;
}

.updated-ui .table-default thead th {
  background-color: #39bf7c !important;
  color: #fff;
  font-weight: 600;
}

.updated-ui .table-default thead th:not(:last-child) {
  border-right: 1px solid #fff !important;
}

.updated-ui .floatingHeader {
  width: 100% !important;
}

.smartq-form-type2 hr {
  display: none;
}

.btn-danger {
  background-color: #ff1944 !important;
}

/* .rmm.style ul li div {
	border-width: 2px;
	padding: 8px 10px;
}

.rmm.style ul li a {
	font-weight: 400;
}

.rmm.style.menu-toggle ul li div {
	top: -3px;
}

.rmm.style .rmm-drp-active li {
	padding: 0;
}

.rmm.style ul>li.landing {
	padding-top: 10px;
}

.rmm.style .rmm-drp-active>li.landing {
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}

.rmm.style ul li {
	top: 10px;
}



.smartq-form-type2 #moduleuploadlist button {
	font-size: 0.8rem;
}

.rmm.style ul li.help {
	right: 30px;
	top: 8px;
}
[id^=drop] {
    display: none;
}
ul.rmm-submenu::after {
	
	border-bottom: 6px solid #dcedff !important;
}

ul.rmm-submenu li {
	top: 0 !important;
	padding: 0 !important;
}

ul.rmm-submenu li a {
	background: transparent !important;
	color: #34495e !important;
	font-weight: 500 !important;
	font-size: 0.9rem !important;
	border-radius: 0 !important;
}

ul.rmm-submenu li a:hover,
ul.rmm-submenu li a:focus {
	background-color: #39bf7c !important;
	color: #fff !important;
}

ul.rmm-submenu {
	background-color: #dcedff !important;
	padding: 3px 0 !important;
}

ul.rmm-submenu li a i.logoff {
	top: 4px !important;
	right: 0 !important;
} */

.search-list-button {
  position: relative;
}

.search-list-button button {
  position: absolute;
  width: auto !important;
  min-width: 40px !important;
  border: 0 !important;
  top: 3px;
  right: 0;
}

.search-list-button input {
  width: calc(100% - 30px);
}

.smartq-form #moduleuploadlist {
  display: block;
  /*margin-bottom: 20px;*/
}

.smartq-list-button-head .page-inner-head-btn-left {
  width: 170px;
}

.smartq-list-button-head .page-inner-head-btn-right {
  width: calc(100% - 171px);
}

#smartq_default_things .scrollbar-inner {
  max-height: 210px;
}

#smartq_default_things .clone-head-table-wrap {
  width: initial !important;
}

#smartq_default_things table {
  width: 100%;
}

.smartq-form-type7 .responsiverow {
  width: 100%;
}

.table-smartq-form {
  margin-top: 30px;
}

.updated-ui input,
.updated-ui select,
.updated-ui textarea {
  font-size: 13px;
}

.updated-ui .required,
.updated-ui .requiredlook {
  background-color: inherit;
}

.updated-ui .col-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}

.updated-ui .cols-6 {
  width: calc(50% - 1.5rem);
}

.create-essets-account-page input:not(.create-essets-account-page input[type="checkbox"]) {
  width: calc(100% - 3rem);
}

.create-essets-account-page select {
  width: calc(100% - 3rem) !important;
}

.input-phone {
  box-sizing: content-box !important;
  width: calc(100% - 9rem) !important;
  padding-right: 15px !important;
  padding-left: 100px !important;
}

.input-phone-reg {
  box-sizing: content-box !important;
  width: calc(100% - 8.2rem) !important;
  padding-right: 15px !important;
  padding-left: 100px !important;
}

.iti {
  display: block !important;
}

.user-type *,
.user-type::after,
.user-type::before {
  box-sizing: border-box;
}

.user-type .modulecontactform *,
.user-type .modulecontactform::after,
.user-type .modulecontactform::before,
.user-type .modulesection.green *,
.user-type .modulesection.green::before,
.user-type .modulesection.green::after,
.user-type .moduletextarea *,
.user-type .moduletextarea::before,
.user-type .moduletextarea::after {
  box-sizing: content-box !important;
}

.iti--separate-dial-code .iti__selected-flag {
  width: 94px;
}

.row.form-control-input,
.custom.contact-input-notphone .row {
  margin-left: 0;
  margin-right: 0;
}

.updated-ui .form-control-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #262626;
  margin-bottom: 20px;
}

.updated-ui .form-control {
  margin-bottom: 15px;
}

.updated-ui .form-control-label {
  margin-bottom: 7px;
}

.create-essets-account-page input {
  background-color: #fff !important;
}

.create-essets-account-page-block1 {
  border: 1px solid #e7e7e7;
  padding: 35px 35px 25px 35px;
  background-color: #ebfaf3;
  border-radius: 5px;
  margin-bottom: 70px;
}

.updated-ui .form-control-label label {
  color: #000;
  font-size: 1.1rem;
}

.create-essets-account-page-logon {
  text-align: center;
  padding: 50px 0px 50px 70px;
  border-left: 1px solid #b3b3b3;
  max-width: 350px;
  margin: 0 auto;
}

.create-essets-account-page-block2 {
  margin-top: 50px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}

.updated-ui .form-control-input input {
  font-size: 1.1rem;
}

.create-essets-account-page-block2 .form-control-title {
  margin-top: -17px;
  background-color: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 10px;
}

.create-essets-account-page .form-control-btn input {
  width: 180px !important;
  margin-top: 40px;
}

.form-question-icon {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #247900;
  border-radius: 60px;
  width: 14px;
  height: 13px;
  display: inline-block;
  line-height: 1;
  padding: 0px 0px 1px 1px;
  text-align: center;
  background-color: #247900;
}

.form-question-icon:hover {
  cursor: help;
}

.request-page {
  background-image: url(../../../assets/images/site/login-bg-img.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}

.request-page .logon-right {
  background-color: transparent;
}

.request-page .wrapper-inner {
  background-color: rgb(255 255 255 / 0.9);
}

.personal-settings-place {
  display: block;
}

.personal-settings-place button {
  top: 8px;
}

.personal-settings-place button span {
  color: #34495e !important;
}

.form-control-input-agree-checkbox {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  margin-left: 0;
}

.form-control-input-agree-label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
}

.content-form-smartq-submit-success {
  text-align: center;
  font-size: 1.2rem;
  background-color: #d5f7e6;
  color: #0b8749;
  padding: 6px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
}

.content-form-smartq-submit {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.content-form-smartq-submit-row:not(:last-child) {
  margin-bottom: 15px;
}

.content-form-smartq-submit-row-title {
  font-weight: 600;
}

.content-form-smartq-submit-row-title {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
}

.content-form-smartq-submit-row-detail {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 210px);
}

.logon-left p.success-msg {
  margin: -25px 0 35px 0 !important;
  font-size: 1.2rem;
  color: #0b8749;
  font-weight: 500;
}

.required-star {
  color: #f91c1c;
}

.updated-ui #modulepeopleselectdialog .mobiletitle {
  z-index: 1;
  position: relative;
}

.updated-ui input[type="date"],
.updated-ui input[type="display"],
.updated-ui input[type="link"],
.updated-ui input[type="number"],
.updated-ui input[type="password"],
.updated-ui input[type="text"],
.updated-ui select {
  height: 20px;
}

.required-star-wrap {
  position: relative;
}

.required-star-wrap::after {
  color: #f91c1c !important;
  content: "\2217" !important;
  position: absolute !important;
  right: -18px !important;
  top: 47% !important;
  transform: translateY(-50%) !important;
  font-weight: 600 !important;
  font-size: 1.1em !important;
}

.create-essets-account-page input.btn-default {
  background-color: #39bf7c !important;
}

.create-essets-account-page input.btn-default:hover,
.create-essets-account-page input.btn-default:focus {
  background-color: #0da558 !important;
}

/****** Personal Setting Page Start ******/
.personal-setting-page-notif-mobile {
  display: none;
}

.admin-logged-in #footer {
  position: initial;
  margin-top: 50px;
}

/****** Personal Setting Page End ******/

.upload_disabled {
  pointer-events: none;
  display: none;
}

/********** Menu Search Bar Start **********/
.menu-filter-tab-search {
  padding: 2px 0px 2px 10px !important;
  min-width: 200px;
  float: left;
  position: relative;
}

.menu-filter-tab-search input[type="text"] {
  height: 28px;
  width: calc(100% - 43px);
  padding-right: 32px;
  padding-left: 2px;
}

.menu-filter-tab-search button {
  right: 5px;
  position: absolute;
  width: auto !important;
  min-width: 30px !important;
  border: 0 !important;
  height: 30px;
}

/********** Menu Search Bar End **********/

@media (min-width: 1001px) {
  .footer .ft-container {
    width: 1000px;
    margin: auto;
  }
}

@media (max-width: 1000px) {
  .footer {
    padding: 30px 0;
  }

  .footer .ft-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .footer .ft-cols {
    width: 33.33%;
    margin-bottom: 25px;
  }
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.mb-4 {
  margin-bottom: 3rem;
}

.w-550 {
  max-width: 550px;
  width: 90%;
  margin: 0 auto 3rem auto;
  font-size: 1.1rem;
}

.vh-40 {
  min-height: 40vh;
}

.text-danger {
  color: red;
}

.error-border {
  border-color: red !important;
}

/*for table*/
.people-table {
  width: 100%;
  border-collapse: collapse;
}

.people-table td,
.people-table th {
  border: 1px solid #dedede;
  padding: 5px;
}

.action-button-icon img {
  max-width: 32px;
}

div.action-bar>div.action-bar-group>div.action-button {
  vertical-align: top;
  padding: 3px 7px 4px 7px;
}

div.action-bar>div.action-bar-group,
div.action-bar>div.action-bar-group>div.action-button {
  height: auto;
}

.action-button-icon {
  margin-bottom: -10px;
  margin-top: 2px;
}

.action-bar-group .action-button {
  position: relative;
}

.action-button-notification-counter {
  position: absolute;
  right: 12px;
  bottom: 35px;
}

.action-button-fav {
  padding: 6px 0 !important;
}

.action-button-fav .fa {
  font-size: 22px !important;
}

div.action-bar>div.action-bar-group>div.action-button .fa {
  font-size: 24px !important;
  margin-top: 3px;
}

.fv-plugins-message-container {
  color: red;
  font-weight: bold;
  padding-left: 5px;
}

.contact-inputs {
  padding-top: 3px;
}

.contact-input-phone .input-phone {
  width: 105px !important;
  padding-left: 95px !important;
}

.contact-input-phone .iti__flag-container .iti__selected-flag {
  width: 90px !important;
}

.contact-input-phone {
  width: 250px;
}

.contact-input-phone i.fv-plugins-icon.fa.fa-times,
.contact-input-phone i.fv-plugins-icon.fa.fa-check {
  right: 10px;
  top: -8px;
  font-weight: 300 !important;
}

.contact-input-phone .fv-plugins-message-container.invalid-feedback,
.contact-input-phone label#contactdet {
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}

.err_upload_clear {
  position: absolute;
  top: 43%;
  right: 36px;
}

.profile-nav-item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #39bf7c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  top: 20px !important;
  overflow: hidden;
  font-weight: 500;
  font-size: 15px;
  padding: 0 !important;
}

.profile-nav-item img {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.no-blink.blink .status-text {
  animation-name: none !important;
}

.blink .status-text {
  display: inline-block;
  text-decoration: blink;
  animation-name: blinker;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.blink .status-text,
.status-target .status-text {
  background-image: none !important;
}

.blink .Finished,
.status-target .Finished {
  background-image: url(../../../assets/images/site/finished.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 18px;
  height: 18px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}

.blink .Deleted,
.status-target .Deleted {
  background-image: url(../../../assets/images/site/deleted.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 18px;
  height: 18px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}

.blink .New,
.status-target .New {
  background-image: url(../../../assets/images/site/new.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 18px;
  height: 18px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}

.blink .On.Hold,
.status-target .On.Hold {
  background-image: url(../../../assets/images/site/on-hold.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 18px;
  height: 18px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}

.blink .Reopened,
.status-target .Reopened {
  background-image: url(../../../assets/images/site/reopened.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 18px;
  height: 18px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}

.blink .Unassigned,
.status-target .Unassigned {
  background-image: url(../../../assets/images/site/on-hold.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 18px;
  height: 18px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}

.blink .In-Process,
.status-target .In-Process {
  background-image: url(../../../assets/images/site/in-progress.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 18px;
  height: 18px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}

.blink .Finished.status-text,
.status-target .Finished.status-text {
  color: #008000;
  width: auto !important;
  height: auto !important;
}

.blink .Deleted.status-text,
.status-target .Deleted.status-text {
  color: #f55d30;
  width: auto !important;
  height: auto !important;
}

.blink .New.status-text,
.status-target .New.status-text {
  color: #2cc6c9;
  width: auto !important;
  height: auto !important;
}

.blink .On.Hold.status-text,
.status-target .On.Hold.status-text {
  color: #f3be21;
  width: auto !important;
  height: auto !important;
}

.blink .Reopened.status-text,
.status-target .Reopened.status-text {
  color: #518cc0;
  width: auto !important;
  height: auto !important;
}

.blink .Unassigned.status-text,
.status-target .Unassigned.status-text {
  color: #f3be21;
  width: auto !important;
  height: auto !important;
}

.blink .In-Process.status-text,
.status-target .In-Process.status-text {
  color: #1792d8;
  width: auto !important;
  height: auto !important;
}

.status-target .localtime,
.status-change-time {
  color: #8f8f8f !important;
}

.status-target .localtime,
.status-target .priority,
.status-change-time {
  font-size: 80%;
  padding: 7px 10px;
  font-weight: 500;
}

div.interestedpartystatus {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ecf0f1;
}

/*tasks*/
.custom-task-list .task,
.custom-task-list .task-content {
  margin: 0;
  background-color: #fff;
}

/* .tasks .task:first-child {
	margin-top: 0px;
} */
.custom-task-list .task {
  border-top: solid 5px #99e1bd;
  border-left: solid 5px #99e1bd;
  border-right: solid 5px #99e1bd;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.custom-task-list .task-content {
  border-bottom: solid 5px #99e1bd;
  border-left: solid 5px #99e1bd;
  border-right: solid 5px #99e1bd;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  min-height: 10px;
  margin-bottom: 15px;
}

.custom-task-list .task .modulesection.party,
.custom-task-list .task .modulesection.task {
  border: 0px none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.custom-task-list .task .modulesection.taskfooter {
  border-bottom: none 0px !important;
  margin: 0 10px !important;
  border-radius: 0 !important;
  font-size: 12px;
}

.custom-task-list .sectioninfo {
  border-top: 1px solid #89ccaa !important;
}

.custom-task-list .task-content div.contentblock {
  border: 5px solid #617069 !important;
  margin: 0 10px 10px 10px !important;
}

.custom-task-list .task-content table {
  margin: 0 !important;
}

.custom-task-list .task .iconrow {
  padding-bottom: 15px;
  padding-top: 20px;
}

.custom-task-list .content.task-content.hidden {
  display: block !important;
}

.custom-task-list .content.task-content.hidden .contentDiv {
  display: none !important;
}

/* work order new ux */
.user-admin {
  background-color: #ecf0f1;
}

.user-admin .wo-header {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	justify-content: space-between;
	padding: 8px 0;
	width: 100%;
}

.wo-header .modulesection.wo {
  background-color: transparent;
  color: #333;
}

.wo-name {
  flex: 0 0 65%;
}

.user-admin .wo-header .expand.wo-action-icons 
{
	align-items: center;
	display: flex;
	font-size: 20px;
	padding: 0;
	width: auto;
}

.user-admin .wo-header .expand.wo-action-icons button
{
	font-size: 12px;
	margin-left: 10px;
	max-width: initial;
	position: relative;
	top: -4px;
}

.user-admin .wo-header .expand.wo-action-icons span.fa {
  padding-left: 10px;
}

.priority-tag {
  position: relative;
  height: 15px;
  display: inline-block !important;
}

.bg-white {
  background-color: #fff;
  padding: 1px;
}

.row-place {
  background-color: #f5f5f5;
  padding: 12px 15px !important;
}

.row-place div.label {
  width: 80px;
  font-size: 12px;
}

.row-place .placeline,
.row-place .thingline {
  font-size: 12px;
  font-weight: 400;
}

.user-type .rowbuttons {
  /* left: 15px!important; */
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
}

.rowbuttons.notrequester div.fa {
  padding-right: 0;
}

.user-type .contentDiv .rowbuttons {
  left: 10px !important;
}

.user-type .contentDiv .contentheader div.inline {
  min-width: 24px;
}

.user-type .wrapper-container {
  max-width: 95%;
}

.user-type div.contentheader>div.contentheading>div.pointer {
  height: 35px !important;
}

.d-flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.gap10 {
  gap: 10px;
}

.gap50 {
  gap: 50px;
}

.d-col {
  display: flex;
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.status-role-wrapper {
  flex-direction: column;
  border-right: 1px solid #ccc;
  margin-right: 25px;
  font-size: 13px;
}

.status-role-wrapper div.label {
  width: 80px !important;
}

.status-role-wrapper .rowline .inline {
  width: auto !important;
  margin-right: 25px;
}

.wo-header-wrapper .rowline {
  margin: 0;
}

.wo-header-wrapper .rowline .inline {
  margin-bottom: 5px;
  font-size: 12px;
}

.wo-header-wrapper {
  flex-direction: column;
}

.card {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: none !important;
  padding: 0;
}

.card.formcolumn {
  margin: 0;
  min-width: auto;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.card-heading {
  padding: 8px;
  margin: 0;
  background-color: #f8f9fb;
  font-size: 13px;
  font-weight: 600;
}

.card-body {
  padding: 20px;
  background-color: #fff;
}

.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.cols-4,
.cols-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cols-4 {
  flex: 0 0 35%;
  max-width: 35%;
  padding-right: 0px;
}

.cols-8 {
  flex: 65%;
  max-width: 65%;
}

.user-type *,
.user-type::after,
.user-type::before {
  box-sizing: border-box;
}

.ui-tabs .card-heading {
  padding: 0;
  position: relative;
}

.card-heading .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.card-heading .ui-widget-header {
  border: 0px none !important;
  padding: 0;
  background: none !important;
}

.card-heading .ui-tabs-nav li a {
  padding: 8px;
  margin: 0;
  background: none;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins";
}

.card-heading .ui-state-default,
.card-heading .ui-widget-content .ui-state-default,
.card-heading .ui-widget-header .ui-state-default {
  background: none;
  border: 0px none;
}

.card-heading .ui-state-active,
.card-heading .ui-widget-content .ui-state-active,
.card-heading .ui-widget-header .ui-state-active {
  border: 0px none;
  background: none;
  font-weight: normal;
  color: #38bd7c;
  border-bottom: 3px solid #38bd7c !important;
}

.card-heading .ui-state-active a,
.card-heading .ui-state-active a:link,
.card-heading .ui-state-active a:visited {
  color: #38bd7c;
  text-decoration: none;
}

.ui-tabs .modulesection {
  background-color: transparent;
  padding: 2px;
  position: absolute;
  right: 8px;
  top: 3px;
  width: 30px;
  font-size: 15px;
}

.card.ui-tabs .ui-tabs-panel {
  position: relative;
  padding-top: 30px;
}

.card.ui-tabs .email.sectioninfo {
  margin-top: -35px;
}

.card.ui-tabs .modulesection.party {
  border: 0px none;
  right: 0;
}

.user-type form#form-email .rowbuttons {
  left: 10px !important;
}

.user-type .tasks.custom-task-list {
  background-color: #e7f7eb;
  padding: 15px;
  font-size: 12px;
  border-radius: 0 0 15px 15px;
}

.user-type .tasks.custom-task-list:empty,
.custom-task-list .task-content:empty {
  display: none;
}

.no-border {
  border: 0px none !important;
}

form.responsive.procedure {
  margin: 0 !important;
}

#form-email .ui-widget {
  font-weight: 400 !important;
  font-size: 12px !important;
  overflow: hidden;
}

.modulesection.procedure {
  font-size: inherit !important;
  border-radius: 10px 10px 0 0;
}

.user-type input[type="date"],
.user-type input[type="display"],
.user-type input[type="link"],
.user-type input[type="number"],
.user-type input[type="password"],
.user-type input[type="text"],
select {
  height: inherit;
}

.user-type .card.procedure .opensection {
  border: solid 0px #39bd7c;
  border-radius: 0px;
  margin-bottom: 15px;
  padding: 8px;
}

/* .user-type .card.procedure .opensection:last-child {
    margin-bottom: 0px;
} */
.timestamp {
  justify-content: space-between;
}

.inline.email-contact-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100% !important;
}

.email-contact-info a.peoplelink,
.email-contact-info a.peoplelink,
.email-contact-info a.orglink {
  cursor: pointer;
  color: blue;
  font-weight: 600;
}

.float-right {
  float: right;
}

.details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-0 {
  margin: 0px !important;
}

.details-header,
.ui-tabs .expand {
  display: none;
}

.what-now-btn {
  margin-right: 15px;
  padding-top: 5px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 5px;
  background-color: #39bd7c;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  display: block !important;
}

.pac-container {
  z-index: 1510 !important;
}

.user-type form#form-email .rowbuttons.newrowbuttons {
  left: 0px !important;
  background-color: transparent;
  border: 0px solid #39bd7c;
  margin-left: 0;
  display: block;
}

.user-type form#form-email .rowbuttons.newrowbuttons div.fa {
  color: #000 !important;
}

.jobBtn {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 15px;
  color: #111;
  border: 1px solid #dedede;
  width: auto !important;
  min-width: 85px;
  border-radius: 30px;
  margin-left: -10px;
  text-align: center;
}

.jobBtn.start {
  color: blue;
  border: 1px solid blue;
}

.jobBtn.complete {
  color: #ff6f6f;
  border: 1px solid #ff6f6f;
}

.jobBtn.reopen {
  color: #39bd7c;
  border: 1px solid #39bd7c;
}

/*popup*/
.dialogtop div.contentheader>div.contentheading>div:last-child {
  height: 100%;
}

.dialogtop div.mobiledialog {
  box-shadow: none;
}

.dialogtop div.mobiledialog>.mobiletitle {
  border-bottom: 1px solid #bdc3c7 !important;
  border-radius: 0;
  margin: 0;
  color: #34495e;
}

.dialogtop div.mobiledialog {
  border-radius: 0;
}

.dialogtop .modulesection {
  font-size: 1.1em;
  margin: 0 0 1.5px 0;
  border-radius: 4px;
}

.dialogtop div.mobiledialog>.mobilecontents {
  position: relative;
  top: 0px;
  padding: 24px;
  background: #fff;
}

.dialogtop div.mobiledialog>.mobilecontents * {
  font-weight: 500;
}

.dialogtop .entity.entitysectiondiv {
  margin: 0px;
  width: 100%;
  /* border-radius: 4px 4px 0 0; */
  overflow: hidden;
}

.dialogtop .moduletextarea .te {
  width: 100% !important;
}

.bg-light {
  background-color: #f4f4f4;
}

.p-2 {
  padding: 16px;
}

.dialogtop .teheader,
.teheader * {
  background-color: #fff !important;
}

.dialogtop .moduletextarea .te textarea,
.dialogtop .moduletextarea .te iframe {
  width: 100% !important;
}

.dialogtop input[type="date"],
.dialogtop input[type="display"],
.dialogtop input[type="link"],
.dialogtop input[type="number"],
.dialogtop input[type="password"],
.dialogtop input[type="text"],
.dialogtop select,
td.notdisabled
{
  height: 30px;
  width: 165px;
  padding: 8px 10px;
}

.dialogtop input.short[type='text']
{
  width: 50px;
}

.btn {
  font-size: 12px;
  padding: 0.375rem 0.75rem;
  transition: all 0.5s ease;
  color: #fff;
  margin-top: 10px;
  border-radius: 3px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}

.btn:hover {
  box-shadow: none;
}

.btn-primary {
  background-color: #4466f2 !important;
  border-color: #4466f2 !important;
}

.btn-primary.disabled {
  background-color: #4466f2 !important;
  border-color: #4466f2 !important;
}

.btn-primary:disabled {
  background-color: #4466f2 !important;
  border-color: #4466f2 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #143fef !important;
  border-color: #143fef !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #d3dbfc;
}

.btn-secondary {
  background-color: #1ea6ec !important;
  border-color: #1ea6ec !important;
}

.btn-secondary.disabled {
  background-color: #1ea6ec !important;
  border-color: #1ea6ec !important;
}

.btn-secondary:disabled {
  background-color: #1ea6ec !important;
  border-color: #1ea6ec !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1189c6 !important;
  border-color: #1189c6 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #abdef8;
}

.btn-success {
  background-color: #22af47 !important;
  border-color: #22af47 !important;
}

.btn-success.disabled {
  background-color: #22af47 !important;
  border-color: #22af47 !important;
}

.btn-success:disabled {
  background-color: #22af47 !important;
  border-color: #22af47 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #1a8436 !important;
  border-color: #1a8436 !important;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #83e79d;
}

.btn-danger {
  background-color: #d13438 !important;
  border-color: #d13438 !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #e2676b !important;
  border-color: #e2676b !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #c92d33 !important;
  border-color: #c92d33 !important;
}

.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #ffecef;
}

.btn-info {
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-info.disabled {
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-info:disabled {
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #0062cc !important;
  border-color: #0062cc !important;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #99caff;
}

.btn-light {
  background-color: #f6f7fb !important;
  border-color: #f6f7fb !important;
  color: #2a3142 !important;
}

.btn-light.disabled {
  background-color: #f6f7fb !important;
  border-color: #f6f7fb !important;
}

.btn-light:disabled {
  background-color: #f6f7fb !important;
  border-color: #f6f7fb !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background-color: #d3d8eb !important;
  border-color: #d3d8eb !important;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-dark {
  background-color: #2a3142 !important;
  border-color: #2a3142 !important;
}

.btn-dark.disabled {
  background-color: #2a3142 !important;
  border-color: #2a3142 !important;
}

.btn-dark:disabled {
  background-color: #2a3142 !important;
  border-color: #2a3142 !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  background-color: #161a23 !important;
  border-color: #161a23 !important;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #67779e;
}

.btn-warning {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-warning.disabled {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-warning:disabled {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: black !important;
  border-color: black !important;
}

.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #4d4d4d;
}

.inputLbl {
  background-color: transparent !important;
  border: transparent !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 500 !important;
  margin-right: 10px;
}

.wd120 input {
  max-width: 120px;
}

.gap80 {
  gap: 80px;
}

.align-items-end {
  align-items: end;
}

.d-flex.gap50>label {
  width: 50px;
}

.Website .inputLbl {
  max-width: 330px;
  word-break: break-all;
  word-wrap: break-word;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.inputEnabled {
  padding: 8px 10px !important;
  border: 1px solid #d8d8d8 !important;
  background-color: #fff !important;
  max-width: 150px !important;
  margin-bottom: 5px !important;
}

.deleteanothercontacts {
  color: #ff7d7d;
  font-size: 18px;
}

.contactPrefferedLbl {
  min-height: 36px;
  margin-left: 5px;
}

.anotherphone,
.anotheremail,
.anotherwebsite {
  margin-bottom: 5px !important;
}

/* .contactRecordRow .contact-input-phone .iti__flag-container .iti__selected-flag {
  width: 70px !important;
}
.contactRecordRow .contact-input-phone .input-phone {
  width: 92px !important;
  padding-left: 80px !important;
} */

.contactdesc_label {
  background-color: #a7d8c0;
  padding: 2px 10px;
  color: #2c3c34 !important;
  border-radius: 20px;
  display: inline-block;
  min-height: auto;
  font-size: 11px;  
  margin-left: 5px;
}

/*************responsive ********/

@media only screen and (max-width: 1060px) {
  .logon-page .logon-left h1 {
    font-size: 2.5rem;
  }
  .email.sectioninfo .inline.email-contact-wrapper {
    width: 160px!important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  body.mobile .mobilefriendly input[type="date"],
  body.mobile .mobilefriendly input[type="password"],
  body.mobile .mobilefriendly input[type="text"],
  body.mobile .mobilefriendly input[type="time"],
  body.mobile .mobilefriendly label {
    width: 85%;
  }
}

@media only screen and (max-width: 900px) {
  .request-page .wrapper-inner {
    flex-wrap: wrap;
    padding: 4rem;
  }

  .request-page .logon-left,
  .request-page .logon-right {
    width: 100%;
    display: block !important;
  }

  .request-page .logon-left {
    padding: 0 0 4rem 0 !important;
    border: 0;
  }

  .request-page .logon-right {
    padding: 3rem 0 0 0 !important;
    border-top: 1px solid #ccc;
  }
}

@media only screen and (max-width: 850px) {
  .logon-page .logon-left h1 {
    font-size: 2rem;
  }

  .logon-page .logon-left h2 {
    font-size: 1.4rem;
  }

  .user-type .wrapper-container {
    max-width: 100%;
  }
  div#modulenote {
    width: 90%!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%);
    max-width: 90%!important;
    margin: 0 auto;
  }
  
  div.mobiledialog div.te, div.mobiledialog textarea.fullwidth, div.mobiledialog iframe{
    width: 100%!important;
  }
}

@media only screen and (max-width: 767px) {
  .logon-page .logon-left {
    width: 100%;
    padding: 3rem;
  }

  .logon-page .logon-right {
    display: none;
  }

  .logon-page .logon-left h1,
  .logon-page .logon-left h2 {
    text-align: center;
  }

  .logon-page .logon-left h1 {
    margin-bottom: 0;
  }

  .request-page .wrapper-inner {
    padding: 3rem;
  }

  .page-title-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .page-title-left,
  .page-title-right {
    width: 100%;
    text-align: center;
  }

  .page-inner-head h3 {
    font-weight: 500;
    font-size: 1rem;
  }

  .smartq-form .wrapper-inner-content {
    padding: 2rem;
  }

  .smartq-form-type4 {
    padding: 1rem 1rem 1.5rem 2rem;
  }

  .smartq-form-type3 .responsiverow {
    width: 100%;
  }

  .smartq-form-type3 {
    flex-wrap: wrap;
  }

  .smartq-form-type3 .responsiverow {
    padding-right: 1rem !important;
  }

  .smartq-form-type5 .responsivedata div {
    width: 100% !important;
    padding: 0 !important;
  }

  .smartq-form-type3 .responsiverow:not(.responsiverow:last-child) {
    padding-right: 1rem !important;
  }

  .page-inner-head {
    padding: 2.7rem 2rem 1rem 2rem;
  }

  .request-page {
    background-image: none;
  }

  .details-header,
  .ui-tabs .expand {
    display: flex;
  }

  .rowdata.d-flex.row-data-flex {
    display: block;
  }

  .status-role-wrapper {
    margin: 0;
    border: 0px none;
  }

  .custom-task-list .task-content div.contentblock {
    overflow: auto;
  }

  .cols-4,
  .cols-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }

  .what-now-btn {
    margin-bottom: 15px;
    display: inline-block !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .party div.expand,
  .task div.expand {
    position: relative;
    top: -3px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 680px) {
  .updated-ui .cols-6 {
    width: 100%;
  }

  .create-essets-account-page-logon {
    padding: 40px 0 20px 0;
    border-left: 0;
    max-width: 100%;
    border-top: 1px solid #b3b3b3;
    margin-top: 40px;
  }

  .updated-ui .col-row {
    gap: 0;
  }

  .create-essets-account-page .form-control-btn input,
  .create-essets-account-page .form-control-btn select {
    width: 100% !important;
  }

  .updated-ui .form-control-title {
    font-size: 1.3rem;
  }

  .modulecontactlistcustomshow .d-flex.gap50 {
    display: block !important;
  }

  .wd-auto {
    width: auto !important;
  }
}

@media only screen and (max-width: 600px) {

  .serviceForm .col-5,
  .serviceForm .col-6,
  .moduleplacecontent .col-6,
  .moduleplacecontent .col-5,
  .mobilecontents .col-6 {
    width: 100%;
    float: left;
  }

  .serviceForm .col-9,
  .serviceForm .col-3,
  .serviceForm .colm-9 {
    width: 100%;
    display: flow-root;
  }

  .serviceForm .col-9 .col-3:nth-child(2),
  .serviceForm .col-9 .col-5:nth-child(2) {
    width: 100%;
    margin-top: 5px;
  }

  .serviceForm .col-5 input {
    width: 100px;
  }

  .serviceForm input,
  .serviceForm textarea,
  .serviceForm select {
    width: 208px !important;
  }

  .serviceForm button {
    min-width: 100px !important;
  }

  .serviceForm input[type="checkbox"] {
    width: 20px !important;
  }

  .serviceForm .tablesorter tr th:nth-child(4),
  .serviceForm .tablesorter tr td:nth-child(4) {
    display: none;
  }
.table-responsive {
  max-width: 100%;
  overflow: auto;
}
  .page-inner-head-btn-left {
    display: none;
  }

  .page-inner-head-btn-right {
    width: 100%;
    text-align: left;
  }

  .page-inner-head-btn-right table {
    float: none;
  }

  #pagination span.modulepaginationshow {
    float: none;
    display: block;
    margin-top: 12px;
  }

  #pagination span.modulepaginationshow select#rowsperpageselect {
    width: 100px !important;
  }

  .smartq-list-button-head .page-inner-head-btn-right {
    width: 100%;
  }

  .content-form-smartq-submit-row-title,
  .content-form-smartq-submit-row-detail {
    width: 100%;
  }

  /****** Personal Setting Page Start ******/
  .personal-setting-page td {
    display: block;
    width: 100% !important;
  }

  .personal-setting-page-hide {
    display: none !important;
  }

  .personal-setting-page-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 7px;
    margin-top: 15px;
  }

  .personal-setting-page-logins td {
    display: initial !important;
  }

  .personal-setting-page select {
    width: calc(100% - 30px) !important;
  }

  .personal-setting-page-btn {
    display: flex;
  }

  .personal-setting-page-btn input {
    width: 49% !important;
    min-width: 49% !important;
  }

  .mt-n10 {
    margin-top: -10px;
  }

  .personal-setting-page-notif-td {
    display: initial !important;
  }

  .personal-setting-page-notif-mobile {
    display: inherit;
  }

  .personal-setting-page .notificationhead {
    display: none;
  }

  .personal-setting-page span.fa.fa-question {
    top: 0;
  }

  .personal-setting-page-hide-mobile {
    display: none !important;
  }

  .personal-setting-page-notif-td input[type="checkbox"] {
    display: inline-block;
    margin-right: 20px;
  }

  /****** Personal Setting Page End ******/
}

@media only screen and (max-width: 500px) {
  .iti-mobile .iti--container {
    position: absolute !important;
    z-index: 10000 !important;
  }
}

@media only screen and (max-width: 479px) {
  .footer .ft-cols {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .smartq-list-button-head .page-inner-head-btn-right button {
    width: 100%;
    margin: 8px 0;
  }

  .iconbuttons>.iconbutton {
    padding: 5px 13px;
  }

  .user-type .contentDiv .contentheader div.inline {
    min-width: 24px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .user-type div.contentheader {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    align-items: center;
    padding-right: 0;
  }

  .user-type .contentDiv .contentheader div.inline {
    display: flex;
    white-space: nowrap;
  }

  .user-type div.contentheader>div.contentheading>div.pointer {
    width: 35px !important;
  }

  .bg-white .rowbuttons {
    position: absolute;
    right: 15px;
    left: auto !important;
  }

  .wo-name,
  .wo-header .modulesection.wo {
    font-size: 15px;
  }
}

/********************************responsive ends here********************************/
ul.ui-autocomplete {
  z-index: 999999;
}

/* 25-10-23 */
.additional-info-modal{
  max-width: 500px;
  width: 100%;
  top: 80px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.additional-info-modal .contact-inputs::after{
  content: '';
  display: block;
  clear: both;
}

.additional-info-modal .heading{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.additional-info-modal .heading div.entitybutton.entitydialogmove{
  margin-top: 6px;
  margin-right: 8px;
}

.entitydialogminimized .additional-info-modal{
  margin: 0;
  top: 0px !important;
}

.entitydialogminimized .additional-info-modal .modulecontactformnew{
  display: none;
}

@media(max-width: 575px){
  .additional-info-modal{
    max-width: calc(100% - 25px);
  }

  .additional-info-modal .contact-inputs > div{
    width: 100%;
    margin-bottom: 5px;
  }
}

.contact-inputs input[type="text"],
.contact-input-phone .input-phone{
  height: 16px !important;
}

.contact-input-phone .fv-plugins-icon{
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: auto !important;
  width: auto !important;
}

.dialogtop.entitydiv{
  width: 100% !important;
  max-width: 800px;
}