Bug 12837 - barcode entry box out of alignment
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 63bd81c..382701b 100644 (file)
@@ -1,4 +1,4 @@
-@import url("../lib/yui/reset-fonts-grids.css");
+@import url("../lib/yui/reset-fonts-grids.css") screen;
 @import url("../lib/yui/skin.css");
 
 input:focus, textarea:focus {
@@ -48,7 +48,7 @@ a.popup {
 
 body {
        text-align : left;
-       padding:0 0 2.5em 0;
+    padding:0 0 4em 0;
   font-family: arial, verdana, helvetica, sans-serif;
 }
 
@@ -126,6 +126,10 @@ em strong {
     font-style : italic;
 }
 
+.subfield-label span.subfield-code {
+    font-weight : bold;
+}
+
 #navmenulist li {
        padding : .2em 0;
        list-style-image : url("../../img/arrow-bullet.gif");
@@ -143,6 +147,7 @@ em strong {
 #login_controls         {
        position : absolute;
        right : .5em;
+    padding: .4em .5em;
 }
 
 ul {
@@ -165,15 +170,6 @@ ol li {
        list-style : decimal;
 }
 
-#header {
-    background-color : #e6f0f2;
-    line-height : 2em;
-}
-
-#header a.toplinks {
-    font-weight: bold;
-}
-
 .gradient {
     background-image: linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
     background-image: -o-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
@@ -262,19 +258,23 @@ table+table {
        border : 0;
 }
 
+.highlighted-row { background-color: orange !important }
 
-tr.highlight td, tr.highlight th, tr.odd td {
+tr.highlight td,
+tr.highlight th,
+tr.odd td,
+tr.odd.highlight td {
        background-color : #F3F3F3;
-       border : 1px solid #DDDDDD;
-       border-right : 1px solid #DDDDDD;
+    border : 1px solid #BCBCBC;
+    border-right : 1px solid #BCBCBC;
 }
 
 tr.even td, tr.even.highlight td {
        background-color: #FFF;
-       border-right : 1px solid #DDDDDD;
+    border-right : 1px solid #BCBCBC;
 }
 
-td.od {
+.overdue td.od {
        color : #cc0000;
        font-weight : bold;
 }
@@ -327,7 +327,6 @@ legend {
     border:2px solid #b9d8d9;
     background-color:#ffffff;
     border-radius:3px;
-    text-align:right;
     padding: 0.2em 0.5em;
 }
 
@@ -402,17 +401,11 @@ dd {
 
 div#toolbar {
        background-color : #EDF4F6;
-       margin-bottom : .7em;
      padding: 5px 5px 5px 5px;
       border-radius: 5px 5px 0 0;
     border: 1px solid #E6F0F2;
 }
 
-div#toolbar .yui-menu-button button,
-div#toolbar .yui-button-button button {
-       line-height : 1.7em;
-}
-
 ul.toolbar {
        padding-left : 0;
 }
@@ -425,6 +418,9 @@ ul.toolbar button {
 a.yuimenuitemlabel-disabled, #disabled a {
        color: #999;
 }
+a.yuimenuitemlabel-disabled, #disabled2 a {
+ color: #999;
+}
 a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
        color : #999;
 }
@@ -453,6 +449,10 @@ div.patroninfo h5 {
        padding-bottom : .5em;
 }
 
+div.patroninfo h5:empty {
+    border-right: none;
+}
+
 div.patroninfo ul {
        border : 0;
     border-right:1px solid #b9d8d9;
@@ -554,6 +554,12 @@ padding: 0;
 width: 100%; 
 }
 
+fieldset.rows.unselected {
+    background-color: white;
+    border-width : 0px;
+    border: 0;
+}
+
 fieldset.rows legend {  
        margin-left: 1em;
        font-weight: bold;
@@ -661,6 +667,12 @@ fieldset.rows label.yesno {
        width : auto;
 }
 
+fieldset.rows label.error {
+       float: none;
+       margin-left: 1em;
+       width: auto;
+}
+
 fieldset.action, div.action {
     background-color: transparent;
        clear : both;
@@ -750,7 +762,7 @@ fieldset.rows .inputnote {
     visibility:visible; /* you propably don't need to change this one */
     display:block;
 }
-#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
+#new_course a, #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
        padding-left : 34px;
        background-image: url("../../img/toolbar-new.gif");
        background-position : center left;
@@ -968,6 +980,7 @@ tr.highlight th[scope=row] {
 
 .date-select input {
     padding : 1px;
+    vertical-align: middle;
 }
 
 tr.expired td {
@@ -1112,6 +1125,8 @@ div.alert {
        background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
          text-align : center;
        border: 1px solid #E0C726;
+    color : inherit;
+    text-shadow : none;
 }
 
 div.alert strong {
@@ -1157,7 +1172,7 @@ div.message {
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
-       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
        border : 1px solid #bcbcbc;
        text-align: center;
@@ -1199,7 +1214,8 @@ div.note {
        text-decoration : underline;
  }
  
-.required {
+label.required,
+span.required {
     color : #C00;
 }
 
@@ -1252,7 +1268,6 @@ div#menu li a {
     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
-        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
@@ -1266,15 +1281,12 @@ div#menu li a {
 }
 
 div#menu li a:hover {
-
-
      background: #fff; /* Old browsers */
    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
-        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
     border-left: 1px solid #85CA11;
     border-top: 1px solid #85CA11;
@@ -1344,6 +1356,7 @@ h1#logo a {
 
 .barcode {
        font-size :  200%;
+        vertical-align: middle;
 }
 
 li.email a {
@@ -1395,6 +1408,10 @@ li.email {
        margin : auto;
 }
 
+.thumbnails > li {
+    list-style-type: none;
+}
+
 #searchresults ul li {
        font-size : 90%;
        list-style : url(../../img/item-bullet.gif);
@@ -1430,14 +1447,13 @@ li.email {
      background-color : #E6F0F2;
        font-size : 80%;
        margin : 0 0 .5em -1px;
padding : .1em 0 .4em 1em;
   padding : .4em 0 .4em 1em;
      border-radius : 5px 5px 0 0;
    border : 1px solid #B9D8D9;
 }
 
-/* Hack just for Firefox */
-html>/**/body #searchheader button, x:-moz-any-link, x:default {
-       padding-bottom : 3px;
+#searchheader .btn-group > .btn:first-child {
+    margin-left : .7em;
 }
 
 #searchheader form {
@@ -1499,6 +1515,10 @@ html>/**/body #searchheader button, x:-moz-any-link, x:default {
        text-indent : 1em;
 }
 
+.facet-count {
+    display: inline-block;
+}
+
 div.pages {
        margin : .5em 0;
 }
@@ -1554,11 +1574,11 @@ div#header_search input.submit {
        padding : .1em;
 }
 
-input[type=submit]:active, input[type=button]:active, button.submit:active {
+input[type=submit]:active, input[type=button]:active, button.submit:active, a.submit:active {
        border : 1px inset #999999;
 }
 
-input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
+input[type=submit], input[type=reset], input[type=button], input.submit, button.submit, a.submit {
        border: 1px outset #999999;
        border-top-color: #666;
        border-left-color: #666;
@@ -1579,16 +1599,21 @@ input[type=submit]:disabled,
 input[type=reset]:disabled,
 input[type=button]:disabled,
 input.submit:disabled,
-button.submit:disabled {
+button.submit:disabled,
+a.submit:disabled {
     color : #999;
     border : 1px solid #C0C0C0;
     background : #EEE none;
 }
 
-input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
+input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
        border : 1px inset #999999;
 }
 
+a.submit {
+    display: inline-block;
+}
+
 ul li input.submit {
        font-size : 87%;
        padding : 2px;
@@ -1619,126 +1644,16 @@ a.yuimenuitemlabel:hover {
        vertical-align : top;
 }
 
-#toplevelnav {
-       float : left;
-       margin-left : .5em;
-     width: 40%;
-}
-
 ul#toplevelmenu {
-       padding : 0;
+    padding : 0;
 }
 
-ul#toplevelmenu li {
-       display: inline;
-       padding : 0 .6em;
-}
-               
-ul#toplevelmenu li.more a {
-       background-image:url(../../img/more-arrow.gif);
-       background-position:right center;
-       background-repeat:no-repeat;
-       padding-right:13px;
-}
-               
-ul#toplevelmenu li.more ul li a {
-       background-image : none;
-       padding-right : 20px;
+table > caption span.actions {
+    font-size: 66%;
+    font-weight : normal;
+    margin : 0 .5em 0 0;
 }
 
-ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
-       padding: .2em 20px .2em 20px;
-}
-               
-ul#toplevelmenu li a {
-       text-decoration : none;
-}
-ul#toplevelmenu li ul li {
-       display :block;
-       padding :0;
-}
-ul#toplevelmenu li ul li a {
-       text-decoration : none;
-}
-
-ul#i18nMenu {
-       margin : 0;
-       padding : .2em 0;
- }
-ul#i18nMenu li {
-       border-left : 1px solid #CCC;
-       display : inline;
-       float: left;
-       list-style : none;
-       padding : 0 10px;
-}
-
-ul#i18nMenu li.yuimenuitem {
-       float: none;
-}
-
-ul#i18nMenu li:first-child {
-       border-left : 0;
- }
-ul#i18nMenu li ul li {
-       border : 0;
-       display : block;
-       padding : 0;
- }
-ul#i18nMenu li.more a {
-       background-image:url(../../img/more-up-arrow.gif);
-       background-position:right center;
-       background-repeat:no-repeat;
-       padding-right:13px;
-}
-               
-ul#i18nMenu li.more ul li a {
-       background-image : none;
-       padding-right : 20px;
-}
-
-div.lang {
-        float:left;
-}
- div#changelanguage{
-       background-color: #fff;
-       border-top: 1px solid #CCC;
-  position:absolute;
-  bottom:0;
-  left:0;
-  width:100%;
-  height: 2em;
- }
- @media screen{
-  body>div#changelanguage {
-   position: fixed;
-  }
- }
- * html body{
-  overflow:hidden;
- } 
- * html div#doc1{
-  height:100%;
-  overflow:auto;
- }
-  
- * html div#doc2{
-  height:100%;
-  overflow:auto;
- }
-  
- * html div#doc3{
-  height:100%;
-  overflow:auto;
- }
-
 #CheckAll, #CheckNone, #CheckPending {
        font-weight : normal;
        margin : 0 .5em 0 0;
