Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

remote-visit-style.css 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. html, body {height: 100%; background-color: #eff3f9;}
  2. body {padding-top: 80px;}
  3. body.login {padding-top: 0px;}
  4. body.decorated {background-attachment:fixed; background-size:cover; padding-top:65px;}
  5. .navbar-gradient {background-color: #0061f2; background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);}
  6. .hide-control {display: none;}
  7. .container-margin {margin-top: 90px;}
  8. .logo-wrapper {padding: 20px 0 0 0;}
  9. .card-shadow {box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);}
  10. .page-header {margin-top: -80px;}
  11. .page-header .page-header-content {
  12. padding-top: 1rem;
  13. padding-bottom: 3rem;
  14. }
  15. .page-header .page-header-content .page-header-title {
  16. line-height: normal;
  17. font-size: 2.25rem;
  18. font-weight: 500;
  19. display: -webkit-box;
  20. display: flex;
  21. -webkit-box-align: center;
  22. align-items: center;
  23. margin-bottom: 0.5rem;
  24. }
  25. .page-header .page-header-content .page-header-title .page-header-icon {
  26. margin-right: 0.5rem;
  27. display: -webkit-inline-box;
  28. display: inline-flex;
  29. }
  30. .page-header .page-header-content .page-header-title .page-header-icon .feather {
  31. height: 1.75rem;
  32. width: 1.75rem;
  33. }
  34. .page-header .page-header-content .page-header-subtitle {
  35. line-height: normal;
  36. font-size: 1.15rem;
  37. margin: 0;
  38. }
  39. .page-header.page-header-dark .page-header-title {
  40. color: #fff;
  41. }
  42. .page-header.page-header-dark .page-header-title .page-header-icon {
  43. color: rgba(255, 255, 255, 0.5);
  44. }
  45. .page-header.page-header-dark .page-header-subtitle {
  46. color: rgba(255, 255, 255, 0.5);
  47. }
  48. .page-header.page-header-dark .breadcrumb {
  49. background-color: rgba(0, 0, 0, 0.15);
  50. box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  51. }
  52. .page-header.page-header-dark .breadcrumb .breadcrumb-item,
  53. .page-header.page-header-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  54. color: rgba(255, 255, 255, 0.35);
  55. }
  56. .page-header.page-header-dark .breadcrumb .breadcrumb-item a {
  57. color: rgba(255, 255, 255, 0.6);
  58. }
  59. .page-header.page-header-light .page-header-title {
  60. color: #1f2d41;
  61. }
  62. .page-header.page-header-light .page-header-title .page-header-icon {
  63. color: rgba(31, 45, 65, 0.5);
  64. }
  65. .page-header.page-header-light .page-header-subtitle {
  66. color: rgba(31, 45, 65, 0.5);
  67. }
  68. .page-header.page-header-light .breadcrumb {
  69. background-color: rgba(0, 0, 0, 0.05);
  70. }
  71. .page-header.page-header-light .breadcrumb .breadcrumb-item,
  72. .page-header.page-header-light .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  73. color: #687281;
  74. }
  75. .page-header.page-header-light .breadcrumb .breadcrumb-item a {
  76. color: #0061f2;
  77. }
  78. .bg-gradient-primary-to-secondary {
  79. background-color: #0061f2;
  80. background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
  81. }
  82. .pb-10,
  83. .py-10 {
  84. padding-bottom: 6rem !important;
  85. }
  86. .mt-n10,
  87. .my-n10 {
  88. margin-top: -6rem !important;
  89. }
  90. .margin-top-5 {margin-top: 5px;}
  91. .margin-top-10 {margin-top: 10px;}
  92. .margin-top-20 {margin-top: 20px;}
  93. .margin-top-35 {margin-top: 35px !important;}
  94. .margin-top-40 {margin-top: 20px;}
  95. .margin-left-5 {margin-left: 5px;}
  96. .margin-left-10 {margin-left: 10px;}
  97. .margin-left-20 {margin-left: 20px;}
  98. .margin-right-5 {margin-right: 5px;}
  99. .margin-right-10 {margin-right: 10px;}
  100. .margin-right-20 {margin-right: 20px;}
  101. .margin-bottom-5 {margin-bottom: 5px;}
  102. .margin-bottom-10 {margin-bottom: 10px !important;}
  103. .margin-bottom-20 {margin-bottom: 20px;}
  104. .margin-bottom-40 {margin-bottom: 40px;}
  105. .request-search-id-wrapper {min-width: 70px;}
  106. .ws-reconnect-wrapper {display: none;}
  107. .tooltip-underline {border-bottom: 1px dashed #c0c0c0; padding-bottom: 2px; margin-bottom: 3px;}
  108. .tooltip-title {font-weight: bold; margin-bottom: 5px; padding-bottom: 3px; border-bottom: 1px solid #fff;}
  109. .tooltip-extra {font-size: 12px; margin-bottom: 15px;}
  110. .tooltip-content {font-size: 13px; max-width: 300px;}
  111. .striked {text-decoration: line-through; color: #dc3545;}
  112. .sticky {
  113. position: -webkit-sticky; /* Safari */
  114. position: sticky;
  115. top: 80px;
  116. z-index:999;
  117. }
  118. .sticky-white {background-color: rgba(255, 255, 255, 0.9); padding: 20px 0 20px 0; top: 60px; !important; border-bottom: 1px solid #c0c0c0; margin-bottom: 20px;}
  119. .search-form-wrapper {background-color: #eee; padding: 20px; border-radius: 3px; margin-bottom: 20px; display: none;}
  120. .editing-hide {display: none;}
  121. .attach-details {background-color: #fff; padding: 10px 10px 10px 10px; border-radius: 5px; margin-top: 10px; display: none;}
  122. .attach-details-row {border-bottom: 1px dashed #c0c0c0; min-height: 20px;}
  123. .survey-patient-row {padding: 3px; background-color: #f5f5f5;}
  124. .question-group {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee;}
  125. .question-text {font-weight: bold; padding: 3px; background-color: #F5F5F5; margin-bottom: 10px;}
  126. .question-text-list {padding-left: 10px;}
  127. .question-answer {padding-left: 20px;}
  128. .survey-no-answer {font-style: italic; color: #888; font-size: 12px;}
  129. .question-list-group {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #eee;}
  130. .cell-danger {color: #721c24 !important; background-color: #f8d7da !important; border-color: #f5c6cb !important;}
  131. .string-wave {text-decoration: underline wavy #C92037;}
  132. .download-wrapper {margin-left: 20px;}
  133. .download-wrapper div {margin-bottom: 5px;}
  134. .drag-hover {background-color: #C1D5E3;}
  135. #btn-tus-upload {display: none;}
  136. #upload-warning-wrapper {height: 27px; position: relative; display: none;}
  137. #upload-warning {background-color: #ffc107; color: #343a40; font-weight: bold; text-align: center; padding: 2px 0 3px 0; height: 27px; width: 100%; left: 0; top:0; position: fixed; z-index: 2000; border-bottom: 1px solid #055896;}
  138. .padding-left-10 {padding-left: 10px !important;}
  139. .logo-image {border-radius: 4px; width: 50px; height: auto;}
  140. .login-wrapper {background-color: transparent; border-radius: .25rem; -webkit-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.26); -moz-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.26); box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.26);}
  141. #survey-success-msg {display: none;}
  142. .container-page-wrapper {background-color: rgba(255, 255, 255, 0.8); margin-top: 10px; margin-bottom: 20px; border-radius: 10px;}
  143. .container-page-container {padding: 20px;}
  144. .table-overflow {overflow-x: scroll; padding: 5px; border: 1px solid #eee; margin-bottom: 20px;}
  145. .table-overflow-popup {max-height: 300px;}
  146. .shodowed {-webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.65); -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.65); box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.65);}
  147. .bordered {border: 1px solid #EEE;}
  148. .triage-list {display: inline-block; vertical-align: middle; width: 20px; height: 20px; border-radius: 50%;}
  149. .triage-white {background-color:#F7F7F9; border: 1px solid #C0C0C0;}
  150. .triage-green {background-color:#28a745;}
  151. .triage-yellow {background-color:#ffc107;}
  152. .triage-red {background-color:#dc3545;}
  153. .triage-radio {width: 40px; height: 40px; text-align: center; border-radius: 50%; display: inline-block; margin-right: 15px; margin-bottom: 10px;}
  154. .triage-radio .triage-radio-wrap {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
  155. .birth-as-date {display: block;}
  156. .birth-as-number {display: none;}
  157. .birth-as-date-visible {display: block !important;}
  158. .list-ident {padding-left: 10px;}
  159. .rounded-button {border-radius: 50%; width: 20px; height: 20px; padding: 0 0;}
  160. .ajax-loader-search {background: #FFF3D1 url(../images/ajax-loader-serach-tranps.gif) right center no-repeat; color: #856404;}
  161. .chosen-ajax-loader {background-image: url(../images/ajax-loader-serach-tranps.gif); background-position: right center; background-repeat: no-repeat;}
  162. .chosen-remove-padding {padding: .25rem !important;}
  163. .request-referral-ms-list {display: none;}
  164. .recovery-password-done-msg {display: none;}
  165. .chart-canvas {width: 100%; height: 250px;}
  166. .dashboard-pie-wrapper {background-color: #f5f5f5; padding: 10px; border-radius: 5px;}
  167. .dream-wrapper {display: none;}
  168. .areas-container {padding: 3px; border-bottom: 1px solid #eee; margin-bottom: 5px;}
  169. .area-hover:hover {background-color: #f5f5f5;}
  170. #overlay {
  171. position: fixed; /* Sit on top of the page content */
  172. display: none; /* Hidden by default */
  173. width: 100%; /* Full width (cover the whole page) */
  174. height: 100%; /* Full height (cover the whole page) */
  175. top: 0;
  176. left: 0;
  177. right: 0;
  178. bottom: 0;
  179. background-color: rgba(255,255,255,0.5); /* Black background with opacity */
  180. z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
  181. cursor: pointer; /* Add a pointer on hover */
  182. }
  183. #overlay #text{
  184. position: absolute;
  185. top: 50%;
  186. left: 50%;
  187. font-size: 50px;
  188. color: white;
  189. transform: translate(-50%,-50%);
  190. -ms-transform: translate(-50%,-50%);
  191. }
  192. #map {height: 250px; width: 100%; border-radius: 5px;}
  193. .opacize {opacity: 0.5;}
  194. .color-green {color: #1E8843 !important;}
  195. .color-yellow {color: #E0A739 !important;}
  196. .edit-avatar {display: inline-block; width: 50px; height: 50px; border-radius: 50%; margin-top: 10px; background-color: #F5F5F5; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden;}
  197. .nav-avatar {display: inline-block; width: 30px; height: 30px; border-radius: 50%; background-color: #FFF; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; vertical-align: middle; margin-right: 10px;}
  198. .list-avatar {display: inline-block; width: 30px; height: 30px; border:1px solid #EEE; border-radius: 50%; background-color: #FFF; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; vertical-align: middle; margin-right: 10px;}
  199. .dashboard-avatar-wrapper {background-color: #F9F9F9; padding: 10px 0 10px 0; border-radius: 3px;}
  200. .dashboard-name-wrapper {padding-top: 10px;}
  201. .dashboard-avatar {display: inline-block; width: 80px; height: 80px; border:1px solid #EEE; border-radius: 50%; background-color: #FFF; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; vertical-align: middle; margin-right: 10px;}
  202. .label-main {background-color: #F5F5F5; color: #666; width: 100%; border-radius: 3px; padding: 0 0 0 5px;}
  203. .label-main-question {background-color: #F5F5F5; font-weight: bold; font-size: 18px; width: 100%; border-radius: 3px; padding: 0 0 0 5px;}
  204. #remove-avatar-wrapper {display: none;}
  205. .btn-recycle-bin {display: none;}
  206. .user-more-info {border-top: 1px solid #C0C0C0; margin-top: 20px;}
  207. .user-more-info img {margin-top: -10px; cursor: pointer; width: 20px; height: 20px;}
  208. .card-header-large {font-size: 25px; font-weight: bold; text-align: center;}
  209. .card-header-image {margin-bottom: 15px;}
  210. input[type="checkbox"][readonly] {
  211. pointer-events: none;
  212. }
  213. .request-delete-wrapper {border-top: 1px solid #eee; padding-top: 7px;}
  214. .ellipsis {white-space: nowrap; width: 100%; overflow: hidden; text-overflow: clip ellipsis clip 0 3ch;}
  215. .btn-countries-hand {margin-top: 33px;}
  216. .hand-no-margin {margin-top: 0 !important;}
  217. .desktop-text-right {text-align: right;}
  218. #transfer-manager {position: fixed; background: #F5F5F5 url(../images/dnd-t2.png) center center no-repeat; width: 100%; height: 250px; bottom:-1000px; left: 0; z-index: 2; -webkit-box-shadow: 1px -2px 5px 0px rgba(0,0,0,0.49); -moz-box-shadow: 1px -2px 5px 0px rgba(0,0,0,0.49); box-shadow: 1px -2px 5px 0px rgba(0,0,0,0.49);}
  219. #transfer-manager #tm-title {background-color: #E9ECEF; padding: 5px 20px 5px 20px; font-weight: bold; border-bottom: 1px solid #C0C0C0;}
  220. #transfer-manager #tm-arrow-wrapper {position: absolute; top:-30px; left: 50%; text-align: center; z-index: 3; }
  221. #transfer-manager #tm-arrow-wrapper #tm-arrow {position: relative; padding: 3px 10px 0 10px; height: 30px; background-color: #E9ECEF; left: -50%; text-align: center; font-size: 16px; font-weight: bold; -webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.49); -moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.49); box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.49); border-top-left-radius: 3px; border-top-right-radius: 3px; cursor: pointer;}
  222. #transfer-manager #tm-arrow-wrapper #tm-arrow:hover {background-color: #F5F5F5;}
  223. #transfer-manager #tm-container {padding: 20px;}
  224. #transfer-manager #upload-list-table-wrapper {height: 150px; overflow-y: scroll;}
  225. #tus-upload-control {display: none;}
  226. .btn-delete-upload-item {border-radius: 50% !important; width: 25px; height: 25px; padding: 0 0; font-size: 16px;}
  227. .upload-row-deleted-wave {text-decoration: line-through wavy #C92037;}
  228. .upload-row-delete-bg {background-color: #F8D7DA !important;}
  229. .upload-item-icon {font-size: 12px; padding-top: 8px !important;}
  230. .request-main-question {margin-bottom: 40px;}
  231. .hide-request-field {display: none;}
  232. .attach-row {padding: 5px; border-bottom: 1px solid #eee;}
  233. .attach-row:hover {background-color: #f5f5f5;}
  234. .chat-page .bubble-text-left {padding-left: 25px;}
  235. .chat-page .bubble-text-right {padding-right: 25px;}
  236. .chat-page .bubble-right
  237. {
  238. position: relative;
  239. width: 100%;
  240. min-height: 15px;
  241. padding: 10px;
  242. background: #DBF9C5;
  243. -webkit-border-radius: 10px;
  244. -moz-border-radius: 10px;
  245. border-radius: 10px;
  246. -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1); -moz-box-shadow:1px 1px 1px 0px rgba(50, 50, 50, 0.1);box-shadow:1px 1px 1px 0px rgba(50, 50, 50, 0.1);
  247. }
  248. .chat-page .bubble-right:after
  249. {
  250. content: '';
  251. position: absolute;
  252. border-style: solid;
  253. border-width: 10px 0 10px 20px;
  254. border-color: transparent #DBF9C5;
  255. display: block;
  256. width: 0;
  257. z-index: 1;
  258. right: -15px;
  259. top: 10px;
  260. }
  261. .chat-page .bubble-left
  262. {
  263. position: relative;
  264. width: 100%;
  265. min-height: 45px;
  266. padding: 10px;
  267. background: #F7F1C5;
  268. -webkit-border-radius: 10px;
  269. -moz-border-radius: 10px;
  270. border-radius: 10px;
  271. -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1); -moz-box-shadow:1px 1px 1px 0px rgba(50, 50, 50, 0.1);box-shadow:1px 1px 1px 0px rgba(50, 50, 50, 0.1);
  272. }
  273. .chat-page .bubble-left:after
  274. {
  275. content: '';
  276. position: absolute;
  277. border-style: solid;
  278. border-width: 10px 20px 10px 0;
  279. border-color: transparent #F7F1C5;
  280. display: block;
  281. width: 0;
  282. z-index: 1;
  283. left: -15px;
  284. top: 10px;
  285. }
  286. .ad-col-image {padding-top: 30px;}
  287. .chat-page .moderator-name-wrapper {
  288. display: inline-block;
  289. background-color: #004085;
  290. color: #fff;
  291. padding: 2px 5px 2px 5px;
  292. border-radius:10px;
  293. text-align: center;
  294. margin-bottom: 5px;
  295. }
  296. .chat-page .bubble-moderator {
  297. background: #cce5ff;
  298. }
  299. .chat-page .bubble-remove-arrow:after {
  300. display: none;
  301. }
  302. .chat-page .bubble-moderator:after {
  303. border-color: transparent #cce5ff;
  304. }
  305. .strike-center {
  306. width: 100%;
  307. text-align: center;
  308. border-bottom: 1px solid #c0c0c0;
  309. line-height: 0.1em;
  310. margin: 10px 0 10px;
  311. }
  312. .strike-center span {
  313. background:#fff;
  314. padding:0 10px;
  315. }
  316. .strike-large {
  317. font-size: 20px;
  318. }
  319. .spinner {
  320. -webkit-animation: rotation 2s infinite linear;
  321. }
  322. @-webkit-keyframes rotation {
  323. from {
  324. -webkit-transform: rotate(0deg);
  325. }
  326. to {
  327. -webkit-transform: rotate(359deg);
  328. }
  329. }
  330. .list-no-type {list-style-type: none; padding: 0; margin: 0;}
  331. .list-no-type-spaced {list-style-type: none;}
  332. .list-no-margin-bottom {margin-bottom: 0;}
  333. .dialog-loader {display: none;}
  334. .card-body-hidden {display: none;}
  335. #calculated-age-number {margin-top: 30px;}
  336. .derma-image-wrapper {position:relative; border: 1px solid #bee5eb; margin-bottom: 10px; border-radius: 5px; padding: 5px; cursor: pointer; user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none;}
  337. .derma-image-wrapper .derma-position-check, .oto-desease-check {position: absolute; right: 5px; bottom: 5px;}
  338. .derma-image-wrapper:hover {/*background-color: #D1ECF0;*/}
  339. .derma-image-wrapper img {max-width: 100%; border-radius: 5px;}
  340. .derma-image-wrapper .derma-title {font-weight: bold; padding: 2px; margin-bottom: 5px; font-size: 13px; background-color: #79acb2; border-radius: 3px; color: #fff;}
  341. .derma-image-selected, .wizard-images-selected {background-color: #D1ECF0;}
  342. .wiazard-ident-list {padding-left: 20px; border-left: 2px solid #ccc;}
  343. /* Boostrap fixes */
  344. .modal-95 {min-width: 95% !important;}
  345. .modal-header, .modal-title {display: inline-block;}
  346. .modal-full-size {min-width: 95%;}
  347. .modal-full-size .modal-body {height: 95%;}
  348. .breadcrumb {background-color: #E9ECEF; border-bottom: 1px solid #ced4da;}
  349. .badge-yeswrap {white-space: normal !important;}
  350. .tooltip_templates {display: none;}
  351. .login-width {max-width: 380px; margin: 0 auto;}
  352. /* Small devices (landscape phones, 576px and up) */
  353. @media (min-width: 576px) {
  354. }
  355. /* Medium devices (tablets, 768px and up) */
  356. @media (min-width: 768px) {
  357. }
  358. /* Large devices (desktops, 992px and up) */
  359. @media (min-width: 992px) {
  360. }
  361. /* Extra large devices (large desktops, 1200px and up) */
  362. @media (min-width: 1200px) {
  363. }
  364. /* Extra small devices (portrait phones, less than 576px) */
  365. @media (max-width: 575.98px) {
  366. .page-header-content, .page-header-title {text-align: center;}
  367. }
  368. /* Small devices (landscape phones, less than 768px) */
  369. @media (max-width: 767.98px) {
  370. }
  371. /* Medium devices (tablets, less than 992px) */
  372. @media (max-width: 991.98px) {
  373. .locker-wrapper {display: none;}
  374. .hide-mobile {display: none;}
  375. #transfer-manager {background-image: none;}
  376. .mobile-margin-top {margin-top: 10px;}
  377. .page-header-content {text-align: center !important;}
  378. .page-header-title {display: block !important;}
  379. }
  380. /* Large devices (desktops, less than 1200px) */
  381. @media (max-width: 1199.98px) {
  382. }
  383. /* Extra small devices (portrait phones, less than 576px) */
  384. @media (max-width: 575.98px) {
  385. .locker-wrapper {display: none;}
  386. .hide-mobile {display: none;}
  387. #transfer-manager {background-image: none;}
  388. .mobile-margin-top {margin-top: 10px;}
  389. .page-header-content {text-align: center !important;}
  390. .page-header-title {display: block !important;}
  391. }
  392. /* Small devices (landscape phones, 576px and up) */
  393. @media (min-width: 576px) and (max-width: 767.98px) {
  394. }
  395. /* Medium devices (tablets, 768px and up) */
  396. @media (min-width: 768px) and (max-width: 991.98px) {
  397. }
  398. /* Large devices (desktops, 992px and up) */
  399. @media (min-width: 992px) and (max-width: 1199.98px) {
  400. }
  401. /* Extra large devices (large desktops, 1200px and up) */
  402. @media (min-width: 1200px) {
  403. }