Newer
Older

Florian Azizian
committed
@import "../css/vars.scss";

Florian Azizian
committed
background-color:$secondary;
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
}
#tab_visaSetWorkflow td{
white-space: pre;
}
[draggable=true]{
cursor: move;
}
[draggable=true]:hover{
box-shadow:0 0 5px green; /* CSS3 */
}
[draggable=false]:hover{
cursor: not-allowed;
}
#visa_content{
display: block;
width: 100%;
}
.droptarget{
position: relative;
background-color: #135F7F33;
display: table;
margin: 10px;
padding: 5px;
text-align: left;
width: 95%;
cursor: default;
border: dashed 2px #135F7F33
}
.droptarget_arrow {
border: none;
display:table-cell;
}
.vised{
opacity: 1;
color: green;
border: solid 2px green;
}
.moved{
opacity: 0.5 !important;
color : #666 !important;
border: solid 2px white !important;
text-decoration: line-through !important;
}
.droptarget input{
width : 100%;
}
#visaUserList{
width:45%;
float:left;
}
.droptarget.currentVis{

Florian Azizian
committed
color : $primary;
border: solid 2px $primary;
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
}
.visaUserInfo,.visaUserStatus,.visaUserConsigne,.visaUserAction{
display: table-cell;
vertical-align: middle;
}
.visaUserStatus{
width: 5%;
}
.vised .visaUserStatus{
opacity: 1;
}
.visaUserInfo{
width: 55%;
font-weight: bold;
}
.visaUserInfo .nbRes{
background-color: grey;
font-weight: normal;
}
.visaUserInfo sub{
font-weight: normal;
}
.droptarget:hover.vised #dropZone{
visibility: hidden;
}
.droptarget:hover #dropZone{
visibility: visible;
}
.dropArea{
border: dashed 3px white;
width: 60%;
margin:auto;
opacity: 0.5;
padding: 5px;
}
.dropArea::after{
font-weight: bolder;
}
#dropZone,#dropZone:active{
width: 40px;
text-align: right;
opacity: 0.5;
visibility: hidden;
float: right;
margin: 5px;
}
#dropZone:hover{
cursor: grab;
}
#dropZone:active{
cursor: grabbing;
}
.visaUserConsigne{
width: 30%;
}
.visaUserAction{
color : red;
text-align: center;
width: 5%;
}
.visaUserAction i{
cursor: pointer;
}
/* Signature Book CSS */
.visaContent{
position: relative;

Florian Azizian
committed
font-size: 12px;
display: flex;
flex-direction: column;
height: 100vh;
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
}
.visaContent h1{
display: block !important;
position: initial !important;
padding: 10px;
text-align: center !important;
}
.titleSignatureBook .others{
float:right;
width:14%;
padding: 5px;
vertical-align: middle;
text-align: right;
}
.titleSignatureBook .others input{
width: 95%;
background: #E6E6E6;
border-radius: 2px;
border: none;
padding: 5px;
}
.resListContent{
width:8%;
height:100%;
text-align: center;
border-right: solid 1px;
vertical-align: top;
overflow: auto;
font-size: 10px;
}
.resListContentInfo{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 95%;
text-align: left;
padding:5px;
cursor:pointer;
margin-top: 0px;
}
.resListContentInfo i{
width:5%;
text-align: center;
}
.resListContentFrame:hover{

Florian Azizian
committed
background-color: $secondary;
}
.resListContentFrame{
border-bottom : solid 1px black;
position:relative;
overflow: hidden;
background-color: white;
}
.resListContentPos{
overflow-x: hidden;
overflow-y: auto;
}
.hideLeftContent{
position: absolute;
margin-left: -13px;
color: #666;
top: 45%;
padding: 5px;
cursor: pointer;

Florian Azizian
committed
background: #fbfbfb;
border-radius:40px;
}
.hideRightContent{
position: absolute;
right: -10px;
color: #666;
top: 45%;
padding: 5px;
cursor: pointer;

Florian Azizian
committed
background: #fbfbfb;
border-radius:40px;
}
.hideresListContent{
position: absolute;
left: -4px;
color: #666;
top: 45%;
padding: 5px;
cursor: pointer;

Florian Azizian
committed
background: #fbfbfb;
border-radius:40px;
}
.contentLeft{
position: relative;
border-right: solid 1px;
vertical-align: top;
padding-left: 10px;
/*width:39%;*/

Florian Azizian
committed
display: inline-block;
height:100%;
}
.contentRight{
display: inline-block;
height:100%;
vertical-align: top;
}
.visaContent iframe{
margin: auto;
width: 100%;
height: 75vh;
border: none;
}
.contentLeft iframe{
height: 99%;
}
.panelRight{
width: 50px;
border-left: solid 1px;
text-align: center;
position: absolute;
background-color: white;
}
.panelRightContent{
width: 100%;
height: 69%;
overflow: auto;
}
.panelRight .item{
padding:10px;
padding-left: 5px;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

Florian Azizian
committed
.contentRight .contentShow{
display: inline-block;
height: 91vh;
}

Florian Azizian
committed
.panelRight{
display: inline-block;

Florian Azizian
committed
}
.contentLeft .contentShow{
height: 95vh;
overflow: auto;
width:98%;
}
.contentRight .contentShow,.contentLeft .contentShow{
padding : 5px;
height: 100%;
}
.contentRight .contentShow{
position: relative;
vertical-align: top;

Florian Azizian
committed
width:100%;
}
.pjDetails,.pjDoc{
margin-bottom: 5px;
}

Florian Azizian
committed
.pjDetails,.pjSign{
background-color:white;
display: block;

Florian Azizian
committed
width: 99%;
text-align: left;
-moz-box-shadow: inset 0px 0px 5px 0px #656565;
-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
-o-box-shadow: inset 0px 0px 5px 0px #656565;
box-shadow: inset 0px 0px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:10px;
height:100px;
}

Florian Azizian
committed
.pjSign{
cursor: pointer;
}
.pjDetails label{
font-weight: bold;
cursor: inherit;
}
.pjDetailsMore{
z-index: 1;
position: absolute;
left: 15px;
margin-top: 2px;
text-align: center;
cursor: pointer;

Florian Azizian
committed
background: $primary;
color: white;
padding:10px;
-moz-box-shadow: 0px 0px 10px 0px #656565;
-webkit-box-shadow: 0px 0px 10px 0px #656565;
-o-box-shadow: 0px 0px 10px 0px #656565;
box-shadow: 0px 0px 10px 0px #656565;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565,Direction=NaN,Strength=10);
}

Florian Azizian
committed
.pjDetails div{
white-space: initial;
}

Florian Azizian
committed
.pjDetails {
color: #666;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
letter-spacing: 0.02em;
}
.pjDoc{
height: 100px;
background-color: white;
-moz-box-shadow: inset 0px 0px 5px 0px #656565;
-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
-o-box-shadow: inset 0px 0px 5px 0px #656565;
box-shadow: inset 0px 0px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px;
}
.pjDoc img{
height: 95%;
border: solid 2px white;
cursor:pointer;
}
img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{

Florian Azizian
committed
border: solid 2px $primary;
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
cursor:pointer;
}
.actions{
float:right;
width: 25%;
padding: 5px;
vertical-align: middle;
text-align: right;
text-transform: initial;
border-left: solid 1px black;
border-right: solid 1px black;
}
.actions i{
width:5%;
}
.actions select{
width:75%;
}
.actions input{
text-align:center;
width:17%;
}

Florian Azizian
committed
#signatureBookActions {
background: white;
border: solid 1px $primary;
color: black;
font: 400 13.3333px Arial;
}

