/* general stuff  - hmm.. causes too many problems! using body tags instead
a:link    { color: blue; }
a:visited { color: blue; }  */

/* TableEditor/db report styles  */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

/* GlacialIndifference-Bold Font */
@font-face {
  font-family: 'GlacialIndifference';
  src: url('https://sa.checker-soft.com/customer-in-love/checker-files/media/222/css/font_files/GlacialIndifference-Bold.otf')
    format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* GlacialIndifference-Italic Font */
@font-face {
  font-family: 'GlacialIndifference';
  src: url('https://sa.checker-soft.com/customer-in-love/checker-files/media/222/css/font_files/GlacialIndifference-Italic.otf')
    format('opentype');
  font-weight: normal;
  font-style: italic;
}

/* GlacialIndifference-Regular Font */
@font-face {
  font-family: 'GlacialIndifference';
  src: url('https://sa.checker-soft.com/customer-in-love/checker-files/media/222/css/font_files/GlacialIndifference-Regular.otf')
    format('opentype');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
body,
center {
  color: #444;
}
a {
  color: #d61043;
}
td.db-surrounding {
  border-style: solid;
  border-width: 1px;
  border-color: #00adf7;
  padding: 2px;
}

table.db {
  border-collapse: collapse;
  border-width: thin;
  font-size: smaller;
}

table.db a {
  color: black;
}

tr.db-current {
  background-color: #f8b854;
}

tr.db1 {
  background-color: #e1ded9;
}

tr.db1 a {
  text-decoration: none;
}

tr.db1 a:hover {
  background-color: red;
  text-decoration: none;
}

tr.db1:hover {
  background-color: white;
  text-decoration: none;
}

tr.db2 {
  background-color: #f1f1f1; /* #F0f0f0;  */
}

tr.db2 a {
  text-decoration: none;
}

tr.db2 a:hover {
  background-color: red;
  text-decoration: none;
}

tr.db2:hover {
  background-color: white;
  text-decoration: none;
}

td.db-firstcol {
  padding-left: 5px;
  padding-right: 5px;
}
/*
td.db-rtl {
    padding-left: 5px;
    padding-right: 5px;
    border-right: black 1px solid;
}
*/
td.db-ltr {
  padding-left: 5px;
  padding-right: 5px;
  border-left: black 1px solid;
}

table thead.db {
  color: white;
  background-color: #d61043;
  /*#9e9e9e;*/
}

thead.db a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

thead.db a:hover {
  color: red;
  text-decoration: none;
}

a.tedit-caption {
}

a.db-pageNumber {
  text-decoration: none;
  color: black;
}

span.db-curPageNumber {
  color: red;
}

/* Edit forms of TableEdit and PropEdit */

table.tedit {
  font-size: smaller;
  border: 1px solid #005186 !important!;
}

tr.tedit {
  font-size: 12px;
}

td.tedit-mandatory {
  font-weight: bold;
  padding-left: 10px;
}

td.tedit {
  font-size: 12px;
  padding-left: 10px;
}

td.tedit-editbox {
}

tr.tedit-seperator {
  background: url('../../../../images/title_dots.png');
  background-repeat: repeat-x;
  background-position: center;
}

td.tedit-seperator {
  font-size: 0;
  height: 5px;
}

.tedit-desc {
  font-size: 90%;
  color: #404040;
}

/* for the table that externally wraps the edit form (called outside TableEditor)
   this TD is for seperating between the edit form and the "edit contacts" texts.  
   and for seperating other stuff, too
   */

td.links-on-the-side {
  font-size: 1px;
  width: 1px;
  background: url('../../../../images/horizontal-seperator.bmp');
  background-repeat: repeat-y;
  background-position: center;
}

/* Table report styles */

td.report-surrounding {
  border-style: solid;
  border-width: 2px;
  border-color: #ce0000;
  padding: 2px;
}

table.report {
  border-collapse: collapse;
  border-width: thin;
  font-size: smaller;
  margin-bottom: 10px;
}

a.report-caption {
  color: black;
}

tr.report1 {
  background-color: #f1f1f1;
}

tr.report1 a {
  text-decoration: none;
}

tr.report1 a:hover {
  background-color: #00adf7;
  text-decoration: none;
}

tr.report1:hover {
  background-color: white;
}

tr.report2 {
  background-color: #e1ded9;
}

tr.report2 a {
  text-decoration: none;
}

tr.report2 a:hover {
  background-color: transparent;
  text-decoration: none;
}

tr.report2:hover {
  background-color: white;
}

td.report-firstcol {
  padding-left: 5px;
  padding-right: 5px;
}

td.report-rtl {
  padding-left: 5px;
  padding-right: 5px;
  border-right: #949eb5 1px solid;
}

td.report-ltr {
  padding-left: 5px;
  padding-right: 5px;
  border-left: #949eb5 1px solid;
}

thead.report-old {
  color: black;
  font-weight: bold;
  background-color: #9e9e9e;
}

thead.report {
  color: white;
  background-color: #83a8cc;
  font-weight: bold;
  /*#9e9e9e;*/
}

thead.report a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

thead.report a:hover {
  color: red;
  text-decoration: none;
}

td.report-dir {
  border-right: solid 1px black;
}

/* question forms */

.critSubc {
  font-weight: bold;
}

.critChap {
  font-size: 20;
  font-weight: normal;
}

.critWeight {
  font-size: 75%;
}

.critRptAnswer {
  font-size: 75%;
}

.critInfoItemTitle {
}

.critInfoItem {
  font-weight: bold;
}

/* Main menu */

.mmTitle {
  font-size: 120%;
  font-weight: bold;
}

.mmAwaiting {
  color: blue;
}

.mmUrgent {
  color: red;
}

.mmExpired {
  color: red;
  font-weight: bold;
}

.mmAwaitingOther {
  color: green;
}

.notice {
  color: red;
  font-weight: bold;
}

.anouncement {
  text-align: center;
  font-weight: bold;
  font-size: 160%;
}

.error {
  text-align: center;
  font-weight: bold;
  font-size: 160%;
  color: red;
}

/* For removing the extra lines from the form tag */

form.inline {
  display: inline;
}

#bulk_application_form > input {
  margin-bottom: 30px;
}

/*  new q groups table design */

*#col1 {
  border: 2px solid black;
}

/* end of q groups table design */

/* Menu */

/* 
Whoa, CSS is lovely! It's easy to say that only links inside the menu
will have no underline unless they are hovered.

belongs to previous design...
*/

td.menu {
  white-space: nowrap;
  vertical-align: top;
  font-size: 60%;
}

td.menu a {
  text-decoration: none;
}

td.menu a:hover {
  text-decoration: underline;
}

a.item {
  color: darkblue;
}

a.item-selected {
  color: green;
}

a.parent {
  color: darkblue;
}

a.parent-selected {
  color: green;
}

a.parent-open {
  color: indigo;
  font-weight: bold;
}

a.semiparent {
  color: darkblue;
}

a.semiparent-selected {
  color: green;
}

a.semiparent-open {
  color: darkgreen;
}

.title {
  /* color: #45bfb5 !important; */
  font-weight: bold;
  font-size: 180% !important;
  position: relative;
  left: 180px;
  white-space: nowrap;
  max-width: 520px;
}

/* end previous design (by Eyal) */

.second-alignment {
}

.centerTable {
  /*position: relative;
    right: 40%;   */
}

.menuUnderTable {
  position: absolute;
  width: 100%;
  bottom: 30px;
  font-size: 14pt;
}

.menuUnderTable > a {
  font-size: 14pt !important;
}

/********* Start : Added by Sandy ******************/

.pageTitle {
  color: #868ea6;
  font-size: 150%;
}

.leftCategoryTitle {
  color: #bd0000;
}

td.leftPanel {
  padding: 1;
  width: 125;
}

.leftPanel div {
  height: 24;
}

td.middlePanel {
  color: #bd0000;
}

/********** Third CSS block: no margins for main page *********/

