GUI Code refactor
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / css / themes / ztebluelight3.css
index 4462c0a..eddc9ee 100644 (file)
-/**
- * Copyright 2016, CMCC Technologies Co., Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *         http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/***
-light theme
-***/
-
-/***
-Reset and overrides  
-***/
-body {
-  background-color: #eeeeee !important;
-}
-/***
-Page header
-***/
-.header {
-  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3993ba), color-stop(50%, #1f88b3), color-stop(100%, #067ead));   
-  background-image: -moz-linear-gradient(top, #3993ba 0%, #1f88b3 50%, #067ead 100%);  
-  background-image: -o-linear-gradient(top, #3993ba 0%, #1f88b3 50%, #067ead 100%);
-  background-image: linear-gradient(top, #3993ba 0%, #1f88b3 50%, #067ead 100%);
-  background-color: #1584b0 ;
-}
-.header .btn-navbar {
-  background-color: #434343 !important;
-}
-.header .navbar-nav .dropdown-toggle:hover,
-.header .navbar-nav .dropdown.open .dropdown-toggle {
-  background-color: #4399bd !important;
-}
-.header .navbar-nav li.dropdown .dropdown-toggle i {
-  color: #ffffff !important;
-}
-.zte-theme-panel > .toggler:hover {
-  background-color: #54aacf !important;
-}
-.btn-group .btn.blue.dropdown-toggle{
-background-color: #428bca !important;
-}
-.page-content .page-breadcrumb.breadcrumb{
-background-color:#F5F5F5 !important;
-}
-/***
-Header Search
-***/
-.header .search-form {
-  background-color: #3a3a3a;
-}
-
-.header .search-form .form-control{
-  color: #ccc;
-  border: 0; 
-  background-color: #3a3a3a;  
-}
-
-.header .search-form .submit {  
-  background: url(../../image/search-icon.png);
-}
-
-/***
-Hor menu
-***/
-.header .hor-menu ul.nav li a {
-  color: #ccc;
-}
-
-.header .hor-menu ul.nav li.open > a,
-.header .hor-menu ul.nav li > a:hover,
-.header .hor-menu ul.nav li > a:focus {
-  color: #fff;
-  background: #4399bd;
-}
-
-.header .hor-menu .dropdown-menu li:hover > a,
-.header .hor-menu ul.nav li.active > a,
-.header .hor-menu ul.nav li.active > a:hover {
-  color: #fff;
-  background: #136c8f !important; 
-}
-.header.navbar .hor-menu ul.nav li.current .selected,
-.header.navbar .hor-menu ul.nav li.active .selected {
-  border-top: 6px solid #136c8f;
-  }
-.header .hor-menu ul.nav li.current > a,
-.header .hor-menu ul.nav li.current > a:hover {
-  color: #fff;
-  background: #e02222 !important; 
-}
-
-.header .hor-menu .dropdown-menu {  
-    background: #4399bd;
-}
-.header .hor-menu .dropdown-menu li > a {    
-    color: #ccc;
-}
-
-.header .hor-menu .hor-menu-search-form-toggler.off {
-   background: #4399bd url(../../image/hor-menu-search-close-white.png) no-repeat center;
-}
-
-.header .hor-menu .search-form {  
-  background:#4399bd; 
-}
-
-.header .hor-menu .search-form form input {
-  color: #ccc;
-}
-
-.header .hor-menu .search-form .btn {
-  color: #ccc;
-  background: url(../../image/search-icon-white.png) no-repeat center;
-}
-
-.header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */
-    color: #ccc;
-}
-.header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
-    color: #ccc;
-}
-.header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
-    color: #ccc;
-}
-.header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */
-    color: #ccc;
-}
-
-/***
-Mega Menu
-***/
-.mega-menu .mega-menu-submenu {  
-  border-right: 1px solid #656565;
-}
-
-.mega-menu .mega-menu-submenu li h3 {  
-  color: #fff;
-}
-
-/***
-Page sidebar
-***/
-/*.page-content {
-  border-left: 1px solid #e2e2e2 !important;
-  border-bottom: 1px solid #e2e2e2 !important;*/
-}
-.page-sidebar-reversed .page-content {
-  border-left: 0;
-  border-right: 1px solid #e2e2e2 !important;
-}
-.page-sidebar {
-  background-color: #eeeeee;
-}
-.page-sidebar-fixed .page-content {
-  border: 0 !important;
-}
-.page-sidebar-fixed .page-sidebar {
-  border-right: 1px solid #e2e2e2 !important;
-}
-
-
-ul.page-sidebar-menu > li > a {
-  border-top: 1px solid #ececec !important;
-  border-bottom: 1px solid #cccccc !important;
-  color: #000 !important;
-  font-weight: 400;
-  background-color: #e0e0e0 !important;
-}
-
-ul.page-sidebar-menu > li:first-child > a {
-   border-top: 1px solid transparent !important;
-}
-
-ul.page-sidebar-menu > li:last-child > a {
-   border-bottom: 1px solid transparent !important;
-}
-
-ul.page-sidebar-menu > li a i {
-  color: #000000 !important;
-}
-ul.page-sidebar-menu > li.open > a,
-ul.page-sidebar-menu > li > a:hover,
-ul.page-sidebar-menu > li:hover > a {
-  background: #eee;
-  border-top: 1px solid #e8e8e8;
-}
-/*ul.page-sidebar-menu > li.active > a .selected {
-  right:-7px;
-  top:0px;
-  width: 7px;
-  height: 39px;
-  background-image: url("../../image/sidebar-menu-arrow-green.png");
-}  */
-.page-sidebar-reversed ul.page-sidebar-menu > li.active > a .selected {
-  right: auto;
-  left:-7px;
-  background-image: url("../../image/sidebar-menu-arrow-green-reverse.png");
-} 
-ul.page-sidebar-menu > li.active i {
-  color: #fff !important;
-}
-.page-sidebar-fixed ul.page-sidebar-menu > li.active > a .selected {
-  display: none;
-}
-ul.page-sidebar-menu > li.active > a{
- background: #428bca !important;
-  border-top-color: transparent !important;
-  color:#fff!important;
-}
-ul.page-sidebar-menu > li.active > a i {
-  color: #fff;
-}
-ul.page-sidebar-menu > li > a > .arrow:before,
-ul.page-sidebar-menu > li > a > .arrow.open:before {
-  color: #ccc !important;
-}
-ul.page-sidebar-menu > li.active > a .arrow:before, 
-ul.page-sidebar-menu > li.active > a .arrow.open:before {
-  color: #fff !important;
-}
-ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
-  border-top: 0px !important;
-}
-
-ul.page-sidebar-menu ul.sub-menu > li > a {
-  font-weight: 400 !important;
-  color: #333 !important;
-}
-ul.page-sidebar-menu ul.sub-menu > li.active > a,
-ul.page-sidebar-menu ul.sub-menu > li > a:hover {
-  color: #818181 !important;
-  background: #efefef !important; 
-}
-
-ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
-ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
-  color: #ccc !important;
-}
-
-/* sub menu links effects */
-ul.page-sidebar-menu ul.sub-menu > li.active > a,
-ul.page-sidebar-menu ul.sub-menu > li.active > a:hover{
-  color: #000 !important; 
-  background: #dbe6ea !important; 
-}
-ul.page-sidebar-menu ul.sub-menu > li > a:hover,
-ul.page-sidebar-menu ul.sub-menu > li.open > a {
-  color: #000000 !important;
-  background: #e7e7e7 !important; 
-}
-ul.page-sidebar-menu ul.sub-menu > li > a i {
-  color: #000000 !important;
-}
-
-/* sidebar search */
-.page-sidebar .sidebar-search input {
-  background-color: #eeeeee  !important;  
-  color: #727272 !important;
-}
-.page-sidebar .sidebar-search input::-webkit-input-placeholder {
-  color: #aaa !important;
-}
-.page-sidebar .sidebar-search input:-moz-placeholder {
-  color: #aaa !important;
-}
-.page-sidebar .sidebar-search input:-ms-input-placeholder {
-  color: #aaa !important;
-}
-.page-sidebar .sidebar-search .input-box {
-  border-bottom: 1px solid #e2e2e2 !important;
-}
-.page-sidebar .sidebar-search .submit {
-  background-image: url(../../image/search-icon-white.png);
-}
-
-/***
-Sidebar toggler
-***/
-.sidebar-toggler {  
-  background-image: url(../../image/sidebar-toggler-light.jpg);
-  background-color: #333;
-}
-/* search box bg color on expanded */
-.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
-  background-color: #fbfbfb !important;
-}
-.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {  
-  background-image: url("../../image/sidebar-search-close-light.png");
-}
-/* sub menu bg color on hover menu item */
-.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
-  background-color: #eeeeee;
-}
-/***
-Footer 
-***/
-.footer .footer-inner {
-  color: #333333;
-}
-.footer .footer-tools .go-top {
-  background-color: #666666;
-}
-.footer .footer-tools .go-top:hover {
-  opacity: 0.7;
-  filter: alpha(opacity=70);
-}
-.footer .footer-tools .go-top i {
-  color: #999999;
-}
-/***
-Footer Layouts (new in v1.3)
-***/
-/* begin:fixed footer */
-.page-footer-fixed .footer {
-  background-color: #434343;
-}
-.page-footer-fixed .footer .footer-inner {
-  color: #aaaaaa;
-}
-.page-footer-fixed .footer .footer-tools .go-top {
-  background-color: #666666;
-}
-.page-footer-fixed .footer .footer-tools .go-top i {
-  color: #aaaaaa;
-}
-/* end:fixed footer */
-/***
-Gritter Notifications 
-***/
-.gritter-top {
-  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left -30px !important;
-}
-.gritter-bottom {
-  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left bottom !important;
-}
-.gritter-item {
-  display: block;
-  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left -40px !important;
-}
-.gritter-close {
-  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left top !important;
-}
-.gritter-title {
-  text-shadow: none !important;
-  /* Not supported by IE :( */
-
-}
-/* for the light (white) version of the gritter notice */
-.gritter-light .gritter-item,
-.gritter-light .gritter-bottom,
-.gritter-light .gritter-top,
-.gritter-light .gritter-close {
-  background-image: url(../../thirdparty/gritter/images/gritter-light.png) !important;
-}
-.gritter-item-wrapper a {
-  color: #18a5ed;
-}
-.gritter-item-wrapper a:hover {
-  color: #0b6694;
-}
-/* begin: boxed page */
-@media (min-width: 992px) {
-  .page-boxed {
-    background-color: #E8E8E8 !important;
-  }
-  .page-boxed .page-container {
-    background-color: #eeeeee;
-    border-left: 1px solid #e2e2e2;
-    border-bottom: 1px solid #e2e2e2;
-  }
-  .page-sidebar-reversed.page-boxed .page-container {
-    border-left: 0;
-    border-right: 1px solid #e2e2e2;
-  }
-  .page-boxed.page-sidebar-fixed .page-container {
-    border-left: 0;
-    border-bottom: 0;
-  }
-  .page-boxed.page-sidebar-fixed .page-sidebar {
-    border-left: 1px solid #e2e2e2;
-  }
-  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
-    border-right: 1px solid #e2e2e2;
-    border-left: 0; 
-  }
-  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
-    background-color: #E8E8E8 !important;
-  }
-}
-/* end: boxed page */
-/***
-Landscape phone to portrait tablet
-***/
-@media (max-width: 991px) {
-  /***
-  page sidebar
-  ***/
-  .page-sidebar {
-    background-color: #f1f1f1 !important;
-    border-right: none !important;
-  }
-  .page-sidebar-fixed .page-sidebar {
-    border-right: none !important; 
-  }
-  .page-content {
-    border-left: none !important;
-  }
-  ul.page-sidebar-menu > li > a {
-    border-top: 1px solid #ececec !important;
-    border-bottom: 1px solid #cccccc !important;
-  }
-  ul.page-sidebar-menu > li:last-child > a {
-    border-bottom: 0 !important;
-  }
-
-  ul.page-sidebar-menu > li.open > a,{
-    color: #666666 !important;
-    background-color: #e0e0e0 !important;
-  }
-  
-  /*ul.page-sidebar-menu > li > a:hover {
-    color: #666666 !important;
-    background-color: #e7e7e7 !important;
-  }*/
-  ul.page-sidebar-menu > li.open > a {
-    border-bottom-color: transparent !important;
-  }
- /* ul.page-sidebar-menu > li.active > a {
-    color: #ffffff !important;
-    background-color: #28b779 !important;
-  }*/
-
-  ul.page-sidebar-menu ul.sub-menu > li > a {
-    color: #111 !important;
-  }
-ul.page-sidebar-menu ul.sub-menu > li.active > a{
-    color: #000 !important;
-    background: #dbe6ea !important; 
-}
-  ul.page-sidebar-menu ul.sub-menu > li.open > a,  
-  ul.page-sidebar-menu ul.sub-menu > li > a:hover {
-    color: #000 !important;
-    background: #e7e7e7 !important; 
-  }
-
-  .page-sidebar .sidebar-search input {
-    background-color: #f1f1f1 !important;
-    color: #ccc !important;
-  }
-
-  .page-sidebar .sidebar-search .input-box {
-    border-bottom-color: #ccc !important;
-  }
-  .page-sidebar .sidebar-search input::-webkit-input-placeholder {
-    color: #ccc !important;
-  }
-  .page-sidebar .sidebar-search input:-moz-placeholder {
-    color: #ccc !important;
-  }
-  .page-sidebar .sidebar-search input:-ms-input-placeholder {
-    color: #ccc !important;
-  }
-
-  /***
-  page footer
-  ***/
-  
-  .footer {
-    background-color: #434343;
-  }
-
-  .footer .footer-inner {
-    color: #cccccc;
-  }
-  .footer .footer-tools .go-top {
-    background-color: #666666;
-  }
-  .footer .footer-tools .go-top i {
-    color: #999999;
-  }
-}
-
-@media (max-width: 767px) {
-  body {
-    background-color: #077ead !important;
-  }
+/**\r
+ * Copyright 2016, CMCC Technologies Co., Ltd.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
+/***\r
+light theme\r
+***/\r
+\r
+/***\r
+Reset and overrides  \r
+***/\r
+body {\r
+  background-color: #eeeeee !important;\r
+}\r
+/***\r
+Page header\r
+***/\r
+.header {\r
+  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3993ba), color-stop(50%, #1f88b3), color-stop(100%, #067ead));   \r
+  background-image: -moz-linear-gradient(top, #3993ba 0%, #1f88b3 50%, #067ead 100%);  \r
+  background-image: -o-linear-gradient(top, #3993ba 0%, #1f88b3 50%, #067ead 100%);\r
+  background-image: linear-gradient(top, #3993ba 0%, #1f88b3 50%, #067ead 100%);\r
+  background-color: #1584b0 ;\r
+}\r
+.header .btn-navbar {\r
+  background-color: #434343 !important;\r
+}\r
+.header .navbar-nav .dropdown-toggle:hover,\r
+.header .navbar-nav .dropdown.open .dropdown-toggle {\r
+  background-color: #4399bd !important;\r
+}\r
+.header .navbar-nav li.dropdown .dropdown-toggle i {\r
+  color: #ffffff !important;\r
+}\r
+.zte-theme-panel > .toggler:hover {\r
+  background-color: #54aacf !important;\r
+}\r
+.btn-group .btn.blue.dropdown-toggle{\r
+background-color: #428bca !important;\r
+}\r
+.page-content .page-breadcrumb.breadcrumb{\r
+background-color:#F5F5F5 !important;\r
+}\r
+/***\r
+Header Search\r
+***/\r
+.header .search-form {\r
+  background-color: #3a3a3a;\r
+}\r
+\r
+.header .search-form .form-control{\r
+  color: #ccc;\r
+  border: 0; \r
+  background-color: #3a3a3a;  \r
+}\r
+\r
+.header .search-form .submit {  \r
+  background: url(../../image/search-icon.png);\r
+}\r
+\r
+/***\r
+Hor menu\r
+***/\r
+.header .hor-menu ul.nav li a {\r
+  color: #ccc;\r
+}\r
+\r
+.header .hor-menu ul.nav li.open > a,\r
+.header .hor-menu ul.nav li > a:hover,\r
+.header .hor-menu ul.nav li > a:focus {\r
+  color: #fff;\r
+  background: #4399bd;\r
+}\r
+\r
+.header .hor-menu .dropdown-menu li:hover > a,\r
+.header .hor-menu ul.nav li.active > a,\r
+.header .hor-menu ul.nav li.active > a:hover {\r
+  color: #fff;\r
+  background: #136c8f !important; \r
+}\r
+.header.navbar .hor-menu ul.nav li.current .selected,\r
+.header.navbar .hor-menu ul.nav li.active .selected {\r
+  border-top: 6px solid #136c8f;\r
+  }\r
+.header .hor-menu ul.nav li.current > a,\r
+.header .hor-menu ul.nav li.current > a:hover {\r
+  color: #fff;\r
+  background: #e02222 !important; \r
+}\r
+\r
+.header .hor-menu .dropdown-menu {  \r
+    background: #4399bd;\r
+}\r
+.header .hor-menu .dropdown-menu li > a {    \r
+    color: #ccc;\r
+}\r
+\r
+.header .hor-menu .hor-menu-search-form-toggler.off {\r
+   background: #4399bd url(../../image/hor-menu-search-close-white.png) no-repeat center;\r
+}\r
+\r
+.header .hor-menu .search-form {  \r
+  background:#4399bd; \r
+}\r
+\r
+.header .hor-menu .search-form form input {\r
+  color: #ccc;\r
+}\r
+\r
+.header .hor-menu .search-form .btn {\r
+  color: #ccc;\r
+  background: url(../../image/search-icon-white.png) no-repeat center;\r
+}\r
+\r
+.header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */\r
+    color: #ccc;\r
+}\r
+.header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */\r
+    color: #ccc;\r
+}\r
+.header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */\r
+    color: #ccc;\r
+}\r
+.header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */\r
+    color: #ccc;\r
+}\r
+\r
+/***\r
+Mega Menu\r
+***/\r
+.mega-menu .mega-menu-submenu {  \r
+  border-right: 1px solid #656565;\r
+}\r
+\r
+.mega-menu .mega-menu-submenu li h3 {  \r
+  color: #fff;\r
+}\r
+\r
+/***\r
+Page sidebar\r
+***/\r
+/*.page-content {\r
+  border-left: 1px solid #e2e2e2 !important;\r
+  border-bottom: 1px solid #e2e2e2 !important;*/\r
+}\r
+.page-sidebar-reversed .page-content {\r
+  border-left: 0;\r
+  border-right: 1px solid #e2e2e2 !important;\r
+}\r
+.page-sidebar {\r
+  background-color: #eeeeee;\r
+}\r
+.page-sidebar-fixed .page-content {\r
+  border: 0 !important;\r
+}\r
+.page-sidebar-fixed .page-sidebar {\r
+  border-right: 1px solid #e2e2e2 !important;\r
+}\r
+\r
+\r
+ul.page-sidebar-menu > li > a {\r
+  border-top: 1px solid #ececec !important;\r
+  border-bottom: 1px solid #cccccc !important;\r
+  color: #000 !important;\r
+  font-weight: 400;\r
+  background-color: #e0e0e0 !important;\r
+}\r
+\r
+ul.page-sidebar-menu > li:first-child > a {\r
+   border-top: 1px solid transparent !important;\r
+}\r
+\r
+ul.page-sidebar-menu > li:last-child > a {\r
+   border-bottom: 1px solid transparent !important;\r
+}\r
+\r
+ul.page-sidebar-menu > li a i {\r
+  color: #000000 !important;\r
+}\r
+ul.page-sidebar-menu > li.open > a,\r
+ul.page-sidebar-menu > li > a:hover,\r
+ul.page-sidebar-menu > li:hover > a {\r
+  background: #eee;\r
+  border-top: 1px solid #e8e8e8;\r
+}\r
+/*ul.page-sidebar-menu > li.active > a .selected {\r
+  right:-7px;\r
+  top:0px;\r
+  width: 7px;\r
+  height: 39px;\r
+  background-image: url("../../image/sidebar-menu-arrow-green.png");\r
+}  */\r
+.page-sidebar-reversed ul.page-sidebar-menu > li.active > a .selected {\r
+  right: auto;\r
+  left:-7px;\r
+  background-image: url("../../image/sidebar-menu-arrow-green-reverse.png");\r
+} \r
+ul.page-sidebar-menu > li.active i {\r
+  color: #fff !important;\r
+}\r
+.page-sidebar-fixed ul.page-sidebar-menu > li.active > a .selected {\r
+  display: none;\r
+}\r
+ul.page-sidebar-menu > li.active > a{\r
+ background: #428bca !important;\r
+  border-top-color: transparent !important;\r
+  color:#fff!important;\r
+}\r
+ul.page-sidebar-menu > li.active > a i {\r
+  color: #fff;\r
+}\r
+ul.page-sidebar-menu > li > a > .arrow:before,\r
+ul.page-sidebar-menu > li > a > .arrow.open:before {\r
+  color: #ccc !important;\r
+}\r
+ul.page-sidebar-menu > li.active > a .arrow:before, \r
+ul.page-sidebar-menu > li.active > a .arrow.open:before {\r
+  color: #fff !important;\r
+}\r
+ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {\r
+  border-top: 0px !important;\r
+}\r
+\r
+ul.page-sidebar-menu ul.sub-menu > li > a {\r
+  font-weight: 400 !important;\r
+  color: #333 !important;\r
+}\r
+ul.page-sidebar-menu ul.sub-menu > li.active > a,\r
+ul.page-sidebar-menu ul.sub-menu > li > a:hover {\r
+  color: #818181 !important;\r
+  background: #efefef !important; \r
+}\r
+\r
+ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,\r
+ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {\r
+  color: #ccc !important;\r
+}\r
+\r
+/* sub menu links effects */\r
+ul.page-sidebar-menu ul.sub-menu > li.active > a,\r
+ul.page-sidebar-menu ul.sub-menu > li.active > a:hover{\r
+  color: #000 !important; \r
+  background: #dbe6ea !important; \r
+}\r
+ul.page-sidebar-menu ul.sub-menu > li > a:hover,\r
+ul.page-sidebar-menu ul.sub-menu > li.open > a {\r
+  color: #000000 !important;\r
+  background: #e7e7e7 !important; \r
+}\r
+ul.page-sidebar-menu ul.sub-menu > li > a i {\r
+  color: #000000 !important;\r
+}\r
+\r
+/* sidebar search */\r
+.page-sidebar .sidebar-search input {\r
+  background-color: #eeeeee  !important;  \r
+  color: #727272 !important;\r
+}\r
+.page-sidebar .sidebar-search input::-webkit-input-placeholder {\r
+  color: #aaa !important;\r
+}\r
+.page-sidebar .sidebar-search input:-moz-placeholder {\r
+  color: #aaa !important;\r
+}\r
+.page-sidebar .sidebar-search input:-ms-input-placeholder {\r
+  color: #aaa !important;\r
+}\r
+.page-sidebar .sidebar-search .input-box {\r
+  border-bottom: 1px solid #e2e2e2 !important;\r
+}\r
+.page-sidebar .sidebar-search .submit {\r
+  background-image: url(../../image/search-icon-white.png);\r
+}\r
+\r
+/***\r
+Sidebar toggler\r
+***/\r
+.sidebar-toggler {  \r
+  background-image: url(../../image/sidebar-toggler-light.jpg);\r
+  background-color: #333;\r
+}\r
+/* search box bg color on expanded */\r
+.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {\r
+  background-color: #fbfbfb !important;\r
+}\r
+.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {  \r
+  background-image: url("../../image/sidebar-search-close-light.png");\r
+}\r
+/* sub menu bg color on hover menu item */\r
+.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {\r
+  background-color: #eeeeee;\r
+}\r
+/***\r
+Footer \r
+***/\r
+.footer .footer-inner {\r
+  color: #333333;\r
+}\r
+.footer .footer-tools .go-top {\r
+  background-color: #666666;\r
+}\r
+.footer .footer-tools .go-top:hover {\r
+  opacity: 0.7;\r
+  filter: alpha(opacity=70);\r
+}\r
+.footer .footer-tools .go-top i {\r
+  color: #999999;\r
+}\r
+/***\r
+Footer Layouts (new in v1.3)\r
+***/\r
+/* begin:fixed footer */\r
+.page-footer-fixed .footer {\r
+  background-color: #434343;\r
+}\r
+.page-footer-fixed .footer .footer-inner {\r
+  color: #aaaaaa;\r
+}\r
+.page-footer-fixed .footer .footer-tools .go-top {\r
+  background-color: #666666;\r
+}\r
+.page-footer-fixed .footer .footer-tools .go-top i {\r
+  color: #aaaaaa;\r
+}\r
+/* end:fixed footer */\r
+/***\r
+Gritter Notifications \r
+***/\r
+.gritter-top {\r
+  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left -30px !important;\r
+}\r
+.gritter-bottom {\r
+  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left bottom !important;\r
+}\r
+.gritter-item {\r
+  display: block;\r
+  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left -40px !important;\r
+}\r
+.gritter-close {\r
+  background: url(../../thirdparty/gritter/images/gritter.png) no-repeat left top !important;\r
+}\r
+.gritter-title {\r
+  text-shadow: none !important;\r
+  /* Not supported by IE :( */\r
+\r
+}\r
+/* for the light (white) version of the gritter notice */\r
+.gritter-light .gritter-item,\r
+.gritter-light .gritter-bottom,\r
+.gritter-light .gritter-top,\r
+.gritter-light .gritter-close {\r
+  background-image: url(../../thirdparty/gritter/images/gritter-light.png) !important;\r
+}\r
+.gritter-item-wrapper a {\r
+  color: #18a5ed;\r
+}\r
+.gritter-item-wrapper a:hover {\r
+  color: #0b6694;\r
+}\r
+/* begin: boxed page */\r
+@media (min-width: 992px) {\r
+  .page-boxed {\r
+    background-color: #E8E8E8 !important;\r
+  }\r
+  .page-boxed .page-container {\r
+    background-color: #eeeeee;\r
+    border-left: 1px solid #e2e2e2;\r
+    border-bottom: 1px solid #e2e2e2;\r
+  }\r
+  .page-sidebar-reversed.page-boxed .page-container {\r
+    border-left: 0;\r
+    border-right: 1px solid #e2e2e2;\r
+  }\r
+  .page-boxed.page-sidebar-fixed .page-container {\r
+    border-left: 0;\r
+    border-bottom: 0;\r
+  }\r
+  .page-boxed.page-sidebar-fixed .page-sidebar {\r
+    border-left: 1px solid #e2e2e2;\r
+  }\r
+  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {\r
+    border-right: 1px solid #e2e2e2;\r
+    border-left: 0; \r
+  }\r
+  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {\r
+    background-color: #E8E8E8 !important;\r
+  }\r
+}\r
+/* end: boxed page */\r
+/***\r
+Landscape phone to portrait tablet\r
+***/\r
+@media (max-width: 991px) {\r
+  /***\r
+  page sidebar\r
+  ***/\r
+  .page-sidebar {\r
+    background-color: #f1f1f1 !important;\r
+    border-right: none !important;\r
+  }\r
+  .page-sidebar-fixed .page-sidebar {\r
+    border-right: none !important; \r
+  }\r
+  .page-content {\r
+    border-left: none !important;\r
+  }\r
+  ul.page-sidebar-menu > li > a {\r
+    border-top: 1px solid #ececec !important;\r
+    border-bottom: 1px solid #cccccc !important;\r
+  }\r
+  ul.page-sidebar-menu > li:last-child > a {\r
+    border-bottom: 0 !important;\r
+  }\r
+\r
+  ul.page-sidebar-menu > li.open > a,{\r
+    color: #666666 !important;\r
+    background-color: #e0e0e0 !important;\r
+  }\r
+  \r
+  /*ul.page-sidebar-menu > li > a:hover {\r
+    color: #666666 !important;\r
+    background-color: #e7e7e7 !important;\r
+  }*/\r
+  ul.page-sidebar-menu > li.open > a {\r
+    border-bottom-color: transparent !important;\r
+  }\r
+ /* ul.page-sidebar-menu > li.active > a {\r
+    color: #ffffff !important;\r
+    background-color: #28b779 !important;\r
+  }*/\r
+\r
+  ul.page-sidebar-menu ul.sub-menu > li > a {\r
+    color: #111 !important;\r
+  }\r
+ul.page-sidebar-menu ul.sub-menu > li.active > a{\r
+    color: #000 !important;\r
+    background: #dbe6ea !important; \r
+}\r
+  ul.page-sidebar-menu ul.sub-menu > li.open > a,  \r
+  ul.page-sidebar-menu ul.sub-menu > li > a:hover {\r
+    color: #000 !important;\r
+    background: #e7e7e7 !important; \r
+  }\r
+\r
+  .page-sidebar .sidebar-search input {\r
+    background-color: #f1f1f1 !important;\r
+    color: #ccc !important;\r
+  }\r
+\r
+  .page-sidebar .sidebar-search .input-box {\r
+    border-bottom-color: #ccc !important;\r
+  }\r
+  .page-sidebar .sidebar-search input::-webkit-input-placeholder {\r
+    color: #ccc !important;\r
+  }\r
+  .page-sidebar .sidebar-search input:-moz-placeholder {\r
+    color: #ccc !important;\r
+  }\r
+  .page-sidebar .sidebar-search input:-ms-input-placeholder {\r
+    color: #ccc !important;\r
+  }\r
+\r
+  /***\r
+  page footer\r
+  ***/\r
+  \r
+  .footer {\r
+    background-color: #434343;\r
+  }\r
+\r
+  .footer .footer-inner {\r
+    color: #cccccc;\r
+  }\r
+  .footer .footer-tools .go-top {\r
+    background-color: #666666;\r
+  }\r
+  .footer .footer-tools .go-top i {\r
+    color: #999999;\r
+  }\r
+}\r
+\r
+@media (max-width: 767px) {\r
+  body {\r
+    background-color: #077ead !important;\r
+  }\r
 }
\ No newline at end of file