/* general stuff  - hmm.. causes too many problems! using body tags instead

a:link    { color: blue; }

a:visited { color: blue; }  */



/* TableEditor/db report styles  */

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; }

thead.db        { color: white;  background-color: #83A8CC;  /*#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 #00adf7; }

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% }



/* 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}

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: #00adf7; 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; }

.radioAnswers {color: #000; text-decoration: none;  font-family: arial;}

.radioAnswers a {color: #000; text-decoration: none;  font-family: arial;}



/* 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; }



/*  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: #333639; font-weight: bold; font-size: 200%; }  



/* end previous design (by Eyal) */



.second-alignment{

  

}



.centerTable{

  /*position: relative;

  right: 40%;   */

}



.menuUnderTable{

  /*position: relative;

  right: 43%; */

}



/********* 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 ); 

  font-family: Arial;

  font-size: 14px;*/

  margin-left: 0px;

  margin-top: 0px;

  margin-right: 0px;

  margin-bottom: 0px;

}

.header-top-bg{

}



.secondRowStyle{

  height: 12px; font-size: 3px;

}



.menu-bg{

}

.top_menu{font-family: tahoma; font-size:11; padding-left: 10; padding-right: 10; font-weight: bold; color: black;}



.top_menu-selected{

  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; 

  font-size: 0;

}



.top_menu-gray_strip{

  height: 3;

  background-color: #52617B; 

  font-size: 0;

}



.logo-bg  {}

