New onsite patient portal, take 4.
[openemr.git] / portal / sign / css / signer.css
blob92e8f592afd705f6a5e2dacb55aec327e150ab61
1 /**
3 * Copyright (C) 2016-2017 Jerry Padgett <sjpadgett@gmail.com>
5 * LICENSE: This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU Affero General Public License as
7 * published by the Free Software Foundation, either version 3 of the
8 * License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU Affero General Public License for more details.
15 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 * @package OpenEMR
19 * @author Jerry Padgett <sjpadgett@gmail.com>
20 * @link http://www.open-emr.org
22 #openSignModal .modal-header {
23 padding: 2px;
26 #openSignModal .modal-header .input-group {
27 padding-top: 5px;
28 margin-left: 5%;
31 #openSignModal .modal-dialog {
32 min-width: 785px;
33 width: 800px;
36 #openSignModal .modal-body {
37 position: relative;
38 padding: 10px;
39 background: #f2f3ff;
42 #openSignModal .input-group .input-group-addon {
43 border-radius: 10px;
44 cursor: pointer;
47 #openSignModal .input-group .form-control, .input-group-addon,
48 .input-group-btn {
49 cursor: pointer;
50 border-radius: 5px;
53 .signature {
54 width: auto !important;
55 height: 70px;
56 z-index: 5 !important;
59 .Signature img {
60 cursor: pointer;
61 color: red !important;
62 user-drag: none;
63 user-select: none;
64 -moz-user-select: none;
65 -webkit-user-drag: none;
66 -webkit-user-select: none;
67 -ms-user-select: none;
70 #openSignModal .close {
71 background: #fff0f0 !important;
72 opacity: .8;
73 color: #000000;
74 line-height: 35px;
75 position: absolute;
76 left: -10px;
77 top: -15px;
78 width: 35px;
79 text-align: center;
80 text-decoration: none;
81 font-weight: bold;
82 -webkit-border-radius: 12px;
83 -moz-border-radius: 12px;
84 border-radius: 12px;
85 -moz-box-shadow: 1px 1px 3px #000;
86 -webkit-box-shadow: 1px 1px 3px #000;
87 box-shadow: 1px 1px 3px #000;
90 #openSignModal .close:hover {
91 background: #00d9ff;