Commit ab5d8b3f39157fc90f11a2ee764ba4a11b783f12

Authored by Nikita Kulshreshtha
1 parent 1ef64359

changes in appearance as per prototype

400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj
@@ -114,8 +114,7 @@ @@ -114,8 +114,7 @@
114 <IISUrl>http://localhost/AIA/API</IISUrl> 114 <IISUrl>http://localhost/AIA/API</IISUrl>
115 <NTLMAuthentication>False</NTLMAuthentication> 115 <NTLMAuthentication>False</NTLMAuthentication>
116 <UseCustomServer>False</UseCustomServer> 116 <UseCustomServer>False</UseCustomServer>
117 - <CustomServerUrl>  
118 - </CustomServerUrl> 117 + <CustomServerUrl>http://182.19.10.91/AIAHTML5</CustomServerUrl>
119 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> 118 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
120 </WebProjectProperties> 119 </WebProjectProperties>
121 </FlavorProperties> 120 </FlavorProperties>
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
@@ -10232,8 +10232,7 @@ @@ -10232,8 +10232,7 @@
10232 <Content Include="Web.config" /> 10232 <Content Include="Web.config" />
10233 </ItemGroup> 10233 </ItemGroup>
10234 <ItemGroup> 10234 <ItemGroup>
10235 - <Folder Include="app\directives\" />  
10236 - <Folder Include="app\filters\" /> 10235 + <Folder Include="app\filters\directives\" />
10237 <Folder Include="content\images\DA\BodyViews\4\layers\329\6\" /> 10236 <Folder Include="content\images\DA\BodyViews\4\layers\329\6\" />
10238 <Folder Include="content\js\script\" /> 10237 <Folder Include="content\js\script\" />
10239 <Folder Include="Properties\" /> 10238 <Folder Include="Properties\" />
@@ -10256,8 +10255,7 @@ @@ -10256,8 +10255,7 @@
10256 <IISUrl>http://localhost/AIA</IISUrl> 10255 <IISUrl>http://localhost/AIA</IISUrl>
10257 <NTLMAuthentication>False</NTLMAuthentication> 10256 <NTLMAuthentication>False</NTLMAuthentication>
10258 <UseCustomServer>False</UseCustomServer> 10257 <UseCustomServer>False</UseCustomServer>
10259 - <CustomServerUrl>  
10260 - </CustomServerUrl> 10258 + <CustomServerUrl>http://182.19.10.91/AIAHTML5</CustomServerUrl>
10261 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> 10259 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
10262 </WebProjectProperties> 10260 </WebProjectProperties>
10263 </FlavorProperties> 10261 </FlavorProperties>
400-SOURCECODE/AIAHTML5.Web/MainMenu.html
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 <!--Sidebar--> 8 <!--Sidebar-->
9 <div class="sidebar pull-left"> 9 <div class="sidebar pull-left">
10 <ul class="nav nav-sidebar"> 10 <ul class="nav nav-sidebar">
11 - <li><a href="#da-view-list">Dissectible Anatomy</a></li> 11 + <li><a href="da-view-list">Dissectible Anatomy</a></li>
12 <li><a href="atlas-anatomy.html">Atlas Anatomy</a></li> 12 <li><a href="atlas-anatomy.html">Atlas Anatomy</a></li>
13 <li><a href="3d-anatomy.html">3D Anatomy</a></li> 13 <li><a href="3d-anatomy.html">3D Anatomy</a></li>
14 <li><a href="clinical-illustrations.html">Clinical Illustrations</a></li> 14 <li><a href="clinical-illustrations.html">Clinical Illustrations</a></li>
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -53,7 +53,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -53,7 +53,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
53 53
54 } 54 }
55 55
56 - $scope.imagePath = "http://localhost/AIA/content/images/DA/BodyViews/" + value._id + '/skintone/' + userEthnicity + '/' + thumbnailImage; 56 + $scope.imagePath = "~/../content/images/DA/BodyViews/" + value._id + '/skintone/' + userEthnicity + '/' + thumbnailImage;
57 57
58 58
59 var $el = $('<div id=' + value._id + ' class="col-sm-3 col-lg-2" data-ng-click="openView($event)"><div class="thumbnail" >' 59 var $el = $('<div id=' + value._id + ' class="col-sm-3 col-lg-2" data-ng-click="openView($event)"><div class="thumbnail" >'
@@ -104,7 +104,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -104,7 +104,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
104 $scope.loadDissectibleAnatomyData = function () { 104 $scope.loadDissectibleAnatomyData = function () {
105 105
106 //load bodyView data 106 //load bodyView data
107 - $http({ method: 'GET', url: 'http://localhost/AIA/content/data/json/da_dat_contentlist.json' }).success(function (data) { 107 + $http({ method: 'GET', url: '~/../content/data/json/da_dat_contentlist.json' }).success(function (data) {
108 108
109 $scope.BodyViewData = data; 109 $scope.BodyViewData = data;
110 //load default body view list for male 110 //load default body view list for male
@@ -117,7 +117,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -117,7 +117,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
117 117
118 118
119 //load body region data 119 //load body region data
120 - //$http({ method: 'GET', url: 'http://localhost/AIA/content/data/json/da_dat_brview.json' }).success(function (data) { 120 + //$http({ method: 'GET', url: '~/../content/data/json/da_dat_brview.json' }).success(function (data) {
121 // debugger; 121 // debugger;
122 // $scope.BodyRegionData = data; 122 // $scope.BodyRegionData = data;
123 // console.log($scope.BodyRegionData); 123 // console.log($scope.BodyRegionData);
@@ -130,7 +130,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -130,7 +130,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
130 $('#daLoaderLabel').css('visibility', 'hidden') 130 $('#daLoaderLabel').css('visibility', 'hidden')
131 131
132 132
133 - $http({ method: 'GET', url: 'http://localhost/AIA/content/data/json/da_dat_tm_sg_1.json' }).success(function (data) { 133 + $http({ method: 'GET', url: '~/../content/data/json/da_dat_tm_sg_1.json' }).success(function (data) {
134 $scope.TermNumberData = data; 134 $scope.TermNumberData = data;
135 135
136 }) 136 })
@@ -140,7 +140,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -140,7 +140,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
140 140
141 141
142 //load vocabterm data 142 //load vocabterm data
143 - $http({ method: 'GET', url: 'http://localhost/AIA/content/data/json/cm_dat_vocabterm_1.json' }).success(function (data) { 143 + $http({ method: 'GET', url: '~/../content/data/json/cm_dat_vocabterm_1.json' }).success(function (data) {
144 $scope.VocabTermData = data; 144 $scope.VocabTermData = data;
145 }) 145 })
146 .error(function (data, status, headers, config) { 146 .error(function (data, status, headers, config) {
@@ -164,12 +164,12 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -164,12 +164,12 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
164 // bootstrap: 'columns large-10 medium-9', 164 // bootstrap: 'columns large-10 medium-9',
165 position: { 165 position: {
166 top: 70, //50, 166 top: 70, //50,
167 - left: 110, 167 + left: 0,
168 // right: 0 168 // right: 0
169 }, 169 },
170 //overflow: { horizontal: 'scroll', vertical: 'scroll' }, 170 //overflow: { horizontal: 'scroll', vertical: 'scroll' },
171 171
172 - size: { width: $(window).outerWidth() - 110, height: $(window).outerHeight()-110 }, 172 + size: { width: $(window).outerWidth() , height: $(window).outerHeight()-110 },
173 //size: { width: 500, height: 500 }, 173 //size: { width: 500, height: 500 },
174 174
175 }); 175 });
@@ -195,7 +195,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -195,7 +195,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
195 $scope.LoadDefaultLayerImage = function () { 195 $scope.LoadDefaultLayerImage = function () {
196 // debugger; 196 // debugger;
197 197
198 - $http({ method: 'GET', url: 'http://localhost/AIA/content/data/json/da_dat_brview.json' }).success(function (data) { 198 + $http({ method: 'GET', url: '~/../content/data/json/da_dat_brview.json' }).success(function (data) {
199 // debugger; 199 // debugger;
200 $scope.BodyRegionData = data; 200 $scope.BodyRegionData = data;
201 console.log($scope.BodyRegionData); 201 console.log($scope.BodyRegionData);
@@ -206,7 +206,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -206,7 +206,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
206 206
207 207
208 // Load Layer data 208 // Load Layer data
209 - $http({ method: 'GET', url: 'http://localhost/AIA/content/data/json/da_dat_layer_1.json' }).success(function (data) { 209 + $http({ method: 'GET', url: '~/../content/data/json/da_dat_layer_1.json' }).success(function (data) {
210 // debugger 210 // debugger
211 $scope.BodyLayerData = data; 211 $scope.BodyLayerData = data;
212 console.log($scope.BodyLayerData); 212 console.log($scope.BodyLayerData);
@@ -235,7 +235,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -235,7 +235,7 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
235 235
236 $('#canvasDiv').css('height', $('#daImagePanel').outerHeight() - 134) 236 $('#canvasDiv').css('height', $('#daImagePanel').outerHeight() - 134)
237 //$('#canvasDiv').css('width', $('#daImagePanel').outerWidth() - 100) 237 //$('#canvasDiv').css('width', $('#daImagePanel').outerWidth() - 100)
238 - $('#leftToolBar').css('height', $('#daImagePanel').outerHeight() - 124) 238 + $('#leftToolBar').css('height', $('#daImagePanel').outerHeight() )
239 239
240 240
241 241
@@ -549,8 +549,8 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -549,8 +549,8 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
549 var img = new Image(); 549 var img = new Image();
550 img.onload = start; 550 img.onload = start;
551 551
552 - img.src = "http://localhost/AIA/" + src;;  
553 - // img.src = "http://localhost/AIAHtml/" + src; 552 + // img.src = "~/../content/images/" + src;;
  553 + img.src = src;
554 console.log("img.src: " + img.src); 554 console.log("img.src: " + img.src);
555 console.log("src: " + src); 555 console.log("src: " + src);
556 556
@@ -681,8 +681,8 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route @@ -681,8 +681,8 @@ function ($scope,$rootScope, $compile,$http, $log, $location, $timeout,DA,$route
681 var img = new Image(); 681 var img = new Image();
682 img.onload = start; 682 img.onload = start;
683 683
684 - // img.src = "http://localhost/AIAHtml/" + src;  
685 - img.src = img.src = "http://localhost/AIA/" + src; 684 + img.src = src;
  685 + // img.src = img.src = "~/../content/images/" + src;
686 console.log("img.src: " + img.src); 686 console.log("img.src: " + img.src);
687 console.log("src: " + src); 687 console.log("src: " + src);
688 688
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
1 ๏ปฟ<div class=" "> 1 ๏ปฟ<div class=" ">
2 - <div class="tools pull-left" id="leftToolBar"> 2 + <div class="tools " id="leftToolBar">
3 <div class="toggle-icon toggleBar toggleHeadingButton" title="Show/Hide Sidebar"></div> 3 <div class="toggle-icon toggleBar toggleHeadingButton" title="Show/Hide Sidebar"></div>
4 - <div class=""> 4 + <div class="" style="top:20px">
5 <div class="col-sm-6" title="Identify"> 5 <div class="col-sm-6" title="Identify">
6 - <button class="btn btn-primary btn-sm"> <img src="http://localhost/AIA/content/images/icon-identity.png" alt="" title=""></button> 6 + <button class="btn btn-primary btn-sm"> <img src="content/images/icon-identity.png" alt="" title=""></button>
7 </div> 7 </div>
8 <div class="col-sm-6 pull-right" title="Zoom-in/Zoom-out"> 8 <div class="col-sm-6 pull-right" title="Zoom-in/Zoom-out">
9 - <button class="btn btn-black btn-sm pull-right"><img src="http://localhost/AIA/content/images/icon-zoom.png" alt="" title=""></button> 9 + <button class="btn btn-black btn-sm pull-right"><img src="content/images/icon-zoom.png" alt="" title=""></button>
10 </div> 10 </div>
11 <div class="col-sm-12" title="Transparency Box"> 11 <div class="col-sm-12" title="Transparency Box">
12 - <button class="btn btn-black btn-sm btn-block marginTop5" data-toggle="modal" data-target="#myModal-transparency-box"><img src="http://localhost/AIA/content/images/icon-transparency.png" alt="" title=""></button> 12 + <button class="btn btn-black btn-sm btn-block marginTop5" data-toggle="modal" data-target="#myModal-transparency-box"><img src="content/images/icon-transparency.png" alt="" title=""></button>
13 </div> 13 </div>
14 <div class="col-sm-6" title="Normal"> 14 <div class="col-sm-6" title="Normal">
15 - <button class="btn btn-primary btn-sm marginTop5"> <img src="http://localhost/AIA/content/images/bulb1.png" alt="" title=""></button> 15 + <button class="btn btn-primary btn-sm marginTop5"> <img src="content/images/bulb1.png" alt="" title=""></button>
16 </div> 16 </div>
17 <div class="col-sm-6" title="Extract"> 17 <div class="col-sm-6" title="Extract">
18 - <button class="btn btn-black btn-sm pull-right marginTop5"><img src="http://localhost/AIA/content/images/bulb1.png" alt="" title=""></button> 18 + <button class="btn btn-black btn-sm pull-right marginTop5"><img src="content/images/bulb1.png" alt="" title=""></button>
19 </div> 19 </div>
20 <div class="col-sm-6" title="Highlight"> 20 <div class="col-sm-6" title="Highlight">
21 - <button class="btn btn-black btn-sm marginTop5"> <img src="http://localhost/AIA/content/images/bulb.png" alt="" title=""></button> 21 + <button class="btn btn-black btn-sm marginTop5"> <img src="content/images/bulb.png" alt="" title=""></button>
22 </div> 22 </div>
23 <div class="col-sm-6 dropdown" title="Highlight Options"> 23 <div class="col-sm-6 dropdown" title="Highlight Options">
24 - <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><img src="http://localhost/AIA/content/images/icon-highlight.png" alt="" title=""></button> 24 + <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><img src="content/images/icon-highlight.png" alt="" title=""></button>
25 <ul class="dropdown-menu" aria-labelledby="dropdownMenu2"> 25 <ul class="dropdown-menu" aria-labelledby="dropdownMenu2">
26 <li><a href="#" title="Current Structure">Current Structure</a></li> 26 <li><a href="#" title="Current Structure">Current Structure</a></li>
27 <li role="separator" class="divider"></li> 27 <li role="separator" class="divider"></li>
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 </ul> 47 </ul>
48 </div> 48 </div>
49 <div class="col-sm-6" title="View"> 49 <div class="col-sm-6" title="View">
50 - <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><img src="http://localhost/AIA/content/images/view.png" alt="" title=""></button> 50 + <button class="btn btn-black btn-sm pull-right marginTop5 dropdown-toggle" type="button" id="dropdownMenu3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><img src="content/images/view.png" alt="" title=""></button>
51 <ul class="dropdown-menu" aria-labelledby="dropdownMenu3"> 51 <ul class="dropdown-menu" aria-labelledby="dropdownMenu3">
52 <li><a href="#" title="Anterior">Anterior</a></li> 52 <li><a href="#" title="Anterior">Anterior</a></li>
53 <li><a href="#" title="Lateral">Lateral</a></li> 53 <li><a href="#" title="Lateral">Lateral</a></li>
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 </ul> 58 </ul>
59 </div> 59 </div>
60 <div class="col-sm-12" title="Show/Hide Structure Name Boxes"> 60 <div class="col-sm-12" title="Show/Hide Structure Name Boxes">
61 - <button class="btn btn-primary btn-sm marginTop5 btn-block"> <img src="http://localhost/AIA/content/images/comment-box.png" alt="" title=""></button> 61 + <button class="btn btn-primary btn-sm marginTop5 btn-block"> <img src="content/images/comment-box.png" alt="" title=""></button>
62 </div> 62 </div>
63 </div> 63 </div>
64 <div class=""> 64 <div class="">
@@ -69,49 +69,50 @@ @@ -69,49 +69,50 @@
69 <div id="layerChangeSlider" style="height:140px;" class="vert_slider "></div> 69 <div id="layerChangeSlider" style="height:140px;" class="vert_slider "></div>
70 </div> 70 </div>
71 </div> 71 </div>
72 -</div>  
73 -<div class="">  
74 - <div class="col-sm-12 stickey-area">  
75 - <div class="breadcrumb ">  
76 - <div class="">  
77 - <div class="input-group col-sm-8 col-xs-7 col-md-10 pull-left">  
78 - <input type="text" class="form-control input-sm ">  
79 - </div>  
80 - &nbsp;  
81 - <div class="btn-group">  
82 - <button type="button" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">  
83 - <i class="fa fa-arrow-circle-right"></i>  
84 - </button>  
85 - <ul class="dropdown-menu">  
86 - <li><a href="#">1<sup>st</sup> &amp; 2<sup>nd</sup> Intercostal Spaces</a></li>  
87 - <li role="separator" class="divider"></li>  
88 - <li><a href="#">All</a></li>  
89 - </ul>  
90 - </div>  
91 - <div class="btn-group">  
92 - <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">  
93 - <i class="fa fa-male"></i>  
94 - </button>  
95 - <ul class="dropdown-menu" style="min-width:auto;">  
96 - <li><img src="http://localhost/AIA/content/images/position.jpg" class="img-responsive"></li>  
97 - </ul> 72 +
  73 + <div class="">
  74 + <div class="col-sm-12 stickey-area" style="z-index:999;left:20px">
  75 + <div class="breadcrumb ">
  76 + <div class="">
  77 + <div class="input-group col-sm-8 col-xs-7 col-md-10 pull-left">
  78 + <input type="text" class="form-control input-sm ">
  79 + </div>
  80 + &nbsp;
  81 + <div class="btn-group">
  82 + <button type="button" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  83 + <i class="fa fa-arrow-circle-right"></i>
  84 + </button>
  85 + <ul class="dropdown-menu">
  86 + <li><a href="#">1<sup>st</sup> &amp; 2<sup>nd</sup> Intercostal Spaces</a></li>
  87 + <li role="separator" class="divider"></li>
  88 + <li><a href="#">All</a></li>
  89 + </ul>
  90 + </div>
  91 + <div class="btn-group">
  92 + <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  93 + <i class="fa fa-male"></i>
  94 + </button>
  95 + <ul class="dropdown-menu" style="min-width:auto;">
  96 + <li><img src="content/images/position.jpg" class="img-responsive"></li>
  97 + </ul>
  98 + </div>
98 </div> 99 </div>
99 </div> 100 </div>
100 </div> 101 </div>
101 - </div>  
102 - <div style="top:100px;" >  
103 - <div >  
104 - <div >  
105 - <!--<div class="col-sm-12 img-thumbnail" align="center"><img src="http://localhost/AIA/content/images/1000x600.jpg" alt="" title="" class="img-responsive"></div>-->  
106 - <div id="canvasDiv" style=" width: 99% !important;top:2px;overflow:scroll;">  
107 - <div id="daLoaderLabel">Loading....</div> 102 + <div style="top:100px;">
  103 + <div>
  104 + <div>
  105 + <!--<div class="col-sm-12 img-thumbnail" align="center"><img src="content/images/1000x600.jpg" alt="" title="" class="img-responsive"></div>-->
  106 + <div id="canvasDiv" style=" width: 95% !important;top:0px;overflow:scroll;background-color:white;">
  107 + <div id="daLoaderLabel">Loading....</div>
108 108
  109 + </div>
  110 + <div class="clearfix"></div>
109 </div> 111 </div>
110 - <div class="clearfix"></div>  
111 </div> 112 </div>
112 </div> 113 </div>
  114 + <div class="clearfix"></div>
113 </div> 115 </div>
114 - <div class="clearfix"></div>  
115 </div> 116 </div>
116 <script>$(window).load(function () { 117 <script>$(window).load(function () {
117 $(".stickey-area").sticky(); 118 $(".stickey-area").sticky();
@@ -147,7 +148,8 @@ @@ -147,7 +148,8 @@
147 148
148 }); 149 });
149 </script> 150 </script>
150 -<script src="js/jquery-ui-slider-pips.js"></script> 151 +<script src="libs/jquery/jquery_plugin/jquery-ui-slider-pips.js"></script>
  152 +
151 <script> 153 <script>
152 $(".slider") 154 $(".slider")
153 155
400-SOURCECODE/AIAHTML5.Web/content/css/main.css
@@ -399,7 +399,7 @@ footer.dark { @@ -399,7 +399,7 @@ footer.dark {
399 /*overflow: hidden;*/ 399 /*overflow: hidden;*/
400 position: fixed; 400 position: fixed;
401 left: 0; 401 left: 0;
402 - top: 100; 402 + top: 0px;
403 z-index: 1029; 403 z-index: 1029;
404 } 404 }
405 .tools { 405 .tools {
@@ -499,12 +499,12 @@ footer.dark { @@ -499,12 +499,12 @@ footer.dark {
499 z-index: 99999; 499 z-index: 99999;
500 -moz-transition: left 0.5s ease; 500 -moz-transition: left 0.5s ease;
501 transition: left 0.5s ease; 501 transition: left 0.5s ease;
502 - background: url(images/icon-sidebar.png) no-repeat 0; 502 + background: url(content/images/icon-sidebar.png) no-repeat 0;
503 width: 11px; 503 width: 11px;
504 height: 33px; 504 height: 33px;
505 } 505 }
506 .active .toggle-icon { 506 .active .toggle-icon {
507 - background: url(images/icon-sidebar.png) no-repeat -11px; 507 + background: url(content/images/icon-sidebar.png) no-repeat -11px;
508 width: 11px; 508 width: 11px;
509 height: 33px; 509 height: 33px;
510 } 510 }
@@ -515,12 +515,12 @@ footer.dark { @@ -515,12 +515,12 @@ footer.dark {
515 z-index: 99999; 515 z-index: 99999;
516 -moz-transition: left 0.5s ease; 516 -moz-transition: left 0.5s ease;
517 transition: left 0.5s ease; 517 transition: left 0.5s ease;
518 - background: url(images/icon-sidebar.png) no-repeat 0; 518 + background: url(content/images/icon-sidebar.png) no-repeat 0;
519 width: 11px; 519 width: 11px;
520 height: 33px; 520 height: 33px;
521 } 521 }
522 .active .toggle-icon-treeview { 522 .active .toggle-icon-treeview {
523 - background: url(images/icon-sidebar.png) no-repeat -11px; 523 + background: url(content/images/icon-sidebar.png) no-repeat -11px;
524 width: 11px; 524 width: 11px;
525 height: 33px; 525 height: 33px;
526 } 526 }
400-SOURCECODE/AIAHTML5.Web/libs/jquery/jquery_plugin/jsPanel/jspanel/jquery.jspanel.css
@@ -111,7 +111,7 @@ @@ -111,7 +111,7 @@
111 } 111 }
112 .jsPanel-hdr{ 112 .jsPanel-hdr{
113 box-sizing: border-box; 113 box-sizing: border-box;
114 - min-height: 26px; 114 + min-height: 30px;
115 padding: 2px 0 4px 2px; 115 padding: 2px 0 4px 2px;
116 } 116 }
117 .jsPanel-hdr *{ 117 .jsPanel-hdr *{
@@ -305,7 +305,7 @@ h3.jsPanel-title{ @@ -305,7 +305,7 @@ h3.jsPanel-title{
305 305
306 /* success --------------------------------------------- */ 306 /* success --------------------------------------------- */
307 .jsPanel.jsPanel-theme-success{ background: none repeat scroll 0 0 #fff; box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4); } 307 .jsPanel.jsPanel-theme-success{ background: none repeat scroll 0 0 #fff; box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4); }
308 -.jsPanel-hdr.jsPanel-theme-success{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: normal; background: #73A839; } 308 +.jsPanel-hdr.jsPanel-theme-success{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: normal; background: #818D43; }
309 .jsPanel-hdr.jsPanel-theme-success h3{ color: #fff; } 309 .jsPanel-hdr.jsPanel-theme-success h3{ color: #fff; }
310 .jsPanel-hdr.jsPanel-theme-success h3 small{ color: #fff; font-size: 65%; } 310 .jsPanel-hdr.jsPanel-theme-success h3 small{ color: #fff; font-size: 65%; }
311 .jsPanel-content.jsPanel-theme-success { background: none repeat scroll 0 0 #ffffff; color: #000000; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #bbb; } 311 .jsPanel-content.jsPanel-theme-success { background: none repeat scroll 0 0 #ffffff; color: #000000; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #bbb; }
400-SOURCECODE/AIAHTML5.Web/libs/jquery/jquery_plugin/jsPanel/jspanel/jquery.jspanel.min.css
1 @font-face{font-family:jsglyphregular;src:url(fonts/jsglyph.eot);src:url(fonts/jsglyph.eot?#iefix) format('embedded-opentype'),url(fonts/jsglyph.woff2) format('woff2'),url(fonts/jsglyph.woff) format('woff'),url(fonts/jsglyph.ttf) format('truetype'),url(fonts/jsglyph.svg#jsglyphregular) format('svg');font-weight:400;font-style:normal}.jsglyph{font-family:jsglyphregular}.jsglyph-minimize:before{content:"\e001"}.jsglyph-maximize:before{content:"\e002"}.jsglyph-chevron-up:before{content:"\e003"}.jsglyph-chevron-down:before{content:"\e004"}.jsglyph-normalize:before{content:"\e005"}.jsglyph-tick:before{content:"\e006"}.jsglyph-remove:before{content:"\e007"}.jsglyph-chevron-right:before{content:"\e008"}.jsglyph-chevron-left:before{content:"\e009"}.jsglyph-plus:before{content:"\e00a"}.jsglyph-minus:before{content:"\e00b"}.jsglyph-trashcan:before{content:"\e00c"}.jsglyph-square-info:before{content:"\e00d"}.jsglyph-square-exclamationmark:before{content:"\e00e"}.jsglyph-delete:before{content:"\e00f"}.jsglyph-mail:before{content:"\e010"}.jsglyph-envelope:before{content:"\e011"}.jsglyph-play:before{content:"\e012"}.jsglyph-forward:before{content:"\e013"}.jsglyph-backward:before{content:"\e014"}.jsglyph-step-forward:before{content:"\e015"}.jsglyph-step-backward:before{content:"\e016"}.jsglyph-fast-forward:before{content:"\e017"}.jsglyph-fast-backward:before{content:"\e018"}.jsglyph-eject:before{content:"\e019"}.jsglyph-stop:before{content:"\e01a"}.jsglyph-pause:before{content:"\e01b"}.jsglyph-arrow-right:before{content:"\e01c"}.jsglyph-arrow-left:before{content:"\e01d"}.jsglyph-arrow-up:before{content:"\e01e"}.jsglyph-arrow-down:before{content:"\e01f"}.jsglyph-star-halffull:before{content:"\e020"}.jsglyph-star:before{content:"\e021"}.jsglyph-star-empty:before{content:"\e022"}.jsglyph-arrow-right-hollow:before{content:"\e023"}.jsglyph-arrow-left-hollow:before{content:"\e024"}.jsglyph-arrow-up-hollow:before{content:"\e025"}.jsglyph-arrow-down-hollow:before{content:"\e026"}.jsglyph-square-questionmark:before{content:"\e027"}.jsglyph-circle-info:before{content:"\e028"}.jsglyph-circle-exclamationmark:before{content:"\e029"}.jsglyph-circle-questionmark:before{content:"\e02a"}.jsglyph-circle2-info:before{content:"\e02b"}.jsglyph-circle2-exclamationmark:before{content:"\e02c"}.jsglyph-circle2-questionmark:before{content:"\e02d"}.jsglyph-resize-handle:before{content:"\e02e"}.jsglyph-resize-handle-2:before{content:"\e02f"}.jsglyph-pencil:before{content:"\e030"}.jsglyph-refresh:before{content:"\e031"}.jsglyph-volume-off:before{content:"\e032"}.jsglyph-volume-up:before{content:"\e033"}.jsglyph-volume-down:before{content:"\e034"}.jsglyph-link:before{content:"\e035"}.jsglyph-eye-open:before{content:"\e036"}.jsglyph-eye-slash:before{content:"\e037"}.jsglyph-power-on:before{content:"\e038"}.jsglyph-cog:before{content:"\e039"}.jsglyph-cog2:before{content:"\e03a"}.jsglyph-torso:before{content:"\e03b"}.jsglyph-people:before{content:"\e03c"}.jsglyph-torso-female:before{content:"\e03d"}.jsglyph-people-female:before{content:"\e03e"}.jsglyph-torso-male-female:before{content:"\e03f"}.jsglyph-torso-female-male:before{content:"\e040"}.jsglyph-torso-hollow:before{content:"\e041"}.jsglyph-cog3:before{content:"\e042"}.jsglyph-tools:before{content:"\e043"}.jsglyph-home:before{content:"\e044"}.jsglyph-login:before{content:"\e045"}.jsglyph-logout:before{content:"\e046"}.jsglyph-download:before{content:"\e047"}.jsglyph-upload:before{content:"\e048"}.jsglyph-reload:before{content:"\e049"}.jsglyph-lock:before{content:"\e04a"}.jsglyph-unlock:before{content:"\e04b"}.jsglyph-save:before{content:"\e04c"}.jsglyph-wrench:before{content:"\e04d"}.jsglyph-search:before{content:"\e04e"}.jsglyph-zoom-in:before{content:"\e04f"}.jsglyph-zoom-out:before{content:"\e050"}.jsglyph-bars:before{content:"\e051"}.jsglyph-marker:before{content:"\e052"}.jsglyph-resize-handle-left:before{content:"\e053"}.jsglyph-resize-handle-2-left:before{content:"\e054"}.jsglyph-edit:before{content:"\e055"} 1 @font-face{font-family:jsglyphregular;src:url(fonts/jsglyph.eot);src:url(fonts/jsglyph.eot?#iefix) format('embedded-opentype'),url(fonts/jsglyph.woff2) format('woff2'),url(fonts/jsglyph.woff) format('woff'),url(fonts/jsglyph.ttf) format('truetype'),url(fonts/jsglyph.svg#jsglyphregular) format('svg');font-weight:400;font-style:normal}.jsglyph{font-family:jsglyphregular}.jsglyph-minimize:before{content:"\e001"}.jsglyph-maximize:before{content:"\e002"}.jsglyph-chevron-up:before{content:"\e003"}.jsglyph-chevron-down:before{content:"\e004"}.jsglyph-normalize:before{content:"\e005"}.jsglyph-tick:before{content:"\e006"}.jsglyph-remove:before{content:"\e007"}.jsglyph-chevron-right:before{content:"\e008"}.jsglyph-chevron-left:before{content:"\e009"}.jsglyph-plus:before{content:"\e00a"}.jsglyph-minus:before{content:"\e00b"}.jsglyph-trashcan:before{content:"\e00c"}.jsglyph-square-info:before{content:"\e00d"}.jsglyph-square-exclamationmark:before{content:"\e00e"}.jsglyph-delete:before{content:"\e00f"}.jsglyph-mail:before{content:"\e010"}.jsglyph-envelope:before{content:"\e011"}.jsglyph-play:before{content:"\e012"}.jsglyph-forward:before{content:"\e013"}.jsglyph-backward:before{content:"\e014"}.jsglyph-step-forward:before{content:"\e015"}.jsglyph-step-backward:before{content:"\e016"}.jsglyph-fast-forward:before{content:"\e017"}.jsglyph-fast-backward:before{content:"\e018"}.jsglyph-eject:before{content:"\e019"}.jsglyph-stop:before{content:"\e01a"}.jsglyph-pause:before{content:"\e01b"}.jsglyph-arrow-right:before{content:"\e01c"}.jsglyph-arrow-left:before{content:"\e01d"}.jsglyph-arrow-up:before{content:"\e01e"}.jsglyph-arrow-down:before{content:"\e01f"}.jsglyph-star-halffull:before{content:"\e020"}.jsglyph-star:before{content:"\e021"}.jsglyph-star-empty:before{content:"\e022"}.jsglyph-arrow-right-hollow:before{content:"\e023"}.jsglyph-arrow-left-hollow:before{content:"\e024"}.jsglyph-arrow-up-hollow:before{content:"\e025"}.jsglyph-arrow-down-hollow:before{content:"\e026"}.jsglyph-square-questionmark:before{content:"\e027"}.jsglyph-circle-info:before{content:"\e028"}.jsglyph-circle-exclamationmark:before{content:"\e029"}.jsglyph-circle-questionmark:before{content:"\e02a"}.jsglyph-circle2-info:before{content:"\e02b"}.jsglyph-circle2-exclamationmark:before{content:"\e02c"}.jsglyph-circle2-questionmark:before{content:"\e02d"}.jsglyph-resize-handle:before{content:"\e02e"}.jsglyph-resize-handle-2:before{content:"\e02f"}.jsglyph-pencil:before{content:"\e030"}.jsglyph-refresh:before{content:"\e031"}.jsglyph-volume-off:before{content:"\e032"}.jsglyph-volume-up:before{content:"\e033"}.jsglyph-volume-down:before{content:"\e034"}.jsglyph-link:before{content:"\e035"}.jsglyph-eye-open:before{content:"\e036"}.jsglyph-eye-slash:before{content:"\e037"}.jsglyph-power-on:before{content:"\e038"}.jsglyph-cog:before{content:"\e039"}.jsglyph-cog2:before{content:"\e03a"}.jsglyph-torso:before{content:"\e03b"}.jsglyph-people:before{content:"\e03c"}.jsglyph-torso-female:before{content:"\e03d"}.jsglyph-people-female:before{content:"\e03e"}.jsglyph-torso-male-female:before{content:"\e03f"}.jsglyph-torso-female-male:before{content:"\e040"}.jsglyph-torso-hollow:before{content:"\e041"}.jsglyph-cog3:before{content:"\e042"}.jsglyph-tools:before{content:"\e043"}.jsglyph-home:before{content:"\e044"}.jsglyph-login:before{content:"\e045"}.jsglyph-logout:before{content:"\e046"}.jsglyph-download:before{content:"\e047"}.jsglyph-upload:before{content:"\e048"}.jsglyph-reload:before{content:"\e049"}.jsglyph-lock:before{content:"\e04a"}.jsglyph-unlock:before{content:"\e04b"}.jsglyph-save:before{content:"\e04c"}.jsglyph-wrench:before{content:"\e04d"}.jsglyph-search:before{content:"\e04e"}.jsglyph-zoom-in:before{content:"\e04f"}.jsglyph-zoom-out:before{content:"\e050"}.jsglyph-bars:before{content:"\e051"}.jsglyph-marker:before{content:"\e052"}.jsglyph-resize-handle-left:before{content:"\e053"}.jsglyph-resize-handle-2-left:before{content:"\e054"}.jsglyph-edit:before{content:"\e055"}
2 -.jsPanel,.jsPanel-hdr,.jsPanel-hdr-toolbar{box-sizing:border-box}.jsPanel.jsPanel-theme-dark,.jsPanel.jsPanel-theme-default,.jsPanel.jsPanel-theme-light,.jsPanel.jsPanel-theme-medium{box-shadow:0 0 6px rgba(0,33,50,.1),0 7px 25px rgba(17,38,60,.4)}.jsPanel-content.jsPanel-theme-autumnbrown,.jsPanel-content.jsPanel-theme-autumngreen,.jsPanel-content.jsPanel-theme-autumnred,.jsPanel-content.jsPanel-theme-danger,.jsPanel-content.jsPanel-theme-dark,.jsPanel-content.jsPanel-theme-default,.jsPanel-content.jsPanel-theme-info,.jsPanel-content.jsPanel-theme-light,.jsPanel-content.jsPanel-theme-medium,.jsPanel-content.jsPanel-theme-primary,.jsPanel-content.jsPanel-theme-warning{font-family:tahoma,arial,verdana,sans-serif;outline:#bbb solid 1px}.jsPanel,.jsPanel-content,.jsPanel-hdr-l,.jsPanel-hdr-r,.jsPanel-hdr-r span img{margin:0;padding:0;border:0;font-size:100%;line-height:1.5em;vertical-align:baseline}.jsPanel{overflow:hidden;position:absolute;border-radius:3px;z-index:100}.jsPanel-hdr{min-height:26px;padding:2px 0 4px 2px}.jsPanel-hdr *{font-size:16px}.jsPanel-hdr-r{position:absolute;top:0;right:0}h3.jsPanel-title{float:left;width:calc(100% - 90px);white-space:nowrap;overflow:hidden;text-align:left;text-overflow:ellipsis;margin:0;font-variant:small-caps;font-weight:400;cursor:move;min-height:20px;padding:0 5px}.jsPanel-hdr-r div{float:right;cursor:pointer;margin-left:1px;width:auto;height:auto;min-width:20px;min-height:20px;overflow:hidden}.jsPanel-btn-close{background:url(images/icon-sprite-20x20.jpg) 20px 0 repeat no-repeat}.jsPanel-btn-max{background:url(images/icon-sprite-20x20.jpg) 40px 0 repeat no-repeat}.jsPanel-btn-norm{background:url(images/icon-sprite-20x20.jpg) 60px 0 repeat no-repeat;display:none}.jsPanel-btn-min{background:url(images/icon-sprite-20x20.jpg) 80px 0 repeat no-repeat}.jsPanel-btn-small{background:url(images/icon-sprite-20x20.jpg) 100px 0 repeat no-repeat}.jsPanel-btn-smallrev{background:url(images/icon-sprite-20x20.jpg) 120px 0 repeat no-repeat;display:none}.jsPanel-hdr-toolbar{clear:both;font-size:16px;margin-top:23px;height:auto;padding:0 5px;width:auto}.jsPanel-content,.jsPanel-ftr{box-sizing:border-box;font-size:12px}.jsPanel-hdr-toolbar img{cursor:pointer;margin-bottom:4px;margin-right:5px}.jsPanel-content{position:relative;width:100%;overflow:hidden}.jsPanel-ftr{cursor:move;display:none;height:auto;padding:2px 2px 2px 5px;text-align:right}.jsPanel-ftr button{margin:5px}.jsPanel-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}#jsPanel-min-container{position:fixed;left:0;bottom:0;width:auto;height:28px;background:0 0;z-index:9999}.jsPanel-backdrop,.jsPanel-backdrop-inner{position:absolute;width:100%}.jsPanel-backdrop{top:0;left:0;z-index:10000;background:rgba(0,0,0,.7)}.jsPanel.jsPanel-theme-default{background:#fff}.jsPanel-hdr.jsPanel-theme-default{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400}.jsPanel-hdr.jsPanel-theme-default h3{color:#000}.jsPanel-hdr.jsPanel-theme-default h3 small{color:#000;font-size:65%}.jsPanel-content.jsPanel-theme-default{background:#FFF;color:#000}.jsPanel-ftr.jsPanel-theme-default{font-size:12px;height:auto;padding:2px 2px 2px 5px;text-align:right}.jsPanel-theme-default .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-light{background:#f1f1f1}.jsPanel-hdr.jsPanel-theme-light{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#f1f1f1}.jsPanel-hdr.jsPanel-theme-light h3{color:#000}.jsPanel-hdr.jsPanel-theme-light h3 small{color:#000;font-size:65%}.jsPanel-content.jsPanel-theme-light{background:#FFF;color:#000}.jsPanel-ftr.jsPanel-theme-light{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#f1f1f1}.jsPanel-theme-light .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-medium{background:#c2c2c2}.jsPanel-hdr.jsPanel-theme-medium{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#c2c2c2}.jsPanel-hdr.jsPanel-theme-medium h3{color:#000}.jsPanel-hdr.jsPanel-theme-medium h3 small{color:#000;font-size:65%}.jsPanel-content.jsPanel-theme-medium{background:#fff;color:#000}.jsPanel-ftr.jsPanel-theme-medium{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#c2c2c2}.jsPanel-theme-medium .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-dark{background:#828282}.jsPanel-hdr.jsPanel-theme-dark{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#828282}.jsPanel-hdr.jsPanel-theme-dark h3{color:#fff}.jsPanel-hdr.jsPanel-theme-dark h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-dark{background:#fff;color:#000}.jsPanel-ftr.jsPanel-theme-dark{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#828282}.jsPanel-theme-dark .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-black{background:linear-gradient(#4a4a4a 0,#000 100%) #4a4a4a;background:-ms-linear-gradient(#4a4a4a 0,#000 100%) #4a4a4a;box-shadow:0 0 3px #333}.jsPanel.jsPanel-theme-autumnbrown,.jsPanel.jsPanel-theme-autumngreen,.jsPanel.jsPanel-theme-autumnred,.jsPanel.jsPanel-theme-danger,.jsPanel.jsPanel-theme-info,.jsPanel.jsPanel-theme-primary,.jsPanel.jsPanel-theme-success,.jsPanel.jsPanel-theme-warning,.jsPanel.panel-danger,.jsPanel.panel-default,.jsPanel.panel-info,.jsPanel.panel-primary,.jsPanel.panel-success,.jsPanel.panel-warning{box-shadow:0 0 6px rgba(0,33,50,.1),0 7px 25px rgba(17,38,60,.4)}.jsPanel-hdr.jsPanel-theme-black{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:0 0}.jsPanel-hdr.jsPanel-theme-black h3{color:#fff}.jsPanel-hdr.jsPanel-theme-black h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-black{background:0 0;color:#c3c3c3}.jsPanel-ftr.jsPanel-theme-black{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:0 0}.jsPanel-theme-black .ui-icon-gripsmall-diagonal-se{color:#fff}.jsPanel.jsPanel-theme-primary{background:#fff}.jsPanel-hdr.jsPanel-theme-primary{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#2FA4E7}.jsPanel-hdr.jsPanel-theme-primary h3{color:#fff}.jsPanel-hdr.jsPanel-theme-primary h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-primary{background:#fff;color:#000}.jsPanel-theme-primary .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-success{background:#fff}.jsPanel-hdr.jsPanel-theme-success{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#73A839}.jsPanel-hdr.jsPanel-theme-success h3{color:#fff}.jsPanel-hdr.jsPanel-theme-success h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-success{background:#fff;color:#000;font-family:tahoma,arial,verdana,sans-serif;outline:#bbb solid 1px}.jsPanel-theme-successt .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-info{background:#fff}.jsPanel-hdr.jsPanel-theme-info{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#033C73}.jsPanel-hdr.jsPanel-theme-info h3{color:#fff}.jsPanel-hdr.jsPanel-theme-info h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-info{background:#fff;color:#000}.jsPanel-theme-info .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-warning{background:#fff}.jsPanel-hdr.jsPanel-theme-warning{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#DD5600}.jsPanel-hdr.jsPanel-theme-warning h3{color:#fff}.jsPanel-hdr.jsPanel-theme-warning h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-warning{background:#fff;color:#000}.jsPanel-theme-warning .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-danger{background:#fff}.jsPanel-hdr.jsPanel-theme-danger{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#C71C22}.jsPanel-hdr.jsPanel-theme-danger h3{color:#fff}.jsPanel-hdr.jsPanel-theme-danger h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-danger{background:#fff;color:#000}.jsPanel-theme-danger .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-autumngreen{background:#eee}.jsPanel-hdr.jsPanel-theme-autumngreen{color:#c4bd8e;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#7d7e51}.jsPanel-hdr.jsPanel-theme-autumngreen h3{color:#c4bd8e}.jsPanel-hdr.jsPanel-theme-autumngreen h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-autumngreen{background:#FFF;color:#6e6449}.jsPanel-ftr.jsPanel-theme-autumngreen{background:linear-gradient(to bottom,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);color:#6e6449}.jsPanel-theme-autumngreen .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-autumnbrown{background:#eee}.jsPanel-hdr.jsPanel-theme-autumnbrown{color:#e9ce87;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#8a5b33}.jsPanel-hdr.jsPanel-theme-autumnbrown h3{color:#e9ce87}.jsPanel-hdr.jsPanel-theme-autumnbrown h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-autumnbrown{background:#FFF;color:#6e6449}.jsPanel-ftr.jsPanel-theme-autumnbrown{background:linear-gradient(to bottom,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);color:#6e6449}.jsPanel-theme-autumnbrown .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-autumnred{background:#eee}.jsPanel-hdr.jsPanel-theme-autumnred{color:#e9ce87;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#c6710a}.jsPanel-hdr.jsPanel-theme-autumnred h3{color:#e9ce87}.jsPanel-hdr.jsPanel-theme-autumnred h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-autumnred{background:#FFF;color:#6e6449}.jsPanel-ftr.jsPanel-theme-autumnred{background:linear-gradient(to bottom,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);color:#6e6449}.jsPanel-theme-autumnred .ui-icon-gripsmall-diagonal-se{color:#000}.ui-icon-gripsmall-diagonal-se{background:rgba(0,0,0,0);color:#000;font-family:jsglyphregular;font-size:16px;line-height:16px}.ui-icon-gripsmall-diagonal-se:before{content:"\e02f"}.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se{text-indent:0;bottom:2px}.jsPanel-tooltip-wrapper{position:relative;display:inline-block;margin:0;padding:0;border:none;background:0 0}.jsPanel-tooltip-wrapper .jsPanel{border-radius:4px}.jsPanel-corner-bottom,.jsPanel-corner-left,.jsPanel-corner-right,.jsPanel-corner-top{width:0;height:0;border:12px solid transparent;position:absolute}.jsPanel-corner-top{border-top-width:10px}.jsPanel-corner-right{border-right-width:10px}.jsPanel-corner-bottom{border-bottom-width:10px}.jsPanel-corner-left{border-left-width:10px}.jsPanel-hint{margin-bottom:4px}.jsPanel-hint-close{float:right;font-size:1.5em;margin:4px 5px 0 0;cursor:pointer}.jsPanel-hint-content.jsPanel-hint-default{background:#fff;border:2px solid #222;color:#222;text-shadow:1px 1px 1px #789}.jsPanel-hint-content.jsPanel-hint-light{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(250,250,250,.65) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(250,250,250,.65) 100%);color:#000}.jsPanel-hint-content.jsPanel-hint-medium{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(130,130,130,1) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(130,130,130,1) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-dark{background:linear-gradient(to bottom,rgba(181,189,200,1) 0,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);background:-ms-linear-gradient(top,rgba(181,189,200,1) 0,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-autumngreen{background:linear-gradient(to bottom,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-autumnbrown{background:linear-gradient(to bottom,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-autumnred{background:linear-gradient(to bottom,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-primary{background:#82C8F1;border:5px solid #02436A;color:#02436A;text-shadow:2px 2px 2px #fff}.jsPanel-hint-content.jsPanel-hint-info{background:#4594c3;border:5px solid #033c73;color:#fff;text-shadow:2px 2px 2px #033c73}.jsPanel-hint-content.jsPanel-hint-success{background:#C3EA99;border:5px solid #034E26;color:#356304;text-shadow:2px 2px 2px #aaa}.jsPanel-hint-content.jsPanel-hint-warning{background:#FFC7A3;border:5px solid #DD5600;color:#AD6537;text-shadow:2px 2px 2px #fff}.jsPanel-hint-content.jsPanel-hint-danger{background:#fc7073;border:5px solid #c71c22;color:#fff;text-shadow:2px 2px 2px #c71c22}[data-tips]{position:relative;text-decoration:none}[data-tips]:after,[data-tips]:before{position:absolute;z-index:100;opacity:0}[data-tips]:after{content:attr(data-tips);height:25px;line-height:25px;padding:0 10px;font-size:12px;text-align:center;color:#fff;background:#3276B1;border-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,.3);-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);white-space:nowrap;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}[data-tips]:before{content:"";width:0;height:0;border-width:6px;border-style:solid}[data-tips]:hover:after,[data-tips]:hover:before{opacity:1}[data-tips].top-tip:after,[data-tips].top-tip:before{-webkit-transition:bottom .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:bottom .25s ease-in-out,opacity .25s ease-in-out;transition:bottom .25s ease-in-out,opacity .25s ease-in-out;bottom:90%;left:-9999px;margin-bottom:12px}[data-tips].top-tip:before{border-color:#3276B1 transparent transparent;margin-bottom:0}[data-tips].top-tip:hover:after,[data-tips].top-tip:hover:before{bottom:100%;left:0}[data-tips].top-tip:hover:before{left:15px}[data-tips].bottom-tip:after,[data-tips].bottom-tip:before{-webkit-transition:top .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:top .25s ease-in-out,opacity .25s ease-in-out;transition:top .25s ease-in-out,opacity .25s ease-in-out;top:90%;left:-9999px;margin-top:12px}[data-tips].bottom-tip:before{border-color:transparent transparent #3276B1;margin-top:0}[data-tips].bottom-tip:hover:after,[data-tips].bottom-tip:hover:before{top:100%;left:0}[data-tips].bottom-tip:hover:before{left:15px}[data-tips].right-tip:after,[data-tips].right-tip:before{-webkit-transition:left .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:left .25s ease-in-out,opacity .25s ease-in-out;transition:left .25s ease-in-out,opacity .25s ease-in-out;top:-9999px;left:96%;margin-left:12px}[data-tips].right-tip:before{border-color:transparent #3276B1 transparent transparent;margin-left:0}[data-tips].right-tip:hover:after,[data-tips].right-tip:hover:before{left:100%;top:0}[data-tips].right-tip:hover:before{top:7px}[data-tips].left-tip:after,[data-tips].left-tip:before{-webkit-transition:right .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:right .25s ease-in-out,opacity .25s ease-in-out;transition:right .25s ease-in-out,opacity .25s ease-in-out;top:-9999px;right:96%;margin-right:12px}[data-tips].left-tip:before{border-color:transparent transparent transparent #3276B1;margin-right:0}[data-tips].left-tip:hover:after,[data-tips].left-tip:hover:before{right:100%;top:0}[data-tips].left-tip:hover:before{top:7px}  
3 \ No newline at end of file 2 \ No newline at end of file
  3 +.jsPanel,.jsPanel-hdr,.jsPanel-hdr-toolbar{box-sizing:border-box}.jsPanel.jsPanel-theme-dark,.jsPanel.jsPanel-theme-default,.jsPanel.jsPanel-theme-light,.jsPanel.jsPanel-theme-medium{box-shadow:0 0 6px rgba(0,33,50,.1),0 7px 25px rgba(17,38,60,.4)}.jsPanel-content.jsPanel-theme-autumnbrown,.jsPanel-content.jsPanel-theme-autumngreen,.jsPanel-content.jsPanel-theme-autumnred,.jsPanel-content.jsPanel-theme-danger,.jsPanel-content.jsPanel-theme-dark,.jsPanel-content.jsPanel-theme-default,.jsPanel-content.jsPanel-theme-info,.jsPanel-content.jsPanel-theme-light,.jsPanel-content.jsPanel-theme-medium,.jsPanel-content.jsPanel-theme-primary,.jsPanel-content.jsPanel-theme-warning{font-family:tahoma,arial,verdana,sans-serif;outline:#bbb solid 1px}.jsPanel,.jsPanel-content,.jsPanel-hdr-l,.jsPanel-hdr-r,.jsPanel-hdr-r span img{margin:0;padding:0;border:0;font-size:100%;line-height:1.5em;vertical-align:baseline}.jsPanel{overflow:hidden;position:absolute;border-radius:3px;z-index:100}.jsPanel-hdr{min-height:26px;padding:2px 0 4px 2px}.jsPanel-hdr *{font-size:16px}.jsPanel-hdr-r{position:absolute;top:0;right:0}h3.jsPanel-title{float:left;width:calc(100% - 90px);white-space:nowrap;overflow:hidden;text-align:left;text-overflow:ellipsis;margin:0;font-variant:small-caps;font-weight:400;cursor:move;min-height:20px;padding:0 5px}.jsPanel-hdr-r div{float:right;cursor:pointer;margin-left:1px;width:auto;height:auto;min-width:20px;min-height:20px;overflow:hidden}.jsPanel-btn-close{background:url(images/icon-sprite-20x20.jpg) 20px 0 repeat no-repeat}.jsPanel-btn-max{background:url(images/icon-sprite-20x20.jpg) 40px 0 repeat no-repeat}.jsPanel-btn-norm{background:url(images/icon-sprite-20x20.jpg) 60px 0 repeat no-repeat;display:none}.jsPanel-btn-min{background:url(images/icon-sprite-20x20.jpg) 80px 0 repeat no-repeat}.jsPanel-btn-small{background:url(images/icon-sprite-20x20.jpg) 100px 0 repeat no-repeat}.jsPanel-btn-smallrev{background:url(images/icon-sprite-20x20.jpg) 120px 0 repeat no-repeat;display:none}.jsPanel-hdr-toolbar{clear:both;font-size:16px;margin-top:23px;height:auto;padding:0 5px;width:auto}.jsPanel-content,.jsPanel-ftr{box-sizing:border-box;font-size:12px}.jsPanel-hdr-toolbar img{cursor:pointer;margin-bottom:4px;margin-right:5px}.jsPanel-content{position:relative;width:100%;overflow:hidden}.jsPanel-ftr{cursor:move;display:none;height:auto;padding:2px 2px 2px 5px;text-align:right}.jsPanel-ftr button{margin:5px}.jsPanel-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}#jsPanel-min-container{position:fixed;left:0;bottom:0;width:auto;height:28px;background:0 0;z-index:9999}.jsPanel-backdrop,.jsPanel-backdrop-inner{position:absolute;width:100%}.jsPanel-backdrop{top:0;left:0;z-index:10000;background:rgba(0,0,0,.7)}.jsPanel.jsPanel-theme-default{background:#fff}.jsPanel-hdr.jsPanel-theme-default{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400}.jsPanel-hdr.jsPanel-theme-default h3{color:#000}.jsPanel-hdr.jsPanel-theme-default h3 small{color:#000;font-size:65%}.jsPanel-content.jsPanel-theme-default{background:#FFF;color:#000}.jsPanel-ftr.jsPanel-theme-default{font-size:12px;height:auto;padding:2px 2px 2px 5px;text-align:right}.jsPanel-theme-default .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-light{background:#f1f1f1}.jsPanel-hdr.jsPanel-theme-light{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#f1f1f1}.jsPanel-hdr.jsPanel-theme-light h3{color:#000}.jsPanel-hdr.jsPanel-theme-light h3 small{color:#000;font-size:65%}.jsPanel-content.jsPanel-theme-light{background:#FFF;color:#000}.jsPanel-ftr.jsPanel-theme-light{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#f1f1f1}.jsPanel-theme-light .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-medium{background:#c2c2c2}.jsPanel-hdr.jsPanel-theme-medium{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#c2c2c2}.jsPanel-hdr.jsPanel-theme-medium h3{color:#000}.jsPanel-hdr.jsPanel-theme-medium h3 small{color:#000;font-size:65%}.jsPanel-content.jsPanel-theme-medium{background:#fff;color:#000}.jsPanel-ftr.jsPanel-theme-medium{color:#000;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#c2c2c2}.jsPanel-theme-medium .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-dark{background:#828282}.jsPanel-hdr.jsPanel-theme-dark{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#828282}.jsPanel-hdr.jsPanel-theme-dark h3{color:#fff}.jsPanel-hdr.jsPanel-theme-dark h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-dark{background:#fff;color:#000}.jsPanel-ftr.jsPanel-theme-dark{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#828282}.jsPanel-theme-dark .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-black{background:linear-gradient(#4a4a4a 0,#000 100%) #4a4a4a;background:-ms-linear-gradient(#4a4a4a 0,#000 100%) #4a4a4a;box-shadow:0 0 3px #333}.jsPanel.jsPanel-theme-autumnbrown,.jsPanel.jsPanel-theme-autumngreen,.jsPanel.jsPanel-theme-autumnred,.jsPanel.jsPanel-theme-danger,.jsPanel.jsPanel-theme-info,.jsPanel.jsPanel-theme-primary,.jsPanel.jsPanel-theme-success,.jsPanel.jsPanel-theme-warning,.jsPanel.panel-danger,.jsPanel.panel-default,.jsPanel.panel-info,.jsPanel.panel-primary,.jsPanel.panel-success,.jsPanel.panel-warning{box-shadow:0 0 6px rgba(0,33,50,.1),0 7px 25px rgba(17,38,60,.4)}.jsPanel-hdr.jsPanel-theme-black{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:0 0}.jsPanel-hdr.jsPanel-theme-black h3{color:#fff}.jsPanel-hdr.jsPanel-theme-black h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-black{background:0 0;color:#c3c3c3}.jsPanel-ftr.jsPanel-theme-black{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:0 0}.jsPanel-theme-black .ui-icon-gripsmall-diagonal-se{color:#fff}.jsPanel.jsPanel-theme-primary{background:#fff}.jsPanel-hdr.jsPanel-theme-primary{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#2FA4E7}.jsPanel-hdr.jsPanel-theme-primary h3{color:#fff}.jsPanel-hdr.jsPanel-theme-primary h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-primary{background:#fff;color:#000}.jsPanel-theme-primary .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-success{background:#fff}.jsPanel-hdr.jsPanel-theme-success{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#818D43}.jsPanel-hdr.jsPanel-theme-success h3{color:#fff}.jsPanel-hdr.jsPanel-theme-success h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-success{background:#fff;color:#000;font-family:tahoma,arial,verdana,sans-serif;outline:#bbb solid 1px}.jsPanel-theme-successt .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-info{background:#fff}.jsPanel-hdr.jsPanel-theme-info{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#033C73}.jsPanel-hdr.jsPanel-theme-info h3{color:#fff}.jsPanel-hdr.jsPanel-theme-info h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-info{background:#fff;color:#000}.jsPanel-theme-info .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-warning{background:#fff}.jsPanel-hdr.jsPanel-theme-warning{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#DD5600}.jsPanel-hdr.jsPanel-theme-warning h3{color:#fff}.jsPanel-hdr.jsPanel-theme-warning h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-warning{background:#fff;color:#000}.jsPanel-theme-warning .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-danger{background:#fff}.jsPanel-hdr.jsPanel-theme-danger{color:#fff;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#C71C22}.jsPanel-hdr.jsPanel-theme-danger h3{color:#fff}.jsPanel-hdr.jsPanel-theme-danger h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-danger{background:#fff;color:#000}.jsPanel-theme-danger .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-autumngreen{background:#eee}.jsPanel-hdr.jsPanel-theme-autumngreen{color:#c4bd8e;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#7d7e51}.jsPanel-hdr.jsPanel-theme-autumngreen h3{color:#c4bd8e}.jsPanel-hdr.jsPanel-theme-autumngreen h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-autumngreen{background:#FFF;color:#6e6449}.jsPanel-ftr.jsPanel-theme-autumngreen{background:linear-gradient(to bottom,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);color:#6e6449}.jsPanel-theme-autumngreen .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-autumnbrown{background:#eee}.jsPanel-hdr.jsPanel-theme-autumnbrown{color:#e9ce87;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#8a5b33}.jsPanel-hdr.jsPanel-theme-autumnbrown h3{color:#e9ce87}.jsPanel-hdr.jsPanel-theme-autumnbrown h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-autumnbrown{background:#FFF;color:#6e6449}.jsPanel-ftr.jsPanel-theme-autumnbrown{background:linear-gradient(to bottom,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);color:#6e6449}.jsPanel-theme-autumnbrown .ui-icon-gripsmall-diagonal-se{color:#000}.jsPanel.jsPanel-theme-autumnred{background:#eee}.jsPanel-hdr.jsPanel-theme-autumnred{color:#e9ce87;font-family:tahoma,arial,verdana,sans-serif;font-weight:400;background:#c6710a}.jsPanel-hdr.jsPanel-theme-autumnred h3{color:#e9ce87}.jsPanel-hdr.jsPanel-theme-autumnred h3 small{color:#fff;font-size:65%}.jsPanel-content.jsPanel-theme-autumnred{background:#FFF;color:#6e6449}.jsPanel-ftr.jsPanel-theme-autumnred{background:linear-gradient(to bottom,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);color:#6e6449}.jsPanel-theme-autumnred .ui-icon-gripsmall-diagonal-se{color:#000}.ui-icon-gripsmall-diagonal-se{background:rgba(0,0,0,0);color:#000;font-family:jsglyphregular;font-size:16px;line-height:16px}.ui-icon-gripsmall-diagonal-se:before{content:"\e02f"}.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se{text-indent:0;bottom:2px}.jsPanel-tooltip-wrapper{position:relative;display:inline-block;margin:0;padding:0;border:none;background:0 0}.jsPanel-tooltip-wrapper .jsPanel{border-radius:4px}.jsPanel-corner-bottom,.jsPanel-corner-left,.jsPanel-corner-right,.jsPanel-corner-top{width:0;height:0;border:12px solid transparent;position:absolute}.jsPanel-corner-top{border-top-width:10px}.jsPanel-corner-right{border-right-width:10px}.jsPanel-corner-bottom{border-bottom-width:10px}.jsPanel-corner-left{border-left-width:10px}.jsPanel-hint{margin-bottom:4px}.jsPanel-hint-close{float:right;font-size:1.5em;margin:4px 5px 0 0;cursor:pointer}.jsPanel-hint-content.jsPanel-hint-default{background:#fff;border:2px solid #222;color:#222;text-shadow:1px 1px 1px #789}.jsPanel-hint-content.jsPanel-hint-light{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(250,250,250,.65) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(250,250,250,.65) 100%);color:#000}.jsPanel-hint-content.jsPanel-hint-medium{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(130,130,130,1) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(130,130,130,1) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-dark{background:linear-gradient(to bottom,rgba(181,189,200,1) 0,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);background:-ms-linear-gradient(top,rgba(181,189,200,1) 0,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-autumngreen{background:linear-gradient(to bottom,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(125,126,81,.65) 0,rgba(0,0,0,0) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-autumnbrown{background:linear-gradient(to bottom,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(138,91,51,.65) 0,rgba(0,0,0,0) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-autumnred{background:linear-gradient(to bottom,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(198,113,10,.65) 0,rgba(0,0,0,0) 100%);color:#fff}.jsPanel-hint-content.jsPanel-hint-primary{background:#82C8F1;border:5px solid #02436A;color:#02436A;text-shadow:2px 2px 2px #fff}.jsPanel-hint-content.jsPanel-hint-info{background:#4594c3;border:5px solid #033c73;color:#fff;text-shadow:2px 2px 2px #033c73}.jsPanel-hint-content.jsPanel-hint-success{background:#C3EA99;border:5px solid #034E26;color:#356304;text-shadow:2px 2px 2px #aaa}.jsPanel-hint-content.jsPanel-hint-warning{background:#FFC7A3;border:5px solid #DD5600;color:#AD6537;text-shadow:2px 2px 2px #fff}.jsPanel-hint-content.jsPanel-hint-danger{background:#fc7073;border:5px solid #c71c22;color:#fff;text-shadow:2px 2px 2px #c71c22}[data-tips]{position:relative;text-decoration:none}[data-tips]:after,[data-tips]:before{position:absolute;z-index:100;opacity:0}[data-tips]:after{content:attr(data-tips);height:25px;line-height:25px;padding:0 10px;font-size:12px;text-align:center;color:#fff;background:#3276B1;border-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,.3);-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);white-space:nowrap;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}[data-tips]:before{content:"";width:0;height:0;border-width:6px;border-style:solid}[data-tips]:hover:after,[data-tips]:hover:before{opacity:1}[data-tips].top-tip:after,[data-tips].top-tip:before{-webkit-transition:bottom .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:bottom .25s ease-in-out,opacity .25s ease-in-out;transition:bottom .25s ease-in-out,opacity .25s ease-in-out;bottom:90%;left:-9999px;margin-bottom:12px}[data-tips].top-tip:before{border-color:#3276B1 transparent transparent;margin-bottom:0}[data-tips].top-tip:hover:after,[data-tips].top-tip:hover:before{bottom:100%;left:0}[data-tips].top-tip:hover:before{left:15px}[data-tips].bottom-tip:after,[data-tips].bottom-tip:before{-webkit-transition:top .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:top .25s ease-in-out,opacity .25s ease-in-out;transition:top .25s ease-in-out,opacity .25s ease-in-out;top:90%;left:-9999px;margin-top:12px}[data-tips].bottom-tip:before{border-color:transparent transparent #3276B1;margin-top:0}[data-tips].bottom-tip:hover:after,[data-tips].bottom-tip:hover:before{top:100%;left:0}[data-tips].bottom-tip:hover:before{left:15px}[data-tips].right-tip:after,[data-tips].right-tip:before{-webkit-transition:left .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:left .25s ease-in-out,opacity .25s ease-in-out;transition:left .25s ease-in-out,opacity .25s ease-in-out;top:-9999px;left:96%;margin-left:12px}[data-tips].right-tip:before{border-color:transparent #3276B1 transparent transparent;margin-left:0}[data-tips].right-tip:hover:after,[data-tips].right-tip:hover:before{left:100%;top:0}[data-tips].right-tip:hover:before{top:7px}[data-tips].left-tip:after,[data-tips].left-tip:before{-webkit-transition:right .25s ease-in-out,opacity .25s ease-in-out;-moz-transition:right .25s ease-in-out,opacity .25s ease-in-out;transition:right .25s ease-in-out,opacity .25s ease-in-out;top:-9999px;right:96%;margin-right:12px}[data-tips].left-tip:before{border-color:transparent transparent transparent #3276B1;margin-right:0}[data-tips].left-tip:hover:after,[data-tips].left-tip:hover:before{right:100%;top:0}[data-tips].left-tip:hover:before{top:7px}
4 \ No newline at end of file 4 \ No newline at end of file
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/bootstrap.css
@@ -3902,7 +3902,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { @@ -3902,7 +3902,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
3902 color: #444444; 3902 color: #444444;
3903 } 3903 }
3904 .breadcrumb { 3904 .breadcrumb {
3905 - padding: 8px 15px; 3905 + padding: 8px 100px;
3906 margin-bottom: 20px; 3906 margin-bottom: 20px;
3907 list-style: none; 3907 list-style: none;
3908 background-color: #f5f5f5; 3908 background-color: #f5f5f5;
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
@@ -378,13 +378,13 @@ footer.dark { @@ -378,13 +378,13 @@ footer.dark {
378 .main2 { 378 .main2 {
379 background: #383838; 379 background: #383838;
380 margin-left: 110px; 380 margin-left: 110px;
381 - padding-top: 51px; 381 + padding-top: 1px;
382 } 382 }
383 .main2 { 383 .main2 {
384 margin-left: 110px; 384 margin-left: 110px;
385 position: relative; 385 position: relative;
386 transition: margin .3s ease; 386 transition: margin .3s ease;
387 - margin-top: 50px; 387 + margin-top: 1px;
388 } 388 }
389 .main2.active { 389 .main2.active {
390 margin-left: 0; 390 margin-left: 0;
@@ -393,11 +393,12 @@ footer.dark { @@ -393,11 +393,12 @@ footer.dark {
393 height: 100vh; 393 height: 100vh;
394 background: #222; 394 background: #222;
395 width: 110px; 395 width: 110px;
396 - padding-top: 110px; 396 + padding-top: 20px;
397 /*overflow: hidden;*/ 397 /*overflow: hidden;*/
398 position: fixed; 398 position: fixed;
399 left: 0; 399 left: 0;
400 - top: 0; 400 + /*nk*/
  401 + /*top: 70px;*/
401 z-index: 1029; 402 z-index: 1029;
402 } 403 }
403 .tools { 404 .tools {
@@ -497,12 +498,12 @@ footer.dark { @@ -497,12 +498,12 @@ footer.dark {
497 z-index: 99999; 498 z-index: 99999;
498 -moz-transition: left 0.5s ease; 499 -moz-transition: left 0.5s ease;
499 transition: left 0.5s ease; 500 transition: left 0.5s ease;
500 - background: url(../../../content/images/icon-sidebar.png) no-repeat 0; 501 + background: url(content/images/icon-sidebar.png) no-repeat 0;
501 width: 11px; 502 width: 11px;
502 height: 33px; 503 height: 33px;
503 } 504 }
504 .active .toggle-icon { 505 .active .toggle-icon {
505 - background: url(../../../content/images/icon-sidebar.png) no-repeat -11px; 506 + background: url(content/images/icon-sidebar.png) no-repeat -11px;
506 width: 11px; 507 width: 11px;
507 height: 33px; 508 height: 33px;
508 } 509 }
@@ -513,12 +514,12 @@ footer.dark { @@ -513,12 +514,12 @@ footer.dark {
513 z-index: 99999; 514 z-index: 99999;
514 -moz-transition: left 0.5s ease; 515 -moz-transition: left 0.5s ease;
515 transition: left 0.5s ease; 516 transition: left 0.5s ease;
516 - background: url(../../../content/images/icon-sidebar.png) no-repeat 0; 517 + background: url(content/images/icon-sidebar.png) no-repeat 0;
517 width: 11px; 518 width: 11px;
518 height: 33px; 519 height: 33px;
519 } 520 }
520 .active .toggle-icon-treeview { 521 .active .toggle-icon-treeview {
521 - background: url(../../../content/images/icon-sidebar.png) no-repeat -11px; 522 + background: url(content/images/icon-sidebar.png) no-repeat -11px;
522 width: 11px; 523 width: 11px;
523 height: 33px; 524 height: 33px;
524 } 525 }