Revision 3f284f50 snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
1703 1703
code {
1704 1704
  font-family: Consolas, "Liberation Mono", Courier, monospace;
1705 1705
  font-weight: bold;
1706
  color: #235672;
1706
  color: #6b6b6e;
1707 1707
}
1708 1708

  
1709 1709
/* Lists */
......
2014 2014
}
2015 2015
/* line 176, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2016 2016
button.secondary, .button.secondary {
2017
  background-color: #3582ac;
2018
  border-color: #296585;
2017
  background-color: #919194;
2018
  border-color: #77777b;
2019 2019
  color: white;
2020 2020
}
2021 2021
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2022 2022
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2023
  background-color: #296585;
2023
  background-color: #77777b;
2024 2024
}
2025 2025
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2026 2026
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
......
2042 2042
}
2043 2043
/* line 178, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2044 2044
button.alert, .button.alert {
2045
  background-color: #3582ac;
2046
  border-color: #296585;
2045
  background-color: #919194;
2046
  border-color: #77777b;
2047 2047
  color: white;
2048 2048
}
2049 2049
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2050 2050
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2051
  background-color: #296585;
2051
  background-color: #77777b;
2052 2052
}
2053 2053
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2054 2054
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
......
2118 2118
}
2119 2119
/* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2120 2120
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
2121
  background-color: #3582ac;
2122
  border-color: #296585;
2121
  background-color: #919194;
2122
  border-color: #77777b;
2123 2123
  color: white;
2124 2124
  cursor: default;
2125 2125
  opacity: 0.6;
......
2128 2128
}
2129 2129
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2130 2130
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2131
  background-color: #296585;
2131
  background-color: #77777b;
2132 2132
}
2133 2133
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2134 2134
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
......
2136 2136
}
2137 2137
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2138 2138
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2139
  background-color: #3582ac;
2139
  background-color: #919194;
2140 2140
}
2141 2141
/* line 190, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2142 2142
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
......
2162 2162
}
2163 2163
/* line 191, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2164 2164
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
2165
  background-color: #3582ac;
2166
  border-color: #296585;
2165
  background-color: #919194;
2166
  border-color: #77777b;
2167 2167
  color: white;
2168 2168
  cursor: default;
2169 2169
  opacity: 0.6;
......
2172 2172
}
2173 2173
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2174 2174
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2175
  background-color: #296585;
2175
  background-color: #77777b;
2176 2176
}
2177 2177
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2178 2178
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
......
2180 2180
}
2181 2181
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2182 2182
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2183
  background-color: #3582ac;
2183
  background-color: #919194;
2184 2184
}
2185 2185

  
2186 2186
/* line 196, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
......
2596 2596
  margin-bottom: 1em;
2597 2597
  font-size: 0.75em;
2598 2598
  font-weight: bold;
2599
  background: #3582ac;
2599
  background: #919194;
2600 2600
  color: white;
2601 2601
  margin-top: 0;
2602 2602
}
......
2613 2613
  margin-bottom: 1em;
2614 2614
  font-size: 0.75em;
2615 2615
  font-weight: bold;
2616
  background: #3582ac;
2616
  background: #919194;
2617 2617
  color: white;
2618 2618
}
2619 2619

  
......
2621 2621
.error input,
2622 2622
.error textarea,
2623 2623
.error select {
2624
  border-color: #3582ac;
2625
  background-color: rgba(53, 130, 172, 0.1);
2624
  border-color: #919194;
2625
  background-color: rgba(145, 145, 148, 0.1);
2626 2626
  margin-bottom: 0;
2627 2627
}
2628 2628
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
......
2635 2635
/* line 375, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2636 2636
.error label,
2637 2637
.error label.error {
2638
  color: #3582ac;
2638
  color: #919194;
2639 2639
}
2640 2640
/* line 379, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2641 2641
.error small.error {
......
2645 2645
  margin-bottom: 1em;
2646 2646
  font-size: 0.75em;
2647 2647
  font-weight: bold;
2648
  background: #3582ac;
2648
  background: #919194;
2649 2649
  color: white;
2650 2650
}
2651 2651
/* line 383, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
......
2656 2656
/* line 389, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2657 2657
input.error,
2658 2658
textarea.error {
2659
  border-color: #3582ac;
2660
  background-color: rgba(53, 130, 172, 0.1);
2659
  border-color: #919194;
2660
  background-color: rgba(145, 145, 148, 0.1);
2661 2661
}
2662 2662
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2663 2663
input.error:focus,
......
2668 2668

  
2669 2669
/* line 393, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2670 2670
.error select {
2671
  border-color: #3582ac;
2672
  background-color: rgba(53, 130, 172, 0.1);
2671
  border-color: #919194;
2672
  background-color: rgba(145, 145, 148, 0.1);
2673 2673
}
2674 2674
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2675 2675
.error select:focus {
......
2679 2679

  
2680 2680
/* line 397, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2681 2681
label.error {
2682
  color: #3582ac;
2682
  color: #919194;
2683 2683
}
2684 2684

  
2685 2685
/* Button Groups */
......
2947 2947
}
2948 2948
/* line 79, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
2949 2949
.split.button.secondary span {
2950
  border-left-color: #235672;
2950
  border-left-color: #6b6b6e;
2951 2951
}
2952 2952
/* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
2953 2953
.split.button.secondary span:before {
......
2955 2955
}
2956 2956
/* line 79, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
2957 2957
.split.button.alert span {
2958
  border-left-color: #235672;
2958
  border-left-color: #6b6b6e;
2959 2959
}
2960 2960
/* line 79, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_split-buttons.scss */
2961 2961
.split.button.success span {
......
4348 4348
}
4349 4349
/* line 253, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4350 4350
.top-bar-section ul li > a.button.secondary {
4351
  background: #3582ac;
4351
  background: #919194;
4352 4352
}
4353 4353
/* line 255, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4354 4354
.top-bar-section ul li > a.button.secondary.hover {
4355
  background: #296585;
4355
  background: #77777b;
4356 4356
}
4357 4357
/* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4358 4358
.top-bar-section ul li > a.button.success {
......
4364 4364
}
4365 4365
/* line 265, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4366 4366
.top-bar-section ul li > a.button.alert {
4367
  background: #3582ac;
4367
  background: #919194;
4368 4368
}
4369 4369
/* line 267, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4370 4370
.top-bar-section ul li > a.button.alert.hover {
4371
  background: #296585;
4371
  background: #77777b;
4372 4372
}
4373 4373
/* line 275, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4374 4374
.top-bar-section ul li.hover > a {
......
5546 5546
}
5547 5547
/* line 103, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5548 5548
.alert-box.alert {
5549
  background-color: #3582ac;
5550
  border-color: #296585;
5549
  background-color: #919194;
5550
  border-color: #77777b;
5551 5551
  color: white;
5552 5552
}
5553 5553
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5554 5554
.alert-box.secondary {
5555
  background-color: #3582ac;
5556
  border-color: #296585;
5555
  background-color: #919194;
5556
  border-color: #77777b;
5557 5557
  color: white;
5558 5558
}
5559 5559

  
......
5830 5830
}
5831 5831
/* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5832 5832
form.custom .error .custom.dropdown {
5833
  border-color: #3582ac;
5834
  background-color: rgba(53, 130, 172, 0.1);
5835
  background: rgba(53, 130, 172, 0.1);
5833
  border-color: #919194;
5834
  background-color: rgba(145, 145, 148, 0.1);
5835
  background: rgba(145, 145, 148, 0.1);
5836 5836
  margin-bottom: 0;
5837 5837
}
5838 5838
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
......
5944 5944
}
5945 5945
/* line 80, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5946 5946
.label.alert {
5947
  background-color: #3582ac;
5947
  background-color: #919194;
5948 5948
  color: white;
5949 5949
}
5950 5950
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
......
5954 5954
}
5955 5955
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5956 5956
.label.secondary {
5957
  background-color: #3582ac;
5957
  background-color: #919194;
5958 5958
  color: white;
5959 5959
}
5960 5960

  
......
6186 6186
}
6187 6187
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6188 6188
.progress.secondary .meter {
6189
  background: #3582ac;
6189
  background: #919194;
6190 6190
  height: 100%;
6191 6191
  display: block;
6192 6192
}
......
6198 6198
}
6199 6199
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6200 6200
.progress.alert .meter {
6201
  background: #3582ac;
6201
  background: #919194;
6202 6202
  height: 100%;
6203 6203
  display: block;
6204 6204
}
......
6898 6898
}
6899 6899
/* line 89, ../sass/_common.scss */
6900 6900
.tags a.tag1 {
6901
  background-color: #3582ac;
6901
  background-color: #919194;
6902 6902
}
6903 6903
/* line 90, ../sass/_common.scss */
6904 6904
.tags a.tag2 {
......
6937 6937
/* Buttons and Links ----------------------------------------------- */
6938 6938
/* line 113, ../sass/_common.scss */
6939 6939
a {
6940
  color: #3582ac;
6940
  color: #919194;
6941 6941
}
6942 6942
/* line 115, ../sass/_common.scss */
6943 6943
a:hover {
......
6960 6960
}
6961 6961
/* line 129, ../sass/_common.scss */
6962 6962
.btn1:hover, .btn2:hover, .btn3:hover, .upload-widget .btns a:hover, .btn4:hover, .btn-img:hover, .new-btn a:hover, .details .top .actions ul li a:hover, .btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current {
6963
  border-color: #3582ac;
6964
  background: #3582ac;
6963
  border-color: #919194;
6964
  background: #919194;
6965 6965
  color: #fff;
6966 6966
}
6967 6967
/* line 134, ../sass/_common.scss */
......
6971 6971

  
6972 6972
/* line 139, ../sass/_common.scss */
6973 6973
.btn2 {
6974
  color: #3582ac;
6974
  color: #919194;
6975 6975
  background: #fff;
6976
  border-color: #3582ac;
6976
  border-color: #919194;
6977 6977
}
6978 6978
/* line 145, ../sass/_common.scss */
6979 6979
.btn2:hover, .btn2.current {
......
6988 6988
}
6989 6989
/* line 156, ../sass/_common.scss */
6990 6990
.btn3:hover, .upload-widget .btns a:hover, .btn3.current, .upload-widget .btns a.current {
6991
  color: #3582ac;
6991
  color: #919194;
6992 6992
  background: #fff;
6993 6993
  border-color: #fff;
6994 6994
}
......
6997 6997
.btn4 {
6998 6998
  color: #fff;
6999 6999
  border-color: #fff;
7000
  background: #3582ac;
7000
  background: #919194;
7001 7001
}
7002 7002
/* line 169, ../sass/_common.scss */
7003 7003
.btn4:hover, .btn4.current {
7004
  color: #3582ac;
7005
  border-color: #3582ac;
7004
  color: #919194;
7005
  border-color: #919194;
7006 7006
  background: #fff;
7007 7007
}
7008 7008

  
......
7024 7024
  padding: 0 19px;
7025 7025
}
7026 7026
/* line 190, ../sass/_common.scss */
7027
.btn5:focus, .wizard .middle .step .os li .btn-col a:focus, .wizard .middle .step .flavor li .options-bar .options li a:focus {
7028
  border-width: 2px;
7029
}
7030
/* line 193, ../sass/_common.scss */
7027 7031
.btn5.current, .wizard .middle .step .os li .btn-col a.current, .wizard .middle .step .flavor li .options-bar .options li a.current {
7028 7032
  background: white;
7029
  color: #3582ac;
7033
  color: #919194;
7030 7034
}
7031 7035

  
7032
/* line 196, ../sass/_common.scss */
7036
/* line 199, ../sass/_common.scss */
7033 7037
.btn-img {
7034
  border-color: #3582ac;
7038
  border-color: #919194;
7035 7039
}
7036
/* line 199, ../sass/_common.scss */
7040
/* line 202, ../sass/_common.scss */
7037 7041
.btn-img:hover {
7038 7042
  background: transparent;
7039 7043
}
7040
/* line 203, ../sass/_common.scss */
7044
/* line 206, ../sass/_common.scss */
7041 7045
.btn-img a img, .btn-img a span {
7042 7046
  margin-left: 5px;
7043 7047
}
7044 7048

  
7045 7049
/* Layout ----------------------------------------------- */
7046
/* line 211, ../sass/_common.scss */
7050
/* line 214, ../sass/_common.scss */
7047 7051
html, body {
7048 7052
  height: 100%;
7049 7053
}
7050 7054

  
7051
/* line 215, ../sass/_common.scss */
7055
/* line 218, ../sass/_common.scss */
7052 7056
body {
7053 7057
  padding-top: 130px;
7054 7058
}
7055 7059

  
7056
/* line 219, ../sass/_common.scss */
7060
/* line 222, ../sass/_common.scss */
7057 7061
.overlay-wrapper {
7058 7062
  min-height: 100%;
7059 7063
}
7060 7064

  
7061
/* line 223, ../sass/_common.scss */
7065
/* line 226, ../sass/_common.scss */
7062 7066
.lt-sidebar {
7063 7067
  width: 250px;
7064 7068
  float: left;
7065 7069
}
7066
/* line 226, ../sass/_common.scss */
7070
/* line 229, ../sass/_common.scss */
7067 7071
.lt-sidebar.nav {
7068 7072
  margin-top: 0;
7069 7073
  font-size: 1em;
7070 7074
  overflow: auto;
7071 7075
}
7072
/* line 231, ../sass/_common.scss */
7076
/* line 234, ../sass/_common.scss */
7073 7077
.lt-sidebar + .main {
7074 7078
  overflow: hidden;
7075 7079
}
7076 7080

  
7077
/* line 236, ../sass/_common.scss */
7081
/* line 239, ../sass/_common.scss */
7078 7082
.main {
7079 7083
  padding: 0 40px;
7080 7084
  overflow: hidden;
7081 7085
}
7082 7086

  
7083 7087
/* Header ----------------------------------------------- */
7084
/* line 245, ../sass/_common.scss */
7088
/* line 248, ../sass/_common.scss */
7085 7089
.header {
7086 7090
  position: fixed;
7087 7091
  top: 0;
......
7095 7099
  background: white;
7096 7100
  z-index: 100;
7097 7101
}
7098
/* line 257, ../sass/_common.scss */
7102
/* line 260, ../sass/_common.scss */
7099 7103
.header .icons-nav {
7100 7104
  position: absolute;
7101 7105
  left: 2.1875em;
......
7103 7107
  line-height: 70px;
7104 7108
  top: 0;
7105 7109
}
7106
/* line 264, ../sass/_common.scss */
7110
/* line 267, ../sass/_common.scss */
7107 7111
.header .logo {
7108 7112
  text-align: center;
7109 7113
}
7110
/* line 266, ../sass/_common.scss */
7114
/* line 269, ../sass/_common.scss */
7111 7115
.header .logo img {
7112 7116
  max-height: 30px;
7113 7117
}
7114
/* line 269, ../sass/_common.scss */
7118
/* line 272, ../sass/_common.scss */
7115 7119
.header .logo h2 {
7116 7120
  display: none;
7117 7121
  margin: 0;
......
7119 7123
  color: #919194;
7120 7124
  font-weight: normal;
7121 7125
}
7122
/* line 277, ../sass/_common.scss */
7126
/* line 280, ../sass/_common.scss */
7123 7127
.header .login {
7124 7128
  position: absolute;
7125 7129
  top: 0;
......
7129 7133
}
7130 7134

  
7131 7135
/* Actions Bar ----------------------------------------------- */
7132
/* line 289, ../sass/_common.scss */
7136
/* line 292, ../sass/_common.scss */
7133 7137
.actions-bar {
7134 7138
  position: fixed;
7135 7139
  left: 0;
......
7142 7146
  background: white;
7143 7147
  border-bottom: 1px solid #919194;
7144 7148
}
7145
/* line 300, ../sass/_common.scss */
7149
/* line 303, ../sass/_common.scss */
7146 7150
.actions-bar .row {
7147 7151
  position: relative;
7148 7152
  height: 60px;
7149 7153
}
7150
/* line 304, ../sass/_common.scss */
7154
/* line 307, ../sass/_common.scss */
7151 7155
.actions-bar ul {
7152 7156
  margin: 0;
7153 7157
}
7154
/* line 306, ../sass/_common.scss */
7158
/* line 309, ../sass/_common.scss */
7155 7159
.actions-bar ul li {
7156 7160
  list-style: none outside none;
7157 7161
  display: inline-block;
7158 7162
  line-height: 60px;
7159 7163
}
7160
/* line 310, ../sass/_common.scss */
7164
/* line 313, ../sass/_common.scss */
7161 7165
.actions-bar ul li a {
7162 7166
  display: block;
7163 7167
  color: #dfdfdf;
......
7165 7169
  padding: 0 20px;
7166 7170
  border: 1px solid transparent;
7167 7171
}
7168
/* line 316, ../sass/_common.scss */
7172
/* line 319, ../sass/_common.scss */
7169 7173
.actions-bar ul li a.active, .actions-bar ul .items-list li .container:hover a.check, .items-list .actions-bar ul li .container:hover a.check {
7170 7174
  color: #919194;
7171 7175
}
7172
/* line 318, ../sass/_common.scss */
7176
/* line 321, ../sass/_common.scss */
7173 7177
.actions-bar ul li a.active:hover, .actions-bar ul .items-list li .container:hover a.check:hover, .items-list .actions-bar ul li .container:hover a.check:hover {
7174
  color: #3582ac;
7178
  color: #919194;
7175 7179
  cursor: pointer;
7176 7180
}
7177
/* line 323, ../sass/_common.scss */
7181
/* line 326, ../sass/_common.scss */
7178 7182
.actions-bar ul li a:hover {
7179 7183
  cursor: default;
7180 7184
}
7181 7185

  
7182
/* line 331, ../sass/_common.scss */
7186
/* line 334, ../sass/_common.scss */
7183 7187
.new-btn {
7184 7188
  position: absolute;
7185 7189
  left: 0;
7186 7190
  bottom: 0;
7187 7191
  height: 60px;
7188 7192
}
7189
/* line 338, ../sass/_common.scss */
7193
/* line 341, ../sass/_common.scss */
7190 7194
.new-btn a span {
7191 7195
  font-size: 1.25em;
7192 7196
}
7193 7197

  
7194 7198
/* Icons Navigation ----------------------------------------------- */
7195
/* line 346, ../sass/_common.scss */
7199
/* line 349, ../sass/_common.scss */
7196 7200
.icons-nav {
7197 7201
  margin: 0;
7198 7202
  padding: 0;
7199 7203
}
7200
/* line 348, ../sass/_common.scss */
7204
/* line 351, ../sass/_common.scss */
7201 7205
.icons-nav li {
7202 7206
  display: inline-block;
7203 7207
  margin: 0 0.3125em;
......
7208 7212
  text-align: center;
7209 7213
  overflow: hidden;
7210 7214
}
7211
/* line 357, ../sass/_common.scss */
7215
/* line 360, ../sass/_common.scss */
7212 7216
.icons-nav li a {
7213 7217
  color: #333333;
7214 7218
}
7215
/* line 359, ../sass/_common.scss */
7219
/* line 362, ../sass/_common.scss */
7216 7220
.icons-nav li a:hover, .icons-nav li a.current {
7217 7221
  font-size: 30px;
7218 7222
  color: #30c79e;
7219 7223
}
7220 7224

  
7221 7225
/* Top info  ----------------------------------------------- */
7222
/* line 372, ../sass/_common.scss */
7226
/* line 375, ../sass/_common.scss */
7223 7227
.top-info {
7224 7228
  padding: 50px 100px;
7225 7229
  position: relative;
7226 7230
  z-index: 10;
7227 7231
  display: none;
7228 7232
}
7229
/* line 377, ../sass/_common.scss */
7233
/* line 380, ../sass/_common.scss */
7230 7234
.top-info .close {
7231 7235
  position: absolute;
7232 7236
  right: 2.5em;
......
7239 7243
  overflow: hidden;
7240 7244
}
7241 7245

  
7242
/* line 386, ../sass/_common.scss */
7246
/* line 389, ../sass/_common.scss */
7243 7247
.info.error {
7244 7248
  background: #ff5c58;
7245 7249
  color: #fff;
7246 7250
}
7247 7251

  
7248
/* line 392, ../sass/_common.scss */
7252
/* line 395, ../sass/_common.scss */
7249 7253
.info.alert {
7250
  background: #3582ac;
7254
  background: #919194;
7251 7255
  color: #fff;
7252 7256
}
7253 7257

  
7254
/* line 397, ../sass/_common.scss */
7258
/* line 400, ../sass/_common.scss */
7255 7259
.info.warning {
7256 7260
  background: #919194;
7257 7261
  color: #fff;
7258 7262
}
7259 7263

  
7260
/* line 402, ../sass/_common.scss */
7264
/* line 405, ../sass/_common.scss */
7261 7265
.info.success {
7262 7266
  background: #00a551;
7263 7267
  color: #fff;
7264 7268
}
7265 7269

  
7266
/* line 407, ../sass/_common.scss */
7270
/* line 410, ../sass/_common.scss */
7267 7271
.border-bottom-style1 {
7268 7272
  padding-bottom: 20px;
7269 7273
  margin-bottom: 20px;
......
7271 7275
}
7272 7276

  
7273 7277
/* Progress Bar ----------------------------------------------- */
7274
/* line 416, ../sass/_common.scss */
7278
/* line 419, ../sass/_common.scss */
7275 7279
.progress-bar {
7276 7280
  position: fixed;
7277 7281
  bottom: 0;
7278 7282
  left: 0;
7279
  border-top: 1px solid #3582ac;
7283
  border-top: 1px solid #919194;
7280 7284
  width: 100%;
7281 7285
  background: #fff;
7282 7286
  padding: 20px 0 20px 310px;
7283 7287
  color: #919194;
7284 7288
}
7285
/* line 425, ../sass/_common.scss */
7289
/* line 428, ../sass/_common.scss */
7286 7290
.progress-bar span.counter {
7287 7291
  display: inline-block;
7288 7292
  margin-right: 20px;
7289 7293
  float: left;
7290 7294
}
7291
/* line 430, ../sass/_common.scss */
7295
/* line 433, ../sass/_common.scss */
7292 7296
.progress-bar div.progress-wrap {
7293 7297
  display: inline-block;
7294 7298
  float: left;
7295 7299
  width: 40%;
7296 7300
  margin-right: 60px;
7297 7301
}
7298
/* line 435, ../sass/_common.scss */
7302
/* line 438, ../sass/_common.scss */
7299 7303
.progress-bar div.progress-wrap .progress {
7300 7304
  position: relative;
7301 7305
  top: 2px;
7302 7306
}
7303
/* line 440, ../sass/_common.scss */
7307
/* line 443, ../sass/_common.scss */
7304 7308
.progress-bar span.more {
7305 7309
  display: inline-block;
7306 7310
}
......
7354 7358
}
7355 7359
/* line 37, ../sass/_items-list.scss */
7356 7360
.items-list li .container.set-border, .items-list li .container:hover {
7357
  border-color: #3582ac;
7361
  border-color: #919194;
7358 7362
}
7359 7363
/* line 49, ../sass/_items-list.scss */
7360 7364
.items-list li .check {
......
7374 7378
}
7375 7379
/* line 60, ../sass/_items-list.scss */
7376 7380
.items-list li .check.active, .items-list li .container:hover .check {
7377
  color: #3582ac;
7381
  color: #919194;
7378 7382
}
7379 7383
/* line 64, ../sass/_items-list.scss */
7380 7384
.items-list li .visible-info {
......
7831 7835
/* line 81, ../sass/_machines.scss */
7832 7836
#vm-connect .ssh span {
7833 7837
  padding: 10px 30px;
7834
  background: #3582ac;
7838
  background: #919194;
7835 7839
  color: #fff;
7836 7840
}
7837 7841

  
......
7966 7970
}
7967 7971
/* line 18, ../sass/_storage.scss */
7968 7972
.storage .lt-sidebar ul li:hover > a {
7969
  color: #3582ac;
7973
  color: #919194;
7970 7974
}
7971 7975
/* line 20, ../sass/_storage.scss */
7972 7976
.storage .lt-sidebar ul li:hover > a + span {
......
7975 7979
/* line 25, ../sass/_storage.scss */
7976 7980
.storage .lt-sidebar ul li span {
7977 7981
  float: right;
7978
  color: #3582ac;
7982
  color: #919194;
7979 7983
  display: none;
7980 7984
}
7981 7985
/* line 34, ../sass/_storage.scss */
......
8038 8042
}
8039 8043
/* line 73, ../sass/_storage.scss */
8040 8044
.storage .files li:hover {
8041
  border-color: #3582ac;
8045
  border-color: #919194;
8042 8046
}
8043 8047
/* line 75, ../sass/_storage.scss */
8044 8048
.storage .files li:hover .actions-col {
......
8066 8070
}
8067 8071
/* line 91, ../sass/_storage.scss */
8068 8072
.storage .breadcrumbs li:first-child a:hover {
8069
  color: #3582ac;
8073
  color: #919194;
8070 8074
}
8071 8075
/* line 96, ../sass/_storage.scss */
8072 8076
.storage .breadcrumbs a:hover {
8073
  color: #3582ac;
8077
  color: #919194;
8074 8078
}
8075 8079

  
8076 8080
/* line 106, ../sass/_storage.scss */
......
8150 8154
  margin: 0;