.gray-darker  {height: 15; background-color: #52617B; font-size: 0;}

.gray-lighter1  {height: 7; background-color: #848EA5; font-size: 0;}

.gray-lighter2  {height: 25; background-color: #52617B; 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:#52617B; color: white;}



.horizontal-dots{

  font-size: 1px;

  height: 3px;

}

.vertical-dots{

  font-size: 1px;

  width: 3px;

}



.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{

  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;

  height:2px;

}



.bottom-tr  {height: 26px; background-color: #BD0000; color: white;}

.font-style  {font-size: 10; font-family: arial;}

.font-black    {color: black;}

.td-bottom-bg  {}



.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   {}

.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;}

 select.DateInputClass, select.TimeInputClass {width: 100px;}

 select.input-number {width: 48px;}

 select.input-currency {width: 80px;}

 input#purchase_PurchaseInvoiceNumber, input#purchase_PurchasePayment {width: 400px;}

 input#purchase_PurchaseDescription {width: 500px;}

 #message_to_operation {width: 800px;}

 select#BranchID {max-width: 300px; width: 298px;}

 .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: solid thin;}

.header-line{border-bottom:1px solid #00adf7;}



/******************************Footer style*****************************/

.footers-line{font-size: 6; }

/********************* End : Added by Sandy ***********************/



.survey-details-table {border-collapse:collapse; width: 100%;}

.survey-details-table-top {border-collapse:collapse; width: 100%; background-color: #ADD8E6;}
.survey-details-table-options {border-collapse:collapse; width: 100%; text-align: center;}
.survey-details-table-options-a {border-collapse:collapse; background-color: #EFEFF7; text-align: center;}
.survey-details-table-options-b {border-collapse:collapse; background-color: #808080; text-align: center;}
.survey-details-table-options-c {border-collapse:collapse; background-color: #EFEFF7; text-align: center; width: 25%;}
.survey-details-table-preview {border-collapse:collapse; width: 100%; background-color: #EFEFF7; border-top: 2px solid black; margin: 0; padding: 0 10px;}

.substituted-formatted-text{font-size: 130%; font-weight: bold;}



/******************/

.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: #52617B;}

.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{

}



.tr_screen_top{

  

}



.right_screen_top{

}



.companyLogo-bg{

}



.companyInfoMenu{

  /*border-style: groove;  */

  font-style: italic;

}



.center_screen_top{

 text-align: center;

}



.left_screen_top{

 text-align: left;

}



.center-bg{

  vertical-align: middle;

 

}



.shopperGreetings{

  /*position: relative;*/

  right: 50px;      

  font-weight: bold;

  color: #333639;

  font-size: 20px;

  font-style: oblique;

  padding-right: 10%;

}



.p-menu1{

  height: 19px;  

}

.p-menu1 a:hover{

  background-color: #838383;

}

.p-menu2{

  height: 19px;  

}

}

.p-menu2 a:hover{

  background-color: #838383;

}



.p-menu-logoff{
  background-image: url(../../../../images/door_out.png);
  background-position: right;    
  background-repeat: no-repeat;
  padding-right: 24px; 

  height: 19px;

  border-bottom :1px solid #00adf7; 

}

.p-menu-logoff a:hover{

  background-color: green;

}



.p-menu-language{

/*  font-size: 16px;

  font-weight: bold;

  color: #333639;
*/

}



.p-menu-bg{

  padding-right: 124px;

}



.footers-info{

  color: #333333;

  font-weight: bold;

  border-top: 1px solid #00adf7;

}



a.linkclass:link {color: #333639; font-size: 14px; font-weight: bold; text-decoration: none;}

a.linkclass:visited {color: #333639; font-size: 14px; font-weight: bold; text-decoration: none;}

a.linkclass:hover {color: white; font-size: 14px; font-weight: bold; text-decoration: underline; background-color: #838383;}



a.linklogoff:link {color: #333639; font-size: 14px; font-weight: bold; text-decoration: none;}

a.linklogoff:visited {color: #333639; font-size: 14px; font-weight: bold; text-decoration: none;}

a.linklogoff:hover {color: white; font-size: 14px; font-weight: bold; text-decoration: underline; background-color: green;}



.menuTable{width: 80%;}



.menuTitle{

  font-weight: bold;

  font-size: 17px;

  border-left : 1px solid #cdcbc7; 

  border-bottom:1px solid #cdcbc7;

  overflow: visible;
  background-color: #83A8CC;
  color: white;

}



.menuTitle2{

  font-weight: bold;

  font-size: 17px;

  border-left : 1px solid #cdcbc7; 

  border-bottom:1px solid #cdcbc7;

  overflow: visible;
  background-color: #83A8CC;
  color: white;

}

.menuTitle3{

  font-weight: bold;

  font-size: 17px;

  border-left : 1px solid #cdcbc7; 

  border-bottom:1px solid #cdcbc7;

  overflow: visible;
  background-color: #83A8CC;
  color: white;

}



.td-menu1{

  font-family: Trebuchet MS;

  font-weight: normal; 

  padding-right: 10px;

  border: 1px solid #4579AB;

  background-color: #e8e6e2;

}



.td-menu2{

  font-family: Trebuchet MS;

  font-weight: normal; 

  padding-right: 10px;

  border: 1px solid #4579AB;

  background-color: #e8e6e2;

}



.td-menu3{

  font-family: Trebuchet MS;

  font-weight: normal; 

  padding-right: 10px;

  border: 1px solid #4579AB;

  background-color: #e8e6e2;

}



.td-menu4{

  font-family: Trebuchet MS;

  font-weight: normal; 

  padding-right: 10px;

  border: 1px solid #4579AB;

  background-color: #e8e6e2;

}



.menuTitleTR{background-color: #707070;}

.tr-menu3{background-color: #e8e6e2;}

.body_bg{background-color: #FFFFFF;}

.tablemmMessage{width: 50%;}

.mmMessageTitleTR{}

  

.mmMessageTitleTD{

  font-weight: bold;

  color: #EE0000;

  text-align: right;

  font-size: 18px;

  overflow: visible;  

  }



.mmMessageTR{ }

.mmMessage  { font-size: 12px; background-color: #e8e6e2; font-family: Trebuchet MS;

  font-weight: bold; 

  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: bottom right;}
.pHeight{height: 20px;}

.titleOnTable{font-size: 12px; background-color: #e8e6e2; font-family: Trebuchet MS;

  font-weight: bold; 

  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: bottom right; }

.printSet{}



/*The default text in a form box*/

.form-DefaultText {  }

.form-DefaultTextActive { color: #a1a1a1; font-style: italic; }

.border-black {border: 1px solid black;}



.survey_control td {

  border-bottom: 2px ridge grey;

  padding-bottom: 15px;

}



.screen_top_bottom_border {border-bottom: solid black; height: 1px;}

.footers-line-border {font-size: 6; border-bottom: solid black 1px;}

body, th, td, select, input, button {

    font-family: "Arial";

    font-size: 12px;

}
#set-language {background-color: #DEE0E2; display: inline-block; padding: 5px; border-radius: 3px; color: #777777; border: 1px solid #777777; text-decoration: none;}
.clear {clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0;}

/* view pages */

.list-data th,
.list-data td
{
	text-align: left;
	vertical-align: top;
}

.list-data th
{
	padding: 5px 20px 5px 0; 
}

.list-data td
{
	padding: 5px 0;
}

.list-data img
{
	max-width: 200px;
}
form[name="login"] p a.linkClass {
  top: 0px !important;
  display: inline-block;
}
.form-switch .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-switch input.form-check-input {
  width: 30px;
  height: 15px;
  border-radius: 30px;
  border: 0px;
  background-color: #cecece;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.system-check{
  display: flex;
  align-items: center;
  gap: 4px
}
a.btn[data-title="Microsoft"],
a.btn[data-title="Google"] {
  background-color: #ffffff !important;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #797979 !important;
  padding: 12px 20px 12px 50px !important;
  white-space: nowrap;
  min-height: 40px;
  width: 196px;
  transition: all 0.3s linear;
  margin-bottom: 2%;
  border: 1px solid currentColor;
}

a.btn[data-title="Microsoft"] {
  background-image: url("../../images/icon/Microsoft.svg");
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-size: 24px;
  margin: 5px 5px;
}


a.btn[data-title="Microsoft"]:hover {
  background-image: url("../../images/icon/Microsoft_w.svg");

  box-shadow: none;
  background-color: hsl(208, 100%, 50%) !important;
  color: #fff !important;
  transition: all 0.3s linear;
}

a.btn[data-title="Microsoft"]:hover font,
a.btn[data-title="Google"]:hover font {
  color: #fff !important;
}

a.btn[data-title="Google"] {
  background-image: url("../../images/icon/Google.svg");
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-size: 24px;
  text-decoration: none;
  margin: 5px 5px;

}

a.btn[data-title="Google"]:hover {
  background-image: url("../../images/icon/Google_w.svg");
  box-shadow: none;
  background-color: hsl(208, 100%, 50%) !important;
  color: #fff !important;
  transition: all 0.3s linear;
}

.social-link {
  display: flex;
  justify-content: center;
}

@media screen and (max-device-width: 767.5px) {

  a.btn[data-title="FaceMicrosoftbook"],
  a.btn[data-title="Google"] {
    font-size: 40px !important;
    line-height: 1;
    width: auto;
    padding: 30px !important;
    padding-left: 80px !important;
    background-size: auto 50px;
  }
}

.error-login-text {
  background: rgba(236, 28, 36, 0.08);
  border-radius: 5px;
  padding: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ec1c24;
  margin-bottom: 0px;
}

.d-none {
  display: none !important;
  ;
}
/* view pages end */