body {
  /*behavior:url( hover.htc ); */
  position: relative;
  min-height: 100vh;
  padding-bottom: 50px;
  background: url(https://sa.checker-soft.com/customer-in-love/checker-files/media/222/css/images/bg_cil.jpg)
    no-repeat fixed center center;
  background-size: cover;
}

.header-top-bg {
  background-image: url('../../../../images/top-bg.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

.secondRowStyle {
  background-image: url('../../../../images/title-bottom-bg.bmp');
  background-repeat: repeat-x;
  height: 12px;
  font-size: 3px;
}

.menu-bg {
  background-image: url('../../../../images/menu_bg.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

.top_menu {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 11;
  padding-left: 10;
  padding-right: 10;
  font-weight: bold;
  color: black;
}

.top_menu-selected {
  background-image: url('../../../../images/menu_bg_ON.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  color: white;
}

.top_menu a {
  text-decoration: none;
  color: black;
}

.top_menu-selected a {
  text-decoration: none;
  color: white;
}

.top_menu-red_strip {
  height: 5;
  background-image: url('../../../../images/ca-top-red-strip.gif');
  background-repeat: repeat-x;
  font-size: 0;
}

.top_menu-gray_strip {
  height: 3;
  background-color: #d61043;
  background-image: url('../../../../images/ca-top-grays-horiz-strip.gif');
  background-repeat: repeat-x;
  font-size: 0;
}

.logo-bg {
  background-image: url('../../../../images/logo-bg.bmp');
}

.gray-darker {
  height: 15;
  background-color: #d61043;
  font-size: 0;
}

.gray-lighter1 {
  height: 7;
  background-color: #848ea5;
  font-size: 0;
}

.gray-lighter2 {
  height: 25;
  background-color: #d61043;
  color: white;
}

.gray-lighter3 {
  height: 5;
  background-color: #848ea5;
  font-size: 0;
}

.breadcrums {
  background-repeat: no-repeat;
  background-position: right;
}

.middle-table {
  background-repeat: no-repeat;
  background-position: left;
  height: 65;
  background-color: #d61043;
  color: white;
}

.horizontal-dots {
  font-size: 1px;
  height: 3px;
  background: url('../../../../images/title_dots.png');
  background-repeat: repeat-x;
  background-position: center;
}

.vertical-dots {
  font-size: 1px;
  width: 3px;
  background: url('../../../../images/horizontal-seperator.bmp');
  background-repeat: repeat-y;
  background-position: center;
}

.empty-style {
  font-size: 1px;
  padding: 0;
}

.empty-line-style {
  font-size: 10px;
}

.left-menu-padding {
  padding: 1 2 1 2;
}

.left-menu-padding a {
  text-decoration: none;
}

.main-page-td {
  background: url('../../../../images/horizontal-seperator.bmp');
  background-repeat: repeat-y;
  font-size: 2;
}

.middle-right {
  padding: 8;
  height: 350px;
}

.section-lable {
  color: #bd0000;
  font-size: 130%;
  font-weight: bold;
}

a.reportItemTitle {
  font-size: 110%;
  font-weight: bold;
}

.footer-dots {
  font-size: 0px;
  background: white url('../../../../images/footer_dots.gif');
  background-position: top;
  background-repeat: repeat-x;
  height: 2px;
}

.bottom-tr {
  height: 26px;
  background-color: #bd0000;
  color: white;
}

.font-style {
  font-size: 10;
  font-family: GlacialIndifference, Roboto, sans-serif;
}

.font-black {
  color: black;
}

.td-bottom-bg {
  background: url('../../../../images/new_design_../../../../images/bottom_background.png');
}

.contact-td {
  height: 39px;
  color: black;
  background-color: #cfd6e6;
}

/*-------------- Main menu boxes -----------------*/

td.mainMenu-line1 {
  border: solid 1px #73799c;
  /* CHANGE THIS LINE WHEN ADDING MORE BOXES */
  width: 33%;
  padding-bottom: 5px;
}

td.mainMenu-line2 {
  border: solid 1px #73799c;
  /* Again, CHANGE THIS LINE WHEN ADDING MORE BOXES */
  width: 50%;
  padding-bottom: 5px;
}

table.insideMain {
  width: 100%;
  font-weight: bold;
}

td.lineInsideMain {
  font-size: 0;
}

tr.titleInsideMain {
  color: #ce0000;
  padding-top: 1;
  padding-bottom: 1;
}

/*************************************/

.big_edit-client-list {
  /* border-collapse: collapse; position: relative; right: 20%;*/
  width: 0;
}

/*************   setedit-frameset Left Part ******************/

a.treeChapter {
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

a.treeSubchapter {
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

/*************   questionair preview CSS ******************/

.main-div-bg {
  background-color: #e9e8e4;
}

.main-table {
  background-color: #ffffff;
  border-collapse: collapse;
  border: 1px solid #00adf7;
}

.select-obj-td {
  width: 70%;
}

.select-obj-td select {
  width: 94%;
}

.list-select {
  border-style: groove;
}

.textareaQuest {
  border-style: groove;
}

.questDiv {
}

.questText {
  font-weight: bold;
}

.selectClassQ {
  border-style: groove;
  width: 200px;
}

.readonlyBox {
  background-color: #d2d2d2;
  color: #464646;
}

/*span:hover{background-color: red;} */

textarea:hover {
  background-color: #d2d2d2;
}

option:hover {
  background-color: #d2d2d2;
  color: #464646;
}

select:hover {
  background-color: #464646;
  color: #ffffff;
}

.text-input {
  border-style: groove;
}

.freeTextField {
  border-style: groove;
}

/***************************Logo style**********************/

.menu-td-Style-left {
  /*border-left: solid thin;*/
}

.menu-td-Style-right {
  border-right: solid thin;
}

.menu-td-Style-default {
  border-right: 0px;
}

.header-line {
  border-bottom: 0px solid #00adf7;
}

/******************************Footer style*****************************/

.footers-line {
  font-size: 6;
  border-bottom: 0px !important;
}

/********************* End : Added by Sandy ***********************/

.survey-details-table {
  border-collapse: collapse;
}

.substituted-formatted-text {
  font-size: 130%;
  font-weight: bold;
  color: #d61043;
}

/******************/

.border1-fontbold {
  border: 1px solid;
  font-weight: bold;
}

.border1 {
  border: 1px solid;
}

.bigger-font-size {
  font-size: 120%;
}

.color-red {
  color: red;
}

.color-green {
  color: green;
}

.title1 {
  font-size: 25;
  color: black;
}

.title2 {
  font-size: 18;
  color: #9c1818;
}

.title3 {
  font-size: 16;
  color: #d61043;
}

.font0-height0 {
  font-size: 0;
  height: 0;
}

.font-size-20 {
  font-size: 20%;
}

.font-size-9 {
  font-size: 9;
}

.padding-4 {
  padding: 4px;
}

.padding-2 {
  padding: 2px;
}

.text-decoration-none {
  text-decoration: none;
}

/*.width400{width: 400px;}  */

.font-weight-bold {
  font-weight: bold;
}

/*.width-64{width:64px;}
.width-180{width:180px;}  */

.comboboxwidth400 {
  width: 400px;
}

/*********************************/

.btn-input {
  font-size: 11px;
  cursor: pointer;
}

.screen_top {
  background-color: #ffffff;
  height: 0px;
}

td.c_logo_compnaylogo img,
tr.regcompanyLogo-bg > td.menu-td-Style-default > img {
  height: 50px;
  display: none;
}

tr.tr_screen_top,
tr.regtr_screen_top {
  background-image: none;
  background-size: auto 60px;
  background-repeat: no-repeat;
  background-position: center left 50px;
}
tr.tr_screen_top,
tr.regtr_screen_top {
  background-image: url(https://sa.checker-soft.com/customer-in-love/checker-files/company-images/222-Logo-436.png);
  background-position: center;
  height: 70px;
  background-size: auto 70px !important;
}
.right_screen_top {
  display: none !important;
  background-image: none !important;
}

.companyLogo-bg {
}

.companyInfoMenu {
  /*border-style: groove;  */
  font-style: italic;
}

.center_screen_top {
  width: 100%;
  text-align: left;
  /* padding-right: 120px;
    background-image: url(https://sa.checker-soft.com/primeshopper-br/checker-files/media/233/css/images/prime_shopper_logo_2.png);
    background-position: 20px center !important;
    -webkit-background-size: auto 90px;
    background-size: auto 90px;
    background-repeat: no-repeat; */
}

.left_screen_top {
  display: none;
}

.center-bg {
  vertical-align: middle;
}

.screen_top_bottom_border {
  border-bottom: solid rgba(0, 0, 0, 0.4) 0px;
  height: 0px;
}

.shopperGreetings {
  /*position: relative;*/
  right: 50px;
  font-weight: bold;
  color: #d61043;
  font-size: 20px;
  font-style: oblique;
  padding-right: 10%;
}

.p-menu1 {
  /* background-image: url(https://i.imgur.com/Mzy4Xbz.png) !important; */
  /* background-attachment: scroll; */
  background-position: left center;
  background-repeat: no-repeat;
  /*padding-right: 27px !important;*/
  height: 19px;
  /* border: 1px solid #F1F1F1; */
  background-size: auto 15px;
}

/* .p-menu1 a {
    background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/Assigned_orders);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 24px;
    height: 19px;
    background-size: auto 15px;
    } */

.p-menu1 a:hover {
  background-color: #838383;
}

.p-menu2 {
  /* background-image: url(https://i.imgur.com/Mzy4Xbz.png) !important; */
  /* background-attachment: scroll; */
  background-position: left center;
  background-repeat: no-repeat;
  padding-right: 27px !important;
  height: 19px;
  /* border: 1px solid #F1F1F1; */
  background-size: auto 15px;
}

.p-menu2 a:hover {
  background-color: #838383;
}

.p-menu-logoff {
  background-image: url(https://eu.checker-soft.com/demo/checker-files/media/68/css/images/logoutdefault.png) !important;
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z' fill='%236d6e71'/%3e%3c/svg%3e ") !important;
*/ /* background-image: none !important; */
  background-size: auto 20px;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 24px;
  height: 20px !important;
  border-bottom: 0px solid #00adf7 !important;
  background-position: 1% center !important;
  vertical-align: middle;
  /* background-color: rgba(0, 0, 0, 0.9); */
  padding: 8px 14px;
  margin-left: 10px;
  width: 90px;
  vertical-align: middle;
  /* background-color: rgba(0, 0, 0, 0.9); */
  display: flex;
  align-items: center;
}

.p-menu-logoff a {
  color: #d61043 !important;
}

.p-menu-logoff a:visited {
  color: #d61043 !important;
}

.p-menu-logoff a:hover {
  background-color: green;
}

.p-menu-language {
  font-size: 16px;
  font-weight: bold;
  color: #d61043;
  color: black !important;
}

body.c_crit-history p.p-menu-language {
  color: #333639 !important;
}

.p-menu-bg {
  background-image: url(../../../../images/menubg2.png);
  padding-right: 124px;
}

.footers-info {
  background-color: #333 !important;
  color: #fff !important;
  font-weight: bold;
  text-indent: 5px;
  text-align: start;
  padding: 5px;
  font-weight: bold;
  border-top: 0px solid #00adf7 !important;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: none;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 12.5px;
  /* position: fixed; */
  /* bottom: 0%; */
  /* width: 100%; */
}

/* body.regbody_bg > .footers-info {
  position: relative;
} */

td.td-menu4 .ui-state-highlight.ui-corner-all {
  width: 90%;
  margin: 0 auto;
}

a.linkclass:link {
  color: #333 !important;
  /* font-size: 14pt; */
  font-size: 15px !important;
  font-weight: bold;
  text-decoration: none;
}

a.linkclass:visited,
body.c_file-library > center > a.linklogoff,
body.c_choose-client > center > p > a.linklogoff {
  color: #333 !important;
  /* font-size: 14pt; */
  font-size: 18px !important;
  font-weight: bold;
  text-decoration: none;
}

body.c_file-library > center > a.linklogoff:hover {
  text-decoration: underline;
}

a.linkclass:hover {
  /* color: #333 !important; */
  font-size: 14pt;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent !important;
}

body.c_choose-client > center > #blah > div > table {
  background-color: transparent;
}

body.c_file-library
  > center
  > #red_border
  > tbody
  > tr
  > td
  > #table_rows
  > tbody
  > tr
  > td.report-firstcol
  > a.linkclass {
  color: #000 !important;
  font-size: 12px !important;
}

body.c_survey-select > center > table:nth-child(5) > tbody > tr:nth-child(3) {
  text-align: center;
}

a.linklogoff:link {
  color: #d61043;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
}

a.linklogoff:visited {
  color: #d61043;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
}

a.linklogoff:hover {
  color: #333 !important;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent !important;
}

.menuTable {
  width: 80%;
}

.menuTitle {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 18pt;
  border-left: 0px solid #cdcbc7;
  border-bottom: 0px solid #cdcbc7;
  overflow: visible;
  /* color: #007dc3 !important; */
  /* background-color: #83A8CC !important; */
  text-indent: 24px;
  text-align: center !important;
  padding: 3px;
}

.menuTitle2 {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 18pt;
  border-left: 0px solid #cdcbc7;
  border-bottom: 0px solid #cdcbc7;
  overflow: visible;
  /* background-color: #151515 !important; */
  /* color: #007dc3; */
  text-indent: 24px;
  padding: 3px;
  text-align: center !important;
}

.menuTitle3 {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 18pt;
  border-left: 0px solid #cdcbc7;
  border-bottom: 0px solid #cdcbc7;
  overflow: visible;
  /* background-color: #151515 !important; */
  /* color: #007dc3; */
  text-indent: 24px;
  padding: 3px;
  text-align: center !important;
}

.td-menu1 {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-weight: normal;
  padding-right: 10px;
  border: 0px solid #111 !important;
  background-color: #fff !important;

  padding: 12pt;
  padding-left: 35px;
}

td.td-menu1 > p:nth-child(1) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/assigned_jobsdefault.png);
  display: flex;
  flex-direction: column;
  font-size: 10pt;
}

/* td.td-menu3 span.p-menu2:first-child {
    background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/Assigned_orders.png);
}
td.td-menu3 span.p-menu2:nth-child(3) {
    background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/show_questionnaire.png);
} */

td.td-menu1 > p:nth-child(2) {
  background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/show_job_board.png);
}

td.td-menu1 > p:nth-child(3) {
  background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/initiate_review.png);
}

td.td-menu1 > p:nth-child(4) {
  background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/continue_unfinished_review.png);
  display: flex;
  flex-direction: column;
  font-size: 10pt;
}

td.td-menu1 > p:nth-child(2) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/job_boarddefault.png);
}

td.td-menu1 > p:nth-child(3) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/initiatedefault.png);
}

td.td-menu1 > p:nth-child(4) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/continuedefault.png);
  display: flex;
  flex-direction: column;
  font-size: 10pt;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span.p-menu1:nth-child(1) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/job_boarddefault.png) !important;
  background-size: contain;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span.p-menu1:nth-child(3) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/viewdefault.png) !important;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span:nth-child(5) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/continuedefault.png) !important;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(1) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/branchdefault.png) !important;
  /*background-image: none !important;*/
  background-size: contain;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(3) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/work_hoursdefault.png) !important;
  position: relative;
  top: -20px;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(5) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/homedefault.png);
  top: 0px;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > a.linkclass {
  top: 0px !important;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(6),
body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(8) {
  /* background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/logoutdefault.png) !important;*/
  position: relative;
  top: 18px;
  background-size: 60%;
}

p > table > tbody > tr:nth-child(2) > td.td-menu3:nth-child(2) > span.p-menu1:nth-child(8),
p > table > tbody > tr:nth-child(2) > td.td-menu3:nth-child(2) > span.p-menu1:nth-child(8) + a {
  display: none;
}

td.td-menu1 > p > a {
  font-size: 14pt;
  color: #d61043 !important;
}

td.td-menu1 > p > a:visited {
  color: #d61043 !important;
}

.td-menu2 {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 14pt !important;
  color: #d61043;
  font-weight: normal;
  padding: 12pt;
  padding-left: 35px;
  border: 0px solid #111 !important;
  background-color: #fff !important;
  position: relative;
}

.td-menu2 p:first-of-type {
  position: relative;
  /* top: -30px !important; */
}

.td-menu2 p:last-of-type {
  position: relative;
  /* top: -23px; */
}

td.td-menu2 > p.p-menu1:nth-child(1) {
  background-image: url(https://eu.checker-soft.com/demo/checker-files/media/68/css/images/checkertificatedefault.png);
  /* top: -17px; */
}

td.td-menu2 > p.p-menu2 {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/surveydefault.png);
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z' fill='%236d6e71'/%3e%3c/svg%3e ") !important;
*/
}

td.td-menu2 > p:nth-child(3) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/checkertificatedefault.png);
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z' fill='%236d6e71'/%3e%3c/svg%3e ") !important;
  */
  display: flex;
  flex-direction: column;
  font-size: 10pt;
  position: relative;
  /* top: -11px; */
}

