Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. /*!
  2. * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
  3. * Code licensed under the Apache License v2.0.
  4. * For details, see http://www.apache.org/licenses/LICENSE-2.0.
  5. */
  6.  
  7. /* Global Styles */
  8. html, body {
  9. }
  10.  
  11. body {
  12. margin-top: 100px;
  13. background-color: #fff;
  14. height: 100%;
  15. }
  16.  
  17. @media(min-width:768px) {
  18. body {
  19. margin-top: 50px;
  20. }
  21. }
  22.  
  23. #wrapper {
  24. padding-left: 0;
  25. }
  26. .wrapper {
  27. padding-left: 0;
  28. }
  29. #page-wrapper {
  30. width: 100%;
  31. height: 100%;
  32. margin: 0 auto;
  33. background-color: #fff;
  34. }
  35.  
  36. .huge {
  37. font-size: 50px;
  38. line-height: normal;
  39. }
  40.  
  41. @media(min-width:768px) {
  42. /*
  43. #wrapper {
  44. padding-left: 225px;
  45. }
  46. .wrapper {
  47. padding-left: 225px;
  48. }
  49.  
  50. #pa*/ge-wrapper {
  51. padding: 10px;
  52. }
  53. }
  54.  
  55. /* Top Navigation */
  56.  
  57. .top-nav {
  58. padding: 0 15px;
  59. }
  60.  
  61. .top-nav>li {
  62. display: inline-block;
  63. float: left;
  64. }
  65.  
  66. .top-nav>li>a {
  67. padding-top: 15px;
  68. padding-bottom: 15px;
  69. line-height: 20px;
  70. color: #999;
  71. }
  72.  
  73. .top-nav>li>a:hover,
  74. .top-nav>li>a:focus,
  75. .top-nav>.open>a,
  76. .top-nav>.open>a:hover,
  77. .top-nav>.open>a:focus {
  78. color: #fff;
  79. background-color: #000;
  80. }
  81.  
  82. .top-nav>.open>.dropdown-menu {
  83. float: left;
  84. position: absolute;
  85. margin-top: 0;
  86. border: 1px solid rgba(0,0,0,.15);
  87. border-top-left-radius: 0;
  88. border-top-right-radius: 0;
  89. background-color: #fff;
  90. -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  91. box-shadow: 0 6px 12px rgba(0,0,0,.175);
  92. }
  93.  
  94. .top-nav>.open>.dropdown-menu>li>a {
  95. white-space: normal;
  96. }
  97.  
  98. ul.message-dropdown {
  99. padding: 0;
  100. max-height: 250px;
  101. overflow-x: hidden;
  102. overflow-y: auto;
  103. }
  104.  
  105. li.message-preview {
  106. width: 275px;
  107. border-bottom: 1px solid rgba(0,0,0,.15);
  108. }
  109.  
  110. li.message-preview>a {
  111. padding-top: 15px;
  112. padding-bottom: 15px;
  113. }
  114.  
  115. li.message-footer {
  116. margin: 5px 0;
  117. }
  118.  
  119. ul.alert-dropdown {
  120. width: 200px;
  121. }
  122.  
  123. /* Side Navigation */
  124.  
  125. @media(min-width:768px) {
  126. .side-nav {
  127. position: fixed;
  128. top: 51px;
  129. left: 225px;
  130. width: 225px;
  131. margin-left: -225px;
  132. border: none;
  133. border-radius: 0;
  134. overflow-y: auto;
  135. background-color: #222;
  136. height: 100%;
  137. }
  138.  
  139. .side-nav>li>a {
  140. width: 225px;
  141. }
  142.  
  143. .side-nav li a:hover,
  144. .side-nav li a:focus {
  145. outline: none;
  146. background-color: #000 !important;
  147. }
  148. }
  149.  
  150. .side-nav>li>ul {
  151. padding: 0;
  152. }
  153.  
  154. .side-nav>li>ul>li>a {
  155. display: block;
  156. padding: 10px 15px 10px 38px;
  157. text-decoration: none;
  158. color: #999;
  159. }
  160.  
  161. .side-nav>li>ul>li>a:hover {
  162. color: #fff;
  163. }
  164.  
  165. /* Flot Chart Containers */
  166.  
  167. .flot-chart {
  168. display: block;
  169. height: 400px;
  170. }
  171.  
  172. .flot-chart-content {
  173. width: 100%;
  174. height: 100%;
  175. }
  176.  
  177. /* Custom Colored Panels */
  178.  
  179. .huge {
  180. font-size: 40px;
  181. }
  182.  
  183. .panel-green {
  184. border-color: #5cb85c;
  185. }
  186.  
  187. .panel-green .panel-heading {
  188. border-color: #5cb85c;
  189. color: #fff;
  190. background-color: #5cb85c;
  191. }
  192.  
  193. .panel-green a {
  194. color: #5cb85c;
  195. }
  196.  
  197. .panel-green a:hover {
  198. color: #3d8b3d;
  199. }
  200.  
  201. .panel-red {
  202. border-color: #d9534f;
  203. }
  204.  
  205. .panel-red .panel-heading {
  206. border-color: #d9534f;
  207. color: #fff;
  208. background-color: #d9534f;
  209. }
  210.  
  211. .panel-red a {
  212. color: #d9534f;
  213. }
  214.  
  215. .panel-red a:hover {
  216. color: #b52b27;
  217. }
  218.  
  219. .panel-yellow {
  220. border-color: #f0ad4e;
  221. }
  222.  
  223. .panel-yellow .panel-heading {
  224. border-color: #f0ad4e;
  225. color: #fff;
  226. background-color: #f0ad4e;
  227. }
  228.  
  229. .panel-yellow a {
  230. color: #f0ad4e;
  231. }
  232.  
  233. .panel-yellow a:hover {
  234. color: #df8a13;
  235. }
  236.  
  237. /* Custom CSS Added for ETN */
  238.  
  239. .btn .caret {
  240. margin-left: 5px;
  241. }
  242.  
  243. .navbar-form-custom {
  244. margin-top: 4px !important;
  245. margin-bottom: 0px !important;
  246. }
  247.  
  248. .customSearchButton {
  249. border-top-right-radius: 4px !important;
  250. border-bottom-right-radius: 4px !important;
  251. }
  252.  
  253. #search {
  254. display: none;
  255. }
  256.  
  257. #sideBarSelectLocations {
  258. display: none;
  259. }
  260. #sideBarTitleVehicles {
  261. display: none;
  262. }
  263.  
  264. iframe {
  265.  
  266. border: 0;
  267. }
  268.  
  269. .embed-container iframe {
  270. position: absolute;
  271. /*
  272. top: 0;
  273. left: 0;
  274. width: 100%;
  275. height: 100%;
  276. padding-top: 50px;
  277. */
  278.  
  279. }
  280.  
  281.  
  282. .embed-container {
  283. height: 0
  284. }
  285.  
  286. .embed-container-16x9 {
  287. padding-bottom: 56.25%;
  288. }
  289.  
  290. .embed-container-4x3 {
  291. padding-bottom: 75%;
  292. }
  293.  
  294. #embed {
  295. margin-top: 0px;
  296. position: absolute;
  297. top: 0;
  298. left: 0;
  299. width: 100%;
  300. height: 100%;
  301.  
  302. }
  303.  
  304. iframe::-webkit-scrollbar {
  305. display: none;
  306. }
  307.  
  308. #ddc-map {
  309. height: 300px;
  310. }
  311.  
  312. /* 5 Even Colums */
  313.  
  314. .col-xs-15,
  315. .col-sm-15,
  316. .col-md-15,
  317. .col-lg-15 {
  318. position: relative;
  319. min-height: 1px;
  320. padding-right: 10px;
  321. padding-left: 10px;
  322. }
  323.  
  324. .col-xs-15 {
  325. width: 20%;
  326. float: left;
  327. }
  328. @media (min-width: 768px) {
  329. .col-sm-15 {
  330. width: 20%;
  331. float: left;
  332. }
  333. }
  334. @media (min-width: 992px) {
  335. .col-md-15 {
  336. width: 20%;
  337. float: left;
  338. }
  339. }
  340. @media (min-width: 1200px) {
  341. .col-lg-15 {
  342. width: 20%;
  343. float: left;
  344. }
  345. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement