@import "./utilities.css";
@import "./components/dropdown.css";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

ol,ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label {
  cursor:pointer;
}

html {
	height: 100%;
}

body {
  font: 13px "Arial";
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #fdfdfd;
  color: #000;
  background-repeat: repeat;
  background-repeat-y: no-repeat;
  background-attachment: fixed;
}

a {
  color: #0f2e50;
  outline: none;
  text-decoration: none;
  z-index: 26;
}

p {
  margin: 20px 0 20px;
  line-height: 1.4em;
}

td > p {
  margin: 5px 0 5px;
  line-height: 1.4em;
}

img {
  border: none;
}

input {
  vertical-align: middle;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }
}

.container:after,
.row:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 5px;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto !important;
  background: #fff;
}


/*********************************HEADER*********************************/
.header {
  background-color: #164469;
  height: 90px;
  display: flex;
}

.header .container {
  height: 79px;
  max-width: 1325px;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 15px;
}

.header .logo {
  float: left;
  width: 300px;
  height: 90px;
  background: rgb(255, 255, 255);
  padding: 20px 0 0 60px;
  background: linear-gradient(
    90deg,
    rgba(131, 58, 180, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(252, 176, 69, 0) 100%
  );
}
.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.header .holder {
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.header .slogan1 {
    font-family: Arial, serif;
    color: #fdfdfd;
    font-size: clamp(10px, 2vw, 30px);
    font-weight: 600;
    text-transform: none;
    text-shadow: none;
    letter-spacing: normal;
    margin: 0;
    max-width: 400px;
    white-space: nowrap;
}

.header .slogan1:before,
.header .slogan1:after {
    display: none;
}

.header .slogan2 {
    color: #22acd1;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

.header .slogan1 + .slogan2 {
    margin-top: 5px;
}
.header-account{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.header-logo{
    width: 60%;
}
.log_button {
    width: fit-content;
    margin-top: 10px;
}

#log_buttons {
    display: flex;
    width: 100%;
    justify-content: center;
}

.user_b {
    /*float: right;*/
    display: flex;
    height: 79px;
    gap: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.user_b .username {
    font-weight: bold;
    margin: 0 5px 0 auto;
    width: 175px;
    font-size: 16px;
    color: #fdfdfd;
    position: relative;
    padding-left: 7px;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.user_b div {
    display: inline-flex;
    justify-content: left;
    align-items: center;
}
.img-wrapper {
    height: 50px;
    width: 175px;
    background: url(../images/logo.png) no-repeat 13% 0;
    background-size: 175px;
}

.img-user_icon {
    width: 32px;
}
.mail_b {
    /*width: 129px;*/
    /*padding: 0 5px;*/
    display: flex;
    text-align: center;
    height: 79px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date_b {
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #fdfdfd;
    font-weight: bold;
}

.date_b .clock {
    font-size: 17px;
    height: 20px;
}
.log_out {
    background: #22acd1;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px 11px 15px;
}
@media (max-width: 768px) {
    .header {
        flex-direction: column; /* логотип и блоки друг под другом */
        height: auto;
    }
    .header-logo {
        width: 100%;
        justify-content: center;
    }
    .header-account {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
}















.footer {
  margin-top: 22px;
}

.footer-wrapper {
  display: flex;
  margin-left: 506px;
}

.footer-title {
  margin-top: 35px;
  font-size: 16px;
  color: #fdfdfd;
  font-weight: 400;
}



.defaultDialog{
  border: 1px solid #22acd1 !important;
  border-radius: 5px !important;
}

#page-content {
  height: calc(100vh - 80px);
  width: 1350px;
  margin: 7px auto 0;
}

#page-content .module {
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 10px;
  border: 0;
  height: 157px;
}

#page-content .module a.readmore {
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: -2px;
  transition: all 0.3s;
  background-color: #4d607b;
  display: block;
  height: 45px;
  font-size: 13px;
  color: #fff;
  opacity: 1;
  border-radius: 0 0 10px 10px;
}

#page-content .module a.readmore:hover {
  background-color: #a2c0ef;
}

#page-content .module a.readmore > span {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog-show {
  opacity: 1;
  pointer-events: auto;
}

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #808080;
}
/*  end modal popup  */

#login {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  background-image: -moz-linear-gradient(center top, #fff, #eee);
  height: 300px;
  padding: 30px;
  width: 460px;
  z-index: 1;
}

h1:not(.slogan1) {
  color: #666;
  font: 26px/1 Verdana, Helvetica;
  letter-spacing: 4px;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

h1::after,
h1::before {
  background-color: #777;
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 120px;
}

h1::after {
  background-image: -moz-linear-gradient(left center, #777, #fff);
  right: 0;
}

h1::before {
  background-image: -moz-linear-gradient(right center, #777, #fff);
  left: 0;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

#inputs input {
  background: #eeeeee url("../images/login-sprite.png") no-repeat scroll 0 0;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
  margin: 0 0 10px;
  padding: 15px 15px 15px 30px;
  width: 100%;
}

#username {
  background-position: 5px -2px !important;
}

#password {
  background-position: 5px -52px !important;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #2a88ce;
  box-shadow: 0 0 0 1px #2a88ce inset;
  outline: medium none;
}

#actions {
  margin: 25px 0 0;
}

.wrapper-log-in {
  display: flex;
  justify-content: space-between;
}

.submit {
  background-color: #2a88ce;
  border: 1px solid #2a88ce;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #fff;
  cursor: pointer;
  float: left;
  font: bold 15px Arial, Helvetica;
  height: 35px;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 120px;
  transition: all 0.3s;
}

.submit-red {
  background-color: #f41111;
  border: 1px solid #f41111;
}

.btn-blue:hover,
.btn-blue:focus,
.submit:hover,
.submit:focus,
.submit-small:hover,
.submit-small:focus {
  background-color: #136687;
}

#sch-menu-navi-right button.active{
    background-color: #136687;
}

.submit-red:hover,
.submit-red:focus,
.submit-small-red:hover,
.submit-small-red:focus {
  background-color: #ff2b2b;
}

.submit:disabled,
.submit-red:disabled,
.submit-small:disabled,
.submit-small-red:disabled {
  opacity: 0.7;
  cursor: default;
  background: #c3c6cd;
  border-radius: 5px;
  height: 40px;
  width: 100px;
  border: 0;
}

.submit:active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: medium none;
}

.submit::-moz-focus-inner {
  border: medium none;
}

input[type="button"]:disabled {
  border: 1px solid #3151a2;
  background-color: #999;
  color: #ffff;
}

#actions a {
  color: #3151a2;
  float: right;
  line-height: 35px;
  margin-left: 10px;
}

#back {
  color: #999;
  display: block;
  position: relative;
  text-align: center;
  top: 60px;
}

.user-panel {
  width: 100%;
  height: 40px;
  text-transform: uppercase;
}

.user-panel div.clock {
  font-weight: bold;
  float: left;
  margin: 13px 15px 0 20px;
  width: 180px;
}

.user-panel div.username {
  font-weight: bold;
  margin: 13px 15px 0 auto;
  float: right;
}

.user-panel > form {
  float: left;
  margin-top: 5px;
}

.submit-small {
  background-color: #22acd1;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 5px 10px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
}

.submit-small-center {
  background-color: #22acd1;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
}

.submit-small:active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: medium none;
}

.submit-small::-moz-focus-inner {
  border: medium none;
}

.submit-small-red {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #fff;
  cursor: pointer;
  float: left;
  font: bold 15px Arial, Helvetica;
  padding: 5px 10px;
  margin: 9px 5px 5px;
  transition: all 0.3s;
}

.submit-small-red:active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: medium none;
}

.submit-small-red::-moz-focus-inner {
  border: medium none;
}

.firmblue {
  background-color: #2a88ce;
  border-color: #2a88ce;
  color: #fff;
}

.yellow {
  background-color: #ffff23;
  border-color: #ffff23;
  color: #000;
}

.brown {
  background-color: #b47129;
  border-color: #b47129;
  color: #fff;
}

.lightblue {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #000;
}

.orange {
  background-color: #fea624;
  border-color: #fea624;
  color: #fff;
}

.green {
  background-color: #34cf29;
  border-color: #34cf29;
  color: #fff;
}

.firmblue:hover {
  background-color: #43a1e7;
  border-color: #43a1e7;
}

.yellow:hover {
  background-color: #ffff6f;
  border-color: #ffff6f;
}

.brown:hover {
  background-color: #ce8b43;
  border-color: #ce8b43;
}

.orange:hover {
  background-color: #ffc03e;
  border-color: #ffc03e;
}

.lightblue:hover {
  background-color: #add8e6;
  border-color: #add8e6;
}

.green:hover {
  background-color: #4ee943;
  border-color: #4ee943;
}

.btn-active {
  border: 3px #006600 solid;
  background: #add8e6;
  border-radius: 5px;
}

.btn-users-active {
  border: 3px #006600 solid;
  background: #ffffe0;
  border-radius: 5px;
}

.btn-groups-active {
  border: 3px #006600 solid;
  background: #deb887;
  border-radius: 5px;
}

.content-root {
  width: 100%;
  display: table;
}

.input-field:focus {
  border: 2px solid #2a88ce;
  outline: medium none;
}

#userPass:focus,
#confUserPass:focus {
  border-color: #cccccc;
  box-shadow: 0 0 0 1px #cccccc inset;
}

#userPass.valid-pass,
#confUserPass.valid-pass,
#userPass.valid-pass:focus,
#confUserPass.valid-pass:focus {
  border-color: #2a88ce;
  box-shadow: 0 0 0 1px #2a88ce inset;
}

#userPass.invalid-pass,
#confUserPass.invalid-pass,
#userPass.invalid-pass:focus,
#confUserPass.invalid-pass:focus {
  border-color: #f41111;
  box-shadow: 0 0 0 1px #f41111 inset;
}

.table-user {
  background: none;
  border: 1px solid #167f92;
  color: #0f2e50;
  width: 100%;
}

.table-user .submit-small,
.table-user .sumbit-small-red {
}

.table-user .tr-row-hide, .table-user .tr-row-hide-no-border {
  background-color: #c3c6cd;
}

.table-user th {
  display: table-cell;
  padding: 1em 1em 1em 30px;
  margin: 0.5em 1em;
  text-align: center;
  border: 2px solid #ffffff;
}

.table-user td:first-child {
  display: table-cell;
  /*border: 3px solid #ffffff;*/
}

.table-user th {
  background-color: #164469;
  color: #fdfdfd;
  font-size: 14px;
  padding: 0.4em;
  font-weight: bold;
}

.table-user td {
  display: table-cell;
  padding: 0.2em 0.2em 0.2em 30px;
  margin: 0.5em 1em;
  color: #0f2e50;
  font-size: 15px;
  word-wrap: break-word;
  /*border: 3px solid #ffffff;*/
  border-left: 0;
}

.tr-row-hide td, .tr-row-hide-no-border td {
  padding-left: 0;
}

.btn {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  color: #aaa;
  font-size: 1em;
}

.page {
  display: inline-block;
  padding: 0 9px;
  margin-right: 4px;
  border: solid 1px #51637f;
  background-color: #51637f;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  transition: all 0.3s;
}

.page:hover {
  border-color: #c4d6f2;
  background-color: #c4d6f2;
  color: #717171;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.page.active {
  border: none;
  background: #2a88ce;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #f0f0f0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/*end pagination*/

.textfield {
  border: 2px solid #717171;
  border-radius: 10px;
  height: 60px;
  width: 230px;
}

.tr-patients {
  cursor: pointer;
}

.tr-patients:hover {
  background: #fffa90 !important;
}

.table-patient {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c4d6f2;
  color: #024457;
  overflow: hidden;
  width: 100%;
}

.table-patient tr {
  border: 1px solid #c4d6f2;
}

.table-patient th:first-child {
  display: table-cell;
  text-align: center;
}

.table-patient th,
.table-patient td {
  display: table-cell;
  padding: 1em;
}

.table-patient th,
.table-patient td {
  margin: 0.5em 1em;
  text-align: left;
}

.table-patient th {
  background-color: #2a88ce;
  border: 1px solid #fff;
  color: #fff;
  display: none;
  padding: 1em;
}

.table-patient td:first-child {
  display: table-cell;
}

.table-patient th,
.table-patient td {
  display: table-cell;
  padding: 2px 0 0 10px;
}

.table-patient th,
.table-patient td {
  margin: 0.5em 1em;
  text-align: left;
}

.table-patient td {
  max-width: 7em;
  word-wrap: break-word;
}

div.wrapper-list {
  display: block;
  float: left;
  width: 100%;
}

ul.grants-list {
  list-style: none outside none;
  width: 100%;
  display: block;
  float: left;
}

ul.grants-list li {
  float: left;
  display: block;
  width: 33%;
}

.btn-return {
  position: absolute;
  right: 10px;
  top: 8px;
}

.sex-width {
  width: 300px !important;
  padding: 5px;
}

.select-choosen {
  background-image: url(../images/sort.png);
  background-repeat: no-repeat;
  background-position: right 3px center;
  font: bold 14px Arial, Helvetica;
  line-height: 1;
  border-radius: 5px;
  color: #323232;
  -webkit-appearance: none;
  outline: none;
  border: none;
  height: 40px;
  width: 193px;
  border: 2px solid #c3c6cd;
  padding-top: 3px;
  background-color: #e5e5e59e;
}

.select-choosen-forms {
  background-color: #22acd1;
  border: 0;
  color: #fff;
  padding-left: 15px;
}

.select-choosen-forms:hover {
  background-color: #1b8cba;
}

.select-info:focus {
  border: 2px solid #164469 !important;
}

.select-choosen:focus {
  border: 2px solid #1b8cba;
}

.select-choosen option {
  color: #0f2e50;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
}

.upade-select-form option {
  background-color: #fff;
}

.input-field-mini {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  height: 25px;
  margin: 5px 0;
  padding: 5px;
  width: 140px;
}

.search-panel input[type="text"]:focus,
.search-panel input[type="email"]:focus {
  border: 2px solid #2a88ce;
  outline: medium none;
}

.select-field-mini {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  height: 25px;
  margin: 5px;
  width: auto;
  position: relative;
}

.select-field-mini:focus {
  background-color: #fff;
  border-color: #2a88ce;
  box-shadow: 0 0 0 1px #2a88ce inset;
  outline: medium none;
}

.search-panel {
  width: 100%;
  border-radius: 5px;
}

.sel-wrap {
  /*display: flex;*/
  /*align-items: flex-end;*/
  width: 100%;
}

.search-panel .search-panel-checkboxes label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  border: 2px solid #c3c6cd;
  border-radius: 5px;
  width: 193px;
  height: 40px;
  background-color: #e5e5e59e;
  cursor: pointer;
}

.search-panel:focus {
  border: 2px solid #1b8cba;
}

.filter .create-new-patient-btn img {
  margin-right: 5px;
}

.arrow-down-white {
  background-image: url("../images/arrow-down-white.png");
}

.arrow-up-white {
  background-image: url("../images/arrow-up-white.png");
}

.tr-row-hide > td > a:hover, .tr-row-hide-no-border > td > a:hover {
  color: #5bc0de;
}

.tr-another-form > td > a {
  color: #222222;
}

.tr-another-form > td > a:hover {
  color: #5bc0de;
}

.frontdesk-actions {
  width: 100%;
  display: flex;
}

.front-desk-sel-spec {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  height: 29px;
  background-color: #e8e8e8;
}

.end-intake {
  -moz-user-select: none;
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  display: block;
  font-size: 20px;
  margin: 15% 25% 0;
  padding: 30px;
  text-align: center;
  width: 48%;
}

.new-intake {
  -moz-user-select: none;
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  display: block;
  font-size: 14px;
  margin: 25px 25% 0;
  padding: 1%;
  text-align: center;
  width: 52%;
  cursor: pointer;
}

.sign-box {
  float: left;
  width: 200px;
  height: 50px;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
  margin-right: 20px;
  text-align: center;
  padding-top: 20px;
  position: relative;
}

.post-send {
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  text-align: center;
  padding-top: 20%;
  display: none;
}

.fornt-signinsheet {
  -moz-user-select: none;
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  display: block;
  font-size: 20px;
  margin: 15% 25% 0;
  padding: 30px;
  text-align: center;
  width: 48%;
}

.signinsheet-info {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  font-size: 10px;
  height: 100px;
  left: 28%;
  position: absolute;
  top: 75px;
  width: 700px;
}

.btn-return,
.btn-cancel,
.btn-save {
  padding: 5px;
  margin: 15px 15px 15px 0;
}

.btn-return{
  width: 150px;
}

.blink-text {
  animation: blinker 1s linear infinite;
  font-weight: bold;
}

.conf-pass-form .wrapper-list,
.conf-pass-form input {
  float: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* MESSAGES */
.message {
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0.25, rgba(255, 255, 255, 0.05)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.05)),
    color-stop(0.75, rgba(255, 255, 255, 0.05)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  min-width: 200px;
  left: 40%;
  border: 1px solid;
  color: #fff;
  padding: 15px;
  position: fixed;
  bottom: 0;
  _position: absolute;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-animation: animate-bg 5s linear infinite;
  -moz-animation: animate-bg 5s linear infinite;
  z-index: 1000;
  opacity: 0.9;
  cursor: pointer;
}

@keyframes cssAnimation {
  to {
    overflow: hidden;
  }
}

@-webkit-keyframes cssAnimation {
  to {
    visibility: hidden;
  }
}

.error {
  background-color: #de4343;
  border-color: #c43d3d;
}

.success {
  background-color: #61b832;
  border-color: #55a12c;
}

.message h3 {
  margin: 0 0 5px 0;
}

.message p {
  margin: 0;
}

@-webkit-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}

@-moz-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}

.edit-field {
  background-image: url("../images/edit.png");
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
}

.group-settings {
  border: 3px solid #2a88ce;
  margin-bottom: 20px;
}

.group-settings legend {
  margin-left: 20px;
  font-weight: bold;
  padding: 5px;
}

.merge-list {
  float: left;
  font-size: 16px;
}

.merge-between {
  float: left;
  font-size: 15px;
  margin: 0 10px 0 10px;
}

.merge-block {
  display: flex;
  background: #eee none repeat scroll 0 0;
  padding: 10px;
}

.copyform-title {
  border: solid 1px #8e8e8e;
  background-color: #e8e8e8;
  width: 20em;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
  padding: 6px 2px 2px;
  height: 29px;
}

.copyform-empty {
  border: solid 1px #8e8e8e;
  background-color: #e8e8e8;
  width: 20em;
  padding-top: 6px;
  padding-left: 4px;
  margin-top: 5px;
  margin-right: 10px;
  height: 29px;
}

.block-copyform-on {
  color: #ffffff;
  background-color: #007fff;
}