@@ -1752,20 +1667,6 @@ div.lang {
        color : #999;
        font-style : italic;
 }
-/* Tablesorter */
-.header {
-       background-image:url("../../img/ascdesc.gif");
-       background-position:right center;
-       background-repeat:no-repeat;
-       cursor:pointer;
-       padding : .2em 23px;
-}
-.headerSortUp {
-       background-image:url("../../img/asc.gif");
-}
-.headerSortDown {
-       background-image:url("../../img/desc.gif");
-}
 
 tr.reserved td {
        background-color : #eeffd4;
@@ -1797,22 +1698,6 @@ span.permissiondesc {
        padding : .5em;
 }
 
-/* borrower autocomplete */
-#borrowerautocomplete { width: 500px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
-.autocomplete .yui-ac-highlight ,
-.autocomplete .yui-ac-highlight .sample-result,
-.autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
-.autocomplete .sample-result { color: black; }
-.autocomplete .sample-query { color:#000; }
-#findborrower { position:static; width:auto; }
-#yborrowercontainer { text-align:left;width:335px; }
-
-/* patron attribues autocomplete for overdues report (pattrodue) */
-.pattrodue-autocomplete .pattrodue-result { color: black; }
-.pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
-.pattrodue-input { position:static; width:auto; }
-.pattrodue-container { text-align:left; width:400px; }
-
 .labeledmarc-table {
        border: 0;
 }
@@ -1847,7 +1732,7 @@ span.permissiondesc {
        z-index : 50;
 }
 #cartmenulink {
-        background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
+        background: transparent url("../../img/cart-small.gif") left center no-repeat;
         padding-left : 15px;
 }
 #cartmenulink span#basketcount span {
@@ -1873,10 +1758,6 @@ span.permissiondesc {
   font-weight: normal;
 }
 
-img.spinner {
-    vertical-align: middle;
-    padding-right: 0.3em;
-}
 ul.budget_hierarchy {
     margin-left: 0px;
     padding-left: 0px;
@@ -1893,6 +1774,9 @@ ul.budget_hierarchy li:last-child:after {
 ul.budget_hierarchy li:first-child:after {
     content: "";
 }
+.child_fund_amount {
+    font-style: italic;
+}
 .holdcount { font-size : 105%; line-height : 200%; }
 .holdcount a {
        border : 1px solid #a4bedd;
@@ -1924,15 +1808,13 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     z-index: 1;
     width: 300px;
 }
-.import_export_options li{
-    display: block;
-    list-style: none;
-    padding-top: 10px;
+.import_export_options fieldset.rows li label {
+    width : 16em;
 }
-.import_export_options .import_export_close {
-    cursor: pointer;
-    text-decoration: underline;
+.form_import fieldset.rows li label {
+    width : auto;
 }
+
 .import_export_options .export_ok {
     padding: 10;
     background: #E3E3E3 none;
@@ -1940,7 +1822,7 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     margin-left: 20px;
     border: none;
 }
-.import_export_options .import_ok {
+.import_export_options {
     padding: 10;
     background: #E3E3E3 none;
     cursor: pointer;
@@ -1954,9 +1836,6 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     padding: inherit;
     background: none;
 }
-.li_close_import_export {
-    text-align: right;
-}
 
 .importing {
     position: relative;
@@ -1967,6 +1846,12 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
     padding-bottom: 10px;
 }
 
+.field_hint {
+    color: grey;
+    font-style: italic;
+    padding-left: 1em;
+}
+
 .m880 {
     display:block; 
     text-align:right; 
@@ -2042,6 +1927,19 @@ a.localimage img {
        margin : 0 .5em;
        padding : .3em;
 }
+
+.no-image {
+    background-color : #FFF;
+    border: 1px solid #AAA;
+    color : #979797;
+    display:block;
+    font-size : 86%;
+    font-weight : bold;
+    text-align : center;
+    width : 75px;
+    border-radius : 3px;
+}
+
 div.pager p {
        margin: 0;
 }
@@ -2066,6 +1964,18 @@ div#acqui_order_supplierlist > div.supplier > div.baskets {
     margin-top: 0.5em;
 }
 
+.supplier-contact-details {
+    float: left;
+}
+
+#add-contact {
+    margin: 0 0 8px 8px;
+}
+
+#contact-template {
+    display: none;
+}
+
 /* Override core jQueryUI widgets */
 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
@@ -2098,7 +2008,7 @@ div#acqui_order_supplierlist > div.supplier > div.baskets {
     list-style:none;
 }
 
-.ui-tabs-nav .ui-tabs-selected a,
+.ui-tabs-nav .ui-tabs-active a,
 .ui-tabs-nav a:hover,
 .ui-tabs-nav a:focus,
 .ui-tabs-nav a:active,
@@ -2107,9 +2017,10 @@ div#acqui_order_supplierlist > div.supplier > div.baskets {
     outline: 0 none;
 }
 
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
+.ui-tabs .ui-tabs-nav li.ui-tabs-active {
     background-color : #FFF;
     border : 1px solid #B9D8D9;
+    border-bottom-width: 0;
 }
 
 .ui-widget,
@@ -2139,8 +2050,9 @@ ul.ui-tabs-nav li {
     background: #E6F0F2 none;
     border: 1px solid #B9D8D9;
     margin-right : .4em;
+    top: 1px;
 }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
+.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
     color : #000;
     font-weight : bold;
 }
@@ -2149,7 +2061,7 @@ ul.ui-tabs-nav li {
     background : #EDF4F5 none;
 }
 
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-hover {
+.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
     background : #FFF none;
 }
 
@@ -2196,7 +2108,7 @@ ul.ui-tabs-nav li {
 .statictabs ul li {
     background: none repeat scroll 0 0 #E6F0F2;
     border: 1px solid #B9D8D9;
-    border-bottom: 0 none !important;
+    border-bottom: 0 none;
     border-top-right-radius: 4px;
     border-top-left-radius: 4px;
     float: left;
@@ -2240,6 +2152,7 @@ ul.ui-tabs-nav li {
     cursor: text;
     background: none repeat scroll 0 0 transparent;
     outline: 0 none;
+    top : 1px;
 }
 
 .statictabs .tabs-container {
@@ -2258,18 +2171,20 @@ ul.ui-tabs-nav li {
     margin-left: 1em;
 }
 #header_search ul.ui-tabs-nav li.ui-state-default {
-    border: 0 !important;
-    background : transparent none; top: 0;
+    border: 0;
+    background : transparent none;
+    top: 0;
 }
 #header_search ul.ui-tabs-nav li.ui-state-default a {
     padding : .3em .6em;
 }
-#header_search ul.ui-tabs-nav li.ui-tabs-selected {
+#header_search ul.ui-tabs-nav li.ui-tabs-active {
+    border : 1px solid #85CA11;
+    border-top-width: 0;
+    top: -2px;
     background-color : #FFFFF1;
-    border: 1px solid #85CA11 !important;
-    border-top: 0 !important; top: -1px;
 }
-#header_search ul.ui-tabs-nav li.ui-tabs-selected a {
+#header_search ul.ui-tabs-nav li.ui-tabs-active a {
     text-decoration: none;
 }
 #header_search .ui-corner-top {
