Revision 996fe5d4 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: #ff6195;
1706
  color: #2cd2b7;
1707 1707
}
1708 1708

  
1709 1709
/* Lists */
......
2014 2014
}
2015 2015
/* line 177, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2016 2016
button.secondary, .button.secondary {
2017
  background-color: #ffadc8;
2018
  border-color: #ff7aa6;
2019
  color: #333333;
2017
  background-color: #6ae0cd;
2018
  border-color: #40d7bf;
2019
  color: white;
2020 2020
}
2021 2021
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2022 2022
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2023
  background-color: #ff7aa6;
2023
  background-color: #40d7bf;
2024 2024
}
2025
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2025
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2026 2026
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2027
  color: #333333;
2027
  color: white;
2028 2028
}
2029 2029
/* line 178, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2030 2030
button.success, .button.success {
......
2042 2042
}
2043 2043
/* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2044 2044
button.alert, .button.alert {
2045
  background-color: #ffadc8;
2046
  border-color: #ff7aa6;
2047
  color: #333333;
2045
  background-color: #6ae0cd;
2046
  border-color: #40d7bf;
2047
  color: white;
2048 2048
}
2049 2049
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2050 2050
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2051
  background-color: #ff7aa6;
2051
  background-color: #40d7bf;
2052 2052
}
2053
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2053
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2054 2054
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2055
  color: #333333;
2055
  color: white;
2056 2056
}
2057 2057
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2058 2058
button.large, .button.large {
......
2118 2118
}
2119 2119
/* line 190, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2120 2120
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
2121
  background-color: #ffadc8;
2122
  border-color: #ff7aa6;
2123
  color: #333333;
2121
  background-color: #6ae0cd;
2122
  border-color: #40d7bf;
2123
  color: white;
2124 2124
  cursor: default;
2125 2125
  opacity: 0.6;
2126 2126
  -webkit-box-shadow: none;
......
2128 2128
}
2129 2129
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/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: #ff7aa6;
2131
  background-color: #40d7bf;
2132 2132
}
2133
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2133
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/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 {
2135
  color: #333333;
2135
  color: white;
2136 2136
}
2137 2137
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/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: #ffadc8;
2139
  background-color: #6ae0cd;
2140 2140
}
2141 2141
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2142 2142
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
......
2162 2162
}
2163 2163
/* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2164 2164
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
2165
  background-color: #ffadc8;
2166
  border-color: #ff7aa6;
2167
  color: #333333;
2165
  background-color: #6ae0cd;
2166
  border-color: #40d7bf;
2167
  color: white;
2168 2168
  cursor: default;
2169 2169
  opacity: 0.6;
2170 2170
  -webkit-box-shadow: none;
......
2172 2172
}
2173 2173
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/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: #ff7aa6;
2175
  background-color: #40d7bf;
2176 2176
}
2177
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2177
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/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 {
2179
  color: #333333;
2179
  color: white;
2180 2180
}
2181 2181
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/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: #ffadc8;
2183
  background-color: #6ae0cd;
2184 2184
}
2185 2185

  
2186 2186
/* line 197, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
......
2596 2596
  margin-bottom: 1em;
2597 2597
  font-size: 0.75em;
2598 2598
  font-weight: bold;
2599
  background: #ffadc8;
2600
  color: #333333;
2599
  background: #6ae0cd;
2600
  color: white;
2601 2601
  display: none;
2602 2602
}
2603 2603

  
......
2605 2605
.error input,
2606 2606
.error textarea,
2607 2607
.error select {
2608
  border-color: #ffadc8;
2609
  background-color: rgba(255, 173, 200, 0.1);
2608
  border-color: #6ae0cd;
2609
  background-color: rgba(106, 224, 205, 0.1);
2610 2610
  margin-bottom: 0;
2611 2611
}
2612 2612
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
......
2619 2619
/* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2620 2620
.error label,
2621 2621
.error label.error {
2622
  color: #ffadc8;
2622
  color: #6ae0cd;
2623 2623
}
2624 2624
/* line 374, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2625 2625
.error small.error {
......
2629 2629
  margin-bottom: 1em;
2630 2630
  font-size: 0.75em;
2631 2631
  font-weight: bold;
2632
  background: #ffadc8;
2633
  color: #333333;
2632
  background: #6ae0cd;
2633
  color: white;
2634 2634
}
2635 2635
/* line 378, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2636 2636
.error span.error-message {
......
2640 2640
/* line 384, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2641 2641
input.error,
2642 2642
textarea.error {
2643
  border-color: #ffadc8;
2644
  background-color: rgba(255, 173, 200, 0.1);
2643
  border-color: #6ae0cd;
2644
  background-color: rgba(106, 224, 205, 0.1);
2645 2645
}
2646 2646
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2647 2647
input.error:focus,
......
2652 2652

  
2653 2653
/* line 388, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2654 2654
.error select {
2655
  border-color: #ffadc8;
2656
  background-color: rgba(255, 173, 200, 0.1);
2655
  border-color: #6ae0cd;
2656
  background-color: rgba(106, 224, 205, 0.1);
2657 2657
}
2658 2658
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2659 2659
.error select:focus {
......
2663 2663

  
2664 2664
/* line 392, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2665 2665
label.error {
2666
  color: #ffadc8;
2666
  color: #6ae0cd;
2667 2667
}
2668 2668

  
2669 2669
/* Button Groups */
......
2931 2931
}
2932 2932
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2933 2933
.split.button.secondary span {
2934
  border-left-color: #ff6195;
2934
  border-left-color: #2cd2b7;
2935 2935
}
2936 2936
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2937 2937
.split.button.secondary span:before {
......
2939 2939
}
2940 2940
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2941 2941
.split.button.alert span {
2942
  border-left-color: #ff6195;
2942
  border-left-color: #2cd2b7;
2943 2943
}
2944 2944
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2945 2945
.split.button.success span {
......
4292 4292
}
4293 4293
/* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4294 4294
.top-bar-section ul li > a.button.secondary {
4295
  background: #ffadc8;
4295
  background: #6ae0cd;
4296 4296
}
4297 4297
/* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4298 4298
.top-bar-section ul li > a.button.secondary.hover {
4299
  background: #ff7aa6;
4299
  background: #40d7bf;
4300 4300
}
4301 4301
/* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4302 4302
.top-bar-section ul li > a.button.success {
......
4308 4308
}
4309 4309
/* line 265, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4310 4310
.top-bar-section ul li > a.button.alert {
4311
  background: #ffadc8;
4311
  background: #6ae0cd;
4312 4312
}
4313 4313
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4314 4314
.top-bar-section ul li > a.button.alert.hover {
4315
  background: #ff7aa6;
4315
  background: #40d7bf;
4316 4316
}
4317 4317
/* line 275, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4318 4318
.top-bar-section ul li.hover > a {
......
5455 5455
  font-size: 0.875em;
5456 5456
  background-color: #bebebe;
5457 5457
  border-color: #a5a5a5;
5458
  color: #7a0028;
5458
  color: #041411;
5459 5459
}
5460 5460
/* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5461 5461
.alert-box .close {
......
5490 5490
}
5491 5491
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5492 5492
.alert-box.alert {
5493
  background-color: #ffadc8;
5494
  border-color: #ff7aa6;
5495
  color: #7a0028;
5493
  background-color: #6ae0cd;
5494
  border-color: #40d7bf;
5495
  color: white;
5496 5496
}
5497 5497
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5498 5498
.alert-box.secondary {
5499
  background-color: #ffadc8;
5500
  border-color: #ff7aa6;
5501
  color: #7a0028;
5499
  background-color: #6ae0cd;
5500
  border-color: #40d7bf;
5501
  color: white;
5502 5502
}
5503 5503

  
5504 5504
/* Breadcrumbs */
......
5774 5774
}
5775 5775
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5776 5776
form.custom .error .custom.dropdown {
5777
  border-color: #ffadc8;
5778
  background-color: rgba(255, 173, 200, 0.1);
5779
  background: rgba(255, 173, 200, 0.1);
5777
  border-color: #6ae0cd;
5778
  background-color: rgba(106, 224, 205, 0.1);
5779
  background: rgba(106, 224, 205, 0.1);
5780 5780
  margin-bottom: 0;
5781 5781
}
5782 5782
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
......
5888 5888
}
5889 5889
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5890 5890
.label.alert {
5891
  background-color: #ffadc8;
5892
  color: #333333;
5891
  background-color: #6ae0cd;
5892
  color: white;
5893 5893
}
5894 5894
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5895 5895
.label.success {
......
5898 5898
}
5899 5899
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5900 5900
.label.secondary {
5901
  background-color: #ffadc8;
5902
  color: #333333;
5901
  background-color: #6ae0cd;
5902
  color: white;
5903 5903
}
5904 5904

  
5905 5905
/* Inline Lists */
......
6130 6130
}
6131 6131
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6132 6132
.progress.secondary .meter {
6133
  background: #ffadc8;
6133
  background: #6ae0cd;
6134 6134
  height: 100%;
6135 6135
  display: block;
6136 6136
}
......
6142 6142
}
6143 6143
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6144 6144
.progress.alert .meter {
6145
  background: #ffadc8;
6145
  background: #6ae0cd;
6146 6146
  height: 100%;
6147 6147
  display: block;
6148 6148
}
......
6577 6577
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6578 6578
.has-tip:hover, .has-tip:focus {
6579 6579
  border-bottom: none;
6580
  color: #ffadc8;
6580
  color: #6ae0cd;
6581 6581
}
6582 6582
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6583 6583
.has-tip.tip-left, .has-tip.tip-right {
......
6614 6614
}
6615 6615
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6616 6616
.tooltip.opened {
6617
  color: #ffadc8 !important;
6617
  color: #6ae0cd !important;
6618 6618
  border-bottom: none !important;
6619 6619
}
6620 6620

  
......
6822 6822

  
6823 6823
/* Mixins ----------------------------------------------- */
6824 6824
/* Circle and Tags ----------------------------------------------- */
6825
/* line 142, ../sass/_common.scss */
6825
/* line 143, ../sass/_common.scss */
6826 6826
.tags {
6827 6827
  text-align: center;
6828 6828
}
6829
/* line 144, ../sass/_common.scss */
6829
/* line 145, ../sass/_common.scss */
6830 6830
.tags .tag {
6831 6831
  display: inline-block;
6832 6832
  -webkit-border-radius: 999px;
......
6838 6838
  behavior: url(PIE.htc);
6839 6839
  margin: 0 3px;
6840 6840
}
6841
/* line 147, ../sass/_common.scss */
6841
/* line 148, ../sass/_common.scss */
6842 6842
.tags .tag.tag1 {
6843 6843
  background-color: #e02b2b;
6844 6844
}
6845
/* line 148, ../sass/_common.scss */
6845
/* line 149, ../sass/_common.scss */
6846 6846
.tags .tag.tag2 {
6847 6847
  background-color: #00a551;
6848 6848
}
6849
/* line 149, ../sass/_common.scss */
6849
/* line 150, ../sass/_common.scss */
6850 6850
.tags .tag.tag3 {
6851
  background-color: #ffadc8;
6851
  background-color: #6ae0cd;
6852 6852
}
6853 6853

  
6854 6854
/* Buttons and Links ----------------------------------------------- */
6855
/* line 157, ../sass/_common.scss */
6855
/* line 158, ../sass/_common.scss */
6856 6856
a {
6857 6857
  color: #485057;
6858 6858
}
6859
/* line 159, ../sass/_common.scss */
6859
/* line 160, ../sass/_common.scss */
6860 6860
a:hover, a.current, a.active {
6861
  color: #ffadc8;
6861
  color: #6ae0cd;
6862 6862
  -webkit-transition: background 300ms ease-out;
6863 6863
  -moz-transition: background 300ms ease-out;
6864 6864
  -ms-transition: background 300ms ease-out;
......
6866 6866
  transition: background 300ms ease-out;
6867 6867
}
6868 6868

  
6869
/* line 167, ../sass/_common.scss */
6869
/* line 168, ../sass/_common.scss */
6870 6870
.inactive {
6871 6871
  color: #bebebe !important;
6872 6872
}
6873
/* line 169, ../sass/_common.scss */
6873
/* line 170, ../sass/_common.scss */
6874 6874
.inactive:hover {
6875 6875
  color: #bebebe;
6876 6876
  cursor: default;
6877 6877
}
6878 6878

  
6879
/* line 175, ../sass/_common.scss */
6879
/* line 176, ../sass/_common.scss */
6880 6880
.btn1, .btn2, .btn3, .btn-img {
6881 6881
  border: 1px solid #485057;
6882 6882
  color: #485057;
......
6885 6885
  text-align: center;
6886 6886
  font-size: 0.75em;
6887 6887
}
6888
/* line 183, ../sass/_common.scss */
6888
/* line 184, ../sass/_common.scss */
6889 6889
.btn1:hover, .btn2:hover, .btn3:hover, .btn-img:hover, .btn1:focus, .btn2:focus, .btn3:focus, .btn-img:focus {
6890 6890
  color: #485057;
6891 6891
}
6892
/* line 185, ../sass/_common.scss */
6892
/* line 186, ../sass/_common.scss */
6893 6893
.btn1:hover span, .btn2:hover span, .btn3:hover span, .btn-img:hover span, .btn1:focus span, .btn2:focus span, .btn3:focus span, .btn-img:focus span {
6894 6894
  border-color: #485057;
6895 6895
}
6896
/* line 189, ../sass/_common.scss */
6896
/* line 190, ../sass/_common.scss */
6897 6897
.btn1.current, .current.btn2, .current.btn3, .current.btn-img {
6898 6898
  color: #fff;
6899 6899
}
6900
/* line 190, ../sass/_common.scss */
6900
/* line 191, ../sass/_common.scss */
6901 6901
.btn1.current span, .current.btn2 span, .current.btn3 span, .current.btn-img span {
6902 6902
  background-color: #485057;
6903 6903
}
6904
/* line 195, ../sass/_common.scss */
6904
/* line 196, ../sass/_common.scss */
6905 6905
.btn1 span, .btn2 span, .btn3 span, .btn-img span {
6906 6906
  border: 1px solid transparent;
6907 6907
  display: block;
......
6910 6910
  height: 100%;
6911 6911
}
6912 6912

  
6913
/* line 205, ../sass/_common.scss */
6913
/* line 206, ../sass/_common.scss */
6914 6914
.btn2 {
6915
  color: #ffadc8;
6915
  color: #6ae0cd;
6916 6916
  background: #fff;
6917
  border-color: #ffadc8;
6917
  border-color: #6ae0cd;
6918 6918
}
6919
/* line 212, ../sass/_common.scss */
6919
/* line 213, ../sass/_common.scss */
6920 6920
.btn2:hover, .btn2.current, .btn2:focus {
6921 6921
  background: transparent;
6922 6922
  border-color: #fff;
6923 6923
}
6924 6924

  
6925
/* line 218, ../sass/_common.scss */
6925
/* line 219, ../sass/_common.scss */
6926 6926
.btn3 {
6927 6927
  color: #fff;
6928 6928
  border-color: #fff;
6929 6929
}
6930
/* line 224, ../sass/_common.scss */
6930
/* line 225, ../sass/_common.scss */
6931 6931
.btn3:hover, .btn3.current, .btn3:focus {
6932
  color: #ffadc8;
6932
  color: #6ae0cd;
6933 6933
  background: #fff;
6934 6934
  border-color: #fff;
6935 6935
}
6936 6936

  
6937
/* line 232, ../sass/_common.scss */
6937
/* line 233, ../sass/_common.scss */
6938 6938
.btn4 {
6939 6939
  border: 1px solid white;
6940 6940
  color: white;
......
6943 6943
  text-align: center;
6944 6944
  font-size: 0.75em;
6945 6945
}
6946
/* line 240, ../sass/_common.scss */
6946
/* line 241, ../sass/_common.scss */
6947 6947
.btn4:hover, .btn4:focus {
6948 6948
  color: #fff;
6949 6949
}
6950
/* line 242, ../sass/_common.scss */
6950
/* line 243, ../sass/_common.scss */
6951 6951
.btn4:hover span, .btn4:focus span {
6952 6952
  border-color: white;
6953 6953
}
6954
/* line 246, ../sass/_common.scss */
6954
/* line 247, ../sass/_common.scss */
6955 6955
.btn4.current {
6956 6956
  background: white;
6957
  color: #ffadc8;
6957
  color: #6ae0cd;
6958 6958
}
6959
/* line 247, ../sass/_common.scss */
6959
/* line 248, ../sass/_common.scss */
6960 6960
.btn4.current span {
6961 6961
  background-color: white;
6962 6962
}
6963
/* line 253, ../sass/_common.scss */
6963
/* line 254, ../sass/_common.scss */
6964 6964
.btn4 span {
6965 6965
  border: 1px solid transparent;
6966 6966
  display: block;
......
6969 6969
  height: 100%;
6970 6970
}
6971 6971

  
6972
/* line 263, ../sass/_common.scss */
6972
/* line 264, ../sass/_common.scss */
6973 6973
.btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a, #volume-wizard .step .volume_options > li .options-bar .options li a {
6974 6974
  border: 1px solid white;
