Corrected Restyled Procedures - Part 2 (#1789)
[openemr.git] / interface / themes / oe-bootstrap.scss
blobe70f1c7044e7dd35ceab397eff034d3a28a30b53
1 /*below section is override bootstrap 3 for openemr and some new classes all prefixed with oe-*/
2 input[type=checkbox], input[type=radio] {
3         margin: 4px;
5 .form-group {
6         margin-bottom: 5px !important;
8 legend {
9         border-bottom: 2px solid #E5E5E5 !important;
10         background: #E5E5E5 !important;
11         padding: 0 10px !important;
13 .form-horizontal .control-label {
14         padding-top: 2px;
16 fieldset {
17         background-color: #F2F2F2!important;
18         margin-bottom: 10px!important;
19         padding: 0px 0px 15px 0px!important;
21 .btn-link.btn-cancel:focus, .btn-link.btn-cancel:hover {
24 .btn-link.btn-cancel {
27 .btn-link.btn-cancel.active, .btn-link.btn-cancel.focus,
28 .btn-link.btn-cancel:active, .btn-link.btn-cancel:focus,
29 .btn-link.btn-cancel:hover, .open>.dropdown-toggle.btn-link.btn-cancel {
32 .btn-separate-left,  .oe-opt-btn-separate-left{
35 .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
38 .btn-group-pinch>.btn:nth-last-child(2):not(.dropdown-toggle), .oe-opt-btn-group-pinch>.btn:nth-last-child(2):not(.dropdown-toggle) {
41 .oe-custom-line{
42         padding-bottom:5px;
44 .oe-large {
45         display: inline-block;
47 .oe-small {
48         display: none;
50 .oe-show-hide {
51         display: none;
53 .oe-legend-radio{
54         font-size:12px;
55         padding:5px 5px 0px 0px;
57 .oe-bold-black {
58         font-weight: 700;
59         color: black;
61 .oe-payment-select {
62         width: 80px !important;
63         text-align: right;
64         font-size: 12px;
66 .oe-ckbox-label{
67         padding-left: 30px;
68         font-weight: 500;
70 .oe-file-div{
71         padding:10px 15px;
73 .oe-modal-dialog{
74         width:65% !important;
76 .oe-btn-circle {
77         width: 30px;
78         height: 30px;
79         text-align: center;
80         padding: 6px 0;
81         font-size: 12px;
82         line-height: 1.428571429;
83         border-radius: 15px;
85 /*above section is override bootstrap 3 for openemr and some new classes all prefixed with oe-*/