summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/styles/ecomp.css
blob: 7b659e9c6a51a076f434ae5e94dab40116e52f67 (plain)
1
2
3
4
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
64
65
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
.menu-icon {
	line-height: 40px;
}

.menu-icon-collapse {
	line-height: 40px;
	margin-top:10px;
	margin-bottom:10px;
}

.header-container {
	width: 100%;
	float: left;
}
.menu-container {
	float: left;
	position:fixed;
	background-color:#f2f2f2
}
.content-container {
	min-height: 650px;
	width: calc(100% - 250px);
}
.footer-container {
	float:left;
	position: relative;
    z-index: 2;
	width: 100%;
	position:relative;
	z-index:2;
}

.footer-global i {
	font-size:40px;
}

.b2b-header-tabs .header__item.profile .profile-info{
    border: 1px solid #d3d3d3;
    max-width:400px;
    width:300px;
    padding: 20px;
    pointer-events: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.25);
    color: #333;
    line-height: 20px;
    position: absolute;
    left:-123px;
    top:38px;
    display:none;
}


/*  .icon-accordion-plus, .icon-accordion-minus {
	float: right;
	line-height: 40px;
}
 */
 .b2b-ln-icon-fix-pos{
 	margin-top:10px;
 }
.left-menu-collapsed {
	width: 22px !important;
} 

.b2b-subnav-content > li > a {
	    display: inline;
}

#page-content{
	margin-left:250px;
}

.leftmenu-arrow-expand{
	margin-left:200px
}
.leftmenu-arrow-collapse{
	margin-left:0px;
}

.leftment-items{
	margin-left:40px;
}

.error-popup-body{
	word-wrap: break-word;
}

.build_number{
	color:white
}


/*popup modal sizes*/
.b2b-footer-wrapper .divider-bottom-footer{	
	padding: 30px 0 50px 0;	
}

.b2b-modal-header{
	font-size: 24px;
}

.b2b-modal-body{
	font-size: 14px;
}

/* applying default styles */

p,a{
	font-size:14px;
}

.b2b-footer-wrapper .copyright-text-sdk {
	color: #fff;
	font-size: 11px;
	text-align: left;
	font-family: "Omnes-ECOMP-W02", Arial; 
}
.b2b-footer-wrapper .copyright-text-sdk a {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
    display: inline-block; 
}
.b2b-footer-wrapper .copyright-text-sdk a:hover {
  	text-decoration: none; 
}