| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462 |
- html, body {height: 100%; background-color: #eff3f9;}
- body {padding-top: 80px;}
- body.login {padding-top: 0px;}
- body.decorated {background-attachment:fixed; background-size:cover; padding-top:65px;}
- .navbar-gradient {background-color: #0061f2; background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);}
-
- .hide-control {display: none;}
-
- .container-margin {margin-top: 90px;}
- .logo-wrapper {padding: 20px 0 0 0;}
-
- .card-shadow {box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);}
- .page-header {margin-top: -80px;}
- .page-header .page-header-content {
- padding-top: 1rem;
- padding-bottom: 3rem;
- }
- .page-header .page-header-content .page-header-title {
- line-height: normal;
- font-size: 2.25rem;
- font-weight: 500;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- margin-bottom: 0.5rem;
- }
- .page-header .page-header-content .page-header-title .page-header-icon {
- margin-right: 0.5rem;
- display: -webkit-inline-box;
- display: inline-flex;
- }
- .page-header .page-header-content .page-header-title .page-header-icon .feather {
- height: 1.75rem;
- width: 1.75rem;
- }
- .page-header .page-header-content .page-header-subtitle {
- line-height: normal;
- font-size: 1.15rem;
- margin: 0;
- }
-
- .page-header.page-header-dark .page-header-title {
- color: #fff;
- }
- .page-header.page-header-dark .page-header-title .page-header-icon {
- color: rgba(255, 255, 255, 0.5);
- }
- .page-header.page-header-dark .page-header-subtitle {
- color: rgba(255, 255, 255, 0.5);
- }
- .page-header.page-header-dark .breadcrumb {
- background-color: rgba(0, 0, 0, 0.15);
- box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
- }
- .page-header.page-header-dark .breadcrumb .breadcrumb-item,
- .page-header.page-header-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
- color: rgba(255, 255, 255, 0.35);
- }
- .page-header.page-header-dark .breadcrumb .breadcrumb-item a {
- color: rgba(255, 255, 255, 0.6);
- }
-
- .page-header.page-header-light .page-header-title {
- color: #1f2d41;
- }
- .page-header.page-header-light .page-header-title .page-header-icon {
- color: rgba(31, 45, 65, 0.5);
- }
- .page-header.page-header-light .page-header-subtitle {
- color: rgba(31, 45, 65, 0.5);
- }
- .page-header.page-header-light .breadcrumb {
- background-color: rgba(0, 0, 0, 0.05);
- }
- .page-header.page-header-light .breadcrumb .breadcrumb-item,
- .page-header.page-header-light .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
- color: #687281;
- }
- .page-header.page-header-light .breadcrumb .breadcrumb-item a {
- color: #0061f2;
- }
- .bg-gradient-primary-to-secondary {
- background-color: #0061f2;
- background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
- }
-
- .pb-10,
- .py-10 {
- padding-bottom: 6rem !important;
- }
-
- .mt-n10,
- .my-n10 {
- margin-top: -6rem !important;
- }
-
- .margin-top-5 {margin-top: 5px;}
- .margin-top-10 {margin-top: 10px;}
- .margin-top-20 {margin-top: 20px;}
- .margin-top-35 {margin-top: 35px !important;}
- .margin-top-40 {margin-top: 20px;}
- .margin-left-5 {margin-left: 5px;}
- .margin-left-10 {margin-left: 10px;}
- .margin-left-20 {margin-left: 20px;}
- .margin-right-5 {margin-right: 5px;}
- .margin-right-10 {margin-right: 10px;}
- .margin-right-20 {margin-right: 20px;}
- .margin-bottom-5 {margin-bottom: 5px;}
- .margin-bottom-10 {margin-bottom: 10px !important;}
- .margin-bottom-20 {margin-bottom: 20px;}
- .margin-bottom-40 {margin-bottom: 40px;}
- .request-search-id-wrapper {min-width: 70px;}
- .ws-reconnect-wrapper {display: none;}
- .tooltip-underline {border-bottom: 1px dashed #c0c0c0; padding-bottom: 2px; margin-bottom: 3px;}
- .tooltip-title {font-weight: bold; margin-bottom: 5px; padding-bottom: 3px; border-bottom: 1px solid #fff;}
- .tooltip-extra {font-size: 12px; margin-bottom: 15px;}
- .tooltip-content {font-size: 13px; max-width: 300px;}
- .striked {text-decoration: line-through; color: #dc3545;}
- .sticky {
- position: -webkit-sticky; /* Safari */
- position: sticky;
- top: 80px;
- z-index:999;
- }
- .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;}
- .search-form-wrapper {background-color: #eee; padding: 20px; border-radius: 3px; margin-bottom: 20px; display: none;}
- .editing-hide {display: none;}
- .attach-details {background-color: #fff; padding: 10px 10px 10px 10px; border-radius: 5px; margin-top: 10px; display: none;}
- .attach-details-row {border-bottom: 1px dashed #c0c0c0; min-height: 20px;}
- .survey-patient-row {padding: 3px; background-color: #f5f5f5;}
- .question-group {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee;}
- .question-text {font-weight: bold; padding: 3px; background-color: #F5F5F5; margin-bottom: 10px;}
- .question-text-list {padding-left: 10px;}
- .question-answer {padding-left: 20px;}
- .survey-no-answer {font-style: italic; color: #888; font-size: 12px;}
- .question-list-group {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #eee;}
- .cell-danger {color: #721c24 !important; background-color: #f8d7da !important; border-color: #f5c6cb !important;}
- .string-wave {text-decoration: underline wavy #C92037;}
- .download-wrapper {margin-left: 20px;}
- .download-wrapper div {margin-bottom: 5px;}
-
- .drag-hover {background-color: #C1D5E3;}
- #btn-tus-upload {display: none;}
- #upload-warning-wrapper {height: 27px; position: relative; display: none;}
- #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;}
-
- .padding-left-10 {padding-left: 10px !important;}
-
- .logo-image {border-radius: 4px; width: 50px; height: auto;}
- .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);}
-
- #survey-success-msg {display: none;}
-
- .container-page-wrapper {background-color: rgba(255, 255, 255, 0.8); margin-top: 10px; margin-bottom: 20px; border-radius: 10px;}
- .container-page-container {padding: 20px;}
- .table-overflow {overflow-x: scroll; padding: 5px; border: 1px solid #eee; margin-bottom: 20px;}
- .table-overflow-popup {max-height: 300px;}
- .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);}
- .bordered {border: 1px solid #EEE;}
- .triage-list {display: inline-block; vertical-align: middle; width: 20px; height: 20px; border-radius: 50%;}
- .triage-white {background-color:#F7F7F9; border: 1px solid #C0C0C0;}
- .triage-green {background-color:#28a745;}
- .triage-yellow {background-color:#ffc107;}
- .triage-red {background-color:#dc3545;}
-
- .triage-radio {width: 40px; height: 40px; text-align: center; border-radius: 50%; display: inline-block; margin-right: 15px; margin-bottom: 10px;}
- .triage-radio .triage-radio-wrap {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
-
- .birth-as-date {display: block;}
- .birth-as-number {display: none;}
- .birth-as-date-visible {display: block !important;}
- .list-ident {padding-left: 10px;}
- .rounded-button {border-radius: 50%; width: 20px; height: 20px; padding: 0 0;}
- .ajax-loader-search {background: #FFF3D1 url(../images/ajax-loader-serach-tranps.gif) right center no-repeat; color: #856404;}
- .chosen-ajax-loader {background-image: url(../images/ajax-loader-serach-tranps.gif); background-position: right center; background-repeat: no-repeat;}
- .chosen-remove-padding {padding: .25rem !important;}
- .request-referral-ms-list {display: none;}
- .recovery-password-done-msg {display: none;}
- .chart-canvas {width: 100%; height: 250px;}
- .dashboard-pie-wrapper {background-color: #f5f5f5; padding: 10px; border-radius: 5px;}
- .dream-wrapper {display: none;}
- .areas-container {padding: 3px; border-bottom: 1px solid #eee; margin-bottom: 5px;}
- .area-hover:hover {background-color: #f5f5f5;}
-
- #overlay {
- position: fixed; /* Sit on top of the page content */
- display: none; /* Hidden by default */
- width: 100%; /* Full width (cover the whole page) */
- height: 100%; /* Full height (cover the whole page) */
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(255,255,255,0.5); /* Black background with opacity */
- z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
- cursor: pointer; /* Add a pointer on hover */
- }
- #overlay #text{
- position: absolute;
- top: 50%;
- left: 50%;
- font-size: 50px;
- color: white;
- transform: translate(-50%,-50%);
- -ms-transform: translate(-50%,-50%);
- }
- #map {height: 250px; width: 100%; border-radius: 5px;}
- .opacize {opacity: 0.5;}
- .color-green {color: #1E8843 !important;}
- .color-yellow {color: #E0A739 !important;}
- .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;}
- .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;}
- .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;}
- .dashboard-avatar-wrapper {background-color: #F9F9F9; padding: 10px 0 10px 0; border-radius: 3px;}
- .dashboard-name-wrapper {padding-top: 10px;}
- .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;}
- .label-main {background-color: #F5F5F5; color: #666; width: 100%; border-radius: 3px; padding: 0 0 0 5px;}
- .label-main-question {background-color: #F5F5F5; font-weight: bold; font-size: 18px; width: 100%; border-radius: 3px; padding: 0 0 0 5px;}
- #remove-avatar-wrapper {display: none;}
- .btn-recycle-bin {display: none;}
- .user-more-info {border-top: 1px solid #C0C0C0; margin-top: 20px;}
- .user-more-info img {margin-top: -10px; cursor: pointer; width: 20px; height: 20px;}
- .card-header-large {font-size: 25px; font-weight: bold; text-align: center;}
- .card-header-image {margin-bottom: 15px;}
-
- input[type="checkbox"][readonly] {
- pointer-events: none;
- }
-
- .request-delete-wrapper {border-top: 1px solid #eee; padding-top: 7px;}
- .ellipsis {white-space: nowrap; width: 100%; overflow: hidden; text-overflow: clip ellipsis clip 0 3ch;}
- .btn-countries-hand {margin-top: 33px;}
- .hand-no-margin {margin-top: 0 !important;}
- .desktop-text-right {text-align: right;}
- #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);}
- #transfer-manager #tm-title {background-color: #E9ECEF; padding: 5px 20px 5px 20px; font-weight: bold; border-bottom: 1px solid #C0C0C0;}
- #transfer-manager #tm-arrow-wrapper {position: absolute; top:-30px; left: 50%; text-align: center; z-index: 3; }
- #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;}
- #transfer-manager #tm-arrow-wrapper #tm-arrow:hover {background-color: #F5F5F5;}
- #transfer-manager #tm-container {padding: 20px;}
- #transfer-manager #upload-list-table-wrapper {height: 150px; overflow-y: scroll;}
- #tus-upload-control {display: none;}
- .btn-delete-upload-item {border-radius: 50% !important; width: 25px; height: 25px; padding: 0 0; font-size: 16px;}
- .upload-row-deleted-wave {text-decoration: line-through wavy #C92037;}
- .upload-row-delete-bg {background-color: #F8D7DA !important;}
- .upload-item-icon {font-size: 12px; padding-top: 8px !important;}
- .request-main-question {margin-bottom: 40px;}
- .hide-request-field {display: none;}
- .attach-row {padding: 5px; border-bottom: 1px solid #eee;}
- .attach-row:hover {background-color: #f5f5f5;}
-
- .chat-page .bubble-text-left {padding-left: 25px;}
- .chat-page .bubble-text-right {padding-right: 25px;}
- .chat-page .bubble-right
- {
- position: relative;
- width: 100%;
- min-height: 15px;
- padding: 10px;
- background: #DBF9C5;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- -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);
- }
-
- .chat-page .bubble-right:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 10px 0 10px 20px;
- border-color: transparent #DBF9C5;
- display: block;
- width: 0;
- z-index: 1;
- right: -15px;
- top: 10px;
- }
-
- .chat-page .bubble-left
- {
- position: relative;
- width: 100%;
- min-height: 45px;
- padding: 10px;
- background: #F7F1C5;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- -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);
- }
-
- .chat-page .bubble-left:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 10px 20px 10px 0;
- border-color: transparent #F7F1C5;
- display: block;
- width: 0;
- z-index: 1;
- left: -15px;
- top: 10px;
- }
- .ad-col-image {padding-top: 30px;}
-
- .chat-page .moderator-name-wrapper {
- display: inline-block;
- background-color: #004085;
- color: #fff;
- padding: 2px 5px 2px 5px;
- border-radius:10px;
- text-align: center;
- margin-bottom: 5px;
- }
-
- .chat-page .bubble-moderator {
- background: #cce5ff;
- }
-
- .chat-page .bubble-remove-arrow:after {
- display: none;
- }
-
- .chat-page .bubble-moderator:after {
- border-color: transparent #cce5ff;
- }
-
- .strike-center {
- width: 100%;
- text-align: center;
- border-bottom: 1px solid #c0c0c0;
- line-height: 0.1em;
- margin: 10px 0 10px;
- }
-
- .strike-center span {
- background:#fff;
- padding:0 10px;
- }
-
- .strike-large {
- font-size: 20px;
- }
-
- .spinner {
- -webkit-animation: rotation 2s infinite linear;
- }
-
- @-webkit-keyframes rotation {
- from {
- -webkit-transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(359deg);
- }
- }
-
- .list-no-type {list-style-type: none; padding: 0; margin: 0;}
- .list-no-type-spaced {list-style-type: none;}
- .list-no-margin-bottom {margin-bottom: 0;}
- .dialog-loader {display: none;}
- .card-body-hidden {display: none;}
- #calculated-age-number {margin-top: 30px;}
- .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;}
- .derma-image-wrapper .derma-position-check, .oto-desease-check {position: absolute; right: 5px; bottom: 5px;}
- .derma-image-wrapper:hover {/*background-color: #D1ECF0;*/}
- .derma-image-wrapper img {max-width: 100%; border-radius: 5px;}
- .derma-image-wrapper .derma-title {font-weight: bold; padding: 2px; margin-bottom: 5px; font-size: 13px; background-color: #79acb2; border-radius: 3px; color: #fff;}
- .derma-image-selected, .wizard-images-selected {background-color: #D1ECF0;}
- .wiazard-ident-list {padding-left: 20px; border-left: 2px solid #ccc;}
-
- /* Boostrap fixes */
- .modal-95 {min-width: 95% !important;}
- .modal-header, .modal-title {display: inline-block;}
- .modal-full-size {min-width: 95%;}
- .modal-full-size .modal-body {height: 95%;}
- .breadcrumb {background-color: #E9ECEF; border-bottom: 1px solid #ced4da;}
- .badge-yeswrap {white-space: normal !important;}
- .tooltip_templates {display: none;}
- .login-width {max-width: 380px; margin: 0 auto;}
-
- /* Small devices (landscape phones, 576px and up) */
- @media (min-width: 576px) {
- }
-
- /* Medium devices (tablets, 768px and up) */
- @media (min-width: 768px) {
-
- }
-
- /* Large devices (desktops, 992px and up) */
- @media (min-width: 992px) {
-
- }
-
-
-
- /* Extra large devices (large desktops, 1200px and up) */
- @media (min-width: 1200px) {
-
- }
-
- /* Extra small devices (portrait phones, less than 576px) */
- @media (max-width: 575.98px) {
- .page-header-content, .page-header-title {text-align: center;}
- }
-
- /* Small devices (landscape phones, less than 768px) */
- @media (max-width: 767.98px) {
-
- }
-
- /* Medium devices (tablets, less than 992px) */
- @media (max-width: 991.98px) {
- .locker-wrapper {display: none;}
- .hide-mobile {display: none;}
- #transfer-manager {background-image: none;}
- .mobile-margin-top {margin-top: 10px;}
- .page-header-content {text-align: center !important;}
- .page-header-title {display: block !important;}
- }
-
- /* Large devices (desktops, less than 1200px) */
- @media (max-width: 1199.98px) {
-
- }
-
-
-
- /* Extra small devices (portrait phones, less than 576px) */
- @media (max-width: 575.98px) {
- .locker-wrapper {display: none;}
- .hide-mobile {display: none;}
- #transfer-manager {background-image: none;}
- .mobile-margin-top {margin-top: 10px;}
- .page-header-content {text-align: center !important;}
- .page-header-title {display: block !important;}
- }
-
- /* Small devices (landscape phones, 576px and up) */
- @media (min-width: 576px) and (max-width: 767.98px) {
-
- }
-
- /* Medium devices (tablets, 768px and up) */
- @media (min-width: 768px) and (max-width: 991.98px) {
-
- }
-
- /* Large devices (desktops, 992px and up) */
- @media (min-width: 992px) and (max-width: 1199.98px) {
-
- }
-
- /* Extra large devices (large desktops, 1200px and up) */
- @media (min-width: 1200px) {
-
- }
|