/* Main Primary color */
html {
  font-size: 16px;
}
* {
  outline: none;
  margin: 0px;
  padding: 0px;
  font-family: calibri !important;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 #ffffff;
  scroll-behavior: smooth;
  font-language-override: "TRK";
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 10px;
}
/*Media Query*/
@media only screen and (min-width: 530px) and (max-width: 949px) {
  body {
    font-size: 14px;
  }
  .loginPage .login-circle {
    width: 500px !important;
    height: 500px !important;
    top: calc(50% - 250px) !important;
    left: calc(50% - 250px) !important;
  }
  .loginPage .login-circle .logo {
    width: 250px !important;
    height: 100px !important;
    padding: 35px 0 0 0 !important;
  }
  .loginPage .login-circle .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .loginPage .login-circle .comapny_title {
    font-size: 20px;
    color: #f7941e;
    font-weight: 400;
  }
  .page {
    width: 100%;
  }
  .page .content {
    overflow-x: scroll;
  }
  .page .content .layOut .row > div {
    display: block;
  }
  .page .content .layOut .row .left {
    width: unset;
  }
  .page .content .layOut .row .left .leftMenu .t-group li > div > a .iconWrap {
    display: unset !important;
    text-align: center !important;
  }
  .page .content .layOut .row .left .leftMenu .t-group li > div > a .iconWrap img {
    width: 20px !important;
    height: 20px !important;
  }
  .page .content .layOut .row .left .leftMenu .t-group li > div > a .iconWrap p {
    display: none !important;
  }
  .page .content .layOut .row .right {
    left: 30px;
    width: calc(100% - 30px) !important;
  }
  .page .content .layOut .row .right .mainContent .basicinfo {
    width: 100%;
  }
  .footer {
    width: 100%;
  }
}
@media only screen and(max-width:319px) {
  body {
    display: none;
  }
}
@media only screen and (min-width:320px) and (max-width: 529px) {
  body {
    font-size: 13px;
  }
  .loginPage .login-circle {
    width: 100vw !important;
    height: 100vw !important;
    top: calc(50% - 50vw) !important;
    left: calc(50% - 50vw) !important;
  }
  .loginPage .login-circle .logo {
    width: 100% !important;
    height: 60px !important;
    padding: 0 0 0 0 !important;
  }
  .loginPage .login-circle .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .loginPage .login-circle .comapny_title {
    font-size: inherit !important;
    color: #f7941e;
    font-weight: 400;
  }
  .loginPage .login-circle .login-wrap {
    position: absolute;
    width: 100%;
    height: 26vh;
    left: calc(50% - 50%);
    top: calc(50% - 13vh);
  }
  .loginPage .login-circle .powerdBy {
    bottom: 35px !important;
  }
  .layOut {
    width: 100%;
  }
  .layOut .row {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .left {
    width: 100% !important;
    height: 50px;
    vertical-align: top;
    display: grid;
    grid-template: 1fr;
  }
  .left .leftMenu {
    width: 100% !important;
    overflow-x: auto !important;
  }
  .left .leftMenu ul li {
    display: inline-block;
    list-style-type: none;
    width: 20px;
    margin: auto;
  }
  .left .leftMenu ul li:hover {
    background: #f7941e;
  }
  .left .leftMenu ul li a {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    padding: 10px 0;
    display: block;
  }
  .left .leftMenu ul li a img {
    transform: scale(1, 1);
    transition: 0.5ms;
  }
  .left .leftMenu ul li a .iconWrap {
    width: 65px;
    text-align: center;
    font-size: 12px;
  }
  .left .leftMenu ul li a.leftulactive {
    background: #f7941e;
  }
  .left .leftMenu ul li a.leftulactive img {
    transform: scale(1.2, 1.2);
    transition: 0.5ms;
  }
  .left .leftMenu ul li:hover a img {
    transform: scale(1.2, 1.2);
    transition: 0.5ms;
  }
  .left .leftMenu ul li:last-child {
    border: none;
  }
}
/*Media Query End*/
.ProductCode {
  display: inline-block;
  padding: 0 15px;
}
.progressBarContainer {
  width: 100px;
  height: 15px;
  border: solid 1px;
  background-color: #ffffff;
  border-color: #808080;
}
.progressBar {
  background-color: #7beeea;
  margin: 1px;
  height: 11px;
  text-align: center;
  width: 0%;
  float: left;
  vertical-align: middle;
}
.progressBarValue {
  font-size: x-small;
  color: #303030;
}
.first-child-20-pc tr td:first-child {
  width: 20% !important;
}
.site-tbl thead {
  height: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.site-tbl tbody tr:last-child td {
  border-bottom: unset !important;
}
.remove-padding-innert-tbl thead tr th,
.remove-padding-innert-tbl tbody td td {
  padding: 2px 0 !important;
}
.tbl-col-2 {
  widows: 100%;
}
.tbl-col-2 tr th {
  padding: 0 5px;
}
.txt-overflow div[data-title] {
  position: relative;
}
.txt-overflow div[data-title] .txt-short-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 98%;
  cursor: help;
}
.txt-overflow div[data-title] .txt-short-name:empty {
  display: none;
}
.txt-overflow div[data-title]:hover:before {
  content: attr(data-title);
  position: absolute;
  padding: 8px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  z-index: 99999;
  white-space: normal;
  word-break: break-all;
  top: 24px;
}
.txt-overflow div[data-title]:hover:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-bottom: 8px solid #000;
}
.t-grid.tbl-default {
  margin: auto !important;
  width: 100% !important;
}
.t-grid.tbl-default table thead tr th {
  height: 25px;
  color: #f7941e;
}
.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}
.year-group {
  display: flex;
}
.year-group input[type="text"] {
  margin: 0 2px 0 5px;
}
.year-group input[type="text"].year {
  width: 35px;
}
.year-group input[type="text"].month {
  width: 20px;
}
.year-group input[type="text"].day {
  width: 20px;
}
.grid-table table thead tr {
  height: 30px;
}
.grid-table table thead tr td,
.grid-table table thead tr th {
  color: #f7941e;
}
.grid-table table select,
.grid-table table input {
  width: 80px !important;
}
.chosen-choices {
  width: 150px;
  height: 60px;
  overflow-y: auto;
  border: 1px solid #f2f2f2;
  float: left;
}
.tree-view .t-splitter .t-pane .i-header {
  padding: 0 0 !important;
}
.t-grid table tr td {
  word-wrap: break-word;
}
.flex-tbl,
.flex-grid {
  table-layout: fixed;
}
input[type="radio"] {
  margin-left: 8px;
}
.http-input {
  width: calc(200px - 35px) !important;
}
.date-time-group {
  display: flex;
  align-items: center;
}
.date-time-group .time-input {
  width: 35px;
}
.date-time-group .saperator {
  display: inline-block;
  margin: 0 5px;
  color: #f2f2f2;
}
.rep-col-tbl {
  width: 100%;
}
.rep-col-tbl > tr > td {
  border: 1px solid #ededed;
}
.remove-label table tr td:first-child {
  display: none;
}
.reports-tbl.rep-tbl ul.list li table tr td:first-child {
  width: unset;
}
.reports-tbl.rep-tbl ul.list li {
  line-height: 25px;
}
.reports-tbl.rep-tbl ul.list li table tr td input[type="radio"] {
  margin: 0 5px;
}
.width-unset {
  width: unset !important;
}
.margin-right-auto {
  margin: 0 0 0 auto;
}
.steps-tbl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.steps-tbl .i-header {
  padding: 0 0 0 5px !important;
  width: calc(100% - 10px);
}
.steps-tbl .i-header tbody table tr td {
  padding: 0 0 !important;
}
.steps-tbl > .step-group {
  padding: 0 3px;
  margin-bottom: 5px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.steps-tbl > .step-group .tbl-head {
  background-color: #ebebeb;
  width: calc(100% - 20px);
  padding: 2px 10px;
  font-weight: bold;
}
.steps-tbl > .step-group i.header {
  padding: 0 0;
}
.steps-tbl > .step-group table thead tr th {
  color: #f7941e;
  height: 25px;
}
.steps-tbl > .step-group.bps {
  flex-basis: 100%;
}
.steps-tbl > .step-group.operations {
  flex: 1 1 30%;
}
.steps-tbl > .step-group.time-step {
  flex: 1 1 20%;
}
.steps-tbl > .step-group.steps-tbl {
  flex: 1 1 15%;
}
.steps-tbl > .step-group.Materials {
  max-height: 250px;
  overflow-y: auto;
  flex: 1 1 40%;
}
.steps-tbl > .step-group.parameters {
  flex: 1 1 30%;
}
.steps-tbl > .step-group.machines {
  flex: 1 1 40%;
}
.steps-tbl > .step-group.checkList-std {
  flex: 1 1 20%;
}
.steps-tbl > .step-group.updates {
  flex: 1 1 100%;
}
.steps-tbl > .step-group.cheklist {
  flex: 1 1 20%;
}
.steps-tbl > .step-group.inprocess-chk {
  flex: 1 1 30%;
}
.steps-tbl > .step-group.inprocess-chk .t-grid-pager {
  display: none;
}
.steps-tbl > .step-group.out-put {
  flex: 1 1 40%;
}
.steps-tbl > .step-group.audit-trail {
  flex: 1 1 100%;
}
.steps-tbl > .step-group.audit-trail .t-grid table {
  table-layout: fixed;
}
.date-group {
  position: relative;
}
.date-group > input.TextboxCSS {
  width: 95px !important;
}
.date-group > img.ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  width: unset;
  height: unset;
}
.date-group > img.datepickerClearImage {
  position: absolute;
  right: 0;
  width: unset;
  height: unset;
}
.filters-new {
  height: 27px;
  overflow: hidden;
  transition: 0.4s ease-out;
  margin: 2px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f2f2f2;
}
.filters-new.flt-toggle {
  height: auto;
  overflow: unset;
  transition: 0.4s ease-out;
}
.filters-new > div {
  margin: 1px 0;
  padding: 0 8px;
  min-height: 25px;
}
.filters-new > div.btns-group {
  width: 50px;
  display: flex;
  padding: unset;
  background-color: #4d4d4d !important;
}
.filters-new > div.btns-group > div.i-icon-flt {
  width: 25px;
  min-height: 25px;
  background-position: -175px -585px;
  border-right: 1px solid #cccccc;
}
.filters-new > div.btns-group > div.i-arrow {
  width: 25px;
  min-height: 25px;
  background-position: -200px -585px;
  transform: rotate(0deg);
  transition: 0.2s ease-out;
}
.filters-new > div.btns-group > div.i-arrow.icon-toggle {
  transform: rotate(90deg);
  transition: 0.2s ease-out;
}
.filters-new > div:nth-child(even) {
  background-color: #ededed;
}
.filters-new > div:nth-child(odd) {
  background-color: #e3e3e3;
}
.filters-new > div.search-group {
  display: flex;
  align-items: center;
  padding: unset;
}
.filters-new > div.elm .spanSeparater {
  display: none !important;
}
.filters-new > div .date-range .tlt {
  display: none;
}
.filters-new select,
.filters-new input[type=text] {
  height: 25px;
  width: 150px;
}
.filters-new .flex-group {
  display: flex;
  align-items: center;
}
.filters-new .flex-group * {
  padding: 0 2px;
}
.date-range .dynamiclabel {
  display: none;
}
.mt-3 {
  margin-top: 3px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.tblmanageFeatures > table {
  width: 100%;
  border-collapse: separate !important;
}
.tblmanageFeatures > table > thead > tr > th {
  padding: 10px 5px !important;
  border: 1px solid #d9d9d9;
  height: 80px;
  vertical-align: bottom !important;
  background-color: #ededed !important;
}
.tblmanageFeatures > table > thead > tr > th .txt-rotation {
  display: inherit;
  -ms-transform: translate(0px, -8px) rotate(-47deg);
  -webkit-transform: translate(0px, -8px) rotate(-47deg);
  transform: translate(0px, -8px) rotate(-47deg);
  width: 45px;
  text-align: left;
  padding-left: 10px;
}
.tblmanageFeatures > table > tbody {
  border-top: 2px solid #d9d9d9;
}
.tblmanageFeatures > table > tbody > tr > td {
  border: 1px solid #d9d9d9;
}
.tblmanageFeatures > table > tbody > tr > td.empty {
  background-color: #f2f2f2;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.date-time-wrap {
  display: flex;
  align-items: center;
}
.date-time-wrap .time {
  width: 95px;
  padding: 0 10px;
}
.date-time-wrap .time input {
  width: 55px !important;
  margin: 5px;
}
.filters-wrap .flt-content {
  background: #f2f2f2;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 999;
}
.filters-wrap .flt-content > div {
  border-bottom: 1px solid #e6e6e6;
  height: 25px;
  line-height: 25px;
  padding: 2px 5px;
}
.filters-wrap .flt-content > div > table {
  table-layout: fixed;
}
.filters-wrap .flt-content > div > table tr td:first-child {
  width: 150px;
}
.lds-hourglass {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #f7941e #6e92a2 #f7941e #6e92a2;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.timeline-full-lenth-layout {
  background: red;
}
.timeline-full-lenth-layout .row .right {
  width: 100% !important;
  height: inherit !important;
  left: inherit !important;
  padding: inherit !important;
}
.timeline-full-lenth-layout .row .right .clsFrame {
  height: calc(100vh - 165px) !important;
}
.timeline-full-lenth-layout .row .right .clsFrame .RadScheduler_Default {
  height: calc(100vh - 20px) !important;
  background-color: red;
}
.timeline-full-lenth-layout .row .right .clsFrame .RadScheduler_Default .rsTopWrap .rsContent {
  height: calc(100vh - 20px) !important;
  border-top: 1px solid #000 !important;
}
.timeline-full-lenth-layout .row .right .clsFrame .RadScheduler_Default .rsTopWrap .rsContent > table > tbody > tr > td {
  height: 454px !important;
}
.timeline-full-lenth-layout .row .right span.icon-wid-25 {
  height: 25px;
}
.contentDiv .graph-Chart_12283 .t-chart,
.contentDiv .graph-Chart_12284 .t-chart {
  margin: auto;
}
.vertext {
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  color: #6f6b6b;
}
.greyed-out {
  color: #a6a0a0;
}
.flex-location {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
}
.flex-location > div {
  margin: 3px 3px;
  background-color: #f7f7f7;
  padding: 6px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  flex: 1;
  display: flex;
  align-items: center;
}
.flex-location > div input[type="checkbox"] {
  margin-right: 5px;
}
.vhf-scroll {
  margin: 10px 0;
}
.vhf-scroll table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.vhf-scroll table th,
.vhf-scroll table a,
.vhf-scroll table span,
.vhf-scroll table div {
  color: #f7941e;
}
.vhf-scroll table th,
.vhf-scroll table td {
  padding: 3px 10px !important;
  border: 1px solid #f5f5f5;
  width: 160px !important;
}
.vhf-scroll .pane-hScroll {
  overflow: auto;
}
.vhf-scroll .pane-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 200px;
}
.fina-reports {
  display: flex;
  flex-direction: row;
}
.inficon {
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
  cursor: pointer;
  background-position: 10px 10px;
}
.page {
  width: 1236px;
}
.CC,
.txt-center,
.CCH {
  text-align: center !important;
  padding: 0 10px !important;
}
.comparativeTable td {
  border: 1px solid #e6e6e6;
  padding: 0 5px;
}
.flex-item {
  display: flex;
  align-items: center;
}
.flex-item * {
  margin: 0 3px;
}
.flex-item *:first-child {
  margin-left: 0;
}
.i-flex-box {
  display: flex;
  align-items: center;
}
.i-flex-box * {
  margin: 0 2px;
}
.input-http {
  padding-left: 50px !important;
}
.flex-align {
  display: flex;
  align-items: center;
}
.padding-left-10 {
  padding-left: 10px;
}
.noWrap {
  white-space: nowrap;
}
.date-flex {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.date-flex img {
  width: 16px;
  height: 16px;
}
.tax-invoice tr td {
  padding: 2px 0;
}
.t-grid .plain-icons a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
}
.tblComparative {
  margin: 0 10px;
  width: calc(100% - 20px) !important;
}
.t-window-content .cmpTblPop {
  width: calc(100% - 10px) !important;
  overflow: auto !important;
  height: 300px;
  margin: 0 5px;
  border: 1px solid #f2f2f2;
}
.comparativeTable tr td {
  white-space: nowrap;
  min-width: 70px;
}
.comparativeTable .comp-header-bg {
  background-color: #f2f2f2;
}
.comparativeTable .comp-header-bg > table tr td {
  font-weight: normal !important;
}
.add-item tr td {
  padding: 2px 5px;
}
.multiSelectProcess > div.multiSelectHeading {
  font-size: 19px;
  font-weight: bold;
  padding: 5px;
  background: #e6e6e6;
}
.multiSelectProcess > div.ValignedTop {
  height: 350px;
  background: #f2f2f2;
  overflow-y: auto;
  padding: 10px;
}
.draggable {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 40px;
  background: #e6e6e6;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  top: calc(50% - 20px);
  z-index: 99;
}
.draggable .fine-menubar {
  position: absolute;
  left: calc(50% - 13px);
  top: calc(50% - 13px);
}
.draggable .fine-menubar .fContent {
  top: 0px;
  right: 20px;
  padding: 20px;
  background: transparent;
}
.draggable .fine-menubar .fContent ul {
  background: #6e92a2;
  padding: 0 10px;
  max-height: 300px;
  overflow-y: auto;
}
.draggable .fine-menubar .fContent ul li:first-child:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 18px;
  right: 18px;
  background: #b3b3b3;
  z-index: -1;
}
.draggable:empty {
  display: none;
}
.unset-pad {
  padding: 0 0 !important;
}
.tabClass a {
  color: #f7941e !important;
}
.ColumnleftHeader,
.ColumnLeft,
.CL,
.CLH {
  text-align: left !important;
  padding: 0 10px !important;
}
.ColumnRightHeader,
.ColumRightHeader,
.ColumnRight,
.CR,
.CRH,
.txt-right {
  text-align: right !important;
  padding: 0 10px !important;
}
.icon-250 {
  font-size: 250px;
}
.t-icon {
  background-image: url("/content/default/sprite.png");
  font-size: 0px;
}
.starSpan {
  color: #ff0000;
}
.t-overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.bold {
  font-weight: bold;
}
body {
  font-size: 13px;
  color: #595959;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #595959;
}
.row-flex {
  display: grid;
  grid-template-columns: auto 15px;
  grid-gap: 2px;
  align-items: center;
}
.blueheader {
  font-size: 17px;
  text-align: left;
  font-weight: bold;
}
span.dropTxtBox,
span.labeltxt {
  display: inline-block;
  font-weight: normal !important;
  color: #666666;
}
.nowrap {
  white-space: nowrap;
}
.nowrap span {
  display: inline-block;
}
.data-imp-tbl tr th {
  color: #f7941e !important;
  height: 35px;
}
.t-resize-handle {
  display: none !important;
}
.i-header {
  background: #e6e6e6;
  position: relative;
  margin: 2px 5px;
}
.i-header table {
  width: 100%;
}
.i-header table tr {
  background-color: unset !important;
}
.i-header table tr td {
  padding: 0px !important;
}
.i-header table tr td:first-child {
  padding-left: 5px !important;
}
.i-header table tr td:last-child {
  text-align: right;
  padding-right: unset;
}
.i-header .grdLevelBtnsAlign {
  padding: unset;
  margin-bottom: unset;
}
.i-header .grdLevelBtnsAlign table {
  width: unset;
}
a.button {
  color: #ffffff;
}
.button,
button,
input[type='submit'],
input[type='button'] {
  background: #4c6a77;
  color: #ffffff;
  border: none;
  padding: 4px 10px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover {
  background: #425c68;
}
input[type='text'],
input[type='password'] {
  min-height: 22px;
  border: none;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}
input.TextboxCSS {
  height: 22px;
  width: 75px !important;
  padding: 0 5px;
  border: 1px solid #d9d9d9;
}
select {
  font-size: 13px;
  padding: 0px 23px 0px 5px;
  width: 212px;
  border: 1px solid #d9d9d9;
  min-height: 23px;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url("/Images/Icons/default/dropdown.png") 100% no-repeat;
  color: #595959;
}
select[multiple="multiple"] {
  background: none;
}
input[type='radio'],
input[type='checkbox'] {
  vertical-align: -2px;
  color: #595959;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  width: 200px;
}
textarea {
  min-width: 200px;
}
.t-widget.timepicker .t-picker-wrap {
  width: 60px;
}
.t-widget.timepicker .t-picker-wrap .t-input {
  width: 50px;
  margin: 0 3px;
}
.t-widget.t-upload {
  display: flex;
  align-items: center;
  position: relative;
}
.t-widget.t-upload .t-upload-button span {
  position: relative;
  display: inline-block;
  height: 26px;
  overflow: hidden;
  font-size: 14px;
  width: 70px;
  border-radius: 1px;
}
.t-widget.t-upload .t-upload-button span:after {
  content: "Select";
  width: 100%;
  height: 100%;
  background: #4c6a77;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  position: absolute;
  left: -10px;
  top: 0;
  text-align: right;
}
.t-widget.t-upload .t-upload-button span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
  background-position: -248px -560px;
  z-index: 1;
}
.t-widget.t-upload .t-upload-button input[type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  position: absolute;
  left: 0;
  width: 72px;
  height: 27px;
}
.t-widget.t-upload .t-upload-files {
  padding: 0 10px;
}
.t-widget.t-upload .t-upload-files .t-file {
  display: flex;
  align-items: center;
}
.t-widget.t-upload .t-upload-files .t-file * {
  padding: 0 2px;
}
.t-widget.t-upload .t-upload-files .t-file button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  width: 30px;
  height: 20px;
  overflow: hidden;
}
.t-widget.t-upload .t-upload-files .t-file button span.t-delete {
  width: 16px;
  height: 16px;
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
  background-position: -16px 0px;
  z-index: 1;
}
.t-widget.t-upload .t-upload-files .t-reset {
  display: inline;
  padding: 0 5px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
textarea {
  border: 1px solid #d9d9d9;
  resize: none;
  padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
.icon-16 {
  font-size: 16px;
}
.icon-24 {
  font-size: 24px;
}
.icon-32 {
  font-size: 32px;
}
.sessionWarning {
  background: url('../../Images/warning.png') no-repeat #F4F4F4 top center;
  font-weight: bold;
  color: black;
  border: #fff 1px solid;
  position: fixed;
  left: 30%;
  top: 40%;
  display: none;
  z-index: 99999;
  height: 150px;
  width: 475px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.highlight-required {
  border: 1px solid #ff0000 !important;
}
.formErrorContent {
  color: #ff0000;
}
.loader {
  width: 100px;
  height: 170px;
  position: fixed;
  left: calc(50% - 50px);
  top: calc(50% - 85px);
  z-index: 999999999999;
}
.loader .c1 {
  width: 15px;
  height: 15px;
  background: #f7941d;
  border-radius: 50%;
  margin: 10px auto;
  animation: c11 0.5s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
.loader .c2 {
  width: 20px;
  height: 20px;
  background: #6d91a3;
  border-radius: 50%;
  margin: 10px auto;
  animation: c21 0.5s 0.1s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
.loader .c3 {
  width: 15px;
  height: 15px;
  background: #6d91a3;
  border-radius: 50%;
  margin: 10px auto;
  animation: c31 0.5s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
@keyframes c11 {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1, 1);
  }
}
@keyframes c21 {
  0% {
    transform: scale(0, 0);
  }
  75% {
    transform: scale(1, 1);
  }
}
@keyframes c31 {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.loader:before {
  content: "";
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: calc(50% - 50vw);
  top: calc(50% - 50vh);
}
.loginPage {
  height: 100vh;
  background-color: #6e92a2;
  background-image: linear-gradient(20deg, #567887, #9db5c0, #567887);
}
.loginPage .login-circle {
  width: 650px;
  height: 650px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 325px);
  left: calc(50% - 325px);
  text-align: center;
  position: relative;
}
.loginPage .login-circle .logo {
  width: 350px;
  height: 150px;
  margin: auto;
  padding: 70px 0 0 0;
}
.loginPage .login-circle .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.loginPage .login-circle .comapny_title {
  font-size: 20px;
  color: #f7941e;
  font-weight: 400;
}
.loginPage .login-circle .login-wrap .login-cont {
  width: 250px;
  height: auto;
  background: #fafafa;
  border-radius: 10px;
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 3px #d9d9d9;
}
.loginPage .login-circle .login-wrap .login-cont .login-row {
  display: flex;
  width: calc(100% - 2px);
  margin: 5px 0;
  border: 1px solid #e6e6e6;
}
.loginPage .login-circle .login-wrap .login-cont .login-row .UserNameformError,
.loginPage .login-circle .login-wrap .login-cont .login-row .PasswordformError {
  display: none;
}
.loginPage .login-circle .login-wrap .login-cont .login-row .user,
.loginPage .login-circle .login-wrap .login-cont .login-row .password {
  display: inline-block;
  width: 32px;
  height: 30px;
  border-right: 1px solid #d9d9d9;
}
.loginPage .login-circle .login-wrap .login-cont .login-row .user {
  background-position: 0 -740px;
}
.loginPage .login-circle .login-wrap .login-cont .login-row .password {
  background-position: -30px -740px;
}
.loginPage .login-circle .login-wrap .login-cont .login-row input[type='text'],
.loginPage .login-circle .login-wrap .login-cont .login-row input[type='password'] {
  background-color: transparent;
}
.loginPage .login-circle .login-wrap .login-cont .login-row input {
  border: none;
  width: 100% !important;
  height: 30px;
  box-sizing: border-box;
}
.loginPage .login-circle .login-wrap .login-cont .login-row input[type="submit"] {
  background: #f7941e;
}
.loginPage .login-circle .login-wrap .forgot_password a {
  text-decoration: none;
  color: #327AD6;
  font-size: 14px;
}
.loginPage .login-circle .login-wrap .error_msg {
  margin: 10px;
  color: #ff0000;
  font-size: #000000;
}
.loginPage .login-circle .log-frm {
  width: calc(500px - 20px);
  height: 150px;
  margin: auto;
  position: absolute;
  left: calc(50% - 240px);
  top: calc(50% - 75px);
}
.loginPage .login-circle .log-frm .error_msg {
  color: #ff0000;
}
.loginPage .login-circle .log-frm table {
  width: 60%;
  margin: 20px auto 0 auto;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.loginPage .login-circle .log-frm table input[type="text"],
.loginPage .login-circle .log-frm table input[type="password"] {
  width: calc(100% - 10px);
  min-height: 35px;
  text-align: center;
  font-style: italic;
}
.loginPage .login-circle .log-frm .login-button {
  position: relative;
  margin: 0 0 20px 0;
}
.loginPage .login-circle .log-frm .login-button input[type='submit'] {
  box-shadow: inset 0px 3px 5px -2px rgba(0, 0, 0, 0.5), 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  min-height: 40px;
  min-width: 120px;
  border-radius: 0 0 10px 10px;
  font-size: 20px !important;
}
.loginPage .login-circle .log-frm .powerdBy,
.loginPage .login-circle .log-frm .forgot_password {
  margin: 10px 0;
}
.loginPage .login-circle .powerdBy {
  position: absolute;
  width: 200px;
  height: 20px;
  left: calc(50% - 100px);
  bottom: 70px;
}
/*Header*/
.header {
  background: #384e58;
}
.header .info_tbl {
  width: 100%;
  position: relative;
}
.header .info_tbl .menuBarIcon {
  width: 50px;
  background-color: #384e58;
}
.header .info_tbl .userSettings .u-info {
  color: #dbe4e8;
  padding: 0 5px;
  font-size: 17px;
  text-transform: uppercase;
}
.header .topLogo {
  width: 65px;
  text-align: center;
}
.header .topLogo .smallLogo {
  background-color: #384e58;
  height: 50px;
  width: 65px;
  background-position: 0 -670px;
  cursor: auto;
}
.header .tMenu {
  width: 50%;
  padding: 2px;
  margin: auto;
}
.header .tMenu .menuIcon {
  width: 30px;
  height: 30px;
  margin: auto;
  background-position: 0 -770px;
  margin-top: 4px;
}
.header .setting {
  width: 25px;
  height: 25px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.header .setting_opt {
  position: absolute;
  width: 200px;
  z-index: 9999;
  right: 1px;
  background: #1a1a1a;
  display: none;
  top: 54px;
  font-size: 16px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.header .setting_opt .list a {
  text-decoration: none;
  color: #ffffff;
}
.header .setting_opt .list a .link {
  border-bottom: 1px solid #ffffff;
  line-height: 0;
  padding: 1px 0;
  display: flex;
  align-items: center;
  padding: 5px 2px;
}
.header .setting_opt .list a .link span {
  display: inline-block;
}
.header .setting_opt .list a .link span:first-child {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-position: center;
}
.header .setting_opt .list a .link span.settings {
  background-position: 0 -720px;
}
.header .setting_opt .list a .link span.changepassword {
  background-position: -20px -720px;
}
.header .setting_opt .list a .link span.logOut {
  background-position: -40px -720px;
}
.header .setting_opt .list a .link span.preferences {
  background-position: -60px -720px;
}
.header .setting_opt .list a .link span.support {
  background-position: -120px -720px;
}
.header .setting_opt .list a .link .profile {
  width: 100%;
  height: 170px;
  position: relative;
  display: flex;
}
.header .setting_opt .list a .link .profile .uni {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}
.header .setting_opt .list a .link .profile .profile-tlt {
  position: absolute;
  width: calc(100% + 24px);
  bottom: -6px;
  background: #7e9eac;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 -12px;
}
.header .setting_opt .list a.user_logout_logo .link {
  border-bottom: none !important;
}
.header .chat_img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background-position: -60px -770px;
}
.header .online-users {
  width: 250px;
  border-radius: 5px;
  z-index: 9999;
  position: absolute;
  top: 54px;
  right: 1px;
}
.header .online-users .onlineUsersTlt {
  display: none;
  background: #f7941e;
  border-bottom: #6e92a2 5px solid;
  color: #ffffff;
  font-size: 15px;
}
.header .user_img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  display: none;
}
.header .nav_top {
  position: relative;
}
.header .nav_top ul {
  top: 8px;
  left: -4px;
  margin: 0px;
  position: absolute;
  z-index: 99999;
  display: block;
  height: auto;
  background: #1a1a1a;
  padding: 0px;
  box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.header .nav_top ul li {
  width: 100%;
  list-style-type: none;
  float: left;
  margin: 0px;
  height: 26px;
}
.header .nav_top ul li .topMenus {
  float: left;
  width: 25px;
  height: 22px;
  margin: 1px 5px 0 0;
  background-position: 25px -25px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_1 {
  background-position: 0 -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_2 {
  background-position: -525px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_3 {
  background-position: -325px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_5 {
  background-position: -275px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_6 {
  background-position: -175px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_7 {
  background-position: -375px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_35 {
  background-position: -125px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_21 {
  background-position: -25px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_22 {
  background-position: -50px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_26 {
  background-position: -75px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_14 {
  background-position: -100px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_16 {
  background-position: -125px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_19 {
  background-position: -150px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_25 {
  background-position: -175px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_9 {
  background-position: -200px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_10 {
  background-position: -225px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_4 {
  background-position: -250px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_31 {
  background-position: -275px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_13 {
  background-position: -300px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_18 {
  background-position: -325px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_17 {
  background-position: -350px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_55 {
  background-position: -375px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_12 {
  background-position: -400px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_30 {
  background-position: -425px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_32 {
  background-position: -450px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_43 {
  background-position: -475px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_53 {
  background-position: -500px -440px;
}
.header .nav_top ul li .topMenus.infi-TopMenu_56 {
  background-position: -550px -440px;
}
.header .nav_top ul li .sub-menus {
  position: absolute;
  left: 250px;
  display: none;
  background: #2e2e2e;
  top: 0;
  height: calc(100vh - 55px);
  overflow: auto;
}
.header .nav_top ul li .sub-menus > div {
  height: calc(26px);
  border-bottom: 1px solid #262626;
}
.header .nav_top ul li .sub-menus > div:hover {
  background: #f7941e;
}
.header .nav_top ul li .sub-menus > div a {
  color: #6e92a2;
  height: 26px;
  border-bottom: none;
  display: flex;
  align-items: center;
}
.header .nav_top ul li .sub-menus > div a:hover {
  color: #ffffff;
}
.header .nav_top ul li .sub-menus > div a .sub-tlt {
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
}
.header .nav_top ul li a {
  width: 210px;
  font-size: 1rem;
  text-shadow: none;
  color: #6e92a2;
  border-bottom: 1px solid #262626;
  margin: 0px 20px 0px 20px !important;
  letter-spacing: 0.5px;
  float: left;
  margin: 0px 0 0px 0;
  text-decoration: none;
  line-height: 26px;
}
.header .nav_top ul li a .menuName {
  padding-left: 10px;
}
.header .nav_top ul li:last-child a {
  border-bottom: none;
}
.header .nav_top ul li:hover .sub-menus {
  display: block;
}
.header .nav_top ul li:hover,
.header .nav_top ul li.current {
  background: #f7941e;
}
.header .nav_top ul li:hover a,
.header .nav_top ul li.current a {
  color: #ffffff;
}
.header .nav_top ul li:hover a .topMenus,
.header .nav_top ul li.current a .topMenus {
  margin: 1px 5px 0 0;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_1,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_1 {
  background-position: 0 -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_2,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_2 {
  background-position: -525px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_3,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_3 {
  background-position: -325px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_5,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_5 {
  background-position: -275px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_6,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_6 {
  background-position: -175px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_7,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_7 {
  background-position: -375px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_35,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_35 {
  background-position: -125px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_21,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_21 {
  background-position: -25px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_22,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_22 {
  background-position: -50px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_26,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_26 {
  background-position: -75px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_14,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_14 {
  background-position: -100px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_16,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_16 {
  background-position: -125px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_19,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_19 {
  background-position: -150px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_25,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_25 {
  background-position: -175px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_9,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_9 {
  background-position: -200px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_10,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_10 {
  background-position: -225px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_4,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_4 {
  background-position: -250px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_31,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_31 {
  background-position: -275px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_13,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_13 {
  background-position: -300px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_18,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_18 {
  background-position: -325px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_17,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_17 {
  background-position: -350px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_55,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_55 {
  background-position: -375px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_12,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_12 {
  background-position: -400px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_30,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_30 {
  background-position: -425px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_32,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_32 {
  background-position: -450px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_43,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_43 {
  background-position: -475px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_53,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_53 {
  background-position: -500px -465px;
}
.header .nav_top ul li:hover a .topMenus.infi-TopMenu_56,
.header .nav_top ul li.current a .topMenus.infi-TopMenu_56 {
  background-position: -550px -465px;
}
.header .activeMenu {
  color: #dbe4e8;
  font-size: 21px;
  padding: 0 5px;
  letter-spacing: 1px;
}
.header .activeMenu .lmenu {
  position: relative;
}
.header .activeMenu .lmenu.rem-sperator:before {
  content: '|';
  padding: 0 5px;
}
.pagefooter {
  background: #ffffff;
  text-align: right;
  border-top: #6e92a2 1px solid;
  margin: 5px 0;
  padding: 5px 0;
}
.layOut {
  width: 100%;
}
.layOut > div.row .right {
  vertical-align: top;
  padding: 0 10px;
}
.layOut > div.row .right .bar {
  display: none;
  width: 100%;
}
.layOut > div.row .right .bar .border-left {
  width: 50%;
  height: 5px;
  background: #f7941e;
}
.layOut > div.row .right .bar .border-right {
  width: 50%;
  height: 5px;
  background: #6e92a2;
}
.DateReceivedStrformError {
  display: none;
}
/*Basic Info*/
.basicinfo {
  width: calc(100% - 15px);
  background: #ebebeb;
  line-height: 35px;
  text-align: left;
  padding: 0 10px 0 5px;
}
.basicinfo .spntiltle span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding: 0 3px;
  color: #595959;
}
.basicinfo .spntiltle .floting-menu {
  text-align: right;
}
.basicinfo > table {
  width: 100%;
}
.basicinfo > table td.flotingMenu {
  text-align: right;
}
.basicinfo > table td:last-child > div {
  float: right;
}
/*grids*/
.t-grid {
  position: relative;
  margin: 0;
  width: calc(100% - 0);
  /*Pagination*/
}
.t-grid table {
  width: 100%;
}
.t-grid table thead.t-grid-header {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.t-grid table thead.t-grid-header th {
  word-wrap: break-word;
  text-align: left;
  height: 30px;
  padding: 3px 10px !important;
  font-weight: 800;
  padding: 0 10px !important;
}
.t-grid table thead.t-grid-header th.t-header {
  text-decoration: none;
  color: #f7941e;
  font-size: 14px;
  font-weight: 600;
}
.t-grid table thead.t-grid-header th .t-filter,
.t-grid table thead.t-grid-header th .t-grid-filter {
  display: none !important;
  /*temparory*/
}
.t-grid table thead.t-grid-header th .t-grid-filter {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.t-grid table thead.t-grid-header th .t-grid-filter .t-icon {
  display: none;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.t-grid table thead.t-grid-header th .t-grid-filter .t-filter {
  background-position: 0 -240px;
}
.t-grid table thead.t-grid-header th .gridData tbody tr {
  background: none;
}
.t-grid table thead.t-grid-header th .gridData tbody tr td {
  color: #f7941e;
  vertical-align: middle;
  font-weight: 600;
  padding: 5px 10px !important;
}
.t-grid table thead.t-grid-header th .gridData tbody tr:first-child td {
  border-bottom: #d9d9d9 !important;
}
.t-grid table thead.t-grid-header th a,
.t-grid table thead.t-grid-header th span,
.t-grid table thead.t-grid-header th div {
  text-decoration: none;
  color: #f7941e;
  font-size: 14px;
  font-weight: 600;
}
.t-grid table thead.t-grid-header th a span.t-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
}
.t-grid table thead.t-grid-header th a span.t-arrow-up {
  background-position: -16px -160px;
}
.t-grid table thead.t-grid-header th a span.t-arrow-down {
  background-position: -16px -176px;
}
.t-grid table tbody tr > th {
  color: #f7941e;
}
.t-grid table tbody > td > a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
}
.t-grid table tbody tr:hover {
  background: #fff9f2;
}
.t-grid table tbody tr td {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  padding: 3px 10px !important;
  vertical-align: middle;
}
.t-grid table tbody tr td table tr td {
  border: none;
}
.t-grid table tbody tr td > img {
  width: 10px;
  height: 14px;
}
.t-grid table tbody tr td a {
  text-decoration: none;
  color: #327AD6;
  word-break: break-word;
}
.t-grid table tbody tr td span div:nth-child(2) {
  width: 30px;
  text-align: left;
  padding-left: 3px;
}
.t-grid table tbody tr td span div {
  display: inline-block;
}
.t-grid table tbody tr td.t-detail-cell {
  padding: 10px 0;
}
.t-grid table tbody tr td.t-detail-cell .t-grid {
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
  width: calc(100% - 10px);
  margin: 0 5px;
}
.t-grid table tbody tr td.t-detail-cell .t-grid table tbody tr {
  background: #ffffff;
}
.t-grid table tbody tr td.t-detail-cell .t-grid table tbody tr:nth-child(even) {
  background: unset;
}
.t-grid table tbody tr td.t-detail-cell .t-grid table tbody tr:last-child {
  border-bottom: unset;
}
.t-grid table tbody tr td.t-detail-cell .t-grid table tbody tr td {
  height: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.t-grid table tbody tr .ancList {
  position: relative;
  width: 20px;
}
.t-grid table tbody tr .ancList.ancList-02 .dotIcon {
  background-color: transparent;
  position: absolute;
  top: 5px;
  right: 4px;
  z-index: 999999999;
}
.t-grid table tbody tr .ancList > a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
}
.t-grid table tbody tr .ancList .dotIcon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: -768px 0;
  margin: 0 5px 0 auto;
}
.t-grid table tbody tr .ancList .popDiv {
  display: none;
  position: absolute;
  top: 0px;
  background: #ffffff;
  padding: 2px 0;
  z-index: 99999 !important;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  right: 20px;
  border-left-style: solid;
  border-left-color: #f7941e;
  border-left-width: 10px;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl {
  display: table;
  background: #ffffff;
  white-space: nowrap;
  padding: 0 5px;
  position: relative;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbe4e8;
  padding: 3px 5px;
  position: relative;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row:hover .icons {
  transform: rotateY(360deg);
  transition: 1s;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row .bgColor a {
  background: #ffffff;
  font-size: 13px;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row .cell.icons {
  width: 16px;
  height: 16px;
  background-size: contain;
  margin-right: 5px;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row .cell.icons a {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  background-position: 20px -20px;
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row .cell.text-left a {
  padding: 2px;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row .cell.text-left a:before {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 1px;
  color: #6e92a2;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row .cell.text-left a.icon {
  padding: 0 10px;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row a {
  color: #000;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl .row:last-child {
  border-bottom: none;
}
.t-grid table tbody tr .ancList .popDiv .actionTbl div:last-child {
  border-right: none;
}
.t-grid table tbody tr.reverse {
  background-color: wheat !important;
}
.t-grid table tbody tr.reverse .ancList .popDiv {
  top: unset;
  bottom: 0;
}
.t-grid .t-grid-pager {
  overflow-x: auto;
  width: 175px;
  margin: 10px 0 0 auto;
  padding: 0 20px;
}
.t-grid .t-grid-pager .t-icon {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url('/Images/infionic-grid-icons16x16-default.png');
  background-position: 99999px -9999px;
}
.t-grid .t-grid-pager .t-status {
  float: left;
}
.t-grid .t-grid-pager .t-status .t-refresh {
  background-position: 0 -560px;
}
.t-grid .t-grid-pager .t-status a {
  border-right: none;
}
.t-grid .t-grid-pager .t-pager {
  display: flex;
  align-items: center;
}
.t-grid .t-grid-pager .t-pager a {
  border-right: none;
}
.t-grid .t-grid-pager .t-pager span {
  vertical-align: top;
}
.t-grid .t-grid-pager .t-pager .t-arrow-first {
  background-position: -25px -560px;
}
.t-grid .t-grid-pager .t-pager .t-arrow-first:hover {
  background-position: -25px -585px;
}
.t-grid .t-grid-pager .t-pager .t-arrow-prev {
  background-position: -75px -560px;
}
.t-grid .t-grid-pager .t-pager .t-arrow-prev:hover {
  background-position: -75px -585px;
}
.t-grid .t-grid-pager .t-pager .t-arrow-next {
  background-position: -100px -560px;
}
.t-grid .t-grid-pager .t-pager .t-arrow-next:hover {
  background-position: -100px -585px;
}
.t-grid .t-grid-pager .t-pager .t-arrow-last {
  background-position: -50px -560px;
}
.t-grid .t-grid-pager .t-pager .t-arrow-last:hover {
  background-position: -50px -585px;
}
.t-grid .t-grid-pager .t-pager .t-page-i-of-n {
  display: none;
}
.t-grid .t-grid-pager .t-pager .t-page-size {
  width: 48px;
  height: 25px;
}
.t-grid .t-grid-pager .t-pager .t-page-size .t-dropdown {
  width: 50px;
}
.t-grid .t-grid-pager .t-pager .t-page-size .t-dropdown .t-dropdown-wrap {
  display: flex;
  padding: 0 5px;
  align-items: center;
}
.t-grid .t-grid-pager .t-pager .t-page-size .t-dropdown .t-dropdown-wrap .t-input {
  width: 20px;
}
.t-grid .t-grid-pager .t-pager .t-page-size .t-dropdown .t-dropdown-wrap .t-select {
  display: inline-block;
  zoom: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
}
.t-grid .t-grid-pager .t-pager .t-page-size .t-dropdown .t-dropdown-wrap .t-select .t-arrow-down {
   background-position: center;
}
.t-grid .t-status-text {
  clear: both;
  color: #000;
  line-height: 30px;
  text-align: center;
}
.t-grid .t-animation-container {
  margin: 5px 0;
  position: absolute;
  background: #ffffff;
  z-index: 99;
}
.t-grid .t-animation-container .t-filter-options {
  position: absolute;
  padding: 5px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.t-grid .t-animation-container .t-filter-options .t-filter-help-text {
  font-size: 13px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 5px 0;
  padding: 5px 0;
}
.t-grid .t-animation-container .t-filter-options .t-datepicker {
  white-space: nowrap;
}
.t-grid .t-animation-container .t-filter-options .t-datepicker .t-picker-wrap {
  box-sizing: border-box;
}
.t-grid .t-animation-container .t-filter-options .t-datepicker .t-picker-wrap input[type='text'] {
  width: 130px;
  margin-right: 2px;
}
.t-grid .t-animation-container .t-filter-options .t-datepicker .t-picker-wrap .t-select .t-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
  cursor: pointer;
}
.t-grid .t-animation-container .t-filter-options .t-datepicker .t-picker-wrap .t-select .t-icon-calendar {
  background-position: -48px -240px;
}
.t-grid .t-animation-container .t-filter-options .t-filter-operator {
  width: 150px;
  margin: 1px 0;
  font-size: 13px;
  background-color: transparent;
}
.t-grid .t-animation-container .t-filter-options input[type='text'] {
  width: 150px;
  padding: 0 10px;
  margin: 1px 0;
  font-size: 13px;
  background: transparent;
  box-sizing: border-box;
}
.t-grid .t-animation-container .t-filter-options .t-filter-button {
  border-top: 1px solid #d9d9d9;
  margin: 5px 0;
}
/*Left Menu*/
.header {
  position: fixed !important;
  top: 0;
  height: 55px;
  width: 100%;
  z-index: 0;
}
.content {
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: -1;
}
.pagefooter {
  text-align: right;
  border-top: #6e92a2 1px solid;
  padding: 5px 0;
  margin: 10px 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  height: 25px;
  line-height: 25px;
}
.page {
  width: 100%;
}
.page .row {
  position: relative;
}
.page .row .right {
  position: absolute;
  height: calc(100vh - 96px);
  width: calc(100% - 72px);
  left: 52px;
  background: #fafafa;
  z-index: -1;
}
.page .row .right.collapse {
  width: calc(100% - 220px) !important;
  left: 200px;
}
.page .left {
  position: fixed;
  left: 0;
  vertical-align: top;
  background: #d9d9d9;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out;
  width: 50px;
  z-index: 0;
  transition: 0.2s ease-in;
}
.page .left .toggle-btn-row {
  height: 50px;
  border-bottom: 2px solid #b3b3b3;
}
.page .left .toggle-btn-row .i-expand {
  background-position: 0px -250px;
}
.page .left .toggle-btn-row .i-expand:hover {
  background-color: #d1d1d1;
}
.page .left.expand {
  width: 200px;
  z-index: 999;
  transition: 0.2s ease-in;
}
.page .left.expand .i-expand {
  background-position: -50px -250px;
}
.page .left.expand .leftMenu .t-treeview {
  overflow-y: auto;
}
.page .left .leftMenu .t-treeview {
  height: calc(100vh - 105px);
  overflow-y: auto;
}
.page .left .leftMenu .t-treeview:hover {
  overflow-y: auto;
}
.page .left .leftMenu .t-treeview:hover .iconWrap .lt-icons {
  width: 50px;
  height: 45px;
}
.page .left .leftMenu .t-treeview ul {
  margin-left: 0px;
  padding: 0px;
}
.page .left .leftMenu .t-treeview ul li .t-icon {
  display: none;
}
.page .left .leftMenu ul li {
  list-style-type: none;
  height: 45px;
  margin: 2px 0;
}
.page .left .leftMenu ul li:first-child {
  margin-top: 0px;
}
.page .left .leftMenu ul li:last-child {
  margin-bottom: 0px;
}
.page .left .leftMenu ul li a {
  text-decoration: none;
  color: #000000;
  position: relative;
  display: block;
  border: none;
  font-weight: 400;
  height: 45px;
  border-radius: 5px;
}
.page .left .leftMenu ul li a img {
  width: 25px !important;
  height: 25px !important;
  filter: brightness(0);
  -webkit-filter: brightness(0);
  margin-left: 12px;
  margin-top: 8px;
  overflow: hidden;
}
.page .left .leftMenu ul li a .iconWrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: center;
}
.page .left .leftMenu ul li a .iconWrap .lt-icons {
  line-height: 45px;
  width: 50px;
  height: 45px;
  position: relative;
}
.page .left .leftMenu ul li a .iconWrap p {
  width: calc(90% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 45px;
  transition: 0ms;
  text-align: left;
  margin-left: 20px;
}
.page .left .leftMenu ul li a.leftulactive {
  background: #f7941e;
  color: #ffffff;
}
.page .left .leftMenu ul li a.leftulactive img {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}
.page .left .leftMenu ul li:hover a {
  background: #f7941e;
  color: #ffffff;
}
.page .left .leftMenu ul li:hover a img {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}
.page .left .leftMenu ul li:last-child {
  border: none;
}
.page .ui-widget-content .t-grid {
  position: relative;
  width: unset;
  height: unset;
  overflow-x: unset;
  margin: 0 0 10px 6px;
}
.page .ui-widget-content .divPopUpWindowContentWindow {
  height: unset !important;
}
.page.dashboard-layout .ui-widget-content {
  width: 100%;
}
.page.dashboard-layout .ui-widget-content .t-grid:after {
  content: unset !important;
}
.t-animation-container .t-popup {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.t-animation-container .t-popup .t-reset {
  background: #ffffff;
  width: calc(100% - 0);
}
.t-animation-container .t-popup .t-reset .t-item {
  padding: 5px;
  border-bottom: 1px solid #f2f2f2;
  word-break: break-all;
}
.t-animation-container .t-popup .t-reset .t-item:last-child {
  border-bottom: unset;
}
.t-animation-container .t-popup .t-reset .t-item.t-state-selected {
  background-color: #327AD6;
  color: #ffffff;
}
.t-animation-container .t-popup .t-reset .t-item:hover.t-state-hover {
  background-color: #327AD6;
  color: #ffffff;
}
.t-animation-container .t-calendar {
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
  width: 150px;
  box-shadow: 4px 5px 4px 1px rgba(0, 0, 0, 0.2);
}
.t-animation-container .t-calendar .t-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  background: #384e58;
}
.t-animation-container .t-calendar .t-header a {
  text-decoration: none;
  font-size: 12px;
  color: #7e9eac;
  font-weight: 400;
  line-height: 24px;
}
.t-animation-container .t-calendar .t-header a .t-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
}
.t-animation-container .t-calendar .t-header a .t-arrow-next {
  background-position: -32px -206px;
}
.t-animation-container .t-calendar .t-header a .t-arrow-prev {
  background-position: -16px -206px;
}
.t-animation-container .t-calendar .t-content {
  width: 100%;
}
.t-animation-container .t-calendar .t-content.t-meta-view tr td:first-child a {
  color: #4d4d4d;
}
.t-animation-container .t-calendar .t-content tr th {
  font-size: 11px;
  border-bottom: 1px solid #000;
  padding: 2px 0;
}
.t-animation-container .t-calendar .t-content tr th:first-child {
  color: red;
}
.t-animation-container .t-calendar .t-content tr td {
  text-align: center;
  border: 1px solid #bfbfbf;
}
.t-animation-container .t-calendar .t-content tr td:first-child a {
  color: red;
}
.t-animation-container .t-calendar .t-content tr td:hover {
  background: #f7941e;
}
.t-animation-container .t-calendar .t-content tr td:hover a {
  color: #ffffff;
}
.t-animation-container .t-calendar .t-content tr td a {
  font-size: 11px;
  text-decoration: none;
  color: #4d4d4d;
}
.t-animation-container .t-calendar .t-content tr td.t-state-focus {
  background: #f7941e;
}
.t-animation-container .t-calendar .t-content tr td.t-state-focus a {
  color: #ffffff;
}
.t-animation-container .t-calendar .t-content tr td.t-other-month a {
  display: none;
}
/*ui-datepicker*/
.ui-datepicker.ui-widget-content {
  width: 240px;
  background: #d9d9d9;
}
.ui-datepicker.ui-widget-content .ui-widget-header {
  background: #ffffff;
}
.chosen-container {
  overflow: auto;
}
.chosen-container input {
  margin-right: 2px;
}
.i-search-btn {
  margin: 5px 0px 5px 3px;
}
/*popup box or t-window*/
.t-window {
  display: inline-block;
  display: inline;
  zoom: 1;
  z-index: 10001;
  position: absolute;
  border-width: 2px;
  background: #ffffff;
  -moz-box-shadow: 3px 0px 25px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 0px 25px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0px 25px 1px rgba(0, 0, 0, 0.3);
  width: unset !important;
}
.t-window .t-window-titlebar {
  padding: 5px;
  white-space: nowrap;
  background: #384e58;
  line-height: 21px;
}
.t-window .t-window-titlebar .t-window-title {
  cursor: default;
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  left: 0.5em;
  right: 0.5em;
  color: #ffffff;
  font-size: 16px;
}
.t-window .t-window-titlebar .t-window-actions {
  position: absolute;
  right: 0.5em;
  top: 0;
  padding-top: 0.3em;
  white-space: nowrap;
}
.t-window .t-window-titlebar .t-window-actions .t-icon {
  width: 16px;
  height: 16px;
  background-position: center;
  display: inline-block;
}
.t-window .t-window-titlebar .t-window-actions .t-close {
  background-position: -64px -288px;
}
.t-window .t-window-content .filterbg table tr td {
  border-bottom: unset;
}
.t-window .t-window-content .filterbg table tr td .filterButton table tr td:first-child {
  padding-right: 1px !important;
}
.t-window .t-window-content .t-overlay {
  display: none;
}
.t-window .t-window-content .pop-infoTbl tr td,
.t-window .t-window-content .pop-infoTbl tr th {
  padding: 0 10px;
}
.t-window .t-window-content .pop-infoTbl tr td:first-child,
.t-window .t-window-content .pop-infoTbl tr th:first-child {
  width: 250px !important;
}
.t-window > div {
  position: relative;
}
.t-window > div .divPopUpWindowContent {
  position: absolute;
  width: 100%;
  height: calc(100% - 23px) !important;
  overflow-y: scroll;
}
.t-window > div .divPopUpWindowContent > div {
  height: unset !important;
}
.t-window > div .divPopUpWindowContent .t-grid {
  margin: 0 0px !important;
  width: calc(100% - 6px);
}
.t-window > div .divPopUpWindowContent .t-grid input[type="text"],
.t-window > div .divPopUpWindowContent .t-grid input[type="password"],
.t-window > div .divPopUpWindowContent .t-grid input[type="number"],
.t-window > div .divPopUpWindowContent .t-grid input[type="date"] {
  width: unset;
}
.t-window > div .divPopUpWindowContent.no-actions {
  height: 100% !important;
}
.t-window > div .divPopUpWindowContent .divPopUpWindowContent {
  height: unset !important;
  position: unset !important;
}
.t-window > div .divPopUpWindowContent.serach-lookup {
  height: unset !important;
}
.t-window > div .divPopUpWindowContent.serach-lookup .pop-scroll .inAddInventory {
  height: 280px !important;
}
.t-window > div .divPopUpWindowContent.cust-popup {
  height: calc(100% - 0px) !important;
}
.t-window > div .divPopUpWindowContent.cust-popup .ui-tabs {
  width: unset;
}
.t-window > div .divPopUpWindowContent.cust-popup .ui-tabs .ui-tabs-panel {
  height: 530px;
  overflow: auto;
}
.t-window > div .divPopUpWindowContent.cust-popup .ui-tabs .custome-tbl {
  margin-bottom: 40px;
}
.t-window > div .divPopUpWindowContent .t-grid table tr:hover {
  background: unset;
}
.t-window > div .divPopUpWindowContent .t-grid.stock-item-popup {
  height: 400px !important;
  width: 100%;
  overflow-y: auto;
}
.t-window > div .i-win-button,
.t-window > div .divPopUpWindowBottomActions {
  position: absolute;
  bottom: 0px;
}
.t-window .divPopUpWindowContent {
  background: #ffffff;
}
.t-window .divPopUpWindowContent .i-header {
  margin: 2px 0px;
}
.t-window .divPopUpWindowContent table {
  width: 100%;
  padding: 5px 0;
}
.t-window .divPopUpWindowContent table.remove-styles {
  width: unset;
}
.t-window .divPopUpWindowContent table tr th table tr td,
.t-window .divPopUpWindowContent table tr td table tr td {
  padding: 0px 5px;
}
.t-window .divPopUpWindowContent table > tbody > tr > td,
.t-window .divPopUpWindowContent table > tbody > tr > th {
  padding: 2px 10px !important;
  text-align: left;
  vertical-align: top;
  line-height: 22px;
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
  padding: 1px 0;
}
.t-window .divPopUpWindowContent table > tbody > tr > td h1,
.t-window .divPopUpWindowContent table > tbody > tr > th h1,
.t-window .divPopUpWindowContent table > tbody > tr > td h2,
.t-window .divPopUpWindowContent table > tbody > tr > th h2,
.t-window .divPopUpWindowContent table > tbody > tr > td h3,
.t-window .divPopUpWindowContent table > tbody > tr > th h3,
.t-window .divPopUpWindowContent table > tbody > tr > td h4,
.t-window .divPopUpWindowContent table > tbody > tr > th h4,
.t-window .divPopUpWindowContent table > tbody > tr > td h5,
.t-window .divPopUpWindowContent table > tbody > tr > th h5,
.t-window .divPopUpWindowContent table > tbody > tr > td h6,
.t-window .divPopUpWindowContent table > tbody > tr > th h6 {
  padding: 0px !important;
}
.t-window .divPopUpWindowContent table > tbody > tr > td > table > thead > tr > th,
.t-window .divPopUpWindowContent table > tbody > tr > th > table > thead > tr > th {
  border-bottom: 1px solid #f2f2f2;
}
.t-window .divPopUpWindowContent table > tbody > tr > td > table > tbody > tr > td,
.t-window .divPopUpWindowContent table > tbody > tr > th > table > tbody > tr > td {
  vertical-align: top;
  padding: 0px;
  line-height: 22px;
}
.t-window .divPopUpWindowContent table > thead > tr > th {
  padding: 1px 10px !important;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
}
.t-window .i-win-button {
  background: #384e58;
  width: 100%;
}
.t-window .i-win-button input[type='button'],
.t-window .i-win-button input[type='submit'] {
  border-radius: 0px;
}
.t-window .i-win-search-btn {
  margin: 5px 10px !important;
}
.ui-widget-content {
  color: unset;
  border: none !important;
  /*tabs panel*/
}
.ui-widget-content .ui-widget-header {
  border-bottom: none;
  font-weight: normal;
  background: #ffffff;
}
.ui-widget-content .ui-widget-header .ui-state-active a {
  color: #f7941e;
  font-weight: 600;
  letter-spacing: 0;
}
.ui-widget-content .ui-tabs-nav {
  padding-bottom: 2px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.ui-widget-content .ui-tabs-nav li {
  height: calc(34.2px - 2px);
  list-style: none;
  float: left;
  top: 1px;
  margin: 1px 0px 1px 1px !important;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
  border: none;
  background: none;
  margin: 0 1px 0 0px;
  position: relative;
}
.ui-widget-content .ui-tabs-nav li a {
  padding: 0px;
  font-size: 13px;
  padding: 8px 8px;
  color: #808080;
}
.ui-widget-content .ui-tabs-nav li a:hover {
  color: #f7941e;
  letter-spacing: 0;
}
.ui-widget-content .ui-tabs-nav li span {
  display: none;
}
.ui-widget-content .ui-tabs-nav li:first-child {
  margin-left: 0px !important;
}
.ui-widget-content .ui-tabs-nav li a {
  position: relative;
}
.ui-widget-content .ui-tabs-nav li a:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  position: absolute;
  right: 0px;
}
.ui-widget-content .ui-tabs-nav li:last-child a:after {
  content: unset;
  width: 1px;
  height: 20px;
  background: #f2f2f2;
  position: absolute;
  right: -4px;
}
.ui-widget-content .ui-tabs-nav .ui-tabs-selected {
  padding-bottom: 0 !important;
}
.ui-widget-content .ui-tabs-nav .ui-tabs-selected a {
  border-bottom: 2px solid #f7941e !important;
}
.ui-widget-content .ui-tabs-panel {
  /*Info Table - Card type*/
}
.ui-widget-content .ui-tabs-panel .t-grid {
  margin: 0 0;
}
.ui-widget-content .ui-tabs-panel table {
  border-collapse: collapse;
}
.ui-widget-content .ui-tabs-panel table tr td {
  padding: 2px 5px ;
  font-size: 13px;
}
.ui-widget-content .ui-tabs-panel .i-header {
  margin: 25px 0px 10px 0px;
  width: calc(100% - 0px);
}
.ui-widget-content .ui-tabs-panel .i-header table tr {
  height: 25px;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card {
  background: #f2f2f2;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 5px 0;
  padding: 5px;
  border-collapse: collapse;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr {
  display: grid;
  grid-template-rows: 1fr;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr td {
  font-size: 12px;
  padding: 2px 3px;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr td:last-child {
  padding-left: 10px;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr td:empty {
  border: none;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr td:first-child {
  font-weight: 600;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr td.tableData.bold {
  font-weight: 600;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr:nth-child(odd) {
  background: #e4ebee;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr:nth-child(even) {
  background: #dee6ea;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr:first-child {
  border-top: none;
}
.ui-widget-content .ui-tabs-panel .infoTbl-card tbody tr:last-child {
  border-bottom: none;
}
.ui-widget-content .filterbg table tr td {
  padding: unset;
}
/*Info table type 2*/
.infoTbl {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  border-collapse: collapse;
}
.infoTbl tbody {
  grid-gap: 5px;
}
.infoTbl tbody tr {
  height: 27px;
}
.infoTbl tbody tr td:first-child,
.infoTbl tbody tr th:first-child {
  text-align: left;
  font-weight: 600;
  padding-left: 10px;
}
.infoTbl tbody tr td {
  font-size: 12px;
  padding: 2px 3px;
}
.infoTbl tbody tr td:empty {
  border: none;
}
.infoTbl tbody tr td:first-child {
  font-weight: 600;
}
.infoTbl tbody tr td.tableData.bold {
  font-weight: 600;
}
.infoTbl tbody tr td:nth-child(2) table td:first-child {
  width: inherit;
}
.infoTbl tbody tr td:nth-child(2) table td:first-child:after {
  content: " ";
}
.infoTbl tbody tr td:nth-child(2) table thead tr {
  border-bottom: 1px solid #d9d9d9;
}
.infoTbl tbody tr td:nth-child(2) table thead tr th {
  padding: 0 5px;
  text-align: left;
}
.infoTbl tbody tr td.removeClass::after {
  content: " " !important;
}
.infoTbl tbody tr td:first-child,
.infoTbl tbody tr th:first-child {
  width: 20%;
  position: relative;
}
.infoTbl tbody tr td:first-child:after {
  content: " ";
  position: absolute;
  right: 20px;
  color: #8c8c8c;
}
.infoTbl tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
.infoTbl tbody tr:first-child {
  border-top: 1px solid #d9d9d9;
}
.infoTbl.info-card tbody {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
.infoTbl.info-card tbody tr {
  display: grid;
  grid-template-columns: 50% auto;
}
.infoTbl.info-card tbody tr td {
  width: unset;
}
.fine-menubar {
  width: 30px;
  position: relative;
  height: 30px;
}
.fine-menubar > img {
  width: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.fine-menubar .fContent {
  display: none;
  position: absolute;
  z-index: 99999;
  background: #6e92a2;
  text-align: left;
  min-width: 200px;
  top: 30px;
  right: 0;
  overflow: hidden;
}
.fine-menubar .fContent * {
  line-height: 100%;
}
.fine-menubar .fContent ul li {
  list-style: none;
  padding: 2px 10px;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  color: #ffffff;
}
.fine-menubar .fContent ul li div,
.fine-menubar .fContent ul li a {
  transition: 0.1s;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
}
.fine-menubar .fContent ul li div:before,
.fine-menubar .fContent ul li a:before {
  content: '\25BA';
  color: #ffffff;
  padding-right: 5px;
  width: 10px;
  position: absolute;
  left: -15px;
  color: #f7941e;
  font-size: 13px;
}
.fine-menubar .fContent ul li:last-child {
  border-bottom: unset;
}
.fine-menubar img {
  cursor: pointer;
}
.fine-menubar:hover .fContent {
  display: block;
}
.fine-menubar li:hover .fList {
  transform: translateX(10px);
  transition: 0.1s;
  font-weight: 500;
}
.grdLevelBtnsAlign {
  text-align: right;
}
.grdLevelBtnsAlign,
.grdLevelBtns,
.actionBtns {
  margin: 1px 0;
  width: calc(100% - 0px);
  text-align: right;
  padding: 2px 0px;
  margin-bottom: 10px;
}
.grdLevelBtnsAlign table,
.grdLevelBtns table,
.actionBtns table {
  margin: 0 0 0 auto;
}
.grdLevelBtnsAlign table tr td,
.grdLevelBtns table tr td,
.actionBtns table tr td {
  padding: 0px 1px !important;
  display: flex;
  align-items: center;
}
.grdLevelBtnsAlign table tr td *,
.grdLevelBtns table tr td *,
.actionBtns table tr td * {
  margin: 0 2px;
}
.grdLevelBtnsAlign button,
.grdLevelBtns button,
.actionBtns button,
.grdLevelBtnsAlign input[type='button'],
.grdLevelBtns input[type='button'],
.actionBtns input[type='button'] {
  box-shadow: none;
  padding: 4px;
  height: unset !important;
}
.grdLevelBtnsAlign img,
.grdLevelBtns img,
.actionBtns img {
  vertical-align: bottom;
}
.grdLevelBtnsAlign .button,
.grdLevelBtns .button,
.actionBtns .button,
.grdLevelBtnsAlign .i-btn,
.grdLevelBtns .i-btn,
.actionBtns .i-btn {
  background: #4c6a77;
  color: #ffffff;
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: unset !important;
}
.grdLevelBtnsAlign .button:hover,
.grdLevelBtns .button:hover,
.actionBtns .button:hover,
.grdLevelBtnsAlign .i-btn:hover,
.grdLevelBtns .i-btn:hover,
.actionBtns .i-btn:hover {
  background: #425c68;
}
.divheaderActionsRight {
  display: none;
}
.inside_table {
  width: 50%;
}
.inside_table thead {
  background: #4d4d4d;
}
.inside_table thead th {
  color: #fff;
  border: 1px solid #1a1a1a;
}
/*--filters--*/
.filters {
  position: relative;
  margin: 2px 0;
}
.filters .flt {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #f7941e;
  padding: 2px;
}
.filters .flt:before {
  padding: 3px;
}
.filters .flt-content {
  background: #e6e6e6;
  width: calc(100% - 0px);
  padding: 0px;
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.filters .flt-content .elem {
  height: 20px;
  flex-basis: auto;
  margin: 1px;
  padding: 3px 5px;
  background: #f2f2f2;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.filters .flt-content .elem input[type='radio'],
.filters .flt-content .elem input[type='text'] {
  margin: 0 3px;
}
.filters .flt-content .elem span.dropTxtBox,
.filters .flt-content .elem span.labeltxt {
  display: inline-block;
}
.filterbg,
.dashboardFiletr {
  background: #f2f2f2;
  width: calc(100% - 0px);
  padding-top: 3px;
  margin-left: 0px;
  margin: 2px 0 10px auto;
}
.filterbg input[type="checkbox"],
.dashboardFiletr input[type="checkbox"],
.filterbg input[type="radio"],
.dashboardFiletr input[type="radio"] {
  padding: unset;
  margin: 0 4px;
}
.filterbg .wid210px,
.dashboardFiletr .wid210px {
  width: unset !important;
}
.filterbg .filterButton,
.dashboardFiletr .filterButton {
  padding-right: 5px;
}
.filterbg .filterButton table,
.dashboardFiletr .filterButton table {
  width: unset;
}
.filterbg .filterButton table tr td img,
.dashboardFiletr .filterButton table tr td img {
  border-left: unset !important;
  width: 24px;
  height: 25px;
}
.filterbg .filterButton table tr td:first-child,
.dashboardFiletr .filterButton table tr td:first-child {
  padding-right: 1px;
}
.filterbg .filterButton table tr td:last-child,
.dashboardFiletr .filterButton table tr td:last-child {
  padding-right: 5px;
}
.filterbg table tr,
.dashboardFiletr table tr {
  display: flex;
  align-items: center;
}
.filterbg table tr td .input_container,
.dashboardFiletr table tr td .input_container {
  position: relative;
  padding: 0;
  margin: 0;
}
.filterbg table tr td .input_container .searchInput,
.dashboardFiletr table tr td .input_container .searchInput {
  height: 22px !important;
  min-width: 150px;
  background: #ffffff !important;
  border: 1px solid #dbdbdb !important;
  text-align: center;
  letter-spacing: 1px;
  border-right: none;
  padding-right: 20px;
}
.filterbg table tr td .input_container .input_img,
.dashboardFiletr table tr td .input_container .input_img {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
}
.filterbg table tr td .input_container .search-img,
.dashboardFiletr table tr td .input_container .search-img {
  background-image: url("/Images/Icons/default/search_small.png");
  background-repeat: no-repeat;
  width: 15px !important;
  height: 15px !important;
  background-size: 100%;
  bottom: 0px !important;
  top: 5px;
}
.filterbg table tr td .input_container .searchBtn,
.dashboardFiletr table tr td .input_container .searchBtn {
  border: 0;
  padding: 0;
  height: 24px;
  background: #000 url('/Images/Icons/default/search.png') center center no-repeat;
  box-shadow: none;
  display: none;
}
.filterbg table tr td .input_container.input-add .search-img,
.dashboardFiletr table tr td .input_container.input-add .search-img {
  background-image: url("/Images/Icons/default/search_add.png") !important;
  background-repeat: no-repeat;
  width: 15px !important;
  height: 15px !important;
  background-size: 100%;
  bottom: 0px !important;
  top: 5px;
}
.filterbg table tr td .img-reset,
.dashboardFiletr table tr td .img-reset {
  background-image: url("/Images/Icons/default/reset.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  width: 24px;
  height: 24px;
  /*margin-left: -6px;*/
}
.filterbg table tr td .spanSeparater,
.dashboardFiletr table tr td .spanSeparater {
  line-height: 22px;
  color: #acc1ca;
  padding: 0 10px;
}
.filterbg table tr td .dropTxtBox,
.dashboardFiletr table tr td .dropTxtBox {
  margin: 3px 0px;
  float: left;
  font-weight: bold;
  padding: 0 3px 0 0;
}
.filterbg .filterRow,
.dashboardFiletr .filterRow {
  background: #e0e0e0;
  padding: 5px 5px;
  border-bottom: 1px solid #cccccc;
  line-height: 25px;
}
.filterbg .filterRow:last-child,
.dashboardFiletr .filterRow:last-child {
  border-bottom: unset;
}
.resetImage {
  width: 24px;
  height: 24px;
}
/*Dashboard portlets*/
.dashboard-type .t-grid-header .t-grid-header-wrap table {
  table-layout: fixed;
}
.dashboard-type .t-grid-header .t-grid-header-wrap table tbody th {
  border: 1px solid #fbcf99;
  height: 20px;
  line-height: 30px;
}
.dashboard-type .t-grid-header .t-grid-header-wrap table tbody th a,
.dashboard-type .t-grid-header .t-grid-header-wrap table tbody th span {
  text-decoration: none;
  color: #f7941e;
}
.dashboard-type .t-grid-content {
  max-height: 350px;
  overflow-y: auto;
}
.dashboard-type .t-grid-content table {
  table-layout: fixed;
}
.dashboard-type .t-grid-content table tbody tr td {
  height: 20px;
  vertical-align: middle;
}
.portletDiv {
  margin: 2px;
  float: left;
  border: 1px solid #8da9b6;
}
.portletDiv table.dashboardTable {
  width: 100%;
}
.portletDiv table.dashboardTable .left-corner-header {
  background: #1a1a1a;
  height: 25px;
}
.portletDiv table.dashboardTable .left-corner-header td {
  color: #ffffff;
  font-size: 14px;
  padding: 5px;
}
.portletDiv table.dashboardTable .left-corner-header td.portlet-tlt {
  width: 60%;
}
.portletDiv table.dashboardTable tr:last-child td {
  padding: 0px 2px;
}
.portletDiv table.dashboardTable tr td .contentDiv {
  width: 100%;
}
.portletDiv table.dashboardTable tr td .contentDiv .dashboardFiletr {
  width: calc(100% - 0px);
  margin: 0;
  padding: 5px 0;
}
.portletDiv table.dashboardTable tr td .contentDiv .t-grid .t-grid-header {
  font-size: 12px;
  min-height: 22px;
  color: #f7941e;
  line-height: 22px;
}
.portletDiv table.dashboardTable tr td .contentDiv .t-grid .t-grid-header .t-grid-header-wrap {
  border-bottom: 1px solid #d9d9d9;
}
.portletDiv table.dashboardTable tr td .contentDiv .t-grid .t-grid-header .t-grid-header-wrap table {
  table-layout: fixed;
}
.portletDiv table.dashboardTable tr td .contentDiv .t-grid .t-grid-header .t-grid-header-wrap table tbody tr:hover {
  background: unset;
}
.portletDiv table.dashboardTable tr td .contentDiv .t-grid .t-grid-content {
  min-height: 170px;
  overflow-y: scroll;
}
.portletDiv table.dashboardTable tr td .contentDiv .t-grid .t-grid-content table {
  table-layout: fixed;
}
.portletDiv table.dashboardTable tr td .contentDiv .t-grid .t-grid-content table tr {
  height: 22px;
  line-height: 22px;
}
.gridHeader tbody tr td {
  text-align: center !important;
  padding: 0 2px !important;
  color: #f7941e;
}
.gridHeader tbody tr:last-child td {
  border-bottom: unset;
}
.revenueTbl tbody tr td {
  text-align: center !important;
  padding: 0 2px !important;
}
.ConfigureWeekOff tr td input[type="checkbox"] {
  margin-right: 5px;
}
.t-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.t-icon.t-minus,
.t-icon.t-minus-disabled {
  background-position: -16px -256px;
}
.t-icon.t-plus,
.t-icon.t-plus-disabled {
  background-position: 0 -256px;
}
.t-icon.t-icon-clock {
  background-position: -64px -336px;
}
.t-splitter {
  overflow: hidden;
}
.t-splitter .t-pane .i-header {
  margin: 0 0 ;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
}
.t-splitter .t-pane .t-grid {
  margin: 0 0 0 0;
}
.t-splitter .t-scrollable {
  overflow-y: auto;
  background: #f2f2f2;
}
.t-splitter,
.t-window-content,
.stepContainer {
  position: relative;
}
.t-splitter .t-treeview,
.t-window-content .t-treeview,
.stepContainer .t-treeview {
  border-width: 0;
  background: none;
  white-space: nowrap;
}
.t-splitter .t-treeview .t-group,
.t-window-content .t-treeview .t-group,
.stepContainer .t-treeview .t-group,
.t-splitter .t-treeview .t-content,
.t-window-content .t-treeview .t-content,
.stepContainer .t-treeview .t-content {
  list-style-type: none;
  background: none;
  margin: 0;
  margin-left: 10px;
  padding: 5px;
}
.t-splitter .t-treeview .t-state-selected,
.t-window-content .t-treeview .t-state-selected,
.stepContainer .t-treeview .t-state-selected {
  background-color: #bfbfbf;
}
.t-splitter .t-treeview .t-in,
.t-window-content .t-treeview .t-in,
.stepContainer .t-treeview .t-in {
  margin: 1px 0;
  padding: 2px 4px 2px 3px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  text-decoration: none;
  line-height: 16px;
}
.t-splitter .t-treeview .t-treeview-lines,
.t-window-content .t-treeview .t-treeview-lines,
.stepContainer .t-treeview .t-treeview-lines {
  background-image: none !important;
}
.t-splitter .t-treeview .t-treeview-lines .t-item,
.t-window-content .t-treeview .t-treeview-lines .t-item,
.stepContainer .t-treeview .t-treeview-lines .t-item {
  background-image: url('/Content/Default/treeview-line.png');
  background-repeat: no-repeat;
}
.t-splitter .t-treeview .t-treeview-lines .t-first,
.t-window-content .t-treeview .t-treeview-lines .t-first,
.stepContainer .t-treeview .t-treeview-lines .t-first {
  background-repeat: no-repeat;
  background-position: 0 16px;
}
.t-splitter .t-treeview .t-treeview-lines .t-item,
.t-window-content .t-treeview .t-treeview-lines .t-item,
.stepContainer .t-treeview .t-treeview-lines .t-item {
  background-repeat: no-repeat;
  margin: 0;
  border-width: 0;
  position: static;
  top: auto;
  display: block;
}
.t-splitter .t-treeview .t-treeview-lines .t-first,
.t-window-content .t-treeview .t-treeview-lines .t-first,
.stepContainer .t-treeview .t-treeview-lines .t-first {
  background-repeat: no-repeat;
  background-position: 0 16px;
}
.t-splitter .t-treeview .t-treeview-lines .t-top,
.t-window-content .t-treeview .t-treeview-lines .t-top,
.stepContainer .t-treeview .t-treeview-lines .t-top {
  background-position: -91px 0px;
}
.t-splitter .t-treeview .t-treeview-lines .t-bot,
.t-window-content .t-treeview .t-treeview-lines .t-bot,
.stepContainer .t-treeview .t-treeview-lines .t-bot {
  background-position: -69px -22px;
}
.t-splitter .t-treeview .t-treeview-lines .t-last,
.t-window-content .t-treeview .t-treeview-lines .t-last,
.stepContainer .t-treeview .t-treeview-lines .t-last {
  background-image: none !important;
}
.t-splitter .t-treeview .t-treeview-lines .t-top,
.t-window-content .t-treeview .t-treeview-lines .t-top,
.stepContainer .t-treeview .t-treeview-lines .t-top,
.t-splitter .t-treeview .t-treeview-lines .t-mid,
.t-window-content .t-treeview .t-treeview-lines .t-mid,
.stepContainer .t-treeview .t-treeview-lines .t-mid,
.t-splitter .t-treeview .t-treeview-lines .t-bot,
.t-window-content .t-treeview .t-treeview-lines .t-bot,
.stepContainer .t-treeview .t-treeview-lines .t-bot {
  background-repeat: no-repeat;
  padding-left: 16px;
  background-image: url('/Content/Default/treeview-nodes.png') !important;
}
.t-splitter .t-treeview .t-treeview-lines .t-mid,
.t-window-content .t-treeview .t-treeview-lines .t-mid,
.stepContainer .t-treeview .t-treeview-lines .t-mid {
  background-position: -47px -44px;
}
.t-splitter .t-treeview .t-icon,
.t-window-content .t-treeview .t-icon,
.stepContainer .t-treeview .t-icon,
.t-splitter .t-treeview .t-image,
.t-window-content .t-treeview .t-image,
.stepContainer .t-treeview .t-image,
.t-splitter .t-treeview .t-sprite,
.t-window-content .t-treeview .t-sprite,
.stepContainer .t-treeview .t-sprite,
.t-splitter .t-treeview .t-in,
.t-window-content .t-treeview .t-in,
.stepContainer .t-treeview .t-in {
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0px;
  display: inline-block;
  vertical-align: top;
}
.t-splitter .t-treeview .t-icon,
.t-window-content .t-treeview .t-icon,
.stepContainer .t-treeview .t-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.t-splitter .t-treeview .t-icon.t-minus,
.t-window-content .t-treeview .t-icon.t-minus,
.stepContainer .t-treeview .t-icon.t-minus,
.t-splitter .t-treeview .t-icon.t-minus-disabled,
.t-window-content .t-treeview .t-icon.t-minus-disabled,
.stepContainer .t-treeview .t-icon.t-minus-disabled {
  background-position: -16px -256px;
}
.t-splitter .t-treeview .t-icon.t-plus,
.t-window-content .t-treeview .t-icon.t-plus,
.stepContainer .t-treeview .t-icon.t-plus,
.t-splitter .t-treeview .t-icon.t-plus-disabled,
.t-window-content .t-treeview .t-icon.t-plus-disabled,
.stepContainer .t-treeview .t-icon.t-plus-disabled {
  background-position: 0 -256px;
}
.t-splitter .t-treeview .t-plus,
.t-window-content .t-treeview .t-plus,
.stepContainer .t-treeview .t-plus,
.t-splitter .t-treeview .t-minus,
.t-window-content .t-treeview .t-minus,
.stepContainer .t-treeview .t-minus,
.t-splitter .t-treeview .t-plus-disabled,
.t-window-content .t-treeview .t-plus-disabled,
.stepContainer .t-treeview .t-plus-disabled,
.t-splitter .t-treeview .t-minus-disabled,
.t-window-content .t-treeview .t-minus-disabled,
.stepContainer .t-treeview .t-minus-disabled {
  margin-left: -16px;
  margin-top: 2px;
  float: left;
  *float: none;
  cursor: pointer;
}
.t-splitter .t-treeview .t-icon,
.t-window-content .t-treeview .t-icon,
.stepContainer .t-treeview .t-icon,
.t-splitter .t-treeview .t-sprite,
.t-window-content .t-treeview .t-sprite,
.stepContainer .t-treeview .t-sprite,
.t-splitter .t-treeview .t-editor-button .t-tool-icon,
.t-window-content .t-treeview .t-editor-button .t-tool-icon,
.stepContainer .t-treeview .t-editor-button .t-tool-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
  vertical-align: middle;
}
.t-splitter .t-treeview .t-plus,
.t-window-content .t-treeview .t-plus,
.stepContainer .t-treeview .t-plus,
.t-splitter .t-treeview .t-plus-disabled,
.t-window-content .t-treeview .t-plus-disabled,
.stepContainer .t-treeview .t-plus-disabled {
  background-position: 0 -256px;
}
.t-splitter .t-treeview .t-minus,
.t-window-content .t-treeview .t-minus,
.stepContainer .t-treeview .t-minus,
.t-splitter .t-treeview .t-minus-disabled,
.t-window-content .t-treeview .t-minus-disabled,
.stepContainer .t-treeview .t-minus-disabled {
  background-position: -16px -256px;
}
.t-splitter .t-widget,
.t-window-content .t-widget,
.stepContainer .t-widget {
  text-align: left;
}
.t-splitter .t-reset,
.t-window-content .t-reset,
.stepContainer .t-reset {
  margin: 0;
  padding: 0;
  border: 0;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.t-splitter .t-ghost-splitbar-horizontal,
.t-window-content .t-ghost-splitbar-horizontal,
.stepContainer .t-ghost-splitbar-horizontal,
.t-splitter .t-splitbar-horizontal,
.t-window-content .t-splitbar-horizontal,
.stepContainer .t-splitbar-horizontal {
  top: 0;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
  margin-left: 10px;
}
.stepContainer .t-treeview .t-icon.t-minus {
  margin-top: -2px;
}
.stepContainer .t-treeview .t-in {
  margin-top: -4px;
}
.stepContainer .t-treeview .t-group {
  margin-top: -7px;
}
.swMain .stepContainer {
  height: 450px !important;
}
.swMain .stepContainer div.content {
  height: calc(95%) !important;
  top: 5px;
}
.swMain .stepContainer div.content .noScroll {
  padding: 10px 0;
}
.inline-flex {
  display: flex;
}
.inline-flex img {
  margin: 0 5px;
}
.t-window-content .infoTbl tbody tr td:nth-child(1),
.t-window-content .infoTbl tbody tr th:nth-child(1) {
  width: 40%;
}
.t-window-content .filterbg {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}
.t-window-content .filterbg table {
  width: unset;
}
.t-window-content .filterbg table tbody tr td {
  padding: unset !important;
  vertical-align: middle;
}
.t-window-content .filterbg table tbody tr td .filterButton {
  padding-right: 5px;
}
.t-window-content .filterbg table tbody tr td .filterButton .filter-div {
  width: 25px;
  height: 25px;
  background: #595959 url('/Images/infionic-grid-icons16x16-default.png');
  background-position: -59px -740px;
}
.t-window-content .filterbg table tbody tr td .img-reset {
  margin-left: -1px;
}
.t-window-content .filterbg table tbody tr td table {
  width: unset;
}
.t-window-content .filterbg table tbody tr td table tbody tr td {
  padding-left: unset !important;
}
.t-window-content .t-treeview .t-plus,
.t-window-content .t-treeview .t-minus,
.t-window-content .t-treeview .t-plus-disabled,
.t-window-content .t-treeview .t-minus-disabled {
  margin-top: -3px;
}
.t-window-content .t-treeview .t-treeview-lines .t-top {
  background-position: -91px -4px;
}
.t-window-content .ui-button-icon-secondary {
  margin-top: 4px !important;
}
.t-window-content .t-grid {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.t-window-content .ui-tabs {
  width: calc(100% - 10px);
  padding: 0 5px;
}
.t-window-content .ui-tabs .divPopUpWindowContent {
  position: unset;
}
.t-window-content .ui-tabs .t-grid {
  width: unset;
  margin: unset;
}
.contextMenu {
  border-color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px !important;
  position: absolute !important;
}
.contextMenu .t-group,
.contextMenu .t-content,
.contextMenu .t-editable-area {
  background-color: #eaeff2;
}
.contextMenu .t-group li,
.contextMenu .t-content li,
.contextMenu .t-editable-area li {
  list-style: none;
  padding: 5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.contextMenu .t-group li a,
.contextMenu .t-content li a,
.contextMenu .t-editable-area li a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.filterbg-new {
  background: #dbe4e8;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.filterbg-new .ftIcon {
  width: 25px;
  height: 25px;
  background: url('/Images/Icons/default/filter_new.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.filterbg-new .ftCont {
  display: none;
  font-size: 13px;
  width: calc(100% - 26px);
  background: #bcccd4;
  z-index: 99;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  left: 26px;
  top: 0px;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.filterbg-new .ftCont > div {
  align-items: center;
  display: flex;
  height: 30px;
  padding: 0px 5px;
  border: 1px solid #acc1ca;
}
.filterbg-new .ftCont > div .labeltxt {
  font-weight: 600;
  display: inline-block;
  padding-right: 5px;
}
.filterbg-new .ftCont > div label {
  display: inline-block;
  padding: 0 3px;
}
.filterbg-new .ftCont > div .resetImage {
  width: 25px;
}
.filterbg-new .ftCont > div .input_container {
  position: relative;
  padding: 0;
  margin: 0;
}
.filterbg-new .ftCont > div .input_container .searchInput {
  height: 22px !important;
  min-width: 200px;
  background: #ffffff !important;
  border: 1px solid #f7941e !important;
  text-align: center;
  letter-spacing: 1px;
}
.filterbg-new .ftCont > div .input_container .searchBtn {
  border: 0;
  padding: 0;
  height: 24px;
  background: url('/Images/Icons/default/search.png') center center no-repeat;
  box-shadow: none;
  display: none;
}
.filterbg-new .ftCont > div .input_container .search-img {
  background-image: url("/Images/Icons/default/search_small.png");
  background-repeat: no-repeat;
  width: 17px !important;
  height: 17px !important;
  background-size: 100%;
  bottom: 0px !important;
  top: 3px;
}
.filterbg-new .ftCont > div .input_container .input_img {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 15px;
  height: 15px;
}
.filterbg-new .ftCont > div .img-reset {
  background-image: url("/Images/Icons/default/reset.png");
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
}
.filterbg-new .ftCont > div .resetImage {
  width: 24px;
  height: 24px;
}
.text-sort-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: help;
}
.input_container {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
}
.input_container .searchInput {
  height: 22px !important;
  min-width: 200px;
  text-align: center;
  letter-spacing: 1px;
}
.input_container .searchBtn {
  border: 0;
  padding: 0;
  height: 24px;
  background: url('/Images/Icons/default/search.png') center center no-repeat;
  box-shadow: none;
  display: none;
}
.input_container .search-img {
  background-image: url("/Images/Icons/default/search_small.png");
  background-repeat: no-repeat;
  width: 17px !important;
  height: 17px !important;
  background-size: 100%;
  bottom: 0px !important;
  top: 3px;
}
.input_container .input_img {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 15px;
  height: 15px;
}
/*Menu Icon*/
.infi-filters {
  position: relative;
}
.infi-filters .fab-icon {
  width: 25px;
  height: 25px;
  margin: 2px;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
}
.infi-filters .filter-content {
  padding: 8px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: #d9d9d9;
  z-index: 999;
  align-items: center;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.infi-filters .filter-content > div {
  width: calc(100% - 35px);
  margin: 5px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
  line-height: 16px;
  padding: 0 5px 6px 5px;
  flex-basis: content;
  position: relative;
}
.infi-filters .filter-content > div::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #737373;
  left: 0px;
}
.infi-filters .filter-content > div span,
.infi-filters .filter-content > div label,
.infi-filters .filter-content > div input {
  margin: 0 2px;
}
.infi-filters .filter-content > div .labeltxt {
  font-weight: 800;
}
.fab-icon {
  background-position: -127px -560px;
}
.pop-horizantal-scroll {
  width: 100%;
  overflow-x: auto;
}
.pop-horizantal-scroll table.t-grid {
  width: unset !important;
}
.pop-horizantal-scroll table.t-grid tr th {
  white-space: nowrap;
}
.multi-select {
  width: 500px !important;
  margin-left: -10px;
}
.multi-select select {
  height: 150px !important;
  background: none;
  padding: 5px;
}
.multi-select tr td {
  vertical-align: middle !important;
  border-bottom: unset !important;
  padding: 0 5px !important;
}
.multi-select tr .mutli-select-btns,
.multi-select tr .multi-select-btns {
  text-align: center;
  width: 35px;
  padding: 0 5px !important;
  vertical-align: middle !important;
  text-align: center !important;
}
.multi-select tr .mutli-select-btns input[type="button"],
.multi-select tr .multi-select-btns input[type="button"] {
  min-width: 30px !important;
  max-width: 50px;
  margin: 2px 0 !important;
  display: block;
}
.custome-tbl {
  overflow-x: auto;
  width: calc(100% - 6px);
  overflow-y: auto;
}
.custome-tbl.t-grid {
  margin: 0px;
}
.custome-tbl.t-grid table {
  width: 100% !important;
}
.custome-tbl .divPopUpWindowContent {
  width: unset !important;
}
.custome-tbl table {
  width: 100% !important;
}
.custome-tbl table tr th {
  white-space: nowrap;
}
.custome-tbl .ancList .popDiv {
  border-left: unset !important;
}
.custome-tbl .ancList .popDiv .actionTbl {
  display: flex !important;
}
.custome-tbl .ancList .popDiv .actionTbl .row {
  border-bottom: unset !important;
  border-left: 1px solid #f7941e;
}
.custome-tbl .ancList .popDiv .actionTbl .row:first-child {
  border-left: unset !important;
}
.date-time {
  width: 320px !important;
}
.date-time .time {
  display: flex;
  width: 150px;
}
.t-combobox {
  width: unset !important;
  float: left;
}
.t-combobox .t-dropdown-wrap {
  display: flex;
  height: 22px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
.t-combobox .t-dropdown-wrap input[type="text"] {
  width: calc(184px - 4px) !important;
  height: 20px !important;
  border: unset;
}
    .t-combobox .t-dropdown-wrap .t-header {
        width: 20px;
        height: 22px;
        display: inline-block;
        background-position: -0px -176px !important;
    }
.t-combobox .t-dropdown-wrap .t-header .t-arrow-down {
  width: 20px;
  display: inline-block;
  position: relative;
  background-position: 2px -181px !important;
}
.t-combobox .t-dropdown-wrap .t-header .t-arrow-down:after {
  content: "";
  width: 16px;
  height: 16px;
  color: #6d91a3;
  position: absolute;
  left: 2px;
}
span.icon-wid-12,
div.icon-wid-12 {
  display: inline-block;
  width: 12px;
  height: 12px;
}
span.icon-wid-16,
div.icon-wid-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
}
span.icon-wid-22,
div.icon-wid-22 {
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  vertical-align: bottom;
}
span.icon-wid-25,
div.icon-wid-25 {
  display: inline-block;
  width: 25px;
  height: 22px;
}
span.icon-wid-30,
div.icon-wid-30 {
  display: inline-block;
  width: 30px;
  height: 30px;
}
span.icon-wid-50,
div.icon-wid-50 {
  display: inline-block;
  width: 50px;
  height: 50px;
}
@keyframes greenBlink {
  0% {
    background-color: green;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: green;
  }
}
@keyframes redBlink {
  0% {
    background-color: red;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: red;
  }
}
.status-4 {
  background-color: green;
  border-radius: 50%;
}
.status-5 {
  border-radius: 50%;
  animation: greenBlink 0.6s infinite;
}
.status-6 {
  background-color: red;
  border-radius: 50%;
}
.status-7 {
  border-radius: 50%;
  animation: redBlink 0.6s infinite;
}
.i-menus {
  background-position: -200px -560px;
}
.i-refresh {
  background-position: -224px -560px;
}
.i-search-add {
  background-position: -776px -776px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}
.i-reset {
  background-position: -752px -776px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}
.filters,
.i-filters {
  background-position: -175px -585px;
  background-color: #595959;
}
.btnAddCustomer {
  width: 16px;
  height: 16px;
  background-position: -32px 0px;
}
.icon-expand {
  background-position: -12px -312px;
  width: 12px;
  height: 11px;
  cursor: pointer;
}
.icon-collapse {
  background-position: -24px -312px;
  width: 12px;
  height: 10px;
  cursor: pointer;
}
.f-search {
  background-position: -250px -585px !important;
}
.f-reset {
  background-position: -275px -585px !important;
}
.grdEdit,
.t-grid-Edit,
.grd-edit {
  background-position: 0px 0px !important;
}
.grdDelete,
.t-grid-Delete,
.grd-delete {
  background-position: -16px 0px !important;
}
.grdAdd,
.grd-add {
  background-position: -32px 0px !important;
}
.grdDownload,
.grd-download {
  background-position: -48px 0px !important;
}
.grdDownload-1,
.grd-download-1 {
  background-position: -192px 0px !important;
}
.grdDownload-2,
.grd-download-2 {
  background-position: -208px 0px !important;
}
.grdPlan {
  background-position: -64px 0px !important;
}
.grdNote,
.grd-note {
  background-position: -80px 0px !important;
}
.grdClose,
.grd-close {
  background-position: -96px 0px !important;
}
.grdInfo,
.grd-info {
  background-position: -112px 0px !important;
}
.grdView,
.grd-view {
  background-position: -128px 0px !important;
}
.grdSchedule {
  background-position: -144px 0px !important;
}
.grdQuickUpdate {
  background-position: -160px 0px !important;
}
.grdPrevious,
.grd-previous {
  background-position: -176px 0px !important;
}
.grdUpdate,
.grd-update {
  background-position: -224px 0px !important;
}
.grdOrder {
  background-position: -240px 0px !important;
}
.grdOrder-1 {
  background-position: -256px 0px !important;
}
.grdDetails,
.t-grid-MoreDetails,
.grdMoreDetails,
.grd-details {
  background-position: -272px 0px !important;
}
.grdComplete {
  background-position: -288px 0px !important;
}
.grdSendEmail,
.t-grid-SendMail,
.grd-sendmail {
  background-position: -304px 0px !important;
}
.grdCreateUser {
  background-position: -320px 0px !important;
}
.grdCancel,
.t-grid-Cancel,
.grd-cancel {
  background-position: -336px 0px !important;
}
.grdGroup {
  background-position: -352px 0px !important;
}
.grdSiteMap {
  background-position: -368px 0px !important;
}
.grdLedgerDetails {
  background-position: -384px 0px !important;
}
.grdDocuments {
  background-position: -400px 0px !important;
}
.grdAssinedManager {
  background-position: -416px 0px !important;
}
.grdUpload,
.grd-upload {
  background-position: -432px 0px !important;
}
.grdRequest {
  background-position: -448px 0px !important;
}
.grdApprovelInfo {
  background-position: -464px 0px !important;
}
.grdPause {
  background-position: -480px 0px !important;
}
.grdDespose {
  background-position: -496px 0px !important;
}
.grdReturn,
.grd-return {
  background-position: -512px 0px !important;
}
.grdClassification,
.grd-reclassification {
  background-position: -528px 0px !important;
}
.grdAssociate {
  background-position: -544px 0px !important;
}
.grdRolePermission,
.grd-role-permission {
  background-position: -560px 0px !important;
}
.grdAssignedRoles {
  background-position: -576px 0px !important;
}
.grdCheckList,
.grd-checklist {
  background-position: -592px 0px !important;
}
.grdStock {
  background-position: -608px 0px !important;
}
.grdAddExpenses {
  background-position: -624px 0px !important;
}
.grdGraph {
  background-position: -640px 0px !important;
}
.grdAddPayment,
.grd-add-payment {
  background-position: -656px 0px !important;
}
.grdDebitNote {
  background-position: -672px 0px !important;
}
.grdCheque {
  background-position: -688px 0px !important;
}
.grdCopy,
.grd-copy {
  background-position: -704px 0px !important;
}
.grdReceipts {
  background-position: -720px 0px !important;
}
.grdCurrency {
  background-position: -736px 0px !important;
}
.grdCreditNote {
  background-position: -752px 0px !important;
}
.grdDeactive {
  background-position: -784px 0px !important;
}
.grdActive {
  background-position: 0 -16px !important;
}
.grdRerun,
.grd-return {
  background-position: -16px -16px !important;
}
.grdSubmit,
.grd-submit {
  background-position: -32px -16px !important;
}
.grdBiometric {
  background-position: -48px -16px !important;
}
.grdDownPayCheck {
  background-position: -64px -16px !important;
}
.grdDownBankStatement {
  background-position: -80px -16px !important;
}
.grdReports,
.grd-report {
  background-position: -96px -16px !important;
}
.grdCalculate {
  background-position: -112px -16px !important;
}
.grdViewMore,
.grdViewDetails,
.grd-view,
.grd-details {
  background-position: -128px -16px !important;
}
.grdDownReport {
  background-position: -144px -16px !important;
}
.grdCombined {
  background-position: -160px -16px !important;
}
.grdAddIndent {
  background-position: -176px -16px !important;
}
.grdAddBudget {
  background-position: -192px -16px !important;
}
.grdRequestBlock,
.grd-block {
  background-position: -208px -16px !important;
}
.grdEnquiry {
  background-position: -240px -16px !important;
}
.grdFeedback {
  background-position: -256px -16px !important;
}
.grdDispatche {
  background-position: -272px -16px !important;
}
.grdVersion,
.grd-version {
  background-position: -288px -16px !important;
}
.grd-requested {
  background-position: -304px -16px !important;
}
.grd-follow-up {
  background-position: -320px -16px !important;
}
.grd-price {
  background-position: -336px -16px !important;
}
.grd-barcode {
  background-position: -352px -16px !important;
}
.grd-associate-user {
  background-position: -368px -16px !important;
}
.grd-up {
  background-position: -384px -16px !important;
}
.grd-down {
  background-position: -400px -16px !important;
}
.grd-image {
  background-position: -416px -16px !important;
}
.grd-transfer {
  background-position: -432px -16px !important;
}
.grd-allocate {
  background-position: -448px -16px !important;
}
.grd-acknowledgement {
  background-position: -464px -16px !important;
}
.grd-challen {
  background-position: -480px -16px !important;
}
.grd-change {
  background-position: -496px -16px !important;
}
.grd-keydates {
  background-position: -512px -16px !important;
}
.grd-assign {
  background-position: -528px -16px !important;
}
.grd-upload {
  background-position: -544px -16px !important;
}
.grd-request,
.grd-quotation {
  background-position: -560px -16px !important;
}
.grd-time {
  background-position: -576px -16px !important;
}
.grd-reset {
  background-position: -590px -16px !important;
}
.grd-download-3 {
  background-position: -608px -16px !important;
}
.grd-complete {
  background-position: -288px 0px !important;
}
.grd-complete-green {
  background-position: -624px -16px !important;
}
.grd-failed {
  background-position: -640px -16px !important;
}
.grd-allocate {
  background-position: -656px -16px !important;
}
.grd-dispence {
  background-position: -672px -16px !important;
}
.grd-reject {
  background-position: -688px -16px !important;
}
.grd-adjust {
  background-position: -704px -16px !important;
}
.grd-uparrow {
  background-position: -720px -16px !important;
}
.grd-downarrow {
  background-position: -736px -16px !important;
}
.grd-setpermission {
  background-position: -752px -16px !important;
}
.grd-default {
  background-position: -768px -16px !important;
}
.grd-print {
  background-position: -784px -16px !important;
}
.grd-search-add {
  background-position: 0px -32px !important;
}
.grd-request-block {
  background-position: -16px -32px !important;
}
.grd-reset-password {
  background-position: -32px -32px !important;
}
.grd-unlock {
  background-position: -48px -32px !important;
}
.grd-replace {
  background-position: -64px -32px !important;
}
.grd-document {
  background-position: -80px -32px !important;
}
.grd-receipt {
  background-position: -96px -32px !important;
}
.grd-date {
  background-position: -112px -32px !important;
}
.grd-right-arrow {
  background-position: -129px -32px !important;
}
.grd-approval {
  background-position: -145px -32px !important;
}
.grd-comment {
  background-position: -160px -32px !important;
}
.grd-re-submit {
  background-position: -176px -32px !important;
}
.grd-start,
.grd-play {
  background-position: -176px -32px !important;
}
.grd-stop {
  background-position: -176px -32px !important;
}
.grd-active-user {
  background-position: -79px -190px !important;
}
.grd-deactive-user {
  background-position: -95px -190px !important;
}
.excl-icon {
  width: 25px;
  height: 25px;
}
.excl-icon[data-expcol='Expand All'] {
  background-position: -326px -561px;
}
.excl-icon[data-expcol='Collapse All'] {
  background-position: -375px -561px;
}
.i-drop {
  background-position: 0 -312px;
}
.filterBtn {
  width: 24px;
  height: 24px;
  background: url("/Images/Icons/default/filter_date.png") 50% no-repeat;
  background-size: auto;
  background-size: 20px;
  cursor: pointer;
}
.download24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/images/downloads.png);
  vertical-align: bottom;
}
@page {
  size: A4;
  margin: 5px;
}
@media print {
  * {
    background: red !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .header,
  .left {
    display: none !important;
  }
  .ui-widget-content .ui-widget-header .ui-tabs-selected {
    background: #000 !important;
  }
}
.t-editor {
  border-width: 1px;
  border-style: solid;
  border-collapse: separate;
  height: 250px;
  font-size: 100%;
  table-layout: fixed;
  vertical-align: top;
  width: 100%;
  background-color: #F3F3F3;
}
.t-editor .t-tool-icon {
  background-image: url('../Default/editor.png');
}
.t-editor .t-editable-area {
  outline: none;
  height: 100%;
  width: 100%;
}
.t-editor iframe.t-content {
  display: inline;
  vertical-align: top;
  font-family: calibri !important;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.t-editor .t-editor-button.t-state-hover {
  background-color: #d9d9d9;
}
.t-editor .t-editor-button .t-tool-icon {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 1px;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -3333px;
  text-align: center;
}
.t-editor .t-editor-button .t-bold {
  background-position: -22px 0;
}
.t-editor .t-editor-button .t-italic {
  background-position: -44px 0;
}
.t-editor .t-editor-button .t-underline {
  background-position: -66px 0;
}
.t-editor .t-editor-button .t-strikethrough {
  background-position: -88px 0;
}
.t-editor .t-editor-button .t-indent {
  background-position: -352px 0;
}
.t-editor .t-editor-button .t-createLink {
  background-position: -242px 0;
}
.t-editor .t-editor-button .t-insertOrderedList {
  background-position: -198px 0;
}
.t-editor .t-editor-button .t-insertUnorderedList {
  background-position: -220px 0;
}
.t-editor .t-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}
.t-editor .t-editor-toolbar-wrap .t-editor-toolbar {
  display: flex;
  margin: 0;
  padding: 0.1em 0;
  list-style-type: none;
  cursor: default;
  line-height: 1.3em;
}
.t-editor .t-editor-toolbar-wrap .t-editor-toolbar li {
  display: inline;
  vertical-align: middle;
}
.t-editor .t-editor-toolbar-wrap .t-editor-toolbar .t-editor-colorpicker .t-tool-icon {
  padding: 17px 3px 2px;
  background-position: -308px -2px;
  width: 16px;
  display: inline-block;
}
.t-editor .t-editor-toolbar-wrap .t-editor-toolbar .t-editor-colorpicker .t-selected-color {
  width: 16px;
  height: 3px;
  display: block;
}
.t-editor .t-editor-toolbar-wrap .t-editor-toolbar .t-editor-colorpicker .t-arrow-down {
  background-position: -16px -176px;
}
.wid5pc {
  width: 5%;
}
.wid6pc {
  width: 6%;
}
.wid7pc {
  width: 7%;
}
.wid8pc {
  width: 8%;
}
.wid9pc {
  width: 9%;
}
.wid10pc {
  width: 10%;
}
.wid11pc {
  width: 12%;
}
.wid15pc {
  width: 15%;
}
.wid20pc {
  width: 20%;
}
.wid1pc {
  width: 1%;
}
.wid2pc {
  width: 2%;
}
.wid4pc {
  width: 4%;
}
.wid3pc {
  width: 3%;
}
.wid12pc {
  width: 12%;
}
.wid13pc {
  width: 13%;
}
.wid100pc {
  width: 100% !important;
}
.wid85px {
  width: 85px;
}
.wid100px {
  width: 100px;
}
.wid20px {
  width: 20px;
}
.wid25px {
  width: 25px;
}
.wid30px {
  width: 30px !important;
}
.wid40px {
  width: 40px !important;
}
.wid80px {
  width: 80px !important;
}
.wid85px {
  width: 85px;
}
.wid90px {
  width: 90px;
}
.wid100px {
  width: 100px !important;
}
.wid110px {
  width: 110px;
}
.wid120px {
  width: 120px !important;
}
.wid130px {
  width: 130px;
}
.wid140px {
  width: 140px;
}
.wid150px {
  width: 150px !important;
}
.wid160px {
  width: 160px;
}
.wid170px {
  width: 170px;
}
.wid180px {
  width: 180px;
}
.wid190px {
  width: 190px;
}
.wid200px {
  width: 200px;
}
.wid210px {
  width: 210px !important;
}
.wid213px {
  width: 213px;
}
.wid10px,
.t-hierarchy-cell {
  width: 10px;
}
.wid50px {
  width: 50px !important;
}
.wid60px {
  width: 60px !important;
}
.wid120px {
  width: 120px;
}
.wid150px {
  width: 150px;
}
.wid170px {
  width: 170px;
}
.wid250px {
  width: 250px;
}
.h50px {
  width: 50px;
}
.wid1px {
  width: 1px;
}
.wid2px {
  width: 2px;
}
.wid3px {
  width: 3px;
}
.wid4px {
  width: 4px;
}
.wid5px {
  width: 5px;
}
.wid6px {
  width: 6px;
}
.wid7px {
  width: 7px;
}
.wid8px {
  width: 8px;
}
.wid9px {
  width: 9px;
}
.wid10px {
  width: 10px;
}
.wid11px {
  width: 11px;
}
.wid12px {
  width: 12px;
}
.wid13px {
  width: 13px;
}
.wid14px {
  width: 14px;
}
.wid15px {
  width: 15px;
}
.wid16px {
  width: 16px;
}
.wid17px {
  width: 17px;
}
.wid18px {
  width: 18px;
}
.wid19px {
  width: 19px;
}
.wid20px {
  width: 20px;
}
.wid21px {
  width: 21px;
}
.wid22px {
  width: 22px;
}
.wid23px {
  width: 23px;
}
.wid24px {
  width: 24px;
}
.wid25px {
  width: 25px;
}
.wid26px {
  width: 26px;
}
.wid27px {
  width: 27px;
}
.wid28px {
  width: 28px;
}
.wid29px {
  width: 29px;
}
.wid30px {
  width: 30px;
}
.wid31px {
  width: 31px;
}
.wid32px {
  width: 32px;
}
.wid33px {
  width: 33px;
}
.wid34px {
  width: 34px;
}
.wid35px {
  width: 35px;
}
.wid36px {
  width: 36px;
}
.wid37px {
  width: 37px;
}
.wid38px {
  width: 38px;
}
.wid39px {
  width: 39px;
}
.wid40px {
  width: 40px;
}
.wid41px {
  width: 41px;
}
.wid42px {
  width: 42px;
}
.wid43px {
  width: 43px;
}
.wid44px {
  width: 44px;
}
.wid45px {
  width: 45px;
}
.wid46px {
  width: 46px;
}
.wid47px {
  width: 47px;
}
.wid48px {
  width: 48px;
}
.wid49px {
  width: 49px;
}
.wid50px {
  width: 50px;
}
.wid51px {
  width: 51px;
}
.wid52px {
  width: 52px;
}
.wid53px {
  width: 53px;
}
.wid54px {
  width: 54px;
}
.wid55px {
  width: 55px;
}
.wid56px {
  width: 56px;
}
.wid57px {
  width: 57px;
}
.wid58px {
  width: 58px;
}
.wid59px {
  width: 59px;
}
.wid60px {
  width: 60px;
}
.wid61px {
  width: 61px;
}
.wid62px {
  width: 62px;
}
.wid63px {
  width: 63px;
}
.wid64px {
  width: 64px;
}
.wid65px {
  width: 65px;
}
.wid66px {
  width: 66px;
}
.wid67px {
  width: 67px;
}
.wid68px {
  width: 68px;
}
.wid69px {
  width: 69px;
}
.wid70px {
  width: 70px;
}
.wid71px {
  width: 71px;
}
.wid72px {
  width: 72px;
}
.wid73px {
  width: 73px;
}
.wid74px {
  width: 74px;
}
.wid75px {
  width: 75px;
}
.wid76px {
  width: 76px;
}
.wid77px {
  width: 77px;
}
.wid78px {
  width: 78px;
}
.wid79px {
  width: 79px;
}
.wid80px {
  width: 80px;
}
.wid81px {
  width: 81px;
}
.wid82px {
  width: 82px;
}
.wid83px {
  width: 83px;
}
.wid84px {
  width: 84px;
}
.wid85px {
  width: 85px;
}
.wid86px {
  width: 86px;
}
.wid87px {
  width: 87px;
}
.wid88px {
  width: 88px;
}
.wid89px {
  width: 89px;
}
.wid90px {
  width: 90px;
}
.wid91px {
  width: 91px;
}
.wid92px {
  width: 92px;
}
.wid93px {
  width: 93px;
}
.wid94px {
  width: 94px;
}
.wid95px {
  width: 95px;
}
.wid96px {
  width: 96px;
}
.wid97px {
  width: 97px;
}
.wid98px {
  width: 98px;
}
.wid99px {
  width: 99px;
}
.wid100px {
  width: 100px;
}
.wid101px {
  width: 101px;
}
.wid102px {
  width: 102px;
}
.wid103px {
  width: 103px;
}
.wid104px {
  width: 104px;
}
.wid105px {
  width: 105px;
}
.wid106px {
  width: 106px;
}
.wid107px {
  width: 107px;
}
.wid108px {
  width: 108px;
}
.wid109px {
  width: 109px;
}
.wid110px {
  width: 110px;
}
.wid111px {
  width: 111px;
}
.wid112px {
  width: 112px;
}
.wid113px {
  width: 113px;
}
.wid114px {
  width: 114px;
}
.wid115px {
  width: 115px;
}
.wid116px {
  width: 116px;
}
.wid117px {
  width: 117px;
}
.wid118px {
  width: 118px;
}
.wid119px {
  width: 119px;
}
.wid120px {
  width: 120px;
}
.wid121px {
  width: 121px;
}
.wid122px {
  width: 122px;
}
.wid123px {
  width: 123px;
}
.wid124px {
  width: 124px;
}
.wid125px {
  width: 125px;
}
.wid126px {
  width: 126px;
}
.wid127px {
  width: 127px;
}
.wid128px {
  width: 128px;
}
.wid129px {
  width: 129px;
}
.wid130px {
  width: 130px;
}
.wid131px {
  width: 131px;
}
.wid132px {
  width: 132px;
}
.wid133px {
  width: 133px;
}
.wid134px {
  width: 134px;
}
.wid135px {
  width: 135px;
}
.wid136px {
  width: 136px;
}
.wid137px {
  width: 137px;
}
.wid138px {
  width: 138px;
}
.wid139px {
  width: 139px;
}
.wid140px {
  width: 140px;
}
.wid141px {
  width: 141px;
}
.wid142px {
  width: 142px;
}
.wid143px {
  width: 143px;
}
.wid144px {
  width: 144px;
}
.wid145px {
  width: 145px;
}
.wid146px {
  width: 146px;
}
.wid147px {
  width: 147px;
}
.wid148px {
  width: 148px;
}
.wid149px {
  width: 149px;
}
.wid150px {
  width: 150px;
}
.wid151px {
  width: 151px;
}
.wid152px {
  width: 152px;
}
.wid153px {
  width: 153px;
}
.wid154px {
  width: 154px;
}
.wid155px {
  width: 155px;
}
.wid156px {
  width: 156px;
}
.wid157px {
  width: 157px;
}
.wid158px {
  width: 158px;
}
.wid159px {
  width: 159px;
}
.wid160px {
  width: 160px;
}
.wid161px {
  width: 161px;
}
.wid162px {
  width: 162px;
}
.wid163px {
  width: 163px;
}
.wid164px {
  width: 164px;
}
.wid165px {
  width: 165px;
}
.wid166px {
  width: 166px;
}
.wid167px {
  width: 167px;
}
.wid168px {
  width: 168px;
}
.wid169px {
  width: 169px;
}
.wid170px {
  width: 170px;
}
.wid171px {
  width: 171px;
}
.wid172px {
  width: 172px;
}
.wid173px {
  width: 173px;
}
.wid174px {
  width: 174px;
}
.wid175px {
  width: 175px;
}
.wid176px {
  width: 176px;
}
.wid177px {
  width: 177px;
}
.wid178px {
  width: 178px;
}
.wid179px {
  width: 179px;
}
.wid180px {
  width: 180px;
}
.wid181px {
  width: 181px;
}
.wid182px {
  width: 182px;
}
.wid183px {
  width: 183px;
}
.wid184px {
  width: 184px;
}
.wid185px {
  width: 185px;
}
.wid186px {
  width: 186px;
}
.wid187px {
  width: 187px;
}
.wid188px {
  width: 188px;
}
.wid189px {
  width: 189px;
}
.wid190px {
  width: 190px;
}
.wid191px {
  width: 191px;
}
.wid192px {
  width: 192px;
}
.wid193px {
  width: 193px;
}
.wid194px {
  width: 194px;
}
.wid195px {
  width: 195px;
}
.wid196px {
  width: 196px;
}
.wid197px {
  width: 197px;
}
.wid198px {
  width: 198px;
}
.wid199px {
  width: 199px;
}
.wid200px {
  width: 200px;
}
.wid201px {
  width: 201px;
}
.wid202px {
  width: 202px;
}
.wid203px {
  width: 203px;
}
.wid204px {
  width: 204px;
}
.wid205px {
  width: 205px;
}
.wid206px {
  width: 206px;
}
.wid207px {
  width: 207px;
}
.wid208px {
  width: 208px;
}
.wid209px {
  width: 209px;
}
.wid210px {
  width: 210px;
}
.wid211px {
  width: 211px;
}
.wid212px {
  width: 212px;
}
.wid213px {
  width: 213px;
}
.wid214px {
  width: 214px;
}
.wid215px {
  width: 215px;
}
.wid216px {
  width: 216px;
}
.wid217px {
  width: 217px;
}
.wid218px {
  width: 218px;
}
.wid219px {
  width: 219px;
}
.wid220px {
  width: 220px;
}
.wid221px {
  width: 221px;
}
.wid222px {
  width: 222px;
}
.wid223px {
  width: 223px;
}
.wid224px {
  width: 224px;
}
.wid225px {
  width: 225px;
}
.wid226px {
  width: 226px;
}
.wid227px {
  width: 227px;
}
.wid228px {
  width: 228px;
}
.wid229px {
  width: 229px;
}
.wid230px {
  width: 230px;
}
.wid231px {
  width: 231px;
}
.wid232px {
  width: 232px;
}
.wid233px {
  width: 233px;
}
.wid234px {
  width: 234px;
}
.wid235px {
  width: 235px;
}
.wid236px {
  width: 236px;
}
.wid237px {
  width: 237px;
}
.wid238px {
  width: 238px;
}
.wid239px {
  width: 239px;
}
.wid240px {
  width: 240px;
}
.wid241px {
  width: 241px;
}
.wid242px {
  width: 242px;
}
.wid243px {
  width: 243px;
}
.wid244px {
  width: 244px;
}
.wid245px {
  width: 245px;
}
.wid246px {
  width: 246px;
}
.wid247px {
  width: 247px;
}
.wid248px {
  width: 248px;
}
.wid249px {
  width: 249px;
}
.wid250px {
  width: 250px;
}
.wid251px {
  width: 251px;
}
.wid252px {
  width: 252px;
}
.wid253px {
  width: 253px;
}
.wid254px {
  width: 254px;
}
.wid255px {
  width: 255px;
}
.wid256px {
  width: 256px;
}
.wid257px {
  width: 257px;
}
.wid258px {
  width: 258px;
}
.wid259px {
  width: 259px;
}
.wid260px {
  width: 260px;
}
.wid261px {
  width: 261px;
}
.wid262px {
  width: 262px;
}
.wid263px {
  width: 263px;
}
.wid264px {
  width: 264px;
}
.wid265px {
  width: 265px;
}
.wid266px {
  width: 266px;
}
.wid267px {
  width: 267px;
}
.wid268px {
  width: 268px;
}
.wid269px {
  width: 269px;
}
.wid270px {
  width: 270px;
}
.wid271px {
  width: 271px;
}
.wid272px {
  width: 272px;
}
.wid273px {
  width: 273px;
}
.wid274px {
  width: 274px;
}
.wid275px {
  width: 275px;
}
.wid276px {
  width: 276px;
}
.wid277px {
  width: 277px;
}
.wid278px {
  width: 278px;
}
.wid279px {
  width: 279px;
}
.wid280px {
  width: 280px;
}
.wid281px {
  width: 281px;
}
.wid282px {
  width: 282px;
}
.wid283px {
  width: 283px;
}
.wid284px {
  width: 284px;
}
.wid285px {
  width: 285px;
}
.wid286px {
  width: 286px;
}
.wid287px {
  width: 287px;
}
.wid288px {
  width: 288px;
}
.wid289px {
  width: 289px;
}
.wid290px {
  width: 290px;
}
.wid291px {
  width: 291px;
}
.wid292px {
  width: 292px;
}
.wid293px {
  width: 293px;
}
.wid294px {
  width: 294px;
}
.wid295px {
  width: 295px;
}
.wid296px {
  width: 296px;
}
.wid297px {
  width: 297px;
}
.wid298px {
  width: 298px;
}
.wid299px {
  width: 299px;
}
.wid300px {
  width: 300px;
}
.wid301px {
  width: 301px;
}
.wid302px {
  width: 302px;
}
.wid303px {
  width: 303px;
}
.wid304px {
  width: 304px;
}
.wid305px {
  width: 305px;
}
.wid306px {
  width: 306px;
}
.wid307px {
  width: 307px;
}
.wid308px {
  width: 308px;
}
.wid309px {
  width: 309px;
}
.wid310px {
  width: 310px;
}
.wid311px {
  width: 311px;
}
.wid312px {
  width: 312px;
}
.wid313px {
  width: 313px;
}
.wid314px {
  width: 314px;
}
.wid315px {
  width: 315px;
}
.wid316px {
  width: 316px;
}
.wid317px {
  width: 317px;
}
.wid318px {
  width: 318px;
}
.wid319px {
  width: 319px;
}
.wid320px {
  width: 320px;
}
.wid321px {
  width: 321px;
}
.wid322px {
  width: 322px;
}
.wid323px {
  width: 323px;
}
.wid324px {
  width: 324px;
}
.wid325px {
  width: 325px;
}
.wid326px {
  width: 326px;
}
.wid327px {
  width: 327px;
}
.wid328px {
  width: 328px;
}
.wid329px {
  width: 329px;
}
.wid330px {
  width: 330px;
}
.wid331px {
  width: 331px;
}
.wid332px {
  width: 332px;
}
.wid333px {
  width: 333px;
}
.wid334px {
  width: 334px;
}
.wid335px {
  width: 335px;
}
.wid336px {
  width: 336px;
}
.wid337px {
  width: 337px;
}
.wid338px {
  width: 338px;
}
.wid339px {
  width: 339px;
}
.wid340px {
  width: 340px;
}
.wid341px {
  width: 341px;
}
.wid342px {
  width: 342px;
}
.wid343px {
  width: 343px;
}
.wid344px {
  width: 344px;
}
.wid345px {
  width: 345px;
}
.wid346px {
  width: 346px;
}
.wid347px {
  width: 347px;
}
.wid348px {
  width: 348px;
}
.wid349px {
  width: 349px;
}
.wid350px {
  width: 350px;
}
.wid351px {
  width: 351px;
}
.wid352px {
  width: 352px;
}
.wid353px {
  width: 353px;
}
.wid354px {
  width: 354px;
}
.wid355px {
  width: 355px;
}
.wid356px {
  width: 356px;
}
.wid357px {
  width: 357px;
}
.wid358px {
  width: 358px;
}
.wid359px {
  width: 359px;
}
.wid360px {
  width: 360px;
}
.wid361px {
  width: 361px;
}
.wid362px {
  width: 362px;
}
.wid363px {
  width: 363px;
}
.wid364px {
  width: 364px;
}
.wid365px {
  width: 365px;
}
.wid366px {
  width: 366px;
}
.wid367px {
  width: 367px;
}
.wid368px {
  width: 368px;
}
.wid369px {
  width: 369px;
}
.wid370px {
  width: 370px;
}
.wid371px {
  width: 371px;
}
.wid372px {
  width: 372px;
}
.wid373px {
  width: 373px;
}
.wid374px {
  width: 374px;
}
.wid375px {
  width: 375px;
}
.wid376px {
  width: 376px;
}
.wid377px {
  width: 377px;
}
.wid378px {
  width: 378px;
}
.wid379px {
  width: 379px;
}
.wid380px {
  width: 380px;
}
.wid381px {
  width: 381px;
}
.wid382px {
  width: 382px;
}
.wid383px {
  width: 383px;
}
.wid384px {
  width: 384px;
}
.wid385px {
  width: 385px;
}
.wid386px {
  width: 386px;
}
.wid387px {
  width: 387px;
}
.wid388px {
  width: 388px;
}
.wid389px {
  width: 389px;
}
.wid390px {
  width: 390px;
}
.wid391px {
  width: 391px;
}
.wid392px {
  width: 392px;
}
.wid393px {
  width: 393px;
}
.wid394px {
  width: 394px;
}
.wid395px {
  width: 395px;
}
.wid396px {
  width: 396px;
}
.wid397px {
  width: 397px;
}
.wid398px {
  width: 398px;
}
.wid399px {
  width: 399px;
}
.wid400px {
  width: 400px;
}
.wid401px {
  width: 401px;
}
.wid402px {
  width: 402px;
}
.wid403px {
  width: 403px;
}
.wid404px {
  width: 404px;
}
.wid405px {
  width: 405px;
}
.wid406px {
  width: 406px;
}
.wid407px {
  width: 407px;
}
.wid408px {
  width: 408px;
}
.wid409px {
  width: 409px;
}
.wid410px {
  width: 410px;
}
.wid411px {
  width: 411px;
}
.wid412px {
  width: 412px;
}
.wid413px {
  width: 413px;
}
.wid414px {
  width: 414px;
}
.wid415px {
  width: 415px;
}
.wid416px {
  width: 416px;
}
.wid417px {
  width: 417px;
}
.wid418px {
  width: 418px;
}
.wid419px {
  width: 419px;
}
.wid420px {
  width: 420px;
}
.wid421px {
  width: 421px;
}
.wid422px {
  width: 422px;
}
.wid423px {
  width: 423px;
}
.wid424px {
  width: 424px;
}
.wid425px {
  width: 425px;
}
.wid426px {
  width: 426px;
}
.wid427px {
  width: 427px;
}
.wid428px {
  width: 428px;
}
.wid429px {
  width: 429px;
}
.wid430px {
  width: 430px;
}
.wid431px {
  width: 431px;
}
.wid432px {
  width: 432px;
}
.wid433px {
  width: 433px;
}
.wid434px {
  width: 434px;
}
.wid435px {
  width: 435px;
}
.wid436px {
  width: 436px;
}
.wid437px {
  width: 437px;
}
.wid438px {
  width: 438px;
}
.wid439px {
  width: 439px;
}
.wid440px {
  width: 440px;
}
.wid441px {
  width: 441px;
}
.wid442px {
  width: 442px;
}
.wid443px {
  width: 443px;
}
.wid444px {
  width: 444px;
}
.wid445px {
  width: 445px;
}
.wid446px {
  width: 446px;
}
.wid447px {
  width: 447px;
}
.wid448px {
  width: 448px;
}
.wid449px {
  width: 449px;
}
.wid450px {
  width: 450px;
}
.wid451px {
  width: 451px;
}
.wid452px {
  width: 452px;
}
.wid453px {
  width: 453px;
}
.wid454px {
  width: 454px;
}
.wid455px {
  width: 455px;
}
.wid456px {
  width: 456px;
}
.wid457px {
  width: 457px;
}
.wid458px {
  width: 458px;
}
.wid459px {
  width: 459px;
}
.wid460px {
  width: 460px;
}
.wid461px {
  width: 461px;
}
.wid462px {
  width: 462px;
}
.wid463px {
  width: 463px;
}
.wid464px {
  width: 464px;
}
.wid465px {
  width: 465px;
}
.wid466px {
  width: 466px;
}
.wid467px {
  width: 467px;
}
.wid468px {
  width: 468px;
}
.wid469px {
  width: 469px;
}
.wid470px {
  width: 470px;
}
.wid471px {
  width: 471px;
}
.wid472px {
  width: 472px;
}
.wid473px {
  width: 473px;
}
.wid474px {
  width: 474px;
}
.wid475px {
  width: 475px;
}
.wid476px {
  width: 476px;
}
.wid477px {
  width: 477px;
}
.wid478px {
  width: 478px;
}
.wid479px {
  width: 479px;
}
.wid480px {
  width: 480px;
}
.wid481px {
  width: 481px;
}
.wid482px {
  width: 482px;
}
.wid483px {
  width: 483px;
}
.wid484px {
  width: 484px;
}
.wid485px {
  width: 485px;
}
.wid486px {
  width: 486px;
}
.wid487px {
  width: 487px;
}
.wid488px {
  width: 488px;
}
.wid489px {
  width: 489px;
}
.wid490px {
  width: 490px;
}
.wid491px {
  width: 491px;
}
.wid492px {
  width: 492px;
}
.wid493px {
  width: 493px;
}
.wid494px {
  width: 494px;
}
.wid495px {
  width: 495px;
}
.wid496px {
  width: 496px;
}
.wid497px {
  width: 497px;
}
.wid498px {
  width: 498px;
}
.wid499px {
  width: 499px;
}
.wid500px {
  width: 500px;
}
.wid501px {
  width: 501px;
}
.wid502px {
  width: 502px;
}
.wid503px {
  width: 503px;
}
.wid504px {
  width: 504px;
}
.wid505px {
  width: 505px;
}
.wid506px {
  width: 506px;
}
.wid507px {
  width: 507px;
}
.wid508px {
  width: 508px;
}
.wid509px {
  width: 509px;
}
.wid510px {
  width: 510px;
}
.wid511px {
  width: 511px;
}
.wid512px {
  width: 512px;
}
.wid513px {
  width: 513px;
}
.wid514px {
  width: 514px;
}
.wid515px {
  width: 515px;
}
.wid516px {
  width: 516px;
}
.wid517px {
  width: 517px;
}
.wid518px {
  width: 518px;
}
.wid519px {
  width: 519px;
}
.wid520px {
  width: 520px;
}
.wid521px {
  width: 521px;
}
.wid522px {
  width: 522px;
}
.wid523px {
  width: 523px;
}
.wid524px {
  width: 524px;
}
.wid525px {
  width: 525px;
}
.wid526px {
  width: 526px;
}
.wid527px {
  width: 527px;
}
.wid528px {
  width: 528px;
}
.wid529px {
  width: 529px;
}
.wid530px {
  width: 530px;
}
.wid531px {
  width: 531px;
}
.wid532px {
  width: 532px;
}
.wid533px {
  width: 533px;
}
.wid534px {
  width: 534px;
}
.wid535px {
  width: 535px;
}
.wid536px {
  width: 536px;
}
.wid537px {
  width: 537px;
}
.wid538px {
  width: 538px;
}
.wid539px {
  width: 539px;
}
.wid540px {
  width: 540px;
}
.wid541px {
  width: 541px;
}
.wid542px {
  width: 542px;
}
.wid543px {
  width: 543px;
}
.wid544px {
  width: 544px;
}
.wid545px {
  width: 545px;
}
.wid546px {
  width: 546px;
}
.wid547px {
  width: 547px;
}
.wid548px {
  width: 548px;
}
.wid549px {
  width: 549px;
}
.wid550px {
  width: 550px;
}
.wid551px {
  width: 551px;
}
.wid552px {
  width: 552px;
}
.wid553px {
  width: 553px;
}
.wid554px {
  width: 554px;
}
.wid555px {
  width: 555px;
}
.wid556px {
  width: 556px;
}
.wid557px {
  width: 557px;
}
.wid558px {
  width: 558px;
}
.wid559px {
  width: 559px;
}
.wid560px {
  width: 560px;
}
.wid561px {
  width: 561px;
}
.wid562px {
  width: 562px;
}
.wid563px {
  width: 563px;
}
.wid564px {
  width: 564px;
}
.wid565px {
  width: 565px;
}
.wid566px {
  width: 566px;
}
.wid567px {
  width: 567px;
}
.wid568px {
  width: 568px;
}
.wid569px {
  width: 569px;
}
.wid570px {
  width: 570px;
}
.wid571px {
  width: 571px;
}
.wid572px {
  width: 572px;
}
.wid573px {
  width: 573px;
}
.wid574px {
  width: 574px;
}
.wid575px {
  width: 575px;
}
.wid576px {
  width: 576px;
}
.wid577px {
  width: 577px;
}
.wid578px {
  width: 578px;
}
.wid579px {
  width: 579px;
}
.wid580px {
  width: 580px;
}
.wid581px {
  width: 581px;
}
.wid582px {
  width: 582px;
}
.wid583px {
  width: 583px;
}
.wid584px {
  width: 584px;
}
.wid585px {
  width: 585px;
}
.wid586px {
  width: 586px;
}
.wid587px {
  width: 587px;
}
.wid588px {
  width: 588px;
}
.wid589px {
  width: 589px;
}
.wid590px {
  width: 590px;
}
.wid591px {
  width: 591px;
}
.wid592px {
  width: 592px;
}
.wid593px {
  width: 593px;
}
.wid594px {
  width: 594px;
}
.wid595px {
  width: 595px;
}
.wid596px {
  width: 596px;
}
.wid597px {
  width: 597px;
}
.wid598px {
  width: 598px;
}
.wid599px {
  width: 599px;
}
.wid600px {
  width: 600px;
}
.wid601px {
  width: 601px;
}
.wid602px {
  width: 602px;
}
.wid603px {
  width: 603px;
}
.wid604px {
  width: 604px;
}
.wid605px {
  width: 605px;
}
.wid606px {
  width: 606px;
}
.wid607px {
  width: 607px;
}
.wid608px {
  width: 608px;
}
.wid609px {
  width: 609px;
}
.wid610px {
  width: 610px;
}
.wid611px {
  width: 611px;
}
.wid612px {
  width: 612px;
}
.wid613px {
  width: 613px;
}
.wid614px {
  width: 614px;
}
.wid615px {
  width: 615px;
}
.wid616px {
  width: 616px;
}
.wid617px {
  width: 617px;
}
.wid618px {
  width: 618px;
}
.wid619px {
  width: 619px;
}
.wid620px {
  width: 620px;
}
.wid621px {
  width: 621px;
}
.wid622px {
  width: 622px;
}
.wid623px {
  width: 623px;
}
.wid624px {
  width: 624px;
}
.wid625px {
  width: 625px;
}
.wid626px {
  width: 626px;
}
.wid627px {
  width: 627px;
}
.wid628px {
  width: 628px;
}
.wid629px {
  width: 629px;
}
.wid630px {
  width: 630px;
}
.wid631px {
  width: 631px;
}
.wid632px {
  width: 632px;
}
.wid633px {
  width: 633px;
}
.wid634px {
  width: 634px;
}
.wid635px {
  width: 635px;
}
.wid636px {
  width: 636px;
}
.wid637px {
  width: 637px;
}
.wid638px {
  width: 638px;
}
.wid639px {
  width: 639px;
}
.wid640px {
  width: 640px;
}
.wid641px {
  width: 641px;
}
.wid642px {
  width: 642px;
}
.wid643px {
  width: 643px;
}
.wid644px {
  width: 644px;
}
.wid645px {
  width: 645px;
}
.wid646px {
  width: 646px;
}
.wid647px {
  width: 647px;
}
.wid648px {
  width: 648px;
}
.wid649px {
  width: 649px;
}
.wid650px {
  width: 650px;
}
.wid651px {
  width: 651px;
}
.wid652px {
  width: 652px;
}
.wid653px {
  width: 653px;
}
.wid654px {
  width: 654px;
}
.wid655px {
  width: 655px;
}
.wid656px {
  width: 656px;
}
.wid657px {
  width: 657px;
}
.wid658px {
  width: 658px;
}
.wid659px {
  width: 659px;
}
.wid660px {
  width: 660px;
}
.wid661px {
  width: 661px;
}
.wid662px {
  width: 662px;
}
.wid663px {
  width: 663px;
}
.wid664px {
  width: 664px;
}
.wid665px {
  width: 665px;
}
.wid666px {
  width: 666px;
}
.wid667px {
  width: 667px;
}
.wid668px {
  width: 668px;
}
.wid669px {
  width: 669px;
}
.wid670px {
  width: 670px;
}
.wid671px {
  width: 671px;
}
.wid672px {
  width: 672px;
}
.wid673px {
  width: 673px;
}
.wid674px {
  width: 674px;
}
.wid675px {
  width: 675px;
}
.wid676px {
  width: 676px;
}
.wid677px {
  width: 677px;
}
.wid678px {
  width: 678px;
}
.wid679px {
  width: 679px;
}
.wid680px {
  width: 680px;
}
.wid681px {
  width: 681px;
}
.wid682px {
  width: 682px;
}
.wid683px {
  width: 683px;
}
.wid684px {
  width: 684px;
}
.wid685px {
  width: 685px;
}
.wid686px {
  width: 686px;
}
.wid687px {
  width: 687px;
}
.wid688px {
  width: 688px;
}
.wid689px {
  width: 689px;
}
.wid690px {
  width: 690px;
}
.wid691px {
  width: 691px;
}
.wid692px {
  width: 692px;
}
.wid693px {
  width: 693px;
}
.wid694px {
  width: 694px;
}
.wid695px {
  width: 695px;
}
.wid696px {
  width: 696px;
}
.wid697px {
  width: 697px;
}
.wid698px {
  width: 698px;
}
.wid699px {
  width: 699px;
}
.wid700px {
  width: 700px;
}
.wid1pc {
  width: 1% !important;
}
.wid2pc {
  width: 2%;
}
.wid3pc {
  width: 3%;
}
.wid4pc {
  width: 4%;
}
.wid5pc {
  width: 5%;
}
.wid6pc {
  width: 6%;
}
.wid7pc {
  width: 7%;
}
.wid8pc {
  width: 8%;
}
.wid9pc {
  width: 9%;
}
.wid10pc {
  width: 10%;
}
.wid11pc {
  width: 11%;
}
.wid12pc {
  width: 12%;
}
.wid13pc {
  width: 13%;
}
.wid14pc {
  width: 14%;
}
.wid15pc {
  width: 15%;
}
.wid16pc {
  width: 16%;
}
.wid17pc {
  width: 17%;
}
.wid18pc {
  width: 18%;
}
.wid19pc {
  width: 19%;
}
.wid20pc {
  width: 20%;
}
.wid21pc {
  width: 21%;
}
.wid22pc {
  width: 22%;
}
.wid23pc {
  width: 23%;
}
.wid24pc {
  width: 24%;
}
.wid25pc {
  width: 25%;
}
.wid26pc {
  width: 26%;
}
.wid27pc {
  width: 27%;
}
.wid28pc {
  width: 28%;
}
.wid29pc {
  width: 29%;
}
.wid30pc {
  width: 30%;
}
.wid31pc {
  width: 31%;
}
.wid32pc {
  width: 32%;
}
.wid33pc {
  width: 33%;
}
.wid34pc {
  width: 34%;
}
.wid35pc {
  width: 35%;
}
.wid36pc {
  width: 36%;
}
.wid37pc {
  width: 37%;
}
.wid38pc {
  width: 38% !important;
}
.wid39pc {
  width: 39%;
}
.wid40pc {
  width: 40% !important;
}
.wid41pc {
  width: 41%;
}
.wid42pc {
  width: 42%;
}
.wid43pc {
  width: 43%;
}
.wid44pc {
  width: 44%;
}
.wid45pc {
  width: 45%;
}
.wid46pc {
  width: 46%;
}
.wid47pc {
  width: 47%;
}
.wid48pc {
  width: 48%;
}
.wid49pc {
  width: 49%;
}
.wid50pc {
  width: 50%;
}
.wid51pc {
  width: 51%;
}
.wid52pc {
  width: 52%;
}
.wid53pc {
  width: 53%;
}
.wid54pc {
  width: 54%;
}
.wid55pc {
  width: 55%;
}
.wid56pc {
  width: 56%;
}
.wid57pc {
  width: 57%;
}
.wid58pc {
  width: 58% !important;
}
.wid59pc {
  width: 59%;
}
.wid60pc {
  width: 60% !important;
}
.wid61pc {
  width: 61%;
}
.wid62pc {
  width: 62%;
}
.wid63pc {
  width: 63%;
}
.wid64pc {
  width: 64%;
}
.wid65pc {
  width: 65%;
}
.wid66pc {
  width: 66%;
}
.wid67pc {
  width: 67%;
}
.wid68pc {
  width: 68%;
}
.wid69pc {
  width: 69%;
}
.wid70pc {
  width: 70%;
}
.wid71pc {
  width: 71%;
}
.wid72pc {
  width: 72%;
}
.wid73pc {
  width: 73%;
}
.wid74pc {
  width: 74%;
}
.wid75pc {
  width: 75%;
}
.wid76pc {
  width: 76%;
}
.wid77pc {
  width: 77%;
}
.wid78pc {
  width: 78%;
}
.wid79pc {
  width: 79%;
}
.wid80pc {
  width: 80%;
}
.wid81pc {
  width: 81%;
}
.wid82pc {
  width: 82%;
}
.wid83pc {
  width: 83%;
}
.wid84pc {
  width: 84%;
}
.wid85pc {
  width: 85%;
}
.wid86pc {
  width: 86%;
}
.wid87pc {
  width: 87%;
}
.wid88pc {
  width: 88%;
}
.wid89pc {
  width: 89%;
}
.wid90pc {
  width: 90%;
}
.wid91pc {
  width: 91%;
}
.wid92pc {
  width: 92%;
}
.wid93pc {
  width: 93%;
}
.wid94pc {
  width: 94%;
}
.wid95pc {
  width: 95%;
}
.wid96pc {
  width: 96%;
}
.wid97pc {
  width: 97%;
}
.wid98pc {
  width: 98%;
}
.wid99pc {
  width: 99%;
}
.wid100pc {
  width: 100%;
}
.short-name {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-name:hover:after {
  content: attr(title);
  position: absolute;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #999999;
  top: 0;
  left: 0;
  z-index: 99;
  white-space: normal;
  word-break: break-all;
  max-height: 250px;
  overflow-y: auto;
  width: 200px;
}
.short-name:hover:after::-webkit-scrollbar {
  width: 10px;
}
.short-name:hover:after::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 10px;
}
.short-name:hover:after::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 10px;
}
.divPasswordStrength {
  width: 100px;
}
.divPasswordStrengthIndicator {
  height: 5px;
  display: block;
  float: left;
  width: 18% !important;
  position: relative;
  background: #cccccc;
  margin-left: 2%;
}
.passwordStrengthIndicator0 {
  /*width:100%;*/
  background: #cccccc;
}
.passwordStrengthIndicator1 {
  /*width:20%;*/
  display: block;
  background: #d9534f;
}
.passwordStrengthIndicator2 {
  /*width:40%;*/
  display: block;
  background: #d9534f;
}
.passwordStrengthIndicator3 {
  /*width:60%;*/
  display: block;
  background: #f0ad4e;
}
.passwordStrengthIndicator4 {
  /*width:80%;*/
  display: block;
  background: #5cb85c;
}
.passwordStrengthIndicator5 {
  /*width:100%;*/
  display: block;
  background: #5cb85c;
}
.reports-tbl-01 {
  width: 100%;
}
.reports-tbl-01 tr {
  border-bottom: 1px solid #e6e6e6;
}
.reports-tbl-01 tr td {
  padding: 2px 0;
}
.reports-tbl ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 2px;
}
.reports-tbl ul.list li {
  list-style-type: none;
  margin: 2px 0;
  border-bottom: 1px solid #f2f2f2;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.reports-tbl ul.list li table {
  width: 100%;
}
.reports-tbl ul.list li table tr td:first-child .labeltxt {
  font-weight: 800;
}
.reports-tbl ul.list li .search-add-group tr {
  display: flex;
  align-items: center;
}
.reports-tbl ul.list li .search-add-group tr td {
  display: flex;
  align-items: center;
}
.reports-tbl ul.list li .search-add-group tr td .date-range tr td:first {
  width: unset !important;
}
.inner-tbl tbody tr:first-child {
  border-top: unset;
}
.inner-tbl tbody tr:last-child {
  border-bottom: unset;
}
.date-range {
  width: unset;
}
.date-range tr {
  display: flex;
  align-items: center;
}
.date-range tr td {
  display: flex;
  align-items: center;
  padding: 2 0px;
}
.date-range tr td span {
  margin-top: unset !important;
}
.modal-body .grd-table .log-tbl {
  width: 100%;
}
.modal-body .grd-table .log-tbl .log-tbl-head {
  background: 10%;
}
.plan-tbl {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1fr;
}
.plan-tbl li {
  list-style: none;
  display: flex;
  margin: 1px 0;
}
.plan-tbl li * {
  margin: 0 5px;
}
.plan-tbl li span {
  display: inline-block;
  width: 150px;
}
.fillcolrDtls {
  display: flex;
}
.fillcolrDtls > div {
  margin: 0 10px;
}
#embedContainer {
  height: 600px;
  width: 100%;
}
.col-4-tmp {
  display: grid;
  grid-template-columns: 45% 40% 15%;
  grid-gap: 3px;
}
.col-4-tmp .divTeamDetails {
  background: #fdfafa;
  padding-right: 5px;
}
.col-4-tmp .divTeamDetails .i-header {
  margin-top: 0;
}
.col-4-tmp .divTeamDetails.steps {
  grid-column: span 3;
}
.col-4-tmp .divTeamDetails.steps .divTeamDetails .t-grid {
  max-height: unset;
  overflow-y: unset;
}
.col-4-tmp .divTeamDetails .divTeamDetails .t-grid {
  max-height: 105px;
  overflow-y: auto;
}
.col-4-tmp .divTeamDetails .divTeamDetails .t-grid .t-grid-pager {
  margin: unset;
  padding: unset;
  display: none;
}
.col-4-tmp .divTeamDetails:last-child {
  box-shadow: none;
}
.col-4-tmp .out-puts {
  grid-column: span 2;
}
.add-step .add-step-row {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.add-step .add-step-row table.stp-row-tbl {
  width: unset !important;
}
.add-step .add-step-row table.stp-row-tbl tr td {
  font-weight: normal !important;
  border-bottom: unset !important;
}
.add-step .add-step-row table.stp-row-tbl tr td label {
  font-weight: bold;
}
.add-step .add-step-row table.stp-row-tbl tr td .remove-bold label {
  font-weight: normal;
}
.add-step .col-3-tmp {
  display: grid;
  grid-template-columns: 30% 17% 52%;
  grid-gap: 5px;
}
.add-step .col-3-tmp.row-2 {
  grid-template-columns: 60% auto auto;
}
.add-step .col-3-tmp .inputs .divTeamDetails .t-grid {
  max-height: 183px;
  overflow-y: auto;
}
.add-step .col-3-tmp .inputs .divTeamDetails .t-grid table {
  width: 100% !important;
}
.add-step .col-3-tmp .inputs .divTeamDetails .t-grid table tr th:first-child {
  text-align: center;
}
.add-step .col-3-tmp .outputs {
  grid-column: span 2;
}
.add-step .machines .divTeamDetails .t-grid {
  max-height: 180px;
  overflow-y: auto;
}
.add-step .operations textarea {
  width: 95% !important;
  height: 75%;
  margin: 5px;
}
.add-step .NatureOfStep .step-tbl {
  width: 100% !important;
}
.add-step .NatureOfStep .step-tbl tr td {
  padding: 0 !important;
  border-bottom: 1px solid #ebebeb !important;
  padding: 0 4px !important;
}
.add-step .NatureOfStep .step-tbl tr td .remove-bold {
  padding: 0 10px;
}
.add-step .NatureOfStep .step-tbl tr td .remove-bold label {
  font-weight: 300;
}
.add-step .stock-input .t-grid {
  max-height: 210px;
  overflow-y: auto;
}
.add-step .stock-input .t-grid table tr th:first-child {
  text-align: center;
}
.add-step .stock-input .t-grid table tr td {
  border-bottom: 1px solid #ebebeb !important;
}
.add-step .info-operator .i-header {
  padding-right: 0;
}
.add-step .info-operator .i-header table tr td {
  padding: 0 0 !important;
}
.add-step .duration input[type="text"] {
  width: 37px;
  margin-bottom: 5px;
}
.QCSamples .t-grid {
  max-height: 200px;
  overflow-y: auto;
}
.QCSamples .t-header {
  padding-right: 0 !important;
}
.QCSamples .t-header table > tbody > tr > td {
  padding: 0 0 !important;
}
.spl-saf table tr td label {
  font-weight: bold;
}
.spl-saf table tr td table {
  width: 100% !important;
}
.i-header-LR-padding-remove .i-header table tr td {
  padding-left: 0;
  padding-right: 0;
}
.tbl-scroll-horizantal {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.tbl-scroll-horizantal thead {
  height: 35px;
}
.tbl-scroll-horizantal thead tr th {
  color: #f7941e;
}
.drop-icon-group,
.txtbox-icon-group,
.input-icon-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.file-upload-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.file-upload-wrap .bold {
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  padding: 3px 0;
}
.file-upload-wrap .t-widget {
  display: flex;
  flex-direction: column;
  align-items: unset;
}
.file-upload-wrap .t-widget .t-upload-button {
  position: absolute;
  top: -29px;
  right: 0;
}
.file-upload-wrap .t-upload-files {
  padding: 0 0 !important;
}
.file-upload-wrap .t-upload-files .t-file {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.file-upload-wrap .t-upload-files .t-file > span.t-icon {
  display: none;
}
.file-upload-wrap .t-upload-files .t-file .t-button {
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.file-upload-wrap .t-upload-files .t-file:last-child {
  border-bottom: unset;
}
.reports-tbl-container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
  background-color: #fafafa;
  padding: 5px;
  width: clac(90%);
}
.reports-tbl-container ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  height: 30px;
  margin: 3px 0;
}
.reports-tbl-container ul li table tr td.labeltxt {
  font-weight: 800;
  padding: 2px 5px;
}
.reports-tbl-container ul li table tr td.dropTxtBox {
  font-weight: 800;
  padding: 2px 5px;
}
.reports-tbl-container ul li table tr td:last-child {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.reports-tbl-container ul li table tr td input[type="radio"] {
  margin-right: unset;
  margin: 0 5px 0 3px;
}
.reports-tbl-container ul li table tr td input[type="checkbox"] {
  margin: 0 5px 0 3px;
}
.reports-tbl-container ul li table tr td .TextboxCSS {
  margin-left: 3px;
}
.approval-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
}
.approval-wrap > * {
  margin: 0 5px;
}
.approval-wrap .txt-remarks {
  flex: 1;
}
.approval-wrap .txt-remarks textarea {
  width: 99%;
  height: 72px;
}
.approval-wrap .getApprovalActions {
  flex-basis: 80px;
}
.approval-wrap .getApprovalActions input {
  width: 80px;
}
.flx-col-2-fina {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .mobile-iframe {
    width: 96vw;
    height: 100vh;
  }
  .mobile-iframe .approval-section {
    width: calc(100% - 10px);
    margin: 5px;
  }
  .mobile-iframe .approval-section .ele-header {
    font-weight: 800;
    padding: 3px 0;
    font-size: 15px;
  }
  .mobile-iframe .approval-section .remark-sec textarea {
    width: calc(100% - 10px) !important;
  }
  .mobile-iframe .app-tlt {
    margin: 0 5px;
    background: #f2f2f2;
    padding: 2px 5px;
  }
  .mobile-iframe .t-grid table tr th span,
  .mobile-iframe .t-grid table tr th a,
  .mobile-iframe .t-grid table tr th div {
    font-size: 11px !important;
  }
  .mobile-iframe .t-grid table tr td,
  .mobile-iframe .t-grid table tr th {
    font-size: 11px !important;
  }
  .mobile-iframe .infoTbl {
    width: 100%;
  }
  .mobile-iframe .infoTbl tbody tr td,
  .mobile-iframe .infoTbl tbody tr th {
    font-size: 11px !important;
  }
  .mobile-iframe .infoTbl tbody tr td:first-child,
  .mobile-iframe .infoTbl tbody tr th:first-child {
    width: 40% !important;
  }
  .mobile-iframe .ui-tabs-panel .t-grid {
    width: inherit;
    width: 92vw;
    overflow-x: auto;
  }
}
/*# sourceMappingURL=new-styles.css.map */