| 
      
            Lines 1-60
          
      
      
        Link Here
      
     | 
  
        
          | 1 | 
          @import "mixins";  | 
          1 | 
          @import "mixins";  | 
        
          
            
              | 2 | 
               | 
              2 | 
              @import "fonts";  | 
            
            
              | 3 | 
              @font-face { | 
              3 | 
              @import "common";  | 
            
            
              | 4 | 
                  font-family: 'NotoSans';  | 
               | 
               | 
            
            
              | 5 | 
                  font-style: normal;  | 
            
            
              | 6 | 
                  font-weight: 400;  | 
            
            
              | 7 | 
                  src: local('Noto Sans Regular'), | 
            
            
              | 8 | 
                      url('fonts/NotoSans-Regular-webfont.woff2') format('woff2'), | 
            
            
              | 9 | 
                      url('fonts/NotoSans-Regular-webfont.woff') format('woff'); | 
            
            
              | 10 | 
              }  | 
            
            
              | 11 | 
               | 
            
            
              | 12 | 
              @font-face { | 
            
            
              | 13 | 
                  font-family: 'NotoSans';  | 
            
            
              | 14 | 
                  font-style: bold;  | 
            
            
              | 15 | 
                  font-weight: 700;  | 
            
            
              | 16 | 
                  src: local('Noto Sans Bold'), | 
            
            
              | 17 | 
                      url('fonts/NotoSans-Bold-webfont.woff2') format('woff2'), | 
            
            
              | 18 | 
                      url('fonts/NotoSans-Bold-webfont.woff') format('woff'); | 
            
            
              | 19 | 
              }  | 
            
            
              | 20 | 
               | 
            
            
              | 21 | 
              @font-face { | 
            
            
              | 22 | 
                  font-family: 'NotoSans';  | 
            
            
              | 23 | 
                  font-style: italic;  | 
            
            
              | 24 | 
                  font-weight: 400;  | 
            
            
              | 25 | 
                  src: local('Noto Sans Italic'), | 
            
            
              | 26 | 
                      url('fonts/NotoSans-Italic-webfont.woff2') format('woff2'), | 
            
            
              | 27 | 
                      url('fonts/NotoSans-Italic-webfont.woff') format('woff'); | 
            
            
              | 28 | 
              }  | 
            
            
              | 29 | 
               | 
            
            
              | 30 | 
              @font-face { | 
            
            
              | 31 | 
                  font-family: 'NotoSans';  | 
            
            
              | 32 | 
                  font-style: italic;  | 
            
            
              | 33 | 
                  font-weight: 700;  | 
            
            
              | 34 | 
                  src: local('Noto Sans Bold Italic'), | 
            
            
              | 35 | 
                      url('fonts/NotoSans-BoldItalic-webfont.woff2') format('woff2'), | 
            
            
              | 36 | 
                      url('fonts/NotoSans-BoldItalic-webfont.woff') format('woff'); | 
            
            
              | 37 | 
              }  | 
            
        
          | 38 | 
           | 
          4 | 
           | 
        
        
          | 39 | 
          $footer-height: 45px;  | 
          5 | 
          $footer-height: 45px;  | 
        
        
          | 40 | 
           | 
          6 | 
           | 
        
            
              | 41 | 
              body { | 
               | 
               | 
            
            
              | 42 | 
                  background: #FCF9FC none;  | 
            
            
              | 43 | 
                  font-family: sans-serif;  | 
            
            
              | 44 | 
                  font-size: 16px;  | 
            
            
              | 45 | 
              }  | 
            
            
              | 46 | 
               | 
            
            
              | 47 | 
              .fonts-loaded body { | 
            
            
              | 48 | 
                  font-family: 'NotoSans';  | 
            
            
              | 49 | 
              }  | 
            
            
              | 50 | 
               | 
            
            
              | 51 | 
              /* Sticky footer styles */  | 
            
            
              | 52 | 
              html,  | 
            
            
              | 53 | 
              body { | 
            
            
              | 54 | 
                  height: 100%;  | 
            
            
              | 55 | 
                  /* The html and body elements cannot have any padding or margin. */  | 
            
            
              | 56 | 
              }  | 
            
            
              | 57 | 
               | 
            
        
          | 58 | 
          .no-js { | 
          7 | 
          .no-js { | 
        
        
          | 59 | 
              .dateformat { | 
          8 | 
              .dateformat { | 
        
        
          | 60 | 
                  display: inline;  | 
          9 | 
                  display: inline;  | 
        
  
    | 
      
            Lines 76-110
          body {
      
      
        Link Here
      
     | 
  
        
          | 76 | 
              }  | 
          25 | 
              }  | 
        
        
          | 77 | 
          }  | 
          26 | 
          }  | 
        
        
          | 78 | 
           | 
          27 | 
           | 
        
            
              | 79 | 
              /* Wrapper for page content to push down footer */  | 
               | 
               | 
            
            
              | 80 | 
              #wrap { | 
            
            
              | 81 | 
                  height: auto !important;  | 
            
            
              | 82 | 
                  height: 100%;  | 
            
            
              | 83 | 
                  min-height: 100%;  | 
            
            
              | 84 | 
                  padding-left: 40px;  | 
            
            
              | 85 | 
                  padding-right: 40px;  | 
            
            
              | 86 | 
                  /* Negative indent footer by its height */  | 
            
            
              | 87 | 
                  margin: 0 auto -#{$footer-height + 1}; | 
            
            
              | 88 | 
              }  | 
            
            
              | 89 | 
               | 
            
        
          | 90 | 
          .fa.fa-icon-black,  | 
          28 | 
          .fa.fa-icon-black,  | 
        
        
          | 91 | 
          .fa.fa-icon-white { | 
          29 | 
          .fa.fa-icon-white { | 
        
        
          | 92 | 
              color: #000;  | 
          30 | 
              color: #000;  | 
        
        
          | 93 | 
          }  | 
          31 | 
          }  | 
        
        
          | 94 | 
           | 
          32 | 
           | 
        
            
              | 95 | 
              #changelanguage { | 
               | 
               | 
            
            
              | 96 | 
                  clear: both;  | 
            
            
              | 97 | 
                  /* Set the fixed height of the footer here */  | 
            
            
              | 98 | 
                  min-height: $footer-height;  | 
            
            
              | 99 | 
                  .nav { | 
            
            
              | 100 | 
                      > .active { | 
            
            
              | 101 | 
                          > p { | 
            
            
              | 102 | 
                              padding: 0 15px;  | 
            
            
              | 103 | 
                          }  | 
            
            
              | 104 | 
                      }  | 
            
            
              | 105 | 
                  }  | 
            
            
              | 106 | 
              }  | 
            
            
              | 107 | 
               | 
            
        
          | 108 | 
          .popup { | 
          33 | 
          .popup { | 
        
        
          | 109 | 
              padding-left: 0;  | 
          34 | 
              padding-left: 0;  | 
        
        
          | 110 | 
              padding-right: 0;  | 
          35 | 
              padding-right: 0;  | 
        
  
    | 
      
            Lines 772-861
          input[type="text"]:focus {
      
      
        Link Here
      
     | 
  
        
          | 772 | 
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6)  | 
          697 | 
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6)  | 
        
        
          | 773 | 
           }  | 
          698 | 
           }  | 
        
        
          | 774 | 
           | 
          699 | 
           | 
        
            
              | 775 | 
               .navbar { | 
               | 
               | 
            
            
              | 776 | 
                  .divider-vertical { | 
            
            
              | 777 | 
                      border-left-color: #fcf9fc;  | 
            
            
              | 778 | 
                      border-right-color: #fcf9fc;  | 
            
            
              | 779 | 
                  }  | 
            
            
              | 780 | 
                  .nav li.dropdown > a { | 
            
            
              | 781 | 
                      &:focus .caret { | 
            
            
              | 782 | 
                      border-top-color: #85ca11;  | 
            
            
              | 783 | 
                      border-bottom-color: #85ca11;  | 
            
            
              | 784 | 
                      }  | 
            
            
              | 785 | 
                      &:hover .caret { | 
            
            
              | 786 | 
                      border-top-color: #85ca11;  | 
            
            
              | 787 | 
                      border-bottom-color: #85ca11;  | 
            
            
              | 788 | 
                      }  | 
            
            
              | 789 | 
                  }  | 
            
            
              | 790 | 
              }  | 
            
            
              | 791 | 
               | 
            
            
              | 792 | 
              .navbar-inverse { | 
            
            
              | 793 | 
                  .brand { | 
            
            
              | 794 | 
                      color: #9FE1FF;  | 
            
            
              | 795 | 
                      font-weight: bold;  | 
            
            
              | 796 | 
                  }  | 
            
            
              | 797 | 
               | 
            
            
              | 798 | 
                  .navbar-inner { | 
            
            
              | 799 | 
                      background: #fcf9fc none;  | 
            
            
              | 800 | 
                      border-color: #fcf9fc;  | 
            
            
              | 801 | 
                      box-shadow: none;  | 
            
            
              | 802 | 
                  }  | 
            
            
              | 803 | 
               | 
            
            
              | 804 | 
                  .nav { | 
            
            
              | 805 | 
                      > li { | 
            
            
              | 806 | 
                          > a { | 
            
            
              | 807 | 
                              color: #727272;  | 
            
            
              | 808 | 
                              font-weight: bold;  | 
            
            
              | 809 | 
                              text-shadow: none;  | 
            
            
              | 810 | 
                              &:hover { | 
            
            
              | 811 | 
                                  color: #85ca11;  | 
            
            
              | 812 | 
                              }  | 
            
            
              | 813 | 
                              &:focus { | 
            
            
              | 814 | 
                                  color: #85ca11;  | 
            
            
              | 815 | 
                              }  | 
            
            
              | 816 | 
                          }  | 
            
            
              | 817 | 
                      }  | 
            
            
              | 818 | 
                      li.dropdown { | 
            
            
              | 819 | 
                      > a { | 
            
            
              | 820 | 
                          &:hover .caret { | 
            
            
              | 821 | 
                              border-top-color: #85ca11;  | 
            
            
              | 822 | 
                              border-bottom-color: #85ca11;  | 
            
            
              | 823 | 
                          }  | 
            
            
              | 824 | 
                          &:focus .caret { | 
            
            
              | 825 | 
                              border-top-color: #85ca11;  | 
            
            
              | 826 | 
                              border-bottom-color: #85ca11;  | 
            
            
              | 827 | 
                          }  | 
            
            
              | 828 | 
                      }  | 
            
            
              | 829 | 
                      &.open > .dropdown-toggle { | 
            
            
              | 830 | 
                          background-color: transparent;  | 
            
            
              | 831 | 
                          color: #85ca11;  | 
            
            
              | 832 | 
                          .caret { | 
            
            
              | 833 | 
                              border-top-color: #85ca11;  | 
            
            
              | 834 | 
                              border-bottom-color: #85ca11;  | 
            
            
              | 835 | 
                              &:hover { | 
            
            
              | 836 | 
                              border-top-color: #85ca11;  | 
            
            
              | 837 | 
                              border-bottom-color: #85ca11;  | 
            
            
              | 838 | 
                              }  | 
            
            
              | 839 | 
                          }  | 
            
            
              | 840 | 
                      }  | 
            
            
              | 841 | 
                      }  | 
            
            
              | 842 | 
                  }  | 
            
            
              | 843 | 
              }  | 
            
            
              | 844 | 
               | 
            
            
              | 845 | 
              .navbar-inner { | 
            
            
              | 846 | 
                  background: #fcf9fc none;  | 
            
            
              | 847 | 
              }  | 
            
            
              | 848 | 
               | 
            
            
              | 849 | 
              .navbar-fixed-bottom { | 
            
            
              | 850 | 
                  &.navbar-static-bottom { | 
            
            
              | 851 | 
                      position: static;  | 
            
            
              | 852 | 
                  }  | 
            
            
              | 853 | 
                  .navbar-inner { | 
            
            
              | 854 | 
                      box-shadow: none;  | 
            
            
              | 855 | 
                      min-height: $footer-height;  | 
            
            
              | 856 | 
                  }  | 
            
            
              | 857 | 
              }  | 
            
            
              | 858 | 
               | 
            
        
          | 859 | 
          [class^="icon-"] { | 
          700 | 
          [class^="icon-"] { | 
        
        
          | 860 | 
              vertical-align: 0;  | 
          701 | 
              vertical-align: 0;  | 
        
        
          | 861 | 
          }  | 
          702 | 
          }  | 
        
  
    | 
      
            Lines 1519-1525
          div {
      
      
        Link Here
      
     | 
  
        
          | 1519 | 
           | 
          1360 | 
           | 
        
        
          | 1520 | 
          #selections-toolbar,  | 
          1361 | 
          #selections-toolbar,  | 
        
        
          | 1521 | 
          .selections-toolbar { | 
          1362 | 
          .selections-toolbar { | 
        
          
            
              | 1522 | 
                  background: linear-gradient( top, #B2B2B2 0%, #E0E0E0 14%, #E8E8E8 100% );  | 
              1363 | 
                  background: linear-gradient( #B2B2B2 0%, #E0E0E0 14%, #E8E8E8 100% );  | 
            
        
          | 1523 | 
              margin: 0 0 1em;  | 
          1364 | 
              margin: 0 0 1em;  | 
        
        
          | 1524 | 
              padding-left: 10px;  | 
          1365 | 
              padding-left: 10px;  | 
        
        
          | 1525 | 
              padding-top: .5em;  | 
          1366 | 
              padding-top: .5em;  | 
        
  
    | 
      
            Lines 2886-2928
          button.closebtn {
      
      
        Link Here
      
     | 
  
        
          | 2886 | 
              float: right;  | 
          2727 | 
              float: right;  | 
        
        
          | 2887 | 
          }  | 
          2728 | 
          }  | 
        
        
          | 2888 | 
           | 
          2729 | 
           | 
        
            
              | 2889 | 
              #i18nMenu { | 
               | 
               | 
            
            
              | 2890 | 
                  margin-left: 1em;  | 
            
            
              | 2891 | 
               | 
            
            
              | 2892 | 
                  li { | 
            
            
              | 2893 | 
                      font-size: 85%;  | 
            
            
              | 2894 | 
               | 
            
            
              | 2895 | 
                      li { | 
            
            
              | 2896 | 
                          font-size: 100%;  | 
            
            
              | 2897 | 
               | 
            
            
              | 2898 | 
                          > a { | 
            
            
              | 2899 | 
                              font-size: 100%;  | 
            
            
              | 2900 | 
                          }  | 
            
            
              | 2901 | 
               | 
            
            
              | 2902 | 
                          &:hover { | 
            
            
              | 2903 | 
                              color: #FFF;  | 
            
            
              | 2904 | 
                          }  | 
            
            
              | 2905 | 
                      }  | 
            
            
              | 2906 | 
               | 
            
            
              | 2907 | 
                      a { | 
            
            
              | 2908 | 
                          color: $links;  | 
            
            
              | 2909 | 
                      }  | 
            
            
              | 2910 | 
                  }  | 
            
            
              | 2911 | 
               | 
            
            
              | 2912 | 
                  .dropdown-menu { | 
            
            
              | 2913 | 
                      li { | 
            
            
              | 2914 | 
                          p { | 
            
            
              | 2915 | 
                              clear: both;  | 
            
            
              | 2916 | 
                              display: block;  | 
            
            
              | 2917 | 
                              font-weight: normal;  | 
            
            
              | 2918 | 
                              line-height: 20px;  | 
            
            
              | 2919 | 
                              padding: 3px 20px;  | 
            
            
              | 2920 | 
                              white-space: nowrap;  | 
            
            
              | 2921 | 
                          }  | 
            
            
              | 2922 | 
                      }  | 
            
            
              | 2923 | 
                  }  | 
            
            
              | 2924 | 
              }  | 
            
            
              | 2925 | 
               | 
            
        
          | 2926 | 
          #subjectsList,  | 
          2730 | 
          #subjectsList,  | 
        
        
          | 2927 | 
          #authorSearch { | 
          2731 | 
          #authorSearch { | 
        
        
          | 2928 | 
              label { | 
          2732 | 
              label { |