#ajaxLoading{position:fixed;top:0px;left:0px;height:2px;background:#428bca;z-index:2147483630;width:10%;animation:animAjaxLoadingAnimate 4s forwards}@keyframes animAjaxLoadingAnimate{0%{width:10%}10%{width:10%}12%{width:30%}20%{width:36%}30%{width:36%}32%{width:50%}50%{width:50%}52%{width:60%}100%{width:100%}}#ajaxLoading.ajaxLoadingHide{animation:none;width:100%;opacity:0;height:0px;transition:all 0.4s linear}#ajaxLoading>.ajaxLoadingMessage{position:fixed;top:10px;right:1px;background:white;padding:10px 16px;box-shadow:0px 1px 1px rgba(0,0,0,0.2);opacity:0;animation:animajaxLoadingMessageShow 0.1s linear forwards}@keyframes animajaxLoadingMessageShow{0%{transform:translateX(8%);opacity:0.3}100%{opacity:1}}ul.tablistTabs{padding:0px;margin:0px;display:block;cursor:default}ul.tablistTabs li{display:block;float:left;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;line-height:18px;padding:6px 14px 6px 14px;margin:4px -1px 0px 0px;border-right:1px solid #ccc;border-left:1px solid #ccc;border-top:1px solid #ccc;background:#f1f2f1;background:-moz-linear-gradient(top,#f1f2f1 0%,#eaeaea 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f2f1),color-stop(100%,#eaeaea));background:-webkit-linear-gradient(top,#f1f2f1 0%,#eaeaea 100%);background:-o-linear-gradient(top,#f1f2f1 0%,#eaeaea 100%);background:-ms-linear-gradient(top,#f1f2f1 0%,#eaeaea 100%);background:linear-gradient(to bottom,#f1f2f1 0%,#eaeaea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f1',endColorstr='#eaeaea',GradientType=0)}ul.tablistTabs li.active{margin-top:2px;padding-top:7px;background:#fff;border-top:1px solid #ccc}