blob: 82c09670ad94ac9827d076ba236205e49aa09aea [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 {
16 height: 100%;
17 max-height: 100%;
18 margin: 0;
19}
20
21#wrap {
22 height: 100%;
23 overflow: scroll;
24}
25
Scott Baker5e74a262014-03-27 09:21:16 -070026/* CSS for jquery Tabs */
27#hometabs {
28border-bottom: 1px solid #105E9E;
29font-size: 12px;
30border: 0px;
31}
32
33.ui-tabs-active {
34 color: #ffffff;
35 background-color: #105E9E;
36 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
37 font-weight: normal;
38}
39.nav > li > a:active {
40 color: #ffffff;
41 background-color: #105E9E;
42 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
43
44}
45.nav > li > a:focus {
46 color: #ffffff;
47 background-color: #105E9E;
48 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
49
50}
51.ui-state-focus a,
52.ui-state-focus a:link{
53 color: #ffffff;
54 background-color: #105E9E;
55 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
56}
57.ui-state-active a,
58.ui-state-active a:link{
59 color: #ffffff !important;
60 background-color: #105E9E !important;
61 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
62 font-weight: normal;
63}
64/*************************/
65/* Header elements */
66
67.logo {
68}
69.header{
70 background-color: #ffffff !important;
71 /*background-image: url('bg2.jpg');*/
72 background-size: 100% auto;
73 background-image: none !important;
74 text-shadow: none;
75 border-bottom: 3px solid #C5CCD4;
76 margin-bottom: 14px;
77 margin-top: -120px;
78 height: 85px;
79 /*min-width: 1321px;*/
80}
81
82.nav-quick-search{
83margin: 30px -10px 0px 0px !important;
84padding:0 25px 0 0 !important;
85float:right !important;
86}
87
88.nav-quick-search .search-query{
89border-radius:5px;
90border:none;
91box-shadow:0px;
92background-color:lightGrey;
93padding-left: 27px;
94}
95
96
97.header #branding {
98width: 100%;
99height:60px;
100}
101
102.header a {
103color: #08C;
104font-weight: bold;
105/*border-bottom: 1px solid #C5CCD4;*/
106}
107a {
108color: #08C;
109font-weight: bold;
110/*border-bottom: 1px solid #C5CCD4;*/
111}
112
113.header #branding {
114border-right:none;
115}
116
117#branding2{
118height:20px;
119width:100%;
120color: #333;
121/*background-color: #000000;*/
122margin-bottom: 10px;
123}
124
125.header #user-tools {
126 padding: 12px 20px 0px 0px;
127 float: right;
128 margin-top: -5px;
129}
130
131.header .header-content .date{
132padding-left:10px;
133}
134
135.header .header-content .time {
136font-weight: normal;
137}
138.header .header-content.header-content-first{
139height: 15px;
140padding-bottom: 0px;
141}
142
143.header .header-content {
144padding-bottom: 0px;
145padding: 7px 0 0 0px;
146}
147
148/*************************/
149
Scott Baker624a0a02014-11-05 16:21:44 -0800150.footer .content .statusMsg {
151 float: right;
152 padding: 15px 20px 0 0;
153 display: block;
154}
155
Scott Baker771819b2014-03-19 22:10:17 -0700156.alignCenter {
157 text-align: center !important;
158 align: center !important;
159}
160table.dataTable tr.odd {
161background-color: white !important;
162}
163table.dataTable tr.odd td.sorting_1 {
164background-color: white !important;
165}
166table.dataTable tr.even td.sorting_1 {
167background-color: white !important;
168}
169table.dataTable thead th div.DataTables_sort_wrapper {
170 font-weight: bold;
171}
Tony Mack6a782f92015-09-13 22:50:39 +0000172.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 -0700173}
174.ui-widget-overlay {
175 background: black !important;
176}
177.ui-corner-all {
178border-bottom-left-radius: 0px !important;
179border-bottom-right-radius: 0px !important;
180}
181
182#suit-center {
Scott Baker5e74a262014-03-27 09:21:16 -0700183 /* min-width: 977px !important; */
184}
185#openCloudTopPage {
186 margin-top: -25px;
187 margin-right: -90;
188 float: right;
Scott Baker771819b2014-03-19 22:10:17 -0700189}
190#minDashboard {
Scott Baker5e74a262014-03-27 09:21:16 -0700191 /*min-width:625px; */
Scott Baker771819b2014-03-19 22:10:17 -0700192 display:inline;
193 float: right;
Scott Baker5e74a262014-03-27 09:21:16 -0700194 border: 2px darkGrey;
Scott Baker771819b2014-03-19 22:10:17 -0700195}
Scott Baker5feb27e2015-05-11 16:37:26 -0700196.ui-state-default #hometabs, .ui-widget-content .ui-state-default #hometabs, .ui-widget-header .ui-state-default {
Scott Baker771819b2014-03-19 22:10:17 -0700197background: none !important;
198border-top: 0px !important;
199border-left: 0px !important;
200border-right: 0px !important;
201}
202.ui-widget-header {
203background: none !important;
204border-top: 0px !important;
205border-left: 0px !important;
206border-right: 0px !important;
207}
208#suit_form_tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700209/*border-bottom: 1px solid #B5D1EA;*/
210border-bottom: 1px solid #105E9E !important;
211border-bottom-width: 5px !important;
Scott Baker771819b2014-03-19 22:10:17 -0700212border-bottom-style: solid;
Scott Baker5e74a262014-03-27 09:21:16 -0700213/*border-bottom-color: rgb(181, 209, 234);*/
214border-bottom-color: #448CCA;
Scott Baker771819b2014-03-19 22:10:17 -0700215color:#105E9E;
216}
Scott Baker771819b2014-03-19 22:10:17 -0700217.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
218color: #105E9E ;
219}
Scott Baker5e74a262014-03-27 09:21:16 -0700220.save-box {
221 background-color: #ffffff;
222 margin: 2px;
223}
224.save-box .btn-info {
225 font-size: 14px;
226 padding: 10px 20px 10px 20px;
227}
228.btn-success {
229 font-size: 12px;
230 font-weight: normal;
231 padding: 5px 10px 5px 10px;
232}
233.btn-success, .save-box .btn-info {
234 background: #27AE5F;
235 background-image: -webkit-linear-gradient(top, #27AE5F, #27ae60);
236 background-image: -moz-linear-gradient(top, #27AE5F, #27ae60);
237 background-image: -ms-linear-gradient(top, #27AE5F, #27ae60);
238 background-image: -o-linear-gradient(top, #27AE5F, #27ae60);
239 background-image: linear-gradient(to bottom, #27AE5F, #27ae60);
240 -webkit-border-radius: 5;
241 -moz-border-radius: 5;
242 border-radius: 5px;
243 text-shadow: 1px 1px 3px #666666;
244 font-family: Arial;
245 color: #ffffff;
246 text-decoration: none;
247 letter-spacing: 1px;
248}
249
250.btn-success:hover, .save-box .btn-info:hover {
251 background: #2ecc71;
252 text-decoration: none;
253}
254
255
Scott Baker771819b2014-03-19 22:10:17 -0700256
Siobhan Tullybfd11dc2013-09-03 12:59:24 -0400257.required:after {color: red ! important; font-size: 18px }
258#.btn-success {color:black}
Siobhan Tullyce652d02013-10-08 21:52:35 -0400259#suit-center {
260padding: 20px;
261width: 100%;
Matteo Scandolo9a607262015-11-10 17:13:04 +0100262/*min-width:650px;*/
Siobhan Tullyce652d02013-10-08 21:52:35 -0400263}
264.inner-two-columns .inner-center-column .tab-content {
Scott Baker5e74a262014-03-27 09:21:16 -0700265overflow-x: auto;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400266margin-bottom: 15px;
Scott Baker5e74a262014-03-27 09:21:16 -0700267/*min-width: auto;*/
268width:100%;
Siobhan Tullyce652d02013-10-08 21:52:35 -0400269}
270.inner-two-columns .inner-center-column {
271#margin-right: 200px;
272#background-color: rgb(158, 163, 159);
273}
274label {
275display: block;
276font-weight: bold;
277margin-bottom: 5px;
278}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500279
280
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500281/*For changing the background color of the left side navigation list items*/
282/*For changing the color of the left side navigation list items*/
283/*For changing the font of the left side navigation list items*/
284.left-nav>ul>li>a {
Scott Baker5e74a262014-03-27 09:21:16 -0700285/*background-color: #CDE7FF;*/
286/* Light color nav choices */
287/*background-color: #DFECF8;*/
288/*background-color: #91BFE4;*/
289/*background-color: #DAECFC;*/
290background-color: #448CCA;
291/*ONlab.us reg color blue*/
292/*background-color: #ccffff;*/
293font-weight: normal;
294/*color: #105E9E;*/
295color: #ffffff;
296text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
297letter-spacing: 1px;
298font-size: 12px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500299border-bottom: none;
300}
301
302/*For giving the padding for the left side navigation*/
303.left-nav>ul {
304padding-left: 5px;
305}
306
307/*For increasing the height of left side navigation list items*/
308.left-nav>ul>li {
309padding-top:4px;
310line-height: 35px;
Scott Baker5e74a262014-03-27 09:21:16 -0700311width: 200px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500312}
313
Scott Baker5e74a262014-03-27 09:21:16 -0700314/*For changing background color of suit center*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500315#suit-center {
316background-color: #ffffff;
317}
318
319.left-nav>ul>li.active>a {
Scott Baker5e74a262014-03-27 09:21:16 -0700320/*background-color: #448CCA;*/
321/* Last Active
322background-color: #0061B7; */
323background-color: #515151;
324/*background-color: #448CCA;*/
325font-weight:normal;
326color:#ffffff;
327text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
328letter-spacing: 1px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500329
Matteo Scandolodcfdf5a2015-10-15 10:23:17 +0200330/*left: 10px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500331background-image: url("right_arrow.png");
332 background-position: 97% center;
333}
334
335
336.nav-tabs-suit li{
Scott Baker5e74a262014-03-27 09:21:16 -0700337/*background-color: #CDE7FF;*/
338background-color: #FFFFFF;
339border-top-left-radius: 3px;
340border-top-right-radius: 3px;
341border-bottom-left-radius: 0px;
342border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500343}
344
345.nav-tabs-suit li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700346background-color:
347/*background-color: #CDE7FF;*/
348font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500349color: #105E9E;
Scott Baker5e74a262014-03-27 09:21:16 -0700350/*border-radius: 3px;*/
351border-top-left-radius: 3px;
352border-top-right-radius: 3px;
353border-bottom-left-radius: 0px;
354border-bottom-right-radius: 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500355border: none;
356box-shadow: none;
357}
Scott Baker5e74a262014-03-27 09:21:16 -0700358
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500359.nav-tabs-suit li.active{
360/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700361/*background-color: #448CCA;*/
362 background-position: 50% 100%;
363background-image:url('down_arrow.png');
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500364}
365
366.nav-tabs-suit li.hover{
367/*Changed on Dec 11*/
Scott Baker5e74a262014-03-27 09:21:16 -0700368/*background-color: #448CCA;*/
369color:#ffffff;
370/*font-size: 1.2em;*/
371font-weight: bold;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500372}
373
374.nav-tabs-suit li.active a {
Scott Baker5e74a262014-03-27 09:21:16 -0700375background-color: #ffffff;
376/*background-color: #448CCA;*/
377background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500378color:#ffffff;
Scott Baker5e74a262014-03-27 09:21:16 -0700379font-weight:normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500380padding-top:10px;
381text-decoration:none;
382}
383
384.nav-tabs-suit li.active a:after{ /*arrow added to downarrowdiv DIV*/
385width: 0;
386height: 0;
387border-left: 5px solid transparent;
388border-right: 5px solid transparent;
389border-top: 5px solid #2f2f2f;
390font-size: 0;
391line-height: 0;
392}
393
394
395/* create an arrow that points down */
396
397
398.left-nav>ul>li.active>a:hover{
Scott Baker5e74a262014-03-27 09:21:16 -0700399/*background-color: #448CCA;*/
400/*background-color: #91BFE4;*/
401/*background-color: #D6E7F8;*/
402font-weight:normal;
403font-size: 1.2em;
Matteo Scandolodcfdf5a2015-10-15 10:23:17 +0200404/*font-weight: bold;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500405color:#ffffff;
Matteo Scandolodcfdf5a2015-10-15 10:23:17 +0200406/*padding-top:10px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500407text-decoration:none;
408}
409
Scott Baker5e74a262014-03-27 09:21:16 -0700410/* Adjust font weight to normal on hover, else white blurs */
411.left-nav>ul>li>a:hover{
412/*background-color: #448CCA;*/
413/*background-color: #004775;*/
414background-color: #515151;
415color:#ffffff;
416font-weight:normal;
417font-size: 1.2em;
418/*padding-top:10px;*/
419text-decoration:none;
420/*border-left: 15px solid #105E9E ;*/
421border-left: 10px solid #ffffff;
422text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
423letter-spacing: 1px;
424}
425.nav-tabs-suit li.active a:hover,.nav-tabs-suit li a:hover{
426/*background-color: #448CCA;*/
427background-color: #515151;
428font-weight:normal;
Matteo Scandolodcfdf5a2015-10-15 10:23:17 +0200429/*font-size: 1.2em;*/
Scott Baker5e74a262014-03-27 09:21:16 -0700430/*color:#ffffff;*/
431padding-top:10px;
432text-decoration:none;
433}
434
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500435.breadcrumb li a {
Scott Baker5e74a262014-03-27 09:21:16 -0700436/*font-weight:bold;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500437}
438
439.nav-tabs {
Scott Baker5e74a262014-03-27 09:21:16 -0700440/*
441border-bottom: 1px solid #B5D1EA;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500442}
443
444.nav-tabs>li {
445margin-bottom: 0px;
446}
447
448/*.icon-home {
449background-image: url('home.png');
450background-repeat: no-repeat;
451background-position: 85%;
452}*/
453
454/*Changed Dec11*/
455
456/*
457.icon-home {
458background-image: url('home.png');
459background-repeat: no-repeat;
460background-position: 40%;
461width: 25px;
462height: 25px;
463vertical-align: middle;
464}
465*/
466
467
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500468.left-nav>ul>li.active>a:after {
469content: none;
470
471}
472
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500473/**
474* login page
475*/
476
477
478/*.login #wrap {
479background-color: #ffffff;
480}*/
481
482.login #content-main {
Scott Baker5e74a262014-03-27 09:21:16 -0700483width: 280px !important;
484min-width: 180px;
485height: 265px;
486 -webkit-border-radius: 5;
487 -moz-border-radius: 5;
488 border-radius: 5px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500489/*background: #EBF0F2;*/
490background: rgba(255,255,255,0.85);
491/*background: rgba(235,240,242,0.6);*/
Scott Baker5e74a262014-03-27 09:21:16 -0700492overflow: visible !important;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500493}
494
495.login #content-main h1 {
496/*background: #EBF0F2;*/
Matteo Scandolo93a1b5a2015-10-26 13:57:04 +0100497/*background: url("open-cloud-login-themed-light.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);*/
498background: url("cord_logo_3.png") no-repeat scroll 40% center / 89% auto rgba(235, 240, 242, 0);
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500499/*background-position: 40%;*/
500height: 55px;
501background-repeat: no-repeat;
502font-size: 0px;
503padding-top: 70px;
504}
505.login #content-main h1 i {
506display:none;
507}
508
509.login #content-main h1 img{
510padding-left: 8px;
511}
512
513.login #content-main .control-group .control-label{
514display:none;
515}
516
Scott Baker6985cd52014-08-05 09:51:40 -0700517.login #content-main form input[type=text], .requestDialog.ui-widget input{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500518width: 94%;
519padding:4px 6px;
520border-radius: 0px;
521height: 30px;
Scott Baker6985cd52014-08-05 09:51:40 -0700522background-color: rgb(250, 255, 189);
523/*background-image: url('name.png');*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500524background-repeat: no-repeat;
525background-position: 95%;
526font-size: 12px;
527}
528
529.login #content-main form input[type=password] {
530 width: 94%;
531padding:4px 6px;
532font-size: 12px;
533border-radius: 0px;
534height: 30px;
535background-color: #E5E5E5;
536background-image: url('password.png');
537background-repeat: no-repeat;
538background-position: 95%;
539}
540
541.login #content-main .submit-row{
542background: #EBF0F215px;
543background: rgba(235,240,242,0.0);
544border-top:none;
545padding-top:0px;
546box-shadow: none;
547}
548
549.login #content-main .submit-row .btn-info {
550background-color : #448CCA;
551background-image: none;
552height: 40px;
553border-radius: 0px;
554width: 100%;
555margin-bottom: 4px;
556}
557#forgot_pwd{
558font-size: 11px;
559font-style: normal;
560text-decoration: none;
561}
562
563#create_acct{
564font-size: 11px;
565font-style: normal;
566text-decoration: none;
567padding-left: 45px;
568}
569
570/*Dec 11 2013*/
571
572.nav-tabs-suit li.active a{
Scott Baker5e74a262014-03-27 09:21:16 -0700573letter-spacing: 1px;
574text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
575/*text-shadow: none;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500576-webkit-box-shadow: none;
577-moz-box-shadow: none;
578box-shadow: none;
Scott Baker5e74a262014-03-27 09:21:16 -0700579*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500580}
581
582.nav-tabs>.active>a{
583border: none;
584}
585
Matteo Scandolodcfdf5a2015-10-15 10:23:17 +0200586.nav-tabs-suit li a{
587 font-weight: normal;
588}
589
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500590.nav-tabs-suit li a:hover{
591border: none;
Scott Baker5e74a262014-03-27 09:21:16 -0700592color: #ffffff;
Matteo Scandolodcfdf5a2015-10-15 10:23:17 +0200593/*letter-spacing: 1px;*/
Scott Baker5e74a262014-03-27 09:21:16 -0700594text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500595}
596
597.nav-tabs-suit li.active a:hover{
598border: none;
599}
600
601/*.nav-tabs-suit li.active {*/
602 /*background: transparent url('home.png') no-repeat scroll center bottom;*/
603 /*border-left: 5px solid transparent;
604border-right: 5px solid transparent;
605border-top: 5px solid #2f2f2f;
606font-size: 0;
607line-height: 0;
608width: 0;;
609height: 0;
610 margin: 0;
611}*/
612
613.login {
614background-image: url('bg.jpg');
615background-size: 100%;
616background-repeat: no-repeat;
617}
618
619
620.login #content-main {
621 float: none;
622 height: 330px;
623 margin: 100px auto 0;
624 width: 265px;
625}
626
Scott Baker5e74a262014-03-27 09:21:16 -0700627/** Leave room for scroll bar now that contents can be appropriately scrolled **/
628.form-horizontal .inline-group .add-row {
629 margin: -1px -1px 15px 0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500630}
631
Scott Baker5e74a262014-03-27 09:21:16 -0700632/** Setting overflow and 1kpx to deal with inlines/forms overlapping on
633 browser resizes **/
634#content-main {
635 overflow-x:auto;
Matteo Scandolo9a607262015-11-10 17:13:04 +0100636 /*min-width: 1000px;*/
Scott Baker5e74a262014-03-27 09:21:16 -0700637}
638
639.tab-content tab-content-main {
640 overflow-x: auto !important;
641}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500642
643#wrap{
644background:none;
645}
646
Scott Baker5e74a262014-03-27 09:21:16 -0700647.noclearfix {
648 display:block; clear:left; width:0px; height:0px;
649}
650
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500651body{
652background-color:#ffffff;
653}
654
655.suit-column{
656background-color:#ffffff;
657}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500658/*Added on 13th*/
659
660/*.input-icon {
661margin-right: 30px;
662}
663
664.icon-search{
665
666margin-left: -165px;
667}*/
668
669.login #content-main form {
670margin: 5px 15px 0;
671}
672
673.login {
674height: 84.5%;
675}
676
677
678.login #wrap {
679 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
Matteo Scandoloe34392f2015-11-10 17:29:57 +0100680 overflow: hidden;
681 padding: 0;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500682}
683#wrap {
684 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
685}
686#wrap {
Matteo Scandolo9a607262015-11-10 17:13:04 +0100687 padding-bottom: 60px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500688}
689
690.forgotLink {
691 width: 45%;
692 text-align: left;
693 float: left;
694}
695
Scott Baker6985cd52014-08-05 09:51:40 -0700696#request-account-form{
697 display:none;
698}
699
700#requestAccountLink {
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500701 width: 55%;
702 text-align: right;
703 float: left;
Scott Baker6985cd52014-08-05 09:51:40 -0700704 padding-left: 21%;
705 cursor: pointer;
706 color: #448CCA;
707 text-decoration: underline;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500708}
709
710.login .btn-info {
711 color: #FFF;
712}
713
714.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
Scott Baker5e74a262014-03-27 09:21:16 -0700715 /*background-color: #448CCA;*/
716 background-color: #105E9E;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500717 color: #FFF;
718 border: none;
719}
720
721/*Added by Beena for adding the three components in dashboard*/
722.breadcrumb{
723 width: 37%;
724 display:inline-block;
725 background-color: #fff;
726
727}
728
729.nodetextbox{
Scott Baker5e74a262014-03-27 09:21:16 -0700730 /*background-color: #ededed;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500731 line-height: 25px;
732 width: 150px;
733 text-align: center;
734 font-weight: bold;
Scott Baker5e74a262014-03-27 09:21:16 -0700735 margin-left:0px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500736 display:inline-block;
737 border:none;
738 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
Scott Baker5e74a262014-03-27 09:21:16 -0700739 font-size: 8px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500740}
741
742.nodelabel{
Scott Baker5e74a262014-03-27 09:21:16 -0700743width: 20px;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500744display: inline-block;
745border-radius: 0px;
746border:1px solid #000;
Scott Baker5e74a262014-03-27 09:21:16 -0700747/*line-height: 23px;*/
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500748text-align: center;
Scott Baker5e74a262014-03-27 09:21:16 -0700749font-weight: normal;
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500750}
751
Scott Baker5e74a262014-03-27 09:21:16 -0700752#user-tools {
753 font-weight: bold;
754}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500755.header-content .header-column {
756 display: none;
757}
758.header .input-icon {
759 background-image: url("Search.png");
760 background-repeat: no-repeat;
761background-position:left center;
762opacity:1;
763 background-size: 100%;
764 vertical-align:middle;
765 margin-right: -30px;
766 /*margin-top: 5px;*/
767 position: relative;
768 height: 22px;
769 width: 22px;
770}
771
772.header .icon-search {
773 /*background-image: url("search.png") !important;
774 background-repeat: no-repeat !important;
775 background-size: 120% auto !important;
776 background-position: 0;*/
777}
778
Scott Baker771819b2014-03-19 22:10:17 -0700779.icon-home ,.icon-deployment ,.icon-site ,.icon-slice ,.icon-user, .icon-reservation, .icon-app{
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500780background-position: left center;
781width:22px;
782height:22px;
783}
784
Scott Baker771819b2014-03-19 22:10:17 -0700785.icon-app {
786background-image: url("opencloudApp.png");
787}
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500788.icon-home {
Scott Baker5e74a262014-03-27 09:21:16 -0700789/* Going with darker standard color nav -- so using over png's background-image: url("Home.png"); */
790background-image: url("Home_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500791}
792.icon-deployment{
Scott Baker5e74a262014-03-27 09:21:16 -0700793background-image: url("Deployments_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500794}
795.icon-site{
Scott Baker5e74a262014-03-27 09:21:16 -0700796background-image: url("Sites_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500797}
798.icon-slice{
Scott Baker5e74a262014-03-27 09:21:16 -0700799background-image: url("Slices_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500800}
801.icon-user{
Scott Baker5e74a262014-03-27 09:21:16 -0700802background-image: url("Users_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500803}
804.icon-reservation{
Scott Baker5e74a262014-03-27 09:21:16 -0700805background-image: url("Reservations_over.png");
Siobhan Tullycf04fb62014-01-11 11:25:57 -0500806}
807
808.left-nav>ul>li.active>a>.icon-home , .left-nav>ul>li:hover>a>.icon-home , .left-nav>ul>li.focus>a>.icon-home{
809background-image: url("Home_over.png");
810}
811
812.left-nav>ul>li.active>a>.icon-deployment,.left-nav>ul>li:hover>a>.icon-deployment,.left-nav>ul>li.focus>a>.icon-deployment{
813background-image: url("Deployments_over.png");
814}
815.left-nav>ul>li.active>a>.icon-site , .left-nav>ul>li:hover>a>.icon-site , .left-nav>ul>li.focus>a>.icon-site{
816background-image: url("Sites_over.png");
817}
818.left-nav>ul>li.active>a>.icon-slice , .left-nav>ul>li:hover>a>.icon-slice , .left-nav>ul>li.focus>a>.icon-slice {
819background-image: url("Slices_over.png");
820}
821.left-nav>ul>li.active>a>.icon-user , .left-nav>ul>li:hover>a>.icon-user , .left-nav>ul>li.focus>a>.icon-user{
822background-image: url("Users_over.png");
823}
824.left-nav>ul>li.active>a>.icon-reservation , .left-nav>ul>li:hover>a>.icon-reservation , .left-nav>ul>li.focus>a>.icon-reservation{
825background-image: url("Reservations_over.png");
826}
Siobhan Tullye18b3442014-02-23 14:23:34 -0500827
828#dashboardHPC {
829 padding-bottom: 10px;
830}
831.summary-attr {
832 padding-right: 20px;
833}
834.summary-attr-util {
835 padding-right: 20px;
836 color: green;
837}
838.SiteDetail {
839color: darkBlue;
840 font-size: 1.5em;
841}
Tony Mack6a782f92015-09-13 22:50:39 +0000842#addInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500843 color: green;
844text-decoration: underline;
845 padding-right: 20px;
846}
Tony Mack6a782f92015-09-13 22:50:39 +0000847#remInstances {
Siobhan Tullye18b3442014-02-23 14:23:34 -0500848 color: red;
849 text-decoration: underline;
850}
851#map-us {
852 padding-top: 10px;
853 width: 700px;
854 height: 400px;
855}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500856
Scott Baker5e74a262014-03-27 09:21:16 -0700857.minidashbutton {
858 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
859 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
860 box-shadow:inset 0px 1px 0px 0px #ffffff;
861 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
862 background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
863 background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
864 background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
865 background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
866 background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
867 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
868 background-color:#ffffff;
869 -moz-border-radius:6px;
870 -webkit-border-radius:6px;
871 border-radius:6px;
872 border:1px solid #dcdcdc;
873 display:inline-block;
874 cursor:pointer;
875 color:#666666;
876 font-family:arial;
877 font-size:15px;
878 font-weight:bold;
879 padding:6px 24px;
880 text-decoration:none;
881 text-shadow:0px 1px 0px #ffffff;
882}
883.minidashbutton:hover {
884 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
885 background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
886 background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
887 background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
888 background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
889 background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
890 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
891 background-color:#f6f6f6;
892}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500893
Scott Baker5e74a262014-03-27 09:21:16 -0700894.newMiniDashboard {
895 border: 1px solid green;
896 width: auto;
897}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500898
Scott Baker5e74a262014-03-27 09:21:16 -0700899.endDashPair {
900 clear: left;
901}
902.miniDashPair {
903 float: left;
904 width: auto;
905 margin-left: 20px;
906}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500907
Scott Baker5e74a262014-03-27 09:21:16 -0700908.miniDashPair label {
909 text-align: center;
910}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500911/* Charts CSS */
912p.numeral
913{
914 font-size:32pt;
915 color:#ffffff;
916 opacity: 0.7;
917 font-family:Helvetica Neue;
918 font-weight:100;
919 text-align:center;
920 line-height:75%;
921}
922
923.helper-text
924{
925 border: 1px solid #fff;
926 padding: 7px;
927 border-radius: 18px;
928 font-size:13pt;
929 color:#ffffff;
930 opacity: 0.7;
931 font-family:Helvetica Neue;
932 font-weight:200;
933 text-align:center;
934 line-height:100%;
935}
936p.osobject
937{
938 font-size:12pt;
939 color:#ffffff;
940 opacity: 0.7;
941 font-family:Helvetica Neue;
942 font-weight:200;
943 text-align:center;
944 line-height:100%;
945}
946
947p.heading
948{
Scott Baker5e74a262014-03-27 09:21:16 -0700949 font-size:20px;
950 letter-spacing: 1px;
951 color: black;
952 font-family:Arial;
953 font-weight:bold;
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500954 text-align:center;
955}
956
957/*p.heading
958{
959 font-size:32pt;
960 color:#ffffff;
961 opacity: 0.7;
962 font-family:Helvetica Neue;
963 font-weight:200;
964 text-align:center;
965}*/
966
967div.graph
968{
969 height:340px;
970}
971
972div.numeral
973{
974 height:120px;
975}
976
977div.heading
978{
979 height:10px;
980}
981
982div.padding
983{
984 height:20px;
985}
986
987div.chartContainer
988{
Scott Baker5e74a262014-03-27 09:21:16 -0700989 /*background-image:url('chartsBg.jpg');*/
Sapan Bhatiafbac39b2014-02-27 13:12:32 -0500990 width:527px;
991 height:400px;
992 border:1px;
993}
994
995/* D3 */
996
997.axis path,
998.axis line {
999 fill: none;
1000 stroke: #ffffff;
1001 opacity: 0.7;
1002 shape-rendering: crispEdges;
1003}
1004
1005
1006.x.axis path {
1007 display: none;
1008}
1009
1010.x.axis text {
1011 fill: white;
1012 opacity: 0.5;
1013}
1014
1015.y.axis text {
1016 opacity: 0.5;
1017 fill: white;
1018}
1019
1020.y.axis text.legend {
1021 opacity: 1.0;
1022 fill: white;
1023 font-size:8pt;
1024}
1025
1026.line {
1027 fill: none;
1028 stroke: white;
1029 stroke-width: 3px;
1030 opacity: 0.6;
1031}
1032
1033
Scott Baker5e74a262014-03-27 09:21:16 -07001034/****** Added in so that we can have a loader show as charts get ready to render ***/
1035.loading {
1036 //background-color: orange;
1037 background-image: url(spinner.gif) no-repeat center middle;
1038 text-align: center;
1039 font-size: 20px;
1040 height: 100%
1041/* width: auto;*/
1042 float: left;
1043 padding: 10px;
1044}
Sapan Bhatiafbac39b2014-02-27 13:12:32 -05001045/* Charts CSS */
Scott Baker5e74a262014-03-27 09:21:16 -07001046
1047#tabs-4 {
1048 margin: 40px;
1049 font-size: 24px;
1050 font-weight: bold;
1051}
Scott Baker537d8232014-04-08 23:40:56 -07001052
1053.tenant-row{
Scott Baker26d69d72014-04-22 13:49:36 -07001054 padding-bottom: 0.7%;
1055}
1056
1057/***********TENANT VIEW*************/
1058
1059#image-dropdown,#slice-image-value,#adv-slice-image-value{
1060 margin-left: 5%;
1061}
1062
Scott Baker6985cd52014-08-05 09:51:40 -07001063
1064#adv-slice-image-value{
1065margin-right: 0.5%;
1066}
1067
1068#adv-network-value {
1069margin-right: 0.3%;
1070}
1071
Scott Baker168b7412014-05-16 14:25:41 -07001072#network-dropdown,#adv-network-dropdown,#adv-network-value{
Scott Baker26d69d72014-04-22 13:49:36 -07001073 margin-left: 3.7%;
1074}
1075
1076#service-level-dropdown,#service-level-value,#adv-service-level-dropdown,#adv-service-level-value{
1077 margin-left: 0.2% !important;
1078}
1079
1080#slice-name-value,#adv-slice-name-value{
1081 margin-left: 2%;
1082}
1083#adv-dataset-dropdown{
Scott Baker6985cd52014-08-05 09:51:40 -07001084margin-left: 3.7%;
Scott Baker26d69d72014-04-22 13:49:36 -07001085}
Tony Mack6a782f92015-09-13 22:50:39 +00001086#advanced-tenant,#basic-tenant,#instance-btn,#save-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001087 float:right;
1088}
Scott Baker6985cd52014-08-05 09:51:40 -07001089 #delete-slice-btn,#download-details,#add-user-btn{
Scott Baker26d69d72014-04-22 13:49:36 -07001090 margin-left:1%;
1091}
1092
Tony Mack6a782f92015-09-13 22:50:39 +00001093#instance-btn,#save-btn,#create-slice-btn,#delete-slice-btn,#add-user-btn,#download-details{
Scott Baker26d69d72014-04-22 13:49:36 -07001094 margin-top:1%;
1095}
1096
1097.tenantDialog.ui-widget input{
1098 border-radius: 0px !important;
Scott Baker4b0cedd2014-04-22 21:01:21 -07001099 height: 12px !important;
1100 width: 180px !important;
1101 margin-right: 10% !important;
1102 float: right;
Scott Baker26d69d72014-04-22 13:49:36 -07001103}
1104
1105.tenantDialog .ui-dialog-buttonset .ui-button{
1106border-radius: 0 !important;
1107background-color: grey !important;
1108font-weight: bold !important;
1109font-size: 0.9em; !important
1110}
1111
1112.tenantDialog .ui-dialog-titlebar{
1113border-radius: 0 !important;
1114background-color: grey !important;
1115}
1116
1117.create-slice-row{
Scott Baker4b0cedd2014-04-22 21:01:21 -07001118 margin-bottom: 4%;
1119 clear: both;
1120 height: 25px;
Scott Baker26d69d72014-04-22 13:49:36 -07001121}
1122
1123.create-slice-row label, .tenantDialog label{
1124 margin-right:1%;
1125 float:left;
1126}
1127
1128.create-slice-row select{
1129 height:24px;
1130 width: 196px;
1131 font-size: 0.9em !important;
1132}
1133
1134.tenant-create-slice{
1135 float:right;
1136 margin-right: 10% !important;
1137}
1138
1139#delete-slice{
1140float: right;
1141}
1142
1143#tooltip,#adv-tooltip,#basic-tooltip{
1144font-size:0.7em;
1145color:red;
1146display:none;
1147}
1148
1149#tenantSliceDataWrapper {
1150 padding: 1% 0;
1151}
1152
1153#advancedTenantSliceDataWrapper .help-inline{
1154 font-size: 11px;
1155 color: #999;
1156 padding-bottom: 1%;
Scott Baker537d8232014-04-08 23:40:56 -07001157}
Scott Baker4b0cedd2014-04-22 21:01:21 -07001158
1159.create-slice-row label{
1160 clear:both;
1161 margin-right: 1%;
1162}
Scott Baker520b8df2014-04-22 22:35:52 -07001163
Tony Mack6a782f92015-09-13 22:50:39 +00001164#advNumOfInstances{
Scott Baker520b8df2014-04-22 22:35:52 -07001165 margin-right: 1% !important;
1166}
Scott Baker168b7412014-05-16 14:25:41 -07001167
1168#private-vol-checkbox{
1169margin: 0 0 1% 1%;
1170}
1171
1172.public-key-warning{
1173text-align: center;
1174display:none;
1175}
1176
1177#private-vol{
1178margin-right: 15% !important;
Scott Baker6985cd52014-08-05 09:51:40 -07001179}
1180.customize_row {
1181 display: table;
1182}
1183.customize_column {
1184 display: table-cell;
1185 padding: 10px;
1186}
1187
1188.request-form-row{
1189padding:1% 8%;
1190}
1191
1192.requestDialog{
1193background-color: white;
1194border-radius: 8px;
1195width: 30% !important;
1196height: 40% !important;
1197margin-top: -16%;
1198top: -103.703125px !important;
1199}
1200
1201.request-form-row label{
1202 float: left;
1203}
1204
1205
1206.requestDialog .ui-dialog-buttonset .ui-button{
1207border-radius: 0 !important;
1208background-color: grey !important;
1209font-weight: bold !important;
1210font-size: 0.9em; !important
1211}
1212
1213.requestDialog .ui-dialog-titlebar-close{
1214float:right;
1215}
1216
1217#request-signup{
1218height: 40px !important;
1219margin: 0 14%;
1220float: left;
1221background-color: #448CCA;
1222background-image: none;
1223width: 70% !important;
1224}
1225
1226.requestDialog .ui-dialog-titlebar{
1227border-radius: 0 !important;
1228height: 25px;
1229padding-top: 2%;
1230}
1231
1232.requestDialog #ui-id-1{
1233padding-left: 28%;
1234font-size: medium;
1235}
1236
1237#request-site-name{
1238 width: 98%;
1239}