.buttons-copyform {
  margin-left: 35%;
}

.group-header {
  width: 100%;
  height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: #d7d8da;
  border-radius: 5px;
  padding-top: 10px;
}

#alert {
  background-image: url("../images/alert.png");
  width: 36px;
  height: 36px;
  float: left;
  margin-left: 55px;
  margin-right: 10px;
  cursor: pointer;
  display: none;
}

.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-1"],
.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-2"],
.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-3"],
.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-4"] {
  background: linear-gradient(to left, #45c3fb, #20abf8);
  border-color: #20a9f7;
}

.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-1"] > a,
.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-2"] > a,
.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-3"] > a,
.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-4"] > a {
  color: #fff;
}

.btn-small {
  cursor: pointer;
  padding: 5px;
  margin: 5px;
  transition: all 0.3s;
}

.btn-blue {
  background-color: #2a88ce;
  border: 1px solid #2a88ce;
  color: #fff;
}

.input-title {
  color: #22acd1;
  width: 130px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.loading-fader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #000;
  opacity: 0.8;
}

.loading-fader .loader {
  position: fixed;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
  border: 20px solid #51637f;
  border-radius: 50%;
  border-top: 20px solid #2a88ce;
  width: 180px;
  height: 180px;
}

.loading-fader > span {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loading-text 2s linear infinite;
  /* Safari */
  animation: loading-text 2s linear infinite;
}

/* Safari */
@-webkit-keyframes loading-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**/

.medicallist {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.medicallist input[type="text"] {
  width: 98%;
  text-align: center;
}

.medicallist input[type="checkbox"] {
  margin-left: 1em;
}

.medicallist td,
th {
  border: 1px solid black;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.medicallist td {
  border: 2px solid #ffffff;
  padding: 5px;
}

.td-progress {
  width: 15%;
  border: 1px solid #82878c;
  cursor: pointer;
}

/* modal window in the patient profile for showing medication history and diagnosis */
#profileModal {
  width: 850px;
  height: 400px;
  padding: 18px 10px;
  border-radius: 4px;
  background: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  opacity: 0;
  z-index: 38;
  text-align: center;
}

@media screen and (min-width: 800px) {
  #profileModal {
    width: 950px;
    height: 520px;
  }
}

#profileModal #profileModalBody {
  height: 350px;
  margin-top: 22px;
  overflow-y: auto;
}

#profileModal #profileModal__close {
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 29px;
  top: 1px;
  right: 30px;
  cursor: pointer;
  display: block;
}

#profileOverlay {
  z-index: 37;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

#profileModalPatientName {
  font-weight: bold;
}

#profileModalMedication {
  display: none;
}

#profileModalDiagnosis {
  display: none;
  margin-top: 50px;
  font-size: 16px;
  color: #323232;
}

#profileModalPrint {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 11px;
  left: 11px;
  cursor: pointer;
  display: block;
}

#profileModalPrint img {
  width: 21px;
  height: 21px;
}

#profileModalDiagnosis table {
  width: 100%;
}
/* END of modal window in the patient profile for showing medication history and diagnosis */

.tele-msg {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}

.wrapper-tele-auth,
.wrapper-wait-screen {
  width: 100%;
  text-align: center;
}

.wait-screen-title {
  font-weight: bold;
  font-size: 18px;
}

.wait-screen-title > p {
  font-size: 12px;
}

.search-panel-inner .search-panel {
  margin-top: 1px;
}

.search-panel-inner .search-panel {
  padding: 0;
}

.actions-panel .pagination {
  background-color: #f0f5fc;
}

.ui-tabs-tab.ui-tabs-active[aria-labelledby="ui-id-1"] > a {
  color: #fff;
}

.blue_butt,
.ajax-file-upload {
  background: #22acd1;
  border: 0;
  border-radius: 5px;
  font: bold 14px Arial, Helvetica;
  color: #fdfdfd;
  width: 110px;
  height: 40px;
  cursor: pointer;
}
.blue_butt_small {
  background: #22acd1;
  border: 0;
  border-radius: 5px;
  font: bold 14px Arial, Helvetica;
  color: #fdfdfd;
  width: 70px;
  height: 30px;
  cursor: pointer;
}

.blue_butt_medium {
    background: #22acd1;
    border: 0;
    border-radius: 5px;
    font: bold 14px Arial, Helvetica;
    color: #fdfdfd;
    width: 80px;
    height: 30px;
    cursor: pointer;
}
.popup-actions {
    margin-top: 10px;
    text-align: center;
}

#alarm {
  bottom: 31px;
  left: 94px;
  cursor: pointer;
}

#messenger {
  width: 50px;
  padding-top: 5px;
}

.user_data_p {
  color: #0f2e50;
  font: 13px "Arial";
  width: 50%;
  display: inline-block;
  margin-top: 5px;
}

.user_data_p_head img {
  border: none;
}