6975 6975
  color: white;
......
6978 6978
  text-align: center;
6979 6979
  font-size: 0.75em;
6980 6980
}
6981
/* line 272, ../sass/_common.scss */
6981
/* line 273, ../sass/_common.scss */
6982 6982
.btn5:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:hover span, #volume-wizard .step .volume_options > li .options-bar .options li a:hover span, .btn5:focus span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:focus span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:focus span, #volume-wizard .step .volume_options > li .options-bar .options li a:focus span {
6983 6983
  border-color: white;
6984 6984
  color: white;
6985 6985
}
6986
/* line 277, ../sass/_common.scss */
6986
/* line 278, ../sass/_common.scss */
6987 6987
.btn5.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current, #volume-wizard .step .volume_options > li .options-bar .options li a.current {
6988 6988
  background: white;
6989
  color: #ffadc8;
6989
  color: #6ae0cd;
6990 6990
}
6991
/* line 278, ../sass/_common.scss */
6991
/* line 279, ../sass/_common.scss */
6992 6992
.btn5.current span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current span, #volume-wizard .step .volume_options > li .options-bar .options li a.current span {
6993 6993
  background-color: white;
6994 6994
}
6995
/* line 284, ../sass/_common.scss */
6995
/* line 285, ../sass/_common.scss */
6996 6996
.btn5 span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a span, #volume-wizard .step .volume_options > li .options-bar .options li a span {
6997 6997
  border: 1px solid transparent;