@@ -2277,11 +2192,13 @@ ul.ui-tabs-nav li {
 }
 
 .authref {
-    text-indent: 2em;
+    font-style: normal;
+    text-indent: 4em;
 }
 
-.authref .label {
+.seefrom, .seealso {
     font-style: italic;
+    text-indent: 2em;
 }
 
 #authfinderops {
@@ -2401,3 +2318,398 @@ div.authorizedheading {
 .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
 .ui-timepicker-div td { font-size: 90%; }
 .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
+.ui_tpicker_second,
+.ui_tpicker_millisec,
+.ui_tpicker_microsec {
+    display: none;
+}
+
+/* jQuery UI Accordion */
+.ui-accordion-header,
+.ui-widget-content .ui-accordion-header {
+    font-weight: bold; font-size : 110%;
+}
+
+fieldset.rows.ui-accordion-content {
+    border-top-left-radius: 0;
+    border-top-right-radius: 0;
+    margin: 0;
+    padding: 0;
+    width: auto;
+}
+
+fieldset.rows.ui-accordion-content table {
+    margin : 0;
+}
+
+video {
+    width: 480px;
+}
+
+/* Bootstrap overrides */
+.btn {
+    border-color : #ADADAD #ADADAD #949494;
+}
+
+.btn.btn-link {
+    border : 0;
+}
+
+.btn-small .caret {
+    margin-top : .6em;
+}
+
+.icon-hold {
+    background-position:-24px -166px;
+}
+
+.icon-copy {
+    background-position:-3px -166px;
+}
+
+.icon-merge {
+    background-position:-48px -166px;
+}
+
+#toolbar .btn,
+#toolbar .dropdown-menu {
+    font-size: 13px;
+}
+a.btn:link,
+a.btn:visited{
+    color: #333333;
+}
+.dropdown-menu li {
+    list-style: none outside none;
+}
+a.dropdown-toggle {
+    white-space: nowrap;
+}
+[class^="icon-"],[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-koha.png");}
+.icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-white-koha.png");}
+a.disabled {
+    color : #999999;
+}
+
+.navbar {
+    color: #333;
+}
+
+.navbar .nav > li > a {
+    color: #004D99;
+    font-weight: bold;
+    padding : .4em .2em;
+}
+
+.navbar .nav > li {
+    list-style: none outside none;
+    padding : 0 .6em;
+}
+
+.navbar .nav > li > a:focus,
+.navbar .nav > li > a:hover {
+    color: #538200;
+}
+
+.navbar .nav li.dropdown.open > .dropdown-toggle,
+.navbar .nav li.dropdown.active > .dropdown-toggle,
+.navbar .nav li.dropdown.open.active > .dropdown-toggle {
+    background: transparent none;
+}
+
+.navbar-static-top .navbar-inner {
+    background: #E6F0F2 none;
+    border: 0;
+    box-shadow: none;
+    min-height: 0;
+    padding-left: 0;
+}
+.navbar-fixed-bottom .navbar-inner {
+    min-height: 0;
+    padding : .4em 0;
+}
+
+.navbar-fixed-bottom .nav > li > a {
+    font-weight: normal;
+    padding : .05em .3em;
+}
+
+.navbar-fixed-bottom .nav > li {
+    border-right : 1px solid #CCC;
+}
+
+.navbar-fixed-bottom .nav > li:last-child {
+    border-right : 0;
+}
+
+.navbar-fixed-bottom .nav > li.navbar-text {
+    line-height: normal;
+    padding : 0.4em 0.7em;
+}
+.navbar .nav > li {
+    list-style: none outside none;
+    padding : 0 .6em;
+}
+.navbar .nav > li > a {
+    color: #004D99;
+    font-weight: bold;
+    padding : .4em .3em;
+}
+.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
+    background: transparent none;
+}
+
+.navbar .nav > li > a:focus,
+.navbar .nav > li > a:hover {
+    color: #538200;
+}
+
+.navbar .nav li.dropdown.open > .dropdown-toggle,
+.navbar .nav li.dropdown.active > .dropdown-toggle,
+.navbar .nav li.dropdown.open.active > .dropdown-toggle {
+    background: transparent none;
+}
+
+.tooltip.bottom .tooltip-arrow {
+    border-bottom-color: #EEE;
+}
+.tooltip.bottom .tooltip-inner {
+    background-color : #FFF;
+    border: 1px solid rgba(0, 0, 0, 0.2);
+    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+    color: #000;
+    padding : 1em;
+    font-size : 120%;
+}
+.separator { color : #666; padding : 0 .2em; }
+
+.close {
+    position: inherit;
+    top: auto;
+    right : auto;
+    filter : none;
+    float : none;
+    font-size: inherit;
+    font-weight: normal;
+    opacity: inherit;
+    text-shadow: none;
+}
+
+.close:hover {
+    color: #538200;
+    filter: inherit;
+    font-size: inherit;
+    opacity: inherit;
+}
+
+/* Redefine a new style for Bootstrap's class "close" since we use that already */
+/* Use <a class="closebtn" href="#">&times;</a> */
+.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
+.modal-header .closebtn{margin-top:2px;}
+.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
+button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
+
+.btn-group label,
+.btn-group select {
+    font-size: 13px;
+}
+
+.tooltip-inner {
+    white-space:pre-wrap;
+}
+
+/* End Bootstrap overrides */
+
+.waiting {
+    cursor: wait;
+}
+
+fieldset.rows table.mceListBox {
+    margin: 0;
+}
+
+#jobpanel,#jobstatus,#jobfailed { display : none; }
+#jobstatus { margin:.4em; }
+#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('../../img/progress.png') -300px 0px no-repeat; }
+#selections { width : 100%; white-space : normal; }
+#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
+#selections span.selected { background-color : #CCE0FC; }
+#selections input { vertical-align:middle;margin:0 2px; }
+#changepasswordf input[type="text"],
+#changepasswordf input[type="password"] {
+    font-size: 140%;
+    font-family : monospace;
+    padding : .3em;
+}
+
+/* Class to be added to toolbar when it starts being fixed at the top of the screen*/
+
+.floating {
+    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
+    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
+}
+
+div#toolbar.floating,
+#searchheader.floating {
+    border-radius: 0;
+    margin-top: 0;
+}
+
+.inline {
+    display : inline;
+}
+
+.nowrap {
+    white-space: nowrap;
+}
+
+.tag_editor {
+    background: transparent url("../../img/edit-tag.png") top left no-repeat;
+    display : block;
+    float : left;
+    width : 16px;
+    height: 16px;
+    margin : 4px;
+    text-indent: 100%;
+    white-space: nowrap;
+    overflow: hidden;
+}
+
+.browse-controls {
+    margin-left: 1.1em;
+    margin-right: .5em;
+    padding-bottom: 1em;
+    padding-top: 1em;
+}
+
+#browse-return-to-results {
+    border-top-left-radius : 3px;
+    border-top-right-radius : 3px;
+    display: block;
+    text-align: center;
+}
+
+.browse-button {
+    color: #004d99;
+    padding: .4em .6em;
+    display: inline-block;
+}
+
+span.browse-button {
+    background: #fafafa;
+    color: #222;
+}
+
+.browse-button:hover {
+    background: #fafafa;
+}
+
+.browse-label,
+.browse-prev-next {
+    border: 1px solid #b9d8d9;
+}
+
+.browse-label {
+    border-top-left-radius : 5px;
+    border-top-right-radius : 5px;
+    background-color : #e8f0f6;
+}
+
+.browse-prev-next {
+    border-top-width: 0;
+    border-bottom-left-radius: 5px;
+    border-bottom-right-radius: 5px;
+}
+
+#browse-previous {
+    border-right : 1px solid #B9D8D9;
+    border-bottom-left-radius: 5px;
+    padding-right: 1em;
+}
+
+#browse-next {
+    border-top-width : 0;
+    border-bottom-right-radius: 5px;
+    float: right;
+    padding-right: 1em;
+}
+
+.loading-overlay {
+    background-color: #FFF;
+    cursor: wait;
+    height: 100%;
+    left: 0;
+    opacity: .7;
+    position: fixed;
+    top: 0;
+    width: 100%;
+    z-index: 1000;
+}
+.loading-overlay div {
+    background : transparent url(../../img/loading.gif) top left no-repeat;
+    font-size : 175%;
+    font-weight: bold;
+    height: 2em;
+    left: 50%;
+    margin: -1em 0 0 -2.5em;
+    padding-left : 50px;
+    position: absolute;
+    top: 50%;
+    width: 15em;
+}
+
+#merge_invoices {
+    display: none;
+    margin: 1em auto;
+}
+
+#merge {
+    margin: 0.5em 0 0 0;
+}
+
+#merge_table tr.active td {
+    background-color: #FFFFCC;
+}
+
+.renewals {
+    display:block;
+    font-size:0.8em;
+    padding:0.5em;
+}
+
+#transport-types {
+    padding-top: 0.5px;
+}
+
+#i18nMenu .navbar-text .currentlanguage {
+    color : #000;
+    font-weight: bold;
+}
+
+#i18nMenu a.currentlanguage:link,
+#i18nMenu a.currentlanguage:visited {
+    font-weight: bold;
+}
+
+#i18nMenu a,
+#i18nMenu a:link,
+#i18nMenu a:visited {
+    color : #004d99;
+    font-weight: normal;
+}
+
+#i18nMenu a:hover,
+#i18nMenu a:active {
+    color : #538200;
+    font-weight: normal;
+}
+
+#i18nMenu a .sublanguage-selected {
+    color: #000;
+    font-weight: bold;
+}
+
+#i18nMenu .dropdown-menu a:hover,
+#i18nMenu .dropdown-menu a:focus {
+    color : #FFF;
+}