8151 8155
  border: 2px solid white;
8152 8156
  padding: 0;
8153
  background-color: #3582ac;
8157
  background-color: #919194;
8154 8158
}
8155 8159
/* line 174, ../sass/_storage.scss */
8156 8160
.upload-widget .files .progress-bar .progress-wrap .progress .meter {
......
8173 8177
}
8174 8178
/* line 14, ../sass/_overlays.scss */
8175 8179
.reveal-modal a {
8176
  color: #3582ac;
8180
  color: #919194;
8177 8181
}
8178 8182
/* line 16, ../sass/_overlays.scss */
8179 8183
.reveal-modal a:hover {
......
8182 8186
/* line 19, ../sass/_overlays.scss */
8183 8187
.reveal-modal a.close-reveal-modal:hover {
8184 8188
  text-decoration: none;
8185
  color: #3582ac;
8189
  color: #919194;
8186 8190
}
8187 8191

  
8188 8192
/* line 28, ../sass/_overlays.scss */
......
8221 8225
  color: #919194;
8222 8226
}
8223 8227
/* line 58, ../sass/_overlays.scss */
8224
.overlay-wrapper .close:hover {
8228
.overlay-wrapper .close:hover, .overlay-wrapper .close:focus {
8225 8229
  color: white;
8226 8230
}
8227 8231
/* line 63, ../sass/_overlays.scss */
......
8263 8267

  
8264 8268
/* line 100, ../sass/_overlays.scss */
8265 8269
.overlay {
8266
  background: #3582ac;
8270
  background: #919194;
8267 8271
  position: relative;
8268 8272
}
8269 8273
/* line 104, ../sass/_overlays.scss */
......
8368 8372
  color: #333333;
8369 8373
}
8370 8374
/* line 182, ../sass/_overlays.scss */
8371
.wizard .top .sub-menu ul li a:hover, .wizard .top .sub-menu ul li a.current {
8375
.wizard .top .sub-menu ul li a:hover, .wizard .top .sub-menu ul li a:focus, .wizard .top .sub-menu ul li a.current {
8372 8376
  color: white;
8373 8377
}
8374 8378
/* line 185, ../sass/_overlays.scss */
......
8610 8614
.wizard .middle .step .advanced-conf-step .expand-btn a {
8611 8615
  color: white;
8612 8616
}
8613
/* line 402, ../sass/_overlays.scss */
8617
/* line 399, ../sass/_overlays.scss */
8618
.wizard .middle .step .advanced-conf-step .expand-btn a:focus {
8619
  border: 1px solid #91969a;
8620
  padding: 2px;
8621
}
8622
/* line 407, ../sass/_overlays.scss */
8614 8623
.wizard .middle .step .advanced-conf-step .adv-main {
8615 8624
  padding: 10px 0 30px;
8616 8625
  width: 37.5em;
8617 8626
}
8618
/* line 406, ../sass/_overlays.scss */
8627
/* line 411, ../sass/_overlays.scss */
8619 8628
.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
8620 8629
  color: white;
8621 8630
  font-size: 1em;
8622 8631
  margin-bottom: 0.5em;
8623 8632
}
8624
/* line 414, ../sass/_overlays.scss */
8633
/* line 419, ../sass/_overlays.scss */
8625 8634
.wizard .middle .step .advanced-conf-step .btn5:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover {
8626 8635
  color: white;
8627 8636
}
8628
/* line 417, ../sass/_overlays.scss */
8637
/* line 422, ../sass/_overlays.scss */
8629 8638
.wizard .middle .step .advanced-conf-step .btn5.current, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .btn5.current:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover {
8630 8639
  color: #485057;
8631 8640
}
8632
/* line 421, ../sass/_overlays.scss */
8641
/* line 426, ../sass/_overlays.scss */
8633 8642
.wizard .middle .step .advanced-conf-step .advanced-conf-options {
8634 8643
  display: none;
8635 8644
}
8636
/* line 423, ../sass/_overlays.scss */
8645
/* line 428, ../sass/_overlays.scss */
8637 8646
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
8638 8647
  padding: 30px 0;