body > center > table > tbody > tr:nth-child(2) > td.td-menu2 > p:nth-child(4) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/librarydefault.png);
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z' fill='%236d6e71'/%3e%3c/svg%3e ") !important;
  */
  display: flex;
  flex-direction: column;
  font-size: 10pt;
  position: relative;
  /* top: -5px; */
}
body > center:nth-child(6) > table > tbody > tr:nth-child(2) > td.td-menu2 > p:nth-child(5),
body > center > table.menuTable > tbody > tr:nth-child(2) > td.td-menu2 > p:nth-child(5) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/viewdefault.png);
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3cpath d='M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z' fill='%236d6e71'/%3e%3c/svg%3e ");
*/
  font-size: 10pt;
}
body > center:nth-child(6) > table > tbody > tr:nth-child(2) > td.td-menu2 > p:nth-child(5) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/viewdefault.png);
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3cpath d='M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z' fill='%236d6e71'/%3e%3c/svg%3e ");
*/
  font-size: 10pt;
}

body > center:nth-child(6) > table > tbody > tr:nth-child(2) > td.td-menu2 > p:nth-child(5) > a {
  display: flex;
  flex-direction: column;
}

td.td-menu2 > p > a {
  color: #d61043 !important;
}

td.td-menu2 > p > a:visited {
  color: #d61043 !important;
}

.td-menu3 {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 14pt !important;
  color: #d61043;
  font-weight: normal;
  padding: 16pt;
  padding-left: 35px;
  border: 0px solid #111 !important;
  background-color: #fff !important;
}

body > center > table > tbody > tr.tr-menu3 {
  height: 210px;
}

td.td-menu3 > p:nth-child(1) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/survey_historydefault.png);
}

td.td-menu3 > p:nth-child(2) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/refunddefault.png);
}

td.td-menu3 > p:nth-child(3) {
  background-image: url(https://checker-soft.com/demo/checker-files/media/68/css/images/regionsdefault.png);
}

td.td-menu3 > p:nth-child(4) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/regionsdefault.png);
}

td.td-menu3 > p > a {
  color: #d61043 !important;
}

td.td-menu3 > p > a:visited {
  color: #d61043 !important;
}

.td-menu4 {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 14pt !important;
  color: #d61043;
  font-weight: normal;
  padding: 16pt;
  padding-left: 35px;
  border: 0px solid #111 !important;
  background-color: #fff !important;
}

td.td-menu4 > p:nth-child(1) {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/personaldefault.png);
  display: flex;
  flex-direction: column;
  font-size: 10pt;
  position: relative;
  /* top: -15px !important; */
}

td.td-menu4 > p:nth-child(2) {
  background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/agreements.png);
  position: relative;
  /* top: -15px !important; */
}

td.td-menu4 > p.p-menu1 {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/agreementsdefault.png);
  background-size: contain;
}

td.td-menu4 > span {
  background-image: url(https://www.checker-soft.com/expose-lm/checker-files/media/189/css/images/work_hoursdefault.png);
  display: block !important;
  background-position: left top 3px;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span:nth-child(3),
body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span:nth-child(5) {
  display: flex;
  flex-direction: column;
  font-size: 10pt;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span {
  padding-left: 0px;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span,
body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > a {
  position: relative;
  top: -38px;
  padding-left: 0px;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > a.linkclass {
  position: relative;
  top: -25px;
}

body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > a.linklogoff {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 94px;
  font-size: 14px !important;
  background-image: url(https://eu.checker-soft.com/demo/checker-files/media/68/css/images/logoutdefault.png) !important;
  background-size: auto 20px;
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: center left;
  margin-top: 29px;
  color: #d61043 !important;
}

td.td-menu4 > p > a {
  color: #d61043 !important;
}

td.td-menu4 > p > a:visited {
  color: #d61043 !important;
}

td.td-menu4 > span.p-menu1 > a {
  color: #d61043 !important;
}

td.td-menu4 > span.p-menu1 > a:visited {
  color: #d61043 !important;
}

.menuTitleTR {
  background-color: #d61043 !important;
}

.menuTitleTR td {
  background-color: transparent;
}

.tr-menu3 {
  background-color: transparent !important;
}

.body_bg {
  background-color: #ffffff;
}

.tablemmMessage {
  width: 50%;
}

.mmMessageTitleTR {
}

.mmMessageTitleTD {
  font-weight: bold;
  color: #3a3a3c;
  text-align: left;
  font-size: 18pt;
  overflow: visible;
}

.mmMessageTR {
}

.mmMessage {
  font-size: 14pt;
  background-color: transparent !important;
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-weight: bold;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: none !important;
}

.pHeight {
  height: 20px;
}

.titleOnTable {
  font-size: 14pt;
  background-color: transparent !important;
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-weight: bold;
  background-image: none !important;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.printSet {
}

form[name='login'] {
  border: 1px solid rgba(178, 178, 178, 0.8);
  border-radius: 0px;
  box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(178, 178, 178, 0.4) inset;
  margin: 0 0 35px;
  padding: 20px 60px 20px 0px;
  top: 0;
  display: inline-block;
  box-shadow: 0 5px 18px 0px #999999, 0 0 2px #999;
  margin-bottom: 0px;
}
form[name='login'] table {
  position: relative;
  right: -30px;
}

form[name='login'] table {
  position: relative;
  right: -30px;
}

input[type='text'],
input.searchClass,
textarea,
input#field_password,
input#field_password2 {
  display: inline-block;
  border: 1px solid rgb(178, 178, 178);
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
  box-sizing: content-box;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px;
  transition: all 0.2s linear 0s;
}

form[name='login'] {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid rgba(178, 178, 178, 0.8);
  border-radius: 0px;
  box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(178, 178, 178, 0.4) inset;
  margin: 0 0 35px;
  padding: 20px 60px 0px 0px;
  top: 0;
  display: inline-block;
  box-shadow: 0 5px 18px 0px #999999, 0 0 2px #999;
  margin-bottom: 50px;
}
form[name='login'] table {
  position: relative;
  right: -30px;
}
form[name='login'] > p:nth-last-child(3) {
  position: absolute;
  top: 100%;
  left: -30px;
  width: 100%;
  line-height: 1.4;
}
body.body_bg.c_login table.screen_top {
  margin-bottom: 100px;
}
input[type='text'],
input.searchClass,
textarea {
  display: inline-block;
  border-radius: 0px;
  box-sizing: content-box;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 15px rgb(204, 204, 204) inset;
  transition: 500ms all ease;
  padding: 5px;
  margin-top: 6px;
}
input#do_login {
  background-color: #d61043;
  background-image: none;
  font-size: 15px;
  color: #fff;
  padding: 5px 18px;
  width: auto;
}

input[name='username'],
input[name='password'] {
  min-width: 250px;
  display: inline-block;
  border: 1px solid rgb(178, 178, 178);
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
  box-sizing: content-box;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 7px;
  transition: all 0.2s linear 0s;
}

form[name='login'] td {
  display: table;
  font-size: 15px;
  font-weight: bold;
}
div#FiltersArea p,
div#FiltersArea p a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

/* form[name="login"] td {display: table;} */

.btn-input,
.btn-input input,
input[type='button'],
input[type='submit'],
button:not(.ui-multiselect),
input[type='file'],
a.topFrameMenu {
  font-weight: normal;
  min-height: 22px;
  background: none repeat scroll 0 0;
  background-color: transparent;
  background: #d61043;
  border-style: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0.2em 1em;
  color: #ffffff;
  cursor: pointer;
  text-shadow: none;
  transition: all 0.2s linear 0s;
  margin: 3px 2px;
  font-size: 16px;
  line-height: 22px;
}

input#do_login {
  position: relative;
  right: -30px;
  top: -5px;
}
/*
input#do_login {
    font-weight: bold;
    min-height: 22px;
    text-transform: uppercase;
    outline: 0;
    background: #D61043;
    width: 100%;
    border: 0;
    border-radius: 0px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    box-shadow: inset 0 0 0 0 black;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    cursor: pointer;
}*/
input#do_login:hover,
.btn-input:hover {
  box-shadow: inset 0 100px 0 0 black;
}

input#do_login:focus {
  outline: none;
}

input#update {
  background-color: #d61043;
}
form p a.linkClass {
  position: relative;
  right: -30px;
}

.menuTable {
  width: 70%;
}

.menuTable > tbody > tr > td,
.menuTitle2 {
  vertical-align: top;
}
.menuTable > tbody > tr.menuTitleTR > td {
  color: white !important;
  font-weight: 500;
}
td.db-surrounding {
  border-style: solid;
  border-width: 0px !important;
  border-color: #ce0000;
  padding: 2px;
}

th.report-firstcol,
th.report-dir,
td.report-firstcol {
  padding: 10px;
}

thead.report {
  color: white !important;
  background-color: #151515 !important;
  font-weight: bold;
  border: 0px solid #333;
}

td.report-dir {
  border-right: solid 0px black !important;
  padding: 10px 0;
}

thead.report a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}

body.c_survey-select > center > #red_border > tbody > tr > td > #table_rows > thead > tr > th {
  color: white;
}

/* table#table_rows { */

/* border: 2px solid #ccc; */

/* } */

tr.report1,
tr.report2 {
  border: 0px solid #888 !important;
}

tr.report1 a:hover {
  background-color: transparent !important;
}

tr.report1 {
  background-color: #ddd !important;
  text-align: center;
}

tr.report2 {
  background-color: #f5f5f5 !important;
  text-align: center;
}

tr.report1:hover,
tr.report2:hover {
  background-color: #ccc !important;
}

tr.report1 td.report-firstcol,
tr.report2 td.report-firstcol {
  text-align: left;
}

td.regcenter_screen_top {
  font-weight: bold;
  font-size: 150%;
  width: 100%;
  color: transparent;
  padding-right: 120px;
}

tr.report1 a,
tr.report2 a {
  color: #000;
}

tr.report2 a:hover,
tr.report1 a:hover {
  background-color: #d61043 !important;
  color: white !important;
  text-decoration: none;
}
tr.report1:hover,
tr.report2:hover,
tr.report1:hover td,
tr.report2:hover td {
  background-color: #fbfbfb !important;
}

table.regNewUser table {
  margin: 0 auto;
  border: 0px;
}

table.tedit tr td table {
  margin: 0;
}

table.tedit {
  border-collapse: collapse;
}

table.tedit td:first-child {
  padding-left: 11%;
  display: block;
}

.ui-widget-header {
  color: #333 !important;
  font-weight: bold;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
  border: 1px solid #999999 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999 !important;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
  font-weight: normal;
  color: #333 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #999 !important;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #333 !important;
}

.ui-state-default .ui-icon,
.ui-state-active .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(http://www.checker-soft.com/hospitality-works-netherlands/libraries/jquery/custom-theme/images/ui-icons_454545_256x240.png) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: ##d61043 !important;
  font-weight: bold;
  color: #404040;
}

.tedit-editbox table td:first-child {
  padding-left: 0;
}

/* tr#tr_TimeZone, tr#tr_RegionName,tr#tr_HouseNumber, tr#tr_Phone2, tr#tr_Phone3, tr#tr_IdNumber,tr#tr_Skype,tr#tr_Messenger, tr#tr_SSN, tr#tr_ICQ{ */

/* display:none; */

/* } */

table.tedit tr td table {
  margin: 0;
}

table.tedit {
  border-collapse: collapse;
}

table.tedit td:first-child {
  padding-left: 7%;
  display: block;
}

td#id947Tedit {
  background-image: url(http://i.imgur.com/rjlyyK6.png);
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: left center;
}

td#idEmailTedit,
td#idEmail2Tedit {
  /* background-image: url(http://i.imgur.com/8J9h70K.png); */
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: left center;
}

/* input#field_Email, input#field_Email2 {
    width: 320px !important;
} */

#checker-registration-form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td.tedit-editbox
  > table
  > tbody
  > tr
  > td
  > div
  > button {
  width: 410px !important;
  margin: 10px 0;
}

#checker-registration-form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td
  > input[type='file'] {
  width: 410px;
}

#tr_prop386 > td.tedit,
#tr_prop385 > td.tedit-mandatory {
  padding-top: 15px;
}

td#idPhoneTedit {
  /* background-image: url(http://i.imgur.com/TozL9ey.png); */
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: left center;
}

td#idpasswordTedit {
  /* background-image: url(http://i.imgur.com/9Nz4bIF.png); */
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: left center;
}

td#idpassword2Tedit {
  /* background-image: url(http://i.imgur.com/9Nz4bIF.png); */
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: left center;
}

td#idusernameTedit {
  /* background-image: url(http://i.imgur.com/wkDXtjc.png); */
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: left center;
}

.tedit-editbox table td:first-child {
  padding-left: 0;
}

table.regNewUser table {
  margin: 0 auto;
  border: 0px;
  width: 80%;
}

table.tedit tr td table {
  margin: 0;
}

table.tedit {
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.8);
}

table.tedit td:first-child {
  display: block;
}

td#idCityNameEditbox {
  position: relative;
  right: 10px;
}

td#idCityNameEditbox tr td:nth-child(2) {
  display: inline-block;
}

table.regNewUser form table tr:nth-child(40) {
  display: none;
}

#set-language {
  background-color: #fff !important;
  color: #666666 !important;
  border: 1px solid #666666 !important;
  box-sizing: border-box;
  border-radius: 5px !important;
  border-radius: 0px;
  transition: all 0.2s linear;
  text-decoration: none;
  margin-right: 150px;
  /*  width: 105px;
    height: 39px;*/
  align-items: center;
  justify-content: center;
  display: flex;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6.5 6L12 1' stroke='%23666666' stroke-width='1.5'/%3e%3c/svg%3e ") !important;

  background-repeat: no-repeat !important;
  background-position: 90% center !important;
  background-size: 10px !important;
}
#set-language.ui-button-text-only > .ui-button-text {
  padding: 0em 2em 0em 0.2em;
}
#set-language.ui-button-text-only > .ui-button-text > .ui-button-text {
  padding: 0px;
}
table.screen_top {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background: #fff;
  /*background: radial-gradient(circle, #7DC617 0%, #D61043 100%);*/
}
td.center_screen_top .title {
  margin-right: 200px;
  font-weight: 500;
  display: none;
}

p.p-menu-logoff {
  position: absolute;
  top: 7px;
  right: 10px;
  width: auto;
}

.ui-state-highlight.ui-corner-all {
  margin: 0 auto;
  width: 56%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border: 0px !important;
  padding: 5px !important;
  text-align: center;
}

.ui-state-highlight.ui-corner-all h3,
.ui-state-highlight.ui-corner-all p {
  margin: 10px 0;
}

.ui-state-highlight.ui-corner-all span.ui-icon.ui-icon-info {
  background-image: none !important;
}

tr.companyLogo-bg {
  margin-left: 10px;
  display: block;
}
/*
form[name="login"] {
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 0 35px;
    top: 0;
    display: inline-block;
    height: 50%;
    margin-bottom: 15%;
}
input[name="username"]:-webkit-autofill,
input[name="username"]:-webkit-autofill:hover
input[name="username"]:-webkit-autofill:focus,
input[name="password"]:-webkit-autofill,
input[name="password"]:-webkit-autofill:hover,
input[name="password"]:-webkit-autofill:focus {
    border: 1px solid #ccc !important;
  -webkit-text-fill-color: #ссс;
  -webkit-box-shadow: 0 0 0px 1000px #F9F0F3 inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,240,243,0.04) 50%,rgba(255,255,255,0) 51%,rgba(249,240,243,0.03) 100%);  
}
input[name="username"], input[name="password"] {
    border: 1px solid #ccc !important;
    border: 0px !important;
    display: inline-block;
    border-bottom: 0px solid #ccc !important;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: content-box;
    margin-top: 4px;
    margin-bottom: 5px;
    padding: 5px;
    transition: all 0.2s linear 0s;
    font-size: 14pt;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
}

input[name="username"]:focus, input[name="password"]:focus {
    outline: none;
}

form[name="login"] tr:first-child td:first-child {
    display: none;
}

form[name="login"] tr:nth-child(2) td:first-child {
    display: none;
}

form[name="login"] table tr:first-child td:nth-child(2) {
    background-image: url(https://i.imgur.com/HJwlUAK.png);
    background-repeat: no-repeat;
    background-position: 3% 13px;
    background-size: auto 13px;
    text-indent: 15px;
    background-color: #fff;
    padding: 0px 15px;

}

form[name="login"] table tr:nth-child(2) td:nth-child(2) {
    background-image: url(https://i.imgur.com/yGoPdOk.png);
    background-repeat: no-repeat;
    background-position: 3% 13px;
    background-size: auto 13px;
    text-indent: 15px;
    background-color: #fff;
    padding: 0px 15px;

}
body.body_bg.c_login input[type="text"] {
    margin-bottom: 4px;
}
form[name="login"] table tr:nth-child(2) {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}

form[name="login"] table tr:nth-child(1) {
    margin-top: 25px;
    display: block;
}
*/
.body_bg,
.regbody_bg {
  position: relative;
  min-height: 100vh;
  height: auto;
  padding-bottom: 50px;
  background: url(https://sa.checker-soft.com/customer-in-love/checker-files/media/222/css/images/bg_cil.jpg)
    no-repeat fixed center center;
  background-size: cover;
  position: relative;
  color: #333;
}

.body_bg.c_main > center:last-of-type {
  margin-bottom: 30px;
}

body,
th,
td,
select,
input,
button {
  font-family: GlacialIndifference, Roboto, sans-serif;
  color: #404040;
}

#orders_list > thead > tr > th {
  color: white;
}

p.p-menu-logoff a,
p.p-menu-logoff a:hover {
  /* color: #fff! important; */
  margin-left: 10px;
}

tr.menuTitleTR td {
  text-transform: uppercase;
  border-bottom: 2px solid #333 !important;
}

input#date_from {
  margin-right: 6px;
}

form[name='frm'] + div {
  /* background-color: rgba(0, 0, 0, 0.6) !important; */
  background-color: transparent !important;
  border: 0px solid #aaa !important;
  color: #464646 !important;
  font-size: 15px !important;
  line-height: 20px !important;
}

td.td-menu3 a.linklogoff {
  color: #333 !important;
  margin-left: 0px;
}

/* center, center a.linkclass, center a.linkclass:hover { */

/* color: #fff !important; */

/* } */

/* table.menuTable a.linkClass { */

/* color: #333 !important; */

/* } */

p.pHeight + table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-left: 30%;
}

/* td.td-menu3 a.linkClass { */

/* color: #333!important; */

/* } */

/* table#red_border a.linkClass { */

/* color: #333 !important; */

/* } */

.printSet {
  padding: 15px;
}

.error {
  color: #d61043 !important;
}

form#bulk_accept_form + p table {
  display: none;
}

td.td-menu2 .p-menu1:nth-child(2) {
  display: none;
}

body > center > a {
  /*    position: absolute;
bottom: 55px;*/
  font-size: 12pt !important;
}

body > center > form > table > tbody > tr > td > span.titleOnTable,
body > center > form > table > tbody > tr > td > label {
  line-height: 300%;
}

body > center > p:nth-child(5),
body > center > p:nth-child(6) {
  margin-bottom: 150px;
}

form[name='frm'] td {
  vertical-align: unset;
  text-align: left;
}

form[name='frm'] table {
  border-spacing: 1px;
}

form[name='frm'] input[type='text'] {
  margin-top: 3px;
}

form[name='frm'] button.ui-multiselect {
  margin-top: 5px;
  padding: 3px 4px !important;
  line-height: 1.2 !important;
  border: 1px solid rgb(178, 178, 178) !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset !important;
  background-color: white !important;
}

p.pHeight + center > .linkclass {
  color: red;
}

td#idFullnameTedit:after,
td#idpasswordTedit:after,
#idPhoneTedit:after {
  content: '*';
  color: red;
}

.screen_top_bottom_border + .ui-state-highlight.ui-corner-all {
  margin: 0 auto;
}

.screen_top_bottom_border + .ui-state-highlight.ui-corner-all ~ a.linkClass {
  color: #d61043 !important;
  display: block;
  max-width: 52%;
  margin: 0 auto;
}

.printSet ~ center > table {
  width: 585px;
  margin-bottom: 40px;
}

.printSet ~ center > table .td-menu3 > .p-menu2 {
  margin: 10px 0 0 10px !important;
}

.printSet ~ center > table .td-menu3 a {
  font-size: 12pt;
  /*margin-top: 10px;*/
}

td.td-menu3 > span,
td.td-menu3 > span + a {
  display: inline-block;
  margin-top: 30px;
}

td.td-menu3 {
  vertical-align: top;
}

td.td-menu3 > span:first-child {
  margin-top: 0;
}

tr.menuTitleTR + tr > td a {
  font-size: 14pt !important;
}

tr.menuTitleTR + tr > .td-menu3:first-child > .p-menu1:nth-child(1) {
  background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/Assigned_orders.png);
}

.td-menu3 a {
  color: #d61043 !important;
}

span.p-menu1 a {
  display: block;
}

.tr-menu3 span.p-menu1 {
  display: inherit;
}

span.p-menu1 {
  font-size: 10pt;
  color: #000000;
  background-image: none;
}

p.pHeight + center > a.linkclass:first-child {
  position: absolute;
  /* bottom: 160px; */
  bottom: 215px;
  /* left: 40% */
  left: 51%;
  /* height: 44px; */
  min-width: 84px;
  background-color: #d61043;
  font-size: 14pt !important;
  color: white;
  padding: 10px 10px;
}

form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr.actions
  > td
  > table
  > tbody
  > tr
  > td
  > a[href='checkers.php?__t=1596042068&auth_mode=2&page_var_sorting_column=Fullname&page_var_sorting_order=up&page_var_filter_IsActive=1&page_var_filter_BlackListed=0&page_var_filter_IsSelfRegistered=&page_var_filter_RegionName=&page_var_filter_CityName=&page_var_filter_Fullname=&page_var_filter_Email=&page_var_divide_recordsPerPage=&page_var_divide_curPage=1'] {
  min-width: 84px;
  background-color: #d61043;
  font-size: 14pt !important;
  color: white;
  border-radius: 5px;
  padding: 10px 10px;
}

table[cellpadding='10'] ~ a.linkclass {
  position: absolute;
  left: 50%;
  margin-left: -39.335px;
}

.screen_top_bottom_border + a + br + span + a {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/print-icon.png)
    center center no-repeat;
  -webkit-background-size: auto 17px;
  background-size: auto 17px;
  margin-left: 25px;
}

.screen_top_bottom_border + a {
  margin-left: 45px;
}

.screen_top_bottom_border + a + br + span + a img {
  display: none;
}

select#ClientID,
select.list-select {
  border: 1px solid #999999 !important;
  padding: 4.5px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #dadada !important;
  background-image: url(https://i.imgur.com/ackzSui.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-position: right 5px center !important;
  background-size: auto 10px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
}

form[action='c_choose-branch.php'] > div > table > tbody > tr > td > span > select[name='ClientID'],
form[action='c_choose-set.php']
  > center
  > div
  > table
  > tbody
  > tr
  > td
  > span
  > select[name='BranchID'],
form[action='c_v5-start-crit.php']
  > center
  > div
  > table
  > tbody
  > tr
  > td
  > span
  > select[name='SetID'] {
  width: 400px !important;
  max-width: unset !important;
}

select.list-select {
  width: 100%;
}

select#TheDate {
  width: 125px;
}

body > center > form > p > table > tbody > tr > td > span > select#TheDate {
  width: 160px;
}

input#update {
  /* background: linear-gradient(to top, #90BAB7 20%, transparent); */
  /* padding: 5px 12.5px; */
  border-radius: 4px;
  padding: 10px 25px;
  outline: none;
}

/* table#red_border+br+a.linkclass {
    position: relative;
    top: 20px;
} */

.c_file-library table#red_border + br + a.linkclass {
  top: 0;
}

form[name='frm'] > table > tbody > tr:first-child .pHeight {
  display: none;
}

form[name='frm'] > table > tbody > tr:first-child > td table {
  padding-left: 0;
  /*margin: 0;*/
}

body
  > center
  > form
  > table
  > tbody
  > tr:nth-child(1)
  > td:nth-child(2)
  > table
  > tbody
  > tr
  > td
  > span {
  position: static !important;
}

form[name='frm'] > #go {
  margin-top: 25px;
  /* background: linear-gradient(to top, #90BAB7 20%, transparent); */
  /* padding: 5px 12.5px; */
  padding: 10px 25px;
  border-radius: 4px;
  outline: none;
}

td.td-menu3 span.p-menu2:nth-child(5) {
  background-image: url(https://www.checker-soft.com/qualimetrie-france/checker-files/media/236/css/images/Assigned_orders.png) !important;
}

.footers-line {
  background: none !important;
  background-color: none !important;
  font-size: 20px !important;
}

div#validation_message {
  font-size: 1.3em !important;
}

form + p {
  margin-bottom: 0 !important;
}

td#RegionDropDown_TD,
td#branchselection_TD {
  display: inline-block;
  margin-left: 2.5px;
}

tr.tr_screen_top > td:last-child {
  background: none !important;
  background-image: none !important;
  background-color: #fff;
}

form[name='frm'] > table > tbody > tr:first-child > td > table {
  margin-left: 0;
}

form[name='frm'] > table > tbody > tr:first-child {
  /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; */
  display: table-row;
  flex-wrap: wrap;
}

body.c_ordered-crits > center > form[name='frm'] > table > tbody > tr {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: center;
}

form[name='frm'] > table > tbody > tr:first-child > td > label {
  line-height: 20px;
}

form[name='frm'] > table > tbody > tr:first-child > td > label + br + input {
  margin-top: 6px;
}

form[name='frm'] td {
  font-size: 12pt;
}

/*mobile devices*/
body.regbody_bg table.tedit > tbody > tr > td:first-of-type,
body.regbody_bg table.tedit > tbody > tr > td:first-of-type > label > b {
  font-family: GlacialIndifference, Roboto, sans-serif;
  font-size: 18px;
}
body.regbody_bg tr#tr_SSN,
body.regbody_bg tr#tr_Messenger,
body.regbody_bg tr#tr_Skype,
body.regbody_bg tr#tr_ICQ {
  display: none !important;
}

.fileupload-buttonbar button{
  padding: 0px !important;
}
.regbody_bg tr[valign=baseline]:nth-last-of-type(3),
.regbody_bg tr[valign="baseline"]:has(input[name="mediaFile"]) {
  display: none
}
@media screen and (max-width: 1040px) {
  .title {
    font-size: 160% !important;
    left: 160px;
  }
}
/* rtl
body, .tiny-header, .radioAnswers a {
    direction: rtl;
    font-family: Rubik, Roboto, Tahoma, sans-serif;
}
body[dir="rtl"], th, td, select, input, button{
    font-family: Rubik, Roboto, Tahoma, sans-serif !important;    
}
td.first-aligment {
    background-position: 98% center;
}
table#main_menu_title_text td.gray-lighter2:last-child{
    float: left;
}
td.contentInsideMain span,td.contentInsideMain a{
    width: 95%;
    right: auto;
    left: 10px;
}
.menu_top_level .gray-lighter2:first-child{
    padding-right: 20px;
}
.menu_top_level{
    padding-right: 20px;
}
a#set-language {
    margin: 10px 0px 10px 10px;
    padding: 2px 5px;
    float: left;
    background-repeat: no-repeat !important;
    background-position: 15% center !important;
    text-align: right;
}
#set-language.ui-button-text-only>.ui-button-text {
    padding: 0em 0.4em 0em 2em;
}
tr.bottom-tr td{
    width: 100%;
    text-align: center;
    display: inline-block;
}
input[type="text"], select, button, button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all, textarea {
    direction: rtl;
    text-align: right;
}
.ui-multiselect span.ui-icon {
    float: left !important;
}
form .fltleft {
    float: revert;
}
body.page-company-info input{
    max-width: 240px;
}
thead.report td{
    background-color: #fff;
}
select.list-select {
    background-position: 2% center;
}*/
/*design yana*/

body.body_bg.c_survey-select .ui-widget-header.ui-corner-all {
  background: transparent !important;
  border: 0px solid transparent !important;
}

body.body_bg.c_survey-select table#table_rows th,
body.body_bg.c_survey-select table#table_rows td {
  text-align: left;
}
body.body_bg.c_survey-select table#table_rows tr.report1,
body.body_bg.c_survey-select table#table_rows tr.report2 {
  border-bottom: 10px solid #f9f0f3 !important;
}
body.body_bg.c_survey-select table#table_rows th.report-firstcol {
  padding-right: 20px;
}
thead.report th {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
}
thead.report {
  background-color: #d61043 !important;
}
tr.report1,
tr.report2,
tr.report1 td,
tr.report2 td {
  background-color: #fff !important;
  border: 0px;
}
td.report-dir {
  padding: 10px;
}
tr.report1 td:first-child,
tr.report2 td:first-child {
  text-align: center;
  padding: 20px 10px;
}
#request-break {
  right: 20px;
  top: 0px;
  line-height: 25px;
  background-color: #9e9e9e !important;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  font-size: 16px !important;
  font-weight: 300;
}
center.center-bg > table:last-child td {
  text-align: center;
}
/*table#table_rows {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}*/
table#table_rows td {
  font-size: 14px;
}
table.menuTable td p a.linkclass {
  font-weight: 500;
}
.c_main .menuTable {
  background-color: #fff;
}
/*survey yana*/
.sample-info-table td {
  text-align: center;
  width: 25%;
  font-size: 16px;
  font-weight: 600;
}
a.topFrameMenu {
  width: auto;
  display: block;
  margin: 5px auto;
  background-color: #d61043 !important;
  color: white;
  max-width: 50px;
  padding: 2px 5px;
  text-align: center;
  margin-right: calc((25% - 60px) / 2);
}
.questionnaire_text,
.questionnaire_text p,
.questionnaire_text span,
.questionnaire_text strong,
.questionnaire_text a,
.questionnaire_text u {
  font-size: 18px !important;
}
.survey-details-table-preview > tbody > tr > td {
  padding-right: 30px;
}

