* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  margin-bottom: 0px;
}
textarea {
  resize: none;
  overflow: hidden;
}
span img{
  align-items: center;
  vertical-align: baseline;
}
.floatingDate {
  position: absolute;
  top: 10px;
  width : 100%;
  z-index: 99;
  background:transparent url('../img/trans.png') repeat center top;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(220,220,220);
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(220,220,220);
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(220,220,220);
}
.sendButton{
  width:50px;
  height:35px;
  float: left;
  cursor: pointer;
}
/*.ServicesButton {
  background-color: #FFFFFF; 
  border: 2px solid #003f80;
  color: #003f80;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  min-width : 100px;
  min-height: 42px;
  border-radius: 12px;
  margin : 2px;
  white-space: nowrap;
}
.ServicesButton:hover {
  background-color: rgb(0,63,128); 
  color: #FFFFFF;
}*/

/*  new design for carousel*/
.ServicesButton {
  background-color: #FFFFFF; 
  border: 2px solid #E0E0E0;
  color: #003f80;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /*font-size: 16px;*/ /*edith1 marked*/
  font-family:HarelWeb; /*edith3 added*/
  font-size: 14px;  /*edith1 added*/
  font-weight: bold; /*edith1 added*/
  cursor: pointer;
  /*min-width : 100px;*/ /*edith1 marked*/
  min-width : 50px; /*edith1 added*/
  /*min-height: 42px;*/ /*edith2 marked*/
  min-height: 50px; /*edith2 added*/
  border-radius: 5px;
  margin : 5px;
  white-space: nowrap;
  box-shadow: 1px 1px #E0E0E0;
  vertical-align: top; /*edith2 added*/
}

/* edith2 added */
.ServicesButton:focus {
  outline: none;
}

.ServicesButton:hover {
  background-color: rgb(0,108,178); 
  color: #FFFFFF;
}

.YesNo {
  vertical-align: baseline;
  padding-top: 8px;
}
.inputTable {
  position: absolute;
  width:750px;
  bottom: 0px;
}
.floatingbutton {
  background-color: rgb(210,235,253); /* Green */
  border: none;
  color: #006CB2;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size : 1rem;
  margin: 4px 2px;
  border-radius: 12px;
}
.myButtonApprove {
  display: inline-block;
  width: 121px;
  height: 40px;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32995d', endColorstr='#4acc59',GradientType=0);
	background-color:rgb(57,134,66);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #49cf06;
	cursor:pointer;
	color:#ffffff;
  font-family:HarelWeb;
	font-size:24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButtonApprove:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4acc59), color-stop(1, #32995d));
	background:-moz-linear-gradient(top, rgb(35,156,53) 5%, rgb(35,156,53) 100%);
	background:-webkit-linear-gradient(top, rgb(35,156,53) 5%, rgb(35,156,53) 100%);
	background:-o-linear-gradient(top, rgb(35,156,53) 5%, rgb(35,156,53) 100%);
	background:-ms-linear-gradient(top, rgb(35,156,53) 5%, rgb(35,156,53) 100%);
	background:linear-gradient(to bottom, rgb(35,156,53) 5%, rgb(35,156,53) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4acc59', endColorstr='#32995d',GradientType=0);
	background-color:rgb(35,156,53);
}
.myButtonApprove:active {
	position:relative;
	top:1px;
}
.myButtonDisagree {
  display: inline-block;
  width: 121px;
  height: 40px;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background-color:rgb(0,154,255);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	cursor:pointer;
	color:#ffffff;
	font-family:HarelWeb;
  font-size:24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButtonDisagree:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.myButtonDisagree:active {
	position:relative;
	top:1px;
}
body {
  font-family: HarelWeb;
  font-weight: 400;
  font-size : 0.8rem;
  margin: 0;
  padding: 0;
  background-color: WHITE;
  scrollbar-base-color: #ffffff;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #e8eaed;

}

.hidden{
  visibility: hidden;
}
div {
  word-wrap: break-word;
  line-height: 1.25rem;
}
pre {
  margin: 0;
  word-wrap: normal;
  overflow: hidden;
  color: white;
}
.message-hour {
  font-size : 0.9rem;
  text-align: left;
  color:#0088c9;
  margin-right: 0.5rem;
  margin-top: 0.6rem;
  float: left;
}
#contentParent {
  height: 100%;
  
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#view-change-button {
  /*display: inline-block;*/
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background: #AB72F8;
  top: 0.3125rem;
  right: 0.3125rem;
  line-height: 3.125rem;
  vertical-align: middle;
  display : none;
}
#view-change-button .hide {
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
 
#view-change-button img {
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
 
#view-change-button:not(.full) .not-full {
  display: inline-block;
}
 
#view-change-button.full .full {
  display: inline-block;
}
.responsive-columns-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-display: flex;
  -ms-flex-direction: row;
  height: 100%;
}

.responsive-column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  height : 100%;
}

#chat-column-holder {
  text-align: right;
}

