mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
315 lines
5.3 KiB
CSS
Executable File
315 lines
5.3 KiB
CSS
Executable File
/*
|
|
Created on : Aug 24, 2017, 4:14:20 PM
|
|
Author : Davis
|
|
*/
|
|
select.compulsory,
|
|
input.compulsory,
|
|
textarea.compulsory {
|
|
border-left: 3px solid #F08080;
|
|
/*border-right:3px solid #F08080;*/
|
|
}
|
|
|
|
/* trying to make original grey background of old streamline */
|
|
body>.container_fluid {
|
|
background: #708090 !important;
|
|
}
|
|
|
|
/*.btn{
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
border-radius: 4px;
|
|
font-weight: 600;
|
|
border-radius: 4px;
|
|
}*/
|
|
|
|
/*.btn:hover{
|
|
text-decoration: none;
|
|
transition: background-position 0.1s linear;
|
|
}
|
|
|
|
.btn-success{
|
|
background-color: #9dce6e;
|
|
background-image: linear-gradient(to bottom, #79ae69, #609450);
|
|
background-repeat: repeat-x;
|
|
border: 1px solid #609450;
|
|
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 0 0 1px #74af3b;
|
|
color: #fff;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
|
}*/
|
|
|
|
/*.btn-success:hover {
|
|
color: #fff;
|
|
background-color: #609450;
|
|
border-color: #4b733e;
|
|
}
|
|
|
|
.btn-success.disabled {
|
|
background: #8ec657;
|
|
border: 1px solid #8ec657;
|
|
}
|
|
|
|
.btn-success.disabled:hover {
|
|
background: #8ec657;
|
|
border: 1px solid #8ec657;
|
|
}
|
|
|
|
.btn-info{
|
|
background: #93B9D8;
|
|
border: 1px solid #93B9D8;
|
|
color: #fff;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.btn-info:hover{
|
|
background: #93B9D8;
|
|
}*/
|
|
|
|
/*.color-bordered-table.success-bordered-table thead th {
|
|
background-color: #8ec657;
|
|
reduce table header height
|
|
height: 15px;
|
|
line-height: 15px;
|
|
}
|
|
|
|
.color-bordered-table.success-bordered-table {
|
|
border: 2px solid #8ec657;
|
|
}
|
|
|
|
.color-table.success-table thead th {
|
|
border-color: #8ec657;
|
|
background-color: #8ec657;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
reduce table header height
|
|
height: 8px;
|
|
line-height: 8px;
|
|
}*/
|
|
|
|
/*.alert {
|
|
border-radius: 4px;
|
|
}*/
|
|
|
|
/*.alert-warning {
|
|
border-color: #ab7a4b;
|
|
background: #ab7a4b;
|
|
}*/
|
|
|
|
.position-relative {
|
|
position: relative !important;
|
|
}
|
|
|
|
.position-absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
.right-0 {
|
|
right: 0 !important;
|
|
}
|
|
|
|
.top-0 {
|
|
top: 0 !important;
|
|
}
|
|
|
|
.left-0 {
|
|
left: 0 !important;
|
|
}
|
|
|
|
.label {
|
|
border-radius: 3px;
|
|
padding: 4px 5px;
|
|
}
|
|
|
|
.label-info {
|
|
background-color: #2d6987;
|
|
}
|
|
|
|
.alert.alert-info {
|
|
background: #dff3f8;
|
|
color: #7399b9;
|
|
border-color: #93b9d8;
|
|
}
|
|
|
|
.alert-danger,
|
|
.alert-error {
|
|
background-color: #f2dede;
|
|
border-color: #eed3d7;
|
|
color: #b94a48;
|
|
font-size: 13px;
|
|
}
|
|
|
|
|
|
.android-input {
|
|
border-top: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-bottom: 2px solid #dddddd;
|
|
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
|
|
font-size: 1em;
|
|
padding: 0.2em 0.2em;
|
|
width: 100%;
|
|
}
|
|
|
|
.android-input {
|
|
position: relative;
|
|
}
|
|
|
|
.android-input:before,
|
|
.android-input:after {
|
|
content: '';
|
|
display: block;
|
|
|
|
position: absolute;
|
|
bottom: 2px;
|
|
|
|
height: 6px;
|
|
border-left: 2px solid #0099CC;
|
|
}
|
|
|
|
.android-input:before {
|
|
left: 0;
|
|
}
|
|
|
|
.android-input:after {
|
|
right: 0;
|
|
}
|
|
|
|
.android-input-select {
|
|
border-top: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-bottom: 2px solid #dddddd;
|
|
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
|
|
font-size: 1em;
|
|
color: #7c7c7c;
|
|
padding: 0em 0em;
|
|
width: 100%;
|
|
}
|
|
|
|
.android-input-select {
|
|
position: relative;
|
|
}
|
|
|
|
.android-input-select:before,
|
|
.android-input:after {
|
|
content: '';
|
|
display: block;
|
|
|
|
position: absolute;
|
|
bottom: 2px;
|
|
|
|
height: 6px;
|
|
border-left: 2px solid #0099CC;
|
|
}
|
|
|
|
.android-input-select:before {
|
|
left: 0;
|
|
}
|
|
|
|
.android-input-select:after {
|
|
right: 0;
|
|
}
|
|
|
|
.total {
|
|
background-color: #34394D !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
/* CUSTOM STYLES */
|
|
div.consultation-pat {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.consultation-pat-table {
|
|
display: flex;
|
|
align-items: stretch;
|
|
margin: 0;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.consultation-pat-table .card {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.consultation-pat-table .col:first-child .card {
|
|
border-radius: 5px 0 0 5px;
|
|
}
|
|
|
|
.consultation-pat-table .col:last-child .card {
|
|
border-radius: 0 5px 5px 0;
|
|
}
|
|
|
|
.consultation-pat-table .card-header {
|
|
min-height: 50%;
|
|
display: flex;
|
|
align-items: end;
|
|
font-weight: bold;
|
|
font-size: initial;
|
|
}
|
|
|
|
.consultation-pat-table .card-body {
|
|
border-radius: 0;
|
|
padding: 1rem;
|
|
}
|
|
|
|
.br-5 {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.tt-none {
|
|
text-transform: none;
|
|
}
|
|
|
|
.clinic-buttons a.btn {
|
|
white-space: normal;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: larger !important;
|
|
box-shadow: 0px 5px 10px 13px rgba(229, 229, 229, 0.68);
|
|
-webkit-box-shadow: 0px 5px 10px 13px rgba(229, 229, 229, 0.68);
|
|
-moz-box-shadow: 0px 5px 10px 13px rgba(229, 229, 229, 0.68);
|
|
}
|
|
|
|
|
|
/*
|
|
.consultation-pat-table tr th,
|
|
.consultation-pat-table tr td {
|
|
min-width: 125px;
|
|
white-space: normal;
|
|
} */
|
|
|
|
@media screen and (min-width: 991px) {
|
|
.img-pat-profile {
|
|
background-position: left !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 990px) {
|
|
.consultation-pat-row {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.consultation-pat-table .card-header {
|
|
padding: .5rem;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.consultation-pat-table .card-body {
|
|
padding: .5rem;
|
|
}
|
|
|
|
.img-pat-profile {
|
|
min-height: 200px !important;
|
|
}
|
|
} |