span#dialcall img {
  content: url(https://eu.checker-soft.com/demo/checker-files/media/68/css/images/call.png);
  width: auto;
  height: 35px;
}
span#dialhangup img {
  content: url(https://eu.checker-soft.com/demo/checker-files/media/68/css/images/callend.png);
  width: auto;
  height: 35px;
}
img[src*='dialer'] {
  content: url(https://eu.checker-soft.com/demo/checker-files/media/68/css/images/dialer%20%282%29.png);
  width: 100%;
  height: auto;
  min-width: 37px;
}
select,
select#ClientID,
form select.list-select {
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  padding: 3px 10px !important;
  background-position: center right !important;
  margin: 10px auto;
  display: inline-block;
  box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
}
select:hover {
  background-color: #ffffff;
  color: #000000;
}
input#submitSurveyForm {
  margin-top: 10px;
}
select#dst_number {
  margin: 0 auto !important;
  display: block !important;
}
select#dst_number,
input#submitSurveyForm {
  width: 50% !important;
}
.questionnaire_text u {
  width: 10% !important;
  display: inline-block;
}
span[style*='#ff0000'],
*[style*='255, 0, 0'],
td.s_val {
  color: #ed2f37 !important;
}
.questionnaire_text p {
  margin: 5px 0;
}
.questionnaire_text u {
  width: 10% !important;
  display: inline-block;
  color: #444 !important;
}
.questionnaire_text p.titletext u {
  font-size: 20px !important;
  font-weight: 600;
}
.welcometext p,
.welcometext span {
  font-style: italic;
}
.welcometext,
p.titletext {
  margin-top: 20px;
}
input[type='text'],
input.searchClass,
textarea {
  display: inline-block;
  border: 1px solid rgb(178, 178, 178);
  background-color: white;
  border-radius: 0px;
  box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
  box-sizing: content-box;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 5px;
  transition: all 0.2s linear 0s;
}
.survey-details-table-top {
  border: 0px !important;
  border-bottom: 1px solid #999999 !important;
}
form[name='UpdateDetailsForm'] {
  padding-top: 5px;
}
form[name='BeginSurveyForm'] > table {
  width: 50%;
  margin: 0 auto;
}
.main-table,
.main-div-bg {
  border: 0px;
  background: #fff;
}
form#crit_form {
  padding: 30px;
}
tr.survey_control,
table.bottomTable {
  display: flex;
  border: 0px;
}
.survey_control td {
  border: 0px;
}
table.bottomTable > tbody > tr > td:first-child {
  padding-bottom: 0px;
  vertical-align: middle;
}
tr.survey_control input[type='submit'],
input#saveAndExit,
input#callOtherTime {
  background-color: #d61043 !important;
  color: white;
}
tr.survey_control_meeting {
  display: flex;
  flex-direction: row;
}
tr.survey_control_meeting > td:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
tr.survey_control_meeting > td:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 5fr;
  text-align: center;
}
tr.survey_control_meeting span > table {
  width: 100%;
}
tr.survey_control_meeting span > table input {
  display: block;
  margin-right: 0px;
  margin-left: auto;
}
.radioAnswers a {
  font-size: 16px;
}
span.questText {
  font-size: 18px;
}
body.body_bg.c_survey-select input#request-break ~ div {
  margin-top: 15vh;
}
body.body_bg.c_ordered-crits span.p-menu1 {
  padding-left: 25px;
}
body.body_bg.c_ordered-crits > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span,
body.body_bg.c_ordered-crits > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > a {
  top: 0px !important;
}
body.body_bg.c_add-refund table td,
body.body_bg.c_add-refund table th {
  font-size: 16px;
  padding: 5px;
}
a.linkClass[href='javascript:history.go(-1);'] {
  background-image: url(https://eu.checker-soft.com/demo/checker-files/media/68/css/images/logoutdefault.png) !important;
  /* background-image: url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z' fill='%236d6e71'/%3e%3c/svg%3e ) !important; */
  background-size: auto 20px;
  background-repeat: no-repeat;
  padding-right: 24px;
  height: 20px !important;
  border-bottom: 0px solid #00adf7 !important;
  background-position: 1% center !important;
  padding: 8px 14px;
  vertical-align: middle;
  align-items: center;
  right: 0px;
  position: absolute;
  padding-left: 30px;
  top: 18px;
}
body.regbody_bg tr.actions > td:first-child {
  margin-left: 50%;
}
@media handheld,
  only screen and (min-device-width: 320px) and (max-device-width: 480px),
  only screen and (max-width: 320px),
  /* only screen and (min-device-width: 768px) and (max-device-width: 1024px),
  */ /* only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape),
  */ /* only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
  */ /* only screen and (-webkit-min-device-pixel-ratio: 1.5),
  */ only screen and (min-device-pixel-ratio: 1.5),
  only screen and (max-width: 480px),
  only screen and (max-device-width: 480px),
  only screen and (min-device-width: 480px) and (max-device-width: 800px),
  only screen and (device-width: 768px),
  only screen and (device-width: 480px) {
    .ui-button-text-icon .ui-button-icon-primary{
  transform: scale(2)
} .ui-button-text-icon,
    .ui-button-text-icons{
      min-width: 250px !important;
    }
    .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
  min-width: unset !important;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only .ui-icon{
  transform: scale(2.4)
}
    #fileupload,
    .files *{
      font-size: 35px !important;
    }
    .ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text{
      padding-right: 0px !important;
      padding-left: 40px !important;
    }
  h1.regAgreeTitle,
  input#do_login {
    font-size: 35px;
  }
  body.regbody_bg tr.actions > td:first-child {
    margin-left: 0%;
  }
  a.linkClass[href='javascript:history.go(-1);'] {
    font-size: 35px;
    background-size: 40px auto;
    padding-left: 50px;
    height: auto;
    background-position: center;
    line-height: 0.6;
    top: 45px;
  }
  body.regbody_bg
    #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr.actions
    > td
    > table
    > tbody
    > tr
    > td:nth-child(3)
    > a.linkClass[href*='c_register-new-checker'],
  body.regbody_bg
    #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr.actions
    > td
    > table
    > tbody
    > tr
    #addnew {
    position: unset;
    margin: 0px;
    padding: 20px 0px !important;
    width: auto;
    height: auto;
    line-height: 1.4;
    font-size: 30pt !important;
    color: white !important;
    min-width: 250px;
    text-align: center;
    position: unset;
    bottom: 0;
    display: block;
  }
  body.regbody_bg tr.actions {
    position: relative;
  }
  label {
    word-break: break-word;
  }
  input:not([type='checkbox']):not([type='radio']),
  button {
    -webkit-appearance: none;
  }
  td.td-menu1 > p:nth-child(2) {
    background-size: contain;
  }
  h2 {
    font-size: 40px;
  }
  form[name='frm'] {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 20px;
  }
  tr.tr_screen_top {
    background-size: auto 120px;
  }
  table#table_rows td,
  tr.report1,
  tr.report2,
  tr.report1 td,
  tr.report2 td,
  tr td a,
  #table_rows > tbody > tr > td:nth-child(2) > a.linkreport,
  thead.report th,
  #request-break {
    font-size: 30px !important;
  }
  input[type='checkbox'],
  input[type='radio'] {
    transform: scale(3);
    margin-left: 30px;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
  }
  body #blah > center > p.p-mMenu > a {
    font-size: 30pt !important;
    /* text-align: center; */
    color: #444 !important;
  }
  body,
  th,
  td,
  select,
  input,
  button {
    font-family: GlacialIndifference, Roboto, sans-serif;
    font-size: 45px;
  }
  body.c_unfinished-crits > center:nth-child(3),
  .c_crit-history > center:nth-child(3) {
    overflow-x: scroll;
    color: #444;
  }
  form[name='login'] {
    /*background: rgba(0, 0, 0, 0.2);
        border: 0px solid #ccc;*/
    border-radius: 0px;
    box-shadow: none;
    margin: 0 0 35px;
    top: 0;
    display: inline-block;
    /* height: 20%; */
    margin-bottom: 30%;
    background-color: #fff;
  }
  td.center_screen_top .title {
    margin-left: 0px;
  }
  form[name='login'] p a.linkClass {
    font-size: 35px !important;
  }
  /*--- Custom mobile styles --- */
  .screen_top {
    height: 130px;
  }
  .title {
    font-size: 30pt !important;
    left: 0;
    top: 120px;
    white-space: normal;
  }
  body.body_bg.c_login #set-language {
    position: absolute;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0;
    font-size: 17pt !important;
    z-index: 5;
    padding: 0.4em 1em;
    right: auto;
    left: 25px;
    top: 35px;
  }
  #set-language {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    font-size: 17pt !important;
    z-index: 5;
    padding: 0.4em 1em;
    right: auto;
    left: 25px;
    top: 35px;

    background-size: 35px !important;
  }
  .regbody_bg {
    padding-bottom: 100px;
  }
  #agreement > div.regCenterAgree > div > div {
    font-size: 40px !important;
    justify-content: center;
    display: flex;
  }
  #agreement > div > div > div > input[type='checkbox'] {
    width: 15px !important;
    height: 15px !important;
    margin-right: 20px;
    margin-top: 15px;
  }
  tr.tr_screen_top,
  tr.regtr_screen_top {
    background-image: none;
  }
  tr.regtr_screen_top td.regcenter_screen_top,
  tr.tr_screen_top .center_screen_top {
    background-image: url(https://sa.checker-soft.com/customer-in-love/checker-files/company-images/222-Logo-436.png) !important;
    background-position: center;
    background-size: auto 100px !important;
    background-repeat: no-repeat;
  }
  #iAgree {
    font-size: 30pt !important;
    line-height: 1.4;
    width: auto;
    padding: 15px 50px !important;
  }
  .regbody_bg #set-language {
    padding: 15px 40px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
    width: 90% !important;
    left: 5% !important;
  }
  .regbody_bg
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable
    .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background-color: #d61043 !important;
    color: white !important;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable
    #language-dialog-form {
    height: auto !important;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable
    form[name='SetLang'] {
    margin: 30px 0;
  }
  #language-dialog-form > form > fieldset > label {
    font-size: 22pt;
  }
  #language-dialog-form > form > fieldset {
    border: none;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable button {
    background-color: #d61043;
    color: white;
    padding: 15px 40px;
    width: 300px;
    border-radius: 10px;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable
    button
    .ui-button-text,
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable #user_lang_id {
    font-size: 30pt !important;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable
    > #language-dialog-form
    > form
    > fieldset
    > table {
    width: 100%;
  }
  select#ClientID,
  select.list-select {
    width: 430px;
  }
  .ui-button-text-only .ui-button-text,
  .ui-dialog .ui-dialog-title {
    padding: 0;
    font-size: 25pt;
  }

  body.regbody_bg > table > tbody > tr > td > #set-language > span {
    background-color: transparent;
  }

  table.regNewUser > tbody > tr > td {
    padding: 15px 0;
  }
  table.regNewUser,
  #checker-registration-form > table,
  #checker-registration-form > table > tbody > tr > td > table.tedit > tbody > tr > td > table,
  #idCityNameEditbox > table > tbody > tr > td > table,
  #idCityNameEditbox > table > tbody > tr > td > table > tbody > tr > td > div > table,
  #idCityNameEditbox
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td
    > div
    > table
    > tbody
    > tr
    > td
    > div
    > table,
  #idCityNameEditbox
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td
    > div
    > table
    > tbody
    > tr
    > td
    > div
    > table
    > tbody
    > tr
    > td
    > span,
  #idTimeZoneEditbox > table > tbody > tr > td > span {
    width: 100%;
  }
  #idCityNameEditbox
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td
    > div
    > table
    > tbody
    > tr
    > td
    > div
    > table
    > tbody
    > tr
    > td
    > span,
  #idTimeZoneEditbox > table > tbody > tr > td > span,
  #parentprop385 > button,
  #parentprop386 > button {
    position: relative;
    left: 1.5%;
  }
  #checker-registration-form > table > tbody > tr > td > table.tedit,
  .regTitleCompany {
    width: 90% !important;
    background-color: transparent;
  }
  form#checker-registration-form {
    background: rgba(255, 255, 255, 0.8);
  }
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td.tedit-editbox
    > table
    > tbody
    > tr
    > td
    > input,
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td.tedit-editbox
    > table
    > tbody
    > tr
    > td
    > div
    > input {
    width: 97% !important;
    position: relative;
    left: 1.5%;
    margin-top: 0;
  }
  #idCityNameEditbox
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td
    > div
    > table
    > tbody
    > tr
    > td
    > div
    > table
    > tbody
    > tr
    > td
    > span
    > button.ui-multiselect {
    width: 100% !important;
    left: 1.5%;
  }
  #idTimeZoneEditbox > table > tbody > tr > td > span > button,
  #parentprop385 > button,
  #parentprop386 > button,
  #idTimeZoneEditbox > table > tbody > tr > td > span > button.ui-multiselect,
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td.tedit-editbox
    > table
    > tbody
    > tr
    > td
    > div
    > button {
    width: 98% !important;
  }
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr
    > td
    > input[type='file'] {
    width: 98%;
    left: 1.5%;
    position: relative;
  }
  tr#tr_1042 + tr > td:last-child {
    font-size: 30pt !important;
  }
  #checker-registration-form .tedit,
  #idCityNameTedit {
    margin-top: 20px;
  }
  #checker-registration-form .formError {
    left: 535px !important;
    width: fit-content;
  }
  #checker-registration-form .formErrorContent {
    font-size: 30px;
  }
  #checker-registration-form .actions > td {
    padding-left: 0;
  }
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr.actions
    > td
    > table
    > tbody
    > tr
    > td {
    width: 45%;
    display: flex;
    align-items: center;
    padding: 20px !important;
  }
  /* #checker-registration-form > table > tbody > tr > td > table > tbody > tr.actions > td > table > tbody > tr > td:nth-child(3) > a {
        padding: 0 !important;
    } */
  #checker-registration-form #addnew {
    width: 100%;
  }
  #checker-registration-form #addnew {
    font-size: 40pt !important;
    height: 100px;
  }
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr.actions
    > td
    > table
    > tbody
    > tr
    > td:nth-child(3)
    > a {
    font-size: 40pt !important;
    padding: 19px 87.5px !important;
  }
  p.p-menu-logoff {
    top: 50px;
    right: 35px;
    width: auto;
  }
  p.p-menu-logoff a {
    font-size: 24pt !important;
  }
  .menuTitle4,
  .menuTitle3,
  .menuTitle2,
  .menuTitle {
    font-size: 35pt;
  }
  tr.menuTitleTR + tr > td a,
  td.tedit-editbox select {
    font-size: 19pt !important;
  }
  body > center > table > tbody > tr:nth-child(2) > td.td-menu2 > p,
  body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p,
  body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p:nth-child(1),
  body > center > table > tbody > tr.tr-menu3 > td.td-menu4 > p.p-menu2,
  body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p:nth-child(1),
  body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p.p-menu2,
  body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p:nth-child(1),
  body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p:nth-child(4),
  body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p:nth-child(3),
  body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p.p-menu1 {
    font-size: 23pt !important;
  }
  span.p-menu1 {
    font-size: 15pt;
  }
  form[name='frm'] td,
  form[name='frm'] button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all,
  form[name='frm'] input[type='text'],
  select#ClientID,
  select.list-select {
    /*  font-size: 22pt !important;*/
    font-size: 35px !important;
  }
  form[name='frm'] + div {
    font-size: 25pt !important;
    line-height: 30px !important;
    width: 70% !important;
  }
  table.screen_top {
    margin-bottom: 100px;
  }
  /*.menuTitleTR+tr {
        display: flex;
        flex-direction: column;
    }*/
  /*td[class^="td-menu"] {
        width: 94.5% !important;
    }*/
  tr.tr_screen_top td {
    background-image: none !important;
  }
  td.menuTitle2 {
    position: unset !important;
  }
  /*mobile menu yana*/
  body > center > table.menuTable {
    width: 90% !important;
  }
  body > center > table > tbody > tr.tr-menu3 {
    height: auto !important;
  }
  body > center > span.titleOnTable {
    font-size: 25pt;
  }
  td.td-menu2 {
    margin-top: 62px;
  }
  .ui-state-highlight.ui-corner-all p {
    font-size: 25pt;
  }
  td.menuTitle2 {
    background: #d61043 !important;
    position: absolute;
    top: 600px;
    left: 23.5px;
    width: 94.5%;
  }
  span.p-menu1 {
    font-size: 25pt;
  }
  /*center>form[name="frm"]+table .td-menu3:nth-child(2)>span:first-child {
        margin-top: 40px;
        }*/
  td.td-menu3 > span {
    margin-top: 30px;
  }
  p[class^='p-menu'],
  span[class^='p-menu'] {
    background-size: 40px;
    padding-left: 50px !important;
    height: fit-content;
  }
  td.td-menu3:nth-child(2) > span:nth-child(5) {
    height: 40px;
  }
  .body_bg {
    /* padding-bottom: 65px; */
    padding-bottom: 200px !important;
  }
  p.p-menu-logoff a,
  p.p-menu-logoff a:hover {
    margin-right: 15px;
  }
  center > form[name='frm'] + table,
  center > form[name='frm'] + div + table {
    width: 94.5%;
  }
  center > form[name='frm'] + table .menuTitle2,
  center > form[name='frm'] + div + table .menuTitle2 {
    position: static;
  }
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > a.linklogoff {
    display: inline-block;
    top: 20px;
    right: 95px;
    width: auto;
  }
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(6),
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(8) {
    top: 17px;
    right: 35px;
    background-size: 40px;
    height: 40px;
  }
  .screen_top_bottom_border + br + center,
  .printSet b,
  .printSet td,
  .printSet span,
  .printSet p {
    font-size: 20pt;
  }
  body > center > span.titleOnTable {
    font-size: 25pt;
    font-family: inherit;
  }
  /*table#table_rows th, table#table_rows td {
            font-size: 18pt;
            }*/
  select#TheDate {
    width: 100%;
  }
  table.tedit > tbody > tr > td:first-of-type,
  table.tedit > tbody > tr > td:first-of-type > label > b,
  td.tedit-editbox,
  input[type='text'],
  input.searchClass,
  textarea,
  input#field_password,
  input#field_password2,
  .ui-multiselect,
  .mmMessageTitleTD,
  .titleOnTable,
  #tr_prop386 > td.tedit > label {
    font-size: 30pt !important;
  }
  #checker-registration-form .tedit-desc,
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr:nth-child(28)
    > td:nth-child(2)
    > span {
    font-size: 35px;
    text-size-adjust: none;
    padding-left: 20px;
  }
  #tr_CityName > #idCityNameEditbox > table > tbody > tr:nth-child(1) > td.tedit-mandatory,
  #tr_CityName > #idCityNameEditbox > table > tbody > tr:nth-child(2) > td.tedit-mandatory,
  #tr_CityName > #idCityNameEditbox > table > tbody > tr:nth-child(3) > td.tedit-mandatory {
    padding-left: 20px !important;
  }
  body.regbody_bg
    > div.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all.ui-multiselect-single {
    width: 86% !important;
  }
  body.regbody_bg
    > div.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all.ui-multiselect-single
    > .ui-widget-header {
    background-color: #e78f08 !important;
    background: #e78f08 !important;
    padding: 20px 0 20px 20px !important;
  }
  body.regbody_bg
    > div.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all.ui-multiselect-single
    > .ui-widget-header
    > .ui-multiselect-filter {
    display: flex;
    flex-direction: row;
    font-size: 30pt !important;
  }
  body.regbody_bg
    > div.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all.ui-multiselect-single
    > .ui-widget-header
    > .ui-multiselect-filter
    > input {
    font-size: 30pt;
    width: 300px !important;
    margin-left: 20px;
  }
  body.regbody_bg
    > div.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all.ui-multiselect-single
    > div
    > ul
    > li.ui-multiselect-close
    > a
    > span {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: unset;
  }

  body.regbody_bg
    > div.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all.ui-multiselect-single
    > ul.ui-multiselect-checkboxes.ui-helper-reset {
    height: 350px !important;
  }

  #checker-registration-form span.ui-icon.ui-icon-triangle-2-n-s {
    height: 40px;
    width: 40px;
    background-size: 600px;
    background-position: -150px 0;
  }

  table.tedit tr td {
    font-size: 25pt;
  }
  .ui-state-highlight.ui-corner-all,
  form[name='formName'] tr td,
  label,
  .ui-multiselect-filter {
    font-size: 40px !important;
  }
  #big_tedit_wrapping_table
    > tbody
    > tr:nth-child(1)
    > td
    > table
    > tbody
    > tr
    > td.second-alignment
    > button,
  #addnew {
    font-size: 25pt !important;
  }
  #idDayInWeekEditbox > table > tbody > tr > td > span > button.ui-multiselect {
    min-width: 320px !important;
  }
  .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all.ui-multiselect-single {
    width: 40% !important;
  }
  .ui-multiselect-filter input {
    width: 200px !important;
    height: 40px !important;
  }
  span.confirmationQuestion {
    font-size: 25pt;
    margin-bottom: 20px;
    display: inline-block;
  }
  form[name='frm'] > table > tbody > tr:first-child {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  table[name='qgroup_and_subgroups_vertical'] textarea {
    width: 98%;
  }
  .questionnaire_text p {
    font-size: 22pt;
  }
  .printSet + br + center > table .menuTitle2 {
    position: static;
  }
  .printSet + br + center > table td[class^='td-menu'] {
    width: 91.5% !important;
  }
  td.td-menu3 span.p-menu2:nth-child(5) {
    height: 40px;
  }
  .screen_top_bottom_border + center {
    font-size: 23pt;
  }
  body > .center {
    color: white;
  }
  table[cellpadding='10'] ~ a.linkclass {
    margin-left: -100px;
  }
  table#page_division_wrapping_table td {
    font-size: 30px;
  }
  .checkerClass textarea {
    width: 93%;
  }
  .screen_top_bottom_border + form > table > tbody > tr:first-child {
    display: table-row;
  }
  td#idDayInWeekTedit,
  #idStartTimeTedit,
  #idEndTimeTedit {
    white-space: nowrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  *[class^='p-menu']:not(.p-menu-logoff) {
    position: static !important;
  }
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(6),
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > span:nth-child(8) {
    position: absolute !important;
  }
  td.td-menu4 > p.p-menu2,
  td[class^='td-menu'] > *[class^='p-menu']:first-child {
    margin-top: 0;
  }
  td[class^='td-menu'] > *[class^='p-menu']:last-child {
    margin-bottom: 0 !important;
  }
  td.td-menu4 > p:nth-child(2) {
    margin-bottom: 30px;
  }
  .printSet ~ center > table .td-menu3 a {
    margin-top: 10px;
  }
  table#page_division_wrapping_table input {
    font-size: 18pt;
  }
  form[name='frm'] td:nth-child(2) {
    margin-top: 20px;
  }
  form[name='frm'] td:nth-child(4),
  form[name='frm'] td:nth-child(5) {
    margin-top: 10px;
  }
  p.validateTips {
    font-size: 22pt;
  }
  select#user_lang_id {
    width: 100%;
  }
  .screen_top_bottom_border + a + br + span + a {
    width: 35px;
    height: 35px;
    -webkit-background-size: auto 35px;
    background-size: auto 35px;
  }
  p {
    font-size: 30px;
    width: 96%;
    margin: 0 auto;
    /* color: #fff; */
  }
  form[id^='tedit'] table {
    width: 96%;
  }
  form[name='frm'] > p.p-menu-language {
    padding-left: 0 !important;
  }
  table.tedit tr {
    display: flex;
    flex-direction: column;
  }
  #checker-registration-form
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr.actions
    > td
    > table
    > tbody
    > tr {
    flex-direction: row;
  }
  /*--- Custom mobile styles END --- */
  form[name='frm'] > table > tbody > tr:first-child > td table {
    margin: 0;
  }
  td.c_logo_compnaylogo img {
    height: 100px;
  }
  p.pHeight + center > a.linkclass:first-child {
    bottom: 335px;
  }
  /* #set-language {
        font-size: 30px;
        } */
  .p-menu-language {
    font-size: 25pt !important;
    font-weight: bold;
    color: #d61043;
  }
  .btn-input,
  .btn-input input,
  input[type='button'],
  input[type='submit'],
  button:not(.ui-multiselect),
  input[type='file'] {
    font-size: 25pt;
  }
  a.linkclass:link,
  a.linklogoff,
  body.c_choose-client > center > p > a.linklogoff,
  body.c_file-library > center > a.linklogoff,
  .menuTitle,
  .menuTitleTR > td {
    font-size: 25pt !important;
  }
  input#do_login {
    background-color: #d61043;
    background-image: none;
    font-size: 50px;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 1;
  }
  .footers-info {
    color: #fff !important;
    font-weight: bold;
    text-indent: 5px;
    padding: 15px;
    font-weight: bold;
    border-top: 0px solid #00adf7 !important;
    font-size: 20pt !important;
  }
  input[name='username'],
  input[name='password'],
  form[name='login'] td {
    font-size: 45px !important;
  }
  /*form[name="login"] table tr:first-child td:nth-child(2) {
        background-image: url(https://i.imgur.com/HJwlUAK.png);
        background-repeat: no-repeat;
        background-position: 2% center;
        background-size: auto 45px;
        text-indent: 60px;
        background-color: #eee;
        padding: 15px 0px;
    }
    form[name="login"] table tr:nth-child(2) td:nth-child(2) {
        background-image: url(https://i.imgur.com/yGoPdOk.png);
        background-repeat: no-repeat;
        background-position: 2% center;
        background-size: auto 45px;
        text-indent: 60px;
        background-color: #eee;
        padding: 15px 0px;
    }*/
  body > center > table.menuTable {
    width: 90% !important;
    max-width: 100%;
    margin: 0 20px;
  }
  .p-menu-logoff {
    width: 85%;
    justify-content: flex-end;
    padding-right: 35px;
    background-position: right !important;
  }
  .footers-info {
    width: auto !important;
  }
  body > center > form[name='frm'] > table > tbody > tr:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  body > center > form[name='frm'] > table {
    width: 98%;
    margin-left: 20px;
  }
  #ApprovedFilter,
  #PaidFilter,
  #fyf,
  body > center > form[name='frm'] > table > tbody > tr > td > table {
    width: 238px !important;
  }
  form > table#red_border {
    width: 96%;
    margin: 0 20px;
  }
  form > table#red_border > tbody > tr > td.db-surrounding > table#table_rows {
    width: 100%;
  }
  #tedit20 > table > tbody > tr > td > table {
    margin-bottom: 100px;
  }
  .menuUnderTable {
    bottom: 150px;
  }
  #big_tedit_wrapping_table + .menuUnderTable {
    position: static;
    margin-bottom: 50px;
  }
  form#tedit34 {
    margin-bottom: 85px;
  }
  #tedit25 > table > tbody > tr > td > span,
  #tedit25 > table > tbody > tr > td > label,
  #tedit75 > table > tbody > tr > td > span,
  #tedit75 > table > tbody > tr > td > label {
    line-height: 400%;
  }
  form[name='frm'] > table > tbody > tr > td > table > tbody > tr > td > span > #ReportType {
    width: 238px;
  }
  body > center > p:nth-child(5),
  body > center > p:nth-child(6) {
    margin-bottom: 200px;
  }
  body > center > form > table > tbody > tr > td > table.tedit {
    margin-bottom: 200px;
  }
  #crit_form > div.form-actions > table.bottomTable > tbody > tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #crit_form > div.form-actions > table.bottomTable > tbody > tr > td > table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #crit_form > div.form-actions > table.bottomTable > tbody > tr > td > table > tbody > tr > td {
    width: auto !important;
  }
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span:nth-child(3),
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span:nth-child(5) {
    font-size: 20pt;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    background-image: none;
  }
  form .ui-state-default,
  select.list-select,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  input[type='text']:not([name='username']),
  button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all,
  form[name='frm'] button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    min-width: 400px;
    min-height: 60px;
    margin: 10px 0;
    font-size: 40px !important;
    background-image: none;
  }
  body > center > table > tbody > tr:nth-child(2) > td:nth-child(2) > a.linklogoff {
    background-size: auto 40px;
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left center;
    top: 20px;
    right: 35px;
    font-size: 35px !important;
  }
  p.pHeight + center > a.linkclass:first-child,
  #save {
    font-size: 40px !important;
    height: auto !important;
  }
  p.pHeight + center > a.linkclass:first-child {
    bottom: 400px;
    left: 50px;
  }
  .checkers form {
    background: white;
  }
  .checkers form div#slider-range-field_AvailabilityRadious {
    display: none;
  }
  .checkers form input,
  .checkers button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    min-width: 500px;
  }
  .checkers input[type='file'] {
    width: 300px;
  }
  .checkers form table.tedit tr {
    display: inherit;
  }
  /* .btn-input, .btn-input input, input[type="button"], input[type="submit"], button:not(.ui-multiselect), input[type="file"] { */
  /* font-size: 40px; */
  /* }     */
}