.chat-column {
  height: 100%;
  /*padding-top: 20px;*/
  /*padding: 0.9375rem 0 0.625rem 0;*/
  margin: auto;
  /*margin-top: 40px;*/
  text-align: right;
  width: 750px;
  min-width: 9.375rem;
  overflow: hidden;
}

.scrollingChat {
  /*margin-top: 0.75rem;*/
  padding-top: 2rem;
  margin-bottom: 0.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 5rem);
  direction: rtl; 
  width:750px;
  position: relative;
}
.scrollingChat::-webkit-scrollbar {
  width: 7px;
}
.scrollingChat::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
  border-radius: 10px;
  background-color: #E8EAED;
}

.scrollingChat::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
  box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
  background-color: #FFFFFF;
}

.message-inner {
  opacity: 0;
  margin-top: 0.9375rem;
  -webkit-transition-property: opacity, margin-top;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: opacity, margin-top;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in;
  -o-transition-property: opacity, margin-top;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-in;
  -ms-transition-property: opacity, margin-top;
  -ms-transition-duration: 0.4s;
  -ms-transition-timing-function: ease-in;
  transition-property: opacity, margin-top;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
}

.load .message-inner {
  opacity: 1;
  margin-top: 0.4rem;
}

.from-user .message-inner {
  position: relative;
  left :15px;
  font-size: 16px;
  color: #4B5079;
  letter-spacing: 0.015rem;
  line-height: 1.3125rem;
  background: rgb(231,245,255);
  border-radius: 0.4rem;
  border-bottom-right-radius: 0px;
  text-align: right;
  display: inline-block;
  margin-right: 2.5rem;
  min-width: 2.5rem;
}

.from-user .message-inner p {
  margin: 0.3125rem;
  padding: 0 0.9375rem;
  max-width: 30rem;
  float: right;
}

.from-user .message-inner:before, .from-user .message-inner:after {
  content: "";
  position: absolute;
}

.from-user .message-inner:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  right: -8px;
  bottom: 0px;
  border-top: 8px solid #FFFFFF;
  border-left: 8px solid transparent ;
  background: rgb(231,245,255);
}

.from-user .message-inner:after {
  z-index: -1;
  bottom: -0.5rem;
  left: 0;
  height: 0.5rem;
  width: 0.5rem;
  border-top-left-radius: 1.25rem;
}

.from-watson {
  text-align: left;
}

.from-watson .message-inner {
  position: relative;
  right: 8px;
  border-radius: 0.4rem;
  border-bottom-left-radius: 0px;
  font-size: 16px;
  color:  #4B5079;
  background: #F5F5F5;
  letter-spacing: 0.015rem;
  max-width: calc(100% - 15px);
  line-height: 1.3125rem;
  min-width: 2.5rem;
  text-align: right;
  display: inline-block;
  margin-left: 1.5rem;
  margin-bottom: 0.15rem;
}

/*.from-watson .message-inner:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  right: -8px;
  top: 10px;
  border-top: 8px solid #e4ecf7;
  border-right: 8px solid transparent ;
}*/
.from-watson .message-inner:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  left: -8px;
  bottom: 0px;
  border-top: 8px solid transparent;
  border-right: 8px solid #F5F5F5;
}

.from-watson.latest .message-inner {
  color: #4B5079;
  margin-bottom: 1.15rem;
}

.from-watson p {
  margin: 0.3125rem;
  padding-right: 1.25rem;
  max-width : 30rem;
  float: right;
}


.from-watson.latest.top p:before {
  content: "";
  color: #4B5079;
  background-size: 0.3125rem 1.3125rem;
  position: absolute;
  z-index: 2;
  left: 0.4375rem;
  width: 0.3125rem;
  height: 1.3125rem;
  line-height: 1.3125rem;
}

#textInput {
  border: none;
  outline: none;
  height: 1.5rem;
  background: transparent;
  background-color: white;
  font-size: 18px;
  color: #585858;
  letter-spacing: 0.015rem;
  overflow: hidden;
  /*max-width: 100%;*/
  width: 100%;
  font-family: HarelWeb;
  text-align: right;
  direction: rtl;
}



::-ms-clear {
  display: none;
}

.inputOutline {
  display: block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 100%;
}

#textInputDummy {
  position:absolute;
  white-space:pre;
  top: 0;
  max-width: 100%;
  opacity: 0;
}


.hide {
  display: none;
}

.payload .line-numbers, .payload .payload-text {
  padding: 0.5rem;
}

.line-numbers {
  width: 2rem;
  color: #898989;
  text-align: right;
}


.string {
  color: #54EED0;
}

.boolean, .null, .number {
  color: #CE8EFF;
}

.key {
  color: #66B7FF;
}

html{
  font-size: 18px;
}

.tableClass{
  background: #2153a5;
}

/* IBM Design fonts https://github.ibm.com/Design/fonts*/

#payload-column {
  font-family: HarelWeb;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.125rem;
  background-color: #23292A;
  color: #fff;
  overflow-x: auto;
  display: none;
  /*width: 45%;
  max-width: 32.0625rem;
  min-width: 29.6875rem;*/
}
 
#payload-column.full {
  display: block;
  width: 45%;
  max-width: none;
  min-width: initial;
}
 
