/*! =======================================================
                      VERSION  9.9.0              
========================================================= *//*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{margin-left:-10px}.slider.slider-horizontal .slider-handle.triangle,.slider.slider-horizontal .slider-tick.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px;width:0;height:0;border-bottom-color:#2e6da4;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-handle,.slider.slider-horizontal.slider-rtl .slider-tick{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-high,.slider.slider-vertical .slider-track-low{width:100%;left:0;right:0}.slider.slider-vertical .slider-handle,.slider.slider-vertical .slider-tick{margin-top:-10px}.slider.slider-vertical .slider-handle.triangle,.slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#2e6da4;border-right-color:#2e6da4;margin-left:0;margin-right:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-handle.triangle,.slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .hide{display:none}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:4px}.slider-selection{position:absolute;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0)}.slider-track-high,.slider-track-low{position:absolute;background:0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;top:0;width:20px;height:20px;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.custom,.slider-handle.triangle{background:0 0}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{position:absolute;width:20px;height:20px;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.custom,.slider-tick.triangle{background:0 0}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);opacity:1}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datepicker{top:0;left:0;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker td.day:hover{background:#eee;cursor:pointer}.datepicker td.day.disabled{color:#eee}.datepicker td.new,.datepicker td.old{color:#999}.datepicker td.active,.datepicker td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td.active.active,.datepicker td.active.disabled,.datepicker td.active:active,.datepicker td.active:focus,.datepicker td.active:hover,.datepicker td.active:hover.active,.datepicker td.active:hover.disabled,.datepicker td.active:hover:active,.datepicker td.active:hover:focus,.datepicker td.active:hover:hover,.datepicker td.active:hover[disabled],.datepicker td.active[disabled]{color:#fff;background-color:#04c}.datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker td span:hover{background:#eee}.datepicker td span.active{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active:active,.datepicker td span.active:focus,.datepicker td span.active:hover,.datepicker td span.active[disabled]{color:#fff;background-color:#04c}.datepicker td span.old{color:#999}.datepicker th.switch{width:145px}.datepicker th.next,.datepicker th.prev{font-size:21px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.icon-IDG-logo-lg{background-image:url(sprite.png);background-position:0 -1968px;width:253px;height:274px}.icon-IDG-logo-sm{background-image:url(sprite.png);background-position:-2977px -1596px;width:46px;height:50px}.icon-Kaisen_Matrix_key{background-image:url(sprite.png);background-position:-2184px -1761px;width:398px;height:49px}.icon-answer-tick{background-image:url(sprite.png);background-position:-2929px -1096px;width:64px;height:64px}.icon-arrow{background-image:url(sprite.png);background-position:-2767px -1717px;width:16px;height:16px}.icon-arrow_down{background-image:url(sprite.png);background-position:-3023px -1178px;width:11px;height:11px}.icon-arrow_up{background-image:url(sprite.png);background-position:-3025px -1160px;width:11px;height:11px}.icon-big-quotes-close-black{background-image:url(sprite.png);background-position:-2813px -1968px;width:145px;height:121px}.icon-big-quotes-close-blue{background-image:url(sprite.png);background-position:-401px -2242px;width:145px;height:121px}.icon-big-quotes-close-hsbcadp,.icon-big-quotes-close-hsbcu{background-image:url(sprite.png);background-position:-256px -2242px;width:145px;height:121px}.icon-big-quotes-open-black{background-image:url(sprite.png);background-position:-546px -2242px;width:145px;height:121px}.icon-big-quotes-open-blue{background-image:url(sprite.png);background-position:-2687px -1596px;width:145px;height:121px}.icon-big-quotes-open-hsbcadp,.icon-big-quotes-open-hsbcu{background-image:url(sprite.png);background-position:-2832px -1596px;width:145px;height:121px}.icon-blue-ex-circle{background-image:url(sprite.png);background-position:-253px -1968px;width:256px;height:256px}.icon-blue-tick-circle{background-image:url(sprite.png);background-position:-509px -1968px;width:256px;height:256px}.icon-capability-image-bcypi{background-image:url(sprite.png);background-position:-2187px -746px;width:500px;height:500px}.icon-capability-image-hsbcadp,.icon-capability-image-hsbcu{background-image:url(sprite.png);background-position:0 0;width:2187px;height:1761px}.icon-capability-image{background-image:url(sprite.png);background-position:-2187px -1246px;width:500px;height:500px}.icon-error_icon{background-image:url(sprite.png);background-position:-2993px -1096px;width:44px;height:44px}.icon-error_logo{background-image:url(sprite.png);background-position:-2687px -1096px;width:166px;height:110px}.icon-_blank{background-image:url(sprite.png);background-position:-2719px -1717px;width:16px;height:16px}.icon-_blank_grey{background-image:url(sprite.png);background-position:-2735px -1717px;width:16px;height:16px}.icon-_page{background-image:url(sprite.png);background-position:-2751px -1717px;width:16px;height:16px}.icon-aac{background-image:url(sprite.png);background-position:-3009px -1140px;width:16px;height:16px}.icon-aiff{background-image:url(sprite.png);background-position:-2945px -1160px;width:16px;height:16px}.icon-avi{background-image:url(sprite.png);background-position:-2961px -1160px;width:16px;height:16px}.icon-bmp{background-image:url(sprite.png);background-position:-2977px -1160px;width:16px;height:16px}.icon-c{background-image:url(sprite.png);background-position:-2993px -1160px;width:16px;height:16px}.icon-cpp{background-image:url(sprite.png);background-position:-3009px -1160px;width:16px;height:16px}.icon-css{background-image:url(sprite.png);background-position:-2959px -1178px;width:16px;height:16px}.icon-dat{background-image:url(sprite.png);background-position:-2975px -1178px;width:16px;height:16px}.icon-dmg{background-image:url(sprite.png);background-position:-2991px -1178px;width:16px;height:16px}.icon-doc{background-image:url(sprite.png);background-position:-3007px -1178px;width:16px;height:16px}.icon-docx{background-image:url(sprite.png);background-position:-2719px -1206px;width:16px;height:16px}.icon-dotx{background-image:url(sprite.png);background-position:-2735px -1206px;width:16px;height:16px}.icon-dwg{background-image:url(sprite.png);background-position:-2751px -1206px;width:16px;height:16px}.icon-dxf{background-image:url(sprite.png);background-position:-2767px -1206px;width:16px;height:16px}.icon-eps{background-image:url(sprite.png);background-position:-2783px -1206px;width:16px;height:16px}.icon-exe{background-image:url(sprite.png);background-position:-2799px -1206px;width:16px;height:16px}.icon-flv{background-image:url(sprite.png);background-position:-2815px -1206px;width:16px;height:16px}.icon-gif{background-image:url(sprite.png);background-position:-2831px -1206px;width:16px;height:16px}.icon-gz{background-image:url(sprite.png);background-position:-2847px -1206px;width:16px;height:16px}.icon-h{background-image:url(sprite.png);background-position:-2863px -1206px;width:16px;height:16px}.icon-hpp{background-image:url(sprite.png);background-position:-2879px -1206px;width:16px;height:16px}.icon-html{background-image:url(sprite.png);background-position:-2895px -1206px;width:16px;height:16px}.icon-ics{background-image:url(sprite.png);background-position:-2911px -1206px;width:16px;height:16px}.icon-iso{background-image:url(sprite.png);background-position:-2927px -1206px;width:16px;height:16px}.icon-java{background-image:url(sprite.png);background-position:-2943px -1206px;width:16px;height:16px}.icon-jpeg{background-image:url(sprite.png);background-position:-2959px -1206px;width:16px;height:16px}.icon-jpg{background-image:url(sprite.png);background-position:-2975px -1206px;width:16px;height:16px}.icon-key{background-image:url(sprite.png);background-position:-2991px -1206px;width:16px;height:16px}.icon-mid{background-image:url(sprite.png);background-position:-3007px -1206px;width:16px;height:16px}.icon-mp3{background-image:url(sprite.png);background-position:-2719px -1222px;width:16px;height:16px}.icon-mp4{background-image:url(sprite.png);background-position:-2735px -1222px;width:16px;height:16px}.icon-mpg{background-image:url(sprite.png);background-position:-2751px -1222px;width:16px;height:16px}.icon-odf{background-image:url(sprite.png);background-position:-2767px -1222px;width:16px;height:16px}.icon-ods{background-image:url(sprite.png);background-position:-2783px -1222px;width:16px;height:16px}.icon-odt{background-image:url(sprite.png);background-position:-2799px -1222px;width:16px;height:16px}.icon-otp{background-image:url(sprite.png);background-position:-2815px -1222px;width:16px;height:16px}.icon-ots{background-image:url(sprite.png);background-position:-2831px -1222px;width:16px;height:16px}.icon-ott{background-image:url(sprite.png);background-position:-2847px -1222px;width:16px;height:16px}.icon-pdf{background-image:url(sprite.png);background-position:-2863px -1222px;width:16px;height:16px}.icon-php{background-image:url(sprite.png);background-position:-2879px -1222px;width:16px;height:16px}.icon-png{background-image:url(sprite.png);background-position:-2895px -1222px;width:16px;height:16px}.icon-ppt{background-image:url(sprite.png);background-position:-2911px -1222px;width:16px;height:16px}.icon-pptx{background-image:url(sprite.png);background-position:-2927px -1222px;width:16px;height:16px}.icon-psd{background-image:url(sprite.png);background-position:-2943px -1222px;width:16px;height:16px}.icon-qt{background-image:url(sprite.png);background-position:-2975px -1222px;width:16px;height:16px}.icon-rar{background-image:url(sprite.png);background-position:-2991px -1222px;width:16px;height:16px}.icon-rb{background-image:url(sprite.png);background-position:-3007px -1222px;width:16px;height:16px}.icon-rtf{background-image:url(sprite.png);background-position:-2977px -1646px;width:16px;height:16px}.icon-sql{background-image:url(sprite.png);background-position:-2993px -1646px;width:16px;height:16px}.icon-swf{background-image:url(sprite.png);background-position:-3009px -1646px;width:16px;height:16px}.icon-tga{background-image:url(sprite.png);background-position:-2977px -1662px;width:16px;height:16px}.icon-tgz{background-image:url(sprite.png);background-position:-2993px -1662px;width:16px;height:16px}.icon-tif{background-image:url(sprite.png);background-position:-3009px -1662px;width:16px;height:16px}.icon-tiff{background-image:url(sprite.png);background-position:-2977px -1678px;width:16px;height:16px}.icon-txt{background-image:url(sprite.png);background-position:-2993px -1678px;width:16px;height:16px}.icon-wav{background-image:url(sprite.png);background-position:-3009px -1678px;width:16px;height:16px}.icon-xls{background-image:url(sprite.png);background-position:-2977px -1694px;width:16px;height:16px}.icon-xlsx{background-image:url(sprite.png);background-position:-2993px -1694px;width:16px;height:16px}.icon-xml{background-image:url(sprite.png);background-position:-3009px -1694px;width:16px;height:16px}.icon-yml{background-image:url(sprite.png);background-position:-2687px -1717px;width:16px;height:16px}.icon-zip{background-image:url(sprite.png);background-position:-2703px -1717px;width:16px;height:16px}.icon-ad{background-image:url(sprite.png);background-position:-2831px -1717px;width:16px;height:11px}.icon-ae{background-image:url(sprite.png);background-position:-2847px -1717px;width:16px;height:11px}.icon-af{background-image:url(sprite.png);background-position:-2863px -1717px;width:16px;height:11px}.icon-ag{background-image:url(sprite.png);background-position:-2879px -1717px;width:16px;height:11px}.icon-ai{background-image:url(sprite.png);background-position:-2895px -1717px;width:16px;height:11px}.icon-al{background-image:url(sprite.png);background-position:-2911px -1717px;width:16px;height:11px}.icon-am{background-image:url(sprite.png);background-position:-2927px -1717px;width:16px;height:11px}.icon-an{background-image:url(sprite.png);background-position:-2943px -1717px;width:16px;height:11px}.icon-ao{background-image:url(sprite.png);background-position:-2959px -1717px;width:16px;height:11px}.icon-ar{background-image:url(sprite.png);background-position:-2975px -1717px;width:16px;height:11px}.icon-as{background-image:url(sprite.png);background-position:-2991px -1717px;width:16px;height:11px}.icon-at{background-image:url(sprite.png);background-position:-3007px -1717px;width:16px;height:11px}.icon-au{background-image:url(sprite.png);background-position:-2687px -1733px;width:16px;height:11px}.icon-aw{background-image:url(sprite.png);background-position:-2703px -1733px;width:16px;height:11px}.icon-ax{background-image:url(sprite.png);background-position:-2719px -1733px;width:16px;height:11px}.icon-az{background-image:url(sprite.png);background-position:-2735px -1733px;width:16px;height:11px}.icon-ba{background-image:url(sprite.png);background-position:-2751px -1733px;width:16px;height:11px}.icon-bb{background-image:url(sprite.png);background-position:-2767px -1733px;width:16px;height:11px}.icon-bd{background-image:url(sprite.png);background-position:-2783px -1733px;width:16px;height:11px}.icon-be{background-image:url(sprite.png);background-position:-2799px -1733px;width:16px;height:11px}.icon-bf{background-image:url(sprite.png);background-position:-2815px -1733px;width:16px;height:11px}.icon-bg{background-image:url(sprite.png);background-position:-2831px -1733px;width:16px;height:11px}.icon-bh{background-image:url(sprite.png);background-position:-2847px -1733px;width:16px;height:11px}.icon-bi{background-image:url(sprite.png);background-position:-2863px -1733px;width:16px;height:11px}.icon-bj{background-image:url(sprite.png);background-position:-2879px -1733px;width:16px;height:11px}.icon-blank{background-image:url(sprite.png);background-position:-2895px -1733px;width:16px;height:11px}.icon-bm{background-image:url(sprite.png);background-position:-2911px -1733px;width:16px;height:11px}.icon-bn{background-image:url(sprite.png);background-position:-2927px -1733px;width:16px;height:11px}.icon-bo{background-image:url(sprite.png);background-position:-2943px -1733px;width:16px;height:11px}.icon-br{background-image:url(sprite.png);background-position:-2959px -1733px;width:16px;height:11px}.icon-bs{background-image:url(sprite.png);background-position:-2975px -1733px;width:16px;height:11px}.icon-bt{background-image:url(sprite.png);background-position:-2991px -1733px;width:16px;height:11px}.icon-bv{background-image:url(sprite.png);background-position:-3007px -1733px;width:16px;height:11px}.icon-bw{background-image:url(sprite.png);background-position:-2187px -1746px;width:16px;height:11px}.icon-by{background-image:url(sprite.png);background-position:-2203px -1746px;width:16px;height:11px}.icon-bz{background-image:url(sprite.png);background-position:-2219px -1746px;width:16px;height:11px}.icon-ca{background-image:url(sprite.png);background-position:-2235px -1746px;width:16px;height:11px}.icon-catalonia{background-image:url(sprite.png);background-position:-2251px -1746px;width:16px;height:11px}.icon-cc{background-image:url(sprite.png);background-position:-2267px -1746px;width:16px;height:11px}.icon-cd{background-image:url(sprite.png);background-position:-2283px -1746px;width:16px;height:11px}.icon-cf{background-image:url(sprite.png);background-position:-2299px -1746px;width:16px;height:11px}.icon-cg{background-image:url(sprite.png);background-position:-2315px -1746px;width:16px;height:11px}.icon-ch{background-image:url(sprite.png);background-position:-3025px -1140px;width:11px;height:11px}.icon-ci{background-image:url(sprite.png);background-position:-2347px -1746px;width:16px;height:11px}.icon-ck{background-image:url(sprite.png);background-position:-2363px -1746px;width:16px;height:11px}.icon-cl{background-image:url(sprite.png);background-position:-2379px -1746px;width:16px;height:11px}.icon-cm{background-image:url(sprite.png);background-position:-2395px -1746px;width:16px;height:11px}.icon-cn{background-image:url(sprite.png);background-position:-2411px -1746px;width:16px;height:11px}.icon-co{background-image:url(sprite.png);background-position:-2427px -1746px;width:16px;height:11px}.icon-cr{background-image:url(sprite.png);background-position:-2443px -1746px;width:16px;height:11px}.icon-cs{background-image:url(sprite.png);background-position:-2459px -1746px;width:16px;height:11px}.icon-cu{background-image:url(sprite.png);background-position:-2475px -1746px;width:16px;height:11px}.icon-cv{background-image:url(sprite.png);background-position:-2491px -1746px;width:16px;height:11px}.icon-cx{background-image:url(sprite.png);background-position:-2507px -1746px;width:16px;height:11px}.icon-cy{background-image:url(sprite.png);background-position:-2523px -1746px;width:16px;height:11px}.icon-cz{background-image:url(sprite.png);background-position:-2539px -1746px;width:16px;height:11px}.icon-de{background-image:url(sprite.png);background-position:-2555px -1746px;width:16px;height:11px}.icon-dj{background-image:url(sprite.png);background-position:-2571px -1746px;width:16px;height:11px}.icon-dk{background-image:url(sprite.png);background-position:-2587px -1746px;width:16px;height:11px}.icon-dm{background-image:url(sprite.png);background-position:-2603px -1746px;width:16px;height:11px}.icon-do{background-image:url(sprite.png);background-position:-2619px -1746px;width:16px;height:11px}.icon-dz{background-image:url(sprite.png);background-position:-2635px -1746px;width:16px;height:11px}.icon-ec{background-image:url(sprite.png);background-position:-2651px -1746px;width:16px;height:11px}.icon-ee{background-image:url(sprite.png);background-position:-2667px -1746px;width:16px;height:11px}.icon-eg{background-image:url(sprite.png);background-position:-2683px -1746px;width:16px;height:11px}.icon-eh{background-image:url(sprite.png);background-position:-2699px -1746px;width:16px;height:11px}.icon-en{background-image:url(sprite.png);background-position:-2715px -1746px;width:16px;height:11px}.icon-england{background-image:url(sprite.png);background-position:-2968px -1810px;width:16px;height:11px}.icon-er{background-image:url(sprite.png);background-position:-2747px -1746px;width:16px;height:11px}.icon-es{background-image:url(sprite.png);background-position:-2763px -1746px;width:16px;height:11px}.icon-et{background-image:url(sprite.png);background-position:-2779px -1746px;width:16px;height:11px}.icon-europeanunion{background-image:url(sprite.png);background-position:-2795px -1746px;width:16px;height:11px}.icon-fam{background-image:url(sprite.png);background-position:-2811px -1746px;width:16px;height:11px}.icon-fi{background-image:url(sprite.png);background-position:-2827px -1746px;width:16px;height:11px}.icon-fj{background-image:url(sprite.png);background-position:-2843px -1746px;width:16px;height:11px}.icon-fk{background-image:url(sprite.png);background-position:-2859px -1746px;width:16px;height:11px}.icon-fm{background-image:url(sprite.png);background-position:-2875px -1746px;width:16px;height:11px}.icon-fo{background-image:url(sprite.png);background-position:-2891px -1746px;width:16px;height:11px}.icon-fr{background-image:url(sprite.png);background-position:-2907px -1746px;width:16px;height:11px}.icon-ga{background-image:url(sprite.png);background-position:-2923px -1746px;width:16px;height:11px}.icon-gb{background-image:url(sprite.png);background-position:-2939px -1746px;width:16px;height:11px}.icon-gd{background-image:url(sprite.png);background-position:-2955px -1746px;width:16px;height:11px}.icon-ge{background-image:url(sprite.png);background-position:-2971px -1746px;width:16px;height:11px}.icon-gf{background-image:url(sprite.png);background-position:-2987px -1746px;width:16px;height:11px}.icon-gh{background-image:url(sprite.png);background-position:-3003px -1746px;width:16px;height:11px}.icon-gi{background-image:url(sprite.png);background-position:-3019px -1746px;width:16px;height:11px}.icon-gl{background-image:url(sprite.png);background-position:-2582px -1761px;width:16px;height:11px}.icon-gm{background-image:url(sprite.png);background-position:-2598px -1761px;width:16px;height:11px}.icon-gn{background-image:url(sprite.png);background-position:-2614px -1761px;width:16px;height:11px}.icon-gp{background-image:url(sprite.png);background-position:-2630px -1761px;width:16px;height:11px}.icon-gq{background-image:url(sprite.png);background-position:-2646px -1761px;width:16px;height:11px}.icon-gr{background-image:url(sprite.png);background-position:-2662px -1761px;width:16px;height:11px}.icon-gs{background-image:url(sprite.png);background-position:-2678px -1761px;width:16px;height:11px}.icon-gt{background-image:url(sprite.png);background-position:-2694px -1761px;width:16px;height:11px}.icon-gu{background-image:url(sprite.png);background-position:-2710px -1761px;width:16px;height:11px}.icon-gw{background-image:url(sprite.png);background-position:-2726px -1761px;width:16px;height:11px}.icon-gy{background-image:url(sprite.png);background-position:-2742px -1761px;width:16px;height:11px}.icon-han{background-image:url(sprite.png);background-position:-2758px -1761px;width:16px;height:11px}.icon-hk{background-image:url(sprite.png);background-position:-2774px -1761px;width:16px;height:11px}.icon-hm{background-image:url(sprite.png);background-position:-2790px -1761px;width:16px;height:11px}.icon-hn{background-image:url(sprite.png);background-position:-2806px -1761px;width:16px;height:11px}.icon-hr{background-image:url(sprite.png);background-position:-2822px -1761px;width:16px;height:11px}.icon-ht{background-image:url(sprite.png);background-position:-2838px -1761px;width:16px;height:11px}.icon-hu{background-image:url(sprite.png);background-position:-2854px -1761px;width:16px;height:11px}.icon-id{background-image:url(sprite.png);background-position:-2870px -1761px;width:16px;height:11px}.icon-ie{background-image:url(sprite.png);background-position:-2886px -1761px;width:16px;height:11px}.icon-il{background-image:url(sprite.png);background-position:-2902px -1761px;width:16px;height:11px}.icon-in{background-image:url(sprite.png);background-position:-2918px -1761px;width:16px;height:11px}.icon-io{background-image:url(sprite.png);background-position:-2934px -1761px;width:16px;height:11px}.icon-iq{background-image:url(sprite.png);background-position:-2950px -1761px;width:16px;height:11px}.icon-ir{background-image:url(sprite.png);background-position:-2966px -1761px;width:16px;height:11px}.icon-is{background-image:url(sprite.png);background-position:-2982px -1761px;width:16px;height:11px}.icon-it{background-image:url(sprite.png);background-position:-2998px -1761px;width:16px;height:11px}.icon-jm{background-image:url(sprite.png);background-position:-3014px -1761px;width:16px;height:11px}.icon-jo{background-image:url(sprite.png);background-position:-2582px -1772px;width:16px;height:11px}.icon-jp{background-image:url(sprite.png);background-position:-2598px -1772px;width:16px;height:11px}.icon-ke{background-image:url(sprite.png);background-position:-2614px -1772px;width:16px;height:11px}.icon-kg{background-image:url(sprite.png);background-position:-2630px -1772px;width:16px;height:11px}.icon-kh{background-image:url(sprite.png);background-position:-2646px -1772px;width:16px;height:11px}.icon-ki{background-image:url(sprite.png);background-position:-2662px -1772px;width:16px;height:11px}.icon-km{background-image:url(sprite.png);background-position:-2678px -1772px;width:16px;height:11px}.icon-kn{background-image:url(sprite.png);background-position:-2694px -1772px;width:16px;height:11px}.icon-kp{background-image:url(sprite.png);background-position:-2710px -1772px;width:16px;height:11px}.icon-kr{background-image:url(sprite.png);background-position:-2726px -1772px;width:16px;height:11px}.icon-kw{background-image:url(sprite.png);background-position:-2742px -1772px;width:16px;height:11px}.icon-ky{background-image:url(sprite.png);background-position:-2758px -1772px;width:16px;height:11px}.icon-kz{background-image:url(sprite.png);background-position:-2774px -1772px;width:16px;height:11px}.icon-la{background-image:url(sprite.png);background-position:-2790px -1772px;width:16px;height:11px}.icon-lb{background-image:url(sprite.png);background-position:-2806px -1772px;width:16px;height:11px}.icon-lc{background-image:url(sprite.png);background-position:-2822px -1772px;width:16px;height:11px}.icon-li{background-image:url(sprite.png);background-position:-2838px -1772px;width:16px;height:11px}.icon-lk{background-image:url(sprite.png);background-position:-2854px -1772px;width:16px;height:11px}.icon-lr{background-image:url(sprite.png);background-position:-2870px -1772px;width:16px;height:11px}.icon-ls{background-image:url(sprite.png);background-position:-2886px -1772px;width:16px;height:11px}.icon-lt{background-image:url(sprite.png);background-position:-2902px -1772px;width:16px;height:11px}.icon-lu{background-image:url(sprite.png);background-position:-2918px -1772px;width:16px;height:11px}.icon-lv{background-image:url(sprite.png);background-position:-2934px -1772px;width:16px;height:11px}.icon-ly{background-image:url(sprite.png);background-position:-2950px -1772px;width:16px;height:11px}.icon-ma{background-image:url(sprite.png);background-position:-2966px -1772px;width:16px;height:11px}.icon-mc{background-image:url(sprite.png);background-position:-2982px -1772px;width:16px;height:11px}.icon-md{background-image:url(sprite.png);background-position:-2998px -1772px;width:16px;height:11px}.icon-me{background-image:url(sprite.png);background-position:-2783px -1717px;width:16px;height:12px}.icon-mg{background-image:url(sprite.png);background-position:-2582px -1783px;width:16px;height:11px}.icon-mh{background-image:url(sprite.png);background-position:-2598px -1783px;width:16px;height:11px}.icon-mk{background-image:url(sprite.png);background-position:-2614px -1783px;width:16px;height:11px}.icon-ml{background-image:url(sprite.png);background-position:-2630px -1783px;width:16px;height:11px}.icon-mm{background-image:url(sprite.png);background-position:-2646px -1783px;width:16px;height:11px}.icon-mn{background-image:url(sprite.png);background-position:-2662px -1783px;width:16px;height:11px}.icon-mo{background-image:url(sprite.png);background-position:-2678px -1783px;width:16px;height:11px}.icon-mp{background-image:url(sprite.png);background-position:-2694px -1783px;width:16px;height:11px}.icon-mq{background-image:url(sprite.png);background-position:-2710px -1783px;width:16px;height:11px}.icon-mr{background-image:url(sprite.png);background-position:-2726px -1783px;width:16px;height:11px}.icon-ms{background-image:url(sprite.png);background-position:-2742px -1783px;width:16px;height:11px}.icon-mt{background-image:url(sprite.png);background-position:-2758px -1783px;width:16px;height:11px}.icon-mu{background-image:url(sprite.png);background-position:-2774px -1783px;width:16px;height:11px}.icon-mv{background-image:url(sprite.png);background-position:-2790px -1783px;width:16px;height:11px}.icon-mw{background-image:url(sprite.png);background-position:-2806px -1783px;width:16px;height:11px}.icon-mx{background-image:url(sprite.png);background-position:-2822px -1783px;width:16px;height:11px}.icon-my{background-image:url(sprite.png);background-position:-2838px -1783px;width:16px;height:11px}.icon-mz{background-image:url(sprite.png);background-position:-2854px -1783px;width:16px;height:11px}.icon-na{background-image:url(sprite.png);background-position:-2870px -1783px;width:16px;height:11px}.icon-nc{background-image:url(sprite.png);background-position:-2886px -1783px;width:16px;height:11px}.icon-ne{background-image:url(sprite.png);background-position:-2902px -1783px;width:16px;height:11px}.icon-nf{background-image:url(sprite.png);background-position:-2918px -1783px;width:16px;height:11px}.icon-ng{background-image:url(sprite.png);background-position:-2934px -1783px;width:16px;height:11px}.icon-ni{background-image:url(sprite.png);background-position:-2950px -1783px;width:16px;height:11px}.icon-nl{background-image:url(sprite.png);background-position:-2966px -1783px;width:16px;height:11px}.icon-no{background-image:url(sprite.png);background-position:-2982px -1783px;width:16px;height:11px}.icon-np{background-image:url(sprite.png);background-position:-3023px -1206px;width:9px;height:11px}.icon-nr{background-image:url(sprite.png);background-position:-3014px -1783px;width:16px;height:11px}.icon-nu{background-image:url(sprite.png);background-position:-2582px -1794px;width:16px;height:11px}.icon-nz{background-image:url(sprite.png);background-position:-2598px -1794px;width:16px;height:11px}.icon-om{background-image:url(sprite.png);background-position:-2614px -1794px;width:16px;height:11px}.icon-pa{background-image:url(sprite.png);background-position:-2630px -1794px;width:16px;height:11px}.icon-pe{background-image:url(sprite.png);background-position:-2646px -1794px;width:16px;height:11px}.icon-pf{background-image:url(sprite.png);background-position:-2662px -1794px;width:16px;height:11px}.icon-pg{background-image:url(sprite.png);background-position:-2678px -1794px;width:16px;height:11px}.icon-ph{background-image:url(sprite.png);background-position:-2694px -1794px;width:16px;height:11px}.icon-pk{background-image:url(sprite.png);background-position:-2710px -1794px;width:16px;height:11px}.icon-pl{background-image:url(sprite.png);background-position:-2726px -1794px;width:16px;height:11px}.icon-pm{background-image:url(sprite.png);background-position:-2742px -1794px;width:16px;height:11px}.icon-pn{background-image:url(sprite.png);background-position:-2758px -1794px;width:16px;height:11px}.icon-pr{background-image:url(sprite.png);background-position:-2774px -1794px;width:16px;height:11px}.icon-ps{background-image:url(sprite.png);background-position:-2790px -1794px;width:16px;height:11px}.icon-pt{background-image:url(sprite.png);background-position:-2806px -1794px;width:16px;height:11px}.icon-pw{background-image:url(sprite.png);background-position:-2822px -1794px;width:16px;height:11px}.icon-py{background-image:url(sprite.png);background-position:-2838px -1794px;width:16px;height:11px}.icon-qa{background-image:url(sprite.png);background-position:-2854px -1794px;width:16px;height:11px}.icon-re{background-image:url(sprite.png);background-position:-2870px -1794px;width:16px;height:11px}.icon-ro{background-image:url(sprite.png);background-position:-2886px -1794px;width:16px;height:11px}.icon-rs{background-image:url(sprite.png);background-position:-2902px -1794px;width:16px;height:11px}.icon-ru{background-image:url(sprite.png);background-position:-2918px -1794px;width:16px;height:11px}.icon-rw{background-image:url(sprite.png);background-position:-2934px -1794px;width:16px;height:11px}.icon-sa{background-image:url(sprite.png);background-position:-2950px -1794px;width:16px;height:11px}.icon-sb{background-image:url(sprite.png);background-position:-2966px -1794px;width:16px;height:11px}.icon-sc{background-image:url(sprite.png);background-position:-2982px -1794px;width:16px;height:11px}.icon-scotland{background-image:url(sprite.png);background-position:-2998px -1794px;width:16px;height:11px}.icon-sd{background-image:url(sprite.png);background-position:-3014px -1794px;width:16px;height:11px}.icon-se{background-image:url(sprite.png);background-position:-2184px -1810px;width:16px;height:11px}.icon-sg{background-image:url(sprite.png);background-position:-2200px -1810px;width:16px;height:11px}.icon-sh{background-image:url(sprite.png);background-position:-2216px -1810px;width:16px;height:11px}.icon-si{background-image:url(sprite.png);background-position:-2232px -1810px;width:16px;height:11px}.icon-sj{background-image:url(sprite.png);background-position:-2248px -1810px;width:16px;height:11px}.icon-sk{background-image:url(sprite.png);background-position:-2264px -1810px;width:16px;height:11px}.icon-sl{background-image:url(sprite.png);background-position:-2280px -1810px;width:16px;height:11px}.icon-sm{background-image:url(sprite.png);background-position:-2296px -1810px;width:16px;height:11px}.icon-sn{background-image:url(sprite.png);background-position:-2312px -1810px;width:16px;height:11px}.icon-so{background-image:url(sprite.png);background-position:-2328px -1810px;width:16px;height:11px}.icon-sr{background-image:url(sprite.png);background-position:-2344px -1810px;width:16px;height:11px}.icon-st{background-image:url(sprite.png);background-position:-2360px -1810px;width:16px;height:11px}.icon-sv{background-image:url(sprite.png);background-position:-2376px -1810px;width:16px;height:11px}.icon-sy{background-image:url(sprite.png);background-position:-2392px -1810px;width:16px;height:11px}.icon-sz{background-image:url(sprite.png);background-position:-2408px -1810px;width:16px;height:11px}.icon-tc{background-image:url(sprite.png);background-position:-2424px -1810px;width:16px;height:11px}.icon-td{background-image:url(sprite.png);background-position:-2440px -1810px;width:16px;height:11px}.icon-tf{background-image:url(sprite.png);background-position:-2456px -1810px;width:16px;height:11px}.icon-tg{background-image:url(sprite.png);background-position:-2472px -1810px;width:16px;height:11px}.icon-th{background-image:url(sprite.png);background-position:-2488px -1810px;width:16px;height:11px}.icon-tj{background-image:url(sprite.png);background-position:-2504px -1810px;width:16px;height:11px}.icon-tk{background-image:url(sprite.png);background-position:-2520px -1810px;width:16px;height:11px}.icon-tl{background-image:url(sprite.png);background-position:-2536px -1810px;width:16px;height:11px}.icon-tm{background-image:url(sprite.png);background-position:-2552px -1810px;width:16px;height:11px}.icon-tn{background-image:url(sprite.png);background-position:-2568px -1810px;width:16px;height:11px}.icon-to{background-image:url(sprite.png);background-position:-2584px -1810px;width:16px;height:11px}.icon-tr{background-image:url(sprite.png);background-position:-2600px -1810px;width:16px;height:11px}.icon-tt{background-image:url(sprite.png);background-position:-2616px -1810px;width:16px;height:11px}.icon-tur{background-image:url(sprite.png);background-position:-2632px -1810px;width:16px;height:11px}.icon-tv{background-image:url(sprite.png);background-position:-2648px -1810px;width:16px;height:11px}.icon-tw{background-image:url(sprite.png);background-position:-2664px -1810px;width:16px;height:11px}.icon-tz{background-image:url(sprite.png);background-position:-2680px -1810px;width:16px;height:11px}.icon-ua{background-image:url(sprite.png);background-position:-2696px -1810px;width:16px;height:11px}.icon-ug{background-image:url(sprite.png);background-position:-2712px -1810px;width:16px;height:11px}.icon-uk{background-image:url(sprite.png);background-position:-2728px -1810px;width:16px;height:11px}.icon-um{background-image:url(sprite.png);background-position:-2744px -1810px;width:16px;height:11px}.icon-us{background-image:url(sprite.png);background-position:-2760px -1810px;width:16px;height:11px}.icon-uy{background-image:url(sprite.png);background-position:-2776px -1810px;width:16px;height:11px}.icon-uz{background-image:url(sprite.png);background-position:-2792px -1810px;width:16px;height:11px}.icon-va{background-image:url(sprite.png);background-position:-2808px -1810px;width:16px;height:11px}.icon-vc{background-image:url(sprite.png);background-position:-2824px -1810px;width:16px;height:11px}.icon-ve{background-image:url(sprite.png);background-position:-2840px -1810px;width:16px;height:11px}.icon-vg{background-image:url(sprite.png);background-position:-2856px -1810px;width:16px;height:11px}.icon-vi{background-image:url(sprite.png);background-position:-2872px -1810px;width:16px;height:11px}.icon-vn{background-image:url(sprite.png);background-position:-2888px -1810px;width:16px;height:11px}.icon-vu{background-image:url(sprite.png);background-position:-2904px -1810px;width:16px;height:11px}.icon-wales{background-image:url(sprite.png);background-position:-2920px -1810px;width:16px;height:11px}.icon-wf{background-image:url(sprite.png);background-position:-2936px -1810px;width:16px;height:11px}.icon-wo{background-image:url(sprite.png);background-position:-2952px -1810px;width:16px;height:11px}.icon-ws{background-image:url(sprite.png);background-position:-2998px -1783px;width:16px;height:11px}.icon-ye{background-image:url(sprite.png);background-position:-2331px -1746px;width:16px;height:11px}.icon-yt{background-image:url(sprite.png);background-position:-3014px -1772px;width:16px;height:11px}.icon-za{background-image:url(sprite.png);background-position:-2731px -1746px;width:16px;height:11px}.icon-zm{background-image:url(sprite.png);background-position:-2815px -1717px;width:16px;height:11px}.icon-zw{background-image:url(sprite.png);background-position:-2799px -1717px;width:16px;height:11px}.icon-green-tick-circle-shadow{background-image:url(sprite.png);background-position:-1277px -1968px;width:256px;height:256px}.icon-green-tick-circle{background-image:url(sprite.png);background-position:-765px -1968px;width:256px;height:256px}.icon-logo{background-image:url(sprite.png);background-position:-2853px -1096px;width:76px;height:82px}.icon-observation-hsbcadp,.icon-observation-hsbcu{background-image:url(sprite.png);background-position:-2687px -1246px;width:350px;height:350px}.icon-observation{background-image:url(sprite.png);background-position:-2687px -746px;width:350px;height:350px}.icon-pdf-header-icon-hsbcadp,.icon-pdf-header-icon-hsbcu{background-image:url(sprite.png);background-position:-691px -2242px;width:118px;height:121px}.icon-pdficon_large{background-image:url(sprite.png);background-position:-2687px -1206px;width:32px;height:32px}.icon-pdficon_small{background-image:url(sprite.png);background-position:-2993px -1140px;width:16px;height:16px}.icon-red-ex-circle-shadow{background-image:url(sprite.png);background-position:-1021px -1968px;width:256px;height:256px}.icon-red-ex-circle{background-image:url(sprite.png);background-position:-1533px -1968px;width:256px;height:256px}.icon-responses-bar-graph-example-hsbcadp,.icon-responses-bar-graph-example-hsbcu{background-image:url(sprite.png);background-position:-1435px -1761px;width:385px;height:160px}.icon-responses-bar-graph-example.old{background-image:url(sprite.png);background-position:-1820px -1761px;width:364px;height:154px}.icon-responses-bar-graph-example{background-image:url(sprite.png);background-position:-1071px -1761px;width:364px;height:179px}.icon-score-difference-graph-example-hsbcadp,.icon-score-difference-graph-example-hsbcu{background-image:url(sprite.png);background-position:0 -1761px;width:539px;height:207px}.icon-score-difference-graph-example{background-image:url(sprite.png);background-position:-539px -1761px;width:532px;height:179px}.icon-sig-email{background-image:url(sprite.png);background-position:-2938px -1178px;width:21px;height:21px}.icon-sig-phone{background-image:url(sprite.png);background-position:-2875px -1178px;width:21px;height:21px}.icon-sig-pin{background-image:url(sprite.png);background-position:-2917px -1178px;width:21px;height:21px}.icon-sig-web{background-image:url(sprite.png);background-position:-2896px -1178px;width:21px;height:21px}.icon-ui-bg_glass_55_fbf9ee_1x400{background-image:url(sprite.png);background-position:-4px -2482px;width:1px;height:400px}.icon-ui-bg_glass_65_ffffff_1x400{background-image:url(sprite.png);background-position:-3px -2482px;width:1px;height:400px}.icon-ui-bg_glass_75_dadada_1x400{background-image:url(sprite.png);background-position:-2px -2482px;width:1px;height:400px}.icon-ui-bg_glass_75_e6e6e6_1x400{background-image:url(sprite.png);background-position:-1px -2482px;width:1px;height:400px}.icon-ui-bg_glass_95_fef1ec_1x400{background-image:url(sprite.png);background-position:0 -2482px;width:1px;height:400px}.icon-ui-bg_highlight-soft_75_cccccc_1x100{background-image:url(sprite.png);background-position:-2958px -1968px;width:1px;height:100px}.icon-ui-icons_222222_256x240{background-image:url(sprite.png);background-position:-2045px -1968px;width:256px;height:240px}.icon-ui-icons_2e83ff_256x240{background-image:url(sprite.png);background-position:-1789px -1968px;width:256px;height:240px}.icon-ui-icons_454545_256x240{background-image:url(sprite.png);background-position:0 -2242px;width:256px;height:240px}.icon-ui-icons_888888_256x240{background-image:url(sprite.png);background-position:-2557px -1968px;width:256px;height:240px}.icon-ui-icons_cd0a0a_256x240{background-image:url(sprite.png);background-position:-2301px -1968px;width:256px;height:240px}.icon-warning{background-image:url(sprite.png);background-position:-2187px 0;width:850px;height:746px}.icon-white-radio-button{background-image:url(sprite.png);background-position:-2853px -1178px;width:22px;height:21px}html{position:relative;min-height:100%}body{background-color:#e8f5fc;-webkit-print-color-adjust:exact;margin-bottom:60px}body.dashboardbody{margin-bottom:100px}body.bodyHasFooter{margin-bottom:60px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:light}.h3,h3{color:#005a8c;font-size:20px}.h4,h4{font-size:15px;color:#005a8c}.h5,.h6,h5,h6{color:#F9A022}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#005a8c;font-style:normal;font-weight:light}p{:font-size210px;color:#404040}div.header{background-color:#005a8c;margin:0;padding:5px}div.header .h1 small,div.header .h2 small,div.header h1 small,div.header h2 small{color:#fff}.h2,h2{margin-top:20px;border-top:4px solid #47c4ed;padding-top:20px;font-size:36px;color:#005a8c}div.header .h2,div.header h2{color:#fff;margin:20px;padding:0}.well{background-color:#fff;background-image:none;background-repeat:none;filter:none}.text-justify{text-align:justify}.hidden{display:none}.red{color:red}.inline{display:inline}.noselect,.slider-tick-label,.tooltip,.tooltip *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.align-xs-left{text-align:left}.align-xs-right{text-align:right}.align-xs-justify{text-align:justify}.align-xs-center{text-align:center}@media (min-width:768px){.align-sm-left{text-align:left}.align-sm-right{text-align:right}.align-sm-justify{text-align:justify}.align-sm-center{text-align:center}}@media (min-width:992px){.align-md-left{text-align:left}.align-md-right{text-align:right}.align-md-justify{text-align:justify}.align-md-center{text-align:center}}@media (min-width:1200px){.align-lg-left{text-align:left}.align-lg-right{text-align:right}.align-lg-justify{text-align:justify}.align-lg-center{text-align:center}}div.question .h3,div.question h3{margin-top:0}.btn-block.margin-top-10{margin-top:10px}.margin-top-20{margin-top:20px}textarea.form-control{background-color:#fff;background-image:none;background-repeat:none}.btn-primary{background-color:#005a8c;background-image:none;background-repeat:none;color:#fff}.btn.btn-default{background-image:none;background-color:#fff;color:#333}div.header>h1{color:#fff;padding:0 0 0 19px}.error{color:red}.instructions.well{margin-top:20px}.clear{clear:both}.margin-left-20{margin-left:20px}.pie-legend li{display:block;position:relative;margin-bottom:4px;border-radius:5px;padding:2px 8px 2px 28px;font-size:14px;cursor:default;-webkit-transition:background-color 200ms ease-in-out;-moz-transition:background-color 200ms ease-in-out;-o-transition:background-color 200ms ease-in-out;transition:background-color 200ms ease-in-out}.pie-legend li:hover{background-color:#fafafa}.pie-legend li span{display:block;position:absolute;left:0;top:0;width:20px;height:100%;border-radius:5px}.height-200{height:200px}.height-100{height:100px}.barchart_capability{height:400px;position:relative;top:50%;transform:translateY(-50%)}.barchart_question{height:200px}.barchart_question_small{height:130px}.barchart_capability_p{width:450px;height:400px;position:relative;top:50%;transform:translateY(-50%)}.barchart_question_p,.barchart_question_pc{height:120px;width:450px}.barchart_question_ph{height:120px;width:150px}.barchart_question_small_p{height:100px;width:450px}.barchart_question_small_pc{height:90px;width:650px}.barchart_question_p180{height:100px;width:650px}.barchart_question_small_p180{height:90px;width:650px}.margin-top-15{margin-top:15px}.header h1,div.header h2.header,h1.header{color:#fff;border:none;margin:10px;padding:0}.margin-bottom-20,div.header.margin-bottom-20{margin-bottom:20px}.margin-top-40{margin-top:40px}.margin-bottom-5{margin-bottom:5px}.row-container{display:flex;flex-direction:row;justify-content:space-between;padding:0 20px}.row-container .row-chevron{display:flex;flex-direction:column;justify-content:center}.row-container .row-title{padding:0 20px;display:flex;flex-direction:column;justify-content:center;width:20%}.row-container .row-graph{flex-grow:1;min-width:70%;width:70%}.capability-title{font-size:20px}.panel{page-break-inside:avoid;page-break-after:always}.never-page-break{page-break-inside:avoid}.page-break-before{page-break-before:always}.respondent-groups-table{margin:15px 0}.respondent-groups-table .cell-top{background-color:#F0EFF0;border-top:2px solid #F0EFF0;border-bottom:2px solid #F0EFF0;color:#005A8C;font-weight:700}.respondent-groups-table .cell{padding:5px;margin:0 10px;border-left:2px solid #F0EFF0}.respondent-groups-table .cell-bottom{border-bottom:2px solid #F0EFF0}.respondent-groups-table .cell-right{border-right:2px solid #F0EFF0}.header.SiteBodyBackground{background-color:###localvars.qryClient.HexColourCode_SiteBanner#}.header .client-name,.header .role{color:###localvars.qryClient.HexColourCode_SiteBanner#}.footerCopyright{text-align:center}canvas{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:-o-crisp-edges;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.width-75{width:75px}.padding-left-7{padding-left:7px}.margin-right-15{margin-right:30px}.footer{position:absolute;width:100%;bottom:0;background:0 0}body>.container{margin-bottom:125px;}.h4.disagreed,h4.disagreed{font-family:Segoe UI,calibri;font-size:15px;color:red}.h4.disagreed small,h4.disagreed small{margin-left:20px;color:red}.question.disagreed{border:1px solid red;padding:10px;border-radius:5px}.btn.btn-default.active{color:#333;background-color:#ccc;border-color:#8c8c8c}.btn-multiple-select .btn.btn-default.active{background-color:#c3deff}.highlight_requirement{color:red}.accordion-toggle:hover{text-decoration:none}.dashboard-action .action-header{display:none}.dashboard-action .row:nth-of-type(1) .action-header{display:block}.capabilities option:disabled{color:#dadada!important}.tooltip-inner{max-width:350px;width:auto;min-width:auto}.bootstrap-slider.form-group{padding:0 10px}.bootstrap-slider.form-group .slider.slider-horizontal{width:100%}@media (min-width:768px){.cookies{min-height:253px}.disclaimer{min-height:265px}.password-requirements{min-height:354px}.dashboard-action{height:275px;overflow-x:hidden;overflow-y:auto}}@media print{a[href]:after{content:none!important}.panel-heading{background-color:#f5f5f5!important}.capability-title{margin-top:20px;margin-bottom:10px;line-height:1.1;font-size:18px!important;color:inherit!important}.capability-rank{width:700px}.h2,h2{font-size:18px!important;color:inherit!important}.h3,h3{font-size:16px!important;color:inherit!important}.margin-top-40{margin-top:20px}.collapse{display:block!important;height:auto!important}.table-font{font-size:12px}.table td,.table th{background-color:inherit!important}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9!important}}