html {
  float: left;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-attachment: fixed;
}

global {
  height: 100%;
  display: block;
  /* background-color: white; */
  /*font-family: 'Montserrat', sans-serif !important; - mm edit */
  color: #333333;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
  /* font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;*/
}

.mns_logo {
  float: left;
  margin-right: 40px;
}

.ui-widget {
  color: #333333;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  /* 'Montserrat', sans-serif; mm edit */
  /*  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;   */
}

* {
  /*
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        */
}

.content_content .ui-widget-content, .content_content .ui-widget-header, .content_content .ui-widget.ui-widget-content {
  border: 0 !important;
  background: white !important;
  padding: 0 !important;
}

.ui-widget-overlay {
  z-index: 99 !important;
}

.ui-dialog-titlebar {
  border: 0 !important;
  background: white !important;
}

.ui-dialog-buttonpane {
  padding: 0 !important;
  border: 0 !important;
}

button {
  cursor: pointer;
}

overlay {
  display: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

dialogc {
  display: none;
  position: fixed;
  z-index: 100;
  width: 90%;
  height: 90%;
  background: white;
  top: 5%;
  left: 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /*overflow-y: scroll;
        overflow-x: hidden;*/
  padding-bottom: 10px;
  max-height: calc(100% - 10%);
  overflow: hidden;
}

dialogc panel {
  float: left;
  width: 100%;
  height: 30px;
}

dialogc content {
  float: left;
  width: calc(100% - 20px);
  height: calc(100% - 30px);
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  /*    margin-top: 26px; */
}

dialogc content info {
  float: left;
}

dialogc content list {
  float: left;
  height: 70%;
  overflow: auto;
  overflow-x: hidden;
}

diatitle {
  font-size: 100%;
  /* padding: 4px; */
  padding-left: 15px;
  float: left;
  color:  #49bf9d;
  font-weight: 600;
  width: 82%;
  /* height: 38px; */
  font-size: 20px;
  /* overflow: hidden; */
}

.concor_back_button, .concor_back_button i {
  border: 0;
  font-size: 35px;
}

.display_close_button {
  border: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  background: 0 !important;
  outline: none;
}

.welcome_text {
  font-weight: 900;
}

.rdhf_meaning, .welcome_text {
  /* width: 97%;*/
  text-align: left;
  float: left;
  font-size: 25px;
  color: #333333;
  margin-top: 2px;
  /*  margin-bottom: 32px;*/

  font-size: 30px;
    color: #2f2f2f;
    font-weight: 600;
    margin: auto;
    font-family: sans-serif;
    margin-bottom: 5px;
    padding-left: 9px;
    max-width: calc(100% - 100px);
}

#welcome {
  color: #333333;
  float: left;
  width: calc(100% - 44px);
  margin-top: 48px;
  margin-bottom: 84px;
/*  border: 1px solid #a2a2a2;*/
  padding: 20px;
  background-color: white;
  border-radius: 4px !important;
  cursor: pointer;
}

.quoteText {
  float: left;
  width: 100%;
  margin-top: -55px;
}

.quoteText::before {
  content: "";
  /* mm edit */
  margin-right: 0px;
  /* mm edit */
}

.quoteText::after {
  content: "";
  /* mm edit */
  margin-left: 4px;
}

.bottom_underline {
  border-bottom: 2px solid black !important;
  width: calc(100% - 4.25%) !important;
}

button {
  background-color: white;
}

table {
  font-size: 18px;
  color: #333333;
  font-family: inherit;
}

.app_info, .to_top {
  position: fixed;
  bottom: 30px;
  left: 10px;
  cursor: pointer;
  z-index: 9999;
  width: 70px;
  background: transparent !important;
  min-width: 0;
  padding: 4px;
  height: 53px;
}

.app_info i{
  color: #f1f0f0 !important;
}

.app_info i, .to_top i {
  font-size: 40px;
  cursor: pointer;
}

.to_top {
  left: auto !important;
  right: 10px !important;
  cursor: pointer;
}

.ui-widget input {
  font-size: 93% !important;
  padding: 4px !important;
  width: 400px;
}

li.ui-menu-item a,
li.ui-menu-item a:hover ,
li.ui-menu-item a:focus{
  /*background: transparent !important;*/
  /*background-color: transparent !important;*/
  border: 0 !important;
  color: black !important;
}
.ui-autocomplete{
  max-width: 900px !important;
}

#main {
  padding-top: 0 !important;
  position: relative;
}

#info_dialog {
  line-height: 17px;
  font-size: 16px;
}

#register_tabs table {
  width: auto !important;
}

#register_tabs table tr {
  border: 0 !important;
  background: transparent !important;
}

#register_tabs table input:not([disabled]) {
  background: transparent;
  border-bottom: 1px solid #333333;
}

#register_tabs .order i {
  float: left;
  padding-top: 10px;
}

#register_tabs .order select {
  border: 0;
  font-size: 18px;
  padding: 0;
  float: right;
  width: auto;
  background: transparent;
}

@media only screen and (max-width: 440px) {
  global {
    width: 95% !important;
  }
  content .record_line {
    width: 100% !important;
  }
}