#payload-column .header-text, #payload-column #payload-initial-message {
  font-family: HarelWeb;
  font-size: 1.125rem;
  color: #9E9E9E;
  letter-spacing: 0.01875rem;
  padding: 0.5rem;
  padding-left: 2.5rem;
  background: #383D3E;
}
 .myButton {
  background-color:#0D4FB1;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #124d77;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:HarelWeb;
  font-size:16px;
  font-weight: bold;
  padding:0px 31px;
  text-decoration:none;
}
.myButton:hover {
  background-color:rgb(8, 61, 136);
}
.myButton:active {
                position:relative;
                top:1px;
}
.myButton1 {
                background-color:#D9D9E6;
                display:inline-block;
                cursor:pointer;
                color:#4196eb;
                font-family:HarelWeb;
                font-size:13px;
                padding:4px 8px;
                text-decoration:none;
}
.myButton1:hover {
                background-color:#C3C3CC
}
.myButton1:active {
                position:relative;
                top:1px;
}
 
.header{
 height:98px;  
 background-color:#2153a5;

}
.botIcon{
  padding-top:15px;
  text-align: center;
  width : 280px;
  height : 62px;
}
.iconHarel {
    padding-top: 15px;
    padding-right: 15px;
    text-align: right;
    height: 76px;
    width: 90px;
}
.cancelButton{
  position: absolute; 
  bottom:2px; 
  left:2px;
  z-index: 4;
  display:none;
}



.col-sm-2:not(:first-child),.col:not(:last-child) {
  padding-top:4px;
  padding-bottom:4px;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 15px;
  }
}

pre {
  margin: 0;
  word-wrap: normal;
  overflow: hidden;
  color: white;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  pre {
    margin: 0;
    word-wrap: normal;
    overflow: hidden;
    color: white;
  }
  /*.phoneTextBox
  {
    display:inline;
  }*/
  .message-hour {
    font-size : 1.1rem;
  }
  .from-watson .message-inner {
    position: relative;
    right: 8px;
    border-radius: 0.4rem;
    border-bottom-left-radius: 0px;
    font-size: 1.2rem;
    color:  #4B5079;
    background: #F5F5F5;
    letter-spacing: 0.015rem;
    max-width: calc(100% - 15px);
    line-height: 1.3125rem;
    min-width: 2.5rem;
    text-align: right;
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 0.15rem;
  }
  
  .from-watson p {
    margin: 0.3125rem;
    padding-right: 1.25rem;
    max-width : 20rem;
  }
  .from-user .message-inner {
    position: relative;
    left :15px;
    font-size: 1.2rem;
    color: #4B5079;
    letter-spacing: 0.015rem;
    line-height: 1.3125rem;
    background: rgb(231,245,255);
    border-radius: 0.4rem;
    border-bottom-right-radius: 0px;
    text-align: right;
    display: inline-block;
    margin-right: 2.5rem;
    min-width: 2.5rem;
  }
  .from-user .message-inner p {
    margin: 0.3125rem;
    padding: 0 0.9375rem;
    max-width: 20rem;
  }
  .loading-wrapper{
    

   /* width: 40px;*/
    position: absolute;
    right: 10%;
    bottom: 12%;
  }
  .MarkAll {
	cursor:pointer;
  }
  .declarationsdetails {
    cursor:pointer;
    color:#4196eb;
    font-weight: bold;
    display: inline;
  }
  .myButton {
    background-color:#0D4FB1;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid #124d77;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:16px;
    font-weight: bold;
    padding:0px 15px;
    text-decoration:none; 
}
.myButton:hover {
  background-color:rgb(8, 61, 136);
}
.myButton:active {
                position:relative;
                top:1px;
}
.myButton1 {
                background-color:#D9D9E6;
                display:inline-block;
                cursor:pointer;
                color:#4196eb;
                font-family:HarelWeb;
                font-size:13px;
                padding:4px 8px;
                text-decoration:none;
}
.myButton1:hover {
                background-color:#C3C3CC
}
.myButton1:active {
                position:relative;
                top:1px;
}
  .header{
    height: 80px;
  }

  .header center img{
    height: 90%;
    width: auto;
  }

  .chat-column {
	  height: 100%;
    width: 100%;
    max-height: 100% !important;
  }
 
  #textInput{
    letter-spacing: 0.015rem;
    max-width: 100%;
    font-family: HarelWeb;
    font-size: 1.15rem;
  }

  #payload-column {
    width: 0;
    max-width: none;
    min-width: initial;
  }
  .scrollingChat{
    width: 100%;
    height: calc(100% - 6rem);
    max-height: 100% inherit;

  }
  .inputTable {
    width:100%;
    position: absolute;
  }
}

@font-face {
  font-family: HarelWeb;
  src: url("../fonts/Harel-Medium.otf") format("opentype");
}

@font-face {
  font-family: HarelWeb;
  font-weight: bold;
  src: url("../fonts/Harel-Bold.otf") format("opentype");
}
@font-face {
  font-family: HarelWeb;
  font-weight: lighter;
  src: url("../fonts/Harel-Light.otf") format("opentype");
}

