blob: 60140ce8f969d8bd8547c9ee1a6d6facbe62a7cc [file] [log] [blame]
Matteo Scandolo71097ca2015-12-07 14:53:11 -08001************************
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 Scandolo2d2484f2015-11-10 17:13:04 +010015html, body {
Matteo Scandolo8b9d46a2015-11-11 12:29:36 +010016 /*height: 100%;*/
17 min-height: 100%;
Matteo Scandolo2d2484f2015-11-10 17:13:04 +010018 margin: 0;
19}
20
Matteo Scandolo8b9d46a2015-11-11 12:29:36 +010021body{
22 max-width: 100%;
23 overflow-x: hidden;
Matteo Scandolo2d2484f2015-11-10 17:13:04 +010024}
25
Matteo Scandolo8b9d46a2015-11-11 12:29:36 +010026/*#wrap {
27 min-height: 100%;
28}*/
29
Matteo Scandolo48b1a1d2015-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 Scandoloecb373f2015-12-06 10:20:43 -0800195 position: fixed;
Matteo Scandolo48b1a1d2015-11-11 11:45:10 +0100196}
197
Matteo Scandolo8b9d46a2015-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 Scandolo48b1a1d2015-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 Scandolo8b9d46a2015-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 Scandolo48b1a1d2015-11-11 11:45:10 +0100224#sidebar-wrapper .logo{
225 max-width: 100%;
226}
227
Matteo Scandolo6471f3b2015-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 Scandolo48b1a1d2015-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 Scandolo6471f3b2015-12-07 13:35:29 -0800260.icon-cog{
261background-image: url("Services.png");
262}
Matteo Scandolo48b1a1d2015-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 Scandolo6471f3b2015-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 Scandolo48b1a1d2015-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
Matteo Scandolo6c788432015-12-07 17:32:39 -0800310.ui-tabs .ui-tabs-nav {
311 padding: 0 !important;
312}
313
Scott Baker5e74a262014-03-27 09:21:16 -0700314.ui-tabs-active {
315 color: #ffffff;
316 background-color: #105E9E;
317 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
318 font-weight: normal;
319}
320.nav > li > a:active {
321 color: #ffffff;
322 background-color: #105E9E;
323 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
324
325}
326.nav > li > a:focus {
327 color: #ffffff;
328 background-color: #105E9E;
329 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
330
331}
332.ui-state-focus a,
333.ui-state-focus a:link{
334 color: #ffffff;
335 background-color: #105E9E;
336 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
337}
338.ui-state-active a,
339.ui-state-active a:link{
340 color: #ffffff !important;
341 background-color: #105E9E !important;
342 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
343 font-weight: normal;
344}
Scott Baker5e74a262014-03-27 09:21:16 -0700345
Scott Baker35ae76a2014-11-05 16:21:44 -0800346
Scott Baker771819b2014-03-19 22:10:17 -0700347.alignCenter {
348 text-align: center !important;
349 align: center !important;
350}
351table.dataTable tr.odd {
352background-color: white !important;
353}
354table.dataTable tr.odd td.sorting_1 {
355background-color: white !important;
356}
357table.dataTable tr.even td.sorting_1 {
358background-color: white !important;
359}
360table.dataTable thead th div.DataTables_sort_wrapper {
361 font-weight: bold;
362}
Tony Mack32010062015-09-13 22:50:39 +0000363.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 -0700364}
365.ui-widget-overlay {
366 background: black !important;
367}
368.ui-corner-all {
369border-bottom-left-radius: 0px !important;
370border-bottom-right-radius: 0px !important;
371}
372
373#suit-center {
Scott Baker5e74a262014-03-27 09:21:16 -0700374 /* min-width: 977px !important; */
375}
376#openCloudTopPage {
377 margin-top: -25px;
378 margin-right: -90;
379 float: right;
Scott Baker771819b2014-03-19 22:10:17 -0700380}
381#minDashboard {
Scott Baker5e74a262014-03-27 09:21:16 -0700382 /*min-width:625px; */
Scott Baker771819b2014-03-19 22:10:17 -0700383 display:inline;
384 float: right;
Scott Baker5e74a262014-03-27 09:21:16 -0700385 border: 2px darkGrey;
Scott Baker771819b2014-03-19 22:10:17 -0700386}
Scott Bakerafd735c2015-05-11 16:37:26 -0700387.ui-state-default #hometabs, .ui-widget-content .ui-state-default #hometabs, .ui-widget-header .ui-state-default {
Scott Baker771819b2014-03-19 22:10:17 -0700388background: none !important;
389border-top: 0px !important;
390border-left: 0px !important;
391border-right: 0px !important;
392}
393.ui-widget-header {
394background: none !important;
395border-top: 0px !important;
396border-left: 0px !important;
397border-right: 0px !important;
398}
399#suit_form_tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700400/*border-bottom: 1px solid #B5D1EA;*/
401border-bottom: 1px solid #105E9E !important;
402border-bottom-width: 5px !important;
Scott Baker771819b2014-03-19 22:10:17 -0700403border-bottom-style: solid;
Scott Baker5e74a262014-03-27 09:21:16 -0700404/*border-bottom-color: rgb(181, 209, 234);*/
405border-bottom-color: #448CCA;
Scott Baker771819b2014-03-19 22:10:17 -0700406color:#105E9E;
407}
Scott Baker771819b2014-03-19 22:10:17 -0700408.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
409color: #105E9E ;
410}
Scott Baker5e74a262014-03-27 09:21:16 -0700411.save-box {
412 background-color: #ffffff;
413 margin: 2px;
414}
415.save-box .btn-info {
416 font-size: 14px;
417 padding: 10px 20px 10px 20px;
418}
419.btn-success {
420 font-size: 12px;
421 font-weight: normal;
422 padding: 5px 10px 5px 10px;
423}
424.btn-success, .save-box .btn-info {
425 background: #27AE5F;
426 background-image: -webkit-linear-gradient(top, #27AE5F, #27ae60);
427 background-image: -moz-linear-gradient(top, #27AE5F, #27ae60);
428 background-image: -ms-linear-gradient(top, #27AE5F, #27ae60);
429 background-image: -o-linear-gradient(top, #27AE5F, #27ae60);
430 background-image: linear-gradient(to bottom, #27AE5F, #27ae60);
431 -webkit-border-radius: 5;
432 -moz-border-radius: 5;
433 border-radius: 5px;
434 text-shadow: 1px 1px 3px #666666;
435 font-family: Arial;
436 color: #ffffff;
437 text-decoration: none;
438 letter-spacing: 1px;
439}
440
441.btn-success:hover, .save-box .btn-info:hover {
442 background: #2ecc71;
443 text-decoration: none;
444}
445
446
Scott Baker771819b2014-03-19 22:10:17 -0700447
Siobhan Tullybfd11dc2013-09-03 12:59:24 -0400448.required:after {color: red ! important; font-size: 18px }
449#.btn-success {color:black}
Siobhan Tullyce652d02013-10-08 21:52:35 -0400450#suit-center {
451padding: 20px;
452width: 100%;
Matteo Scandolo2d2484f2015-11-10 17:13:04 +0100453/*min-width:650px;*/
Siobhan Tullyce652d02013-10-08 21:52:35 -0400454}
455.inner-two-columns .inner-center-column .tab-content {
Scott Baker5e74a262014-03-27 09:21:16 -0700456overflow-x: auto;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400457margin-bottom: 15px;
Scott Baker5e74a262014-03-27 09:21:16 -0700458/*min-width: auto;*/
459width:100%;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400460}
461.inner-two-columns .inner-center-column {
462#margin-right: 200px;
463#background-color: rgb(158, 163, 159);
464}
465label {
466display: block;
467font-weight: bold;
468margin-bottom: 5px;
469}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500470
Scott Baker5e74a262014-03-27 09:21:16 -0700471/*For changing background color of suit center*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500472#suit-center {
473background-color: #ffffff;
474}
475
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500476
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500477
478
479.nav-tabs-suit li{
Scott Baker5e74a262014-03-27 09:21:16 -0700480/*background-color: #CDE7FF;*/
481background-color: #FFFFFF;
482border-top-left-radius: 3px;
483border-top-right-radius: 3px;
484border-bottom-left-radius: 0px;
485border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500486}
487
488.nav-tabs-suit li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700489background-color:
490/*background-color: #CDE7FF;*/
491font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500492color: #105E9E;
Scott Baker5e74a262014-03-27 09:21:16 -0700493/*border-radius: 3px;*/
494border-top-left-radius: 3px;
495border-top-right-radius: 3px;
496border-bottom-left-radius: 0px;
497border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500498border: none;
499box-shadow: none;
500}
Scott Baker5e74a262014-03-27 09:21:16 -0700501
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500502.nav-tabs-suit li.active{
503/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700504/*background-color: #448CCA;*/
505 background-position: 50% 100%;
506background-image:url('down_arrow.png');
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500507}
508
509.nav-tabs-suit li.hover{
510/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700511/*background-color: #448CCA;*/
512color:#ffffff;
513/*font-size: 1.2em;*/
514font-weight: bold;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500515}
516
517.nav-tabs-suit li.active a {
Scott Baker5e74a262014-03-27 09:21:16 -0700518background-color: #ffffff;
519/*background-color: #448CCA;*/
520background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500521color:#ffffff;
Scott Baker5e74a262014-03-27 09:21:16 -0700522font-weight:normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500523padding-top:10px;
524text-decoration:none;
525}
526
527.nav-tabs-suit li.active a:after{ /*arrow added to downarrowdiv DIV*/
528width: 0;
529height: 0;
530border-left: 5px solid transparent;
531border-right: 5px solid transparent;
532border-top: 5px solid #2f2f2f;
533font-size: 0;
534line-height: 0;
535}
536
Matteo Scandolo049f33a2015-12-07 14:05:04 -0800537.nav-tabs-suit li.active a:hover,
538.nav-tabs-suit li a:hover{
539 background-color: #105E9E;
540 /*background-color: #515151;*/
541 font-weight:normal;
542 /*font-size: 1.2em;*/
543 color:#ffffff;
544 /*padding-top:10px;
545 text-decoration:none;*/
546}
547
548.nav-tabs>.active>a{
549 border: none;
550}
551
552.nav-tabs-suit li a{
553 font-weight: normal;
554}
555
556.nav-tabs-suit li a:hover{
557 border: none;
558 color: #ffffff;
559 padding-top:10px;
Matteo Scandolo6c788432015-12-07 17:32:39 -0800560 /*border: 1px solid;*/
Matteo Scandolo049f33a2015-12-07 14:05:04 -0800561 /*letter-spacing: 1px;*/
Matteo Scandolo6c788432015-12-07 17:32:39 -0800562 /*text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;*/
Matteo Scandolo049f33a2015-12-07 14:05:04 -0800563}
564
565.nav-tabs-suit li.active a:hover{
566 /*border: none;*/
567}
568
569.nav-tabs-suit > li.active > a:focus {
570 background-color: #105E9E;
571 font-weight: normal;
Scott Baker5e74a262014-03-27 09:21:16 -0700572}
573
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500574.breadcrumb li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700575/*font-weight:bold;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500576}
577
578.nav-tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700579/*
580border-bottom: 1px solid #B5D1EA;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500581}
582
583.nav-tabs>li {
584margin-bottom: 0px;
585}
586
587/*.icon-home {
588background-image: url('home.png');
589background-repeat: no-repeat;
590background-position: 85%;
591}*/
592
593/*Changed Dec11*/
594
595/*
596.icon-home {
597background-image: url('home.png');
598background-repeat: no-repeat;
599background-position: 40%;
600width: 25px;
601height: 25px;
602vertical-align: middle;
603}
604*/
605
606
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500607.left-nav>ul>li.active>a:after {
608content: none;
609
610}
611
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500612/**
613* login page
614*/
615
616
617/*.login #wrap {
618background-color: #ffffff;
619}*/
620
621.login #content-main {
Scott Baker5e74a262014-03-27 09:21:16 -0700622width: 280px !important;
623min-width: 180px;
624height: 265px;
625 -webkit-border-radius: 5;
626 -moz-border-radius: 5;
627 border-radius: 5px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500628/*background: #EBF0F2;*/
629background: rgba(255,255,255,0.85);
630/*background: rgba(235,240,242,0.6);*/
Scott Baker5e74a262014-03-27 09:21:16 -0700631overflow: visible !important;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500632}
633
634.login #content-main h1 {
635/*background: #EBF0F2;*/
Matteo Scandolo6ad750e2015-10-26 13:57:04 +0100636/*background: url("open-cloud-login-themed-light.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);*/
637background: url("cord_logo_3.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500638/*background-position: 40%;*/
639height: 55px;
640background-repeat: no-repeat;
641font-size: 0px;
642padding-top: 70px;
643}
644.login #content-main h1 i {
645display:none;
646}
647
648.login #content-main h1 img{
649padding-left: 8px;
650}
651
652.login #content-main .control-group .control-label{
653display:none;
654}
655
Scott Baker6985cd52014-08-05 09:51:40 -0700656.login #content-main form input[type=text], .requestDialog.ui-widget input{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500657width: 94%;
658padding:4px 6px;
659border-radius: 0px;
660height: 30px;
Scott Baker6985cd52014-08-05 09:51:40 -0700661background-color: rgb(250, 255, 189);
662/*background-image: url('name.png');*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500663background-repeat: no-repeat;
664background-position: 95%;
665font-size: 12px;
666}
667
668.login #content-main form input[type=password] {
669 width: 94%;
670padding:4px 6px;
671font-size: 12px;
672border-radius: 0px;
673height: 30px;
674background-color: #E5E5E5;
675background-image: url('password.png');
676background-repeat: no-repeat;
677background-position: 95%;
678}
679
680.login #content-main .submit-row{
681background: #EBF0F215px;
682background: rgba(235,240,242,0.0);
683border-top:none;
684padding-top:0px;
685box-shadow: none;
686}
687
688.login #content-main .submit-row .btn-info {
689background-color : #448CCA;
690background-image: none;
691height: 40px;
692border-radius: 0px;
693width: 100%;
694margin-bottom: 4px;
695}
696#forgot_pwd{
697font-size: 11px;
698font-style: normal;
699text-decoration: none;
700}
701
702#create_acct{
703font-size: 11px;
704font-style: normal;
705text-decoration: none;
706padding-left: 45px;
707}
708
709/*Dec 11 2013*/
710
711.nav-tabs-suit li.active a{
Scott Baker5e74a262014-03-27 09:21:16 -0700712letter-spacing: 1px;
713text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
714/*text-shadow: none;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500715-webkit-box-shadow: none;
716-moz-box-shadow: none;
717box-shadow: none;
Scott Baker5e74a262014-03-27 09:21:16 -0700718*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500719}
720
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500721/*.nav-tabs-suit li.active {*/
722 /*background: transparent url('home.png') no-repeat scroll center bottom;*/
723 /*border-left: 5px solid transparent;
724border-right: 5px solid transparent;
725border-top: 5px solid #2f2f2f;
726font-size: 0;
727line-height: 0;
728width: 0;;
729height: 0;
730 margin: 0;
731}*/
732
733.login {
Matteo Scandolo48b1a1d2015-11-11 11:45:10 +0100734 background-image: url('bg.jpg');
735 background-size: cover;
736 background-position: center;
737 background-repeat: no-repeat;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500738}
739
740
741.login #content-main {
742 float: none;
743 height: 330px;
744 margin: 100px auto 0;
745 width: 265px;
746}
747
Scott Baker5e74a262014-03-27 09:21:16 -0700748/** Leave room for scroll bar now that contents can be appropriately scrolled **/
749.form-horizontal .inline-group .add-row {
750 margin: -1px -1px 15px 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500751}
752
Scott Baker5e74a262014-03-27 09:21:16 -0700753/** Setting overflow and 1kpx to deal with inlines/forms overlapping on
754 browser resizes **/
755#content-main {
756 overflow-x:auto;
Matteo Scandolo2d2484f2015-11-10 17:13:04 +0100757 /*min-width: 1000px;*/
Scott Baker5e74a262014-03-27 09:21:16 -0700758}
759
760.tab-content tab-content-main {
761 overflow-x: auto !important;
762}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500763
764#wrap{
765background:none;
766}
767
Scott Baker5e74a262014-03-27 09:21:16 -0700768.noclearfix {
769 display:block; clear:left; width:0px; height:0px;
770}
771
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500772body{
773background-color:#ffffff;
774}
775
776.suit-column{
777background-color:#ffffff;
778}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500779/*Added on 13th*/
780
781/*.input-icon {
782margin-right: 30px;
783}
784
785.icon-search{
786
787margin-left: -165px;
788}*/
789
790.login #content-main form {
791margin: 5px 15px 0;
792}
793
794.login {
795height: 84.5%;
796}
797
798
799.login #wrap {
800 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
Matteo Scandolo7064f722015-11-10 17:29:57 +0100801 overflow: hidden;
Matteo Scandolof57c3442015-11-10 19:31:35 +0100802 padding: 0f;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500803}
804#wrap {
805 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
806}
807#wrap {
Matteo Scandolo2d2484f2015-11-10 17:13:04 +0100808 padding-bottom: 60px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500809}
810
811.forgotLink {
812 width: 45%;
813 text-align: left;
814 float: left;
815}
816
Scott Baker6985cd52014-08-05 09:51:40 -0700817#request-account-form{
818 display:none;
819}
820
821#requestAccountLink {
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500822 width: 55%;
823 text-align: right;
824 float: left;
Scott Baker6985cd52014-08-05 09:51:40 -0700825 padding-left: 21%;
826 cursor: pointer;
827 color: #448CCA;
828 text-decoration: underline;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500829}
830
831.login .btn-info {
832 color: #FFF;
833}
834
835.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
Scott Baker5e74a262014-03-27 09:21:16 -0700836 /*background-color: #448CCA;*/
837 background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500838 color: #FFF;
839 border: none;
840}
841
842/*Added by Beena for adding the three components in dashboard*/
843.breadcrumb{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500844 display:inline-block;
845 background-color: #fff;
846
847}
848
849.nodetextbox{
Scott Baker5e74a262014-03-27 09:21:16 -0700850 /*background-color: #ededed;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500851 line-height: 25px;
852 width: 150px;
853 text-align: center;
854 font-weight: bold;
Scott Baker5e74a262014-03-27 09:21:16 -0700855 margin-left:0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500856 display:inline-block;
857 border:none;
858 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
Scott Baker5e74a262014-03-27 09:21:16 -0700859 font-size: 8px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500860}
861
862.nodelabel{
Scott Baker5e74a262014-03-27 09:21:16 -0700863width: 20px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500864display: inline-block;
865border-radius: 0px;
866border:1px solid #000;
Scott Baker5e74a262014-03-27 09:21:16 -0700867/*line-height: 23px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500868text-align: center;
Scott Baker5e74a262014-03-27 09:21:16 -0700869font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500870}
871
Scott Baker5e74a262014-03-27 09:21:16 -0700872#user-tools {
873 font-weight: bold;
874}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500875.header-content .header-column {
876 display: none;
877}
878.header .input-icon {
879 background-image: url("Search.png");
880 background-repeat: no-repeat;
881background-position:left center;
882opacity:1;
883 background-size: 100%;
884 vertical-align:middle;
885 margin-right: -30px;
886 /*margin-top: 5px;*/
887 position: relative;
888 height: 22px;
889 width: 22px;
890}
891
892.header .icon-search {
893 /*background-image: url("search.png") !important;
894 background-repeat: no-repeat !important;
895 background-size: 120% auto !important;
896 background-position: 0;*/
897}
898
Siobhan Tullye18b3442014-02-23 14:23:34 -0500899#dashboardHPC {
900 padding-bottom: 10px;
901}
902.summary-attr {
903 padding-right: 20px;
904}
905.summary-attr-util {
906 padding-right: 20px;
907 color: green;
908}
909.SiteDetail {
910color: darkBlue;
911 font-size: 1.5em;
912}
Tony Mack32010062015-09-13 22:50:39 +0000913#addInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500914 color: green;
915text-decoration: underline;
916 padding-right: 20px;
917}
Tony Mack32010062015-09-13 22:50:39 +0000918#remInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500919 color: red;
920 text-decoration: underline;
921}
922#map-us {
923 padding-top: 10px;
924 width: 700px;
925 height: 400px;
926}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500927
Scott Baker5e74a262014-03-27 09:21:16 -0700928.minidashbutton {
929 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
930 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
931 box-shadow:inset 0px 1px 0px 0px #ffffff;
932 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
933 background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
934 background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
935 background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
936 background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
937 background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
938 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
939 background-color:#ffffff;
940 -moz-border-radius:6px;
941 -webkit-border-radius:6px;
942 border-radius:6px;
943 border:1px solid #dcdcdc;
944 display:inline-block;
945 cursor:pointer;
946 color:#666666;
947 font-family:arial;
948 font-size:15px;
949 font-weight:bold;
950 padding:6px 24px;
951 text-decoration:none;
952 text-shadow:0px 1px 0px #ffffff;
953}
954.minidashbutton:hover {
955 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
956 background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
957 background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
958 background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
959 background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
960 background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
961 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
962 background-color:#f6f6f6;
963}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500964
Scott Baker5e74a262014-03-27 09:21:16 -0700965.newMiniDashboard {
966 border: 1px solid green;
967 width: auto;
968}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500969
Scott Baker5e74a262014-03-27 09:21:16 -0700970.endDashPair {
971 clear: left;
972}
973.miniDashPair {
974 float: left;
975 width: auto;
976 margin-left: 20px;
977}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500978
Scott Baker5e74a262014-03-27 09:21:16 -0700979.miniDashPair label {
980 text-align: center;
981}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500982/* Charts CSS */
983p.numeral
984{
985 font-size:32pt;
986 color:#ffffff;
987 opacity: 0.7;
988 font-family:Helvetica Neue;
989 font-weight:100;
990 text-align:center;
991 line-height:75%;
992}
993
994.helper-text
995{
996 border: 1px solid #fff;
997 padding: 7px;
998 border-radius: 18px;
999 font-size:13pt;
1000 color:#ffffff;
1001 opacity: 0.7;
1002 font-family:Helvetica Neue;
1003 font-weight:200;
1004 text-align:center;
1005 line-height:100%;
1006}
1007p.osobject
1008{
1009 font-size:12pt;
1010 color:#ffffff;
1011 opacity: 0.7;
1012 font-family:Helvetica Neue;
1013 font-weight:200;
1014 text-align:center;
1015 line-height:100%;
1016}
1017
1018p.heading
1019{
Scott Baker5e74a262014-03-27 09:21:16 -07001020 font-size:20px;
1021 letter-spacing: 1px;
1022 color: black;
1023 font-family:Arial;
1024 font-weight:bold;
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001025 text-align:center;
1026}
1027
1028/*p.heading
1029{
1030 font-size:32pt;
1031 color:#ffffff;
1032 opacity: 0.7;
1033 font-family:Helvetica Neue;
1034 font-weight:200;
1035 text-align:center;
1036}*/
1037
1038div.graph
1039{
1040 height:340px;
1041}
1042
1043div.numeral
1044{
1045 height:120px;
1046}
1047
1048div.heading
1049{
1050 height:10px;
1051}
1052
1053div.padding
1054{
1055 height:20px;
1056}
1057
1058div.chartContainer
1059{
Scott Baker5e74a262014-03-27 09:21:16 -07001060 /*background-image:url('chartsBg.jpg');*/
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001061 width:527px;
1062 height:400px;
1063 border:1px;
1064}
1065
1066/* D3 */
1067
1068.axis path,
1069.axis line {
1070 fill: none;
1071 stroke: #ffffff;
1072 opacity: 0.7;
1073 shape-rendering: crispEdges;
1074}
1075
1076
1077.x.axis path {
1078 display: none;
1079}
1080
1081.x.axis text {
1082 fill: white;
1083 opacity: 0.5;
1084}
1085
1086.y.axis text {
1087 opacity: 0.5;
1088 fill: white;
1089}
1090
1091.y.axis text.legend {
1092 opacity: 1.0;
1093 fill: white;
1094 font-size:8pt;
1095}
1096
1097.line {
1098 fill: none;
1099 stroke: white;
1100 stroke-width: 3px;
1101 opacity: 0.6;
1102}
1103
1104
Scott Baker5e74a262014-03-27 09:21:16 -07001105/****** Added in so that we can have a loader show as charts get ready to render ***/
1106.loading {
1107 //background-color: orange;
1108 background-image: url(spinner.gif) no-repeat center middle;
1109 text-align: center;
1110 font-size: 20px;
1111 height: 100%
1112/* width: auto;*/
1113 float: left;
1114 padding: 10px;
1115}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001116/* Charts CSS */
Scott Baker5e74a262014-03-27 09:21:16 -07001117
1118#tabs-4 {
1119 margin: 40px;
1120 font-size: 24px;
1121 font-weight: bold;
1122}
Scott Baker537d8232014-04-08 23:40:56 -07001123
1124.tenant-row{
Scott Baker26d69d72014-04-22 13:49:36 -07001125 padding-bottom: 0.7%;
1126}
1127
1128/***********TENANT VIEW*************/
1129
1130#image-dropdown,#slice-image-value,#adv-slice-image-value{
1131 margin-left: 5%;
1132}
1133
Scott Baker6985cd52014-08-05 09:51:40 -07001134
1135#adv-slice-image-value{
1136margin-right: 0.5%;
1137}
1138
1139#adv-network-value {
1140margin-right: 0.3%;
1141}
1142
Scott Baker168b7412014-05-16 14:25:41 -07001143#network-dropdown,#adv-network-dropdown,#adv-network-value{
Scott Baker26d69d72014-04-22 13:49:36 -07001144 margin-left: 3.7%;
1145}
1146
1147#service-level-dropdown,#service-level-value,#adv-service-level-dropdown,#adv-service-level-value{
1148 margin-left: 0.2% !important;
1149}
1150
1151#slice-name-value,#adv-slice-name-value{
1152 margin-left: 2%;
1153}
1154#adv-dataset-dropdown{
Scott Baker6985cd52014-08-05 09:51:40 -07001155margin-left: 3.7%;
Scott Baker26d69d72014-04-22 13:49:36 -07001156}
Tony Mack32010062015-09-13 22:50:39 +00001157#advanced-tenant,#basic-tenant,#instance-btn,#save-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001158 float:right;
1159}
Scott Baker6985cd52014-08-05 09:51:40 -07001160 #delete-slice-btn,#download-details,#add-user-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001161 margin-left:1%;
1162}
1163
Tony Mack32010062015-09-13 22:50:39 +00001164#instance-btn,#save-btn,#create-slice-btn,#delete-slice-btn,#add-user-btn,#download-details{
Scott Baker26d69d72014-04-22 13:49:36 -07001165 margin-top:1%;
1166}
1167
1168.tenantDialog.ui-widget input{
1169 border-radius: 0px !important;
Scott Baker4b0cedd2014-04-22 21:01:21 -07001170 height: 12px !important;
1171 width: 180px !important;
1172 margin-right: 10% !important;
1173 float: right;
Scott Baker26d69d72014-04-22 13:49:36 -07001174}
1175
1176.tenantDialog .ui-dialog-buttonset .ui-button{
1177border-radius: 0 !important;
1178background-color: grey !important;
1179font-weight: bold !important;
1180font-size: 0.9em; !important
1181}
1182
1183.tenantDialog .ui-dialog-titlebar{
1184border-radius: 0 !important;
1185background-color: grey !important;
1186}
1187
1188.create-slice-row{
Scott Baker4b0cedd2014-04-22 21:01:21 -07001189 margin-bottom: 4%;
1190 clear: both;
1191 height: 25px;
Scott Baker26d69d72014-04-22 13:49:36 -07001192}
1193
1194.create-slice-row label, .tenantDialog label{
1195 margin-right:1%;
1196 float:left;
1197}
1198
1199.create-slice-row select{
1200 height:24px;
1201 width: 196px;
1202 font-size: 0.9em !important;
1203}
1204
1205.tenant-create-slice{
1206 float:right;
1207 margin-right: 10% !important;
1208}
1209
1210#delete-slice{
1211float: right;
1212}
1213
1214#tooltip,#adv-tooltip,#basic-tooltip{
1215font-size:0.7em;
1216color:red;
1217display:none;
1218}
1219
1220#tenantSliceDataWrapper {
1221 padding: 1% 0;
1222}
1223
1224#advancedTenantSliceDataWrapper .help-inline{
1225 font-size: 11px;
1226 color: #999;
1227 padding-bottom: 1%;
Scott Baker537d8232014-04-08 23:40:56 -07001228}
Scott Baker4b0cedd2014-04-22 21:01:21 -07001229
1230.create-slice-row label{
1231 clear:both;
1232 margin-right: 1%;
1233}
Scott Baker520b8df2014-04-22 22:35:52 -07001234
Tony Mack32010062015-09-13 22:50:39 +00001235#advNumOfInstances{
Scott Baker520b8df2014-04-22 22:35:52 -07001236 margin-right: 1% !important;
1237}
Scott Baker168b7412014-05-16 14:25:41 -07001238
1239#private-vol-checkbox{
1240margin: 0 0 1% 1%;
1241}
1242
1243.public-key-warning{
1244text-align: center;
1245display:none;
1246}
1247
1248#private-vol{
1249margin-right: 15% !important;
Scott Baker6985cd52014-08-05 09:51:40 -07001250}
1251.customize_row {
1252 display: table;
1253}
1254.customize_column {
1255 display: table-cell;
1256 padding: 10px;
1257}
1258
1259.request-form-row{
1260padding:1% 8%;
1261}
1262
1263.requestDialog{
1264background-color: white;
1265border-radius: 8px;
1266width: 30% !important;
1267height: 40% !important;
1268margin-top: -16%;
1269top: -103.703125px !important;
1270}
1271
1272.request-form-row label{
1273 float: left;
1274}
1275
1276
1277.requestDialog .ui-dialog-buttonset .ui-button{
1278border-radius: 0 !important;
1279background-color: grey !important;
1280font-weight: bold !important;
1281font-size: 0.9em; !important
1282}
1283
1284.requestDialog .ui-dialog-titlebar-close{
1285float:right;
1286}
1287
1288#request-signup{
1289height: 40px !important;
1290margin: 0 14%;
1291float: left;
1292background-color: #448CCA;
1293background-image: none;
1294width: 70% !important;
1295}
1296
1297.requestDialog .ui-dialog-titlebar{
1298border-radius: 0 !important;
1299height: 25px;
1300padding-top: 2%;
1301}
1302
1303.requestDialog #ui-id-1{
1304padding-left: 28%;
1305font-size: medium;
1306}
1307
1308#request-site-name{
1309 width: 98%;
1310}
Matteo Scandolo6471f3b2015-12-07 13:35:29 -08001311
Matteo Scandolo71097ca2015-12-07 14:53:11 -08001312/* SUIT CHANGES */
1313.submit-row.fixed {
1314 bottom: 60px;
1315}
1316
1317.submit-row a.deletelink {
1318 color: #fff;
1319 background-color: #d9534f;
1320 border-color: #d43f3a;
1321
1322 display: inline-block;
1323 margin-bottom: 0;
1324 font-weight: normal;
1325 text-align: center;
1326 vertical-align: middle;
1327 -ms-touch-action: manipulation;
1328 touch-action: manipulation;
1329 cursor: pointer;
1330 background-image: none;
1331 border: 1px solid transparent;
1332 white-space: nowrap;
1333 padding: 5px 12px;
1334 font-size: 12px;
1335 line-height: 1.42857143;
1336 border-radius: 4px;
1337 -webkit-user-select: none;
1338 -moz-user-select: none;
1339 -ms-user-select: none;
1340 user-select: none;
1341}
Matteo Scandolo6471f3b2015-12-07 13:35:29 -08001342
Matteo Scandolo6c788432015-12-07 17:32:39 -08001343/* MODAL */
1344.ui-dialog{
1345 z-index: 4000 !important;
1346}
1347
1348button.ui-dialog-titlebar-close{
1349 font-family: 'Glyphicons Halflings' !important;
1350 display: inline-block;
1351}
1352
1353button.ui-dialog-titlebar-close:after {
1354 content: "\e014";
1355}
Matteo Scandolo6471f3b2015-12-07 13:35:29 -08001356/* VCPe ADMIN FIX */
1357/*form#vcpeservice_form ul li {
1358 display: inline-block;
1359 background: red;
1360 margin-top: 10px;
1361 width: auto;
1362 padding: 10px;
1363 border-radius: 5px;
Matteo Scandolo71097ca2015-12-07 14:53:11 -08001364}