6998 6998
  display: block;
......
7001 7001
  height: 100%;
7002 7002
}
7003 7003

  
7004
/* line 294, ../sass/_common.scss */
7004
/* line 295, ../sass/_common.scss */
7005 7005
.btn-img {
7006
  border-color: #ffadc8;
7006
  border-color: #6ae0cd;
7007 7007
}
7008
/* line 298, ../sass/_common.scss */
7008
/* line 299, ../sass/_common.scss */
7009 7009
.btn-img:hover, .btn-img:focus {
7010 7010
  background: transparent;
7011 7011
}
7012
/* line 302, ../sass/_common.scss */
7012
/* line 303, ../sass/_common.scss */
7013 7013
.btn-img a img, .btn-img a span {
7014 7014
  margin-left: 5px;
7015 7015
}
7016 7016

  
7017 7017
/* Layout ----------------------------------------------- */
7018
/* line 310, ../sass/_common.scss */
7018
/* line 311, ../sass/_common.scss */
7019 7019
html, body {
7020 7020
  height: 100%;
7021 7021
}
7022 7022

  
7023
/* line 314, ../sass/_common.scss */
7023
/* line 315, ../sass/_common.scss */
7024 7024
body {
7025 7025
  padding-top: 110px;
7026 7026
}
7027 7027

  
7028
/* line 318, ../sass/_common.scss */
7028
/* line 319, ../sass/_common.scss */
7029 7029
.body-wrapper {
7030 7030
  min-height: 100%;
7031 7031
}
7032 7032

  
7033
/* line 322, ../sass/_common.scss */
7033
/* line 323, ../sass/_common.scss */
7034 7034
.main {
7035 7035
  padding: 0 0.625em;
7036 7036
}
7037 7037

  
7038 7038
/* Header ----------------------------------------------- */
7039
/* line 328, ../sass/_common.scss */
7039
/* line 329, ../sass/_common.scss */
7040 7040
.header {
7041 7041
  position: fixed;
7042 7042
  top: 0;
......
7049 7049
  background: white;
7050 7050
  z-index: 100;
7051 7051
}
7052
/* line 339, ../sass/_common.scss */
7052
/* line 340, ../sass/_common.scss */
7053 7053
.header .icons-nav {
7054 7054
  position: absolute;
7055 7055
  left: 15px;
......
7057 7057
  line-height: 80px;
7058 7058
  top: 0;
7059 7059
}
7060
/* line 345, ../sass/_common.scss */
7060
/* line 346, ../sass/_common.scss */
7061 7061
.header .icons-nav li {
7062 7062
  line-height: 80px;
7063 7063
}
7064
/* line 349, ../sass/_common.scss */
7064
/* line 350, ../sass/_common.scss */
7065 7065
.header .logo {
7066 7066
  text-align: center;
7067 7067
}
7068
/* line 351, ../sass/_common.scss */
7068
/* line 352, ../sass/_common.scss */
7069 7069
.header .logo a {
7070 7070
  position: relative;
7071 7071
}
7072
/* line 355, ../sass/_common.scss */
7072
/* line 356, ../sass/_common.scss */
7073 7073
.header .logo img {
7074 7074
  height: 40px;
7075 7075
}
7076
/* line 358, ../sass/_common.scss */
7076
/* line 359, ../sass/_common.scss */
7077 7077
.header .logo h2 {
7078 7078
  display: none;
7079 7079
  margin: 0;
......
7081 7081
  color: #bebebe;
7082 7082
  font-weight: normal;
7083 7083
}
7084
/* line 366, ../sass/_common.scss */
7084
/* line 367, ../sass/_common.scss */
7085 7085
.header .login {
7086 7086
  position: absolute;
7087 7087
  top: 25px;
7088 7088
  right: 15px;
7089 7089
}
7090
/* line 371, ../sass/_common.scss */
7090
/* line 372, ../sass/_common.scss */
7091 7091
.header .login .wrap {
7092 7092
  border: 1px solid #2d3338;
7093 7093
  background: white;
......
7095 7095
  padding: 12px 30px;
7096 7096
  line-height: 100%;
7097 7097
}
7098
/* line 378, ../sass/_common.scss */
7098
/* line 379, ../sass/_common.scss */
7099 7099
.header .login .wrap ul {
7100 7100
  padding: 0;
7101 7101
  margin: 0;
7102 7102
  list-style: none outside none;
7103 7103
  display: none;
7104 7104
}
7105
/* line 383, ../sass/_common.scss */
7105
/* line 384, ../sass/_common.scss */
7106 7106
.header .login .wrap ul li {
7107 7107
  list-style: none outside none;
7108 7108
  padding: 0;
......
7110 7110
}
7111 7111

  
7112 7112
/* Actions Bar ----------------------------------------------- */
7113
/* line 396, ../sass/_common.scss */
7113
/* line 397, ../sass/_common.scss */
7114 7114
.actions-bar {
7115 7115
  position: fixed;
7116 7116
  left: 0;
......
7122 7122
  line-height: 30px;
7123 7123
  background-color: #ff6b9a;
7124 7124
}
7125
/* line 406, ../sass/_common.scss */
7125
/* line 407, ../sass/_common.scss */
7126 7126
.actions-bar h2 {
7127 7127
  float: left;
7128 7128
  margin: 0 0 0 15px;
......
7130 7130
  line-height: 30px;
7131 7131
  font-weight: normal;
7132 7132
}
7133
/* line 413, ../sass/_common.scss */
7133
/* line 414, ../sass/_common.scss */
7134 7134
.actions-bar h2 a:after {
7135 7135
  content: " >";
7136 7136
}
7137
/* line 418, ../sass/_common.scss */
7137
/* line 419, ../sass/_common.scss */
7138 7138
.actions-bar .filter-menu {
7139 7139
  float: right;
7140 7140
  position: relative;
7141 7141
}
7142
/* line 421, ../sass/_common.scss */
7142
/* line 422, ../sass/_common.scss */
7143 7143
.actions-bar .filter-menu .filter {
7144 7144
  padding: 0 10px;
7145 7145
  font-size: 0.75em;
7146 7146
  position: relative;
7147 7147
  top: -1px;
7148 7148
}
7149
/* line 427, ../sass/_common.scss */
7149
/* line 428, ../sass/_common.scss */
7150 7150
.actions-bar .filter-menu .options {
7151 7151
  display: none;
7152 7152
  position: absolute;
......
7158 7158
  text-align: left;
7159 7159
  margin: 0;
7160 7160
}
7161
/* line 439, ../sass/_common.scss */
7161
/* line 440, ../sass/_common.scss */
7162 7162
.actions-bar .filter-menu.current .options {
7163 7163
  background-color: #d8d8d8;
7164 7164
  display: inline-block;
7165 7165
}
7166
/* line 442, ../sass/_common.scss */
7166
/* line 443, ../sass/_common.scss */
7167 7167
.actions-bar .filter-menu.current .options a {
7168 7168
  color: white;
7169 7169
}
7170
/* line 451, ../sass/_common.scss */
7170
/* line 452, ../sass/_common.scss */
7171 7171
.actions-bar .row {
7172 7172
  position: relative;
7173 7173
  height: 30px;
7174 7174
}
7175
/* line 456, ../sass/_common.scss */
7175
/* line 457, ../sass/_common.scss */
7176 7176
.actions-bar .hd-search {
7177 7177
  width: 24px;
7178 7178
  overflow: hidden;
......
7187 7187
  transition: width 0.3s linear;
7188 7188
  -webkit-backface-visibility: hidden;
7189 7189
}
7190
/* line 466, ../sass/_common.scss */
7190
/* line 467, ../sass/_common.scss */
7191 7191
.actions-bar .hd-search .hd-icon-search {
7192 7192
  display: block;
7193 7193
  width: 30px;
......
7199 7199
  position: relative;
7200 7200
  background: #ff6b9a;
7201 7201
}
7202
/* line 473, ../sass/_common.scss */
7202
/* line 474, ../sass/_common.scss */
7203 7203
.actions-bar .hd-search .hd-icon-search:hover {
7204
  color: #ffadc8;
7204
  color: #6ae0cd;
7205 7205
  cursor: pointer;
7206 7206
}
7207
/* line 481, ../sass/_common.scss */
7207
/* line 482, ../sass/_common.scss */
7208 7208
.actions-bar .hd-search .hd-search-input {
7209 7209
  border: transparent;
7210 7210
  background-color: white;
......
7218 7218
  top: 4px;
7219 7219
  left: 0;
7220 7220
}
7221
/* line 494, ../sass/_common.scss */
7221
/* line 495, ../sass/_common.scss */
7222 7222
.actions-bar .hd-search.hd-open {
7223 7223
  width: 190px;
7224 7224
}
7225
/* line 498, ../sass/_common.scss */
7225
/* line 499, ../sass/_common.scss */
7226 7226
.actions-bar .rt-actions {
7227 7227
  float: right;
7228 7228
  margin-right: 15px;
7229 7229
}
7230
/* line 501, ../sass/_common.scss */
7230
/* line 502, ../sass/_common.scss */
7231 7231
.actions-bar .rt-actions .current, .actions-bar .rt-actions a:hover {
7232
  color: #ffadc8;
7232
  color: #6ae0cd;
7233 7233
}
7234
/* line 504, ../sass/_common.scss */
7234
/* line 505, ../sass/_common.scss */
7235 7235
.actions-bar .rt-actions a {
7236 7236
  float: left;
7237 7237
}
7238
/* line 506, ../sass/_common.scss */
7238
/* line 507, ../sass/_common.scss */
7239 7239
.actions-bar .rt-actions a span {
7240 7240
  position: relative;
7241 7241
}
7242
/* line 508, ../sass/_common.scss */
7242
/* line 509, ../sass/_common.scss */
7243 7243
.actions-bar .rt-actions a span.snf-listview {
7244 7244
  font-size: 1.125em;
7245 7245
}
7246
/* line 511, ../sass/_common.scss */
7246
/* line 512, ../sass/_common.scss */
7247 7247
.actions-bar .rt-actions a span.snf-gridview {
7248 7248
  font-size: 1.125em;
7249 7249
}
7250
/* line 516, ../sass/_common.scss */
7250
/* line 517, ../sass/_common.scss */
7251 7251
.actions-bar .rt-actions a span.snf-folder-create-outline {
7252 7252
  font-size: 1.125em;
7253 7253
}
7254
/* line 519, ../sass/_common.scss */
7254
/* line 520, ../sass/_common.scss */
7255 7255
.actions-bar .rt-actions a span.snf-refresh-outline {
7256 7256
  font-size: 0.75em;
7257 7257
  top: -2px;
7258 7258
}
7259
/* line 524, ../sass/_common.scss */
7259
/* line 525, ../sass/_common.scss */
7260 7260
.actions-bar .rt-actions a:not(:last-child) {
7261 7261
  margin-right: 10px;
7262 7262
}
7263
/* line 528, ../sass/_common.scss */
7263
/* line 529, ../sass/_common.scss */
7264 7264
.actions-bar .rt-actions .single {
7265 7265
  width: 12px;
7266 7266
  height: 12px;
......
7268 7268
  display: inline-block;
7269 7269
  margin-top: 9px;
7270 7270
}
7271
/* line 532, ../sass/_common.scss */
7271
/* line 533, ../sass/_common.scss */
7272 7272
.actions-bar .rt-actions .single.current, .actions-bar .rt-actions .single:hover {
7273
  background-color: #ffadc8;
7273
  background-color: #6ae0cd;
7274 7274
}
7275 7275

  
7276
/* line 542, ../sass/_common.scss */
7276
/* line 543, ../sass/_common.scss */
7277 7277
.no-vm .actions-bar .rt-actions, .no-vm .actions-bar .hd-search, .no-vm .actions-bar .filter {
7278 7278
  display: none;
7279 7279
}
7280 7280

  
7281 7281
/* Icons Navigation ----------------------------------------------- */
7282
/* line 550, ../sass/_common.scss */
7282
/* line 551, ../sass/_common.scss */
7283 7283
.icons-nav {
7284 7284
  margin: 0;
7285 7285
  padding: 0;
7286 7286
}
7287
/* line 552, ../sass/_common.scss */
7287
/* line 553, ../sass/_common.scss */
7288 7288
.icons-nav li {
7289 7289
  display: inline-block;
7290 7290
  margin-right: 10px;
......
7293 7293
}
7294 7294

  
7295 7295
/* Top info  ----------------------------------------------- */
7296
/* line 565, ../sass/_common.scss */
7296
/* line 566, ../sass/_common.scss */
7297 7297
.top-info {
7298 7298
  padding: 50px 100px;
7299 7299
  position: relative;
7300 7300
  z-index: 10;
7301 7301
  display: none;
7302 7302
}
7303
/* line 570, ../sass/_common.scss */
7303
/* line 571, ../sass/_common.scss */
7304 7304
.top-info .close {
7305 7305
  position: absolute;
7306 7306
  right: 15px;
......
7313 7313
  overflow: hidden;
7314 7314
}
7315 7315

  
7316
/* line 579, ../sass/_common.scss */
7316
/* line 580, ../sass/_common.scss */
7317 7317
.info.error {
7318 7318
  background: #e02b2b;
7319 7319
  color: #fff;
7320 7320
}
7321 7321

  
7322
/* line 585, ../sass/_common.scss */
7322
/* line 586, ../sass/_common.scss */
7323 7323
.info.alert {
7324
  background: #ffadc8;
7324
  background: #6ae0cd;
7325 7325
  color: #fff;
7326 7326
}
7327 7327

  
7328
/* line 590, ../sass/_common.scss */
7328
/* line 591, ../sass/_common.scss */
7329 7329
.info.warning {
7330 7330
  background: #bebebe;
7331 7331
  color: #fff;
7332 7332
}
7333 7333

  
7334
/* line 595, ../sass/_common.scss */
7334
/* line 596, ../sass/_common.scss */
7335 7335
.info.success {
7336 7336
  background: #00a551;
7337 7337
  color: #fff;
7338 7338
}
7339 7339

  
7340
/* line 600, ../sass/_common.scss */
7340
/* line 601, ../sass/_common.scss */
7341 7341
.border-bottom-style1 {
7342 7342
  padding-bottom: 20px;
7343 7343
  margin-bottom: 20px;
......
7345 7345
}
7346 7346

  
7347 7347
/* Progress Bar ----------------------------------------------- */
7348
/* line 609, ../sass/_common.scss */
7348
/* line 610, ../sass/_common.scss */
7349 7349
.progress-bar {
7350 7350
  position: fixed;
7351 7351
  bottom: 0;
7352 7352
  left: 0;
7353
  border-top: 1px solid #ffadc8;
7353
  border-top: 1px solid #6ae0cd;
7354 7354
  width: 100%;
7355 7355
  background: #fff;
7356 7356
  padding: 20px 0 20px 310px;
7357 7357
  color: #bebebe;
7358 7358
}
7359
/* line 618, ../sass/_common.scss */
7359
/* line 619, ../sass/_common.scss */
7360 7360
.progress-bar span.counter {
7361 7361
  display: inline-block;
7362 7362
  margin-right: 20px;
7363 7363
  float: left;
7364 7364
}
7365
/* line 623, ../sass/_common.scss */
7365
/* line 624, ../sass/_common.scss */
7366 7366
.progress-bar div.progress-wrap {
7367 7367
  display: inline-block;
7368 7368
  float: left;
7369 7369
  width: 40%;
7370 7370
  margin-right: 60px;
7371 7371
}
7372
/* line 628, ../sass/_common.scss */
7372
/* line 629, ../sass/_common.scss */
7373 7373
.progress-bar div.progress-wrap .progress {
7374 7374
  position: relative;
7375 7375
  top: 2px;
7376 7376
}
7377
/* line 633, ../sass/_common.scss */
7377
/* line 634, ../sass/_common.scss */
7378 7378
.progress-bar span.more {
7379 7379
  display: inline-block;
7380 7380
}
7381 7381

  
7382
/* line 638, ../sass/_common.scss */
7382
/* line 639, ../sass/_common.scss */
7383 7383
.storage-progress {
7384 7384
  display: none;
7385 7385
  position: fixed;
7386 7386
  bottom: 0;
7387 7387
  left: 0;
7388 7388
  right: 0;
7389
  background: #ffadc8;
7389
  background: #6ae0cd;
7390 7390
  color: #fff;
7391 7391
  z-index: 50;
7392 7392
  overflow-y: auto;
......
7396 7396
  -o-transition: background-color 500ms linear;
7397 7397
  transition: background-color 500ms linear;
7398 7398
}
7399
/* line 649, ../sass/_common.scss */
7399
/* line 650, ../sass/_common.scss */
7400 7400
.storage-progress.ready {
7401 7401
  background: #00a551;
7402 7402
}
7403
/* line 652, ../sass/_common.scss */
7403
/* line 653, ../sass/_common.scss */
7404 7404
.storage-progress .wrap {
7405 7405
  position: relative;
7406 7406
  padding: 10px;
7407 7407
}
7408
/* line 656, ../sass/_common.scss */
7408
/* line 657, ../sass/_common.scss */
7409 7409
.storage-progress .loader {
7410 7410
  position: absolute;
7411 7411
  height: 5px;
......
7414 7414
  background: #ffc748;
7415 7415
  width: 0%;
7416 7416
}
7417
/* line 664, ../sass/_common.scss */
7417
/* line 665, ../sass/_common.scss */
7418 7418
.storage-progress .summary {
7419 7419
  padding-left: 260px;
7420 7420
  margin: 0;
7421 7421
  font-size: 0.75em;
7422 7422
}
7423
/* line 668, ../sass/_common.scss */
7423
/* line 669, ../sass/_common.scss */
7424 7424
.storage-progress .summary span {
7425 7425
  background-color: #fff;
7426
  color: #ffadc8;
7426
  color: #6ae0cd;
7427 7427
  padding: 2px 6px;
7428 7428
  margin-right: 10px;
7429 7429
  -webkit-transition: opacity 500ms linear;
......
7432 7432
  -o-transition: opacity 500ms linear;
7433 7433
  transition: opacity 500ms linear;
7434 7434
}
7435
/* line 674, ../sass/_common.scss */
7435
/* line 675, ../sass/_common.scss */
7436 7436
.storage-progress .summary span.animated {
7437 7437
  opacity: 0;
7438 7438
}
7439
/* line 679, ../sass/_common.scss */
7439
/* line 680, ../sass/_common.scss */
7440 7440
.storage-progress .details {
7441 7441
  display: none;
7442 7442
}
7443 7443

  
7444 7444
/* Responive ------------------------------------------------ */
7445 7445
@media only screen and (max-width: 768px) {
7446
  /* line 690, ../sass/_common.scss */
7446
  /* line 691, ../sass/_common.scss */
7447 7447
  body {
7448 7448
    padding-top: 0;
7449 7449
  }
7450 7450

  
7451
  /* line 693, ../sass/_common.scss */
7451
  /* line 694, ../sass/_common.scss */
7452 7452
  .header, .actions-bar {
7453 7453
    position: static;
7454 7454
    z-index: auto;
7455 7455
  }
7456 7456

  
7457
  /* line 697, ../sass/_common.scss */
7457
  /* line 698, ../sass/_common.scss */
7458 7458
  .actions-bar {
7459 7459
    top: 160px;
7460 7460
  }
7461 7461

  
7462
  /* line 700, ../sass/_common.scss */
7462
  /* line 701, ../sass/_common.scss */
7463 7463
  .header {
7464 7464
    height: 120px;
7465 7465
    line-height: 50px;
7466 7466
  }
7467
  /* line 703, ../sass/_common.scss */
7467
  /* line 704, ../sass/_common.scss */
7468 7468
  .header .icons-nav {
7469 7469
    position: static;
7470 7470
  }
7471 7471
}
7472 7472
/* Scroll Bar  -------------------------------------------- */
7473
/* line 711, ../sass/_common.scss */
7473
/* line 712, ../sass/_common.scss */
7474 7474
body .jspVerticalBar {
7475 7475
  background-color: transparent;
7476 7476
  width: 14px;
......
7478 7478
  border-left: 1px solid #c2bebe;
7479 7479
  border-right: 1px solid #c2bebe;
7480 7480
}
7481
/* line 717, ../sass/_common.scss */
7481
/* line 718, ../sass/_common.scss */
7482 7482
body .jspVerticalBar .jspTrack {
7483 7483
  background-color: #e6e5e5;
7484 7484
}
7485
/* line 719, ../sass/_common.scss */
7485
/* line 720, ../sass/_common.scss */
7486 7486
body .jspVerticalBar .jspTrack .jspDrag {
7487 7487
  -webkit-border-radius: 5px;
7488 7488
  -moz-border-radius: 5px;
7489 7489
  border-radius: 5px;
7490 7490
  background-color: #c2bebe;
7491 7491
}
7492
/* line 726, ../sass/_common.scss */
7492
/* line 727, ../sass/_common.scss */
7493 7493
body .jspVerticalBar .jspArrow {
7494 7494
  background-color: transparent;
7495 7495
  background: url("../images/arrows.png") no-repeat center center;
......
7500 7500
  overflow: hidden;
7501 7501
  overflow: hidden;
7502 7502
}
7503
/* line 730, ../sass/_common.scss */
7503
/* line 731, ../sass/_common.scss */
7504 7504
body .jspVerticalBar .jspArrow.jspArrowDown {
7505 7505
  background-position: -18px;
7506 7506
}
7507
/* line 734, ../sass/_common.scss */
7507
/* line 735, ../sass/_common.scss */
7508 7508
body .jspVerticalBar .jspArrow.jspArrowUp {
7509 7509
  background-position: 0px;
7510 7510
}
7511 7511

  
7512
/* line 748, ../sass/_common.scss */
7512
/* line 749, ../sass/_common.scss */
7513 7513
.folder {
7514 7514
  background: url(file-types.png) no-repeat top left;
7515 7515
  background-position: 0 -165px;
......
7525 7525
	height: 28px;
7526 7526
}
7527 7527
*/
7528
/* line 762, ../sass/_common.scss */
7528
/* line 763, ../sass/_common.scss */
7529 7529
.txt {
7530 7530
  background: url(../images/file-types.png) no-repeat top left;
7531 7531
  background-position: 0 -486px;
......
7535 7535
  margin: 0 auto;
7536 7536
}
7537 7537

  
7538
/* line 765, ../sass/_common.scss */
7538
/* line 766, ../sass/_common.scss */
7539 7539
.pdf {
7540 7540
  background: url(../images/file-types.png) no-repeat top left;
7541 7541
  background-position: 0 -321px;
......
7545 7545
  margin: 0 auto;
7546 7546
}
7547 7547

  
7548
/* line 768, ../sass/_common.scss */
7548
/* line 769, ../sass/_common.scss */
7549 7549
.excel {
7550 7550
  background: url(../images/file-types.png) no-repeat top left;
7551 7551
  background-position: 0 -85px;
......
7555 7555
  margin: 0 auto;
7556 7556
}
7557 7557

  
7558
/* line 771, ../sass/_common.scss */
7558
/* line 772, ../sass/_common.scss */
7559 7559
.word {
7560 7560
  background: url(../images/file-types.png) no-repeat top left;
7561 7561
  background-position: 0 -571px;
......
7565 7565
  margin: 0 auto;
7566 7566
}
7567 7567

  
7568
/* line 774, ../sass/_common.scss */
7568
/* line 775, ../sass/_common.scss */
7569 7569
.powerpoint {
7570 7570
  background: url(../images/file-types.png) no-repeat top left;
7571 7571
  background-position: 0 -406px;
......
7575 7575
  margin: 0 auto;
7576 7576
}
7577 7577

  
7578
/* line 777, ../sass/_common.scss */
7578
/* line 778, ../sass/_common.scss */
7579 7579
.ai {
7580 7580
  background: url(../images/file-types.png) no-repeat top left;
7581 7581
  background-position: 0 0;
......
7690 7690
}
7691 7691
/* line 87, ../sass/_items-list.scss */
7692 7692
.items-list > li.add-new {
7693
  background-color: #ffadc8;
7693
  background-color: #6ae0cd;
7694 7694
  -webkit-transition: background-color 300ms linear;
7695 7695
  -moz-transition: background-color 300ms linear;
7696 7696
  -ms-transition: background-color 300ms linear;
......
7704 7704
/* line 95, ../sass/_items-list.scss */
7705 7705
.items-list > li.add-new .container .img-wrap .symbol {
7706 7706
  background-image: none;
7707
  color: #ffadc8;
7707
  color: #6ae0cd;
7708 7708
  font-size: 30px;
7709 7709
  text-indent: 0;
7710 7710
}
......
7894 7894
}
7895 7895
/* line 192, ../sass/_items-list.scss */
7896 7896
.list-view .lt-bar ul li.select:hover, .storage-progress .lt-bar ul li.select:hover {
7897
  color: #ffadc8;
7897
  color: #6ae0cd;
7898 7898
  cursor: pointer;
7899 7899
}
7900 7900
/* line 196, ../sass/_items-list.scss */
......
7920 7920
}
7921 7921
/* line 214, ../sass/_items-list.scss */
7922 7922
.list-view .lt-bar ul.lt-actions li a.active:hover, .storage-progress .lt-bar ul.lt-actions li a.active:hover {
7923
  color: #ffadc8;
7923
  color: #6ae0cd;
7924 7924
  cursor: pointer;
7925 7925
}
7926 7926
/* line 219, ../sass/_items-list.scss */
......
7970 7970
/* line 265, ../sass/_items-list.scss */
7971 7971
.list-view .items-list > li .check:hover, .storage-progress .items-list > li .check:hover {
7972 7972
  cursor: pointer;
7973
  color: #ffadc8;
7973
  color: #6ae0cd;
7974 7974
}
7975 7975
/* line 270, ../sass/_items-list.scss */
7976 7976
.list-view .items-list > li .img-wrap, .storage-progress .items-list > li .img-wrap {
......
8176 8176
  height: auto;
8177 8177
}
8178 8178

  
8179
/* line 130, ../sass/_common.scss */
8179
/* line 131, ../sass/_common.scss */
8180 8180
.running .snf-pc-full,
8181
.running .snf-network-full {
8182
  color: #ffadc8;
8181
.running .snf-network-full,
8182
.running .snf-volume-full {
8183
  color: #6ae0cd;
8183 8184
}
8184
/* line 134, ../sass/_common.scss */
8185
/* line 135, ../sass/_common.scss */
8185 8186
.running .status {
8186
  color: #ffadc8;
8187
  color: #6ae0cd;
8187 8188
}
8188 8189

  
8189
/* line 130, ../sass/_common.scss */
8190
/* line 131, ../sass/_common.scss */
8190 8191
.off .snf-pc-full,
8191
.off .snf-network-full {
8192
.off .snf-network-full,
8193
.off .snf-volume-full {
8192 8194
  color: #485057;
8193 8195
}
8194
/* line 134, ../sass/_common.scss */
8196
/* line 135, ../sass/_common.scss */
8195 8197
.off .status {
8196 8198
  color: #485057;
8197 8199
}
8198 8200

  
8199
/* line 130, ../sass/_common.scss */
8201
/* line 131, ../sass/_common.scss */
8200 8202
.error .snf-pc-full,
8201
.error .snf-network-full {
8203
.error .snf-network-full,
8204
.error .snf-volume-full {
8202 8205
  color: #e02b2b;
8203 8206
}
8204
/* line 134, ../sass/_common.scss */
8207
/* line 135, ../sass/_common.scss */
8205 8208
.error .status {
8206 8209
  color: #e02b2b;
8207 8210
}
8208 8211

  
8209
/* line 130, ../sass/_common.scss */
8212
/* line 131, ../sass/_common.scss */
8210 8213
.shutting .snf-pc-full,
8211
.shutting .snf-network-full {
8214
.shutting .snf-network-full,
8215
.shutting .snf-volume-full {
8212 8216
  color: #787878;
8213 8217
}
8214
/* line 134, ../sass/_common.scss */
8218
/* line 135, ../sass/_common.scss */
8215 8219
.shutting .status {
8216 8220
  color: #787878;
8217 8221
}
8218 8222

  
8219
/* line 130, ../sass/_common.scss */
8223
/* line 131, ../sass/_common.scss */
8220 8224
.starting .snf-pc-full,
8221
.starting .snf-network-full {
8225
.starting .snf-network-full,
8226
.starting .snf-volume-full {
8222 8227
  color: #566db1;
8223 8228
}
8224
/* line 134, ../sass/_common.scss */
8229
/* line 135, ../sass/_common.scss */
8225 8230
.starting .status {
8226 8231
  color: #566db1;
8227 8232
}
8228 8233

  
8229
/* line 130, ../sass/_common.scss */
8234
/* line 131, ../sass/_common.scss */
8230 8235
.rebooting .snf-pc-full,
8231
.rebooting .snf-network-full {
8236
.rebooting .snf-network-full,
8237
.rebooting .snf-volume-full {
8232 8238
  color: #ffc748;
8233 8239
}
8234
/* line 134, ../sass/_common.scss */
8240
/* line 135, ../sass/_common.scss */
8235 8241
.rebooting .status {
8236 8242
  color: #ffc748;
8237 8243
}
8238 8244

  
8239
/* line 130, ../sass/_common.scss */
8245
/* line 131, ../sass/_common.scss */
8240 8246
.building .snf-pc-full,
8241
.building .snf-network-full {
8242
  color: #ffadc8;
8247
.building .snf-network-full,
8248
.building .snf-volume-full {
8249
  color: #6ae0cd;
8243 8250
}
8244
/* line 134, ../sass/_common.scss */
8251
/* line 135, ../sass/_common.scss */
8245 8252
.building .status {
8246
  color: #ffadc8;
8253
  color: #6ae0cd;
8247 8254
}
8248 8255

  
8249 8256
/* line 488, ../sass/_items-list.scss */
......
8252 8259
}
8253 8260
/* line 492, ../sass/_items-list.scss */
8254 8261
.building .img-wrap .incomplete {
8255
  color: #ffe0ea;
8262
  color: #94e9db;
8256 8263
  width: 60px;
8257 8264
}
8258 8265
/* line 496, ../sass/_items-list.scss */
......
8497 8504
}
8498 8505
/* line 191, ../sass/_details.scss */
8499 8506
.toggle-lt-bar:hover {
8500
  background: #ffadc8;
8507
  background: #6ae0cd;
8501 8508
  color: #fff;
8502 8509
}
8503 8510
/* line 195, ../sass/_details.scss */
......
8541 8548
/* line 224, ../sass/_details.scss */
8542 8549
.list-availables ul li span.snf-font.snf-network-full, .list-availables ul li span.snf-font.snf-volume-full {
8543 8550
  font-size: 24px;
8544
  color: #ffadc8;
8551
  color: #6ae0cd;
8545 8552
}
8546 8553
/* line 229, ../sass/_details.scss */
8547 8554
.list-availables ul li span.name {
......
8790 8797
@-webkit-keyframes pulse {
8791 8798
  /* line 29, ../sass/_animations.scss */
8792 8799
  from {
8793
    color: #ffadc8;
8800
    color: #6ae0cd;
8794 8801
  }
8795 8802

  
8796 8803
  /* line 32, ../sass/_animations.scss */
8797 8804
  to {
8798
    color: #ff7aa6;
8805
    color: #40d7bf;
8799 8806
  }
8800 8807
}
8801 8808

  
8802 8809
@-moz-keyframes pulse {
8803 8810
  /* line 29, ../sass/_animations.scss */
8804 8811
  from {
8805
    color: #ffadc8;
8812
    color: #6ae0cd;
8806 8813
  }
8807 8814

  
8808 8815
  /* line 32, ../sass/_animations.scss */
8809 8816
  to {
8810
    color: #ff7aa6;
8817
    color: #40d7bf;
8811 8818
  }
8812 8819
}
8813 8820

  
8814 8821
@-ms-keyframes pulse {
8815 8822
  /* line 29, ../sass/_animations.scss */
8816 8823
  from {
8817
    color: #ffadc8;
8824
    color: #6ae0cd;
8818 8825
  }
8819 8826

  
8820 8827
  /* line 32, ../sass/_animations.scss */
8821 8828
  to {
8822
    color: #ff7aa6;
8829
    color: #40d7bf;
8823 8830
  }
8824 8831
}
8825 8832

  
8826 8833
@keyframes pulse {
8827 8834
  /* line 29, ../sass/_animations.scss */
8828 8835
  from {
8829
    color: #ffadc8;
8836
    color: #6ae0cd;
8830 8837
  }
8831 8838

  
8832 8839
  /* line 32, ../sass/_animations.scss */
8833 8840
  to {
8834
    color: #ff7aa6;
8841
    color: #40d7bf;
8835 8842
  }
8836 8843
}
8837 8844

  
......
8914 8921
.storage .rect-plus {
8915 8922
  display: inline-block;
8916 8923
  background-color: #fff;
8917
  color: #ffadc8;
8924
  color: #6ae0cd;
8918 8925
  padding: 0 6px;
8919 8926
  font-size: 1.625em;
8920 8927
}
......
9013 9020
}
9014 9021
/* line 100, ../sass/_storage.scss */
9015 9022
.containers .items-list > li .basic-data:hover a {
9016
  color: #ffadc8;
9023
  color: #6ae0cd;
9017 9024
}
9018 9025
/* line 105, ../sass/_storage.scss */
9019 9026
.containers .items-list > li .size-data {
......
9203 9210
/* line 265, ../sass/_storage.scss */
9204 9211
.storage-progress .progress .meter {
9205 9212
  background-color: #fff;
9206
  color: #ffadc8;
9213
  color: #6ae0cd;
9207 9214
  text-align: right;
9208 9215
  padding-right: 10px;
9209 9216
  line-height: 120%;
......
9311 9318
  line-height: 50px;
9312 9319
  font-size: 0.5625em;
9313 9320
  padding-right: 120px;
9314
  color: #ffadc8;
9321
  color: #6ae0cd;
9315 9322
}
9316 9323
/* line 78, ../sass/_wizards.scss */
9317 9324
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li {
......
9334 9341
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li em {
9335 9342
  display: inline-block;
9336 9343
  border-radius: 50%;
9337
  border: 1px solid #ffadc8;
9344
  border: 1px solid #6ae0cd;
9338 9345
  width: 20px;
9339 9346
  height: 20px;
9340 9347
  line-height: 18px;
......
9344 9351
}
9345 9352
/* line 102, ../sass/_wizards.scss */
9346 9353
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a {
9347
  color: #ffadc8;
9354
  color: #6ae0cd;
9348 9355
  display: block;
9349 9356
}
9350 9357
/* line 105, ../sass/_wizards.scss */
......
9365 9372
  width: 30px;
9366 9373
  height: 30px;
9367 9374
  line-height: 27px;
9368
  border-color: #ffadc8;
9375
  border-color: #6ae0cd;
9369 9376
}
9370 9377
/* line 120, ../sass/_wizards.scss */
9371 9378
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em * {
9372
  color: #ffadc8;
9379
  color: #6ae0cd;
9373 9380
}
9374 9381
/* line 128, ../sass/_wizards.scss */
9375 9382
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle {
......
9432 9439
/* line 172, ../sass/_wizards.scss */
9433 9440
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .snf-font {
9434 9441
  font-size: 1.875em;
9435
  color: #ffadc8;
9442
  color: #6ae0cd;
9436 9443
  line-height: 120%;
9437 9444
}
9438 9445
/* line 177, ../sass/_wizards.scss */
......
10354 10361
}
10355 10362
/* line 21, ../sass/_overlays.scss */
10356 10363
.body-wrapper.no-vm {
10357
  background: url(../images/draw-welcome.png) no-repeat center 50px #ffadc8;
10364
  background: url(../images/draw-welcome.png) no-repeat center 50px #6ae0cd;
10358 10365
}
10359 10366
/* line 23, ../sass/_overlays.scss */
10360 10367
.body-wrapper.no-vm .welcome {
......
10465 10472
.reveal-modal .close-reveal-modal:hover {
10466 10473
  color: #2d3338;
10467 10474
}
10468
/* line 122, ../sass/_overlays.scss */
10475
/* line 123, ../sass/_overlays.scss */
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff