From 65df4da999169f802f360eefd000797e6c1b7068 Mon Sep 17 00:00:00 2001 From: camer0n Date: Fri, 18 Apr 2025 14:36:52 -0700 Subject: [PATCH] Issue #5473 New Admin Area Skin. (currently not functional with flexpanel) --- .../shortcodes/batch/admin_shortcodes.php | 21 + e107_core/templates/admin_template.php | 2 +- e107_handlers/admin_ui.php | 10 +- e107_handlers/sitelinks_class.php | 2 +- e107_themes/bootstrap3/css/modern-dark-2.css | 1867 +++++++++++++++++ e107_themes/bootstrap3/css/modern-dark.css | 13 +- .../images/admin_modern-dark-2.webp | Bin 0 -> 59346 bytes e107_themes/bootstrap3/theme.xml | 1 + 8 files changed, 1909 insertions(+), 7 deletions(-) create mode 100644 e107_themes/bootstrap3/css/modern-dark-2.css create mode 100644 e107_themes/bootstrap3/images/admin_modern-dark-2.webp diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 3bfdb80bc..3cc4f07eb 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -96,6 +96,27 @@ class admin_shortcodes extends e_shortcode } + + public function sc_admin_container_legacy($parm=null) + { + $exclude = array( + 'admin.php', + 'menus.php', + 'phpinfo.php', + 'credits.php', + 'docs.php', + 'cache.php', + 'emoticon.php', + 'updateadmin.php', + 'administrator.php', + + ); + + if(!deftrue('e_CURRENT_PLUGIN') && in_array(e_PAGE, $exclude)) + { + return 'admin-container-legacy'; + } + } // {ADMIN_COREUPDATE} public function sc_admin_coreupdate($parm='') diff --git a/e107_core/templates/admin_template.php b/e107_core/templates/admin_template.php index 80b06adc3..83cf7de90 100644 --- a/e107_core/templates/admin_template.php +++ b/e107_core/templates/admin_template.php @@ -222,7 +222,7 @@ $ADMIN_TEMPLATE['header'] = ' -
+
'; diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 9a166d091..4c96bc09b 100755 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -1687,11 +1687,17 @@ class e_admin_dispatcher $var[$key]['link_class'] = ' e-modal'; if(!empty($val['modal-caption'])) { - $var[$key]['link_data'] = array('data-modal-caption' => $val['modal-caption']); + $var[$key]['link_data'] = ['data-modal-caption' => $val['modal-caption']]; } } + if(!empty($val['class'])) + { + $var[$key]['link_class'] ?? ''; + $var[$key]['link_class'] .= ' '.$val['class']; + } + } @@ -2065,7 +2071,7 @@ class e_admin_controller } } - $title = $res['caption']; + $title = defset($res['caption'],$res['caption']); } diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 5493fcee0..35bac417b 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -1461,7 +1461,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; } if(!empty($e107_vars[$act]['image_src']) && strpos($e107_vars[$act]['image_src'], '.glyph') !== false) { - $replace['LINK_IMAGE'] = $tp->toGlyph($e107_vars[$act]['image_src'], array('space'=>' ')); + $replace['LINK_IMAGE'] = $tp->toGlyph($e107_vars[$act]['image_src'], array('fw'=>true, 'space'=>' ')); } else { diff --git a/e107_themes/bootstrap3/css/modern-dark-2.css b/e107_themes/bootstrap3/css/modern-dark-2.css new file mode 100644 index 000000000..1c8cd02a9 --- /dev/null +++ b/e107_themes/bootstrap3/css/modern-dark-2.css @@ -0,0 +1,1867 @@ +/*! Generated by Live LESS Theme Customizer */ +body,figure{margin:0} +.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px} +.form-control-feedback,a.btn.disabled,a.plupload_button.disabled,abutton.button.disabled,ainput.button.disabled,fieldset[disabled] a.btn,fieldset[disabled] a.plupload_button,fieldset[disabled] abutton.button,fieldset[disabled] ainput.button{pointer-events:none} +html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:10px;-webkit-tap-highlight-color:transparent} +article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block} +audio,canvas,progress,video{display:inline-block;vertical-align:baseline} +audio:not([controls]){display:none;height:0} +[hidden],template{display:none} +a{background-color:transparent} +a:active,a:hover{outline:0} +b,optgroup,strong{font-weight:700} +dfn{font-style:italic} +h1{margin:.67em 0} +mark{background:#ff0;color:#000} +sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} +sup{top:-.5em} +sub{bottom:-.25em} +img{border:0;vertical-align:middle} +svg:not(:root){overflow:hidden} +hr{box-sizing:content-box;height:0} +pre,textarea{overflow:auto} +code,kbd,pre,samp{font-size:1em} +button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0} +button{overflow:visible} +button,select{text-transform:none} +button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer} +button[disabled],html input[disabled]{cursor:default} +button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0} +input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0} +input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto} +input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none} +table{border-collapse:collapse;border-spacing:0} +td,th{padding:0} +@media print{blockquote,img,pre,tr{page-break-inside:avoid} +*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important} +a,a:visited{text-decoration:underline} +a[href]:after{content:" (" attr(href) ")"} +abbr[title]:after{content:" (" attr(title) ")"} +a[href^="javascript:"]:after,a[href^="#"]:after{content:""} +blockquote,pre{border:1px solid #999} +thead{display:table-header-group} +img{max-width:100%!important} +h2,h3,p{orphans:3;widows:3} +h2,h3{page-break-after:avoid} +.navbar{display:none} +.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important} +.label{border:1px solid #000} +.table{border-collapse:collapse!important} +.table td,.table th{background-color:#fff!important} +.table-bordered td,.table-bordered th{border:1px solid #ddd!important} +} +.img-thumbnail,body{background-color:#2f2f2f} +.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-warning{background-image:none} +@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')} +.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} +.glyphicon-asterisk:before{content:"\002a"} +.glyphicon-plus:before{content:"\002b"} +.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"} +.glyphicon-minus:before{content:"\2212"} +.glyphicon-cloud:before{content:"\2601"} +.glyphicon-envelope:before{content:"\2709"} +.glyphicon-pencil:before{content:"\270f"} +.glyphicon-glass:before{content:"\e001"} +.glyphicon-music:before{content:"\e002"} +.glyphicon-search:before{content:"\e003"} +.glyphicon-heart:before{content:"\e005"} +.glyphicon-star:before{content:"\e006"} +.glyphicon-star-empty:before{content:"\e007"} +.glyphicon-user:before{content:"\e008"} +.glyphicon-film:before{content:"\e009"} +.glyphicon-th-large:before{content:"\e010"} +.glyphicon-th:before{content:"\e011"} +.glyphicon-th-list:before{content:"\e012"} +.glyphicon-ok:before{content:"\e013"} +.glyphicon-remove:before{content:"\e014"} +.glyphicon-zoom-in:before{content:"\e015"} +.glyphicon-zoom-out:before{content:"\e016"} +.glyphicon-off:before{content:"\e017"} +.glyphicon-signal:before{content:"\e018"} +.glyphicon-cog:before{content:"\e019"} +.glyphicon-trash:before{content:"\e020"} +.glyphicon-home:before{content:"\e021"} +.glyphicon-file:before{content:"\e022"} +.glyphicon-time:before{content:"\e023"} +.glyphicon-road:before{content:"\e024"} +.glyphicon-download-alt:before{content:"\e025"} +.glyphicon-download:before{content:"\e026"} +.glyphicon-upload:before{content:"\e027"} +.glyphicon-inbox:before{content:"\e028"} +.glyphicon-play-circle:before{content:"\e029"} +.glyphicon-repeat:before{content:"\e030"} +.glyphicon-refresh:before{content:"\e031"} +.glyphicon-list-alt:before{content:"\e032"} +.glyphicon-lock:before{content:"\e033"} +.glyphicon-flag:before{content:"\e034"} +.glyphicon-headphones:before{content:"\e035"} +.glyphicon-volume-off:before{content:"\e036"} +.glyphicon-volume-down:before{content:"\e037"} +.glyphicon-volume-up:before{content:"\e038"} +.glyphicon-qrcode:before{content:"\e039"} +.glyphicon-barcode:before{content:"\e040"} +.glyphicon-tag:before{content:"\e041"} +.glyphicon-tags:before{content:"\e042"} +.glyphicon-book:before{content:"\e043"} +.glyphicon-bookmark:before{content:"\e044"} +.glyphicon-print:before{content:"\e045"} +.glyphicon-camera:before{content:"\e046"} +.glyphicon-font:before{content:"\e047"} +.glyphicon-bold:before{content:"\e048"} +.glyphicon-italic:before{content:"\e049"} +.glyphicon-text-height:before{content:"\e050"} +.glyphicon-text-width:before{content:"\e051"} +.glyphicon-align-left:before{content:"\e052"} +.glyphicon-align-center:before{content:"\e053"} +.glyphicon-align-right:before{content:"\e054"} +.glyphicon-align-justify:before{content:"\e055"} +.glyphicon-list:before{content:"\e056"} +.glyphicon-indent-left:before{content:"\e057"} +.glyphicon-indent-right:before{content:"\e058"} +.glyphicon-facetime-video:before{content:"\e059"} +.glyphicon-picture:before{content:"\e060"} +.glyphicon-map-marker:before{content:"\e062"} +.glyphicon-adjust:before{content:"\e063"} +.glyphicon-tint:before{content:"\e064"} +.glyphicon-edit:before{content:"\e065"} +.glyphicon-share:before{content:"\e066"} +.glyphicon-check:before{content:"\e067"} +.glyphicon-move:before{content:"\e068"} +.glyphicon-step-backward:before{content:"\e069"} +.glyphicon-fast-backward:before{content:"\e070"} +.glyphicon-backward:before{content:"\e071"} +.glyphicon-play:before{content:"\e072"} +.glyphicon-pause:before{content:"\e073"} +.glyphicon-stop:before{content:"\e074"} +.glyphicon-forward:before{content:"\e075"} +.glyphicon-fast-forward:before{content:"\e076"} +.glyphicon-step-forward:before{content:"\e077"} +.glyphicon-eject:before{content:"\e078"} +.glyphicon-chevron-left:before{content:"\e079"} +.glyphicon-chevron-right:before{content:"\e080"} +.glyphicon-plus-sign:before{content:"\e081"} +.glyphicon-minus-sign:before{content:"\e082"} +.glyphicon-remove-sign:before{content:"\e083"} +.glyphicon-ok-sign:before{content:"\e084"} +.glyphicon-question-sign:before{content:"\e085"} +.glyphicon-info-sign:before{content:"\e086"} +.glyphicon-screenshot:before{content:"\e087"} +.glyphicon-remove-circle:before{content:"\e088"} +.glyphicon-ok-circle:before{content:"\e089"} +.glyphicon-ban-circle:before{content:"\e090"} +.glyphicon-arrow-left:before{content:"\e091"} +.glyphicon-arrow-right:before{content:"\e092"} +.glyphicon-arrow-up:before{content:"\e093"} +.glyphicon-arrow-down:before{content:"\e094"} +.glyphicon-share-alt:before{content:"\e095"} +.glyphicon-resize-full:before{content:"\e096"} +.glyphicon-resize-small:before{content:"\e097"} +.glyphicon-exclamation-sign:before{content:"\e101"} +.glyphicon-gift:before{content:"\e102"} +.glyphicon-leaf:before{content:"\e103"} +.glyphicon-fire:before{content:"\e104"} +.glyphicon-eye-open:before{content:"\e105"} +.glyphicon-eye-close:before{content:"\e106"} +.glyphicon-warning-sign:before{content:"\e107"} +.glyphicon-plane:before{content:"\e108"} +.glyphicon-calendar:before{content:"\e109"} +.glyphicon-random:before{content:"\e110"} +.glyphicon-comment:before{content:"\e111"} +.glyphicon-magnet:before{content:"\e112"} +.glyphicon-chevron-up:before{content:"\e113"} +.glyphicon-chevron-down:before{content:"\e114"} +.glyphicon-retweet:before{content:"\e115"} +.glyphicon-shopping-cart:before{content:"\e116"} +.glyphicon-folder-close:before{content:"\e117"} +.glyphicon-folder-open:before{content:"\e118"} +.glyphicon-resize-vertical:before{content:"\e119"} +.glyphicon-resize-horizontal:before{content:"\e120"} +.glyphicon-hdd:before{content:"\e121"} +.glyphicon-bullhorn:before{content:"\e122"} +.glyphicon-bell:before{content:"\e123"} +.glyphicon-certificate:before{content:"\e124"} +.glyphicon-thumbs-up:before{content:"\e125"} +.glyphicon-thumbs-down:before{content:"\e126"} +.glyphicon-hand-right:before{content:"\e127"} +.glyphicon-hand-left:before{content:"\e128"} +.glyphicon-hand-up:before{content:"\e129"} +.glyphicon-hand-down:before{content:"\e130"} +.glyphicon-circle-arrow-right:before{content:"\e131"} +.glyphicon-circle-arrow-left:before{content:"\e132"} +.glyphicon-circle-arrow-up:before{content:"\e133"} +.glyphicon-circle-arrow-down:before{content:"\e134"} +.glyphicon-globe:before{content:"\e135"} +.glyphicon-wrench:before{content:"\e136"} +.glyphicon-tasks:before{content:"\e137"} +.glyphicon-filter:before{content:"\e138"} +.glyphicon-briefcase:before{content:"\e139"} +.glyphicon-fullscreen:before{content:"\e140"} +.glyphicon-dashboard:before{content:"\e141"} +.glyphicon-paperclip:before{content:"\e142"} +.glyphicon-heart-empty:before{content:"\e143"} +.glyphicon-link:before{content:"\e144"} +.glyphicon-phone:before{content:"\e145"} +.glyphicon-pushpin:before{content:"\e146"} +.glyphicon-usd:before{content:"\e148"} +.glyphicon-gbp:before{content:"\e149"} +.glyphicon-sort:before{content:"\e150"} +.glyphicon-sort-by-alphabet:before{content:"\e151"} +.glyphicon-sort-by-alphabet-alt:before{content:"\e152"} +.glyphicon-sort-by-order:before{content:"\e153"} +.glyphicon-sort-by-order-alt:before{content:"\e154"} +.glyphicon-sort-by-attributes:before{content:"\e155"} +.glyphicon-sort-by-attributes-alt:before{content:"\e156"} +.glyphicon-unchecked:before{content:"\e157"} +.glyphicon-expand:before{content:"\e158"} +.glyphicon-collapse-down:before{content:"\e159"} +.glyphicon-collapse-up:before{content:"\e160"} +.glyphicon-log-in:before{content:"\e161"} +.glyphicon-flash:before{content:"\e162"} +.glyphicon-log-out:before{content:"\e163"} +.glyphicon-new-window:before{content:"\e164"} +.glyphicon-record:before{content:"\e165"} +.glyphicon-save:before{content:"\e166"} +.glyphicon-open:before{content:"\e167"} +.glyphicon-saved:before{content:"\e168"} +.glyphicon-import:before{content:"\e169"} +.glyphicon-export:before{content:"\e170"} +.glyphicon-send:before{content:"\e171"} +.glyphicon-floppy-disk:before{content:"\e172"} +.glyphicon-floppy-saved:before{content:"\e173"} +.glyphicon-floppy-remove:before{content:"\e174"} +.glyphicon-floppy-save:before{content:"\e175"} +.glyphicon-floppy-open:before{content:"\e176"} +.glyphicon-credit-card:before{content:"\e177"} +.glyphicon-transfer:before{content:"\e178"} +.glyphicon-cutlery:before{content:"\e179"} +.glyphicon-header:before{content:"\e180"} +.glyphicon-compressed:before{content:"\e181"} +.glyphicon-earphone:before{content:"\e182"} +.glyphicon-phone-alt:before{content:"\e183"} +.glyphicon-tower:before{content:"\e184"} +.glyphicon-stats:before{content:"\e185"} +.glyphicon-sd-video:before{content:"\e186"} +.glyphicon-hd-video:before{content:"\e187"} +.glyphicon-subtitles:before{content:"\e188"} +.glyphicon-sound-stereo:before{content:"\e189"} +.glyphicon-sound-dolby:before{content:"\e190"} +.glyphicon-sound-5-1:before{content:"\e191"} +.glyphicon-sound-6-1:before{content:"\e192"} +.glyphicon-sound-7-1:before{content:"\e193"} +.glyphicon-copyright-mark:before{content:"\e194"} +.glyphicon-registration-mark:before{content:"\e195"} +.glyphicon-cloud-download:before{content:"\e197"} +.glyphicon-cloud-upload:before{content:"\e198"} +.glyphicon-tree-conifer:before{content:"\e199"} +.glyphicon-tree-deciduous:before{content:"\e200"} +.glyphicon-cd:before{content:"\e201"} +.glyphicon-save-file:before{content:"\e202"} +.glyphicon-open-file:before{content:"\e203"} +.glyphicon-level-up:before{content:"\e204"} +.glyphicon-copy:before{content:"\e205"} +.glyphicon-paste:before{content:"\e206"} +.glyphicon-alert:before{content:"\e209"} +.glyphicon-equalizer:before{content:"\e210"} +.glyphicon-king:before{content:"\e211"} +.glyphicon-queen:before{content:"\e212"} +.glyphicon-pawn:before{content:"\e213"} +.glyphicon-bishop:before{content:"\e214"} +.glyphicon-knight:before{content:"\e215"} +.glyphicon-baby-formula:before{content:"\e216"} +.glyphicon-tent:before{content:"\26fa"} +.glyphicon-blackboard:before{content:"\e218"} +.glyphicon-bed:before{content:"\e219"} +.glyphicon-apple:before{content:"\f8ff"} +.glyphicon-erase:before{content:"\e221"} +.glyphicon-hourglass:before{content:"\231b"} +.glyphicon-lamp:before{content:"\e223"} +.glyphicon-duplicate:before{content:"\e224"} +.glyphicon-piggy-bank:before{content:"\e225"} +.glyphicon-scissors:before{content:"\e226"} +.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"} +.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"} +.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"} +.glyphicon-scale:before{content:"\e230"} +.glyphicon-ice-lolly:before{content:"\e231"} +.glyphicon-ice-lolly-tasted:before{content:"\e232"} +.glyphicon-education:before{content:"\e233"} +.glyphicon-option-horizontal:before{content:"\e234"} +.glyphicon-option-vertical:before{content:"\e235"} +.glyphicon-menu-hamburger:before{content:"\e236"} +.glyphicon-modal-window:before{content:"\e237"} +.glyphicon-oil:before{content:"\e238"} +.glyphicon-grain:before{content:"\e239"} +.glyphicon-sunglasses:before{content:"\e240"} +.glyphicon-text-size:before{content:"\e241"} +.glyphicon-text-color:before{content:"\e242"} +.glyphicon-text-background:before{content:"\e243"} +.glyphicon-object-align-top:before{content:"\e244"} +.glyphicon-object-align-bottom:before{content:"\e245"} +.glyphicon-object-align-horizontal:before{content:"\e246"} +.glyphicon-object-align-left:before{content:"\e247"} +.glyphicon-object-align-vertical:before{content:"\e248"} +.glyphicon-object-align-right:before{content:"\e249"} +.glyphicon-triangle-right:before{content:"\e250"} +.glyphicon-triangle-left:before{content:"\e251"} +.glyphicon-triangle-bottom:before{content:"\e252"} +.glyphicon-triangle-top:before{content:"\e253"} +.glyphicon-console:before{content:"\e254"} +.glyphicon-superscript:before{content:"\e255"} +.glyphicon-subscript:before{content:"\e256"} +.glyphicon-menu-left:before{content:"\e257"} +.glyphicon-menu-right:before{content:"\e258"} +.glyphicon-menu-down:before{content:"\e259"} +.glyphicon-menu-up:before{content:"\e260"} +*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} +body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#c6c6c6} +button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit} +a{color:#8BC0ED;text-decoration:none} +a:focus,a:hover{color:#fff;text-decoration:none} +a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px} +.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto} +.img-rounded{border-radius:6px} +.img-thumbnail{padding:4px;line-height:1.42857143;border:1px solid #0f0f0f;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto} +.img-circle{border-radius:50%} +hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #999} +.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0} +.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +[role=button]{cursor:pointer} +.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:#eee} +.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#c6c6c6} +.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px} +.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%} +.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px} +.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%} +.h1,h1{font-size:36px} +.h2,h2{font-size:30px} +.h3,h3{font-size:24px} +.h4,h4{font-size:18px} +.h5,h5{font-size:14px} +.h6,h6{font-size:12px} +p{margin:0 0 10px} +.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4} +address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre{line-height:1.42857143} +dt,kbd kbd{font-weight:700} +@media (min-width:768px){.lead{font-size:21px} +} +.small,small{font-size:85%} +.mark,mark{background-color:#f89406;padding:.2em} +.list-inline,.list-unstyled{list-style:none;padding-left:0} +.text-left{text-align:left} +.text-right{text-align:right} +.text-center{text-align:center} +.text-justify{text-align:justify} +.text-nowrap{white-space:nowrap} +.text-lowercase{text-transform:lowercase} +.text-uppercase{text-transform:uppercase} +.text-capitalize{text-transform:capitalize} +.text-muted{color:#c6c6c6} +.text-primary{color:#337ab7} +a.text-primary:focus,a.text-primary:hover{color:#285f8f} +a.text-danger:focus,a.text-danger:hover,a.text-info:focus,a.text-info:hover,a.text-success:focus,a.text-success:hover,a.text-warning:focus,a.text-warning:hover{color:#e6e6e6} +.bg-primary{color:#fff;background-color:#337ab7} +a.bg-primary:focus,a.bg-primary:hover{background-color:#285f8f} +.bg-success{background-color:#51a351} +a.bg-success:focus,a.bg-success:hover{background-color:#408140} +.bg-info{background-color:#5bc0de} +a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5} +.bg-warning{background-color:#f89406} +a.bg-warning:focus,a.bg-warning:hover{background-color:#c67605} +.bg-danger{background-color:#ee5f5b} +a.bg-danger:focus,a.bg-danger:hover{background-color:#e9322d} +.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #999} +dl,ol,ul{margin-top:0} +ol,ul{margin-bottom:10px} +ol ol,ol ul,ul ol,ul ul{margin-bottom:0} +.list-inline{margin-left:-5px} +.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px} +dl{margin-bottom:20px} +dd{margin-left:0} +@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} +.dl-horizontal dd{margin-left:180px} +} +abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #c6c6c6} +.initialism{font-size:90%;text-transform:uppercase} +blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #999} +blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0} +blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;color:#c6c6c6} +blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'} +.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #999;border-left:0;text-align:right} +caption,th{text-align:left} +code,kbd{padding:2px 4px;font-size:90%} +.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''} +.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'} +address{margin-bottom:20px;font-style:normal} +code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace} +code{color:#c7254e;background-color:#f9f2f4;border-radius:4px} +kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)} +kbd kbd{padding:0;font-size:100%;box-shadow:none} +pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid inherit;border-radius:4px} +.container,.container-fluid{margin-right:auto;margin-left:auto} +pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0} +.container,.container-fluid{padding-left:15px;padding-right:15px} +.pre-scrollable{overflow-y:scroll} +@media (min-width:768px){.container{width:750px} + } +@media (min-width:992px){.container{width:970px} +} +@media (min-width:1200px){.container{width:1170px} + } +.row{margin-left:-15px;margin-right:-15px} +.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px} +.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left} +.col-xs-12{width:100%} +.col-xs-11{width:91.66666667%} +.col-xs-10{width:83.33333333%} +.col-xs-9{width:75%} +.col-xs-8{width:66.66666667%} +.col-xs-7{width:58.33333333%} +.col-xs-6{width:50%} +.col-xs-5{width:41.66666667%} +.col-xs-4{width:33.33333333%} +.col-xs-3{width:25%} +.col-xs-2{width:16.66666667%} +.col-xs-1{width:8.33333333%} +.col-xs-pull-12{right:100%} +.col-xs-pull-11{right:91.66666667%} +.col-xs-pull-10{right:83.33333333%} +.col-xs-pull-9{right:75%} +.col-xs-pull-8{right:66.66666667%} +.col-xs-pull-7{right:58.33333333%} +.col-xs-pull-6{right:50%} +.col-xs-pull-5{right:41.66666667%} +.col-xs-pull-4{right:33.33333333%} +.col-xs-pull-3{right:25%} +.col-xs-pull-2{right:16.66666667%} +.col-xs-pull-1{right:8.33333333%} +.col-xs-pull-0{right:auto} +.col-xs-push-12{left:100%} +.col-xs-push-11{left:91.66666667%} +.col-xs-push-10{left:83.33333333%} +.col-xs-push-9{left:75%} +.col-xs-push-8{left:66.66666667%} +.col-xs-push-7{left:58.33333333%} +.col-xs-push-6{left:50%} +.col-xs-push-5{left:41.66666667%} +.col-xs-push-4{left:33.33333333%} +.col-xs-push-3{left:25%} +.col-xs-push-2{left:16.66666667%} +.col-xs-push-1{left:8.33333333%} +.col-xs-push-0{left:auto} +.col-xs-offset-12{margin-left:100%} +.col-xs-offset-11{margin-left:91.66666667%} +.col-xs-offset-10{margin-left:83.33333333%} +.col-xs-offset-9{margin-left:75%} +.col-xs-offset-8{margin-left:66.66666667%} +.col-xs-offset-7{margin-left:58.33333333%} +.col-xs-offset-6{margin-left:50%} +.col-xs-offset-5{margin-left:41.66666667%} +.col-xs-offset-4{margin-left:33.33333333%} +.col-xs-offset-3{margin-left:25%} +.col-xs-offset-2{margin-left:16.66666667%} +.col-xs-offset-1{margin-left:8.33333333%} +.col-xs-offset-0{margin-left:0} +@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left} +.col-sm-12{width:100%} +.col-sm-11{width:91.66666667%} +.col-sm-10{width:83.33333333%} +.col-sm-9{width:75%} +.col-sm-8{width:66.66666667%} +.col-sm-7{width:58.33333333%} +.col-sm-6{width:50%} +.col-sm-5{width:41.66666667%} +.col-sm-4{width:33.33333333%} +.col-sm-3{width:25%} +.col-sm-2{width:16.66666667%} +.col-sm-1{width:8.33333333%} +.col-sm-pull-12{right:100%} +.col-sm-pull-11{right:91.66666667%} +.col-sm-pull-10{right:83.33333333%} +.col-sm-pull-9{right:75%} +.col-sm-pull-8{right:66.66666667%} +.col-sm-pull-7{right:58.33333333%} +.col-sm-pull-6{right:50%} +.col-sm-pull-5{right:41.66666667%} +.col-sm-pull-4{right:33.33333333%} +.col-sm-pull-3{right:25%} +.col-sm-pull-2{right:16.66666667%} +.col-sm-pull-1{right:8.33333333%} +.col-sm-pull-0{right:auto} +.col-sm-push-12{left:100%} +.col-sm-push-11{left:91.66666667%} +.col-sm-push-10{left:83.33333333%} +.col-sm-push-9{left:75%} +.col-sm-push-8{left:66.66666667%} +.col-sm-push-7{left:58.33333333%} +.col-sm-push-6{left:50%} +.col-sm-push-5{left:41.66666667%} +.col-sm-push-4{left:33.33333333%} +.col-sm-push-3{left:25%} +.col-sm-push-2{left:16.66666667%} +.col-sm-push-1{left:8.33333333%} +.col-sm-push-0{left:auto} +.col-sm-offset-12{margin-left:100%} +.col-sm-offset-11{margin-left:91.66666667%} +.col-sm-offset-10{margin-left:83.33333333%} +.col-sm-offset-9{margin-left:75%} +.col-sm-offset-8{margin-left:66.66666667%} +.col-sm-offset-7{margin-left:58.33333333%} +.col-sm-offset-6{margin-left:50%} +.col-sm-offset-5{margin-left:41.66666667%} +.col-sm-offset-4{margin-left:33.33333333%} +.col-sm-offset-3{margin-left:25%} +.col-sm-offset-2{margin-left:16.66666667%} +.col-sm-offset-1{margin-left:8.33333333%} +.col-sm-offset-0{margin-left:0} +} +@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left} +.col-md-12{width:100%} +.col-md-11{width:91.66666667%} +.col-md-10{width:83.33333333%} +.col-md-9{width:75%} +.col-md-8{width:66.66666667%} +.col-md-7{width:58.33333333%} +.col-md-6{width:50%} +.col-md-5{width:41.66666667%} +.col-md-4{width:33.33333333%} +.col-md-3{width:25%} +.col-md-2{width:16.66666667%} +.col-md-1{width:8.33333333%} +.col-md-pull-12{right:100%} +.col-md-pull-11{right:91.66666667%} +.col-md-pull-10{right:83.33333333%} +.col-md-pull-9{right:75%} +.col-md-pull-8{right:66.66666667%} +.col-md-pull-7{right:58.33333333%} +.col-md-pull-6{right:50%} +.col-md-pull-5{right:41.66666667%} +.col-md-pull-4{right:33.33333333%} +.col-md-pull-3{right:25%} +.col-md-pull-2{right:16.66666667%} +.col-md-pull-1{right:8.33333333%} +.col-md-pull-0{right:auto} +.col-md-push-12{left:100%} +.col-md-push-11{left:91.66666667%} +.col-md-push-10{left:83.33333333%} +.col-md-push-9{left:75%} +.col-md-push-8{left:66.66666667%} +.col-md-push-7{left:58.33333333%} +.col-md-push-6{left:50%} +.col-md-push-5{left:41.66666667%} +.col-md-push-4{left:33.33333333%} +.col-md-push-3{left:25%} +.col-md-push-2{left:16.66666667%} +.col-md-push-1{left:8.33333333%} +.col-md-push-0{left:auto} +.col-md-offset-12{margin-left:100%} +.col-md-offset-11{margin-left:91.66666667%} +.col-md-offset-10{margin-left:83.33333333%} +.col-md-offset-9{margin-left:75%} +.col-md-offset-8{margin-left:66.66666667%} +.col-md-offset-7{margin-left:58.33333333%} +.col-md-offset-6{margin-left:50%} +.col-md-offset-5{margin-left:41.66666667%} +.col-md-offset-4{margin-left:33.33333333%} +.col-md-offset-3{margin-left:25%} +.col-md-offset-2{margin-left:16.66666667%} +.col-md-offset-1{margin-left:8.33333333%} +.col-md-offset-0{margin-left:0} +} +@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left} +.col-lg-12{width:100%} +.col-lg-11{width:91.66666667%} +.col-lg-10{width:83.33333333%} +.col-lg-9{width:75%} +.col-lg-8{width:66.66666667%} +.col-lg-7{width:58.33333333%} +.col-lg-6{width:50%} +.col-lg-5{width:41.66666667%} +.col-lg-4{width:33.33333333%} +.col-lg-3{width:25%} +.col-lg-2{width:16.66666667%} +.col-lg-1{width:8.33333333%} +.col-lg-pull-12{right:100%} +.col-lg-pull-11{right:91.66666667%} +.col-lg-pull-10{right:83.33333333%} +.col-lg-pull-9{right:75%} +.col-lg-pull-8{right:66.66666667%} +.col-lg-pull-7{right:58.33333333%} +.col-lg-pull-6{right:50%} +.col-lg-pull-5{right:41.66666667%} +.col-lg-pull-4{right:33.33333333%} +.col-lg-pull-3{right:25%} +.col-lg-pull-2{right:16.66666667%} +.col-lg-pull-1{right:8.33333333%} +.col-lg-pull-0{right:auto} +.col-lg-push-12{left:100%} +.col-lg-push-11{left:91.66666667%} +.col-lg-push-10{left:83.33333333%} +.col-lg-push-9{left:75%} +.col-lg-push-8{left:66.66666667%} +.col-lg-push-7{left:58.33333333%} +.col-lg-push-6{left:50%} +.col-lg-push-5{left:41.66666667%} +.col-lg-push-4{left:33.33333333%} +.col-lg-push-3{left:25%} +.col-lg-push-2{left:16.66666667%} +.col-lg-push-1{left:8.33333333%} +.col-lg-push-0{left:auto} +.col-lg-offset-12{margin-left:100%} +.col-lg-offset-11{margin-left:91.66666667%} +.col-lg-offset-10{margin-left:83.33333333%} +.col-lg-offset-9{margin-left:75%} +.col-lg-offset-8{margin-left:66.66666667%} +.col-lg-offset-7{margin-left:58.33333333%} +.col-lg-offset-6{margin-left:50%} +.col-lg-offset-5{margin-left:41.66666667%} +.col-lg-offset-4{margin-left:33.33333333%} +.col-lg-offset-3{margin-left:25%} +.col-lg-offset-2{margin-left:16.66666667%} +.col-lg-offset-1{margin-left:8.33333333%} +.col-lg-offset-0{margin-left:0} +} +table{background-color:#373737} +caption{padding-top:8px;padding-bottom:8px;color:#c6c6c6} +.table{width:100%;max-width:100%;margin-bottom:20px} +.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #0a0a0a} +.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #0a0a0a} +.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0} +.table>tbody+tbody{border-top:2px solid #0a0a0a} +.table .table{background-color:#2f2f2f} +.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px} +.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #0a0a0a} +.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px} +.table-striped>tbody>tr:nth-of-type(odd){background-color:#494949} +.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#565656} +table col[class*=col-]{position:static;float:none;display:table-column} +table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell} +.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.dropdown-menu{float:left} +.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#494949} +.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#51a351} +.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#499249} +.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#5bc0de} +.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#46b8da} +.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#f89406} +.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#df8505} +.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#ee5f5b} +.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ec4844} +.table-responsive{overflow-x:auto;min-height:.01%} +@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #0a0a0a} +.table-responsive>.table{margin-bottom:0} +.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap} +.table-responsive>.table-bordered{border:0} +.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0} +.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0} +.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0} +} +fieldset,legend{padding:0;border:0} +fieldset{margin:0;min-width:0} +legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;border-bottom:1px solid #0a0a0a} +label{display:inline-block;max-width:100%;margin-bottom:5px} +input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none} +input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal} +.form-control,output{display:block;font-size:14px;line-height:1.42857143;color:#eee} +input[type=file]{display:block} +input[type=range]{display:block;width:100%} +select[multiple],select[size]{height:auto} +input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px} +output{padding-top:9px} +.form-control{width:100%;height:40px;padding:8px 12px;background-color:#222;border:1px solid #171717;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s} +.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)} +.form-control::-moz-placeholder{color:#999;opacity:1} +.form-control:-ms-input-placeholder{color:#999} +.form-control::-webkit-input-placeholder{color:#999} +.form-control::-ms-expand{border:0;background-color:transparent} +.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#222;opacity:1} +.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed} +textarea.form-control{height:auto} +@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:38px} +.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px} +.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:54px} +} +.form-group{margin-bottom:15px} +.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px} +.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer} +.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9} +.checkbox+.checkbox,.radio+.radio{margin-top:-5px} +.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer} +.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px} +.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed} +.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:34px} +.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0} +.form-group-sm .form-control,.input-sm{font-size:12px;padding:5px 10px;border-radius:3px} +.input-sm{height:30px;line-height:1.5} +select.input-sm{height:30px;line-height:30px} +select[multiple].input-sm,textarea.input-sm{height:auto} +.form-group-sm .form-control{height:30px;line-height:1.5} +.form-group-sm select.form-control{height:30px;line-height:30px} +.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto} +.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5} +.form-group-lg .form-control,.input-lg{font-size:18px;padding:14px 16px;border-radius:6px} +.input-lg{height:54px;line-height:1.33} +select.input-lg{height:54px;line-height:54px} +select[multiple].input-lg,textarea.input-lg{height:auto} +.form-group-lg .form-control{height:54px;line-height:1.33} +.form-group-lg select.form-control{height:54px;line-height:54px} +.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto} +.form-group-lg .form-control-static{height:54px;min-height:38px;padding:15px 16px;font-size:18px;line-height:1.33} +.has-feedback{position:relative} +.has-feedback .form-control{padding-right:47.5px} +.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:38px;height:38px;line-height:38px;text-align:center} +.collapsing,.dropdown,.dropup{position:relative} +.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:54px;height:54px;line-height:54px} +.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px} +.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#fff} +.has-success .form-control{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)} +.has-success .form-control:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff} +.has-success .input-group-addon{color:#fff;border-color:#fff;background-color:#51a351} +.has-success .form-control-feedback,.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#fff} +.has-warning .form-control{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)} +.has-warning .form-control:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff} +.has-warning .input-group-addon{color:#fff;border-color:#fff;background-color:#f89406} +.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label,.has-warning .form-control-feedback{color:#fff} +.has-error .form-control{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)} +.has-error .form-control:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fff} +.has-error .input-group-addon{color:#fff;border-color:#fff;background-color:#ee5f5b} +.has-feedback label~.form-control-feedback{top:25px} +.has-feedback label.sr-only~.form-control-feedback{top:0} +.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#fff} +@media (min-width:768px){.form-inline .form-control-static,.form-inline .form-group{display:inline-block} +.form-inline .control-label,.form-inline .form-group{margin-bottom:0;vertical-align:middle} +.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle} +.form-inline .input-group{display:inline-table;vertical-align:middle} +.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto} +.form-inline .input-group>.form-control{width:100%} +.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle} +.form-inline .checkbox label,.form-inline .radio label{padding-left:0} +.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0} +.form-inline .has-feedback .form-control-feedback{top:0} +} +.btn-block,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%} +.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:9px} +.form-horizontal .checkbox,.form-horizontal .radio{min-height:29px} +.form-horizontal .form-group{margin-left:-15px;margin-right:-15px} +.form-horizontal .has-feedback .form-control-feedback{right:15px} +@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px} +.form-horizontal .form-group-lg .control-label{padding-top:15px;font-size:18px} +.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px} +} +.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:16px;line-height:22px;border-radius:4px;user-select:none} +.btn,.plupload_button,button.button,input.button{touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none} +.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px} +.btn.focus,.btn:focus,.btn:hover{color:#fff;text-decoration:none} +.btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none} +.btn-default{color:#fff;background-color:#212121;border-color:#212121} +.btn-default.focus,.btn-default:focus{color:#fff;background-color:#080808;border-color:#000} +.btn-default.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#fff;background-color:#080808;border-color:#020202} +.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#fff;background-color:#000;border-color:#000} +.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#212121;border-color:#212121} +.btn-default .badge{color:#212121;background-color:#fff} +.btn-primary{color:#fff;background-color:#337ab7;border-color:#2d6da3} +.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#285f8f;border-color:#122a3f} +.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#285f8f;border-color:#204d73} +.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d73;border-color:#122a3f} +.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2d6da3} +.btn-primary .badge{color:#337ab7;background-color:#fff} +.btn-success{color:#fff;background-color:#51a351;border-color:#499249} +.btn-success.focus,.btn-success:focus{color:#fff;background-color:#408140;border-color:#1e3d1e} +.btn-success.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#408140;border-color:#346934} +.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#346934;border-color:#1e3d1e} +.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#51a351;border-color:#499249} +.btn-success .badge{color:#51a351;background-color:#fff} +.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da} +.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85} +.btn-info.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc} +.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85} +.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da} +.btn-info .badge{color:#5bc0de;background-color:#fff} +.btn-warning{color:#fff;background-color:#f89406;border-color:#df8505} +.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#c67605;border-color:#633b02} +.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#c67605;border-color:#a36104} +.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#a36104;border-color:#633b02} +.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f89406;border-color:#df8505} +.btn-warning .badge{color:#f89406;background-color:#fff} +.btn-danger{color:#fff;background-color:#ee5f5b;border-color:#ec4844} +.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#e9322d;border-color:#9f1411} +.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e9322d;border-color:#dc1c17} +.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#dc1c17;border-color:#9f1411} +.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ee5f5b;border-color:#ec4844} +.btn-danger .badge{color:#F86965;background-color:#fff} +.btn-link{color:#8BC0ED;font-weight:400;border-radius:0} +.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none} +.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent} +.btn-link:focus,.btn-link:hover{color:#fff;text-decoration:none;background-color:transparent} +.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#c6c6c6;text-decoration:none} +.btn-group-lg>.btn,.btn-lg{padding:14px 16px;font-size:18px;line-height:1.33;border-radius:6px} +.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px} +.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px} +.btn-block{display:block} +.btn-block+.btn-block{margin-top:5px} +.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear} +.fade.in{opacity:1} +.collapse{display:none} +.collapse.in{display:block} +tr.collapse.in{display:table-row} +tbody.collapse.in{display:table-row-group} +.collapsing{height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease} +.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent} +.dropdown-toggle:focus{outline:0} +.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#212121;border:1px solid #171717;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box} +.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0} +.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0} +.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0} +.dropdown-header,.dropdown-menu>li>a{white-space:nowrap;padding:3px 20px;line-height:1.42857143} +.dropdown-menu-right,.dropdown-menu.pull-right{left:auto;right:0} +.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#171717} +.dropdown-menu>li>a{display:block;clear:both;font-weight:400;color:rgba(255,255,255,0.5)} +.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#fff;background-color:#337ab7} +.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:transparent} +.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#c6c6c6} +.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed} +.open>.dropdown-menu{display:block} +.open>a{outline:0} +.dropdown-menu-left{left:0;right:auto} +.dropdown-header{display:block;font-size:12px;color:#c6c6c6} +.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990} +.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu{left:auto;top:auto} +.pull-right>.dropdown-menu{right:0;left:auto} +.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""} +.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px} +@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0} +.navbar-right .dropdown-menu-left{left:0;right:auto} +} +.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle} +.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left} +.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2} +.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px} +.btn-toolbar{margin-left:-5px} +.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px} +.btn .caret,.btn-group>.btn:first-child{margin-left:0} +.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0} +.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px} +.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px} +.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none} +.btn-lg .caret{border-width:5px 5px 0} +.dropup .btn-lg .caret{border-width:0 5px 5px} +.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%} +.btn-group-vertical>.btn-group>.btn{float:none} +.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0} +.btn-group-vertical>.btn:first-child:not(:last-child){border-radius:4px 4px 0 0} +.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0 0 4px 4px} +.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0} +.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0} +.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0} +.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate} +.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%} +.btn-group-justified>.btn-group .btn{width:100%} +.btn-group-justified>.btn-group .dropdown-menu{left:auto} +[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none} +.input-group{position:relative;display:table;border-collapse:separate} +.input-group[class*=col-]{float:none;padding-left:0;padding-right:0} +.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0} +.input-group .form-control:focus{z-index:3} +.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:54px;padding:14px 16px;font-size:18px;line-height:1.33;border-radius:6px} +select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:54px;line-height:54px} +select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto} +.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px} +select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px} +select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto} +.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell} +.nav>li,.nav>li>a{position:relative;display:block} +.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0} +.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle} +.input-group-addon{padding:8px 12px;font-size:16px;font-weight:400;line-height:1;text-align:center;background-color:#222;border:1px solid #171717;border-radius:4px} +.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px} +.input-group-addon.input-lg{padding:14px 16px;font-size:18px;border-radius:6px} +.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0} +.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0} +.input-group-addon:first-child{border-right:0} +.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0} +.input-group-addon:last-child{border-left:0} +.input-group-btn{position:relative;font-size:0;white-space:nowrap} +.input-group-btn>.btn{position:relative} +.input-group-btn>.btn+.btn{margin-left:-1px} +.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2} +.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px} +.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px} +.nav{margin-bottom:0;padding-left:0;list-style:none} +.nav>li>a{padding:10px 15px} +.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#2f2f2f} +.nav>li.disabled>a{color:#555} +.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#c6c6c6;text-decoration:none;background-color:transparent;cursor:not-allowed} +.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#2f2f2f;border-color:#77acd9} +.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5} +.nav>li>a>img{max-width:none} +.nav-tabs{border-bottom:1px solid rgba(255,255,255,0.2);} +.nav-tabs>li{float:left;margin-bottom:-1px} +.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0} +.nav-tabs>li>a:hover{border-color:rgba(255,255,255,0.2);border-bottom-color:rgba(255,255,255,0.15);} +.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#fff;background-color:#373737;border:1px solid rgba(255,255,255,0.15);border-bottom-color:transparent;cursor:default} +.nav-tabs.nav-justified{width:100%;border-bottom:0} +.nav-tabs.nav-justified>li{float:none} +.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px;margin-right:0;border-radius:4px} +.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #999} +@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%} +.nav-tabs.nav-justified>li>a{margin-bottom:0;border-bottom:1px solid #999;border-radius:4px 4px 0 0} +.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#999} +} +.nav-pills>li{float:left} +.nav-justified>li,.nav-stacked>li{float:none} +.nav-pills>li>a{border-radius:4px} +.nav-pills>li+li{margin-left:2px} +.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:transparent} +.nav-stacked>li+li{margin-top:2px;margin-left:0} +.nav-justified{width:100%} +.nav-justified>li>a{text-align:center;margin-bottom:5px} +.nav-tabs-justified{border-bottom:0} +.nav-tabs-justified>li>a{margin-right:0;border-radius:4px} +.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #999} +@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%} +.nav-justified>li>a{margin-bottom:0} +.nav-tabs-justified>li>a{border-bottom:1px solid #999;border-radius:4px 4px 0 0} +.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#999} +} +.tab-content>.tab-pane{display:none} +.tab-content>.active{display:block} +.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0} +.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent} +.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch} +.navbar-collapse.in{overflow-y:auto} +@media (min-width:768px){.navbar{border-radius:4px} +.navbar-header{float:left} +.navbar-collapse{width:auto;border-top:0;box-shadow:none} +.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important} +.navbar-collapse.in{overflow-y:visible} +.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0} +} +.embed-responsive,.modal,.modal-open,.progress{overflow:hidden} +@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px} +} +.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px} +.navbar-static-top{z-index:1000;border-width:0 0 1px} +.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030} +.navbar-fixed-top{top:0;border-width:0 0 1px} +.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0} +.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px;border-right:1px solid rgba(255, 255, 255, 0.2)} +.navbar-brand:focus,.navbar-brand:hover{text-decoration:none} +.navbar-brand>img{display:block} +@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0} +.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0} +.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px} +} +.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px} +.navbar-toggle:focus{outline:0} +.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px} +.navbar-toggle .icon-bar+.icon-bar{margin-top:4px} +.navbar-nav{margin:7.5px -15px} +.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px} +@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none} +.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px} +.navbar-nav .open .dropdown-menu>li>a{line-height:20px} +.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none} +} +.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-danger,.progress-striped .progress-bar-info,.progress-striped .progress-bar-success,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} +@media (min-width:768px){.navbar-toggle{display:none} +.navbar-nav{float:left;margin:0} +.navbar-nav>li{float:left} +.navbar-nav>li>a{padding-top:15px;padding-bottom:15px} +} +.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:6px -15px} +@media (min-width:768px){.navbar-form .form-control-static,.navbar-form .form-group{display:inline-block} +.navbar-form .control-label,.navbar-form .form-group{margin-bottom:0;vertical-align:middle} +.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle} +.navbar-form .input-group{display:inline-table;vertical-align:middle} +.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto} +.navbar-form .input-group>.form-control{width:100%} +.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle} +.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0} +.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0} +.navbar-form .has-feedback .form-control-feedback{top:0} +} +.btn .badge,.btn .label{position:relative;top:-1px} +.breadcrumb>li,.pagination{display:inline-block} +@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px} +.navbar-form .form-group:last-child{margin-bottom:0} +} +@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none} +} +.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0} +.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0} +.navbar-btn{margin-top:6px;margin-bottom:6px} +.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px} +.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px} +.navbar-text{margin-top:15px;margin-bottom:15px} +@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px} +.navbar-left{float:left!important} +.navbar-right{float:right!important;margin-right:-15px} + .navbar-right~.navbar-right{margin-right:0} +} +.navbar-default{background-color:#212121;border-color:#101010} +.navbar-default .navbar-brand{color:#c6c6c6} +.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#fff;background-color:none} +.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#c6c6c6} +.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fff;background-color:#0d0d0d} +.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#fff;background-color:transparent} +.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent} +.navbar-default .navbar-toggle{ margin-right:30px } +.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#0d0d0d} +.navbar-default .navbar-toggle .icon-bar{background-color:#c6c6c6} +.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#101010} +.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#101010;color:#fff} +@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#c6c6c6} +.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#0d0d0d} +.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#101010} +.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent} +} +.navbar-default .navbar-link{color:#c6c6c6} +.navbar-default .navbar-link:hover{color:#fff} +.navbar-default .btn-link{color:#c6c6c6} +.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#fff} +.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc} +.navbar-inverse{background-color:#212121;border-color:#080808} +.navbar-inverse .navbar-brand{color:#ececec} +.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:none} +.navbar-inverse .navbar-text{color:#ccc} +.navbar-inverse .navbar-nav>li>a{color:#ececec} +.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:#020202} +.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808} +.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent} +.navbar-inverse .navbar-toggle{border-color:#020202} +.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#020202} +.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff} +.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#0f0f0f} +.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#080808;color:#fff} +@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808} +.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808} +.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ececec} +.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#020202} +.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808} +.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent} +} +.navbar-inverse .navbar-link{color:#ececec} +.navbar-inverse .navbar-link:hover{color:#fff} +.navbar-inverse .btn-link{color:#ececec} +.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff} +.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#ccc} +.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:transparent;border-radius:4px} +.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc} +.breadcrumb>.active{color:#c6c6c6} +.pagination{padding-left:0;margin:20px 0;border-radius:4px} +.pager li,.pagination>li{display:inline} +.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#8BC0ED;background-color:#212121;border:1px solid rgba(0,0,0,.6);margin-left:-1px} +.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px} +.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px} +.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#fff;background-color:transparent;border-color:rgba(0,0,0,.6)} +.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:rgba(0,0,0,.6);cursor:default} +.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#c6c6c6;background-color:#fff;border-color:rgba(0,0,0,.6);cursor:not-allowed} +.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:18px;line-height:1.33} +.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px} +.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px} +.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5} +.badge,.label{text-align:center;font-weight:700;line-height:1;white-space:nowrap} +.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px} +.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px} +.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center} +.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#212121;border:1px solid rgba(0,0,0,.6);border-radius:15px} +.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:transparent} +.pager .next>a,.pager .next>span{float:right} +.pager .previous>a,.pager .previous>span{float:left} +.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#c6c6c6;background-color:#212121;cursor:not-allowed} +.label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;vertical-align:baseline;border-radius:.25em} +a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer} +.label:empty{display:none} +.label-default{background-color:#555} +.label-default[href]:focus,.label-default[href]:hover{background-color:#3b3b3b} +.label-primary{background-color:#337ab7} +.label-primary[href]:focus,.label-primary[href]:hover{background-color:#285f8f} +.label-success{background-color:#51a351} +.label-success[href]:focus,.label-success[href]:hover{background-color:#408140} +.label-info{background-color:#5bc0de} +.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5} +.label-warning{background-color:#f89406} +.label-warning[href]:focus,.label-warning[href]:hover{background-color:#c67605} +.label-danger{background-color:#ee5f5b} +.label-danger[href]:focus,.label-danger[href]:hover{background-color:#e9322d} +.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;color:#fff;vertical-align:middle;background-color:#555;border-radius:10px} +.badge:empty{display:none} +.media-object,.thumbnail{display:block} +.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px} +a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer} +.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#8BC0ED;background-color:#222} +.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit} +.list-group-item>.badge{float:right} +.list-group-item>.badge+.badge{margin-right:5px} +.nav-pills>li>a>.badge{margin-left:3px} +.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#222} +.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200} +.alert .alert-link,.close{font-weight:700} +.alert,.thumbnail{margin-bottom:20px} +.jumbotron>hr{border-top-color:#080808} +.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px} +.jumbotron .container{max-width:100%} +@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px} +.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px} +.jumbotron .h1,.jumbotron h1{font-size:63px} +} +.thumbnail{padding:4px;line-height:1.42857143;background-color:#2f2f2f;border:1px solid #0f0f0f;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out} +.thumbnail a>img,.thumbnail>img{margin-left:auto;margin-right:auto} +.thumbnail .caption{padding:9px;color:#c6c6c6} +.alert{padding:15px;border:1px solid transparent;border-radius:4px} +.alert h4{margin-top:0;color:inherit} +.alert>p,.alert>ul{margin-bottom:0} +.alert>p+p{margin-top:5px} +.alert-dismissable,.alert-dismissible{padding-right:35px} +.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit} +.modal,.modal-backdrop{right:0;bottom:0;left:0} +.alert-success{background-color:#51a351;border-color:#559249;color:#fff} +.alert-success hr{border-top-color:#4b8140} +.alert-success .alert-link{color:#e6e6e6} +.alert-info{background-color:#337ab7;border-color:#428bca;color:#fff} +.alert-info hr{border-top-color:#357ebd} +.alert-info .alert-link{color:#e6e6e6} +.alert-warning{background-color:#f89406;border-color:#df6105;color:#fff} +.alert-warning hr{border-top-color:#c65605} +.alert-warning .alert-link{color:#e6e6e6} +.alert-danger{background-color:#ee5f5b;border-color:#ec445b;color:#fff} +.alert-danger hr{border-top-color:#e92d47} +.alert-danger .alert-link{color:#e6e6e6} +@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0} +to{background-position:0 0} +} +@keyframes progress-bar-stripes{from{background-position:40px 0} +to{background-position:0 0} +} +.progress{height:20px;margin-bottom:20px;background-color:#222;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1)} +.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease} +.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px} +.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite} +.progress-bar-success{background-color:#51a351} +.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} +.progress-bar-info{background-color:#5bc0de} +.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} +.progress-bar-warning{background-color:#f89406} +.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} +.progress-bar-danger{background-color:#ee5f5b} +.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} +.media{margin-top:15px} +.media:first-child{margin-top:0} +.media,.media-body{transform: scale(1);transform-origin: 0 0;overflow:hidden} +.media-body{width:10000px} +.media-object.img-thumbnail{max-width:none} +.media-right,.media>.pull-right{padding-left:10px} +.media-left,.media>.pull-left{padding-right:10px} +.media-body,.media-left,.media-right{display:table-cell;vertical-align:top} +.media-middle{vertical-align:middle} +.media-bottom{vertical-align:bottom} +.media-heading{margin-top:0;margin-bottom:5px} +.media-list{padding-left:0;list-style:none} +.list-group{margin-bottom:20px;padding-left:0} +.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#3c3c3c;border:1px solid rgba(0,0,0,.6)} +.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px} +.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px} +a.list-group-item,button.list-group-item{color:#c6c6c6} +a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#fff} +a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{text-decoration:none;color:#c6c6c6;background-color:#494949} +button.list-group-item{width:100%;text-align:left} +.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#999;color:#c6c6c6;cursor:not-allowed} +.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit} +.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#c6c6c6} +.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:transparent;border-color:transparent} +.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit} +.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:rgba(102,102,102,0)} +.list-group-item-success{color:#fff;background-color:#51a351} +a.list-group-item-success,button.list-group-item-success{color:#fff} +a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit} +a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#fff;background-color:#499249} +a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#fff;border-color:#fff} +.list-group-item-info{color:#fff;background-color:#5bc0de} +a.list-group-item-info,button.list-group-item-info{color:#fff} +a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit} +a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#fff;background-color:#46b8da} +a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#fff;border-color:#fff} +.list-group-item-warning{color:#fff;background-color:#f89406} +a.list-group-item-warning,button.list-group-item-warning{color:#fff} +a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit} +a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#fff;background-color:#df8505} +a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#fff;border-color:#fff} +.list-group-item-danger{color:#fff;background-color:#ee5f5b} +a.list-group-item-danger,button.list-group-item-danger{color:#fff} +a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit} +a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#fff;background-color:#ec4844} +a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#fff;border-color:#fff} +.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit} +.list-group-item-heading{margin-top:0;margin-bottom:5px} +.list-group-item-text{margin-bottom:0;line-height:1.3} +.panel{margin-bottom:20px;background-color:#373737;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)} +.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0} +.panel-body{padding:15px} +.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px} +.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0} +.panel-title{margin-top:0;font-size:16px} +.panel-footer{padding:10px 15px;background-color:#494949;border-top:1px solid rgba(0,0,0,.6);border-bottom-right-radius:3px;border-bottom-left-radius:3px} +.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0} +.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px} +.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px} +.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px} +.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0} +.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:3px;border-top-left-radius:3px} +.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0} +.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px} +.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #0a0a0a} +.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0} +.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0} +.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0} +.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0} +.panel>.table-responsive{border:0;margin-bottom:0} +.panel-danger,.panel-danger>.panel-heading,.panel-default,.panel-info,.panel-info>.panel-heading,.panel-primary,.panel-primary>.panel-heading,.panel-success,.panel-success>.panel-heading,.panel-warning,.panel-warning>.panel-heading{border-color:rgba(0,0,0,.6)} +.panel-group{margin-bottom:20px} +.panel-group .panel{margin-bottom:0;border-radius:4px} +.panel-group .panel+.panel{margin-top:5px} +.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid rgba(0,0,0,.6)} +.panel-group .panel-footer{border-top:0} +.panel-danger>.panel-heading+.panel-collapse>.panel-body,.panel-default>.panel-heading+.panel-collapse>.panel-body,.panel-info>.panel-heading+.panel-collapse>.panel-body,.panel-primary>.panel-heading+.panel-collapse>.panel-body,.panel-success>.panel-heading+.panel-collapse>.panel-body,.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:rgba(0,0,0,.6)} +.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid rgba(0,0,0,.6)} +.panel-danger>.panel-footer+.panel-collapse>.panel-body,.panel-default>.panel-footer+.panel-collapse>.panel-body,.panel-info>.panel-footer+.panel-collapse>.panel-body,.panel-primary>.panel-footer+.panel-collapse>.panel-body,.panel-success>.panel-footer+.panel-collapse>.panel-body,.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:rgba(0,0,0,.6)} +.panel-default>.panel-heading{color:#fff;background-color:#494949;border-color:rgba(0,0,0,.6)} +.panel-default>.panel-heading .badge{color:#494949;background-color:#fff} +.panel-primary>.panel-heading{color:#fff;background-color:#337ab7} +.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff} +.panel-success>.panel-heading{color:#fff;background-color:#51a351} +.panel-success>.panel-heading .badge{color:#51a351;background-color:#fff} +.panel-info>.panel-heading{color:#fff;background-color:#5bc0de} +.panel-info>.panel-heading .badge{color:#5bc0de;background-color:#fff} +.panel-warning>.panel-heading{color:#fff;background-color:#f89406} +.panel-warning>.panel-heading .badge{color:#f89406;background-color:#fff} +.panel-danger>.panel-heading{color:#fff;background-color:#ee5f5b} +.panel-danger>.panel-heading .badge{color:#F86965;background-color:#fff} +.embed-responsive{position:relative;display:block;height:0;padding:0} +.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0} +.embed-responsive-16by9{padding-bottom:56.25%} +.embed-responsive-4by3{padding-bottom:75%} +.well{min-height:20px;padding:19px;margin-bottom:20px;border:1px solid #0f0f0f;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)} +.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)} +.well-lg{padding:24px;border-radius:6px} +.well-sm{padding:9px;border-radius:3px} +.close{float:right;font-size:21px;line-height:1;color:#fff;text-shadow:0 1px 0 #fff;opacity:.5} +.popover,.tooltip{text-decoration:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal} +.close:focus,.close:hover{color:rgba(255,255,255,0.6);text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)} +button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none} +.modal-content,.popover{background-clip:padding-box} +.modal{display:none;position:fixed;top:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0} +.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out} +.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)} +.modal-open .modal{overflow-x:hidden;overflow-y:auto} +.modal-dialog{position:relative;width:auto;margin:10px} +.modal-content{position:relative;background-color:#373737;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0} +.modal-backdrop{position:fixed;top:0;z-index:1040;background-color:#000} +.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)} +.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)} +.modal-header{padding:15px;border-bottom:1px solid #0a0a0a} +.modal-header .close{margin-top:-2px} +.modal-title{margin:0;line-height:1.42857143} +.modal-body{position:relative;padding:20px} +.modal-footer{padding:20px;text-align:right;border-top:1px solid #0a0a0a} +.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0} +.modal-footer .btn-group .btn+.btn{margin-left:-1px} +.modal-footer .btn-block+.btn-block{margin-left:0} +.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll} +@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto} +.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)} +.modal-sm{width:300px} +} +.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.9)} +@media (min-width:992px){.modal-lg{width:900px} +} +.tooltip{position:absolute;z-index:1070;display:block;text-align:left;text-align:start;font-size:12px;opacity:0;filter:alpha(opacity=0)} +.tooltip.in{opacity:.9;filter:alpha(opacity=90)} +.tooltip.top{margin-top:-3px;padding:5px 0} +.tooltip.right{margin-left:3px;padding:0 5px} +.tooltip.bottom{margin-top:3px;padding:5px 0} +.tooltip.left{margin-left:-3px;padding:0 5px} +.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:left;background-color:rgba(0,0,0,.9);border-radius:4px} +.popover,.popover-title{font-size:16px;background-color:#337ab7} +.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid} +.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.9)} +.tooltip.top-left .tooltip-arrow{right:5px} +.tooltip.top-right .tooltip-arrow{left:5px} +.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,.9)} +.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,.9)} +.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,.9)} +.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px} +.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px} +.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px} +.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;text-align:start;border:1px solid #428bca;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)} +.carousel-caption,.carousel-control{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6)} +.popover.top{margin-top:-10px} +.popover.right{margin-left:10px} +.popover.bottom{margin-top:10px} +.popover.left{margin-left:-10px} +.popover-title{margin:0;padding:8px 14px;border-bottom:1px solid #2d6da3;border-radius:5px 5px 0 0} +.popover-content{padding:9px 14px} +.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid} +.carousel,.carousel-inner{position:relative} +.popover>.arrow{border-width:11px} +.popover>.arrow:after{border-width:10px;content:""} +.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#428bca;bottom:-11px} +.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#337ab7} +.popover.left>.arrow:after,.popover.right>.arrow:after{content:" ";bottom:-10px} +.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#428bca} +.popover.right>.arrow:after{left:1px;border-left-width:0;border-right-color:#337ab7} +.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#428bca;top:-11px} +.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#337ab7} +.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#428bca} +.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#337ab7} +.carousel-inner{overflow:hidden;width:100%} +.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left} +.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1} +@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px} +.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0} +.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0} +.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0} +} +.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block} +.carousel-inner>.active{left:0} +.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%} +.carousel-inner>.next{left:100%} +.carousel-inner>.prev{left:-100%} +.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0} +.carousel-inner>.active.left{left:-100%} +.carousel-inner>.active.right{left:100%} +.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;text-align:center;background-color:transparent} +.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)} +.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)} +.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)} +.navbar,.navbar-inverse{background-repeat:no-repeat;background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff171717', GradientType=0)} +.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block} +.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px} +.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px} +.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif} +.carousel-control .icon-prev:before{content:'\2039'} +.carousel-control .icon-next:before{content:'\203a'} +.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center} +.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:transparent} +.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff} +.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;text-align:center} +.carousel-caption .btn,.text-hide{text-shadow:none} +@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px} +.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px} +.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px} +.carousel-caption{left:20%;right:20%;padding-bottom:30px} +.carousel-indicators{bottom:20px} +} +.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table} +.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both} +.center-block{display:block;margin-left:auto;margin-right:auto} +.pull-right{float:right!important} +.pull-left{float:left!important} +.hide{display:none!important} +.show{display:block!important} +.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important} +.invisible{visibility:hidden} +.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0} +.affix{position:fixed} +@-ms-viewport{width:device-width} +@media (max-width:767px){.visible-xs{display:block!important} +table.visible-xs{display:table!important} +tr.visible-xs{display:table-row!important} +td.visible-xs,th.visible-xs{display:table-cell!important} +.visible-xs-block{display:block!important} +.visible-xs-inline{display:inline!important} +.visible-xs-inline-block{display:inline-block!important} +} +@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important} +table.visible-sm{display:table!important} +tr.visible-sm{display:table-row!important} +td.visible-sm,th.visible-sm{display:table-cell!important} +.visible-sm-block{display:block!important} +.visible-sm-inline{display:inline!important} +.visible-sm-inline-block{display:inline-block!important} +} +@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important} +table.visible-md{display:table!important} +tr.visible-md{display:table-row!important} +td.visible-md,th.visible-md{display:table-cell!important} +.visible-md-block{display:block!important} +.visible-md-inline{display:inline!important} +.visible-md-inline-block{display:inline-block!important} +} +@media (min-width:1200px){.visible-lg{display:block!important} +table.visible-lg{display:table!important} +tr.visible-lg{display:table-row!important} +td.visible-lg,th.visible-lg{display:table-cell!important} +.visible-lg-block{display:block!important} +.visible-lg-inline{display:inline!important} +.visible-lg-inline-block{display:inline-block!important} +} +@media (max-width:767px){.hidden-xs{display:none!important} +} +@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important} +} +@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important} +} +@media (min-width:1200px){.hidden-lg{display:none!important} +} +.visible-print{display:none!important} +@media print{.visible-print{display:block!important} +table.visible-print{display:table!important} +tr.visible-print{display:table-row!important} +td.visible-print,th.visible-print{display:table-cell!important} +} +.visible-print-block{display:none!important} +@media print{.visible-print-block{display:block!important} +} +.visible-print-inline{display:none!important} +@media print{.visible-print-inline{display:inline!important} +} +.visible-print-inline-block{display:none!important} +@media print{.visible-print-inline-block{display:inline-block!important} +.hidden-print{display:none!important} +} +.popover{color:#fff} +.popover-title{font-weight:700} +.navbar{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none;border:1px solid rgba(0,0,0,.6);text-shadow:1px 1px 1px rgba(0,0,0,.3)} +.navbar-inverse{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none} +.navbar-inverse .badge{background-color:#080808} +.navbar-nav>li>a{ border-right:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(255,255,255,.1)} +.navbar-nav>li.active>a,.navbar-nav>li>a:hover{border-left-color:transparent} +.navbar-nav>li>a:hover{background-image:-webkit-linear-gradient(#000,#000 40%,#000);background-image:-o-linear-gradient(#000,#000 40%,#000);background-image:linear-gradient(#000,#000 40%,#000);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);filter:none} +.navbar .nav .open>a{border-color:transparent} +.navbar-form{margin-left:5px;margin-right:5px} +.plupload_button,button.button,input.button{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:16px;line-height:1.42857143;border-radius:4px;user-select:none} +.plupload_button.active.focus,.plupload_button.active:focus,.plupload_button.focus,.plupload_button:active.focus,.plupload_button:active:focus,.plupload_button:focus,button.button.active.focus,button.button.active:focus,button.button.focus,button.button:active.focus,button.button:active:focus,button.button:focus,input.button.active.focus,input.button.active:focus,input.button.focus,input.button:active.focus,input.button:active:focus,input.button:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px} +.plupload_button.focus,.plupload_button:focus,.plupload_button:hover,button.button.focus,button.button:focus,button.button:hover,input.button.focus,input.button:focus,input.button:hover{color:#fff;text-decoration:none} +.plupload_button.active,.plupload_button:active,button.button.active,button.button:active,input.button.active,input.button:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} +.plupload_button.disabled,.plupload_button[disabled],button.button.disabled,button.button[disabled],fieldset[disabled] .plupload_button,fieldset[disabled] button.button,fieldset[disabled] input.button,input.button.disabled,input.button[disabled]{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none} +.btn,.btn:hover,button.button,input.button{border-color:rgba(0,0,0,.6);text-shadow:1px 1px 1px rgba(0,0,0,.3)} +.btn-default{background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);background-image:linear-gradient(#303030,#212121 60%,#171717);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff171717', GradientType=0);filter:none} +.btn-default:hover{background-image:-webkit-linear-gradient(#000,#000 40%,#000);background-image:-o-linear-gradient(#000,#000 40%,#000);background-image:linear-gradient(#000,#000 40%,#000);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);filter:none} +.btn-primary,.plupload_add{background-image:-webkit-linear-gradient(#3f8aca,#337ab7 60%,#2f6fa7);background-image:-o-linear-gradient(#3f8aca,#337ab7 60%,#2f6fa7);background-image:linear-gradient(#3f8aca,#337ab7 60%,#2f6fa7);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f8aca', endColorstr='#ff2f6fa7', GradientType=0);filter:none} +.btn-primary:hover,.plupload_add:hover{background-image:-webkit-linear-gradient(#183a57,#1f4a6f 40%,#23557f);background-image:-o-linear-gradient(#183a57,#1f4a6f 40%,#23557f);background-image:linear-gradient(#183a57,#1f4a6f 40%,#23557f);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff183a57', endColorstr='#ff23557f', GradientType=0);filter:none} +.btn-success,.plupload_start,button.button,input.button{background-image:-webkit-linear-gradient(#62b162,#51a351 60%,#4a954a);background-image:-o-linear-gradient(#62b162,#51a351 60%,#4a954a);background-image:linear-gradient(#62b162,#51a351 60%,#4a954a);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62b162', endColorstr='#ff4a954a', GradientType=0);filter:none} +.btn-success:hover,.plupload_start:hover,button.button:hover,input.button:hover{background-image:-webkit-linear-gradient(#285128,#363 40%,#397339);background-image:-o-linear-gradient(#285128,#363 40%,#397339);background-image:linear-gradient(#285128,#363 40%,#397339);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff285128', endColorstr='#ff397339', GradientType=0);filter:none} +.btn-info{background-image:-webkit-linear-gradient(#74cae3,#5bc0de 60%,#4ab9db);background-image:-o-linear-gradient(#74cae3,#5bc0de 60%,#4ab9db);background-image:linear-gradient(#74cae3,#5bc0de 60%,#4ab9db);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);filter:none} +.btn-info:hover{background-image:-webkit-linear-gradient(#20829f,#2596b8 40%,#28a4c9);background-image:-o-linear-gradient(#20829f,#2596b8 40%,#28a4c9);background-image:linear-gradient(#20829f,#2596b8 40%,#28a4c9);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);filter:none} +.btn-warning{background-image:-webkit-linear-gradient(#faa123,#f89406 60%,#e48806);background-image:-o-linear-gradient(#faa123,#f89406 60%,#e48806);background-image:linear-gradient(#faa123,#f89406 60%,#e48806);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);filter:none} +.btn-warning:hover{background-image:-webkit-linear-gradient(#804d03,#9e5f04 40%,#b26a04);background-image:-o-linear-gradient(#804d03,#9e5f04 40%,#b26a04);background-image:linear-gradient(#804d03,#9e5f04 40%,#b26a04);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);filter:none} +.btn-danger{background-image:-webkit-linear-gradient(#f17a77,#ee5f5b 60%,#ec4d49);background-image:-o-linear-gradient(#f17a77,#ee5f5b 60%,#ec4d49);background-image:linear-gradient(#f17a77,#ee5f5b 60%,#ec4d49);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);filter:none} +.btn-danger:hover{background-image:-webkit-linear-gradient(#bb1813,#d71c16 40%,#e7201a);background-image:-o-linear-gradient(#bb1813,#d71c16 40%,#e7201a);background-image:linear-gradient(#bb1813,#d71c16 40%,#e7201a);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);filter:none} +.input-group-addon,.pagination>li>a{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff171717', GradientType=0)} +.btn-link,.btn-link:hover{border-color:transparent} + +.breadcrumb,.input-group-addon,.nav-pills>li>a,.pager>li>a,.pagination>li>a,td.forumheader{text-shadow:1px 1px 1px rgba(0,0,0,.3)} + +.table a{text-decoration:underline} +.table .danger,.table .info,.table .success,.table .warning{color:#fff} +.table-bordered tbody tr.danger td,.table-bordered tbody tr.danger:hover td,.table-bordered tbody tr.success td,.table-bordered tbody tr.success:hover td,.table-bordered tbody tr.warning td,.table-bordered tbody tr.warning:hover td{border-color:#0a0a0a} +.table-responsive>.table{background-color:#373737} +label{font-weight:400} +.well,input,select,textarea{color:#eee;background-color:#222} +input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=text],input[type=password],input[type=datetime],input[type=week],input[type=email],input[type=url],input[type=tel],input[type=color],input[type=number],input[type=search],select,textarea{line-height:1.42857;background-image:none;border:1px solid #171717;border-radius:4px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:8px 12px;font-size:14px} +.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block{color:#f89406} +.has-warning .form-control,.has-warning .form-control:focus{border-color:#f89406} +.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block{color:#F86965} +.has-error .form-control,.has-error .form-control:focus{border-color:#ee5f5b} +.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block{color:#51a351} +.has-success .form-control,.has-success .form-control:focus{border-color:#51a351} +.input-group-addon,.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{border-color:rgba(0,0,0,.6)} +legend{color:#fff} +.input-group-addon{background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);background-image:linear-gradient(#303030,#212121 60%,#171717);background-repeat:no-repeat;filter:none;color:#fff} +.breadcrumb,.darkwell,.form-control,.hero-unit,.progress,.uneditable-input,code,input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=text],input[type=password],input[type=datetime],input[type=week],input[type=email],input[type=url],input[type=tel],input[type=color],input[type=number],input[type=search],pre,select,textarea{box-shadow:0 1px 0 rgba(255,255,255,.1),0 1px 7px 0 rgba(0,0,0,.8) inset} +/*optgroup{background-color:#494949}*/ +optgroup[label] { font-weight:bold; } +.nav-pills>li>a{border:0;background:0 0} +.nav-pills>li>a:hover{background:#3c3c3c;border:0} +.nav-pills>li.active>a{background-color:#337ab7} +.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{background:#337ab7} +.nav-pills>li.disabled>a,.nav-pills>li.disabled>a:hover{background:0 0} +.pagination>li>a{background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);background-image:linear-gradient(#303030,#212121 60%,#171717);background-repeat:no-repeat;filter:none} +.pagination>li.active>a,.pagination>li>a:hover{background-image:-webkit-linear-gradient(#000,#000 40%,#000);background-image:-o-linear-gradient(#000,#000 40%,#000);background-image:linear-gradient(#000,#000 40%,#000);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);filter:none} +.pager>li>a,.pagination>li.disabled>a,.pagination>li.disabled>a:hover{background-repeat:no-repeat;background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff171717', GradientType=0)} +.pagination>li.disabled>a,.pagination>li.disabled>a:hover{background-color:transparent;background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none} +.pager>li>a{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none} +.pager>li>a:hover{background-image:-webkit-linear-gradient(#000,#000 40%,#000);background-image:-o-linear-gradient(#000,#000 40%,#000);background-image:linear-gradient(#000,#000 40%,#000);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);filter:none} +.breadcrumb,.pager>li.disabled>a,.pager>li.disabled>a:hover{background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff171717', GradientType=0)} +.pager>li.disabled>a,.pager>li.disabled>a:hover{background-color:transparent;background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none} +.breadcrumb{border:1px solid rgba(0,0,0,.6);background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none} +.alert .alert-link,.alert a{color:#fff;text-decoration:underline} +.alert .close,.alert a.btn{text-decoration:none} +.alert .close{color:#000} +pre{background-color:rgba(0,0,0,.4);margin-top:10px;color:#fff} +a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#0f0f0f} +.jumbotron{border:1px solid rgba(0,0,0,.6)} +.panel-danger .panel-heading,.panel-info .panel-heading,.panel-primary .panel-heading,.panel-success .panel-heading,.panel-warning .panel-heading{border-color:#000} +.btn:focus,.nav-pills>li>a,.nav-tabs>li>a,.navbar-default .navbar-nav>li>a,.navbar-inverse .navbar-nav>li>a,a,a:active,a:hover{outline:0} +th a,tr.first a{color:#c6c6c6} +thead tr{background-color:#363636;background-image:linear-gradient(to bottom,#444,#222);border:1px solid #030303} +.datetimepicker,.datetimepicker tfoot tr:first-child th:hover,.datetimepicker thead tr:first-child th:hover{background-color:#191919} +.nav-collapse .dropdown-menu a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .nav>li>a:hover{background-color:#363636} +#admin-ui-media-manager.nav-tabs,.table-striped>tbody>tr.highlight-even,.table-striped>tbody>tr.highlight-odd,tr.highlight-even,tr.highlight-odd{background-color:#212121} +.datetimepicker table tr td span:hover,.datetimepicker table tr td.day:hover{color:#000} +.bootstrap-select.btn-group .dropdown-menu .optgroup-div{color:#363636} +.btn-primary>[class^=icon-],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.icon-white,.nav-list>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^=icon-],.nav-tabs>li>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-],h1>[class^=icon-],h2>[class^=icon-],h3>[class^=icon-],h4>[class^=icon-],h5>[class^=icon-]{background-image:none} +#admin-ui-nav-menu a.link-active{color:#fff} +.tab-content{background-color:#373737; border-left:1px solid rgba(255,255,255,0.1); border-right:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1); border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;} +.form-control.has-error,input:invalid,input:invalid:focus,select:invalid:focus,textarea:invalid:focus{border-color:red;box-shadow:0 1px 1px 0 rgba(255,0,0,.75) inset} +td.forumheader{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none} + +/* Custom */ + +html { height: auto !important; } +body { margin-top: 51px; padding: 0 !important; background: #2f2f2f } +.navbar-brand { + padding: +10px 17px !important; +} + + +div.admin-left-panel { + background-color: transparent; + border: 0; + /*margin-top: -37px;*/ + padding-right: 0; + padding-left: 0; + min-width: 50px; +} + +div.admin-right-panel { padding-top: 20px; border-top-left-radius: 5px; background: #2f2f2f } + + + +div.admin-left-panel .panel { background: none; border:0} +.admin-left-panel .close { opacity: 1; } +.admin-left-panel .close:hover { color: white } +.admin-left-panel .tooltip { margin-left:35px } +.admin-left-panel .panel-heading { padding-top:40px; } +.admin-left-panel .panel-heading { background: none; border:0; color: white} +.admin-left-panel .panel-default .panel-heading { color:white; background:none; padding-top: 28px; } + +span.sidebar-toggle-switch { float: right; display: block; width: 20px; height: 20px; cursor: pointer; } + +thead tr, .navbar { background-image: none !important; border-left:0; border-right:0; background-color: #2f2f2f; } +thead th, thead tr, .table > thead > tr > th { border-bottom: 0; border-left:0; border-right:0 } + + + + +.admin-main-content { + display: block; + min-height: 1000px; + margin-top:60px; +} + + div.admin-left-panel-collapsed .admin-left-panel { + position: fixed; + display: block; + width: 67px; + opacity: 1; + z-index: 1000; + background: #373737; + height: 100%; + } + + div.admin-left-panel-collapsed .admin-right-panel { + padding-left: 100px; + width:100%; + } + + +div.admin-left-panel .nav-pills > li > a > span > i { font-size:16px; opacity: 0; width:0; } +div.admin-left-panel .nav-pills > li > a:not(.text-primary):not(.text-success):not(.text-info):not(.text-warning):not(.text-danger):not(.text-muted) > span > i { + color: rgba(255,255,255,0.5); + font-size: 16px; + opacity: 0; + width: 0; +} +div.admin-left-panel-collapsed .nav-pills > li > a > span > i { opacity: 1; padding-left: 2px; } +div.admin-left-panel-collapsed .nav-pills > li.active > a { background:none; } +div.admin-left-panel-collapsed .nav-header.sidebar-toggle-panel { display: none; } +div.admin-left-panel .nav-pills > li.active > a > span > i { color: #fff } +div.admin-left-panel .nav-pills > li > a:hover > span > i { color: white } +ul.col-selection > li a { border-bottom: 1px solid rgba(255,255,255,0.3); } +.admin-true-icon { color: #65B765 !important } +.admin-false-icon { color: #F86965 !important } +.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary { + color: #fff; + background: #2E77B6; +} +#admin-menus #sc-admin-help .panel-body { border-top:1px solid rgba(255,255,255,0.15); } +#e-mm-selector .btn { margin-top:15px } + + + + +/* + +.admin-left-panel, .admin-right-panel { + transition: width 0.5s; +} +*/ + +.datetimepicker { margin-top: 52px; font-size:16px; width: 270px } +.datetimepicker table { width: 100%; } + +.e-debug { margin-left: 60px; } + +.datetimepicker .prev, +.datetimepicker .switch, +.datetimepicker .next { color: #8BC0ED } + + + +@media only screen and (min-width : 768px) { + .is-table-row { + display: table; + width: 100%; + margin:0; + + } + .is-table-row > .admin-right-panel, .is-table-row > .admin-left-panel { + float: none; + display: table-cell; + vertical-align: top; + } + + #admin-cron .admin-left-panel { max-width: 315px; } + +} + +@media (min-width: 768px){ + .admin-container { padding:0; } + + +} + + +/* Modern Dark 2 */ + +/* Allow html and body to expand with content */ +html { + height: auto !important; /* Respect modern-dark.css, allow scrolling */ +} + +body { + margin: 0; + overflow-x: hidden; +} + +/* Ensure the container allows scrolling */ +.admin-container { + position: relative; + min-height: 100vh; /* Ensure container is at least viewport height */ + height: auto !important; +} + +/* Ensure the row supports scrolling */ +.is-table-row { + min-height: 100vh; /* Ensure row is at least viewport height */ + display: flex; /* Override table layout */ +} + +/* Style the left panel (sidebar) */ +.admin-left-panel { + position: sticky !important; /* Stick to viewport, scroll with page */ + top: 51px; /* Match body margin-top for navbar */ + position: absolute; /* Remove from flex flow for overlap */ + height: 100vh; /* Full viewport height */ + min-height: 100%; /* Allow growth with content */ + background: #101010 !important; /* Override modern-dark.css */ + z-index: 1000; /* Ensure overlap */ + width: 60px; /* Collapsed width */ + transition: width 0.5s ease; /* Smooth expand/collapse */ + display: flex; + flex-direction: column; + padding-left: 0; + overflow-x: hidden; + border-right:1px solid rgba(255,255,255,0.3) !important; +} +.admin-ui-nav-menu { width:100% !important } +#admin-ui-nav-menu a { color: rgba(255,255,255,0.5); } +#admin-ui-nav-menu a:hover { color: rgba(255,255,255,1); } +/* Collapsed state */ +.admin-left-panel.admin-left-panel-collapsed { + width: 60px; +} + +/* Expanded state */ +.admin-left-panel:not(.admin-left-panel-collapsed) { + width: 315px; +} + + + +/* Ensure the menu takes full width and height */ +.admin-ui-nav-menu { + /* flex: 1;*/ + min-height: 0; /* Prevent flex items from overflowing */ + width: 100%; + /* display: flex; + flex-direction: column;*/ +} + +/* Navigation list container */ +.admin-ui-nav-menu .nav-panel-body { + flex: 1; + height: 100%; /* Fill available space */ + width: 100%; +} + + + +/* Style the navigation list */ +.admin-ui-nav-menu .nav-pills { + width: 100%; +} + +/* Menu item styling */ +.admin-left-panel .nav-pills > li > a { + border-radius: 0; + height: 40px; + display: flex; + align-items: center; + white-space: nowrap; +} + + + +.admin-left-panel .nav-pills > li > a i { + opacity: 1 !important; + margin-right: 12px; + min-width: 20px; +} + +/* Active menu item */ +#admin-ui-nav-menu .nav-pills > li.active > a { + background-color: transparent !important; /* Override modern-dark.css */ +} + +/* Panel heading (non-scrollable) */ +.admin-ui-nav-menu .panel-heading { + flex-shrink: 0; +} + +.admin-ui-nav-menu .panel-heading span.sidebar-toggle-panel { margin-left:10px; padding-top:1px} + +/* Help panel (non-scrollable, below navigation) */ +.admin-left-panel .sidebar-toggle-panel .panel { + flex-shrink: 0; /* Prevent shrinking */ + width:310px; +} + +/* Position the bottom nav (non-scrollable) */ +.admin-left-panel .nav-stacked[style*="position: absolute"] { + bottom: 100px; + position: relative; + width: 100%; + transition: none; +} + +/* Smoothly transition labels */ +.admin-left-panel .sidebar-toggle-panel { + opacity: 1; + visibility: visible; + transition: opacity 0.3s ease, visibility 0.3s ease; + display: inline-block; + min-width: 0; + overflow:hidden; +} + + .admin-left-panel:hover { + width: 315px !important; + +} + +.admin-left-panel:hover .sidebar-toggle-panel { + + display: inline-block; + opacity: 1; + height: auto; + width: auto; + overflow-y:auto; +} + +.admin-left-panel:not(.admin-left-panel-collapsed) .sidebar-toggle-panel { + opacity: 1; + visibility: visible; +} + +.admin-left-panel:hover .nav-pills > li.active > a:hover { + background-color: #337ab7; +} + +.admin-left-panel:hover .admin-ui-nav-menu { width:auto } + +.admin-left-panel:hover span.sidebar-toggle-panel { + opacity:1; + visibility:visible; + width:100% !important; + height: 20px !important; + display: inline-block; + overflow:hidden; +} + +.admin-left-panel:hover .nav.nav-pills.nav-stacked { } + +.panel-title span.close { display:none !important } + +.admin-left-panel .panel-title { overflow:hidden; white-space:nowrap; cursor:default} + +/* Style the right panel */ +.admin-right-panel { + width: 100% !important; + min-height: 100vh; /* Ensure right panel is at least viewport height */ + overflow-y: auto; + margin-left: 0 !important; /* Prevent shift */ + padding-left:90px; +} + + +/* Override max-height on panels */ +body#admin-menus .admin-left-panel .panel { + max-height: none !important; /* Override admin_style.css */ +} + +/* Override Bootstrap and external styles */ +.admin-left-panel, .admin-left-panel * { + box-sizing: border-box; +} + +#admin-notifications.navbar-nav a { padding-left:20px;padding-right:20px } + +/* Override table layout for .is-table-row */ +@media only screen and (min-width: 768px) { + .is-table-row { + display: flex !important; /* Override display: table with flexbox */ + width: 100%; + margin: 0; + } + .is-table-row > .admin-left-panel { + display: flex !important; /* Override display: table-cell */ + height: auto !important; + position: absolute !important; /* Maintain absolute for overlap */ + top: 51px; + + } + .is-table-row > .admin-right-panel { + display: block !important; /* Override display: table-cell */ + width: 100% !important; + margin-left: 0 !important; + + } + + .admin-container-legacy .admin-right-panel { + padding-left: 340px !important; + } + +} + +.text-primary,.text-primary:hover{color:#337ab7 !important} +.text-success,.text-success:hover{color:#51a351 !important} +.text-danger,.text-danger:hover{color:#F86965 !important} +.text-warning,.text-warning:hover{color:#f89406 !important} +.text-info,.text-info:hover{color:#8BC0ED !important} \ No newline at end of file diff --git a/e107_themes/bootstrap3/css/modern-dark.css b/e107_themes/bootstrap3/css/modern-dark.css index 0303188e3..7e8a56436 100644 --- a/e107_themes/bootstrap3/css/modern-dark.css +++ b/e107_themes/bootstrap3/css/modern-dark.css @@ -1005,7 +1005,7 @@ select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.i .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fff;background-color:#0d0d0d} .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#5bc0de;background-color:#101010} .navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent} -.navbar-default .navbar-toggle{border-color:#0d0d0d} +.navbar-default .navbar-toggle{ margin-right:30px } .navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#0d0d0d} .navbar-default .navbar-toggle .icon-bar{background-color:#c6c6c6} .navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#101010} @@ -1428,7 +1428,7 @@ td.visible-print,th.visible-print{display:table-cell!important} .navbar{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none;border:1px solid rgba(0,0,0,.6);text-shadow:1px 1px 1px rgba(0,0,0,.3)} .navbar-inverse{background-image:linear-gradient(#303030,#212121 60%,#171717);filter:none} .navbar-inverse .badge{background-color:#080808} -.navbar-nav>li>a{border-right:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(255,255,255,.1)} +.navbar-nav>li>a{ border-right:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(255,255,255,.1)} .navbar-nav>li.active>a,.navbar-nav>li>a:hover{border-left-color:transparent} .navbar-nav>li>a:hover{background-image:-webkit-linear-gradient(#000,#000 40%,#000);background-image:-o-linear-gradient(#000,#000 40%,#000);background-image:linear-gradient(#000,#000 40%,#000);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);filter:none} .navbar .nav .open>a{border-color:transparent} @@ -1532,7 +1532,7 @@ div.admin-left-panel { div.admin-right-panel { padding-top: 20px; border-top-left-radius: 5px; background: #2f2f2f } -.admin-container { padding:0 } + div.admin-left-panel .panel { background: none; border:0} .admin-left-panel .close { opacity: 1; } @@ -1622,4 +1622,11 @@ ul.col-selection > li a { border-bottom: 1px solid rgba(255,255,255,0.3); } } #admin-cron .admin-left-panel { max-width: 300px; } + +} + +@media (min-width: 768px){ + .admin-container { padding:0; } + + } \ No newline at end of file diff --git a/e107_themes/bootstrap3/images/admin_modern-dark-2.webp b/e107_themes/bootstrap3/images/admin_modern-dark-2.webp new file mode 100644 index 0000000000000000000000000000000000000000..2e9b61efde0b911f75027185d72d87d334584460 GIT binary patch literal 59346 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 RKxc6_okfX_hi_ +