.user_data_p_body {
  min-height: 177px;
  background: linear-gradient(to top, #ffd799, #fff7dd);
  text-align: center;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 5px #f7a82cc2;
}

.red_butt:hover {
  background: #1b8cba;
  box-shadow: 0 0 5px #1b8cba;
}

.user_input span {
  width: 100px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-top: 0;
  padding-top: 1px;
}

.button_line {
  display: flex;
  justify-content: space-around;
}

.button_line div {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.user_data_recom .user_data_p_head {
  font-size: 15px;
}

.user_data_doctors .user_data_p_body {
  padding: 5px 5px;
}

select {
  background: #ffffff url(/images/sort.png) no-repeat right;
  background-position-x: 472px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 3px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #c3c6cd;
  cursor: pointer;
}

.user_data_doctors .front-desk-sel-spec {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #ffffff url(/images/arrow_op.png) no-repeat right;
  margin: auto auto 2px;
  color: #0f2e50;
}

.table-user {
  border: 0 solid #167f92;
}

.row-date div {
  cursor: pointer;
  padding-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.row-date div img {
  margin-left: 12px;
  padding-bottom: 7px;
  padding-top: 10px;
}

.tr-row-hide td a:hover, .tr-row-hide-no-border td a:hover {
  color: #0f2e50;
}

.tr-row-hide:hover, .tr-row-hide-no-border:hover {
  background-color: #ffefcd;
}

.tr-row-hide td a.link-factsheets, .tr-row-hide-no-border td a.link-factsheets {
  color: #888888;
}

.tr-row-hide td a.link-factsheets:hover, .tr-row-hide-no-border td a.link-factsheets:hover {
  color: #565d64;
  text-decoration: underline;
}

.f_rename {
  border: 0;
  font-weight: 700;
  padding: 5px 10px;
  border: 2px solid rgba(255, 255, 255, 0);
  width: 90px;
  margin-top: -5px;
}

.f_delete {
  border: 0;
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, 0);
  width: 90px;
}


.f_edit {
  border: 0;
  color: #4eaf87;
  font-weight: 700;
  font-size: 16px;
  padding: 5px;
  background-color: #dbedff;
  float: right;
  padding: 0;
  white-space: nowrap;
  width: 80px;
}

.f_del {
  border: 0;
  font-weight: 700;
  font-size: 16px;
  padding-left: 10px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0);
}

.f_del:hover {
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #22acd1;
}

.tr-row-hide td:nth-child(2){
  padding-left: 40px;
  font-weight: 700;
  text-align: left;
}

.tr-row-hide-no-border td:nth-child(2) {
  font-weight: 700;
}

.tr-row-hide td:nth-child(3) {
  padding-left: 10px;
  font-weight: 700;
  text-align: left;
}

.tr-row-hide-no-border td:nth-child(3) {
  font-weight: 700;
}

.tr-row-hide td:nth-child(4) {
  display: flex;
  justify-content: space-evenly;
  border-left: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  margin: 0;
  padding: 4px;
  height: 45px;
}

.tr-row-hide-no-border td:nth-child(4) {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 4px;
  height: 45px;
}

.flex-center{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.flex-left{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: left;
}

.user_input div {
  width: 160px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 1px 6px 6px 1px;
  border-radius: 4px;
  border: 0 solid #ccc;
  background: none;
  margin-left: 8px;
  color: #0f2e50;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  text-overflow: clip;
  overflow: hidden;
  font-weight: 100;
}

.ui-tabs .ui-tabs-nav li {
  border: 0 solid #d8eefe;
  background: #d8eefe;
  font-weight: 700;
  color: #0f2e50;
  margin: 1px 3px 0 0;
  font-size: 14px;
}

.user_data_p_body_left input {
  width: 160px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px 5px 5px 1px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 8px;
  color: #0f2e50;
}

.user_data_p_body_right input {
  width: 160px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px 5px 5px 1px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 6px;
  color: #0f2e50;
}

.user_data_doctors,
.user_data_recom {
  color: #0f2e50;
  font: 13px "Arial";
  width: 20%;
  vertical-align: top;
  margin-top: 5px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.7em 7px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
}

.table-user th:last-child {
  border-right: 0;
}

.user_data_recom .user_data_p_body {
  padding: 10px 40px;
  min-height: 180px;
}

.blue_butt:hover {
  background: #1b8cba;
  color: #fdfdfd;
}

.blue_butt-upload {
  padding-top: 11px;
  padding-right: 17px;
}

.user-file {
  width: 133px;
  height: 40px;
  background-color: #22acd1;
  padding-top: 10px;
}

.user-file:hover {
  background-color: #1b8cba;
}

.red_butt:hover {
  background: #1b8cba;
  color: #fdfdfd;
}

#select_new_form_chosen:hover {
  background: #a2d8ff;
  box-shadow: 0 0 5px #a2d8ff;
}

.chosen-single:hover {
  background: #a2d8ff;
}

#select_new_form_chosen:active {
  background: #a2d8ff;
  box-shadow: 0 0 0 #a2d8ff;
}

.chosen-single:active {
  background: #a2d8ff;
}

.submit-small1:active {
  background: #a2d8ff;
  box-shadow: 0 0 0 #a2d8ff;
}

.blue_butt:active {
  background: #a2d8ff;
  box-shadow: 0 0 0 #a2d8ff;
}

.red_butt:active {
  background: #1b8cba;
  box-shadow: 0 0 0 #1b8cba;
}

.table-user {
  margin-top: 0;
}

#select_new_form_chosen {
  width: 248px;
  border: 0;
  display: block;
  float: right;
  margin-top: 6px;
  border-radius: 6px;
}

.chosen-container-single .chosen-single {
  text-align: left;
  border: 0;
  border-radius: 5px;
  font: bold 14px Arial, Helvetica;
  height: 30px;
  padding: 7px 6px 6px;
  box-shadow: 0 0 5px #1daaf8c9;
  color: #fff;
  background: url(/images/arrow_op_white.png) no-repeat right,
    linear-gradient(to left, #45c3fb, #20abf8);
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  text-align: left;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  text-align: left;
  border: 0;
  border-radius: 5px;
  font: bold 14px Arial, Helvetica;
  height: 25px;
  padding: 5px 6px;
  box-shadow: 0 0 5px #1daaf8c9;
  color: #fff;
  background: #1daaf8 url(/images/arrow_op_white.png) no-repeat right;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #dbedff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #dbedff),
    color-stop(90%, #dbedff)
  );
  background-image: linear-gradient(#dbedff 20%, #dbedff 90%);
  color: #0f2e50;
}

.ui-tabs-panel {
  border: 0 solid #d0e6fd;
  border-radius: 14px 14px 0 0;
}

.medicallist th {
  vertical-align: middle;
  font-size: 14px;
  border: 0 solid #ffffff;
  border-right-width: 2px;
  color: white;
}

.medicallist th:nth-child(1) {
}

.medicallist th:last-child {
  border: 0 solid #d0e6fd;
}

.medicallist tr:nth-child(odd) {
  background-color: #164469;
  height: 40px;
  color: white;
}

.medicallist tr:nth-child(even) {
  background-color: #c3c6cd;
  font-size: 16px;
}

#profileModalMedication {
  overflow-x: hidden;
}

#profileModalPatientName {
  font-size: 16px;
}

#profileModalPatientName {
  font-size: 16px;
}

#profileModalMedication strong {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  font-weight: 800;
}

#profileModalBody {
  padding-right: 8px;
}

::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fabc52;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fabc52;
}

::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

#profileModalMedication table {
  width: 100%;
}

.diagnosis_tab th {
  vertical-align: middle;
  background-color: #ffc05e;
  color: #0f2e50;
  font-size: 14px;
  border: 0 solid #d0e6fd;
  border-right-width: 2px;
  height: 33px;
  padding-left: 5px;
}

.diagnosis_tab th:nth-child(1) {
  border-radius: 26px 0 0 0;
}

.diagnosis_tab th:last-child {
  border-radius: 0 26px 0 0;
  border: 0 solid #d0e6fd;
}

.diagnosis_tab tr:nth-child(even) {
  background-color: #fff;
}

.diagnosis_tab tr:nth-child(odd) {
  background-color: #dbedff;
}

.diagnosis_tab td {
  border: 2px solid #d0e6fd;
  padding: 5px;
}

.tr-row-show + .tr-row-hide, .tr-row-show + .tr-row-hide-no-border {
  background-color: #c3c6cd;
}

.tr-row-show + .tr-row-hide + .tr-row-hide, .tr-row-show + .tr-row-hide-no-border + .tr-row-hide {
  background-color: #c3c6cd;
}

.tr-row-show + .tr-row-hide + .tr-row-hide + .tr-row-hide, .tr-row-show + .tr-row-hide-no-border + .tr-row-hide-no-border + .tr-row-hide-no-border {
  background-color: #c3c6cd;
}

.tr-row-show + .tr-row-hide + .tr-row-hide + .tr-row-hide + .tr-row-hide, .tr-row-show + .tr-row-hide-no-border + .tr-row-hide-no-border + .tr-row-hide-no-border + .tr-row-hide-no-border {
  background-color: #c3c6cd;
}

.tr-row-show
  + .tr-row-hide
  + .tr-row-hide
  + .tr-row-hide
  + .tr-row-hide
  + .tr-row-hide,
.tr-row-show
  + .tr-row-hide-no-border
  + .tr-row-hide-no-border
  + .tr-row-hide-no-border
  + .tr-row-hide-no-border
  + .tr-row-hide-no-border {
  background-color: #c3c6cd;
}

.buttons_menu {
    width: 100%;
    background-color: none;
}

.module-root {
    position: relative;
    min-width: 90px;
    cursor: pointer;
    margin: 5px 5px 3px 4px;
    text-align: center;
    font: bold 14px Arial, Helvetica;
    background: #D9EEFE;
    border: 0;
    color: #0F2E50;
    border-radius: 3px;
    padding: 7px 6px 7px 6px;
    height: 31px;
    box-shadow: #00000070 0 0 3px;
}

input.active {
  background: #1b8cba;
  border: 0;
  color: #fdfdfd;
  box-shadow: inset -1px 7px 7px rgba(69, 69, 69, 0.5),
    inset 10px 10px 15px rgba(70, 70, 70, 0.12);
}

.user_data_doctors .chosen-container-single {
  width: 210px;
}

.user_input_mamo .user_input {
  width: 600px;
}

.user_input_mamo .user_input span {
  float: left;
  margin-left: 3px;
}

.user_input_mamo .user_input .p_name {
  width: 468px;
  float: left;
}

.tr-row-show td {
  background: #22acd133 !important;
}

.ui-tabs .ui-tabs-nav li {
  border: 0 solid #d8eefe;
  background: #164469;
  font-weight: 700;
  color: #fdfdfd;
  margin: 1px 2px 0 0;
  font-size: 14px;
  border-top-right-radius: 20px;
}

.user_data_recom .user_data_p_body {
  padding: 10px 5px;
  min-height: 173px;
}

#page-content {
  height: auto;
  margin: 3px auto 0;
  width: 95vw;
  max-width: 1390px;
  min-height: 100vh;
}

#select_new_form_chosen .chosen-single {
  padding: 5px 6px 6px 6px;
  height: 28px;
}

/* users */
.search-panel input[type="text"],
.search-panel input[type="email"] {
  padding: 3px;
  height: 40px;
  color: #0f2e50;
  border-radius: 5px;
  border: 2px solid #c3c6cd;
  width: 190px;
  background-color: #e5e5e59e;
}

.table-user {
  font-weight: 600;
  color: #0f2e50;
  text-align: left;
}

.table-user td {
  font-weight: 600;
  color: #0f2e50;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  padding-left: inherit;
}

.table-user td:first-child {
  padding-left: 10px;
  height: 35px;
}

.table-user .submit-small,
.table-user .sumbit-small-red {
  float: none;
}

.bottom-panel .pagination {
  padding-top: 20px;
}

.pagination {
  background: none;
  padding: 5px;
  text-align: left;
}

.pagination .page {
  text-shadow: none;
  transition: none;
}

.actions-panel .pagination {
  background-color: initial;
}

.table-user-tabs-rows form:nth-child(even) {
  background-color: #c3c6cd;
}

.table-user-tabs-rows form:nth-child(odd) {
  background-color: #22acd133;
}

.sticky-header-table{
  width: 100%;
  border-collapse: collapse;
  max-height: 300px;
  overflow-y: auto;
}
.sticky-header-table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.button-left-img {
  width: 20px;
}

.input-field {
  height: 40px;
  color: rgb(15, 46, 80);
  padding: 3px;
  border-radius: 5px;
  border: #c3c6cd solid 2px;
  width: 300px;
  font-weight: bold;
  font-size: 15px;
  background-color: #e5e5e59e;
}

.input-field:disabled {
  background: rgb(230, 230, 230);
  color: transparent;
}

.counselors-list .input-field {
  margin-left: 23px;
}

.counselor .wrapper-list {
  display: block;
  width: 750px;
  background: #ffffff;
  margin: auto auto 25px;
  padding: 15px;
  float: none;
  border-radius: 5px;
  border: 2px solid #323232;
}

.counselor .blue_butt {
  /*width: 100px;*/
  /*float: none;*/
}

.counselor .wrapper-list .input-title:nth-child(1) {
  padding-bottom: 16px;
}

.submit-wrap {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.submit-wrap .blue_butt {
  text-align: center;
  margin: 0 10px;
}

.select-field-mini,
.input-field-mini {
  float: none;
  background-color: #45c3fb;
  height: 28px;
  margin-right: 3px;
}

.search-panel .sel-name-wrap {
  float: none;
  font: bold 14px Arial, Helvetica;
  color: #22acd1;
  margin-top: 10px;
}

.search-panel .sel-name-wrap1 {
  display: inline-block;
  float: none;
  font: bold 14px Arial, Helvetica;
  color: #0f2e50;
  margin-left: 0;
}

.search-panel .sel-wrap .select-choosen {
  display: inline-block;
  float: none;
}

.select-choosen1 {
  width: 100px;
}

.blue-butt-search {
  margin-left: 6px;
  float: none;
}

div.wrapper-list-user-add {
  margin: 0 auto auto;
  float: none;
}

.input-title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  max-width: 300px;
  width: 100%;
  margin-right: 15px;
}

.input-title-wrapper-switcher {
  display: inline-flex;
  margin-bottom: 10px;
  max-width: 300px;
  width: 100%;
  margin-right: 15px;
  align-items: center;
}

.input-title-wrapper-switcher .wrapper-switch-provider {
margin-left: 5px;
}

.input-title-wrapper-memo {
  max-width: 1246px;
  width: 100%;
}

.wrapper-textarea-memo {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.input-title-wrapper input {
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.input-title-wrapper .input-title {
  width: 100%;
  max-width: 200px;
}

#upload-user-img {
  padding-left: 9px;
  background: none;
  border: 0;
}

.input-title-wrapper-05 .input-title {
  margin-top: 0;
  margin-left: 0;
  float: left;
}

.input-title-wrapper-signature {
  width: 435px;
  margin: 36px auto auto;
  text-align: left;
}

.input-title-wrapper-signature .input-title {
  margin-left: 0;
  display: inline-block;
}

.sign-title {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width: 131px;
}

.sign-input {
  display: inline-block;
}

.input-title-wrapper-signature .input-title {
  width: 100%;
}

.table-user-admission tr td:first-child {
  text-align: left;
}

.input-title-wrapper textarea {
  height: 40px;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  padding: 6px;
  overflow: hidden;
  font-size: 14px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: linear-gradient(to left, rgb(69, 195, 251), rgb(32, 171, 248)) !important;
  border-color: rgb(32, 169, 247);
  margin-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a {
  color: #fff;
}

.table-user-role td:first-child {
  text-align: left;
}

.table-user-role input {
  height: 22px;
  margin-top: auto;
  color: rgb(15, 46, 80);
  padding: 3px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  border: #ccc solid 1px;
  margin-left: 0;
}

div.form {
  text-align: initial;
}

div.mSort.mSort-up {
  background-image: url("/images/sort.png");
  background-repeat: no-repeat;
  background-position: center;
}

div.mSort.mSort-down {
  background-image: url("/images/sort-down.png");
  background-repeat: no-repeat;
  background-position: center;
}

div.mSort.mSort-unsort {
  background-image: url("/images/sort.png");
  background-repeat: no-repeat;
  background-position: center;
}

form#mergeForm tr:last-child td {
  padding: 20px 0;
}

form#mergeForm input[type="text"] {
  width: 90% !important;
  padding: 5px 20px;
  border: 2px solid #c3c6cd;
  height: 40px;
  border-radius: 5px;
  background-color: #e5e5e59e;
}

form#mergeForm select[name="second_patient"] {
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
  border-width: unset;
  background-color: #e5e5e59e;
}

form#mergeForm input.submit-small.blue_butt {
  display: none;
  pointer-events: none;
}

form#mergeForm select[name="search_mode"] {
  width: 29%;
}

form#mergeForm span#search_merge_patient {
  width: 20%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
}

form#mergeForm input[name="search_name_merge"] {
  height: 40px;
  width: 45% !important;
  margin: 5px 9px;
  border-radius: 5px;
  border: 2px solid #c3c6cd;
}

form#mergeForm input[name="active1"],
form#mergeForm input[name="active2"] {
  pointer-events: none;
}

.wl_wrapper div.wrapper-list-user-add {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

a#wl_user_files{
  display: inline-flex;

}

a#wl_user_files svg {
  width: 20px;
  height: 20px;
}

.filter_wrap label {
  font-size: 14px;
  color: #0f2e50;
  font-weight: bold;
  margin-right: 10px;
}

#user_files li.ui-tab svg {
  fill: red;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  position: relative;
  top: 3px;
}

.wl_signing_form_templates select {
  width: 100%;
}

.wl_signing_form_templates button {
  margin-top: 10px;
}

.wrapper-profile-block .wrapper-info-block .table-user td {
  border: 0;
  text-align: left;
  vertical-align: top;
  padding: 0;
  font: 14px "Arial";
}

.tbody-patient-info td{
  vertical-align: bottom;
}

.short-row:hover {
  text-overflow: clip;
  width: auto;
  white-space: normal;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.payment input[type="radio"] {
  margin: 0 15px 0 0;
}

.patient_payments tr.paid {
  background-color: #ddd;
}

.patient_payments tr.ready {
  background-color: #11bb2020;
}

.patient_payments tr.ready.active {
  background-color: #11bb2040;
}

#profileModalTakePayments .card_content {
  margin: 5px 0 !important;
  padding: 1px !important;
  min-height: 1px !important;
}

#profileModalTakePayments p {
  margin: 5px 0 5px !important;
}

#profileModalTakePayments #credit_card .input-title-wrapper {
  margin: 10px 0 0 !important;
}

#profileModalTakePayments #btnPayCancel {
  display: inline-block !important;
}

#color-picker {
  max-width: 20%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

#loader {
  border: 10px solid #d0e8f2;
  border-top: 10px solid #337ab7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#preloader {
  background-color: rgba(255, 255, 255, 0.8);
}

.attention {
  float: right;
  margin-top: 25px;
}

.th-container {
  display: flex;
  justify-content: space-between;
}

tbody .bc-forms:nth-child(even) {
  background-color: #22acd133;
}

tbody .bc-forms:nth-child(odd) {
  background-color: #c3c6cd;
}

.forms-checkbox input {
  margin-top: 33px;
}

.shedule-table {
  height: 895px;
}

.sign-data {
  color: #22acd1;
  font-size: 14px;
  font-weight: bold;
}

.datepicker {
  width: 120px;
  height: 40px;
  border: 2px solid #c3c6cd;
  border-radius: 5px;
  background-color: #e5e5e59e;
}

.datepicker:focus {
  border: 2px solid #1b8cba;
}

.icon-select {
  background-repeat: no-repeat;
  background-position: right 3px center;
}

@media screen and (max-width: 1300px) {
  .usercreate-input-field {
    max-width: 260px;
  }

  .input-title-wrapper {
    max-width: 260px;
  }

  .input-title-wrapper-low {
    max-width: 125px;
  }

  .input-field {
    width: 259px;
  }
}

.wrapper-switch {
  display: flex;
  padding-left: 18px;
  padding-bottom: 5px;
}

