blob: 33d05cb3c65270ef7c5fa08a7ecbf41dc404b257 [file] [log] [blame]
Matteo Scandolo6ad750e2015-10-26 13:57:04 +01001g/*************************
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
15/* CSS for jquery Tabs */
16#hometabs {
17border-bottom: 1px solid #105E9E;
18font-size: 12px;
19border: 0px;
20}
21
22.ui-tabs-active {
23 color: #ffffff;
24 background-color: #105E9E;
25 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
26 font-weight: normal;
27}
28.nav > li > a:active {
29 color: #ffffff;
30 background-color: #105E9E;
31 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
32
33}
34.nav > li > a:focus {
35 color: #ffffff;
36 background-color: #105E9E;
37 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
38
39}
40.ui-state-focus a,
41.ui-state-focus a:link{
42 color: #ffffff;
43 background-color: #105E9E;
44 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
45}
46.ui-state-active a,
47.ui-state-active a:link{
48 color: #ffffff !important;
49 background-color: #105E9E !important;
50 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
51 font-weight: normal;
52}
53/*************************/
54/* Header elements */
55
56.logo {
57}
58.header{
59 background-color: #ffffff !important;
60 /*background-image: url('bg2.jpg');*/
61 background-size: 100% auto;
62 background-image: none !important;
63 text-shadow: none;
64 border-bottom: 3px solid #C5CCD4;
65 margin-bottom: 14px;
66 margin-top: -120px;
67 height: 85px;
68 /*min-width: 1321px;*/
69}
70
71.nav-quick-search{
72margin: 30px -10px 0px 0px !important;
73padding:0 25px 0 0 !important;
74float:right !important;
75}
76
77.nav-quick-search .search-query{
78border-radius:5px;
79border:none;
80box-shadow:0px;
81background-color:lightGrey;
82padding-left: 27px;
83}
84
85
86.header #branding {
87width: 100%;
88height:60px;
89}
90
91.header a {
92color: #08C;
93font-weight: bold;
94/*border-bottom: 1px solid #C5CCD4;*/
95}
96a {
97color: #08C;
98font-weight: bold;
99/*border-bottom: 1px solid #C5CCD4;*/
100}
101
102.header #branding {
103border-right:none;
104}
105
106#branding2{
107height:20px;
108width:100%;
109color: #333;
110/*background-color: #000000;*/
111margin-bottom: 10px;
112}
113
114.header #user-tools {
115 padding: 12px 20px 0px 0px;
116 float: right;
117 margin-top: -5px;
118}
119
120.header .header-content .date{
121padding-left:10px;
122}
123
124.header .header-content .time {
125font-weight: normal;
126}
127.header .header-content.header-content-first{
128height: 15px;
129padding-bottom: 0px;
130}
131
132.header .header-content {
133padding-bottom: 0px;
134padding: 7px 0 0 0px;
135}
136
137/*************************/
138
Scott Baker35ae76a2014-11-05 16:21:44 -0800139.footer .content .statusMsg {
140 float: right;
141 padding: 15px 20px 0 0;
142 display: block;
143}
144
Scott Baker771819b2014-03-19 22:10:17 -0700145.alignCenter {
146 text-align: center !important;
147 align: center !important;
148}
149table.dataTable tr.odd {
150background-color: white !important;
151}
152table.dataTable tr.odd td.sorting_1 {
153background-color: white !important;
154}
155table.dataTable tr.even td.sorting_1 {
156background-color: white !important;
157}
158table.dataTable thead th div.DataTables_sort_wrapper {
159 font-weight: bold;
160}
Tony Mack32010062015-09-13 22:50:39 +0000161.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 -0700162}
163.ui-widget-overlay {
164 background: black !important;
165}
166.ui-corner-all {
167border-bottom-left-radius: 0px !important;
168border-bottom-right-radius: 0px !important;
169}
170
171#suit-center {
Scott Baker5e74a262014-03-27 09:21:16 -0700172 /* min-width: 977px !important; */
173}
174#openCloudTopPage {
175 margin-top: -25px;
176 margin-right: -90;
177 float: right;
Scott Baker771819b2014-03-19 22:10:17 -0700178}
179#minDashboard {
Scott Baker5e74a262014-03-27 09:21:16 -0700180 /*min-width:625px; */
Scott Baker771819b2014-03-19 22:10:17 -0700181 display:inline;
182 float: right;
Scott Baker5e74a262014-03-27 09:21:16 -0700183 border: 2px darkGrey;
Scott Baker771819b2014-03-19 22:10:17 -0700184}
Scott Bakerafd735c2015-05-11 16:37:26 -0700185.ui-state-default #hometabs, .ui-widget-content .ui-state-default #hometabs, .ui-widget-header .ui-state-default {
Scott Baker771819b2014-03-19 22:10:17 -0700186background: none !important;
187border-top: 0px !important;
188border-left: 0px !important;
189border-right: 0px !important;
190}
191.ui-widget-header {
192background: none !important;
193border-top: 0px !important;
194border-left: 0px !important;
195border-right: 0px !important;
196}
197#suit_form_tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700198/*border-bottom: 1px solid #B5D1EA;*/
199border-bottom: 1px solid #105E9E !important;
200border-bottom-width: 5px !important;
Scott Baker771819b2014-03-19 22:10:17 -0700201border-bottom-style: solid;
Scott Baker5e74a262014-03-27 09:21:16 -0700202/*border-bottom-color: rgb(181, 209, 234);*/
203border-bottom-color: #448CCA;
Scott Baker771819b2014-03-19 22:10:17 -0700204color:#105E9E;
205}
Scott Baker771819b2014-03-19 22:10:17 -0700206.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
207color: #105E9E ;
208}
Scott Baker5e74a262014-03-27 09:21:16 -0700209.save-box {
210 background-color: #ffffff;
211 margin: 2px;
212}
213.save-box .btn-info {
214 font-size: 14px;
215 padding: 10px 20px 10px 20px;
216}
217.btn-success {
218 font-size: 12px;
219 font-weight: normal;
220 padding: 5px 10px 5px 10px;
221}
222.btn-success, .save-box .btn-info {
223 background: #27AE5F;
224 background-image: -webkit-linear-gradient(top, #27AE5F, #27ae60);
225 background-image: -moz-linear-gradient(top, #27AE5F, #27ae60);
226 background-image: -ms-linear-gradient(top, #27AE5F, #27ae60);
227 background-image: -o-linear-gradient(top, #27AE5F, #27ae60);
228 background-image: linear-gradient(to bottom, #27AE5F, #27ae60);
229 -webkit-border-radius: 5;
230 -moz-border-radius: 5;
231 border-radius: 5px;
232 text-shadow: 1px 1px 3px #666666;
233 font-family: Arial;
234 color: #ffffff;
235 text-decoration: none;
236 letter-spacing: 1px;
237}
238
239.btn-success:hover, .save-box .btn-info:hover {
240 background: #2ecc71;
241 text-decoration: none;
242}
243
244
Scott Baker771819b2014-03-19 22:10:17 -0700245
Siobhan Tullybfd11dc2013-09-03 12:59:24 -0400246.required:after {color: red ! important; font-size: 18px }
247#.btn-success {color:black}
Siobhan Tullyce652d02013-10-08 21:52:35 -0400248#suit-center {
249padding: 20px;
250width: 100%;
251min-width:650px;
252}
253.inner-two-columns .inner-center-column .tab-content {
Scott Baker5e74a262014-03-27 09:21:16 -0700254overflow-x: auto;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400255margin-bottom: 15px;
Scott Baker5e74a262014-03-27 09:21:16 -0700256/*min-width: auto;*/
257width:100%;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400258}
259.inner-two-columns .inner-center-column {
260#margin-right: 200px;
261#background-color: rgb(158, 163, 159);
262}
263label {
264display: block;
265font-weight: bold;
266margin-bottom: 5px;
267}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500268
269
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500270/*For changing the background color of the left side navigation list items*/
271/*For changing the color of the left side navigation list items*/
272/*For changing the font of the left side navigation list items*/
273.left-nav>ul>li>a {
Scott Baker5e74a262014-03-27 09:21:16 -0700274/*background-color: #CDE7FF;*/
275/* Light color nav choices */
276/*background-color: #DFECF8;*/
277/*background-color: #91BFE4;*/
278/*background-color: #DAECFC;*/
279background-color: #448CCA;
280/*ONlab.us reg color blue*/
281/*background-color: #ccffff;*/
282font-weight: normal;
283/*color: #105E9E;*/
284color: #ffffff;
285text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
286letter-spacing: 1px;
287font-size: 12px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500288border-bottom: none;
289}
290
291/*For giving the padding for the left side navigation*/
292.left-nav>ul {
293padding-left: 5px;
294}
295
296/*For increasing the height of left side navigation list items*/
297.left-nav>ul>li {
298padding-top:4px;
299line-height: 35px;
Scott Baker5e74a262014-03-27 09:21:16 -0700300width: 200px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500301}
302
Scott Baker5e74a262014-03-27 09:21:16 -0700303/*For changing background color of suit center*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500304#suit-center {
305background-color: #ffffff;
306}
307
308.left-nav>ul>li.active>a {
Scott Baker5e74a262014-03-27 09:21:16 -0700309/*background-color: #448CCA;*/
310/* Last Active
311background-color: #0061B7; */
312background-color: #515151;
313/*background-color: #448CCA;*/
314font-weight:normal;
315color:#ffffff;
316text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
317letter-spacing: 1px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500318
Matteo Scandoloce1b52c2015-10-15 10:23:17 +0200319/*left: 10px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500320background-image: url("right_arrow.png");
321 background-position: 97% center;
322}
323
324
325.nav-tabs-suit li{
Scott Baker5e74a262014-03-27 09:21:16 -0700326/*background-color: #CDE7FF;*/
327background-color: #FFFFFF;
328border-top-left-radius: 3px;
329border-top-right-radius: 3px;
330border-bottom-left-radius: 0px;
331border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500332}
333
334.nav-tabs-suit li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700335background-color:
336/*background-color: #CDE7FF;*/
337font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500338color: #105E9E;
Scott Baker5e74a262014-03-27 09:21:16 -0700339/*border-radius: 3px;*/
340border-top-left-radius: 3px;
341border-top-right-radius: 3px;
342border-bottom-left-radius: 0px;
343border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500344border: none;
345box-shadow: none;
346}
Scott Baker5e74a262014-03-27 09:21:16 -0700347
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500348.nav-tabs-suit li.active{
349/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700350/*background-color: #448CCA;*/
351 background-position: 50% 100%;
352background-image:url('down_arrow.png');
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500353}
354
355.nav-tabs-suit li.hover{
356/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700357/*background-color: #448CCA;*/
358color:#ffffff;
359/*font-size: 1.2em;*/
360font-weight: bold;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500361}
362
363.nav-tabs-suit li.active a {
Scott Baker5e74a262014-03-27 09:21:16 -0700364background-color: #ffffff;
365/*background-color: #448CCA;*/
366background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500367color:#ffffff;
Scott Baker5e74a262014-03-27 09:21:16 -0700368font-weight:normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500369padding-top:10px;
370text-decoration:none;
371}
372
373.nav-tabs-suit li.active a:after{ /*arrow added to downarrowdiv DIV*/
374width: 0;
375height: 0;
376border-left: 5px solid transparent;
377border-right: 5px solid transparent;
378border-top: 5px solid #2f2f2f;
379font-size: 0;
380line-height: 0;
381}
382
383
384/* create an arrow that points down */
385
386
387.left-nav>ul>li.active>a:hover{
Scott Baker5e74a262014-03-27 09:21:16 -0700388/*background-color: #448CCA;*/
389/*background-color: #91BFE4;*/
390/*background-color: #D6E7F8;*/
391font-weight:normal;
392font-size: 1.2em;
Matteo Scandoloce1b52c2015-10-15 10:23:17 +0200393/*font-weight: bold;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500394color:#ffffff;
Matteo Scandoloce1b52c2015-10-15 10:23:17 +0200395/*padding-top:10px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500396text-decoration:none;
397}
398
Scott Baker5e74a262014-03-27 09:21:16 -0700399/* Adjust font weight to normal on hover, else white blurs */
400.left-nav>ul>li>a:hover{
401/*background-color: #448CCA;*/
402/*background-color: #004775;*/
403background-color: #515151;
404color:#ffffff;
405font-weight:normal;
406font-size: 1.2em;
407/*padding-top:10px;*/
408text-decoration:none;
409/*border-left: 15px solid #105E9E ;*/
410border-left: 10px solid #ffffff;
411text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
412letter-spacing: 1px;
413}
414.nav-tabs-suit li.active a:hover,.nav-tabs-suit li a:hover{
415/*background-color: #448CCA;*/
416background-color: #515151;
417font-weight:normal;
Matteo Scandoloce1b52c2015-10-15 10:23:17 +0200418/*font-size: 1.2em;*/
Scott Baker5e74a262014-03-27 09:21:16 -0700419/*color:#ffffff;*/
420padding-top:10px;
421text-decoration:none;
422}
423
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500424.breadcrumb li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700425/*font-weight:bold;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500426}
427
428.nav-tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700429/*
430border-bottom: 1px solid #B5D1EA;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500431}
432
433.nav-tabs>li {
434margin-bottom: 0px;
435}
436
437/*.icon-home {
438background-image: url('home.png');
439background-repeat: no-repeat;
440background-position: 85%;
441}*/
442
443/*Changed Dec11*/
444
445/*
446.icon-home {
447background-image: url('home.png');
448background-repeat: no-repeat;
449background-position: 40%;
450width: 25px;
451height: 25px;
452vertical-align: middle;
453}
454*/
455
456
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500457.left-nav>ul>li.active>a:after {
458content: none;
459
460}
461
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500462/**
463* login page
464*/
465
466
467/*.login #wrap {
468background-color: #ffffff;
469}*/
470
471.login #content-main {
Scott Baker5e74a262014-03-27 09:21:16 -0700472width: 280px !important;
473min-width: 180px;
474height: 265px;
475 -webkit-border-radius: 5;
476 -moz-border-radius: 5;
477 border-radius: 5px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500478/*background: #EBF0F2;*/
479background: rgba(255,255,255,0.85);
480/*background: rgba(235,240,242,0.6);*/
Scott Baker5e74a262014-03-27 09:21:16 -0700481overflow: visible !important;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500482}
483
484.login #content-main h1 {
485/*background: #EBF0F2;*/
Matteo Scandolo6ad750e2015-10-26 13:57:04 +0100486/*background: url("open-cloud-login-themed-light.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);*/
487background: url("cord_logo_3.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500488/*background-position: 40%;*/
489height: 55px;
490background-repeat: no-repeat;
491font-size: 0px;
492padding-top: 70px;
493}
494.login #content-main h1 i {
495display:none;
496}
497
498.login #content-main h1 img{
499padding-left: 8px;
500}
501
502.login #content-main .control-group .control-label{
503display:none;
504}
505
Scott Baker6985cd52014-08-05 09:51:40 -0700506.login #content-main form input[type=text], .requestDialog.ui-widget input{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500507width: 94%;
508padding:4px 6px;
509border-radius: 0px;
510height: 30px;
Scott Baker6985cd52014-08-05 09:51:40 -0700511background-color: rgb(250, 255, 189);
512/*background-image: url('name.png');*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500513background-repeat: no-repeat;
514background-position: 95%;
515font-size: 12px;
516}
517
518.login #content-main form input[type=password] {
519 width: 94%;
520padding:4px 6px;
521font-size: 12px;
522border-radius: 0px;
523height: 30px;
524background-color: #E5E5E5;
525background-image: url('password.png');
526background-repeat: no-repeat;
527background-position: 95%;
528}
529
530.login #content-main .submit-row{
531background: #EBF0F215px;
532background: rgba(235,240,242,0.0);
533border-top:none;
534padding-top:0px;
535box-shadow: none;
536}
537
538.login #content-main .submit-row .btn-info {
539background-color : #448CCA;
540background-image: none;
541height: 40px;
542border-radius: 0px;
543width: 100%;
544margin-bottom: 4px;
545}
546#forgot_pwd{
547font-size: 11px;
548font-style: normal;
549text-decoration: none;
550}
551
552#create_acct{
553font-size: 11px;
554font-style: normal;
555text-decoration: none;
556padding-left: 45px;
557}
558
559/*Dec 11 2013*/
560
561.nav-tabs-suit li.active a{
Scott Baker5e74a262014-03-27 09:21:16 -0700562letter-spacing: 1px;
563text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
564/*text-shadow: none;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500565-webkit-box-shadow: none;
566-moz-box-shadow: none;
567box-shadow: none;
Scott Baker5e74a262014-03-27 09:21:16 -0700568*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500569}
570
571.nav-tabs>.active>a{
572border: none;
573}
574
Matteo Scandoloce1b52c2015-10-15 10:23:17 +0200575.nav-tabs-suit li a{
576 font-weight: normal;
577}
578
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500579.nav-tabs-suit li a:hover{
580border: none;
Scott Baker5e74a262014-03-27 09:21:16 -0700581color: #ffffff;
Matteo Scandoloce1b52c2015-10-15 10:23:17 +0200582/*letter-spacing: 1px;*/
Scott Baker5e74a262014-03-27 09:21:16 -0700583text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500584}
585
586.nav-tabs-suit li.active a:hover{
587border: none;
588}
589
590/*.nav-tabs-suit li.active {*/
591 /*background: transparent url('home.png') no-repeat scroll center bottom;*/
592 /*border-left: 5px solid transparent;
593border-right: 5px solid transparent;
594border-top: 5px solid #2f2f2f;
595font-size: 0;
596line-height: 0;
597width: 0;;
598height: 0;
599 margin: 0;
600}*/
601
602.login {
603background-image: url('bg.jpg');
604background-size: 100%;
605background-repeat: no-repeat;
606}
607
608
609.login #content-main {
610 float: none;
611 height: 330px;
612 margin: 100px auto 0;
613 width: 265px;
614}
615
Scott Baker5e74a262014-03-27 09:21:16 -0700616/** Leave room for scroll bar now that contents can be appropriately scrolled **/
617.form-horizontal .inline-group .add-row {
618 margin: -1px -1px 15px 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500619}
620
Scott Baker5e74a262014-03-27 09:21:16 -0700621/** Setting overflow and 1kpx to deal with inlines/forms overlapping on
622 browser resizes **/
623#content-main {
624 overflow-x:auto;
625 min-width: 1000px;
626}
627
628.tab-content tab-content-main {
629 overflow-x: auto !important;
630}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500631
632#wrap{
633background:none;
634}
635
Scott Baker5e74a262014-03-27 09:21:16 -0700636.noclearfix {
637 display:block; clear:left; width:0px; height:0px;
638}
639
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500640body{
641background-color:#ffffff;
642}
643
644.suit-column{
645background-color:#ffffff;
646}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500647/*Added on 13th*/
648
649/*.input-icon {
650margin-right: 30px;
651}
652
653.icon-search{
654
655margin-left: -165px;
656}*/
657
658.login #content-main form {
659margin: 5px 15px 0;
660}
661
662.login {
663height: 84.5%;
664}
665
666
667.login #wrap {
668 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
669}
670#wrap {
671 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
672}
673#wrap {
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500674 height: auto !important;
675 margin: 0 auto -60px;
676 min-height: 100%;
677}
678
679.forgotLink {
680 width: 45%;
681 text-align: left;
682 float: left;
683}
684
Scott Baker6985cd52014-08-05 09:51:40 -0700685#request-account-form{
686 display:none;
687}
688
689#requestAccountLink {
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500690 width: 55%;
691 text-align: right;
692 float: left;
Scott Baker6985cd52014-08-05 09:51:40 -0700693 padding-left: 21%;
694 cursor: pointer;
695 color: #448CCA;
696 text-decoration: underline;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500697}
698
699.login .btn-info {
700 color: #FFF;
701}
702
703.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
Scott Baker5e74a262014-03-27 09:21:16 -0700704 /*background-color: #448CCA;*/
705 background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500706 color: #FFF;
707 border: none;
708}
709
710/*Added by Beena for adding the three components in dashboard*/
711.breadcrumb{
712 width: 37%;
713 display:inline-block;
714 background-color: #fff;
715
716}
717
718.nodetextbox{
Scott Baker5e74a262014-03-27 09:21:16 -0700719 /*background-color: #ededed;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500720 line-height: 25px;
721 width: 150px;
722 text-align: center;
723 font-weight: bold;
Scott Baker5e74a262014-03-27 09:21:16 -0700724 margin-left:0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500725 display:inline-block;
726 border:none;
727 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
Scott Baker5e74a262014-03-27 09:21:16 -0700728 font-size: 8px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500729}
730
731.nodelabel{
Scott Baker5e74a262014-03-27 09:21:16 -0700732width: 20px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500733display: inline-block;
734border-radius: 0px;
735border:1px solid #000;
Scott Baker5e74a262014-03-27 09:21:16 -0700736/*line-height: 23px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500737text-align: center;
Scott Baker5e74a262014-03-27 09:21:16 -0700738font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500739}
740
Scott Baker5e74a262014-03-27 09:21:16 -0700741#user-tools {
742 font-weight: bold;
743}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500744.header-content .header-column {
745 display: none;
746}
747.header .input-icon {
748 background-image: url("Search.png");
749 background-repeat: no-repeat;
750background-position:left center;
751opacity:1;
752 background-size: 100%;
753 vertical-align:middle;
754 margin-right: -30px;
755 /*margin-top: 5px;*/
756 position: relative;
757 height: 22px;
758 width: 22px;
759}
760
761.header .icon-search {
762 /*background-image: url("search.png") !important;
763 background-repeat: no-repeat !important;
764 background-size: 120% auto !important;
765 background-position: 0;*/
766}
767
Scott Baker771819b2014-03-19 22:10:17 -0700768.icon-home ,.icon-deployment ,.icon-site ,.icon-slice ,.icon-user, .icon-reservation, .icon-app{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500769background-position: left center;
770width:22px;
771height:22px;
772}
773
Scott Baker771819b2014-03-19 22:10:17 -0700774.icon-app {
775background-image: url("opencloudApp.png");
776}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500777.icon-home {
Scott Baker5e74a262014-03-27 09:21:16 -0700778/* Going with darker standard color nav -- so using over png's background-image: url("Home.png"); */
779background-image: url("Home_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500780}
781.icon-deployment{
Scott Baker5e74a262014-03-27 09:21:16 -0700782background-image: url("Deployments_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500783}
784.icon-site{
Scott Baker5e74a262014-03-27 09:21:16 -0700785background-image: url("Sites_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500786}
787.icon-slice{
Scott Baker5e74a262014-03-27 09:21:16 -0700788background-image: url("Slices_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500789}
790.icon-user{
Scott Baker5e74a262014-03-27 09:21:16 -0700791background-image: url("Users_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500792}
793.icon-reservation{
Scott Baker5e74a262014-03-27 09:21:16 -0700794background-image: url("Reservations_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500795}
796
797.left-nav>ul>li.active>a>.icon-home , .left-nav>ul>li:hover>a>.icon-home , .left-nav>ul>li.focus>a>.icon-home{
798background-image: url("Home_over.png");
799}
800
801.left-nav>ul>li.active>a>.icon-deployment,.left-nav>ul>li:hover>a>.icon-deployment,.left-nav>ul>li.focus>a>.icon-deployment{
802background-image: url("Deployments_over.png");
803}
804.left-nav>ul>li.active>a>.icon-site , .left-nav>ul>li:hover>a>.icon-site , .left-nav>ul>li.focus>a>.icon-site{
805background-image: url("Sites_over.png");
806}
807.left-nav>ul>li.active>a>.icon-slice , .left-nav>ul>li:hover>a>.icon-slice , .left-nav>ul>li.focus>a>.icon-slice {
808background-image: url("Slices_over.png");
809}
810.left-nav>ul>li.active>a>.icon-user , .left-nav>ul>li:hover>a>.icon-user , .left-nav>ul>li.focus>a>.icon-user{
811background-image: url("Users_over.png");
812}
813.left-nav>ul>li.active>a>.icon-reservation , .left-nav>ul>li:hover>a>.icon-reservation , .left-nav>ul>li.focus>a>.icon-reservation{
814background-image: url("Reservations_over.png");
815}
Siobhan Tullye18b3442014-02-23 14:23:34 -0500816
817#dashboardHPC {
818 padding-bottom: 10px;
819}
820.summary-attr {
821 padding-right: 20px;
822}
823.summary-attr-util {
824 padding-right: 20px;
825 color: green;
826}
827.SiteDetail {
828color: darkBlue;
829 font-size: 1.5em;
830}
Tony Mack32010062015-09-13 22:50:39 +0000831#addInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500832 color: green;
833text-decoration: underline;
834 padding-right: 20px;
835}
Tony Mack32010062015-09-13 22:50:39 +0000836#remInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500837 color: red;
838 text-decoration: underline;
839}
840#map-us {
841 padding-top: 10px;
842 width: 700px;
843 height: 400px;
844}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500845
Scott Baker5e74a262014-03-27 09:21:16 -0700846.minidashbutton {
847 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
848 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
849 box-shadow:inset 0px 1px 0px 0px #ffffff;
850 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
851 background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
852 background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
853 background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
854 background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
855 background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
856 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
857 background-color:#ffffff;
858 -moz-border-radius:6px;
859 -webkit-border-radius:6px;
860 border-radius:6px;
861 border:1px solid #dcdcdc;
862 display:inline-block;
863 cursor:pointer;
864 color:#666666;
865 font-family:arial;
866 font-size:15px;
867 font-weight:bold;
868 padding:6px 24px;
869 text-decoration:none;
870 text-shadow:0px 1px 0px #ffffff;
871}
872.minidashbutton:hover {
873 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
874 background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
875 background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
876 background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
877 background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
878 background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
879 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
880 background-color:#f6f6f6;
881}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500882
Scott Baker5e74a262014-03-27 09:21:16 -0700883.newMiniDashboard {
884 border: 1px solid green;
885 width: auto;
886}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500887
Scott Baker5e74a262014-03-27 09:21:16 -0700888.endDashPair {
889 clear: left;
890}
891.miniDashPair {
892 float: left;
893 width: auto;
894 margin-left: 20px;
895}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500896
Scott Baker5e74a262014-03-27 09:21:16 -0700897.miniDashPair label {
898 text-align: center;
899}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500900/* Charts CSS */
901p.numeral
902{
903 font-size:32pt;
904 color:#ffffff;
905 opacity: 0.7;
906 font-family:Helvetica Neue;
907 font-weight:100;
908 text-align:center;
909 line-height:75%;
910}
911
912.helper-text
913{
914 border: 1px solid #fff;
915 padding: 7px;
916 border-radius: 18px;
917 font-size:13pt;
918 color:#ffffff;
919 opacity: 0.7;
920 font-family:Helvetica Neue;
921 font-weight:200;
922 text-align:center;
923 line-height:100%;
924}
925p.osobject
926{
927 font-size:12pt;
928 color:#ffffff;
929 opacity: 0.7;
930 font-family:Helvetica Neue;
931 font-weight:200;
932 text-align:center;
933 line-height:100%;
934}
935
936p.heading
937{
Scott Baker5e74a262014-03-27 09:21:16 -0700938 font-size:20px;
939 letter-spacing: 1px;
940 color: black;
941 font-family:Arial;
942 font-weight:bold;
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500943 text-align:center;
944}
945
946/*p.heading
947{
948 font-size:32pt;
949 color:#ffffff;
950 opacity: 0.7;
951 font-family:Helvetica Neue;
952 font-weight:200;
953 text-align:center;
954}*/
955
956div.graph
957{
958 height:340px;
959}
960
961div.numeral
962{
963 height:120px;
964}
965
966div.heading
967{
968 height:10px;
969}
970
971div.padding
972{
973 height:20px;
974}
975
976div.chartContainer
977{
Scott Baker5e74a262014-03-27 09:21:16 -0700978 /*background-image:url('chartsBg.jpg');*/
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500979 width:527px;
980 height:400px;
981 border:1px;
982}
983
984/* D3 */
985
986.axis path,
987.axis line {
988 fill: none;
989 stroke: #ffffff;
990 opacity: 0.7;
991 shape-rendering: crispEdges;
992}
993
994
995.x.axis path {
996 display: none;
997}
998
999.x.axis text {
1000 fill: white;
1001 opacity: 0.5;
1002}
1003
1004.y.axis text {
1005 opacity: 0.5;
1006 fill: white;
1007}
1008
1009.y.axis text.legend {
1010 opacity: 1.0;
1011 fill: white;
1012 font-size:8pt;
1013}
1014
1015.line {
1016 fill: none;
1017 stroke: white;
1018 stroke-width: 3px;
1019 opacity: 0.6;
1020}
1021
1022
Scott Baker5e74a262014-03-27 09:21:16 -07001023/****** Added in so that we can have a loader show as charts get ready to render ***/
1024.loading {
1025 //background-color: orange;
1026 background-image: url(spinner.gif) no-repeat center middle;
1027 text-align: center;
1028 font-size: 20px;
1029 height: 100%
1030/* width: auto;*/
1031 float: left;
1032 padding: 10px;
1033}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001034/* Charts CSS */
Scott Baker5e74a262014-03-27 09:21:16 -07001035
1036#tabs-4 {
1037 margin: 40px;
1038 font-size: 24px;
1039 font-weight: bold;
1040}
Scott Baker537d8232014-04-08 23:40:56 -07001041
1042.tenant-row{
Scott Baker26d69d72014-04-22 13:49:36 -07001043 padding-bottom: 0.7%;
1044}
1045
1046/***********TENANT VIEW*************/
1047
1048#image-dropdown,#slice-image-value,#adv-slice-image-value{
1049 margin-left: 5%;
1050}
1051
Scott Baker6985cd52014-08-05 09:51:40 -07001052
1053#adv-slice-image-value{
1054margin-right: 0.5%;
1055}
1056
1057#adv-network-value {
1058margin-right: 0.3%;
1059}
1060
Scott Baker168b7412014-05-16 14:25:41 -07001061#network-dropdown,#adv-network-dropdown,#adv-network-value{
Scott Baker26d69d72014-04-22 13:49:36 -07001062 margin-left: 3.7%;
1063}
1064
1065#service-level-dropdown,#service-level-value,#adv-service-level-dropdown,#adv-service-level-value{
1066 margin-left: 0.2% !important;
1067}
1068
1069#slice-name-value,#adv-slice-name-value{
1070 margin-left: 2%;
1071}
1072#adv-dataset-dropdown{
Scott Baker6985cd52014-08-05 09:51:40 -07001073margin-left: 3.7%;
Scott Baker26d69d72014-04-22 13:49:36 -07001074}
Tony Mack32010062015-09-13 22:50:39 +00001075#advanced-tenant,#basic-tenant,#instance-btn,#save-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001076 float:right;
1077}
Scott Baker6985cd52014-08-05 09:51:40 -07001078 #delete-slice-btn,#download-details,#add-user-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001079 margin-left:1%;
1080}
1081
Tony Mack32010062015-09-13 22:50:39 +00001082#instance-btn,#save-btn,#create-slice-btn,#delete-slice-btn,#add-user-btn,#download-details{
Scott Baker26d69d72014-04-22 13:49:36 -07001083 margin-top:1%;
1084}
1085
1086.tenantDialog.ui-widget input{
1087 border-radius: 0px !important;
Scott Baker4b0cedd2014-04-22 21:01:21 -07001088 height: 12px !important;
1089 width: 180px !important;
1090 margin-right: 10% !important;
1091 float: right;
Scott Baker26d69d72014-04-22 13:49:36 -07001092}
1093
1094.tenantDialog .ui-dialog-buttonset .ui-button{
1095border-radius: 0 !important;
1096background-color: grey !important;
1097font-weight: bold !important;
1098font-size: 0.9em; !important
1099}
1100
1101.tenantDialog .ui-dialog-titlebar{
1102border-radius: 0 !important;
1103background-color: grey !important;
1104}
1105
1106.create-slice-row{
Scott Baker4b0cedd2014-04-22 21:01:21 -07001107 margin-bottom: 4%;
1108 clear: both;
1109 height: 25px;
Scott Baker26d69d72014-04-22 13:49:36 -07001110}
1111
1112.create-slice-row label, .tenantDialog label{
1113 margin-right:1%;
1114 float:left;
1115}
1116
1117.create-slice-row select{
1118 height:24px;
1119 width: 196px;
1120 font-size: 0.9em !important;
1121}
1122
1123.tenant-create-slice{
1124 float:right;
1125 margin-right: 10% !important;
1126}
1127
1128#delete-slice{
1129float: right;
1130}
1131
1132#tooltip,#adv-tooltip,#basic-tooltip{
1133font-size:0.7em;
1134color:red;
1135display:none;
1136}
1137
1138#tenantSliceDataWrapper {
1139 padding: 1% 0;
1140}
1141
1142#advancedTenantSliceDataWrapper .help-inline{
1143 font-size: 11px;
1144 color: #999;
1145 padding-bottom: 1%;
Scott Baker537d8232014-04-08 23:40:56 -07001146}
Scott Baker4b0cedd2014-04-22 21:01:21 -07001147
1148.create-slice-row label{
1149 clear:both;
1150 margin-right: 1%;
1151}
Scott Baker520b8df2014-04-22 22:35:52 -07001152
Tony Mack32010062015-09-13 22:50:39 +00001153#advNumOfInstances{
Scott Baker520b8df2014-04-22 22:35:52 -07001154 margin-right: 1% !important;
1155}
Scott Baker168b7412014-05-16 14:25:41 -07001156
1157#private-vol-checkbox{
1158margin: 0 0 1% 1%;
1159}
1160
1161.public-key-warning{
1162text-align: center;
1163display:none;
1164}
1165
1166#private-vol{
1167margin-right: 15% !important;
Scott Baker6985cd52014-08-05 09:51:40 -07001168}
1169.customize_row {
1170 display: table;
1171}
1172.customize_column {
1173 display: table-cell;
1174 padding: 10px;
1175}
1176
1177.request-form-row{
1178padding:1% 8%;
1179}
1180
1181.requestDialog{
1182background-color: white;
1183border-radius: 8px;
1184width: 30% !important;
1185height: 40% !important;
1186margin-top: -16%;
1187top: -103.703125px !important;
1188}
1189
1190.request-form-row label{
1191 float: left;
1192}
1193
1194
1195.requestDialog .ui-dialog-buttonset .ui-button{
1196border-radius: 0 !important;
1197background-color: grey !important;
1198font-weight: bold !important;
1199font-size: 0.9em; !important
1200}
1201
1202.requestDialog .ui-dialog-titlebar-close{
1203float:right;
1204}
1205
1206#request-signup{
1207height: 40px !important;
1208margin: 0 14%;
1209float: left;
1210background-color: #448CCA;
1211background-image: none;
1212width: 70% !important;
1213}
1214
1215.requestDialog .ui-dialog-titlebar{
1216border-radius: 0 !important;
1217height: 25px;
1218padding-top: 2%;
1219}
1220
1221.requestDialog #ui-id-1{
1222padding-left: 28%;
1223font-size: medium;
1224}
1225
1226#request-site-name{
1227 width: 98%;
1228}