Florian Azizian
committed
height: 38px;
font-size: 12px;
display: block;
width:100%;
border: solid 1px black;
vertical-align: middle;
font-weight: bold;

Florian Azizian
committed
background: $primary;
color: white;
text-transform : uppercase;
white-space: nowrap;
overflow: hidden;
}
#closeSignatureBook{
float:right;
padding:5px;

Florian Azizian
committed
width:47px;
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
text-align: center;
}
#labelSignatureBook{
float:left;
width: 33%;
padding-left: 10px;
margin-top: 10px;
}
#labelSignatureBook div{
/*width: 100%;*/
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
#tabSignatureBook{
float:left;
width:auto;
}
.titleSignatureBook div{
display:inline-block;
vertical-align: middle;
}
#tabSignatureBook .item{
border-right: solid 1px black;
display: table-cell;
padding: 5px;
cursor: pointer;
vertical-align: middle;

Florian Azizian
committed
width: 60px;
text-align: center;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 7px;
color:#666;

Florian Azizian
committed
background-color: #fbfbfb;
}
.contentSignatureBook{
border: solid 1px black;

Florian Azizian
committed
border-top: none;
display: block;
width: 100%;
// white-space: nowrap;

Florian Azizian
committed
background-color: #fbfbfb;
}
#tabSignatureBook .item.activeTabSignatureBook{
-moz-box-shadow: inset 0px 0px 5px 0px #656565;
-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
-o-box-shadow: inset 0px 0px 5px 0px #656565;
box-shadow: inset 0px 0px 5px 0px #656565;
padding-left: 10px;
padding-right: 10px;
}
.resListContentFrameSelected{

Florian Azizian
committed
background-color: $secondary;
}
.panelRightContent .item:hover{
-moz-box-shadow: inset 0px 0px 5px 0px #656565;
-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
-o-box-shadow: inset 0px 0px 5px 0px #656565;
box-shadow: inset 0px 0px 5px 0px #656565;

Florian Azizian
committed
background-color: $secondary;
}
.panelSelectedThumbnail{
-moz-box-shadow: inset 0px 0px 5px 0px #656565;
-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
-o-box-shadow: inset 0px 0px 5px 0px #656565;
box-shadow: inset 0px 0px 5px 0px #656565;

Florian Azizian
committed
background-color: $secondary;
color: #666 !important;
}
.infoPj{
width: 30%;
display: inline-block;
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;

Florian Azizian
committed
padding-left: 10px;
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
}
.infoPj label{
vertical-align: top;
}
/* NG TABLE */
.ng-table th{
text-align:left;
padding: 5px;
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.ng-table th.sortable{
cursor:pointer;
}
.ng-table th.sortable .sort-indicator{
padding-right:18px;
position:relative;
}
.ng-table th.sortable .sort-indicator:after,.ng-table th.sortable .sort-indicator:before{
content:"";
border-width:0 4px 4px;
border-style:solid;
border-color:#000 transparent;
visibility:visible;
right:5px;
top:50%;
position:absolute;
opacity:.3;
margin-top:-4px;
}
.ng-table th.sortable .sort-indicator:before{
margin-top:2px;
border-bottom:none;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #000;
}
.ng-table th.sortable .sort-indicator:hover:after,.ng-table th.sortable .sort-indicator:hover:before{
opacity:1;
visibility:visible;
}
.ng-table th.sortable.sort-asc,.ng-table th.sortable.sort-desc{
background-color:rgba(141,192,219,.25);
text-shadow:0 1px 1px hsla(0,0%,100%,.75);
}
.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-desc .sort-indicator:after{
margin-top:-2px;
}
.ng-table th.sortable.sort-asc .sort-indicator:before,.ng-table th.sortable.sort-desc .sort-indicator:before{
visibility:hidden;
}
.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:hover:after,.ng-table th.sortable.sort-desc .sort-indicator:after{
visibility:visible;
filter:alpha(opacity=60);
-khtml-opacity:.6;
-moz-opacity:.6;
opacity:.6;
}
.ng-table th.sortable.sort-desc .sort-indicator:after{
border-bottom:none;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:4px solid #000;
box-shadow:none;
}
.ng-table th.filter .input{
margin:0;display:block;
width:auto;
/*min-height:30px;*/
font-size: 9px;
box-sizing:border-box;
}
.ng-table .ng-table-group-header th{
text-align:left;
}
.ng-table .ng-table-group-selector{display:block}.ng-table .ng-table-group-close,.ng-table .ng-table-group-toggle{float:right}.ng-table .ng-table-group-toggle{margin-right:5px}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid #999}.ng-table-responsive tr{border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}.ng-table-responsive td:before{content:attr(data-title-text)}.ng-table-responsive,.ng-table-responsive tbody,.ng-table-responsive td,.ng-table-responsive th,.ng-table-responsive thead,.ng-table-responsive tr{display:block}}.ng-table-pagination{margin-top:0}.filter:after,.filter:before,.ng-table-group-selector:after,.ng-table-group-selector:before{display:table;content:" "}.filter:after,.ng-table-group-selector:after{clear:both}.filter>.filter-cell{float:left;box-sizing:border-box}.filter-horizontal>.filter-cell{padding:0 2px}.filter-horizontal>.filter-cell:first-child{padding-left:0}.filter-horizontal>.filter-cell.last,.filter-horizontal>.filter-cell:last-child{padding-right:0}.s12{width:100%}.s11{width:91.66666666666666%}.s10{width:83.33333333333334%}.s9{width:75%}.s8{width:66.66666666666666%}.s7{width:58.333333333333336%}.s6{width:50%}.s5{width:41.66666666666667%}.s4{width:33.33333333333333%}.s3{width:25%}.s2{width:16.666666666666664%}.s1{width:8.333333333333332%}@media all and (max-width:468px){.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8,.s9,.s10,.s11,.s12{width:100%}.filter>.filter-cell{padding:0}}
.ng-table {
margin-bottom: 20px;
max-width: 100%;
width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;

Florian Azizian
committed
border-bottom: solid 1px $primary;
}
.ng-table td{
text-align: left;
padding: 10px;
}
.ng-table th{

Florian Azizian
committed
border-bottom: solid 1px $primary;
}
.ng-table-counts{
display:none;
}
.ng-table-pagination li{
display: inline-block;

Florian Azizian
committed
border: solid 1px $primary;
padding: 5px;
margin:5px;
border-radius: 10px;
}
.ng-table-pagination li.active{

Florian Azizian
committed
background : $primary;
color: white;
}
.ng-table-pagination li.active a{
color: white;
}
.ng-table-pagination li:hover{

Florian Azizian
committed
background : $primary;
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
color: white;
}
.ng-table-pagination li:hover a{
color: white;
}
.ng-table tr:nth-child(even) {
background-color: rgba(141,192,219,.25);
}
.ng-table th:nth-child(1) {
width:20%;
}
.ng-table th:nth-child(2) {
width:20%;
}
.ng-table th:nth-child(3) {
width:60%;
}
#footer{
padding: 0px;
}
.pjSign{
text-align: left;
height: auto;
position: absolute;
bottom: 0px;
background: white;
margin-bottom: 5px;

Florian Azizian
committed
width : 80px;
-webkit-transition: width 0.5s; /* Safari */
transition: width 0.5s;
overflow:auto !important;
}
.pjSign.signed{
width: auto !important;
}
.pjSign img{
border: solid 2px white;
height: 30px;
width: 50px;
-webkit-transition: height 0.5s; /* Safari */
transition: height 0.5s;
}
.pjSign:hover img{
height: 60px;
width:auto;
-webkit-transition: height 0.5s; /* Safari */
transition: height 0.5s;
}
.pjSign:hover img:hover{

Florian Azizian
committed
border: solid 2px $primary;
}
.pjSign:hover {
width : 95%;
-webkit-transition: width 0.5s; /* Safari */
transition: width 0.5s;
}
.visaPjView{
color: initial;
}
.panelRightListPj{

Florian Azizian
committed
padding: 3px;
margin-bottom: 5px;
cursor: pointer;
}
.panelRightListPj:hover{

Florian Azizian
committed
color: $primary;
}
.panelRightAddPj{
display: block;
margin: auto;
margin-bottom: 10px;
font-size: 10px;

Florian Azizian
committed
height:40px;
width:40px;
cursor: pointer;
padding: 10px;
background-color: #16a765;
color: white;
border-radius: 25px;
-moz-box-shadow: 0px 0px 10px 0px #656565;
-webkit-box-shadow: 0px 0px 10px 0px #656565;
-o-box-shadow: 0px 0px 10px 0px #656565;
box-shadow: 0px 0px 10px 0px #656565;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
}
.visaPjUp{
margin: auto;
margin-bottom: 10px;
font-size: 10px;

Florian Azizian
committed
height:40px;
width:40px;
cursor: pointer;
padding: 10px;
background-color: #4285f4;
color: white;
border-radius: 25px;
-moz-box-shadow: 0px 0px 10px 0px #656565;
-webkit-box-shadow: 0px 0px 10px 0px #656565;
-o-box-shadow: 0px 0px 10px 0px #656565;
box-shadow: 0px 0px 10px 0px #656565;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
}
.visaPjDel{
margin: auto;
font-size: 10px;

Florian Azizian
committed
height:40px;
width:40px;
cursor: pointer;
padding: 10px;
background-color: #d14836;
color: white;
border-radius: 25px;
-moz-box-shadow: 0px 0px 10px 0px #656565;
-webkit-box-shadow: 0px 0px 10px 0px #656565;
-o-box-shadow: 0px 0px 10px 0px #656565;
box-shadow: 0px 0px 10px 0px #656565;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
}
.visaNoPdfWarning{
border: dashed;
font-weight: bold;
opacity: 0.5;
white-space: normal;
font-size: 40px;
}
.visaNoWorkflowWarning{

Florian Azizian
committed
height: 97%;
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
width:100%;
font-size: 40px;
border: dashed;
font-weight: bold;
opacity: 0.5;
white-space: normal;
margin-top: 10px;
}
.visaNoPjWarning{
height: 80vh;
font-size: 40px;
border: dashed;
font-weight: bold;
opacity: 0.5;
white-space: normal;
margin-top: 10px;
}
.visaDisabledButton{
cursor: inherit;
opacity: 0.3;
}
.chosen-container-single .chosen-default {
color: black !important;
}
#visa_content select{
font-size: 11px;
}
.nbResZero{
background: #666;
color: white;
padding: 3px;
border-radius: 7px;
}
.nbRes{

Florian Azizian
committed
background: $secondary;
color: white;
padding: 3px;
border-radius: 7px;

Florian Azizian
committed
}
.haveContent {
font-size: 9px !important;
color: $secondary;
margin-left: 2px;
}
.button-form-primary-filled {
background: $primary;
border: solid 1px white;
color: white;
border-radius: 30px;
padding-left: 20px;
padding-right: 20px;
-webkit-transition: all 0.1s;
transition: all 0.1s;
margin-left: 5px;
}

Florian Azizian
committed
.inputConsigne {
height: 22px;
margin-top: 2px;
color: black;
font-weight: normal;
}