table.tedit {
  border: none !important;
}

#tr_prop200 > td.tedit-mandatory {
  padding-top: 10px;
}

#tedit20 > table > tbody > tr > td > table > tbody > tr:nth-child(6) > td:nth-child(1) {
  padding-top: 7px;
}

#tr_prop207 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop210 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop211 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop212 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop213 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop214 > td.tedit {
  padding-top: 10px;
}

#tr_prop215 > td.tedit {
  padding-top: 10px;
}

#tr_prop216 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop217 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop218 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop219 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop220 > td.tedit {
  padding-top: 10px;
}

#tr_prop230 > td.tedit {
  padding-top: 10px;
}

#tr_prop231 > td.tedit {
  padding-top: 10px;
}

#tr_prop232 > td.tedit {
  padding-top: 10px;
}

#tr_prop233 > td.tedit {
  padding-top: 10px;
}

#tr_prop235 > td.tedit {
  padding-top: 10px;
}

#tr_prop237 > td.tedit {
  padding-top: 10px;
}

#tr_prop221 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop222 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop223 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop224 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop225 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop236 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop209 > td.tedit-mandatory {
  padding-top: 10px;
}

#tr_prop226 > td.tedit {
  padding-top: 10px;
}

#tr_prop227 > td.tedit {
  padding-top: 10px;
}

#tr_prop228 > td.tedit {
  padding-top: 10px;
}

#tr_prop229 > td.tedit {
  padding-top: 10px;
}

#tr_prop234 > td.tedit {
  padding-top: 10px;
}

#idPasswordEditbox .tedit-desc a {
  color: black;
  text-decoration: none;
}

#parentprop208 > button {
  width: 320px !important;
}

.tedit-editbox button {
  border: none !important;
}

#idAvailabilityRadiousEditbox > table > tbody > tr > td:nth-child(1) {
  margin-right: 20px;
}

#save {
  height: 44px;
  min-width: 84px;
  background-color: #d61043;
  font-size: 14pt;
  color: white;
}

/* {
    font-size: 14px;
    } */

form[name='frm'] > table > tbody > tr > td > table > tbody > tr > td > span > button {
  font-size: 12px !important;
}

#big_tedit_wrapping_table {
  margin-bottom: 80px;
}

#big_tedit_wrapping_table
  > tbody
  > tr:nth-child(1)
  > td
  > table
  > tbody
  > tr
  > td.second-alignment
  > button,
#addnew {
  background-color: #d61043;
  font-size: 14pt;
  min-width: 130px;
  position: relative;
  height: 44px;
  color: white;
}

#checker-registration-form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr.actions
  > td
  > table
  > tbody
  > tr
  > td:nth-child(3)
  > a {
  background-color: #d61043;
  padding: 11.5px 29.2px;
}

#c_availability tbody tr td {
  padding: 30px;
}

form > table > tbody > tr > td > table.tedit {
  margin-bottom: 100px;
}

form > table > tbody > tr > td > table > tbody > tr.actions > td {
  width: 100%;
}

form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr.actions
  > td
  > table
  > tbody
  > tr
  > td
  > input.btn-input,
form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr.actions
  > td
  > table
  > tbody
  > tr
  > td:nth-child(4)
  > a,