.wrapper-switch-provider {
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
}

.aside-name {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.start-tele {
  width: 113px;
  margin-left: 16px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  margin: 0 5px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #22acd1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-status {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #22acd1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-status:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-input:checked + .slider {
  background-color: #c24444;
}

.switch-input:checked + .slider-status {
  background-color: #e5e5e59e;
}

.switch-input:focus + .slider {
  box-shadow: 0 0 1px #22acd1;
}

.switch-input:focus + .slider-status {
  box-shadow: 0 0 1px #22acd1;
}

.switch-input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  margin: 0;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-input:checked + .slider-status:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider-status.round {
  border-radius: 34px;
}

.slider-status.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 1336px) {
  .wl_wrapper div.wrapper-list-user-add {
    max-width: 950px;
  }
}

@media screen and (max-width: 1161px) {
  .header .holder {
    display: none;
  }
}

@media screen and (max-width: 954px) {
  .footer-wrapper {
    margin-left: 316px;
  }

  .logo {
    display: none;
  }
}

@media screen and (max-width: 601px) {
  .logo {
    display: none;
  }

  .footer-wrapper {
    margin-left: 70px;
  }
}
.drag_cell{
  background-image: url(/images/dragIcon.png);
  background-repeat: no-repeat;
  width: 17px;
  background-position-y: 7px;
}

.no-max-width {
  max-width: none;
}

.column_table_content {
  margin-top: 10px;
}

.roleBlock {
  min-width: 300px;
  display: inline-block;
  margin-top: 20px;
}

.table_column_setting {
  width: 200px;
}

.table_column_setting tr {
  border: 1px solid;
  cursor: pointer;
}

.table_column_setting tr td{
  height: 30px;
  padding: 5px;
}

.roleTitle {
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #d9e4e6;
  background-color: #164469;
  color: #fff;
  text-align: center;
  margin: 0.5em 1em;
  padding: 0.4em;
  -webkit-border-radius: 12px 0;
  -moz-border-radius: 12px 0;
  border-radius: 12px 0;
}

.tduisort {
  margin-left: 20px;
}

.table-prescribing-info {
  width: 100%;
  margin: 20px 0;
}

.table-prescribing-info th {
  color: #fff;
  background-color: #164469;
  height: 34px;
}

.table-prescribing-info tr td {
  background-color: #d9e4e6;
  border: 3px solid #fff;
  height: 30px;
  padding: 5px;
  font-size: 14px;
}

.div-warning {
  background-color: #fce588;
  border: 1px solid #d4aa00;
  padding: 10px;
  color: #856404;
  border-radius: 4px;
  font-size: 14px;
}

/*************** Tree select ****************/
.custom-select-container {
  position: relative;
  width: 200px;
}
.custom-select {
  padding: 3px;
  height: 40px;
  color: #0f2e50;
  border-radius: 5px;
  border: 2px solid #c3c6cd;
  width: 190px;
  background-color: #e5e5e59e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selected-text {
  flex-grow: 1;
}
.arrow-down {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  caret-color: transparent;
  background-image: url(../images/sort.png);
}
.tree-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  z-index: 999;
  border-radius: 5px;
  width: max-content;
  caret-color: transparent;
  color: black;
}
.tree-container .select-user{
  font-weight: normal;
}
.tree li {
  margin-bottom: 10px;
}
.tree li:last-child:before {
  border-left: 1px dashed;
}
.tree input[type="checkbox"] {
  margin-right: 10px;
}
ul.tree li:before {
  height: 1em;
  width: 12px;
  border-bottom: 1px dashed;
  content: "";
  display: inline-block;
  top: -0.3em;
}
ul.tree li:last-child:before {
  border-left: 1px dashed;
}
.tree-container ul {
  list-style-type: none;
  text-align: initial;
  padding-right: 10px;
}
ul.tree li {
 border-left: 1px dashed;
 margin: 2px 0 0 25px;
}
ul.tree li:last-child {
  border-left: none;
}
.select-user-label {
  font-weight: normal;
}
/**************************************************/

.info_profile-container {
  width: 100%;
  left: 0;
  max-width: 1920px;
}

.info_profile-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
}


.info_profile-wrapper {
  max-width: 905px;
}

@media screen and (max-width: 857px) {
  .info_profile-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.validate-error {
  background-color: #FFC0CB;
  background: #FFC0CB;
}
#counselor-group-wrapper button{
  width: 300px;
}
.title-header{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.pagetitle-div{
  text-align: center;
}
.avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.wrapper-savefolder-btns{
  display: flex;
}
td.manageformsrow-center{
  align-content: baseline;
}
.align-baseline{
  align-content: baseline !important;
}
.validation-error{
  border-bottom: 2px solid rgb(248, 131, 121);
}
.invisible{
  display: none !important;
}
iframe#main{
  display: inline-block; width: 70vw; height: 100vh; max-width: 70%; margin: 0; padding: 0; border: 0 none; box-sizing: border-box;
}
div.specialist_screen-div{
  display: inline-block; width: 30vw; height: 100vh; max-width: 30%; margin: 0; padding: 0; border: 0 none; box-sizing: border-box; position: absolute;
}
div.specialist_screen-div-div{
  display: flex;
  width: 100%;
  justify-content: center;
  color: #228b22;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
div.specialist_screen-div-outOptions{
  display: flex;
  width: 100%;
  justify-content: center;
}
div.specialist_screen-remoteVideo{
  margin: 15px;
}
div.specialist_screen-button{
  display: none;
}

.intake-btn {
  margin-right: 10px;
}
.input-inline{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.input-group-inline{
  display: inline-flex;
}
.input-group-inline div{
  width: 50%;
}

.tr-patient-payment{
  cursor: pointer;
}

.popup-dialog .wrapper-list {
    display: block;
    width: 550px;
    background: #ffffff;
    margin: auto auto 25px;
    padding: 15px;
    float: none;
    border-radius: 5px;
    border: 1px solid #6c6b6b;
    text-align: center;
}

.popup-dialog .blue_butt {
    width: 100px;
    float: none;
}

.popup-dialog .wrapper-list .input-title:nth-child(1) {
    padding-bottom: 16px;
}
#add-column-popup.modalDialog-show {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.2);
}

#dos_block {
    padding: 5px;
    margin: 10px 15px 15px 0;
    text-align: right;
}

#dos_block span{
    margin-right: 5px;
}