8639 8648
}
8640
/* line 425, ../sass/_overlays.scss */
8649
/* line 430, ../sass/_overlays.scss */
8641 8650
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row {
8642 8651
  width: 37.5em;
8643 8652
}
8644
/* line 429, ../sass/_overlays.scss */
8653
/* line 434, ../sass/_overlays.scss */
8645 8654
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
8646 8655
  position: relative;
8647 8656
  list-style: none outside none;
8648 8657
  margin-bottom: 7px;
8649 8658
}
8650
/* line 434, ../sass/_overlays.scss */
8659
/* line 439, ../sass/_overlays.scss */
8651 8660
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
8652 8661
  cursor: pointer;
8653 8662
}
8654
/* line 438, ../sass/_overlays.scss */
8663
/* line 443, ../sass/_overlays.scss */
8655 8664
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
8656 8665
  width: 18.75em;
8657 8666
  color: white;
......
8660 8669
  margin: 0 20px 0 0;
8661 8670
  display: inline-block;
8662 8671
}
8663
/* line 450, ../sass/_overlays.scss */
8672
/* line 455, ../sass/_overlays.scss */
8664 8673
.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
8665 8674
  background-color: #ff7049;
8666 8675
}
8667
/* line 453, ../sass/_overlays.scss */
8676
/* line 458, ../sass/_overlays.scss */
8668 8677
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
8669 8678
  background-color: #ff948c;
