blob: e3ba2cb9e8ee3f21396e8b0fd6a006d15215952e [file] [log] [blame]
Matteo Scandolo9a607262015-11-10 17:13:04 +01001/*************************
Scott Baker5e74a262014-03-27 09:21:16 -07002colors:
3 tab - active/focus color
4 background-color: #105E9E !important;
5
6ONLab darker blue select :: background-color: #004775;
7#0170BB
8 left-nav
9 background-color: #448CCA;
10 background-color // normal: #B4CADF
1191BFE4
12
13*************************/
14
Matteo Scandolo9a607262015-11-10 17:13:04 +010015html, body {
Matteo Scandolo9ff1a2a2015-11-11 12:29:36 +010016 /*height: 100%;*/
17 min-height: 100%;
Matteo Scandolo9a607262015-11-10 17:13:04 +010018 margin: 0;
19}
20
Matteo Scandolo9ff1a2a2015-11-11 12:29:36 +010021body{
22 max-width: 100%;
23 overflow-x: hidden;
Matteo Scandolo9a607262015-11-10 17:13:04 +010024}
25
Matteo Scandolo9ff1a2a2015-11-11 12:29:36 +010026/*#wrap {
27 min-height: 100%;
28}*/
29
Matteo Scandoloc442e102015-11-11 11:45:10 +010030/* ************************* SIDENAV TOGGLE ************************* */
31
32#wrapper {
33 padding-left: 0;
34 -webkit-transition: all 0.5s ease;
35 -moz-transition: all 0.5s ease;
36 -o-transition: all 0.5s ease;
37 transition: all 0.5s ease;
38}
39
40#wrapper.toggled {
41 padding-left: 250px;
42}
43
44#sidebar-wrapper {
45 z-index: 1000;
46 position: fixed;
47 left: 250px;
48 width: 0;
49 height: 100%;
50 margin-left: -250px;
51 overflow-y: auto;
52 -webkit-transition: all 0.5s ease;
53 -moz-transition: all 0.5s ease;
54 -o-transition: all 0.5s ease;
55 transition: all 0.5s ease;
56}
57
58#wrapper.toggled #sidebar-wrapper {
59 width: 250px;
60 padding: 10px;
61}
62
63#page-content-wrapper {
64 width: 100%;
65 position: absolute;
66 padding: 15px;
67}
68
69#wrapper.toggled #page-content-wrapper {
70 position: absolute;
71 margin-right: -250px;
72}
73
74@media(min-width:768px) {
75 #wrapper {
76 padding-left: 250px;
77 }
78
79 #wrapper.toggled {
80 padding-left: 0;
81 }
82
83 #sidebar-wrapper {
84 width: 250px;
85 padding: 10px;
86 }
87
88 #wrapper.toggled #sidebar-wrapper {
89 width: 0;
90 }
91
92 #page-content-wrapper {
93 padding: 20px;
94 position: relative;
95 }
96
97 #wrapper.toggled #page-content-wrapper {
98 position: relative;
99 margin-right: 0;
100 }
101}
102
103.navbar-toggle{
104 border: 1px solid #08C;
105}
106
107.navbar-toggle .icon-bar{
108 background: #08C;
109}
110/* ************************* END SIDENAV TOGGLE ************************* */
111
112/* ************************* HEADER STYLE ************************* */
113
114.header{
115 background-color: #ffffff !important;
116 border-bottom: 3px solid #C5CCD4;
117 margin-bottom: 14px;
118 height: 85px;
119}
120
121.header .logo{
122 max-height: 80px;
123}
124
125.nav-quick-search{
126 margin: 30px -10px 0px 0px !important;
127 padding:0 25px 0 0 !important;
128 float:right !important;
129}
130
131.nav-quick-search .search-query{
132 border-radius:5px;
133 border:none;
134 box-shadow:0px;
135 background-color:lightGrey;
136 padding-left: 27px;
137}
138
139
140.header #branding {
141 width: 100%;
142 height:60px;
143 border-right:none;
144}
145
146.header a {
147 color: #08C;
148 font-weight: bold;
149 /*border-bottom: 1px solid #C5CCD4;*/
150}
151a {
152 color: #08C;
153 font-weight: bold;
154 /*border-bottom: 1px solid #C5CCD4;*/
155}
156
157
158#branding2{
159height:20px;
160width:100%;
161color: #333;
162/*background-color: #000000;*/
163margin-bottom: 10px;
164}
165
166.header #user-tools {
167 padding: 12px 20px 0px 0px;
168 float: right;
169 margin-top: -5px;
170}
171
172.header .header-content .date{
173padding-left:10px;
174}
175
176.header .header-content .time {
177font-weight: normal;
178}
179.header .header-content.header-content-first{
180height: 15px;
181padding-bottom: 0px;
182}
183
184.header .header-content {
185padding-bottom: 0px;
186padding: 7px 0 0 0px;
187}
188
189/************************* END HEADER *************************/
190
191/************************* FOOTER *************************/
192
193.footer{
194 z-index: 1001;
Matteo Scandolo545216e2015-12-06 10:20:43 -0800195 position: fixed;
Matteo Scandoloc442e102015-11-11 11:45:10 +0100196}
197
Matteo Scandolo9ff1a2a2015-11-11 12:29:36 +0100198/* FIXME */
199@media(max-width:768px) {
200 .footer{
201 display: none;
202 }
203
204 #page-content-wrapper{
205 padding-bottom: 60px;
206 }
207}
208
Matteo Scandoloc442e102015-11-11 11:45:10 +0100209.footer .content .statusMsg {
210 float: right;
211 padding: 15px 20px 0 0;
212 display: block;
213}
214/************************* END FOOTER *************************/
215
216/************************* NAV *************************/
Matteo Scandolo9ff1a2a2015-11-11 12:29:36 +0100217
218#sidebar-wrapper {
219 -webkit-box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.75);
220 -moz-box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.75);
221 box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.75);
222}
223
Matteo Scandoloc442e102015-11-11 11:45:10 +0100224#sidebar-wrapper .logo{
225 max-width: 100%;
226}
227
Matteo Scandolo95d128c2015-12-07 13:35:29 -0800228.icon-home ,.icon-deployment ,.icon-site ,.icon-slice ,.icon-user, .icon-reservation, .icon-app, .icon-cog {
229 background-position: left center;
230 width:22px;
231 height:22px;
232 display: inline-block;
233 margin-right: 10px;
234 position: relative;
235 top: 5px;
236}
237
Matteo Scandoloc442e102015-11-11 11:45:10 +0100238.icon-app {
239background-image: url("opencloudApp.png");
240}
241.icon-home {
242/* Going with darker standard color nav -- so using over png's background-image: url("Home.png"); */
243background-image: url("Home.png");
244}
245.icon-deployment{
246background-image: url("Deployments.png");
247}
248.icon-site{
249background-image: url("Sites.png");
250}
251.icon-slice{
252background-image: url("Slices.png");
253}
254.icon-user{
255background-image: url("Users.png");
256}
257.icon-reservation{
258background-image: url("Reservations.png");
259}
Matteo Scandolo95d128c2015-12-07 13:35:29 -0800260.icon-cog{
261background-image: url("Services.png");
262}
Matteo Scandoloc442e102015-11-11 11:45:10 +0100263
264#sidebar-wrapper>ul>li.active>a>.icon-home ,
265/*#sidebar-wrapper>ul>li:hover>a>.icon-home ,*/
266#sidebar-wrapper>ul>li.focus>a>.icon-home{
267 background-image: url("Home_over.png");
268}
269
270#sidebar-wrapper>ul>li.active>a>.icon-deployment,
271/*#sidebar-wrapper>ul>li:hover>a>.icon-deployment,*/
272#sidebar-wrapper>ul>li.focus>a>.icon-deployment{
273 background-image: url("Deployments_over.png");
274}
275#sidebar-wrapper>ul>li.active>a>.icon-site,
276/*#sidebar-wrapper>ul>li:hover>a>.icon-site,*/
277#sidebar-wrapper>ul>li.focus>a>.icon-site{
278 background-image: url("Sites_over.png");
279}
280#sidebar-wrapper>ul>li.active>a>.icon-slice,
281/*#sidebar-wrapper>ul>li:hover>a>.icon-slice,*/
282#sidebar-wrapper>ul>li.focus>a>.icon-slice{
283 background-image: url("Slices_over.png");
284}
285#sidebar-wrapper>ul>li.active>a>.icon-user,
286/*#sidebar-wrapper>ul>li:hover>a>.icon-user,*/
287#sidebar-wrapper>ul>li.focus>a>.icon-user{
288 background-image: url("Users_over.png");
289}
290#sidebar-wrapper>ul>li.active>a>.icon-reservation,
291/*#sidebar-wrapper>ul>li:hover>a>.icon-reservation,*/
292#sidebar-wrapper>ul>li.focus>a>.icon-reservation{
293 background-image: url("Reservations_over.png");
294}
Matteo Scandolo95d128c2015-12-07 13:35:29 -0800295
296#sidebar-wrapper>ul>li.active>a>.icon-cog,
297/*#sidebar-wrapper>ul>li:hover>a>.icon-cog,*/
298#sidebar-wrapper>ul>li.focus>a>.icon-cog{
299 background-image: url("Services_over.png");
300}
Matteo Scandoloc442e102015-11-11 11:45:10 +0100301/************************* END NAV *************************/
302
Scott Baker5e74a262014-03-27 09:21:16 -0700303/* CSS for jquery Tabs */
304#hometabs {
305border-bottom: 1px solid #105E9E;
306font-size: 12px;
307border: 0px;
308}
309
310.ui-tabs-active {
311 color: #ffffff;
312 background-color: #105E9E;
313 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
314 font-weight: normal;
315}
316.nav > li > a:active {
317 color: #ffffff;
318 background-color: #105E9E;
319 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
320
321}
322.nav > li > a:focus {
323 color: #ffffff;
324 background-color: #105E9E;
325 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
326
327}
328.ui-state-focus a,
329.ui-state-focus a:link{
330 color: #ffffff;
331 background-color: #105E9E;
332 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
333}
334.ui-state-active a,
335.ui-state-active a:link{
336 color: #ffffff !important;
337 background-color: #105E9E !important;
338 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
339 font-weight: normal;
340}
Scott Baker5e74a262014-03-27 09:21:16 -0700341
Scott Baker624a0a02014-11-05 16:21:44 -0800342
Scott Baker771819b2014-03-19 22:10:17 -0700343.alignCenter {
344 text-align: center !important;
345 align: center !important;
346}
347table.dataTable tr.odd {
348background-color: white !important;
349}
350table.dataTable tr.odd td.sorting_1 {
351background-color: white !important;
352}
353table.dataTable tr.even td.sorting_1 {
354background-color: white !important;
355}
356table.dataTable thead th div.DataTables_sort_wrapper {
357 font-weight: bold;
358}
Tony Mack6a782f92015-09-13 22:50:39 +0000359.dashboard-hpc-instance .ui-widget-header, .dashboard-hpc-instance .ui-dialog-title, .dashboard-hpc-instance .ui-dialog-titlebar{
Scott Baker771819b2014-03-19 22:10:17 -0700360}
361.ui-widget-overlay {
362 background: black !important;
363}
364.ui-corner-all {
365border-bottom-left-radius: 0px !important;
366border-bottom-right-radius: 0px !important;
367}
368
369#suit-center {
Scott Baker5e74a262014-03-27 09:21:16 -0700370 /* min-width: 977px !important; */
371}
372#openCloudTopPage {
373 margin-top: -25px;
374 margin-right: -90;
375 float: right;
Scott Baker771819b2014-03-19 22:10:17 -0700376}
377#minDashboard {
Scott Baker5e74a262014-03-27 09:21:16 -0700378 /*min-width:625px; */
Scott Baker771819b2014-03-19 22:10:17 -0700379 display:inline;
380 float: right;
Scott Baker5e74a262014-03-27 09:21:16 -0700381 border: 2px darkGrey;
Scott Baker771819b2014-03-19 22:10:17 -0700382}
Scott Baker5feb27e2015-05-11 16:37:26 -0700383.ui-state-default #hometabs, .ui-widget-content .ui-state-default #hometabs, .ui-widget-header .ui-state-default {
Scott Baker771819b2014-03-19 22:10:17 -0700384background: none !important;
385border-top: 0px !important;
386border-left: 0px !important;
387border-right: 0px !important;
388}
389.ui-widget-header {
390background: none !important;
391border-top: 0px !important;
392border-left: 0px !important;
393border-right: 0px !important;
394}
395#suit_form_tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700396/*border-bottom: 1px solid #B5D1EA;*/
397border-bottom: 1px solid #105E9E !important;
398border-bottom-width: 5px !important;
Scott Baker771819b2014-03-19 22:10:17 -0700399border-bottom-style: solid;
Scott Baker5e74a262014-03-27 09:21:16 -0700400/*border-bottom-color: rgb(181, 209, 234);*/
401border-bottom-color: #448CCA;
Scott Baker771819b2014-03-19 22:10:17 -0700402color:#105E9E;
403}
Scott Baker771819b2014-03-19 22:10:17 -0700404.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
405color: #105E9E ;
406}
Scott Baker5e74a262014-03-27 09:21:16 -0700407.save-box {
408 background-color: #ffffff;
409 margin: 2px;
410}
411.save-box .btn-info {
412 font-size: 14px;
413 padding: 10px 20px 10px 20px;
414}
415.btn-success {
416 font-size: 12px;
417 font-weight: normal;
418 padding: 5px 10px 5px 10px;
419}
420.btn-success, .save-box .btn-info {
421 background: #27AE5F;
422 background-image: -webkit-linear-gradient(top, #27AE5F, #27ae60);
423 background-image: -moz-linear-gradient(top, #27AE5F, #27ae60);
424 background-image: -ms-linear-gradient(top, #27AE5F, #27ae60);
425 background-image: -o-linear-gradient(top, #27AE5F, #27ae60);
426 background-image: linear-gradient(to bottom, #27AE5F, #27ae60);
427 -webkit-border-radius: 5;
428 -moz-border-radius: 5;
429 border-radius: 5px;
430 text-shadow: 1px 1px 3px #666666;
431 font-family: Arial;
432 color: #ffffff;
433 text-decoration: none;
434 letter-spacing: 1px;
435}
436
437.btn-success:hover, .save-box .btn-info:hover {
438 background: #2ecc71;
439 text-decoration: none;
440}
441
442
Scott Baker771819b2014-03-19 22:10:17 -0700443
Siobhan Tullybfd11dc2013-09-03 12:59:24 -0400444.required:after {color: red ! important; font-size: 18px }
445#.btn-success {color:black}
Siobhan Tullyce652d02013-10-08 21:52:35 -0400446#suit-center {
447padding: 20px;
448width: 100%;
Matteo Scandolo9a607262015-11-10 17:13:04 +0100449/*min-width:650px;*/
Siobhan Tullyce652d02013-10-08 21:52:35 -0400450}
451.inner-two-columns .inner-center-column .tab-content {
Scott Baker5e74a262014-03-27 09:21:16 -0700452overflow-x: auto;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400453margin-bottom: 15px;
Scott Baker5e74a262014-03-27 09:21:16 -0700454/*min-width: auto;*/
455width:100%;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400456}
457.inner-two-columns .inner-center-column {
458#margin-right: 200px;
459#background-color: rgb(158, 163, 159);
460}
461label {
462display: block;
463font-weight: bold;
464margin-bottom: 5px;
465}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500466
Scott Baker5e74a262014-03-27 09:21:16 -0700467/*For changing background color of suit center*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500468#suit-center {
469background-color: #ffffff;
470}
471
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500472
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500473
474
475.nav-tabs-suit li{
Scott Baker5e74a262014-03-27 09:21:16 -0700476/*background-color: #CDE7FF;*/
477background-color: #FFFFFF;
478border-top-left-radius: 3px;
479border-top-right-radius: 3px;
480border-bottom-left-radius: 0px;
481border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500482}
483
484.nav-tabs-suit li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700485background-color:
486/*background-color: #CDE7FF;*/
487font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500488color: #105E9E;
Scott Baker5e74a262014-03-27 09:21:16 -0700489/*border-radius: 3px;*/
490border-top-left-radius: 3px;
491border-top-right-radius: 3px;
492border-bottom-left-radius: 0px;
493border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500494border: none;
495box-shadow: none;
496}
Scott Baker5e74a262014-03-27 09:21:16 -0700497
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500498.nav-tabs-suit li.active{
499/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700500/*background-color: #448CCA;*/
501 background-position: 50% 100%;
502background-image:url('down_arrow.png');
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500503}
504
505.nav-tabs-suit li.hover{
506/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700507/*background-color: #448CCA;*/
508color:#ffffff;
509/*font-size: 1.2em;*/
510font-weight: bold;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500511}
512
513.nav-tabs-suit li.active a {
Scott Baker5e74a262014-03-27 09:21:16 -0700514background-color: #ffffff;
515/*background-color: #448CCA;*/
516background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500517color:#ffffff;
Scott Baker5e74a262014-03-27 09:21:16 -0700518font-weight:normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500519padding-top:10px;
520text-decoration:none;
521}
522
523.nav-tabs-suit li.active a:after{ /*arrow added to downarrowdiv DIV*/
524width: 0;
525height: 0;
526border-left: 5px solid transparent;
527border-right: 5px solid transparent;
528border-top: 5px solid #2f2f2f;
529font-size: 0;
530line-height: 0;
531}
532
Matteo Scandolo05460b72015-12-07 14:05:04 -0800533.nav-tabs-suit li.active a:hover,
534.nav-tabs-suit li a:hover{
535 background-color: #105E9E;
536 /*background-color: #515151;*/
537 font-weight:normal;
538 /*font-size: 1.2em;*/
539 color:#ffffff;
540 /*padding-top:10px;
541 text-decoration:none;*/
542}
543
544.nav-tabs>.active>a{
545 border: none;
546}
547
548.nav-tabs-suit li a{
549 font-weight: normal;
550}
551
552.nav-tabs-suit li a:hover{
553 border: none;
554 color: #ffffff;
555 padding-top:10px;
556 border: 1px solid;
557 /*letter-spacing: 1px;*/
558 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
559}
560
561.nav-tabs-suit li.active a:hover{
562 /*border: none;*/
563}
564
565.nav-tabs-suit > li.active > a:focus {
566 background-color: #105E9E;
567 font-weight: normal;
Scott Baker5e74a262014-03-27 09:21:16 -0700568}
569
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500570.breadcrumb li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700571/*font-weight:bold;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500572}
573
574.nav-tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700575/*
576border-bottom: 1px solid #B5D1EA;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500577}
578
579.nav-tabs>li {
580margin-bottom: 0px;
581}
582
583/*.icon-home {
584background-image: url('home.png');
585background-repeat: no-repeat;
586background-position: 85%;
587}*/
588
589/*Changed Dec11*/
590
591/*
592.icon-home {
593background-image: url('home.png');
594background-repeat: no-repeat;
595background-position: 40%;
596width: 25px;
597height: 25px;
598vertical-align: middle;
599}
600*/
601
602
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500603.left-nav>ul>li.active>a:after {
604content: none;
605
606}
607
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500608/**
609* login page
610*/
611
612
613/*.login #wrap {
614background-color: #ffffff;
615}*/
616
617.login #content-main {
Scott Baker5e74a262014-03-27 09:21:16 -0700618width: 280px !important;
619min-width: 180px;
620height: 265px;
621 -webkit-border-radius: 5;
622 -moz-border-radius: 5;
623 border-radius: 5px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500624/*background: #EBF0F2;*/
625background: rgba(255,255,255,0.85);
626/*background: rgba(235,240,242,0.6);*/
Scott Baker5e74a262014-03-27 09:21:16 -0700627overflow: visible !important;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500628}
629
630.login #content-main h1 {
631/*background: #EBF0F2;*/
Matteo Scandolo93a1b5a2015-10-26 13:57:04 +0100632/*background: url("open-cloud-login-themed-light.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);*/
633background: url("cord_logo_3.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500634/*background-position: 40%;*/
635height: 55px;
636background-repeat: no-repeat;
637font-size: 0px;
638padding-top: 70px;
639}
640.login #content-main h1 i {
641display:none;
642}
643
644.login #content-main h1 img{
645padding-left: 8px;
646}
647
648.login #content-main .control-group .control-label{
649display:none;
650}
651
Scott Baker6985cd52014-08-05 09:51:40 -0700652.login #content-main form input[type=text], .requestDialog.ui-widget input{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500653width: 94%;
654padding:4px 6px;
655border-radius: 0px;
656height: 30px;
Scott Baker6985cd52014-08-05 09:51:40 -0700657background-color: rgb(250, 255, 189);
658/*background-image: url('name.png');*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500659background-repeat: no-repeat;
660background-position: 95%;
661font-size: 12px;
662}
663
664.login #content-main form input[type=password] {
665 width: 94%;
666padding:4px 6px;
667font-size: 12px;
668border-radius: 0px;
669height: 30px;
670background-color: #E5E5E5;
671background-image: url('password.png');
672background-repeat: no-repeat;
673background-position: 95%;
674}
675
676.login #content-main .submit-row{
677background: #EBF0F215px;
678background: rgba(235,240,242,0.0);
679border-top:none;
680padding-top:0px;
681box-shadow: none;
682}
683
684.login #content-main .submit-row .btn-info {
685background-color : #448CCA;
686background-image: none;
687height: 40px;
688border-radius: 0px;
689width: 100%;
690margin-bottom: 4px;
691}
692#forgot_pwd{
693font-size: 11px;
694font-style: normal;
695text-decoration: none;
696}
697
698#create_acct{
699font-size: 11px;
700font-style: normal;
701text-decoration: none;
702padding-left: 45px;
703}
704
705/*Dec 11 2013*/
706
707.nav-tabs-suit li.active a{
Scott Baker5e74a262014-03-27 09:21:16 -0700708letter-spacing: 1px;
709text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
710/*text-shadow: none;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500711-webkit-box-shadow: none;
712-moz-box-shadow: none;
713box-shadow: none;
Scott Baker5e74a262014-03-27 09:21:16 -0700714*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500715}
716
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500717/*.nav-tabs-suit li.active {*/
718 /*background: transparent url('home.png') no-repeat scroll center bottom;*/
719 /*border-left: 5px solid transparent;
720border-right: 5px solid transparent;
721border-top: 5px solid #2f2f2f;
722font-size: 0;
723line-height: 0;
724width: 0;;
725height: 0;
726 margin: 0;
727}*/
728
729.login {
Matteo Scandoloc442e102015-11-11 11:45:10 +0100730 background-image: url('bg.jpg');
731 background-size: cover;
732 background-position: center;
733 background-repeat: no-repeat;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500734}
735
736
737.login #content-main {
738 float: none;
739 height: 330px;
740 margin: 100px auto 0;
741 width: 265px;
742}
743
Scott Baker5e74a262014-03-27 09:21:16 -0700744/** Leave room for scroll bar now that contents can be appropriately scrolled **/
745.form-horizontal .inline-group .add-row {
746 margin: -1px -1px 15px 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500747}
748
Scott Baker5e74a262014-03-27 09:21:16 -0700749/** Setting overflow and 1kpx to deal with inlines/forms overlapping on
750 browser resizes **/
751#content-main {
752 overflow-x:auto;
Matteo Scandolo9a607262015-11-10 17:13:04 +0100753 /*min-width: 1000px;*/
Scott Baker5e74a262014-03-27 09:21:16 -0700754}
755
756.tab-content tab-content-main {
757 overflow-x: auto !important;
758}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500759
760#wrap{
761background:none;
762}
763
Scott Baker5e74a262014-03-27 09:21:16 -0700764.noclearfix {
765 display:block; clear:left; width:0px; height:0px;
766}
767
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500768body{
769background-color:#ffffff;
770}
771
772.suit-column{
773background-color:#ffffff;
774}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500775/*Added on 13th*/
776
777/*.input-icon {
778margin-right: 30px;
779}
780
781.icon-search{
782
783margin-left: -165px;
784}*/
785
786.login #content-main form {
787margin: 5px 15px 0;
788}
789
790.login {
791height: 84.5%;
792}
793
794
795.login #wrap {
796 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
Matteo Scandoloe34392f2015-11-10 17:29:57 +0100797 overflow: hidden;
Matteo Scandolof0054882015-11-10 19:31:35 +0100798 padding: 0f;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500799}
800#wrap {
801 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
802}
803#wrap {
Matteo Scandolo9a607262015-11-10 17:13:04 +0100804 padding-bottom: 60px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500805}
806
807.forgotLink {
808 width: 45%;
809 text-align: left;
810 float: left;
811}
812
Scott Baker6985cd52014-08-05 09:51:40 -0700813#request-account-form{
814 display:none;
815}
816
817#requestAccountLink {
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500818 width: 55%;
819 text-align: right;
820 float: left;
Scott Baker6985cd52014-08-05 09:51:40 -0700821 padding-left: 21%;
822 cursor: pointer;
823 color: #448CCA;
824 text-decoration: underline;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500825}
826
827.login .btn-info {
828 color: #FFF;
829}
830
831.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
Scott Baker5e74a262014-03-27 09:21:16 -0700832 /*background-color: #448CCA;*/
833 background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500834 color: #FFF;
835 border: none;
836}
837
838/*Added by Beena for adding the three components in dashboard*/
839.breadcrumb{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500840 display:inline-block;
841 background-color: #fff;
842
843}
844
845.nodetextbox{
Scott Baker5e74a262014-03-27 09:21:16 -0700846 /*background-color: #ededed;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500847 line-height: 25px;
848 width: 150px;
849 text-align: center;
850 font-weight: bold;
Scott Baker5e74a262014-03-27 09:21:16 -0700851 margin-left:0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500852 display:inline-block;
853 border:none;
854 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
Scott Baker5e74a262014-03-27 09:21:16 -0700855 font-size: 8px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500856}
857
858.nodelabel{
Scott Baker5e74a262014-03-27 09:21:16 -0700859width: 20px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500860display: inline-block;
861border-radius: 0px;
862border:1px solid #000;
Scott Baker5e74a262014-03-27 09:21:16 -0700863/*line-height: 23px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500864text-align: center;
Scott Baker5e74a262014-03-27 09:21:16 -0700865font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500866}
867
Scott Baker5e74a262014-03-27 09:21:16 -0700868#user-tools {
869 font-weight: bold;
870}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500871.header-content .header-column {
872 display: none;
873}
874.header .input-icon {
875 background-image: url("Search.png");
876 background-repeat: no-repeat;
877background-position:left center;
878opacity:1;
879 background-size: 100%;
880 vertical-align:middle;
881 margin-right: -30px;
882 /*margin-top: 5px;*/
883 position: relative;
884 height: 22px;
885 width: 22px;
886}
887
888.header .icon-search {
889 /*background-image: url("search.png") !important;
890 background-repeat: no-repeat !important;
891 background-size: 120% auto !important;
892 background-position: 0;*/
893}
894
Siobhan Tullye18b3442014-02-23 14:23:34 -0500895#dashboardHPC {
896 padding-bottom: 10px;
897}
898.summary-attr {
899 padding-right: 20px;
900}
901.summary-attr-util {
902 padding-right: 20px;
903 color: green;
904}
905.SiteDetail {
906color: darkBlue;
907 font-size: 1.5em;
908}
Tony Mack6a782f92015-09-13 22:50:39 +0000909#addInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500910 color: green;
911text-decoration: underline;
912 padding-right: 20px;
913}
Tony Mack6a782f92015-09-13 22:50:39 +0000914#remInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500915 color: red;
916 text-decoration: underline;
917}
918#map-us {
919 padding-top: 10px;
920 width: 700px;
921 height: 400px;
922}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500923
Scott Baker5e74a262014-03-27 09:21:16 -0700924.minidashbutton {
925 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
926 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
927 box-shadow:inset 0px 1px 0px 0px #ffffff;
928 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
929 background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
930 background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
931 background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
932 background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
933 background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
934 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
935 background-color:#ffffff;
936 -moz-border-radius:6px;
937 -webkit-border-radius:6px;
938 border-radius:6px;
939 border:1px solid #dcdcdc;
940 display:inline-block;
941 cursor:pointer;
942 color:#666666;
943 font-family:arial;
944 font-size:15px;
945 font-weight:bold;
946 padding:6px 24px;
947 text-decoration:none;
948 text-shadow:0px 1px 0px #ffffff;
949}
950.minidashbutton:hover {
951 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
952 background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
953 background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
954 background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
955 background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
956 background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
957 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
958 background-color:#f6f6f6;
959}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500960
Scott Baker5e74a262014-03-27 09:21:16 -0700961.newMiniDashboard {
962 border: 1px solid green;
963 width: auto;
964}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500965
Scott Baker5e74a262014-03-27 09:21:16 -0700966.endDashPair {
967 clear: left;
968}
969.miniDashPair {
970 float: left;
971 width: auto;
972 margin-left: 20px;
973}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500974
Scott Baker5e74a262014-03-27 09:21:16 -0700975.miniDashPair label {
976 text-align: center;
977}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500978/* Charts CSS */
979p.numeral
980{
981 font-size:32pt;
982 color:#ffffff;
983 opacity: 0.7;
984 font-family:Helvetica Neue;
985 font-weight:100;
986 text-align:center;
987 line-height:75%;
988}
989
990.helper-text
991{
992 border: 1px solid #fff;
993 padding: 7px;
994 border-radius: 18px;
995 font-size:13pt;
996 color:#ffffff;
997 opacity: 0.7;
998 font-family:Helvetica Neue;
999 font-weight:200;
1000 text-align:center;
1001 line-height:100%;
1002}
1003p.osobject
1004{
1005 font-size:12pt;
1006 color:#ffffff;
1007 opacity: 0.7;
1008 font-family:Helvetica Neue;
1009 font-weight:200;
1010 text-align:center;
1011 line-height:100%;
1012}
1013
1014p.heading
1015{
Scott Baker5e74a262014-03-27 09:21:16 -07001016 font-size:20px;
1017 letter-spacing: 1px;
1018 color: black;
1019 font-family:Arial;
1020 font-weight:bold;
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001021 text-align:center;
1022}
1023
1024/*p.heading
1025{
1026 font-size:32pt;
1027 color:#ffffff;
1028 opacity: 0.7;
1029 font-family:Helvetica Neue;
1030 font-weight:200;
1031 text-align:center;
1032}*/
1033
1034div.graph
1035{
1036 height:340px;
1037}
1038
1039div.numeral
1040{
1041 height:120px;
1042}
1043
1044div.heading
1045{
1046 height:10px;
1047}
1048
1049div.padding
1050{
1051 height:20px;
1052}
1053
1054div.chartContainer
1055{
Scott Baker5e74a262014-03-27 09:21:16 -07001056 /*background-image:url('chartsBg.jpg');*/
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001057 width:527px;
1058 height:400px;
1059 border:1px;
1060}
1061
1062/* D3 */
1063
1064.axis path,
1065.axis line {
1066 fill: none;
1067 stroke: #ffffff;
1068 opacity: 0.7;
1069 shape-rendering: crispEdges;
1070}
1071
1072
1073.x.axis path {
1074 display: none;
1075}
1076
1077.x.axis text {
1078 fill: white;
1079 opacity: 0.5;
1080}
1081
1082.y.axis text {
1083 opacity: 0.5;
1084 fill: white;
1085}
1086
1087.y.axis text.legend {
1088 opacity: 1.0;
1089 fill: white;
1090 font-size:8pt;
1091}
1092
1093.line {
1094 fill: none;
1095 stroke: white;
1096 stroke-width: 3px;
1097 opacity: 0.6;
1098}
1099
1100
Scott Baker5e74a262014-03-27 09:21:16 -07001101/****** Added in so that we can have a loader show as charts get ready to render ***/
1102.loading {
1103 //background-color: orange;
1104 background-image: url(spinner.gif) no-repeat center middle;
1105 text-align: center;
1106 font-size: 20px;
1107 height: 100%
1108/* width: auto;*/
1109 float: left;
1110 padding: 10px;
1111}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001112/* Charts CSS */
Scott Baker5e74a262014-03-27 09:21:16 -07001113
1114#tabs-4 {
1115 margin: 40px;
1116 font-size: 24px;
1117 font-weight: bold;
1118}
Scott Baker537d8232014-04-08 23:40:56 -07001119
1120.tenant-row{
Scott Baker26d69d72014-04-22 13:49:36 -07001121 padding-bottom: 0.7%;
1122}
1123
1124/***********TENANT VIEW*************/
1125
1126#image-dropdown,#slice-image-value,#adv-slice-image-value{
1127 margin-left: 5%;
1128}
1129
Scott Baker6985cd52014-08-05 09:51:40 -07001130
1131#adv-slice-image-value{
1132margin-right: 0.5%;
1133}
1134
1135#adv-network-value {
1136margin-right: 0.3%;
1137}
1138
Scott Baker168b7412014-05-16 14:25:41 -07001139#network-dropdown,#adv-network-dropdown,#adv-network-value{
Scott Baker26d69d72014-04-22 13:49:36 -07001140 margin-left: 3.7%;
1141}
1142
1143#service-level-dropdown,#service-level-value,#adv-service-level-dropdown,#adv-service-level-value{
1144 margin-left: 0.2% !important;
1145}
1146
1147#slice-name-value,#adv-slice-name-value{
1148 margin-left: 2%;
1149}
1150#adv-dataset-dropdown{
Scott Baker6985cd52014-08-05 09:51:40 -07001151margin-left: 3.7%;
Scott Baker26d69d72014-04-22 13:49:36 -07001152}
Tony Mack6a782f92015-09-13 22:50:39 +00001153#advanced-tenant,#basic-tenant,#instance-btn,#save-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001154 float:right;
1155}
Scott Baker6985cd52014-08-05 09:51:40 -07001156 #delete-slice-btn,#download-details,#add-user-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001157 margin-left:1%;
1158}
1159
Tony Mack6a782f92015-09-13 22:50:39 +00001160#instance-btn,#save-btn,#create-slice-btn,#delete-slice-btn,#add-user-btn,#download-details{
Scott Baker26d69d72014-04-22 13:49:36 -07001161 margin-top:1%;
1162}
1163
1164.tenantDialog.ui-widget input{
1165 border-radius: 0px !important;
Scott Baker4b0cedd2014-04-22 21:01:21 -07001166 height: 12px !important;
1167 width: 180px !important;
1168 margin-right: 10% !important;
1169 float: right;
Scott Baker26d69d72014-04-22 13:49:36 -07001170}
1171
1172.tenantDialog .ui-dialog-buttonset .ui-button{
1173border-radius: 0 !important;
1174background-color: grey !important;
1175font-weight: bold !important;
1176font-size: 0.9em; !important
1177}
1178
1179.tenantDialog .ui-dialog-titlebar{
1180border-radius: 0 !important;
1181background-color: grey !important;
1182}
1183
1184.create-slice-row{
Scott Baker4b0cedd2014-04-22 21:01:21 -07001185 margin-bottom: 4%;
1186 clear: both;
1187 height: 25px;
Scott Baker26d69d72014-04-22 13:49:36 -07001188}
1189
1190.create-slice-row label, .tenantDialog label{
1191 margin-right:1%;
1192 float:left;
1193}
1194
1195.create-slice-row select{
1196 height:24px;
1197 width: 196px;
1198 font-size: 0.9em !important;
1199}
1200
1201.tenant-create-slice{
1202 float:right;
1203 margin-right: 10% !important;
1204}
1205
1206#delete-slice{
1207float: right;
1208}
1209
1210#tooltip,#adv-tooltip,#basic-tooltip{
1211font-size:0.7em;
1212color:red;
1213display:none;
1214}
1215
1216#tenantSliceDataWrapper {
1217 padding: 1% 0;
1218}
1219
1220#advancedTenantSliceDataWrapper .help-inline{
1221 font-size: 11px;
1222 color: #999;
1223 padding-bottom: 1%;
Scott Baker537d8232014-04-08 23:40:56 -07001224}
Scott Baker4b0cedd2014-04-22 21:01:21 -07001225
1226.create-slice-row label{
1227 clear:both;
1228 margin-right: 1%;
1229}
Scott Baker520b8df2014-04-22 22:35:52 -07001230
Tony Mack6a782f92015-09-13 22:50:39 +00001231#advNumOfInstances{
Scott Baker520b8df2014-04-22 22:35:52 -07001232 margin-right: 1% !important;
1233}
Scott Baker168b7412014-05-16 14:25:41 -07001234
1235#private-vol-checkbox{
1236margin: 0 0 1% 1%;
1237}
1238
1239.public-key-warning{
1240text-align: center;
1241display:none;
1242}
1243
1244#private-vol{
1245margin-right: 15% !important;
Scott Baker6985cd52014-08-05 09:51:40 -07001246}
1247.customize_row {
1248 display: table;
1249}
1250.customize_column {
1251 display: table-cell;
1252 padding: 10px;
1253}
1254
1255.request-form-row{
1256padding:1% 8%;
1257}
1258
1259.requestDialog{
1260background-color: white;
1261border-radius: 8px;
1262width: 30% !important;
1263height: 40% !important;
1264margin-top: -16%;
1265top: -103.703125px !important;
1266}
1267
1268.request-form-row label{
1269 float: left;
1270}
1271
1272
1273.requestDialog .ui-dialog-buttonset .ui-button{
1274border-radius: 0 !important;
1275background-color: grey !important;
1276font-weight: bold !important;
1277font-size: 0.9em; !important
1278}
1279
1280.requestDialog .ui-dialog-titlebar-close{
1281float:right;
1282}
1283
1284#request-signup{
1285height: 40px !important;
1286margin: 0 14%;
1287float: left;
1288background-color: #448CCA;
1289background-image: none;
1290width: 70% !important;
1291}
1292
1293.requestDialog .ui-dialog-titlebar{
1294border-radius: 0 !important;
1295height: 25px;
1296padding-top: 2%;
1297}
1298
1299.requestDialog #ui-id-1{
1300padding-left: 28%;
1301font-size: medium;
1302}
1303
1304#request-site-name{
1305 width: 98%;
1306}
Matteo Scandolo95d128c2015-12-07 13:35:29 -08001307
1308
1309/* VCPe ADMIN FIX */
1310/*form#vcpeservice_form ul li {
1311 display: inline-block;
1312 background: red;
1313 margin-top: 10px;
1314 width: auto;
1315 padding: 10px;
1316 border-radius: 5px;
1317}*/