Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 1 | /* navbar */ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 2 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 3 | .navbar-inverse { |
| 4 | background-color: #0071c5; |
| 5 | border-color: #E7E7E7; |
| 6 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 7 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 8 | .navbar-inverse .navbar-brand { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 9 | color: #f3f3f3; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 10 | } |
| 11 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 12 | .navbar-inverse .navbar-brand:hover, |
| 13 | .navbar-inverse .navbar-brand:focus { |
| 14 | color: #fff; |
| 15 | background-color: transparent; |
| 16 | } |
| 17 | |
| 18 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 19 | /* Make the brand icon look right */ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 20 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 21 | .navbar-brand { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 22 | padding: 0px 0px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 23 | } |
| 24 | |
| 25 | .navbar-inverse .navbar-text { |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 26 | color: #f3f3f3; |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 27 | } |
| 28 | |
| 29 | .navbar-inverse .navbar-nav>li>a { |
| 30 | color: #f3f3f3; |
| 31 | } |
| 32 | |
| 33 | .navbar-inverse .navbar-nav>li>a:hover, |
| 34 | .navbar-inverse .navbar-nav>li>a:focus { |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 35 | color: #fff; |
| 36 | background-color: transparent; |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 37 | } |
| 38 | |
| 39 | .navbar-inverse .navbar-nav>.active>a, |
| 40 | .navbar-inverse .navbar-nav>.active>a:hover, |
| 41 | .navbar-inverse .navbar-nav>.active>a:focus { |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 42 | color: #fff; |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 43 | background-color: #080808; |
| 44 | } |
| 45 | |
| 46 | .navbar-inverse .navbar-nav>.disabled>a, |
| 47 | .navbar-inverse .navbar-nav>.disabled>a:hover, |
| 48 | .navbar-inverse .navbar-nav>.disabled>a:focus { |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 49 | color: #444; |
| 50 | background-color: transparent; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 51 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 52 | |
| 53 | .navbar-inverse .navbar-toggle { |
| 54 | border-color: #333; |
| 55 | } |
| 56 | |
| 57 | .navbar-inverse .navbar-toggle:hover, |
| 58 | .navbar-inverse .navbar-toggle:focus { |
| 59 | background-color: #333; |
| 60 | } |
| 61 | |
| 62 | .navbar-inverse .navbar-toggle .icon-bar { |
| 63 | background-color: #fff; |
| 64 | } |
| 65 | |
| 66 | .navbar-inverse .navbar-collapse, |
| 67 | .navbar-inverse .navbar-form { |
| 68 | border-color: #0071c5; |
| 69 | } |
| 70 | |
| 71 | .navbar-inverse .navbar-nav>.open>a, |
| 72 | .navbar-inverse .navbar-nav>.open>a:hover, |
| 73 | .navbar-inverse .navbar-nav>.open>a:focus { |
| 74 | color: #fff; |
| 75 | background-color: #0071c5; |
| 76 | } |
| 77 | |
| 78 | @media (max-width: 767px) { |
| 79 | .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header { |
| 80 | border-color: #0071c5; |
| 81 | } |
| 82 | .navbar-inverse .navbar-nav .open .dropdown-menu .divider { |
| 83 | background-color: #0071c5; |
| 84 | } |
| 85 | .navbar-inverse .navbar-nav .open .dropdown-menu>li>a { |
| 86 | color: #f3f3f3; |
| 87 | } |
| 88 | .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, |
| 89 | .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus { |
| 90 | color: #fff; |
| 91 | background-color: transparent; |
| 92 | } |
| 93 | .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, |
| 94 | .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, |
| 95 | .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus { |
| 96 | color: #fff; |
| 97 | background-color: #0071c5; |
| 98 | } |
| 99 | .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, |
| 100 | .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, |
| 101 | .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus { |
| 102 | color: #444; |
| 103 | background-color: transparent; |
| 104 | } |
| 105 | } |
| 106 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 107 | .navbar-inverse .navbar-link { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 108 | color: #f3f3f3; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 109 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 110 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 111 | .navbar-inverse .navbar-link:hover { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 112 | color: #fff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 113 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 114 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 115 | .navbar-inverse .btn-link { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 116 | color: #f3f3f3; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 117 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 118 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 119 | .navbar-inverse .btn-link:hover, |
| 120 | .navbar-inverse .btn-link:focus { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 121 | color: #fff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 122 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 123 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 124 | .navbar-inverse .btn-link[disabled]:hover, |
| 125 | fieldset[disabled] .navbar-inverse .btn-link:hover, |
| 126 | .navbar-inverse .btn-link[disabled]:focus, |
| 127 | fieldset[disabled] .navbar-inverse .btn-link:focus { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 128 | color: #444; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 129 | } |
| 130 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 131 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 132 | /* Collapse the navbar at 900 pixels*/ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 133 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 134 | @media (max-width: 900px) { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 135 | .navbar-header { |
| 136 | float: none; |
| 137 | } |
| 138 | .navbar-left, |
| 139 | .navbar-right { |
| 140 | float: none !important; |
| 141 | } |
| 142 | .navbar-toggle { |
| 143 | display: block; |
| 144 | } |
| 145 | .navbar-collapse { |
| 146 | border-top: 1px solid transparent; |
| 147 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); |
| 148 | } |
| 149 | .navbar-fixed-top { |
| 150 | top: 0; |
| 151 | border-width: 0 0 1px; |
| 152 | } |
| 153 | .navbar-collapse.collapse { |
| 154 | display: none!important; |
| 155 | } |
| 156 | .navbar-nav { |
| 157 | float: none!important; |
| 158 | margin-top: 7.5px; |
| 159 | } |
| 160 | .navbar-nav>li { |
| 161 | float: none; |
| 162 | } |
| 163 | .navbar-nav>li>a { |
| 164 | padding-top: 10px; |
| 165 | padding-bottom: 10px; |
| 166 | } |
| 167 | .collapse.in { |
| 168 | display: block !important; |
| 169 | } |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 170 | } |
| 171 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 172 | .system-status-table>tbody>tr>td, |
| 173 | .system-status-table>thead>tr>th { |
| 174 | text-align: left; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 175 | } |
| 176 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 177 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 178 | /*Push the first column right*/ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 179 | |
| 180 | .system-status-table { |
| 181 | font-size: small; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 182 | } |
| 183 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 184 | .col-fixed-450 { |
| 185 | width: 450px; |
| 186 | position: fixed; |
| 187 | height: 100%; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 188 | } |
| 189 | |
| 190 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 191 | /* JSON pretty print for the Rest API*/ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 192 | |
| 193 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 194 | /* source https://rawgit.com/google/code-prettify/master/styles/index.html*/ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 195 | |
| 196 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 197 | /* Pretty printing styles. Used with prettify.js. */ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 198 | |
| 199 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 200 | /* Vim sunburst theme by David Leibovic */ |
| 201 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 202 | pre .str, |
| 203 | code .str { |
| 204 | color: #65B042; |
| 205 | } |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 206 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 207 | |
| 208 | /* string - green */ |
| 209 | |
| 210 | pre .kwd, |
| 211 | code .kwd { |
| 212 | color: #E28964; |
| 213 | } |
| 214 | |
| 215 | |
| 216 | /* keyword - dark pink */ |
| 217 | |
| 218 | pre .com, |
| 219 | code .com { |
| 220 | color: #AEAEAE; |
| 221 | font-style: italic; |
| 222 | } |
| 223 | |
| 224 | |
| 225 | /* comment - gray */ |
| 226 | |
| 227 | pre .typ, |
| 228 | code .typ { |
| 229 | color: #89bdff; |
| 230 | } |
| 231 | |
| 232 | |
| 233 | /* type - light blue */ |
| 234 | |
| 235 | pre .lit, |
| 236 | code .lit { |
| 237 | color: #3387CC; |
| 238 | } |
| 239 | |
| 240 | |
| 241 | /* literal - blue */ |
| 242 | |
| 243 | pre .pun, |
| 244 | code .pun { |
| 245 | color: #fff; |
| 246 | } |
| 247 | |
| 248 | |
| 249 | /* punctuation - white */ |
| 250 | |
| 251 | pre .pln, |
| 252 | code .pln { |
| 253 | color: #fff; |
| 254 | } |
| 255 | |
| 256 | |
| 257 | /* plaintext - white */ |
| 258 | |
| 259 | pre .tag, |
| 260 | code .tag { |
| 261 | color: #89bdff; |
| 262 | } |
| 263 | |
| 264 | |
| 265 | /* html/xml tag - light blue */ |
| 266 | |
| 267 | pre .atn, |
| 268 | code .atn { |
| 269 | color: #bdb76b; |
| 270 | } |
| 271 | |
| 272 | |
| 273 | /* html/xml attribute name - khaki */ |
| 274 | |
| 275 | pre .atv, |
| 276 | code .atv { |
| 277 | color: #65B042; |
| 278 | } |
| 279 | |
| 280 | |
| 281 | /* html/xml attribute value - green */ |
| 282 | |
| 283 | pre .dec, |
| 284 | code .dec { |
| 285 | color: #3387CC; |
| 286 | } |
| 287 | |
| 288 | |
| 289 | /* decimal - blue */ |
| 290 | |
| 291 | pre.prettyprint, |
| 292 | code.prettyprint { |
| 293 | background-color: #000; |
| 294 | border-radius: 8px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 295 | } |
| 296 | |
| 297 | pre.prettyprint { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 298 | width: 95%; |
| 299 | margin: 1em auto; |
| 300 | padding: 1em; |
| 301 | white-space: pre-wrap; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 302 | } |
| 303 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 304 | .table td.fit, |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 305 | .table th.fit { |
| 306 | white-space: nowrap; |
| 307 | width: 1%; |
| 308 | } |
| 309 | |
| 310 | |
| 311 | /* Specify class=linenums on a pre to get line numbering */ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 312 | |
| 313 | ol.linenums { |
| 314 | margin-top: 0; |
| 315 | margin-bottom: 0; |
| 316 | color: #AEAEAE; |
| 317 | } |
| 318 | |
| 319 | |
| 320 | /* IE indents via margin-left */ |
| 321 | |
| 322 | li.L0, |
| 323 | li.L1, |
| 324 | li.L2, |
| 325 | li.L3, |
| 326 | li.L5, |
| 327 | li.L6, |
| 328 | li.L7, |
| 329 | li.L8 { |
| 330 | list-style-type: none |
| 331 | } |
| 332 | |
| 333 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 334 | /* Alternate shading for lines */ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 335 | |
| 336 | li.L1, |
| 337 | li.L3, |
| 338 | li.L5, |
| 339 | li.L7, |
| 340 | li.L9 {} |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 341 | |
| 342 | @media print { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 343 | pre .str, |
| 344 | code .str { |
| 345 | color: #060; |
| 346 | } |
| 347 | pre .kwd, |
| 348 | code .kwd { |
| 349 | color: #006; |
| 350 | font-weight: bold; |
| 351 | } |
| 352 | pre .com, |
| 353 | code .com { |
| 354 | color: #600; |
| 355 | font-style: italic; |
| 356 | } |
| 357 | pre .typ, |
| 358 | code .typ { |
| 359 | color: #404; |
| 360 | font-weight: bold; |
| 361 | } |
| 362 | pre .lit, |
| 363 | code .lit { |
| 364 | color: #044; |
| 365 | } |
| 366 | pre .pun, |
| 367 | code .pun { |
| 368 | color: #440; |
| 369 | } |
| 370 | pre .pln, |
| 371 | code .pln { |
| 372 | color: #000; |
| 373 | } |
| 374 | pre .tag, |
| 375 | code .tag { |
| 376 | color: #006; |
| 377 | font-weight: bold; |
| 378 | } |
| 379 | pre .atn, |
| 380 | code .atn { |
| 381 | color: #404; |
| 382 | } |
| 383 | pre .atv, |
| 384 | code .atv { |
| 385 | color: #060; |
| 386 | } |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 387 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 388 | |
| 389 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 390 | /* |
| 391 | * Component: Box |
| 392 | * -------------- |
| 393 | */ |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 394 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 395 | .box { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 396 | position: relative; |
| 397 | border-radius: 3px; |
| 398 | background: #ffffff; |
| 399 | border-top: 3px solid #d2d6de; |
| 400 | margin-bottom: 20px; |
| 401 | width: 100%; |
| 402 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 403 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 404 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 405 | .box.box-primary { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 406 | border-top-color: #0071c5; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 407 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 408 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 409 | .box.box-info { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 410 | border-top-color: #00c0ef; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 411 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 412 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 413 | .box.box-danger { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 414 | border-top-color: #dd4b39; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 415 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 416 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 417 | .box.box-warning { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 418 | border-top-color: #f39c12; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 419 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 420 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 421 | .box.box-success { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 422 | border-top-color: #00a65a; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 423 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 424 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 425 | .box.box-default { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 426 | border-top-color: #d2d6de; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 427 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 428 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 429 | .box.collapsed-box .box-body, |
| 430 | .box.collapsed-box .box-footer { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 431 | display: none; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 432 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 433 | |
| 434 | .box .nav-stacked>li { |
| 435 | border-bottom: 1px solid #f4f4f4; |
| 436 | margin: 0; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 437 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 438 | |
| 439 | .box .nav-stacked>li:last-of-type { |
| 440 | border-bottom: none; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 441 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 442 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 443 | .box.height-control .box-body { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 444 | max-height: 300px; |
| 445 | overflow: auto; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 446 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 447 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 448 | .box .border-right { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 449 | border-right: 1px solid #f4f4f4; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 450 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 451 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 452 | .box .border-left { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 453 | border-left: 1px solid #f4f4f4; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 454 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 455 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 456 | .box.box-solid { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 457 | border-top: 0; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 458 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 459 | |
| 460 | .box.box-solid>.box-header .btn.btn-default { |
| 461 | background: transparent; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 462 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 463 | |
| 464 | .box.box-solid>.box-header .btn:hover, |
| 465 | .box.box-solid>.box-header a:hover { |
| 466 | background: rgba(0, 0, 0, 0.1); |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 467 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 468 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 469 | .box.box-solid.box-default { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 470 | border: 1px solid #d2d6de; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 471 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 472 | |
| 473 | .box.box-solid.box-default>.box-header { |
| 474 | color: #444444; |
| 475 | background: #d2d6de; |
| 476 | background-color: #d2d6de; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 477 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 478 | |
| 479 | .box.box-solid.box-default>.box-header a, |
| 480 | .box.box-solid.box-default>.box-header .btn { |
| 481 | color: #444444; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 482 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 483 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 484 | .box.box-solid.box-primary { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 485 | border: 1px solid #0071c5; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 486 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 487 | |
| 488 | .box.box-solid.box-primary>.box-header { |
| 489 | color: #ffffff; |
| 490 | background: #0071c5; |
| 491 | background-color: #0071c5; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 492 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 493 | |
| 494 | .box.box-solid.box-primary>.box-header a, |
| 495 | .box.box-solid.box-primary>.box-header .btn { |
| 496 | color: #ffffff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 497 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 498 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 499 | .box.box-solid.box-info { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 500 | border: 1px solid #00c0ef; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 501 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 502 | |
| 503 | .box.box-solid.box-info>.box-header { |
| 504 | color: #ffffff; |
| 505 | background: #00c0ef; |
| 506 | background-color: #00c0ef; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 507 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 508 | |
| 509 | .box.box-solid.box-info>.box-header a, |
| 510 | .box.box-solid.box-info>.box-header .btn { |
| 511 | color: #ffffff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 512 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 513 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 514 | .box.box-solid.box-danger { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 515 | border: 1px solid #dd4b39; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 516 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 517 | |
| 518 | .box.box-solid.box-danger>.box-header { |
| 519 | color: #ffffff; |
| 520 | background: #dd4b39; |
| 521 | background-color: #dd4b39; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 522 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 523 | |
| 524 | .box.box-solid.box-danger>.box-header a, |
| 525 | .box.box-solid.box-danger>.box-header .btn { |
| 526 | color: #ffffff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 527 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 528 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 529 | .box.box-solid.box-warning { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 530 | border: 1px solid #f39c12; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 531 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 532 | |
| 533 | .box.box-solid.box-warning>.box-header { |
| 534 | color: #ffffff; |
| 535 | background: #f39c12; |
| 536 | background-color: #f39c12; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 537 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 538 | |
| 539 | .box.box-solid.box-warning>.box-header a, |
| 540 | .box.box-solid.box-warning>.box-header .btn { |
| 541 | color: #ffffff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 542 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 543 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 544 | .box.box-solid.box-success { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 545 | border: 1px solid #00a65a; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 546 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 547 | |
| 548 | .box.box-solid.box-success>.box-header { |
| 549 | color: #ffffff; |
| 550 | background: #00a65a; |
| 551 | background-color: #00a65a; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 552 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 553 | |
| 554 | .box.box-solid.box-success>.box-header a, |
| 555 | .box.box-solid.box-success>.box-header .btn { |
| 556 | color: #ffffff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 557 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 558 | |
| 559 | .box.box-solid>.box-header>.box-tools .btn { |
| 560 | border: 0; |
| 561 | box-shadow: none; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 562 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 563 | |
| 564 | .box.box-solid[class*='bg']>.box-header { |
| 565 | color: #fff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 566 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 567 | |
| 568 | .box .box-group>.box { |
| 569 | margin-bottom: 5px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 570 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 571 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 572 | .box .knob-label { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 573 | text-align: center; |
| 574 | color: #333; |
| 575 | font-weight: 100; |
| 576 | font-size: 12px; |
| 577 | margin-bottom: 0.3em; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 578 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 579 | |
| 580 | .box>.overlay, |
| 581 | .overlay-wrapper>.overlay, |
| 582 | .box>.loading-img, |
| 583 | .overlay-wrapper>.loading-img { |
| 584 | position: absolute; |
| 585 | top: 0; |
| 586 | left: 0; |
| 587 | width: 100%; |
| 588 | height: 100%; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 589 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 590 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 591 | .box .overlay, |
| 592 | .overlay-wrapper .overlay { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 593 | z-index: 50; |
| 594 | background: rgba(255, 255, 255, 0.7); |
| 595 | border-radius: 3px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 596 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 597 | |
| 598 | .box .overlay>.fa, |
| 599 | .overlay-wrapper .overlay>.fa { |
| 600 | position: absolute; |
| 601 | top: 50%; |
| 602 | left: 50%; |
| 603 | margin-left: -15px; |
| 604 | margin-top: -15px; |
| 605 | color: #000; |
| 606 | font-size: 30px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 607 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 608 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 609 | .box .overlay.dark, |
| 610 | .overlay-wrapper .overlay.dark { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 611 | background: rgba(0, 0, 0, 0.5); |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 612 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 613 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 614 | .box-header:before, |
| 615 | .box-body:before, |
| 616 | .box-footer:before, |
| 617 | .box-header:after, |
| 618 | .box-body:after, |
| 619 | .box-footer:after { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 620 | content: " "; |
| 621 | display: table; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 622 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 623 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 624 | .box-header:after, |
| 625 | .box-body:after, |
| 626 | .box-footer:after { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 627 | clear: both; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 628 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 629 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 630 | .box-header { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 631 | color: #444; |
| 632 | display: block; |
| 633 | padding: 10px; |
| 634 | position: relative; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 635 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 636 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 637 | .box-header.with-border { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 638 | border-bottom: 1px solid #f4f4f4; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 639 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 640 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 641 | .collapsed-box .box-header.with-border { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 642 | border-bottom: none; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 643 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 644 | |
| 645 | .box-header>.fa, |
| 646 | .box-header>.glyphicon, |
| 647 | .box-header>.ion, |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 648 | .box-header .box-title { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 649 | display: inline-block; |
| 650 | font-size: 18px; |
| 651 | margin: 0; |
| 652 | line-height: 1; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 653 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 654 | |
| 655 | .box-header>.fa, |
| 656 | .box-header>.glyphicon, |
| 657 | .box-header>.ion { |
| 658 | margin-right: 5px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 659 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 660 | |
| 661 | .box-header>.box-tools { |
| 662 | position: absolute; |
| 663 | right: 10px; |
| 664 | top: 5px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 665 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 666 | |
| 667 | .box-header>.box-tools [data-toggle="tooltip"] { |
| 668 | position: relative; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 669 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 670 | |
| 671 | .box-header>.box-tools.pull-right .dropdown-menu { |
| 672 | right: 0; |
| 673 | left: auto; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 674 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 675 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 676 | .btn-box-tool { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 677 | padding: 5px; |
| 678 | font-size: 12px; |
| 679 | background: transparent; |
| 680 | color: #97a0b3; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 681 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 682 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 683 | .open .btn-box-tool, |
| 684 | .btn-box-tool:hover { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 685 | color: #606c84; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 686 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 687 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 688 | .btn-box-tool.btn:active { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 689 | box-shadow: none; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 690 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 691 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 692 | .box-body { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 693 | border-top-left-radius: 0; |
| 694 | border-top-right-radius: 0; |
| 695 | border-bottom-right-radius: 3px; |
| 696 | border-bottom-left-radius: 3px; |
| 697 | padding: 10px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 698 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 699 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 700 | .no-header .box-body { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 701 | border-top-right-radius: 3px; |
| 702 | border-top-left-radius: 3px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 703 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 704 | |
| 705 | .box-body>.table { |
| 706 | margin-bottom: 0; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 707 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 708 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 709 | .box-body .fc { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 710 | margin-top: 5px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 711 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 712 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 713 | .box-body .full-width-chart { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 714 | margin: -19px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 715 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 716 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 717 | .box-body.no-padding .full-width-chart { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 718 | margin: -9px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 719 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 720 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 721 | .box-body .box-pane { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 722 | border-top-left-radius: 0; |
| 723 | border-top-right-radius: 0; |
| 724 | border-bottom-right-radius: 0; |
| 725 | border-bottom-left-radius: 3px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 726 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 727 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 728 | .box-body .box-pane-right { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 729 | border-top-left-radius: 0; |
| 730 | border-top-right-radius: 0; |
| 731 | border-bottom-right-radius: 3px; |
| 732 | border-bottom-left-radius: 0; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 733 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 734 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 735 | .box-footer { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 736 | border-top-left-radius: 0; |
| 737 | border-top-right-radius: 0; |
| 738 | border-bottom-right-radius: 3px; |
| 739 | border-bottom-left-radius: 3px; |
| 740 | border-top: 1px solid #f4f4f4; |
| 741 | padding: 10px; |
| 742 | background-color: #ffffff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 743 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 744 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 745 | .chart-legend { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 746 | margin: 10px 0; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 747 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 748 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 749 | @media (max-width: 991px) { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 750 | .chart-legend>li { |
| 751 | float: left; |
| 752 | margin-right: 10px; |
| 753 | } |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 754 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 755 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 756 | .box-comments { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 757 | background: #f7f7f7; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 758 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 759 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 760 | .box-comments .box-comment { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 761 | padding: 8px 0; |
| 762 | border-bottom: 1px solid #eee; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 763 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 764 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 765 | .box-comments .box-comment:before, |
| 766 | .box-comments .box-comment:after { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 767 | content: " "; |
| 768 | display: table; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 769 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 770 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 771 | .box-comments .box-comment:after { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 772 | clear: both; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 773 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 774 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 775 | .box-comments .box-comment:last-of-type { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 776 | border-bottom: 0; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 777 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 778 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 779 | .box-comments .box-comment:first-of-type { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 780 | padding-top: 0; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 781 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 782 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 783 | .box-comments .box-comment img { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 784 | float: left; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 785 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 786 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 787 | .box-comments .comment-text { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 788 | margin-left: 40px; |
| 789 | color: #555; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 790 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 791 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 792 | .box-comments .username { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 793 | color: #444; |
| 794 | display: block; |
| 795 | font-weight: 600; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 796 | } |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 797 | |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 798 | .box-comments .text-muted { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 799 | font-weight: 400; |
| 800 | font-size: 12px; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 801 | } |
| 802 | |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 803 | .table-striped-invert>tbody>tr:nth-child(2n+1)>td, |
| 804 | .table-striped>tbody>tr:nth-child(2n+1)>th { |
| 805 | background-color: #ffffff; |
Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 806 | } |
Ed Tanous | 9140a67 | 2017-04-24 17:01:32 -0700 | [diff] [blame] | 807 | |
Ed Tanous | 9140a67 | 2017-04-24 17:01:32 -0700 | [diff] [blame] | 808 | .div-fake-hidden { |
Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 809 | width: 0px; |
| 810 | height: 0px; |
| 811 | overflow: hidden; |
| 812 | } |
| 813 | |
| 814 | ::-webkit-scrollbar { |
| 815 | width: .5em; |
| 816 | height: .5em |
| 817 | } |
| 818 | |
| 819 | body.blur-theme::before, |
| 820 | body.mobile.blur-theme .body-bg::before { |
| 821 | content: ''; |
| 822 | height: 100%; |
| 823 | top: 0; |
| 824 | left: 0; |
| 825 | z-index: -1; |
| 826 | width: 100%; |
| 827 | will-change: transform |
| 828 | } |
| 829 | |
| 830 | ::-webkit-scrollbar-thumb { |
| 831 | background: #d9d9d9; |
| 832 | cursor: pointer |
| 833 | } |
| 834 | |
| 835 | ::-webkit-scrollbar-track { |
| 836 | background: 0 0 |
| 837 | } |
| 838 | |
| 839 | body { |
| 840 | scrollbar-face-color: #d9d9d9; |
| 841 | scrollbar-track-color: transparent; |
| 842 | font: 14px/16px Roboto, sans-serif; |
| 843 | color: #666; |
| 844 | background-color: #F0F3F4 |
| 845 | } |
| 846 | |
| 847 | body, |
| 848 | html { |
| 849 | min-height: 100%; |
| 850 | min-width: 320px |
| 851 | } |
| 852 | |
| 853 | body.blur-theme::before { |
| 854 | position: fixed; |
| 855 | background: url(../../static/img/blur-bg.jpg) center center no-repeat; |
| 856 | background-size: cover |
| 857 | } |
| 858 | |
| 859 | body.mobile { |
| 860 | background: 0 0 |
| 861 | } |
| 862 | |
| 863 | body.mobile .body-bg { |
| 864 | display: block; |
| 865 | position: fixed; |
| 866 | top: 0; |
| 867 | left: 0; |
| 868 | bottom: 0; |
| 869 | right: 0; |
| 870 | background-attachment: inherit; |
| 871 | background-color: #F0F3F4 |
| 872 | } |
| 873 | |
| 874 | body.mobile.blur-theme .body-bg::before { |
| 875 | position: fixed; |
| 876 | background: url(../../static/img/blur-bg.jpg) center center no-repeat; |
| 877 | background-size: cover |
| 878 | } |
| 879 | |
| 880 | @media screen and (-ms-high-contrast:active), |
| 881 | (-ms-high-contrast:none) { |
| 882 | body, |
| 883 | html { |
| 884 | height: 100% |
| 885 | } |
| 886 | html { |
| 887 | overflow: hidden |
| 888 | } |
| 889 | body { |
| 890 | overflow: auto |
| 891 | } |
| 892 | } |
| 893 | |
| 894 | a { |
| 895 | -webkit-transition: color .5s ease; |
| 896 | transition: color .5s ease; |
| 897 | outline: 0!important |
| 898 | } |
| 899 | |
| 900 | .body-bg { |
| 901 | display: none |
| 902 | } |
| 903 | |
| 904 | .al-header { |
| 905 | display: block; |
| 906 | height: 49px; |
| 907 | margin: 0; |
| 908 | background-repeat: repeat-x; |
| 909 | position: relative; |
| 910 | z-index: 905; |
| 911 | color: #444 |
| 912 | } |
| 913 | |
| 914 | .al-main { |
| 915 | margin-left: 180px; |
| 916 | padding: 66px 0 34px; |
| 917 | min-height: 500px |
| 918 | } |
| 919 | |
| 920 | .al-footer { |
| 921 | height: 34px; |
| 922 | padding: 0 18px 0 180px; |
| 923 | width: 100%; |
| 924 | position: absolute; |
| 925 | display: block; |
| 926 | bottom: 0; |
| 927 | font-size: 13px; |
| 928 | color: #666; |
| 929 | -webkit-transition: padding-left .5s ease; |
| 930 | transition: padding-left .5s ease |
| 931 | } |
| 932 | |
| 933 | .al-footer-main { |
| 934 | float: left; |
| 935 | margin-left: 15px |
| 936 | } |
| 937 | |
| 938 | .al-copy { |
| 939 | float: left |
| 940 | } |
| 941 | |
| 942 | .al-footer-right { |
| 943 | float: right; |
| 944 | margin-right: 12px |
| 945 | } |
| 946 | |
| 947 | .al-share, |
| 948 | .al-share li { |
| 949 | list-style: none; |
| 950 | float: left |
| 951 | } |
| 952 | |
| 953 | .al-footer-right i { |
| 954 | margin: 0 4px; |
| 955 | color: #e85656; |
| 956 | font-size: 12px |
| 957 | } |
| 958 | |
| 959 | .al-footer-right a { |
| 960 | margin-left: 4px; |
| 961 | color: #666 |
| 962 | } |
| 963 | |
| 964 | .al-footer-right a:hover { |
| 965 | color: #e85656 |
| 966 | } |
| 967 | |
| 968 | .al-share { |
| 969 | margin: -6px 0 0 12px; |
| 970 | padding: 0 |
| 971 | } |
| 972 | |
| 973 | .al-share li { |
| 974 | margin-left: 16px |
| 975 | } |
| 976 | |
| 977 | .al-share li i { |
| 978 | cursor: pointer; |
| 979 | -webkit-transition: all .1s ease; |
| 980 | transition: all .1s ease; |
| 981 | color: #fff; |
| 982 | padding: 6px; |
| 983 | box-sizing: content-box; |
| 984 | font-size: 16px |
| 985 | } |
| 986 | |
| 987 | .al-share li i:hover { |
| 988 | -webkit-transform: scale(1.2); |
| 989 | transform: scale(1.2) |
| 990 | } |
| 991 | |
| 992 | .al-share li i.fa-facebook-square { |
| 993 | color: #3b5998 |
| 994 | } |
| 995 | |
| 996 | .al-share li i.fa-twitter-square { |
| 997 | color: #55acee |
| 998 | } |
| 999 | |
| 1000 | .al-share li i.fa-google-plus-square { |
| 1001 | color: #dd4b39 |
| 1002 | } |
| 1003 | |
| 1004 | .al-content { |
| 1005 | padding: 8px 32px 8px 40px |
| 1006 | } |
| 1007 | |
| 1008 | @media screen and (max-width: 500px) { |
| 1009 | .al-content { |
| 1010 | padding: 8px 20px |
| 1011 | } |
| 1012 | } |
| 1013 | |
| 1014 | .vis-hidden { |
| 1015 | visibility: hidden; |
| 1016 | position: absolute; |
| 1017 | top: -9999px; |
| 1018 | left: -9999px |
| 1019 | } |
| 1020 | |
| 1021 | .icon-down, |
| 1022 | .icon-up { |
| 1023 | width: 5px; |
| 1024 | height: 13px; |
| 1025 | display: block |
| 1026 | } |
| 1027 | |
| 1028 | .icon-up { |
| 1029 | background: url(../assets/img/arrow-green-up.svg) no-repeat |
| 1030 | } |
| 1031 | |
| 1032 | .icon-down { |
| 1033 | background: url(../assets/img/arrow-red-down.svg) no-repeat |
| 1034 | } |
| 1035 | |
| 1036 | .disable-text-selection { |
| 1037 | -webkit-touch-callout: none; |
| 1038 | -webkit-user-select: none; |
| 1039 | -moz-user-select: none; |
| 1040 | -ms-user-select: none; |
| 1041 | user-select: none |
| 1042 | } |
| 1043 | |
| 1044 | .align-right { |
| 1045 | text-align: right |
| 1046 | } |
| 1047 | |
| 1048 | .amcharts-chart-div>a { |
| 1049 | font-size: 6px!important |
| 1050 | } |
| 1051 | |
| 1052 | .content-panel { |
| 1053 | padding-left: 22px; |
| 1054 | padding-top: 26px |
| 1055 | } |
| 1056 | |
| 1057 | @media (max-width: 590px) { |
| 1058 | .al-footer-right { |
| 1059 | float: none; |
| 1060 | margin-bottom: 19px; |
| 1061 | margin-right: 0 |
| 1062 | } |
| 1063 | .al-footer { |
| 1064 | height: 76px; |
| 1065 | text-align: center |
| 1066 | } |
| 1067 | .al-main { |
| 1068 | padding-bottom: 76px |
| 1069 | } |
| 1070 | .al-footer-main { |
| 1071 | float: none; |
| 1072 | display: inline-block |
| 1073 | } |
| 1074 | } |
| 1075 | |
| 1076 | .full-invisible, |
| 1077 | .full-invisible * { |
| 1078 | visibility: hidden!important |
| 1079 | } |
| 1080 | |
| 1081 | .irs-grid-text { |
| 1082 | color: #666 |
| 1083 | } |
| 1084 | |
| 1085 | .btn.active.focus, |
| 1086 | .btn.active:focus, |
| 1087 | .btn.focus, |
| 1088 | .btn:active.focus, |
| 1089 | .btn:active:focus, |
| 1090 | .btn:focus { |
| 1091 | outline: 0 |
| 1092 | } |
| 1093 | |
| 1094 | .btn { |
| 1095 | border-radius: 5px; |
| 1096 | -webkit-transition: all .1s ease; |
| 1097 | transition: all .1s ease |
| 1098 | } |
| 1099 | |
| 1100 | button.progress-button.btn.btn-danger, |
| 1101 | button.progress-button.btn.btn-default, |
| 1102 | button.progress-button.btn.btn-info, |
| 1103 | button.progress-button.btn.btn-primary, |
| 1104 | button.progress-button.btn.btn-success, |
| 1105 | button.progress-button.btn.btn-warning { |
| 1106 | border-radius: 0 |
| 1107 | } |
| 1108 | |
| 1109 | .btn:hover { |
| 1110 | -webkit-transform: scale(1.2); |
| 1111 | transform: scale(1.2) |
| 1112 | } |
| 1113 | |
| 1114 | .open>.btn.dropdown-toggle.btn.btn-primary { |
| 1115 | background: #1b867b; |
| 1116 | border-color: #1b867b |
| 1117 | } |
| 1118 | |
| 1119 | .open>.btn.dropdown-toggle.btn-success { |
| 1120 | background: #7a9d00; |
| 1121 | border-color: #7a9d00 |
| 1122 | } |
| 1123 | |
| 1124 | .open>.btn.dropdown-toggle.btn-info { |
| 1125 | background: #2692b2; |
| 1126 | border-color: #2692b2 |
| 1127 | } |
| 1128 | |
| 1129 | .open>.btn.dropdown-toggle.btn-warning { |
| 1130 | background: #be9c18; |
| 1131 | border-color: #be9c18 |
| 1132 | } |
| 1133 | |
| 1134 | .open>.btn.dropdown-toggle.btn-danger { |
| 1135 | background: #c54949; |
| 1136 | border-color: #c54949 |
| 1137 | } |
| 1138 | |
| 1139 | button.btn.btn-primary { |
| 1140 | background: #209e91; |
| 1141 | border-color: #209e91 |
| 1142 | } |
| 1143 | |
| 1144 | button.btn.btn-primary.disabled, |
| 1145 | button.btn.btn-primary.disabled.active, |
| 1146 | button.btn.btn-primary.disabled.focus, |
| 1147 | button.btn.btn-primary.disabled:active, |
| 1148 | button.btn.btn-primary.disabled:focus, |
| 1149 | button.btn.btn-primary.disabled:hover, |
| 1150 | button.btn.btn-primary[disabled], |
| 1151 | button.btn.btn-primary[disabled].active, |
| 1152 | button.btn.btn-primary[disabled].focus, |
| 1153 | button.btn.btn-primary[disabled]:active, |
| 1154 | button.btn.btn-primary[disabled]:focus, |
| 1155 | button.btn.btn-primary[disabled]:hover, |
| 1156 | fieldset[disabled] button.btn.btn-primary, |
| 1157 | fieldset[disabled] button.btn.btn-primary.active, |
| 1158 | fieldset[disabled] button.btn.btn-primary.focus, |
| 1159 | fieldset[disabled] button.btn.btn-primary:active, |
| 1160 | fieldset[disabled] button.btn.btn-primary:focus, |
| 1161 | fieldset[disabled] button.btn.btn-primary:hover { |
| 1162 | background: #209e91; |
| 1163 | border-color: #2caa9d |
| 1164 | } |
| 1165 | |
| 1166 | button.btn.btn-primary.disabled.active:hover, |
| 1167 | button.btn.btn-primary.disabled.focus:hover, |
| 1168 | button.btn.btn-primary.disabled:active:hover, |
| 1169 | button.btn.btn-primary.disabled:focus:hover, |
| 1170 | button.btn.btn-primary.disabled:hover, |
| 1171 | button.btn.btn-primary.disabled:hover:hover, |
| 1172 | button.btn.btn-primary[disabled].active:hover, |
| 1173 | button.btn.btn-primary[disabled].focus:hover, |
| 1174 | button.btn.btn-primary[disabled]:active:hover, |
| 1175 | button.btn.btn-primary[disabled]:focus:hover, |
| 1176 | button.btn.btn-primary[disabled]:hover, |
| 1177 | button.btn.btn-primary[disabled]:hover:hover, |
| 1178 | fieldset[disabled] button.btn.btn-primary.active:hover, |
| 1179 | fieldset[disabled] button.btn.btn-primary.focus:hover, |
| 1180 | fieldset[disabled] button.btn.btn-primary:active:hover, |
| 1181 | fieldset[disabled] button.btn.btn-primary:focus:hover, |
| 1182 | fieldset[disabled] button.btn.btn-primary:hover, |
| 1183 | fieldset[disabled] button.btn.btn-primary:hover:hover { |
| 1184 | -webkit-transform: none; |
| 1185 | transform: none |
| 1186 | } |
| 1187 | |
| 1188 | button.btn.btn-primary.active, |
| 1189 | button.btn.btn-primary.focus, |
| 1190 | button.btn.btn-primary:active, |
| 1191 | button.btn.btn-primary:focus, |
| 1192 | button.btn.btn-primary:hover { |
| 1193 | background: #209e91; |
| 1194 | border-color: #088679 |
| 1195 | } |
| 1196 | |
| 1197 | button.btn.btn-primary:active, |
| 1198 | button.btn.btn-primary:target { |
| 1199 | background-color: #1b867b |
| 1200 | } |
| 1201 | |
| 1202 | button.btn.btn-default { |
| 1203 | border-width: 1px; |
| 1204 | color: #666; |
| 1205 | background: 0 0; |
| 1206 | border-color: #d6d6d6 |
| 1207 | } |
| 1208 | |
| 1209 | button.btn.btn-default.disabled, |
| 1210 | button.btn.btn-default.disabled.active, |
| 1211 | button.btn.btn-default.disabled.focus, |
| 1212 | button.btn.btn-default.disabled:active, |
| 1213 | button.btn.btn-default.disabled:focus, |
| 1214 | button.btn.btn-default.disabled:hover, |
| 1215 | button.btn.btn-default[disabled], |
| 1216 | button.btn.btn-default[disabled].active, |
| 1217 | button.btn.btn-default[disabled].focus, |
| 1218 | button.btn.btn-default[disabled]:active, |
| 1219 | button.btn.btn-default[disabled]:focus, |
| 1220 | button.btn.btn-default[disabled]:hover, |
| 1221 | fieldset[disabled] button.btn.btn-default, |
| 1222 | fieldset[disabled] button.btn.btn-default.active, |
| 1223 | fieldset[disabled] button.btn.btn-default.focus, |
| 1224 | fieldset[disabled] button.btn.btn-default:active, |
| 1225 | fieldset[disabled] button.btn.btn-default:focus, |
| 1226 | fieldset[disabled] button.btn.btn-default:hover { |
| 1227 | background: 0 0; |
| 1228 | border-color: #e2e2e2 |
| 1229 | } |
| 1230 | |
| 1231 | button.btn.btn-default.disabled.active:hover, |
| 1232 | button.btn.btn-default.disabled.focus:hover, |
| 1233 | button.btn.btn-default.disabled:active:hover, |
| 1234 | button.btn.btn-default.disabled:focus:hover, |
| 1235 | button.btn.btn-default.disabled:hover, |
| 1236 | button.btn.btn-default.disabled:hover:hover, |
| 1237 | button.btn.btn-default[disabled].active:hover, |
| 1238 | button.btn.btn-default[disabled].focus:hover, |
| 1239 | button.btn.btn-default[disabled]:active:hover, |
| 1240 | button.btn.btn-default[disabled]:focus:hover, |
| 1241 | button.btn.btn-default[disabled]:hover, |
| 1242 | button.btn.btn-default[disabled]:hover:hover, |
| 1243 | fieldset[disabled] button.btn.btn-default.active:hover, |
| 1244 | fieldset[disabled] button.btn.btn-default.focus:hover, |
| 1245 | fieldset[disabled] button.btn.btn-default:active:hover, |
| 1246 | fieldset[disabled] button.btn.btn-default:focus:hover, |
| 1247 | fieldset[disabled] button.btn.btn-default:hover, |
| 1248 | fieldset[disabled] button.btn.btn-default:hover:hover { |
| 1249 | -webkit-transform: none; |
| 1250 | transform: none |
| 1251 | } |
| 1252 | |
| 1253 | button.btn.btn-default.active, |
| 1254 | button.btn.btn-default.focus, |
| 1255 | button.btn.btn-default:active, |
| 1256 | button.btn.btn-default:focus, |
| 1257 | button.btn.btn-default:hover { |
| 1258 | background: 0 0; |
| 1259 | border-color: #bebebe |
| 1260 | } |
| 1261 | |
| 1262 | button.btn.btn-default:active, |
| 1263 | button.btn.btn-default:target { |
| 1264 | background-color: rgba(0, 0, 0, .2); |
| 1265 | color: #666 |
| 1266 | } |
| 1267 | |
| 1268 | button.btn.btn-success { |
| 1269 | background: #90b900; |
| 1270 | border-color: #90b900 |
| 1271 | } |
| 1272 | |
| 1273 | button.btn.btn-success.disabled, |
| 1274 | button.btn.btn-success.disabled.active, |
| 1275 | button.btn.btn-success.disabled.focus, |
| 1276 | button.btn.btn-success.disabled:active, |
| 1277 | button.btn.btn-success.disabled:focus, |
| 1278 | button.btn.btn-success.disabled:hover, |
| 1279 | button.btn.btn-success[disabled], |
| 1280 | button.btn.btn-success[disabled].active, |
| 1281 | button.btn.btn-success[disabled].focus, |
| 1282 | button.btn.btn-success[disabled]:active, |
| 1283 | button.btn.btn-success[disabled]:focus, |
| 1284 | button.btn.btn-success[disabled]:hover, |
| 1285 | fieldset[disabled] button.btn.btn-success, |
| 1286 | fieldset[disabled] button.btn.btn-success.active, |
| 1287 | fieldset[disabled] button.btn.btn-success.focus, |
| 1288 | fieldset[disabled] button.btn.btn-success:active, |
| 1289 | fieldset[disabled] button.btn.btn-success:focus, |
| 1290 | fieldset[disabled] button.btn.btn-success:hover { |
| 1291 | background: #90b900; |
| 1292 | border-color: #9cc50c |
| 1293 | } |
| 1294 | |
| 1295 | button.btn.btn-success.disabled.active:hover, |
| 1296 | button.btn.btn-success.disabled.focus:hover, |
| 1297 | button.btn.btn-success.disabled:active:hover, |
| 1298 | button.btn.btn-success.disabled:focus:hover, |
| 1299 | button.btn.btn-success.disabled:hover, |
| 1300 | button.btn.btn-success.disabled:hover:hover, |
| 1301 | button.btn.btn-success[disabled].active:hover, |
| 1302 | button.btn.btn-success[disabled].focus:hover, |
| 1303 | button.btn.btn-success[disabled]:active:hover, |
| 1304 | button.btn.btn-success[disabled]:focus:hover, |
| 1305 | button.btn.btn-success[disabled]:hover, |
| 1306 | button.btn.btn-success[disabled]:hover:hover, |
| 1307 | fieldset[disabled] button.btn.btn-success.active:hover, |
| 1308 | fieldset[disabled] button.btn.btn-success.focus:hover, |
| 1309 | fieldset[disabled] button.btn.btn-success:active:hover, |
| 1310 | fieldset[disabled] button.btn.btn-success:focus:hover, |
| 1311 | fieldset[disabled] button.btn.btn-success:hover, |
| 1312 | fieldset[disabled] button.btn.btn-success:hover:hover { |
| 1313 | -webkit-transform: none; |
| 1314 | transform: none |
| 1315 | } |
| 1316 | |
| 1317 | button.btn.btn-success.active, |
| 1318 | button.btn.btn-success.focus, |
| 1319 | button.btn.btn-success:active, |
| 1320 | button.btn.btn-success:focus, |
| 1321 | button.btn.btn-success:hover { |
| 1322 | background: #90b900; |
| 1323 | border-color: #78a100 |
| 1324 | } |
| 1325 | |
| 1326 | button.btn.btn-success:active, |
| 1327 | button.btn.btn-success:target { |
| 1328 | background-color: #7a9d00 |
| 1329 | } |
| 1330 | |
| 1331 | button.btn.btn-info { |
| 1332 | background: #2dacd1; |
| 1333 | border-color: #2dacd1 |
| 1334 | } |
| 1335 | |
| 1336 | button.btn.btn-info.disabled, |
| 1337 | button.btn.btn-info.disabled.active, |
| 1338 | button.btn.btn-info.disabled.focus, |
| 1339 | button.btn.btn-info.disabled:active, |
| 1340 | button.btn.btn-info.disabled:focus, |
| 1341 | button.btn.btn-info.disabled:hover, |
| 1342 | button.btn.btn-info[disabled], |
| 1343 | button.btn.btn-info[disabled].active, |
| 1344 | button.btn.btn-info[disabled].focus, |
| 1345 | button.btn.btn-info[disabled]:active, |
| 1346 | button.btn.btn-info[disabled]:focus, |
| 1347 | button.btn.btn-info[disabled]:hover, |
| 1348 | fieldset[disabled] button.btn.btn-info, |
| 1349 | fieldset[disabled] button.btn.btn-info.active, |
| 1350 | fieldset[disabled] button.btn.btn-info.focus, |
| 1351 | fieldset[disabled] button.btn.btn-info:active, |
| 1352 | fieldset[disabled] button.btn.btn-info:focus, |
| 1353 | fieldset[disabled] button.btn.btn-info:hover { |
| 1354 | background: #2dacd1; |
| 1355 | border-color: #39b8dd |
| 1356 | } |
| 1357 | |
| 1358 | button.btn.btn-info.disabled.active:hover, |
| 1359 | button.btn.btn-info.disabled.focus:hover, |
| 1360 | button.btn.btn-info.disabled:active:hover, |
| 1361 | button.btn.btn-info.disabled:focus:hover, |
| 1362 | button.btn.btn-info.disabled:hover, |
| 1363 | button.btn.btn-info.disabled:hover:hover, |
| 1364 | button.btn.btn-info[disabled].active:hover, |
| 1365 | button.btn.btn-info[disabled].focus:hover, |
| 1366 | button.btn.btn-info[disabled]:active:hover, |
| 1367 | button.btn.btn-info[disabled]:focus:hover, |
| 1368 | button.btn.btn-info[disabled]:hover, |
| 1369 | button.btn.btn-info[disabled]:hover:hover, |
| 1370 | fieldset[disabled] button.btn.btn-info.active:hover, |
| 1371 | fieldset[disabled] button.btn.btn-info.focus:hover, |
| 1372 | fieldset[disabled] button.btn.btn-info:active:hover, |
| 1373 | fieldset[disabled] button.btn.btn-info:focus:hover, |
| 1374 | fieldset[disabled] button.btn.btn-info:hover, |
| 1375 | fieldset[disabled] button.btn.btn-info:hover:hover { |
| 1376 | -webkit-transform: none; |
| 1377 | transform: none |
| 1378 | } |
| 1379 | |
| 1380 | button.btn.btn-info.active, |
| 1381 | button.btn.btn-info.focus, |
| 1382 | button.btn.btn-info:active, |
| 1383 | button.btn.btn-info:focus, |
| 1384 | button.btn.btn-info:hover { |
| 1385 | background: #2dacd1; |
| 1386 | border-color: #1594b9 |
| 1387 | } |
| 1388 | |
| 1389 | button.btn.btn-info:active, |
| 1390 | button.btn.btn-info:target { |
| 1391 | background-color: #2692b2 |
| 1392 | } |
| 1393 | |
| 1394 | button.btn.btn-warning { |
| 1395 | background: #dfb81c; |
| 1396 | border-color: #dfb81c |
| 1397 | } |
| 1398 | |
| 1399 | button.btn.btn-warning.disabled, |
| 1400 | button.btn.btn-warning.disabled.active, |
| 1401 | button.btn.btn-warning.disabled.focus, |
| 1402 | button.btn.btn-warning.disabled:active, |
| 1403 | button.btn.btn-warning.disabled:focus, |
| 1404 | button.btn.btn-warning.disabled:hover, |
| 1405 | button.btn.btn-warning[disabled], |
| 1406 | button.btn.btn-warning[disabled].active, |
| 1407 | button.btn.btn-warning[disabled].focus, |
| 1408 | button.btn.btn-warning[disabled]:active, |
| 1409 | button.btn.btn-warning[disabled]:focus, |
| 1410 | button.btn.btn-warning[disabled]:hover, |
| 1411 | fieldset[disabled] button.btn.btn-warning, |
| 1412 | fieldset[disabled] button.btn.btn-warning.active, |
| 1413 | fieldset[disabled] button.btn.btn-warning.focus, |
| 1414 | fieldset[disabled] button.btn.btn-warning:active, |
| 1415 | fieldset[disabled] button.btn.btn-warning:focus, |
| 1416 | fieldset[disabled] button.btn.btn-warning:hover { |
| 1417 | background: #dfb81c; |
| 1418 | border-color: #ebc428 |
| 1419 | } |
| 1420 | |
| 1421 | button.btn.btn-warning.disabled.active:hover, |
| 1422 | button.btn.btn-warning.disabled.focus:hover, |
| 1423 | button.btn.btn-warning.disabled:active:hover, |
| 1424 | button.btn.btn-warning.disabled:focus:hover, |
| 1425 | button.btn.btn-warning.disabled:hover, |
| 1426 | button.btn.btn-warning.disabled:hover:hover, |
| 1427 | button.btn.btn-warning[disabled].active:hover, |
| 1428 | button.btn.btn-warning[disabled].focus:hover, |
| 1429 | button.btn.btn-warning[disabled]:active:hover, |
| 1430 | button.btn.btn-warning[disabled]:focus:hover, |
| 1431 | button.btn.btn-warning[disabled]:hover, |
| 1432 | button.btn.btn-warning[disabled]:hover:hover, |
| 1433 | fieldset[disabled] button.btn.btn-warning.active:hover, |
| 1434 | fieldset[disabled] button.btn.btn-warning.focus:hover, |
| 1435 | fieldset[disabled] button.btn.btn-warning:active:hover, |
| 1436 | fieldset[disabled] button.btn.btn-warning:focus:hover, |
| 1437 | fieldset[disabled] button.btn.btn-warning:hover, |
| 1438 | fieldset[disabled] button.btn.btn-warning:hover:hover { |
| 1439 | -webkit-transform: none; |
| 1440 | transform: none |
| 1441 | } |
| 1442 | |
| 1443 | button.btn.btn-warning.active, |
| 1444 | button.btn.btn-warning.focus, |
| 1445 | button.btn.btn-warning:active, |
| 1446 | button.btn.btn-warning:focus, |
| 1447 | button.btn.btn-warning:hover { |
| 1448 | background: #dfb81c; |
| 1449 | border-color: #c7a004 |
| 1450 | } |
| 1451 | |
| 1452 | button.btn.btn-warning:active, |
| 1453 | button.btn.btn-warning:target { |
| 1454 | background-color: #be9c18 |
| 1455 | } |
| 1456 | |
| 1457 | button.btn.btn-danger { |
| 1458 | background: #e85656; |
| 1459 | border-color: #e85656 |
| 1460 | } |
| 1461 | |
| 1462 | button.btn.btn-danger.disabled, |
| 1463 | button.btn.btn-danger.disabled.active, |
| 1464 | button.btn.btn-danger.disabled.focus, |
| 1465 | button.btn.btn-danger.disabled:active, |
| 1466 | button.btn.btn-danger.disabled:focus, |
| 1467 | button.btn.btn-danger.disabled:hover, |
| 1468 | button.btn.btn-danger[disabled], |
| 1469 | button.btn.btn-danger[disabled].active, |
| 1470 | button.btn.btn-danger[disabled].focus, |
| 1471 | button.btn.btn-danger[disabled]:active, |
| 1472 | button.btn.btn-danger[disabled]:focus, |
| 1473 | button.btn.btn-danger[disabled]:hover, |
| 1474 | fieldset[disabled] button.btn.btn-danger, |
| 1475 | fieldset[disabled] button.btn.btn-danger.active, |
| 1476 | fieldset[disabled] button.btn.btn-danger.focus, |
| 1477 | fieldset[disabled] button.btn.btn-danger:active, |
| 1478 | fieldset[disabled] button.btn.btn-danger:focus, |
| 1479 | fieldset[disabled] button.btn.btn-danger:hover { |
| 1480 | background: #e85656; |
| 1481 | border-color: #f46262 |
| 1482 | } |
| 1483 | |
| 1484 | button.btn.btn-danger.disabled.active:hover, |
| 1485 | button.btn.btn-danger.disabled.focus:hover, |
| 1486 | button.btn.btn-danger.disabled:active:hover, |
| 1487 | button.btn.btn-danger.disabled:focus:hover, |
| 1488 | button.btn.btn-danger.disabled:hover, |
| 1489 | button.btn.btn-danger.disabled:hover:hover, |
| 1490 | button.btn.btn-danger[disabled].active:hover, |
| 1491 | button.btn.btn-danger[disabled].focus:hover, |
| 1492 | button.btn.btn-danger[disabled]:active:hover, |
| 1493 | button.btn.btn-danger[disabled]:focus:hover, |
| 1494 | button.btn.btn-danger[disabled]:hover, |
| 1495 | button.btn.btn-danger[disabled]:hover:hover, |
| 1496 | fieldset[disabled] button.btn.btn-danger.active:hover, |
| 1497 | fieldset[disabled] button.btn.btn-danger.focus:hover, |
| 1498 | fieldset[disabled] button.btn.btn-danger:active:hover, |
| 1499 | fieldset[disabled] button.btn.btn-danger:focus:hover, |
| 1500 | fieldset[disabled] button.btn.btn-danger:hover, |
| 1501 | fieldset[disabled] button.btn.btn-danger:hover:hover { |
| 1502 | -webkit-transform: none; |
| 1503 | transform: none |
| 1504 | } |
| 1505 | |
| 1506 | button.btn.btn-danger.active, |
| 1507 | button.btn.btn-danger.focus, |
| 1508 | button.btn.btn-danger:active, |
| 1509 | button.btn.btn-danger:focus, |
| 1510 | button.btn.btn-danger:hover { |
| 1511 | background: #e85656; |
| 1512 | border-color: #d03e3e |
| 1513 | } |
| 1514 | |
| 1515 | button.btn.btn-danger:active, |
| 1516 | button.btn.btn-danger:target { |
| 1517 | background-color: #c54949 |
| 1518 | } |
| 1519 | |
| 1520 | button.btn.btn-inverse { |
| 1521 | background: #949494; |
| 1522 | border-color: #949494; |
| 1523 | color: #fff |
| 1524 | } |
| 1525 | |
| 1526 | button.btn.btn-inverse.disabled, |
| 1527 | button.btn.btn-inverse.disabled.active, |
| 1528 | button.btn.btn-inverse.disabled.focus, |
| 1529 | button.btn.btn-inverse.disabled:active, |
| 1530 | button.btn.btn-inverse.disabled:focus, |
| 1531 | button.btn.btn-inverse.disabled:hover, |
| 1532 | button.btn.btn-inverse[disabled], |
| 1533 | button.btn.btn-inverse[disabled].active, |
| 1534 | button.btn.btn-inverse[disabled].focus, |
| 1535 | button.btn.btn-inverse[disabled]:active, |
| 1536 | button.btn.btn-inverse[disabled]:focus, |
| 1537 | button.btn.btn-inverse[disabled]:hover, |
| 1538 | fieldset[disabled] button.btn.btn-inverse, |
| 1539 | fieldset[disabled] button.btn.btn-inverse.active, |
| 1540 | fieldset[disabled] button.btn.btn-inverse.focus, |
| 1541 | fieldset[disabled] button.btn.btn-inverse:active, |
| 1542 | fieldset[disabled] button.btn.btn-inverse:focus, |
| 1543 | fieldset[disabled] button.btn.btn-inverse:hover { |
| 1544 | background: #949494; |
| 1545 | border-color: #a0a0a0 |
| 1546 | } |
| 1547 | |
| 1548 | button.btn.btn-inverse.disabled.active:hover, |
| 1549 | button.btn.btn-inverse.disabled.focus:hover, |
| 1550 | button.btn.btn-inverse.disabled:active:hover, |
| 1551 | button.btn.btn-inverse.disabled:focus:hover, |
| 1552 | button.btn.btn-inverse.disabled:hover, |
| 1553 | button.btn.btn-inverse.disabled:hover:hover, |
| 1554 | button.btn.btn-inverse[disabled].active:hover, |
| 1555 | button.btn.btn-inverse[disabled].focus:hover, |
| 1556 | button.btn.btn-inverse[disabled]:active:hover, |
| 1557 | button.btn.btn-inverse[disabled]:focus:hover, |
| 1558 | button.btn.btn-inverse[disabled]:hover, |
| 1559 | button.btn.btn-inverse[disabled]:hover:hover, |
| 1560 | fieldset[disabled] button.btn.btn-inverse.active:hover, |
| 1561 | fieldset[disabled] button.btn.btn-inverse.focus:hover, |
| 1562 | fieldset[disabled] button.btn.btn-inverse:active:hover, |
| 1563 | fieldset[disabled] button.btn.btn-inverse:focus:hover, |
| 1564 | fieldset[disabled] button.btn.btn-inverse:hover, |
| 1565 | fieldset[disabled] button.btn.btn-inverse:hover:hover { |
| 1566 | -webkit-transform: none; |
| 1567 | transform: none |
| 1568 | } |
| 1569 | |
| 1570 | button.btn.btn-inverse.active, |
| 1571 | button.btn.btn-inverse.focus, |
| 1572 | button.btn.btn-inverse:active, |
| 1573 | button.btn.btn-inverse:focus, |
| 1574 | button.btn.btn-inverse:hover { |
| 1575 | background: #949494; |
| 1576 | border-color: #7c7c7c |
| 1577 | } |
| 1578 | |
| 1579 | button.btn.btn-inverse:active, |
| 1580 | button.btn.btn-inverse:hover, |
| 1581 | button.btn.btn-inverse:target { |
| 1582 | background-color: #949494; |
| 1583 | color: #fff |
| 1584 | } |
| 1585 | |
| 1586 | .btn-with-icon i { |
| 1587 | margin-right: 10px |
| 1588 | } |
| 1589 | |
| 1590 | .btn-group :hover, |
| 1591 | .btn-toolbar :hover { |
| 1592 | -webkit-transform: none; |
| 1593 | transform: none |
| 1594 | } |
| 1595 | |
| 1596 | .btn-group button.btn.btn-primary { |
| 1597 | border-color: #149285 |
| 1598 | } |
| 1599 | |
| 1600 | .btn-group button.btn.btn-primary:hover { |
| 1601 | border-color: #088679 |
| 1602 | } |
| 1603 | |
| 1604 | .btn-group button.btn.btn-danger { |
| 1605 | border-color: #dc4a4a |
| 1606 | } |
| 1607 | |
| 1608 | .btn-group button.btn.btn-danger:hover { |
| 1609 | border-color: #d03e3e |
| 1610 | } |
| 1611 | |
| 1612 | .btn-group button.btn.btn-info { |
| 1613 | border-color: #21a0c5 |
| 1614 | } |
| 1615 | |
| 1616 | .btn-group button.btn.btn-info:hover { |
| 1617 | border-color: #1594b9 |
| 1618 | } |
| 1619 | |
| 1620 | .btn-group button.btn.btn-success { |
| 1621 | border-color: #84ad00 |
| 1622 | } |
| 1623 | |
| 1624 | .btn-group button.btn.btn-success:hover { |
| 1625 | border-color: #78a100 |
| 1626 | } |
| 1627 | |
| 1628 | .btn-group button.btn.btn-warning { |
| 1629 | border-color: #d3ac10 |
| 1630 | } |
| 1631 | |
| 1632 | .btn-group button.btn.btn-warning:hover { |
| 1633 | border-color: #c7a004 |
| 1634 | } |
| 1635 | |
| 1636 | .btn-group .dropdown-menu { |
| 1637 | margin-top: 0 |
| 1638 | } |
| 1639 | |
| 1640 | .btn-toolbar { |
| 1641 | display: inline-block |
| 1642 | } |
| 1643 | |
| 1644 | .btn .caret { |
| 1645 | margin-left: 2px |
| 1646 | } |
| 1647 | |
| 1648 | button.progress-button .progress { |
| 1649 | margin-bottom: 0; |
| 1650 | border-radius: 0 |
| 1651 | } |
| 1652 | |
| 1653 | button.progress-button:hover { |
| 1654 | -webkit-transform: none; |
| 1655 | transform: none |
| 1656 | } |
| 1657 | |
| 1658 | button.progress-button.progress-button-style-shrink.btn.disabled.progress-button-dir-horizontal:hover { |
| 1659 | -webkit-transform: scaleY(.3); |
| 1660 | transform: scaleY(.3) |
| 1661 | } |
| 1662 | |
| 1663 | button.progress-button.progress-button-style-shrink.btn.disabled.progress-button-dir-vertical:hover { |
| 1664 | -webkit-transform: scaleX(.1); |
| 1665 | transform: scaleX(.1) |
| 1666 | } |
| 1667 | |
| 1668 | button.progress-button.btn.btn-primary .content:after, |
| 1669 | button.progress-button.btn.btn-primary .content:before { |
| 1670 | color: #000 |
| 1671 | } |
| 1672 | |
| 1673 | button.progress-button.btn.btn-primary.progress-button-style-move-up .content, |
| 1674 | button.progress-button.btn.btn-primary.progress-button-style-slide-down .content { |
| 1675 | background-color: #17746a |
| 1676 | } |
| 1677 | |
| 1678 | button.progress-button.btn.btn-primary.progress-button-style-lateral-lines .progress-inner { |
| 1679 | border-color: #17746a; |
| 1680 | background: 0 0 |
| 1681 | } |
| 1682 | |
| 1683 | button.progress-button.btn.btn-primary .progress { |
| 1684 | background-color: #17746a; |
| 1685 | box-shadow: 0 1px 0 #17746a |
| 1686 | } |
| 1687 | |
| 1688 | button.progress-button.btn.btn-primary .progress-inner { |
| 1689 | background-color: #0f4943 |
| 1690 | } |
| 1691 | |
| 1692 | button.progress-button.btn.btn-primary.progress-button-perspective { |
| 1693 | background: 0 0 |
| 1694 | } |
| 1695 | |
| 1696 | button.progress-button.btn.btn-primary.progress-button-perspective .content { |
| 1697 | background-color: #209e91 |
| 1698 | } |
| 1699 | |
| 1700 | button.progress-button.btn.btn-default .content:after, |
| 1701 | button.progress-button.btn.btn-default .content:before { |
| 1702 | color: #999 |
| 1703 | } |
| 1704 | |
| 1705 | button.progress-button.btn.btn-default.progress-button-style-move-up .content, |
| 1706 | button.progress-button.btn.btn-default.progress-button-style-slide-down .content { |
| 1707 | background-color: #e6e6e6 |
| 1708 | } |
| 1709 | |
| 1710 | button.progress-button.btn.btn-default.progress-button-style-lateral-lines .progress-inner { |
| 1711 | border-color: #e6e6e6; |
| 1712 | background: 0 0 |
| 1713 | } |
| 1714 | |
| 1715 | button.progress-button.btn.btn-default .progress { |
| 1716 | background-color: #e6e6e6; |
| 1717 | box-shadow: 0 1px 0 #e6e6e6 |
| 1718 | } |
| 1719 | |
| 1720 | button.progress-button.btn.btn-default .progress-inner { |
| 1721 | background-color: #ccc |
| 1722 | } |
| 1723 | |
| 1724 | button.progress-button.btn.btn-default.progress-button-perspective { |
| 1725 | background: 0 0 |
| 1726 | } |
| 1727 | |
| 1728 | button.progress-button.btn.btn-default.progress-button-perspective .content { |
| 1729 | background-color: #fff |
| 1730 | } |
| 1731 | |
| 1732 | button.progress-button.btn.btn-success .content:after, |
| 1733 | button.progress-button.btn.btn-success .content:before { |
| 1734 | color: #000 |
| 1735 | } |
| 1736 | |
| 1737 | button.progress-button.btn.btn-success.progress-button-style-move-up .content, |
| 1738 | button.progress-button.btn.btn-success.progress-button-style-slide-down .content { |
| 1739 | background-color: #688600 |
| 1740 | } |
| 1741 | |
| 1742 | button.progress-button.btn.btn-success.progress-button-style-lateral-lines .progress-inner { |
| 1743 | border-color: #688600; |
| 1744 | background: 0 0 |
| 1745 | } |
| 1746 | |
| 1747 | button.progress-button.btn.btn-success .progress { |
| 1748 | background-color: #688600; |
| 1749 | box-shadow: 0 1px 0 #688600 |
| 1750 | } |
| 1751 | |
| 1752 | button.progress-button.btn.btn-success .progress-inner { |
| 1753 | background-color: #415300 |
| 1754 | } |
| 1755 | |
| 1756 | button.progress-button.btn.btn-success.progress-button-perspective { |
| 1757 | background: 0 0 |
| 1758 | } |
| 1759 | |
| 1760 | button.progress-button.btn.btn-success.progress-button-perspective .content { |
| 1761 | background-color: #90b900 |
| 1762 | } |
| 1763 | |
| 1764 | button.progress-button.btn.btn-info .content:after, |
| 1765 | button.progress-button.btn.btn-info .content:before { |
| 1766 | color: #092229 |
| 1767 | } |
| 1768 | |
| 1769 | button.progress-button.btn.btn-info.progress-button-style-move-up .content, |
| 1770 | button.progress-button.btn.btn-info.progress-button-style-slide-down .content { |
| 1771 | background-color: #2489a7 |
| 1772 | } |
| 1773 | |
| 1774 | button.progress-button.btn.btn-info.progress-button-style-lateral-lines .progress-inner { |
| 1775 | border-color: #2489a7; |
| 1776 | background: 0 0 |
| 1777 | } |
| 1778 | |
| 1779 | button.progress-button.btn.btn-info .progress { |
| 1780 | background-color: #2489a7; |
| 1781 | box-shadow: 0 1px 0 #2489a7 |
| 1782 | } |
| 1783 | |
| 1784 | button.progress-button.btn.btn-info .progress-inner { |
| 1785 | background-color: #1b677d |
| 1786 | } |
| 1787 | |
| 1788 | button.progress-button.btn.btn-info.progress-button-perspective { |
| 1789 | background: 0 0 |
| 1790 | } |
| 1791 | |
| 1792 | button.progress-button.btn.btn-info.progress-button-perspective .content { |
| 1793 | background-color: #2dacd1 |
| 1794 | } |
| 1795 | |
| 1796 | button.progress-button.btn.btn-warning .content:after, |
| 1797 | button.progress-button.btn.btn-warning .content:before { |
| 1798 | color: #2a2205 |
| 1799 | } |
| 1800 | |
| 1801 | button.progress-button.btn.btn-warning.progress-button-style-move-up .content, |
| 1802 | button.progress-button.btn.btn-warning.progress-button-style-slide-down .content { |
| 1803 | background-color: #b29316 |
| 1804 | } |
| 1805 | |
| 1806 | button.progress-button.btn.btn-warning.progress-button-style-lateral-lines .progress-inner { |
| 1807 | border-color: #b29316; |
| 1808 | background: 0 0 |
| 1809 | } |
| 1810 | |
| 1811 | button.progress-button.btn.btn-warning .progress { |
| 1812 | background-color: #b29316; |
| 1813 | box-shadow: 0 1px 0 #b29316 |
| 1814 | } |
| 1815 | |
| 1816 | button.progress-button.btn.btn-warning .progress-inner { |
| 1817 | background-color: #846d11 |
| 1818 | } |
| 1819 | |
| 1820 | button.progress-button.btn.btn-warning.progress-button-perspective { |
| 1821 | background: 0 0 |
| 1822 | } |
| 1823 | |
| 1824 | button.progress-button.btn.btn-warning.progress-button-perspective .content { |
| 1825 | background-color: #dfb81c |
| 1826 | } |
| 1827 | |
| 1828 | button.progress-button.btn.btn-danger .content:after, |
| 1829 | button.progress-button.btn.btn-danger .content:before { |
| 1830 | color: #640e0e |
| 1831 | } |
| 1832 | |
| 1833 | button.progress-button.btn.btn-danger.progress-button-style-move-up .content, |
| 1834 | button.progress-button.btn.btn-danger.progress-button-style-slide-down .content { |
| 1835 | background-color: #e22929 |
| 1836 | } |
| 1837 | |
| 1838 | button.progress-button.btn.btn-danger.progress-button-style-lateral-lines .progress-inner { |
| 1839 | border-color: #e22929; |
| 1840 | background: 0 0 |
| 1841 | } |
| 1842 | |
| 1843 | button.progress-button.btn.btn-danger .progress { |
| 1844 | background-color: #e22929; |
| 1845 | box-shadow: 0 1px 0 #e22929 |
| 1846 | } |
| 1847 | |
| 1848 | button.progress-button.btn.btn-danger .progress-inner { |
| 1849 | background-color: #be1a1a |
| 1850 | } |
| 1851 | |
| 1852 | button.progress-button.btn.btn-danger.progress-button-perspective { |
| 1853 | background: 0 0 |
| 1854 | } |
| 1855 | |
| 1856 | button.progress-button.btn.btn-danger.progress-button-perspective .content { |
| 1857 | background-color: #e85656 |
| 1858 | } |
| 1859 | |
| 1860 | .btn-raised { |
| 1861 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .35) |
| 1862 | } |
| 1863 | |
| 1864 | .btn-mm { |
| 1865 | padding: 5px 11px; |
| 1866 | font-size: 13px |
| 1867 | } |
| 1868 | |
| 1869 | .btn-xm { |
| 1870 | padding: 8px 14px; |
| 1871 | font-size: 16px |
| 1872 | } |
| 1873 | |
| 1874 | .dropdown button.btn.btn-default.dropdown-toggle { |
| 1875 | color: #666; |
| 1876 | border: 1px solid #d6d6d6; |
| 1877 | background-color: transparent |
| 1878 | } |
| 1879 | |
| 1880 | .dropdown button.btn.btn-default.dropdown-toggle:active, |
| 1881 | .dropdown button.btn.btn-default.dropdown-toggle:focus { |
| 1882 | background-color: #fff |
| 1883 | } |
| 1884 | |
| 1885 | .bootstrap-select .dropdown-toggle:focus { |
| 1886 | outline: 0!important |
| 1887 | } |
| 1888 | |
| 1889 | .bootstrap-switch .bootstrap-switch-container:focus, |
| 1890 | .bootstrap-switch:focus { |
| 1891 | outline: 0 |
| 1892 | } |
| 1893 | |
| 1894 | .bootstrap-select button.btn-default:focus { |
| 1895 | color: #fff |
| 1896 | } |
| 1897 | |
| 1898 | .bootstrap-select .btn { |
| 1899 | -webkit-transition: none; |
| 1900 | transition: none |
| 1901 | } |
| 1902 | |
| 1903 | .label { |
| 1904 | border-radius: 0 |
| 1905 | } |
| 1906 | |
| 1907 | .label-primary { |
| 1908 | background: #209e91 |
| 1909 | } |
| 1910 | |
| 1911 | .label-info { |
| 1912 | background: #63bbb2 |
| 1913 | } |
| 1914 | |
| 1915 | .label-success { |
| 1916 | background: #90b900 |
| 1917 | } |
| 1918 | |
| 1919 | .label-warning { |
| 1920 | background: #dfb81c |
| 1921 | } |
| 1922 | |
| 1923 | .label-danger { |
| 1924 | background: #e85656 |
| 1925 | } |
| 1926 | |
| 1927 | .form-horizontal label { |
| 1928 | line-height: 34px; |
| 1929 | margin-bottom: 0; |
| 1930 | padding-top: 0!important |
| 1931 | } |
| 1932 | |
| 1933 | .form-group label { |
| 1934 | margin-bottom: 5px; |
| 1935 | color: #666; |
| 1936 | font-weight: 400; |
| 1937 | font-size: 13px |
| 1938 | } |
| 1939 | |
| 1940 | .form-control { |
| 1941 | border: 1px solid #cbcbcb; |
| 1942 | background-color: #fff; |
| 1943 | box-shadow: none |
| 1944 | } |
| 1945 | |
| 1946 | .form-control::-webkit-input-placeholder { |
| 1947 | color: #666; |
| 1948 | opacity: .7 |
| 1949 | } |
| 1950 | |
| 1951 | .form-control:-moz-placeholder { |
| 1952 | color: #666; |
| 1953 | opacity: .7 |
| 1954 | } |
| 1955 | |
| 1956 | .form-control::-moz-placeholder { |
| 1957 | color: #666; |
| 1958 | opacity: .7 |
| 1959 | } |
| 1960 | |
| 1961 | .form-control:-ms-input-placeholder { |
| 1962 | color: #666; |
| 1963 | opacity: .7 |
| 1964 | } |
| 1965 | |
| 1966 | .form-control:focus { |
| 1967 | box-shadow: none; |
| 1968 | border-color: #4db1a7; |
| 1969 | background: #fff |
| 1970 | } |
| 1971 | |
| 1972 | select.form-control { |
| 1973 | padding-left: 8px |
| 1974 | } |
| 1975 | |
| 1976 | textarea.form-control { |
| 1977 | height: 96px |
| 1978 | } |
| 1979 | |
| 1980 | .form-inline .form-group input { |
| 1981 | width: 100% |
| 1982 | } |
| 1983 | |
| 1984 | .form-inline .form-group label { |
| 1985 | margin-right: 12px |
| 1986 | } |
| 1987 | |
| 1988 | .form-inline button[type=submit] { |
| 1989 | margin-left: 12px |
| 1990 | } |
| 1991 | |
| 1992 | .form-inline label.custom-checkbox>span, |
| 1993 | .form-inline label.custom-radio>span { |
| 1994 | display: block; |
| 1995 | margin-top: -13px; |
| 1996 | margin-right: 10px |
| 1997 | } |
| 1998 | |
| 1999 | .switcher-container { |
| 2000 | margin-right: 10px; |
| 2001 | font-weight: 400 |
| 2002 | } |
| 2003 | |
| 2004 | .switcher-container input { |
| 2005 | display: none |
| 2006 | } |
| 2007 | |
| 2008 | .switcher-container .switcher { |
| 2009 | position: relative; |
| 2010 | display: inline-block; |
| 2011 | width: 84px; |
| 2012 | overflow: hidden; |
| 2013 | border-radius: 6px; |
| 2014 | box-sizing: border-box; |
| 2015 | -webkit-transform: translateZ(0) |
| 2016 | } |
| 2017 | |
| 2018 | .switcher-container .switcher.primary { |
| 2019 | border: 1px solid #209e91 |
| 2020 | } |
| 2021 | |
| 2022 | .switcher-container .switcher.primary .handle.handle-on { |
| 2023 | background-color: #209e91 |
| 2024 | } |
| 2025 | |
| 2026 | .switcher-container .switcher.success { |
| 2027 | border: 1px solid #90b900 |
| 2028 | } |
| 2029 | |
| 2030 | .switcher-container .switcher.success .handle.handle-on { |
| 2031 | background-color: #90b900 |
| 2032 | } |
| 2033 | |
| 2034 | .switcher-container .switcher.warning { |
| 2035 | border: 1px solid #dfb81c |
| 2036 | } |
| 2037 | |
| 2038 | .switcher-container .switcher.warning .handle.handle-on { |
| 2039 | background-color: #dfb81c |
| 2040 | } |
| 2041 | |
| 2042 | .switcher-container .switcher.danger { |
| 2043 | border: 1px solid #e85656 |
| 2044 | } |
| 2045 | |
| 2046 | .switcher-container .switcher.danger .handle.handle-on { |
| 2047 | background-color: #e85656 |
| 2048 | } |
| 2049 | |
| 2050 | .switcher-container .switcher.info { |
| 2051 | border: 1px solid #63bbb2 |
| 2052 | } |
| 2053 | |
| 2054 | .switcher-container .switcher.info .handle.handle-on { |
| 2055 | background-color: #63bbb2 |
| 2056 | } |
| 2057 | |
| 2058 | .switcher-container .switcher input { |
| 2059 | display: none |
| 2060 | } |
| 2061 | |
| 2062 | .switcher-container .switcher .handle-container { |
| 2063 | position: relative; |
| 2064 | width: 126px; |
| 2065 | cursor: pointer; |
| 2066 | -webkit-transform: translate3d(-42px, 0, 0); |
| 2067 | transform: translate3d(-42px, 0, 0); |
| 2068 | -webkit-transition: -webkit-transform .2s linear; |
| 2069 | transition: -webkit-transform .2s linear; |
| 2070 | transition: transform .2s linear; |
| 2071 | transition: transform .2s linear, -webkit-transform .2s linear |
| 2072 | } |
| 2073 | |
| 2074 | .switcher-container .switcher .handle-container .handle { |
| 2075 | width: 42px; |
| 2076 | float: left; |
| 2077 | line-height: 28px; |
| 2078 | height: 28px; |
| 2079 | font-size: 12px; |
| 2080 | text-align: center; |
| 2081 | color: #fff |
| 2082 | } |
| 2083 | |
| 2084 | .switcher-container .switcher .handle-container .handle.handle-off { |
| 2085 | background: #d6d6d6; |
| 2086 | color: #000 |
| 2087 | } |
| 2088 | |
| 2089 | .switcher-container input:checked+.switcher { |
| 2090 | border: 1px solid #d6d6d6 |
| 2091 | } |
| 2092 | |
| 2093 | .switcher-container input:checked+.switcher .handle-container { |
| 2094 | -webkit-transform: translate3d(0, 0, 0); |
| 2095 | transform: translate3d(0, 0, 0) |
| 2096 | } |
| 2097 | |
| 2098 | .switch-container { |
| 2099 | display: inline-block |
| 2100 | } |
| 2101 | |
| 2102 | .switch-container.primary .bootstrap-switch.bootstrap-switch-on { |
| 2103 | border-color: #209e91 |
| 2104 | } |
| 2105 | |
| 2106 | .switch-container.success .bootstrap-switch.bootstrap-switch-on { |
| 2107 | border-color: #90b900 |
| 2108 | } |
| 2109 | |
| 2110 | .switch-container.warning .bootstrap-switch.bootstrap-switch-on { |
| 2111 | border-color: #dfb81c |
| 2112 | } |
| 2113 | |
| 2114 | .switch-container.danger .bootstrap-switch.bootstrap-switch-on { |
| 2115 | border-color: #e85656 |
| 2116 | } |
| 2117 | |
| 2118 | .switch-container.info .bootstrap-switch.bootstrap-switch-on { |
| 2119 | border-color: #63bbb2 |
| 2120 | } |
| 2121 | |
| 2122 | .bootstrap-switch { |
| 2123 | border-radius: 5px; |
| 2124 | border: 1px solid #fff; |
| 2125 | -webkit-transition: border-color ease-in-out .7s, box-shadow ease-in-out .7s; |
| 2126 | transition: border-color ease-in-out .7s, box-shadow ease-in-out .7s |
| 2127 | } |
| 2128 | |
| 2129 | .bootstrap-switch.bootstrap-switch-focused.bootstrap-switch-off, |
| 2130 | .bootstrap-switch.bootstrap-switch-off { |
| 2131 | border-color: #d6d6d6 |
| 2132 | } |
| 2133 | |
| 2134 | .bootstrap-switch .bootstrap-switch-container, |
| 2135 | .bootstrap-switch .bootstrap-switch-handle-off, |
| 2136 | .bootstrap-switch .bootstrap-switch-handle-on, |
| 2137 | .input-group>span { |
| 2138 | border-radius: 0 |
| 2139 | } |
| 2140 | |
| 2141 | .bootstrap-switch.bootstrap-switch-focused { |
| 2142 | box-shadow: none |
| 2143 | } |
| 2144 | |
| 2145 | .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default { |
| 2146 | background: #fff |
| 2147 | } |
| 2148 | |
| 2149 | .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success { |
| 2150 | background: #90b900 |
| 2151 | } |
| 2152 | |
| 2153 | .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary { |
| 2154 | background: #209e91 |
| 2155 | } |
| 2156 | |
| 2157 | .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning { |
| 2158 | background: #dfb81c |
| 2159 | } |
| 2160 | |
| 2161 | .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger { |
| 2162 | background: #e85656 |
| 2163 | } |
| 2164 | |
| 2165 | .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info { |
| 2166 | background: #63bbb2 |
| 2167 | } |
| 2168 | |
| 2169 | .bootstrap-switch .bootstrap-switch-label { |
| 2170 | background: 0 0 |
| 2171 | } |
| 2172 | |
| 2173 | .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container { |
| 2174 | -webkit-transition: margin-left .2s; |
| 2175 | transition: margin-left .2s |
| 2176 | } |
| 2177 | |
| 2178 | .switches { |
| 2179 | margin-left: -12px; |
| 2180 | margin-bottom: -12px |
| 2181 | } |
| 2182 | |
| 2183 | .switches .switch-container { |
| 2184 | float: left; |
| 2185 | margin-left: 12px; |
| 2186 | margin-bottom: 12px |
| 2187 | } |
| 2188 | |
| 2189 | .input-group { |
| 2190 | width: 100%; |
| 2191 | margin-bottom: 15px |
| 2192 | } |
| 2193 | |
| 2194 | label.custom-checkbox, |
| 2195 | label.custom-radio { |
| 2196 | padding-right: 0; |
| 2197 | padding-left: 0; |
| 2198 | margin-bottom: 0 |
| 2199 | } |
| 2200 | |
| 2201 | label.custom-checkbox>input, |
| 2202 | label.custom-radio>input { |
| 2203 | height: 0; |
| 2204 | z-index: -100!important; |
| 2205 | opacity: 0; |
| 2206 | position: absolute |
| 2207 | } |
| 2208 | |
| 2209 | label.custom-checkbox>input:checked+span:before, |
| 2210 | label.custom-radio>input:checked+span:before { |
| 2211 | content: "\f00c"; |
| 2212 | font-weight: 300 |
| 2213 | } |
| 2214 | |
| 2215 | label.custom-checkbox>input:disabled+span, |
| 2216 | label.custom-radio>input:disabled+span { |
| 2217 | color: #ddd; |
| 2218 | cursor: not-allowed |
| 2219 | } |
| 2220 | |
| 2221 | label.custom-checkbox>input:disabled+span:before, |
| 2222 | label.custom-radio>input:disabled+span:before { |
| 2223 | border-color: #ddd!important; |
| 2224 | cursor: not-allowed |
| 2225 | } |
| 2226 | |
| 2227 | label.custom-checkbox>span, |
| 2228 | label.custom-radio>span { |
| 2229 | position: relative; |
| 2230 | display: inline-block; |
| 2231 | margin: 0; |
| 2232 | line-height: 16px; |
| 2233 | font-weight: 300; |
| 2234 | cursor: pointer; |
| 2235 | padding-left: 22px; |
| 2236 | width: 100% |
| 2237 | } |
| 2238 | |
| 2239 | label.custom-checkbox>span:before, |
| 2240 | label.custom-radio>span:before { |
| 2241 | cursor: pointer; |
| 2242 | font-family: fontAwesome; |
| 2243 | font-weight: 300; |
| 2244 | font-size: 12px; |
| 2245 | color: #666; |
| 2246 | content: "\a0"; |
| 2247 | background-color: transparent; |
| 2248 | border: 1px solid #d6d6d6; |
| 2249 | border-radius: 0; |
| 2250 | display: inline-block; |
| 2251 | text-align: center; |
| 2252 | height: 16px; |
| 2253 | line-height: 14px; |
| 2254 | min-width: 16px; |
| 2255 | margin-right: 6px; |
| 2256 | position: relative; |
| 2257 | top: 0; |
| 2258 | margin-left: -22px; |
| 2259 | float: left |
| 2260 | } |
| 2261 | |
| 2262 | .auth-main, |
| 2263 | body, |
| 2264 | html { |
| 2265 | height: 100% |
| 2266 | } |
| 2267 | |
| 2268 | label.custom-checkbox>span:hover:before, |
| 2269 | label.custom-radio>span:hover:before { |
| 2270 | border-color: #4db1a7 |
| 2271 | } |
| 2272 | |
| 2273 | .nowrap { |
| 2274 | white-space: nowrap |
| 2275 | } |
| 2276 | |
| 2277 | .cut-with-dots { |
| 2278 | overflow: hidden; |
| 2279 | text-overflow: ellipsis; |
| 2280 | display: block |
| 2281 | } |
| 2282 | |
| 2283 | label.custom-radio>input:checked+span:before { |
| 2284 | content: "\f111" |
| 2285 | } |
| 2286 | |
| 2287 | label.custom-radio>span:before { |
| 2288 | border-radius: 16px; |
| 2289 | font-size: 9px |
| 2290 | } |
| 2291 | |
| 2292 | label.custom-input-primary>span:before { |
| 2293 | color: #209e91 |
| 2294 | } |
| 2295 | |
| 2296 | label.custom-input-primary>span:hover:before { |
| 2297 | border-color: #209e91 |
| 2298 | } |
| 2299 | |
| 2300 | label.custom-input-success>span:before { |
| 2301 | color: #90b900 |
| 2302 | } |
| 2303 | |
| 2304 | label.custom-input-success>span:hover:before { |
| 2305 | border-color: #90b900 |
| 2306 | } |
| 2307 | |
| 2308 | label.custom-input-warning>span:before { |
| 2309 | color: #dfb81c |
| 2310 | } |
| 2311 | |
| 2312 | label.custom-input-warning>span:hover:before { |
| 2313 | border-color: #dfb81c |
| 2314 | } |
| 2315 | |
| 2316 | label.custom-input-danger>span:before { |
| 2317 | color: #e85656 |
| 2318 | } |
| 2319 | |
| 2320 | label.custom-input-danger>span:hover:before { |
| 2321 | border-color: #e85656 |
| 2322 | } |
| 2323 | |
| 2324 | .form-horizontal .checkbox, |
| 2325 | .form-horizontal .checkbox-inline, |
| 2326 | .form-horizontal .radio, |
| 2327 | .form-horizontal .radio-inline { |
| 2328 | padding-top: 0 |
| 2329 | } |
| 2330 | |
| 2331 | .input-demo { |
| 2332 | line-height: 25px |
| 2333 | } |
| 2334 | |
| 2335 | .has-success .control-label { |
| 2336 | color: #666 |
| 2337 | } |
| 2338 | |
| 2339 | .has-success .form-control-feedback, |
| 2340 | .has-success label.custom-checkbox, |
| 2341 | .has-success label.custom-checkbox>span:before, |
| 2342 | .has-success label.custom-radio, |
| 2343 | .has-success label.custom-radio>span:before { |
| 2344 | color: #a6c733 |
| 2345 | } |
| 2346 | |
| 2347 | .has-success .form-control { |
| 2348 | border: 1px solid #a6c733 |
| 2349 | } |
| 2350 | |
| 2351 | .has-success .form-control:focus { |
| 2352 | box-shadow: none; |
| 2353 | border-color: #90b900 |
| 2354 | } |
| 2355 | |
| 2356 | .has-success label.custom-checkbox>span:hover:before, |
| 2357 | .has-success label.custom-radio>span:hover:before { |
| 2358 | border-color: #a6c733 |
| 2359 | } |
| 2360 | |
| 2361 | .has-success .input-group-addon { |
| 2362 | background-color: #a6c733; |
| 2363 | color: #fff |
| 2364 | } |
| 2365 | |
| 2366 | .has-warning .control-label { |
| 2367 | color: #666 |
| 2368 | } |
| 2369 | |
| 2370 | .has-warning .form-control-feedback, |
| 2371 | .has-warning label.custom-checkbox, |
| 2372 | .has-warning label.custom-checkbox>span:before, |
| 2373 | .has-warning label.custom-radio, |
| 2374 | .has-warning label.custom-radio>span:before { |
| 2375 | color: #e5c649 |
| 2376 | } |
| 2377 | |
| 2378 | .has-warning .form-control { |
| 2379 | border: 1px solid #e5c649 |
| 2380 | } |
| 2381 | |
| 2382 | .has-warning .form-control:focus { |
| 2383 | box-shadow: none; |
| 2384 | border-color: #dfb81c |
| 2385 | } |
| 2386 | |
| 2387 | .has-warning label.custom-checkbox>span:hover:before, |
| 2388 | .has-warning label.custom-radio>span:hover:before { |
| 2389 | border-color: #e5c649 |
| 2390 | } |
| 2391 | |
| 2392 | .has-warning .input-group-addon { |
| 2393 | background-color: #e5c649; |
| 2394 | color: #fff |
| 2395 | } |
| 2396 | |
| 2397 | .has-error .control-label { |
| 2398 | color: #666 |
| 2399 | } |
| 2400 | |
| 2401 | .has-error .form-control-feedback, |
| 2402 | .has-error label.custom-checkbox, |
| 2403 | .has-error label.custom-checkbox>span:before, |
| 2404 | .has-error label.custom-radio, |
| 2405 | .has-error label.custom-radio>span:before { |
| 2406 | color: #ed7878 |
| 2407 | } |
| 2408 | |
| 2409 | .has-error .form-control { |
| 2410 | border: 1px solid #ed7878 |
| 2411 | } |
| 2412 | |
| 2413 | .has-error .form-control:focus { |
| 2414 | box-shadow: none; |
| 2415 | border-color: #e85656 |
| 2416 | } |
| 2417 | |
| 2418 | .has-error label.custom-checkbox>span:hover:before, |
| 2419 | .has-error label.custom-radio>span:hover:before { |
| 2420 | border-color: #ed7878 |
| 2421 | } |
| 2422 | |
| 2423 | .has-error .input-group-addon { |
| 2424 | background-color: #ed7878; |
| 2425 | color: #fff |
| 2426 | } |
| 2427 | |
| 2428 | .has-feedback label~.form-control-feedback { |
| 2429 | top: 21px; |
| 2430 | font-size: 18px |
| 2431 | } |
| 2432 | |
| 2433 | .bootstrap-select .btn-default:focus { |
| 2434 | color: #666 |
| 2435 | } |
| 2436 | |
| 2437 | .bootstrap-select>.dropdown-toggle.btn-danger, |
| 2438 | .bootstrap-select>.dropdown-toggle.btn-danger:focus, |
| 2439 | .bootstrap-select>.dropdown-toggle.btn-danger:hover, |
| 2440 | .bootstrap-select>.dropdown-toggle.btn-info, |
| 2441 | .bootstrap-select>.dropdown-toggle.btn-info:focus, |
| 2442 | .bootstrap-select>.dropdown-toggle.btn-info:hover, |
| 2443 | .bootstrap-select>.dropdown-toggle.btn-inverse, |
| 2444 | .bootstrap-select>.dropdown-toggle.btn-inverse:focus, |
| 2445 | .bootstrap-select>.dropdown-toggle.btn-inverse:hover, |
| 2446 | .bootstrap-select>.dropdown-toggle.btn-primary, |
| 2447 | .bootstrap-select>.dropdown-toggle.btn-primary:focus, |
| 2448 | .bootstrap-select>.dropdown-toggle.btn-primary:hover, |
| 2449 | .bootstrap-select>.dropdown-toggle.btn-success, |
| 2450 | .bootstrap-select>.dropdown-toggle.btn-success:focus, |
| 2451 | .bootstrap-select>.dropdown-toggle.btn-success:hover, |
| 2452 | .bootstrap-select>.dropdown-toggle.btn-warning, |
| 2453 | .bootstrap-select>.dropdown-toggle.btn-warning:focus, |
| 2454 | .bootstrap-select>.dropdown-toggle.btn-warning:hover { |
| 2455 | color: #fff |
| 2456 | } |
| 2457 | |
| 2458 | .form-control[disabled], |
| 2459 | .form-control[readonly], |
| 2460 | fieldset[disabled] .form-control { |
| 2461 | background-color: #fff; |
| 2462 | color: #ddd; |
| 2463 | border-color: #e2e2e2 |
| 2464 | } |
| 2465 | |
| 2466 | .form-control-rounded { |
| 2467 | border-radius: 16px |
| 2468 | } |
| 2469 | |
| 2470 | .help-block { |
| 2471 | color: #949494 |
| 2472 | } |
| 2473 | |
| 2474 | .help-block.error-block { |
| 2475 | display: none |
| 2476 | } |
| 2477 | |
| 2478 | .has-error .help-block.error-block.basic-block { |
| 2479 | display: block |
| 2480 | } |
| 2481 | |
| 2482 | .input-group-addon-danger { |
| 2483 | background: #e85656; |
| 2484 | color: #fff; |
| 2485 | border-color: #e85656 |
| 2486 | } |
| 2487 | |
| 2488 | .input-group-addon-warning { |
| 2489 | background: #dfb81c; |
| 2490 | color: #fff; |
| 2491 | border-color: #dfb81c |
| 2492 | } |
| 2493 | |
| 2494 | .input-group-addon-success { |
| 2495 | background: #90b900; |
| 2496 | color: #fff; |
| 2497 | border-color: #90b900 |
| 2498 | } |
| 2499 | |
| 2500 | .input-group-addon-primary { |
| 2501 | background: #209e91; |
| 2502 | color: #fff; |
| 2503 | border-color: #209e91 |
| 2504 | } |
| 2505 | |
| 2506 | .checkbox-demo-row { |
| 2507 | margin-bottom: 12px |
| 2508 | } |
| 2509 | |
| 2510 | .dropdown-menu { |
| 2511 | border-radius: 5px |
| 2512 | } |
| 2513 | |
| 2514 | .bootstrap-select.btn-group button.btn.btn-default { |
| 2515 | background: 0 0; |
| 2516 | color: #666 |
| 2517 | } |
| 2518 | |
| 2519 | .bootstrap-select.btn-group button.btn.btn-default:hover { |
| 2520 | background: #fff; |
| 2521 | box-shadow: none; |
| 2522 | outline: 0!important |
| 2523 | } |
| 2524 | |
| 2525 | .bootstrap-select.btn-group button.btn.btn-default:active { |
| 2526 | background: #fff; |
| 2527 | box-shadow: none |
| 2528 | } |
| 2529 | |
| 2530 | .bootstrap-select.btn-group.open>.btn.btn-default.dropdown-toggle { |
| 2531 | background: #fff; |
| 2532 | box-shadow: none; |
| 2533 | border-color: #d6d6d6 |
| 2534 | } |
| 2535 | |
| 2536 | .bootstrap-select.btn-group.open>.btn { |
| 2537 | border-radius: 5px 5px 0 0 |
| 2538 | } |
| 2539 | |
| 2540 | .bootstrap-select.btn-group.open .dropdown-menu.open { |
| 2541 | border: 1px solid #dcdcdc; |
| 2542 | border-top: none; |
| 2543 | border-radius: 0 0 5px 5px |
| 2544 | } |
| 2545 | |
| 2546 | .bootstrap-select.btn-group.with-search.open .btn-default+.dropdown-menu .bs-searchbox .form-control, |
| 2547 | .bootstrap-tagsinput { |
| 2548 | border: 1px solid #cbcbcb; |
| 2549 | background-color: #fff |
| 2550 | } |
| 2551 | |
| 2552 | .bootstrap-select.btn-group .notify, |
| 2553 | .bootstrap-select.btn-group.with-search.open .btn-default+.dropdown-menu .no-results { |
| 2554 | color: #7d7d7d |
| 2555 | } |
| 2556 | |
| 2557 | .bootstrap-tagsinput { |
| 2558 | color: #666; |
| 2559 | border-radius: 5px; |
| 2560 | box-shadow: none; |
| 2561 | max-width: 100%; |
| 2562 | font-size: 14px; |
| 2563 | line-height: 26px; |
| 2564 | width: 100% |
| 2565 | } |
| 2566 | |
| 2567 | .bootstrap-tagsinput.form-control { |
| 2568 | display: block; |
| 2569 | width: 100% |
| 2570 | } |
| 2571 | |
| 2572 | .bootstrap-tagsinput .tag { |
| 2573 | border-radius: 3px; |
| 2574 | font-weight: 400; |
| 2575 | font-size: 11px; |
| 2576 | padding: 4px 8px |
| 2577 | } |
| 2578 | |
| 2579 | .bootstrap-tagsinput .tag [data-role=remove]:hover { |
| 2580 | box-shadow: none |
| 2581 | } |
| 2582 | |
| 2583 | .bootstrap-tagsinput input { |
| 2584 | background-color: #fff; |
| 2585 | border: 1px solid #cbcbcb; |
| 2586 | border-radius: 5px; |
| 2587 | line-height: 22px; |
| 2588 | font-size: 11px; |
| 2589 | min-width: 53px |
| 2590 | } |
| 2591 | |
| 2592 | .bootstrap-tagsinput input::-webkit-input-placeholder { |
| 2593 | color: #666; |
| 2594 | opacity: .8 |
| 2595 | } |
| 2596 | |
| 2597 | .bootstrap-tagsinput input:-moz-placeholder { |
| 2598 | color: #666; |
| 2599 | opacity: .8 |
| 2600 | } |
| 2601 | |
| 2602 | .bootstrap-tagsinput input::-moz-placeholder { |
| 2603 | color: #666; |
| 2604 | opacity: .8 |
| 2605 | } |
| 2606 | |
| 2607 | .bootstrap-tagsinput input:-ms-input-placeholder { |
| 2608 | color: #666; |
| 2609 | opacity: .8 |
| 2610 | } |
| 2611 | |
| 2612 | .ui-select-multiple.ui-select-bootstrap { |
| 2613 | min-height: 34px; |
| 2614 | padding: 4px 3px 0 12px |
| 2615 | } |
| 2616 | |
| 2617 | .progress { |
| 2618 | background: rgba(0, 0, 0, .07) |
| 2619 | } |
| 2620 | |
| 2621 | .progress-bar-primary { |
| 2622 | background-color: #209e91 |
| 2623 | } |
| 2624 | |
| 2625 | .progress-bar-success { |
| 2626 | background-color: #b1ce4d |
| 2627 | } |
| 2628 | |
| 2629 | .progress-bar-warning { |
| 2630 | background-color: #dfb81c |
| 2631 | } |
| 2632 | |
| 2633 | .progress-bar-danger { |
| 2634 | background-color: #e85656 |
| 2635 | } |
| 2636 | |
| 2637 | .has-success .input-group-addon { |
| 2638 | border: none |
| 2639 | } |
| 2640 | |
| 2641 | .input-group>span.addon-left { |
| 2642 | border-top-left-radius: 5px; |
| 2643 | border-bottom-left-radius: 5px |
| 2644 | } |
| 2645 | |
| 2646 | .input-group>span.addon-right { |
| 2647 | border-top-right-radius: 5px; |
| 2648 | border-bottom-right-radius: 5px |
| 2649 | } |
| 2650 | |
| 2651 | .with-primary-addon:focus { |
| 2652 | border-color: #209e91 |
| 2653 | } |
| 2654 | |
| 2655 | .with-warning-addon:focus { |
| 2656 | border-color: #dfb81c |
| 2657 | } |
| 2658 | |
| 2659 | .with-success-addon:focus { |
| 2660 | border-color: #90b900 |
| 2661 | } |
| 2662 | |
| 2663 | .with-danger-addon:focus { |
| 2664 | border-color: #e85656 |
| 2665 | } |
| 2666 | |
| 2667 | .sub-little-text { |
| 2668 | font-size: 12px |
| 2669 | } |
| 2670 | |
| 2671 | .auth-block p, |
| 2672 | .auth-link, |
| 2673 | .auth-sep { |
| 2674 | font-size: 16px |
| 2675 | } |
| 2676 | |
| 2677 | html { |
| 2678 | min-height: 520px |
| 2679 | } |
| 2680 | |
| 2681 | .form-control, |
| 2682 | .form-control:focus { |
| 2683 | background-color: rgba(0, 0, 0, .4); |
| 2684 | border-radius: 5px; |
| 2685 | color: #fff |
| 2686 | } |
| 2687 | |
| 2688 | .form-control::-webkit-input-placeholder, |
| 2689 | .form-control:focus::-webkit-input-placeholder { |
| 2690 | color: #fff; |
| 2691 | opacity: .9 |
| 2692 | } |
| 2693 | |
| 2694 | .form-control:-moz-placeholder, |
| 2695 | .form-control:focus:-moz-placeholder { |
| 2696 | color: #fff; |
| 2697 | opacity: .9 |
| 2698 | } |
| 2699 | |
| 2700 | .form-control::-moz-placeholder, |
| 2701 | .form-control:focus::-moz-placeholder { |
| 2702 | color: #fff; |
| 2703 | opacity: .9 |
| 2704 | } |
| 2705 | |
| 2706 | .form-control:-ms-input-placeholder, |
| 2707 | .form-control:focus:-ms-input-placeholder { |
| 2708 | color: #fff; |
| 2709 | opacity: .9 |
| 2710 | } |
| 2711 | |
| 2712 | .form-control[disabled]::-webkit-input-placeholder, |
| 2713 | .form-control[readonly]::-webkit-input-placeholder, |
| 2714 | fieldset[disabled] .form-control::-webkit-input-placeholder { |
| 2715 | color: #fff; |
| 2716 | opacity: .6 |
| 2717 | } |
| 2718 | |
| 2719 | .form-control[disabled]:-moz-placeholder, |
| 2720 | .form-control[readonly]:-moz-placeholder, |
| 2721 | fieldset[disabled] .form-control:-moz-placeholder { |
| 2722 | color: #fff; |
| 2723 | opacity: .6 |
| 2724 | } |
| 2725 | |
| 2726 | .form-control[disabled]::-moz-placeholder, |
| 2727 | .form-control[readonly]::-moz-placeholder, |
| 2728 | fieldset[disabled] .form-control::-moz-placeholder { |
| 2729 | color: #fff; |
| 2730 | opacity: .6 |
| 2731 | } |
| 2732 | |
| 2733 | .form-control[disabled]:-ms-input-placeholder, |
| 2734 | .form-control[readonly]:-ms-input-placeholder, |
| 2735 | fieldset[disabled] .form-control:-ms-input-placeholder { |
| 2736 | color: #fff; |
| 2737 | opacity: .6 |
| 2738 | } |
| 2739 | |
| 2740 | .auth-main { |
| 2741 | display: -webkit-box; |
| 2742 | display: -ms-flexbox; |
| 2743 | display: flex; |
| 2744 | -webkit-box-align: center; |
| 2745 | -ms-flex-align: center; |
| 2746 | align-items: center; |
| 2747 | width: 100%; |
| 2748 | content: ''; |
| 2749 | position: fixed; |
| 2750 | width: 100%; |
| 2751 | height: 100%; |
| 2752 | top: 0; |
| 2753 | left: 0; |
| 2754 | background: url(../../static/img/blur-bg.jpg) center center no-repeat; |
| 2755 | background-size: cover; |
| 2756 | will-change: transform; |
| 2757 | z-index: -1 |
| 2758 | } |
| 2759 | |
| 2760 | .auth-block { |
| 2761 | width: 540px; |
| 2762 | margin: 0 auto; |
| 2763 | border-radius: 5px; |
| 2764 | background: rgba(0, 0, 0, .55); |
| 2765 | color: #fff; |
| 2766 | padding: 32px |
| 2767 | } |
| 2768 | |
| 2769 | .auth-block h1 { |
| 2770 | font-weight: 300; |
| 2771 | margin-bottom: 28px; |
| 2772 | text-align: center |
| 2773 | } |
| 2774 | |
| 2775 | .auth-block a { |
| 2776 | text-decoration: none; |
| 2777 | outline: 0; |
| 2778 | -webkit-transition: all .2s ease; |
| 2779 | transition: all .2s ease; |
| 2780 | color: #209e91 |
| 2781 | } |
| 2782 | |
| 2783 | .auth-block a:hover { |
| 2784 | color: #1b867b |
| 2785 | } |
| 2786 | |
| 2787 | .auth-block .control-label { |
| 2788 | padding-top: 11px; |
| 2789 | color: #fff |
| 2790 | } |
| 2791 | |
| 2792 | .auth-block .form-group { |
| 2793 | margin-bottom: 12px |
| 2794 | } |
| 2795 | |
| 2796 | .auth-input { |
| 2797 | width: 300px; |
| 2798 | margin-bottom: 24px |
| 2799 | } |
| 2800 | |
| 2801 | .auth-input input { |
| 2802 | display: block; |
| 2803 | width: 100%; |
| 2804 | border: none; |
| 2805 | font-size: 16px; |
| 2806 | padding: 4px 10px; |
| 2807 | outline: 0 |
| 2808 | } |
| 2809 | |
| 2810 | a.forgot-pass { |
| 2811 | display: block; |
| 2812 | text-align: right; |
| 2813 | margin-bottom: -20px; |
| 2814 | float: right; |
| 2815 | z-index: 2; |
| 2816 | position: relative |
| 2817 | } |
| 2818 | |
| 2819 | .al-share-auth, |
| 2820 | .auth-link, |
| 2821 | .auth-sep { |
| 2822 | text-align: center |
| 2823 | } |
| 2824 | |
| 2825 | .auth-link { |
| 2826 | display: block; |
| 2827 | margin-bottom: 33px |
| 2828 | } |
| 2829 | |
| 2830 | .auth-sep { |
| 2831 | margin-top: 36px; |
| 2832 | margin-bottom: 24px; |
| 2833 | line-height: 20px; |
| 2834 | display: block; |
| 2835 | position: relative |
| 2836 | } |
| 2837 | |
| 2838 | .auth-sep>span { |
| 2839 | display: table-cell; |
| 2840 | width: 30%; |
| 2841 | white-space: nowrap; |
| 2842 | padding: 0 24px; |
| 2843 | color: #fff |
| 2844 | } |
| 2845 | |
| 2846 | .auth-sep>span>span { |
| 2847 | margin-top: -12px; |
| 2848 | display: block |
| 2849 | } |
| 2850 | |
| 2851 | .auth-sep:after, |
| 2852 | .auth-sep:before { |
| 2853 | border-top: solid 1px #fff; |
| 2854 | content: ""; |
| 2855 | height: 1px; |
| 2856 | width: 35%; |
| 2857 | display: table-cell |
| 2858 | } |
| 2859 | |
| 2860 | .al-share-auth .al-share { |
| 2861 | float: none; |
| 2862 | margin: 0; |
| 2863 | padding: 0; |
| 2864 | display: inline-block |
| 2865 | } |
| 2866 | |
| 2867 | .al-share-auth .al-share li { |
| 2868 | margin-left: 24px |
| 2869 | } |
| 2870 | |
| 2871 | .al-share-auth .al-share li:first-child { |
| 2872 | margin-left: 0 |
| 2873 | } |
| 2874 | |
| 2875 | .al-share-auth .al-share li i { |
| 2876 | font-size: 24px |
| 2877 | } |
| 2878 | |
| 2879 | .btn-auth { |
| 2880 | color: #fff!important |
| 2881 | } |
| 2882 | |
| 2883 | |
| 2884 | /*# sourceMappingURL=../maps/styles/auth-a200a050c1.css.map */ |