8670 8679
}
8671
/* line 456, ../sass/_overlays.scss */
8680
/* line 461, ../sass/_overlays.scss */
8672 8681
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
8673 8682
  padding-right: 20px;
8674 8683
  display: inline-block;
......
8677 8686
  font-size: 30px;
8678 8687
  margin-bottom: 0;
8679 8688
}
8680
/* line 466, ../sass/_overlays.scss */
8689
/* line 471, ../sass/_overlays.scss */
8681 8690
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
8682 8691
  margin-left: 6px;
8683 8692
}
8684
/* line 468, ../sass/_overlays.scss */
8693
/* line 473, ../sass/_overlays.scss */
8685 8694
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-modem {
8686 8695
  position: relative;
8687 8696
  top: -6px;
8688 8697
}
8689
/* line 477, ../sass/_overlays.scss */
8698
/* line 482, ../sass/_overlays.scss */
8690 8699
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
8691 8700
  display: none;
8692 8701
  background: #fff4f3;
......
8694 8703
  padding: 30px 0;
8695 8704
  color: #ff948c;
8696 8705
}
8697
/* line 483, ../sass/_overlays.scss */
8706
/* line 488, ../sass/_overlays.scss */
8698 8707
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
8699 8708
  color: #ff948c;
8700 8709
}
8701
/* line 486, ../sass/_overlays.scss */
8710
/* line 491, ../sass/_overlays.scss */
8702 8711
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .flavor li.more .options-bar .options li a, .wizard .middle .step .flavor .advanced-conf-step .advanced-conf-options .networks-area li.more .options-bar .options li a {
8703 8712
  margin-top: 1em;
8704 8713
  border-color: #ff948c;
8705 8714
  color: #ff948c;
8706 8715
}
8707
/* line 495, ../sass/_overlays.scss */
8716
/* line 500, ../sass/_overlays.scss */
8708 8717
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
8709 8718
  background-color: #4c71ff;