form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr.actions
  > td
  > table
  > tbody
  > tr
  > td:nth-child(5)
  > a {
  font-size: 14pt;
  font-weight: bold !important;
}
#tedit25 > table > tbody > tr > td > table {
  margin-top: 20px;
}

body > center > span.titleOnTable {
  font-size: 12pt;
  font-family: inherit;
  color: #d61043;
}

.ui-button-text {
  font-family: GlacialIndifference, Roboto, sans-serif;
}

#Filter,
#go {
  background-color: #d61043;
}

#Filter, #go/*, #set-language>span*/ {
  background-color: #d61043;
  border-radius: 0px !important;
  padding: 0.4em 1em !important;
}

#ApprovedFilter,
#PaidFilter,
#fyf,
body > center > form[name='frm'] > table > tbody > tr > td > table {
  width: 100%;
}

body > center > table > tbody > tr:nth-child(2) > td.td-menu1,
body > center > table > tbody > tr:nth-child(2) > td.td-menu2,
body > center > table > tbody > tr.tr-menu3 > td.td-menu3,
body > center > table > tbody > tr.tr-menu3 > td.td-menu4 {
  width: 50%;
}

/*body>center>table>tbody>tr:nth-child(2)>td.td-menu1>p>a, body>center>table>tbody>tr:nth-child(2)>td.td-menu2>p>a, body>center>table>tbody>tr.tr-menu3>td.td-menu3>p>a, body>center>table>tbody>tr.tr-menu3>td.td-menu4>p.p-menu1>a, body>center>table>tbody>tr.tr-menu3>td.td-menu4>span>a, body>center>table>tbody>tr.tr-menu3>td.td-menu4>p.p-menu2>a, #tedit20>table>tbody>tr>td>table>tbody>tr.actions>td>table>tbody>tr>td:nth-child(3)>a, form[name="frm"]>table>tbody>tr>td, body>center>table>tbody>tr:nth-child(2)>td>span>a, body>center>table>tbody>tr:nth-child(2)>td:nth-child(2)>a.linkclass, body>center>table>tbody>tr:nth-child(2)>td:nth-child(2)>a.linklogoff, #tedit25>table>tbody>tr>td>table>tbody>tr.actions>td>table>tbody>tr>td:nth-child(3)>a, body>center>p.p-mMenu>a.linkclass, body>center>p.p-mMenu>a.linklogoff {
    font-size: 14pt !important;
    }*/

body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p,
body > center > table > tbody > tr:nth-child(2) > td.td-menu2 > p,
body > center > table > tbody > tr.tr-menu3 > td.td-menu4 > p {
  height: fit-content;
}

table.tedit > tbody > tr > td:first-of-type,
table.tedit > tbody > tr > td:first-of-type > label > b {
  font-size: 16px;
  font-weight: bold;
  color: #464646;
}

form[name='frm'] table {
  margin-top: 3px;
  margin-bottom: 2px;
  /*    background-color: #f1f1f1;*/
}

.c_crit-history form[name='frm'] table {
  background-color: transparent;
}

form[name='frm'] > table > tbody > tr > td > table {
  background-color: transparent;
}

.c_crit-history #show {
  background-color: #d61043;
}

/*body>center>form>table>tbody>tr:nth-child(1)>td:nth-child(1)>table>tbody>tr>td>span, body>center>form>table>tbody>tr:nth-child(1)>td:nth-child(2)>table>tbody>tr>td>span {
    position: relative;
    top: -7px;
    }*/

form#blah {
  margin-top: 90px;
}

body > a:nth-child(7),
body > a:nth-child(3) {
  font-size: 12pt !important;
}

body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p,
body > center > table > tbody > tr:nth-child(2) > td.td-menu2 > p,
body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p,
body > center > table > tbody > tr.tr-menu3 > td.td-menu4 > p {
  background-position: left top 3px;
}

body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p:last-of-type {
  margin-bottom: 0px;
}

body > center > table > tbody > tr:nth-child(2) > td.td-menu2 > p,
body
  > center
  > table
  > tbody
  > tr:nth-child(2)
  > td.td-menu1
  > p
  body
  > center
  > table
  > tbody
  > tr.tr-menu3
  > td.td-menu3
  > p:nth-child(1),
body > center > table > tbody > tr.tr-menu3 > td.td-menu4 > p.p-menu2,
body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p:nth-child(1),
body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p.p-menu2,
body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p:nth-child(1) {
  margin-bottom: 20px;
}

body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p.p-menu1 {
  /* margin-top: 33px; */
  margin-bottom: 20px;
}

body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p.p-menu1 {
  position: relative;
  /* top: -6px; */
}

body > center > table > tbody > tr.tr-menu3 > td.td-menu4 > p.p-menu2 {
  position: relative;
  /* top: 3px; */
}

body > center > table > tbody > tr.tr-menu3 > td.td-menu4 > p.p-menu1 {
  position: relative;
  /* top: -7px; */
}

/* body > center > a {
    color: red !important;
    } */

#idDayInWeekEditbox > table > tbody > tr > td > span > button.ui-multiselect {
  width: 135px !important;
}

/* #BranchFilter {
    position: relative;
    top: -8px;
    } */

/* 
body > div.ui-state-highlight.ui-corner-all {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    left: 0;
    right: 0;
    } */

#blah > center > p.p-mMenu {
  margin-top: 120px;
}

#blah > center > p.p-mMenu > a {
  font-size: 18pt !important;
  /* text-align: center; */
}

#blah > center > p.p-mMenu > a.linklogoff {
  position: relative;
  left: 28px;
}

/*body>center>div:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.6) !important;
    }*/

body > center > table > tbody > tr:nth-child(2) > td:nth-child(1) > span:nth-child(3) {
  margin-top: 30px;
}

#table_rows > tbody > tr > td:nth-child(2) > a.linkreport {
  font-weight: normal;
  min-height: 22px;
  background: none repeat scroll 0 0;
  background-color: transparent;
  background: #d61043;
  border-style: none;
  border-radius: 5px;
  box-shadow: none;
  padding: 5px 10px;
  color: #ffffff;
  cursor: pointer;
  text-shadow: none;
  transition: all 0.2s linear 0s;
  margin: 3px 2px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

body > center > table > tbody > tr:nth-child(2) > td.td-menu2 > p,
body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p,
body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p:nth-child(1),
body > center > table > tbody > tr.tr-menu3 > td.td-menu4 > p.p-menu2,
body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p:nth-child(1),
body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p.p-menu2,
body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p:nth-child(1),
body > center > table > tbody > tr:nth-child(2) > td.td-menu1 > p:nth-child(4),
body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p:nth-child(3),
body > center > table > tbody > tr.tr-menu3 > td.td-menu3 > p.p-menu1 {
  /* margin-bottom: 30px; */
  min-height: 37px;
}

#iAgree {
  background-color: #d61043;
  color: white;
  padding: 12px 25px;
  font-size: 14px;
}

#agreement > div.regCenterAgree > div > div {
  font-size: 16px;
}

#idTimeZoneEditbox > table > tbody > tr > td > span > button,
#field_CityName_Cou_DIV > table > tbody > tr > td > div > table > tbody > tr > td > span > button,
#field_CityName_Reg_DIV > table > tbody > tr > td > div > table > tbody > tr > td > span > button,
#field_CityName_DIV > table > tbody > tr > td > div > table > tbody > tr > td > span > button,
#field_CityName_Reg_DIV > table > tbody > tr > td > div > table > tbody > tr > td > span > button {
  width: 410px !important;
}

#field_CityName_Reg_DIV > table > tbody > tr > td > div > table > tbody > tr > td > span > button,
#field_CityName_DIV > table > tbody > tr > td > div > table > tbody > tr > td > span > button {
  background-color: #c7c7c7;
  background: #c7c7c7;
}

#field_BirthDate,
#field_HouseNumber,
#field_IdNumber,
#field_SSN,
#field_Email_Primário,
#field_Email_Secundário {
  width: 400px !important;
}

#idCityNameEditbox > table > tbody > tr:nth-child(1) > td.tedit-mandatory,
#idCityNameEditbox > table > tbody > tr:nth-child(2) > td.tedit-mandatory,
#idCityNameEditbox > table > tbody > tr:nth-child(3) > td.tedit-mandatory {
  padding-left: 10px !important;
  color: #404040;
}

#idAvailabilityRadiousEditbox > table > tbody > tr > td:nth-child(2) {
  width: 320px;
}

form > table > tbody > tr > td > table.tedit > tbody > tr:nth-child(5) > td:nth-child(2) > span {
  display: table;
  width: 330px;
}

form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td.tedit-editbox
  > table
  > tbody
  > tr
  > td
  > input,
form
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td.tedit-editbox
  > table
  > tbody
  > tr
  > td
  > div
  > input {
  width: 400px !important;
}

a[href='c_remove-checker.php?CheckerID=356726&auth_mode=2'] {
  left: 50%;
  height: 44px;
  min-width: 84px;
  background-color: #d61043;
  font-size: 14pt;
  color: white;
}

.c_survey-select .linkreport {
  min-height: 22px;
  min-width: 84px;
  color: #d61043;
  border-radius: 0px;
  box-shadow: none;
  padding: 5px 10px;
  color: #d61043;
  text-decoration: underline;
  cursor: pointer;
  text-shadow: none;
  transition: all 0.2s linear 0s;
  margin: 3px 2px;
  font-size: 12px;
  font-weight: bold;
  white-space: pre-wrap;
  max-width: 20vw !important;
  display: block;
  word-break: normal;
  overflow-wrap: revert;
}

body.c_report-refund > center {
  font-weight: bold;
}

.c_agreements td {
  color: #333;
  text-align: center;
}

.c_agreements {
  padding-bottom: 30px;
}

.regAgreeCont,
#agreement > div > div {
  width: 90% !important;
}

#agreement > div > div > div > input[type='checkbox'] {
  width: 16px;
  height: 16px;
}

.regTitleCompany {
  width: 64%;
  margin: 0 auto;
  text-align: justify;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #464646 !important;
}

body > div._container_ > table.survey-details-table-top > tbody > tr > td {
  background-color: #f9f0f3;
}

body
  > div._container_
  > table.survey-details-table-top
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td:nth-child(2),
body
  > div._container_
  > table.survey-details-table-top
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td:nth-child(4) {
  font-weight: bold;
}

.survey-details-table-options-a,
.survey-details-table-options-b,
.survey-details-table-options-c {
  background-color: #f9f0f3;
}

.survey-details-table-options-b {
  width: 60%;
}

.survey-details-table-options-a,
.survey-details-table-options-c {
  width: 20%;
  min-width: 205px;
}

body
  > div._container_
  > table.survey-details-table-options
  > tbody
  > tr
  > td
  > form
  > input[type='submit'],
body
  > div._container_
  > table.survey-details-table-options
  > tbody
  > tr
  > td
  > form
  > div
  > input[type='submit'],
body > div._container_ > table.survey-details-table-options > tbody > tr > td > button {
  background-color: #d61043;
}

body > div._container_ > table.survey-details-table-options > tbody > tr > td > a {
  background-color: #d61043;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 10px;
}
input#submitSurveyForm,
input[type='submit'] {
  background-color: #1ac05e;
}

body
  > div._container_
  > table.survey-details-table-options
  > tbody
  > tr
  > td.survey-details-table-options-b
  > form
  > table {
  margin: 0 auto;
}

.survey-details-table-preview > tbody > tr > td {
  display: flex;
  flex-direction: column;
}

.survey-details-table-preview > tbody > tr > td > table > tbody > tr {
  display: flex;
  flex-direction: row;
  margin-bottom: 3px;
}

.survey-details-table-preview {
  background-color: #fff;
  border: 0px solid transparent !important;
}

.survey-details-table-preview br {
  display: none;
}

.survey-details-table-preview > tbody > tr > td {
  padding-left: 25px;
}

.survey-details-table-preview .questText,
.survey-details-table-preview .tedit-desc,
.survey-details-table-preview > tbody > tr > td > table > tbody > tr > td,
.survey-details-table-preview > tbody > tr > td > table > tbody > tr > td > span {
  font-size: 14px;
}

.survey-details-table-preview .questText {
  margin-top: 25px;
}

.survey-details-table-preview .tedit-desc {
  margin-top: 10px;
  margin-bottom: 5px;
}

.menuTable > tbody > tr > td > p > a.linkClass,
.table > tbody > tr > td.td-menu3 > a.linkClass,
table > tbody > tr > td.td-menu3 > a.linkclass,
table > tbody > tr > td.td-menu3 > span > a.linkclass {
  color: #464646 !important;
}