8710 8719
}
8711
/* line 497, ../sass/_overlays.scss */
8720
/* line 502, ../sass/_overlays.scss */
8712 8721
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
8713 8722
  display: none;
8714 8723
}
8715
/* line 500, ../sass/_overlays.scss */
8724
/* line 505, ../sass/_overlays.scss */
8716 8725
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
8717 8726
  position: relative;
8718 8727
  width: 207px;
8719 8728
  margin: 30px 5px;
8720 8729
  display: inline-block;
8721 8730
}
8722
/* line 512, ../sass/_overlays.scss */
8731
/* line 517, ../sass/_overlays.scss */
8723 8732
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
8724 8733
  margin-top: 77px;
8725 8734
  margin-bottom: 30px;
8726 8735
}
8727
/* line 519, ../sass/_overlays.scss */
8736
/* line 524, ../sass/_overlays.scss */
8728 8737
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a {
8729 8738
  margin-right: 20px;
8730 8739
}
8731
/* line 530, ../sass/_overlays.scss */
8740
/* line 535, ../sass/_overlays.scss */
8732 8741
.wizard .bottom {
8733 8742
  position: fixed;
8734 8743
  left: 0;
......
8737 8746
  border-top: 1px solid #333333;
8738 8747
  background: #485057;
8739 8748
}
8740
/* line 537, ../sass/_overlays.scss */
8749
/* line 542, ../sass/_overlays.scss */
8741 8750
.wizard .bottom .row {
8742 8751
  height: 60px;
8743 8752
  line-height: 60px;
8744 8753
}
8745
/* line 541, ../sass/_overlays.scss */
8754
/* line 546, ../sass/_overlays.scss */
8746 8755
.wizard .bottom .nav {
8747 8756
  height: 60px;
8748 8757
  line-height: 60px;
......
8753 8762
  top: 15px;
8754 8763
  width: 100px;
8755 8764
}
8756
/* line 550, ../sass/_overlays.scss */
8765
/* line 555, ../sass/_overlays.scss */
8757 8766
.wizard .bottom .nav:hover {
8758 8767
  -webkit-transition: background 0ms ease-out;
8759 8768
  -moz-transition: background 0ms ease-out;
......
8761 8770
  -o-transition: background 0ms ease-out;
8762 8771
  transition: background 0ms ease-out;
8763 8772
}
8764
/* line 553, ../sass/_overlays.scss */
8773
/* line 558, ../sass/_overlays.scss */
8765 8774
.wizard .bottom .nav span {
8766 8775
  display: inline-block;
8767 8776
  height: 30px;
8768 8777
  line-height: 30px;
8769 8778
  float: left;
8770 8779
}
8771
/* line 558, ../sass/_overlays.scss */
8780
/* line 563, ../sass/_overlays.scss */
8772 8781
.wizard .bottom .nav span:hover {
8773 8782
  -webkit-transition: background 0ms linear;
8774 8783
  -moz-transition: background 0ms linear;
......
8776 8785
  -o-transition: background 0ms linear;
8777 8786
  transition: background 0ms linear;
8778 8787
}
8779
/* line 563, ../sass/_overlays.scss */
8788
/* line 568, ../sass/_overlays.scss */
8780 8789
.wizard .bottom .prev {
8781 8790
  float: left;
8782 8791
  height: 30px;
8783 8792
  padding-left: 19px;
8784 8793
  background: url("../images/nav-edge-lt.png") no-repeat left top;
8785 8794
}
8786
/* line 568, ../sass/_overlays.scss */
8795
/* line 573, ../sass/_overlays.scss */
8787 8796
.wizard .bottom .prev span {
8788 8797
  padding-right: 10px;
8789 8798
  background: url("../images/nav-lt.png") no-repeat right top;
8790 8799
}
8791
/* line 572, ../sass/_overlays.scss */
8800
/* line 577, ../sass/_overlays.scss */
8792 8801
.wizard .bottom .prev:hover {
8793 8802
  background-position: left bottom;
8794 8803
}
8795
/* line 574, ../sass/_overlays.scss */
8804
/* line 579, ../sass/_overlays.scss */
8796 8805
.wizard .bottom .prev:hover span {
8797 8806
  background-position: right bottom;
8798 8807
}
8799
/* line 579, ../sass/_overlays.scss */
8808
/* line 584, ../sass/_overlays.scss */
8800 8809
.wizard .bottom .next {
8801 8810
  float: right;
8802 8811
  height: 30px;
8803 8812
  padding-right: 19px;
8804 8813
  background: url("../images/nav-edge-rt.png") no-repeat right top;
8805 8814
}
8806
/* line 584, ../sass/_overlays.scss */
8815
/* line 589, ../sass/_overlays.scss */
8807 8816
.wizard .bottom .next span {
8808 8817
  padding-left: 10px;
8809 8818
  background: url("../images/nav-rt.png") no-repeat left top;
8810 8819
  float: right;
8811 8820
}
8812
/* line 589, ../sass/_overlays.scss */
8821
/* line 594, ../sass/_overlays.scss */
8813 8822
.wizard .bottom .next:hover {
8814 8823
  background-position: right bottom;
8815 8824
}
8816
/* line 591, ../sass/_overlays.scss */
8825
/* line 596, ../sass/_overlays.scss */
8817 8826
.wizard .bottom .next:hover span {
8818 8827
  background-position: left bottom;
8819 8828
  float: right;
8820 8829
}
8821
/* line 597, ../sass/_overlays.scss */
8830
/* line 601, ../sass/_overlays.scss */
8831
.wizard .bottom .next:focus {
8832
  color: cyan;
8833
}
8834
/* line 605, ../sass/_overlays.scss */
8822 8835
.wizard .bottom .nums {
8823 8836
  text-align: center;
8824 8837
  list-style: none outside none;
......
8827 8840
  line-height: 60px;
8828 8841
  font-size: 0.75em;
8829 8842
}
8830
/* line 604, ../sass/_overlays.scss */
8843
/* line 612, ../sass/_overlays.scss */
8831 8844
.wizard .bottom .nums li {
8832 8845
  list-style: none outside none;
8833 8846
  display: inline-block;
......
8838 8851
  line-height: 21px;
8839 8852
  margin: 0 3px;
8840 8853
}
8841
/* line 613, ../sass/_overlays.scss */
8854
/* line 621, ../sass/_overlays.scss */
8842 8855
.wizard .bottom .nums li a {
8843 8856
  color: #919194;
8844 8857
  display: block;
8845 8858
}
8846
/* line 616, ../sass/_overlays.scss */
8859
/* line 624, ../sass/_overlays.scss */
8847 8860
.wizard .bottom .nums li a:hover {
8848 8861
  cursor: default;
8849 8862
}
8850
/* line 620, ../sass/_overlays.scss */
8863
/* line 628, ../sass/_overlays.scss */
8851 8864
.wizard .bottom .nums li.current {
8852 8865
  border-color: white;
8853 8866
}
8854
/* line 622, ../sass/_overlays.scss */
8867
/* line 630, ../sass/_overlays.scss */
8855 8868
.wizard .bottom .nums li.current a {
8856 8869
  color: white;
8857 8870
}
8858
/* line 627, ../sass/_overlays.scss */
8871
/* line 635, ../sass/_overlays.scss */
8859 8872
.wizard .bottom .nums li.current {
8860 8873
  font-size: 1em;
8861 8874
  width: 30px;
......
8863 8876
  line-height: 27px;
8864 8877
}
8865 8878

  
8866
/* line 638, ../sass/_overlays.scss */
8879
/* line 646, ../sass/_overlays.scss */
8867 8880
.wizard-content {
8868 8881
  overflow: hidden;
8869 8882
  width: 100%;
8870 8883
}
8871 8884

  
8872
/* line 643, ../sass/_overlays.scss */
8885
/* line 651, ../sass/_overlays.scss */
8873 8886
.vm-wizard-carousel {
8874 8887
  width: 90000px;
8875 8888
  position: relative;

Also available in: Unified diff