diff --git a/projects/2020/NeonTubes/NeonTubes2.otf b/projects/2020/NeonTubes/NeonTubes2.otf new file mode 100644 index 0000000..cc5abf6 Binary files /dev/null and b/projects/2020/NeonTubes/NeonTubes2.otf differ diff --git a/projects/2020/New Year.html b/projects/2020/New Year.html new file mode 100644 index 0000000..c25b6e2 --- /dev/null +++ b/projects/2020/New Year.html @@ -0,0 +1,46 @@ + + + + + + + + + + 2020 + + + +
+
M
+
e
+
r
+
r
+
y
+
C
+
h
+
r
+
i
+
s
+
t
+
m
+
a
+
s
+
+
+
Tebboune Al C17H21NO4
+

Happy New Year

+

2020

+ +
+<

> +
+ santa + arbre + + + + \ No newline at end of file diff --git a/projects/2020/NewYear.css b/projects/2020/NewYear.css new file mode 100644 index 0000000..ddc4899 --- /dev/null +++ b/projects/2020/NewYear.css @@ -0,0 +1,230 @@ +@font-face { + font-family: 'neontubes'; + src: url("NeonTubes/NeonTubes2.otf") +} +body{ + background: radial-gradient( + circle, + rgba(119, 13, 13, 0.92) 80%, + rgba(0, 0, 0, 0.6) 100% + ); + + color: #ee990f; + font-family: 'neontubes'; + overflow: hidden; +} + +audio{ + visibility: visible; +} +.container{ + text-align: center; + line-height: 70px; + height: 100; +} + +.container h1{ + margin-top: 140px; +font-size: 7em; +text-shadow: 0 0 0 transparent, 0 0 10px #ff003c, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #ff003c, 0 0 100px #ff003c, 0 0 200px #ff003c, 0 0 300px #ff003c, 0 0 500px #ff003c, 0 0 1000px #ff003c; + +} + +.container h5{ + float: right; + position: absolute; + top: -40px; + right: 10px; + color: white; +} + +.container h2{ + + font-size: 5em; + text-shadow: 0 0 0 transparent, 0 0 10px #ff003c, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #ff003c, 0 0 100px #ff003c, 0 0 200px #ff003c, 0 0 300px #ff003c, 0 0 500px #ff003c, 0 0 1000px #ff003c; + +} + +.line{ + text-align: center; + font-size: 3em; + text-shadow: 0 0 0 transparent, 0 0 10px #ff003c, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #ff003c, 0 0 100px #ff003c, 0 0 200px #ff003c, 0 0 300px #ff003c, 0 0 500px #ff003c, 0 0 1000px #ff003c; + + } + + .container .img1{ + float: right; + margin-top: -70px; + margin-right: 100px; + box-shadow: 0px 10px 10px -15px #111; + height: 200px; + width: 200px; + cursor: pointer; + } + + .container .img2{ +float: left; +margin-top: -70px; +margin-left: 100px; +height: 200px; +width: 200px; + } + + h3{ + display: inline; + } + + + @media screen and (max-width: 400px) { + .container{ + +line-height: 50px; + + } + .container h1{ + font-size: 5em; +} + +.container h2{ +font-size: 3em; +margin-top: -10px; +} +.line{ +font-size:1em ; +text-align: center; +margin-top: -30px; + +} + +.container .img1{ + + height: 150px; + width: 150px; + float: right; +margin-right: -15px; +margin-top: 0px; +cursor: pointer; +} +.container .img2{ +height: 150px; +width: 150px; +float: left; +margin-left: -8px; +margin-top: 0px; + + +} + } + + @media screen and (min-width: 400px) and (max-width:900px) { + audio{ + height: 40px; + margin-top: 20px; + } + .container{ + +line-height: 50px; + + } + .container h1{ + font-size: 4em; +} + +.container h2{ +font-size: 3em; +margin-top: -20px; +} +.line{ +font-size:1.5em ; +text-align: center; +margin-top: -10px; + +} + +.container .img1{ + + height: 200px; + width: 200px; + float: right; +margin-right: -5px; +margin-top: 0px; +} +.container .img2{ +height: 200px; +width: 200px; +float: left; +margin-left: -8px; +margin-top: 0px; + + +} + } + +audio{ + display: none; +} + + .wishTitle{ + position: absolute; + left:50%; + transform: translateX(-50%); + top: 40px; + font-family: 'Princess Sofia', cursive; + font-size:1.6rem; + font-weight: bold; + + display: flex; + } + + + + .wish-text{ + padding-left: 0.9rem; + color: rgb(255, 0, 59); + + } + + .wish-text:nth-of-type(1),.wish-text:nth-of-type(6),.wish-text:nth-of-type(11){ + animation: upDown .8s infinite; + color: rgb(255, 0, 59); + } + + .wish-text:nth-of-type(2),.wish-text:nth-of-type(7),.wish-text:nth-of-type(12){ + animation: upDown .8s.2s infinite; + color: rgb(255, 0, 59);; + } + + .wish-text:nth-of-type(3),.wish-text:nth-of-type(8),.wish-text:nth-of-type(13){ + animation: upDown .8s .4s infinite; + color: rgb(255, 0, 59); + } + + .wish-text:nth-of-type(4),.wish-text:nth-of-type(9),.wish-text:nth-of-type(14){ + animation: upDown .8s .5s infinite; + color: rgb(255, 0, 59); + } + + .wish-text:nth-of-type(5),.wish-text:nth-of-type(10){ + animation: upDown .8s .1s infinite; + color: rgb(255, 0, 59); + } + + .wish-text:nth-of-type(6){ + padding-left: 2rem; + } + + @keyframes upDown{ + + 0%,100%{ + transform:translateY(0rem); + } + + 50%{ + transform:translateY(1rem); + } + + } + + + + \ No newline at end of file diff --git a/projects/2020/NewYear.js b/projects/2020/NewYear.js new file mode 100644 index 0000000..75b591a --- /dev/null +++ b/projects/2020/NewYear.js @@ -0,0 +1,155 @@ + +var bits=90; +var speed=43; +var bangs=7; +var colours=new Array("#03f", "#f03", "#0e0", "#93f", "#0cf", "#f93", "#f0c"); +// blue red green purple cyan orange pink + +var bangheight=new Array(); +var intensity=new Array(); +var colour=new Array(); +var Xpos=new Array(); +var Ypos=new Array(); +var dX=new Array(); +var dY=new Array(); +var stars=new Array(); +var decay=new Array(); +var swide=800; +var shigh=600; +var boddie; +window.onload=function() { if (document.getElementById) { + var i; + boddie=document.createElement("div"); + boddie.style.position="fixed"; + boddie.style.top="0px"; + boddie.style.left="0px"; + boddie.style.overflow="visible"; + boddie.style.width="1px"; + boddie.style.height="1px"; + boddie.style.backgroundColor="transparent"; + document.body.appendChild(boddie); + set_width(); + for (i=0; i1.25) stars[N+"r"].firstChild.nodeValue="/"; + else if (dX[N+"r"]<-1.25) stars[N+"r"].firstChild.nodeValue="\\"; + else stars[N+"r"].firstChild.nodeValue="|"; + stars[N+"r"].style.color=colours[colour[N]]; +} +function bang(N) { + var i, Z, A=0; + for (i=bits*N; i0) sw_min=document.documentElement.clientWidth; + if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight; + } + if (typeof(self.innerWidth)!="undefined" && self.innerWidth) { + if (self.innerWidth>0 && self.innerWidth0 && self.innerHeight0 && document.body.clientWidth0 && document.body.clientHeight= text.length ) { + clearInterval(myT); + } + }, 1000) + + + + + function playBells(permisssion){ + + let bells = document.getElementById("bells"); + + if(permisssion){ + bells.play(); + + + }} diff --git a/projects/2020/NewYear.mp3 b/projects/2020/NewYear.mp3 new file mode 100644 index 0000000..35f39ab Binary files /dev/null and b/projects/2020/NewYear.mp3 differ diff --git a/projects/2020/NewYear.ogg b/projects/2020/NewYear.ogg new file mode 100644 index 0000000..5b6ddda Binary files /dev/null and b/projects/2020/NewYear.ogg differ diff --git a/projects/2020/Princess_Sofia/OFL.txt b/projects/2020/Princess_Sofia/OFL.txt new file mode 100644 index 0000000..92b9fa5 --- /dev/null +++ b/projects/2020/Princess_Sofia/OFL.txt @@ -0,0 +1,94 @@ +Copyright (c) 2011, Font Diner (www.fontdiner.com), +with Reserved Font Name "Princess Sofia". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/projects/2020/Princess_Sofia/PrincessSofia-Regular.ttf b/projects/2020/Princess_Sofia/PrincessSofia-Regular.ttf new file mode 100644 index 0000000..d4cbcf8 Binary files /dev/null and b/projects/2020/Princess_Sofia/PrincessSofia-Regular.ttf differ diff --git a/projects/2020/README.MD b/projects/2020/README.MD new file mode 100644 index 0000000..422b916 --- /dev/null +++ b/projects/2020/README.MD @@ -0,0 +1,3 @@ +this is Web design for HNY 2020 :) + +please click on sanata to play the music 🎶 diff --git a/projects/2020/animate.css b/projects/2020/animate.css new file mode 100644 index 0000000..d26682f --- /dev/null +++ b/projects/2020/animate.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/projects/2020/arbre.png b/projects/2020/arbre.png new file mode 100644 index 0000000..ab1bac6 Binary files /dev/null and b/projects/2020/arbre.png differ diff --git a/projects/2020/santa.png b/projects/2020/santa.png new file mode 100644 index 0000000..739b228 Binary files /dev/null and b/projects/2020/santa.png differ diff --git a/projects/Numiric Clock/README.MD b/projects/Numiric Clock/README.MD new file mode 100644 index 0000000..3700846 --- /dev/null +++ b/projects/Numiric Clock/README.MD @@ -0,0 +1 @@ +Web designe about Numérique Clock with a Picture inside diff --git a/projects/Numiric Clock/index.html b/projects/Numiric Clock/index.html new file mode 100644 index 0000000..fde9a6e --- /dev/null +++ b/projects/Numiric Clock/index.html @@ -0,0 +1,27 @@ + + + + + + + + Numiric Clock + + + +
+
+
+

16:00

+
+
+

06-11-2019

+
+
+ +
+
+
+ + + \ No newline at end of file diff --git a/projects/Numiric Clock/myFunction.js b/projects/Numiric Clock/myFunction.js new file mode 100644 index 0000000..da862e1 --- /dev/null +++ b/projects/Numiric Clock/myFunction.js @@ -0,0 +1,40 @@ +function updateDate(){ + var date = new Date(), + settime = document.getElementById("settime"), + setdate = document.getElementById("setdate"); + if(date.getSeconds() < 10){ + settime.innerHTML= date.getHours() + ":"+ date.getMinutes()+ ":"+"0"+ date.getSeconds(); + }else if(date.getSeconds() > 10){ + settime.innerHTML= date.getHours() + ":"+ date.getMinutes()+ ":"+ date.getSeconds(); + + }else if(date.getMinutes() < 10){ + settime.innerHTML= date.getHours() + ":"+"0" +date.getMinutes()+ ":"+ date.getSeconds(); + }else if(date.getMinutes() > 10){ + settime.innerHTML= date.getHours() + ":"+ date.getMinutes()+ ":"+ date.getSeconds(); + + }else if(date.getHours() < 10){ + settime.innerHTML= "0"+date.getHours() + ":"+date.getMinutes()+ ":"+ date.getSeconds(); + }else{ + settime.innerHTML= date.getHours() + ":"+ date.getMinutes()+ ":"+ date.getSeconds(); + }; + + setdate.innerHTML = date.getDate()+"/"+parseInt(date.getMonth()+1) +"/"+ date.getUTCFullYear(); +} + +setInterval(updateDate,1000); +onload = updateDate(); + +function getcolor(){ + var getcolor = document.getElementById("setcolor").value; + localStorage.setItem("color",getcolor); + document.getElementById("time").style.background= localStorage.getItem("color"); + document.getElementById("body").style.background= localStorage.getItem("color"); +} + +function setcolor(){ + document.getElementById("setcolor").value = localStorage.getItem("color"); + document.getElementById("time").style.background= localStorage.getItem("color"); + document.getElementById("body").style.background= localStorage.getItem("color"); +} + +setInterval(setcolor,100); \ No newline at end of file diff --git a/projects/Numiric Clock/style.css b/projects/Numiric Clock/style.css new file mode 100644 index 0000000..505b204 --- /dev/null +++ b/projects/Numiric Clock/style.css @@ -0,0 +1,46 @@ +#outside{ + height: 300px; + width: 400px; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + background-color: rgb(216, 142, 115); +} + +#inside{ + height: 240px; + width: 340px; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + background-color: darkturquoise; + text-align: center; +} + +#time{ + width: 100%; + height: 200px; + color:rgb(0, 162, 255); + font-size: 48px; + font-family: 'Saira Stencil One', cursive; + background-color: black; + line-height: 200px; +} + +#date{ + height: 40px; + background-color: aliceblue; + font-size: 22px; + font-family: 'Saira Stencil One', cursive; +} + +#settime,#setdate{ + margin: 0; +} + +input[type="color"]{ + border-width: 0; + background-color: rgb(245, 239, 239) +} \ No newline at end of file diff --git a/projects/bootstrap test/README.MD b/projects/bootstrap test/README.MD new file mode 100644 index 0000000..aae06bb --- /dev/null +++ b/projects/bootstrap test/README.MD @@ -0,0 +1,5 @@ +Learning by doing is may way to learn new things + +so this is my first template with bootstrap 4 + +feel free to use it anywhere anytime diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/About.html b/projects/bootstrap test/bootstrap-3.3.7-dist/About.html new file mode 100644 index 0000000..1f5bf06 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/About.html @@ -0,0 +1,306 @@ + + + + + + + About + + + + + + + + + + + + + + + +
+
+

font Options :

+
    +
  • default
  • +
  • Baskerville
  • +
  • Consolas
  • +
  • Gill Sans
  • +
  • Impact
  • +
  • Lucida Grande
  • +
+
+ +
+ + + + + +
+
+

About Us

+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates possimus inventore facilis commodi, deserunt labore voluptas nobis quae pariatur saepe mollitia facere doloremque

+ company_team + +
+
+ +
+
+
+
+ +

We are happy

+

Le Cap, Sfax ou encore Le Caire, c'est au tour de la capitale sénégalaise consectetur adipisicing elit. Voluptates possimus inventore facilis commodi

+
+ + +
+ +

We love Code

+

Le Cap, Sfax ou encore Le Caire, c'est au tour de la capitale sénégalaise consectetur adipisicing elit. Voluptates possimus inventore facilis commodi

+
+ +
+ +

We are Social

+

Le Cap, Sfax ou encore Le Caire, c'est au tour de la capitale sénégalaise consectetur adipisicing elit. Voluptates possimus inventore facilis commodi

+
+
+
+
+ + +
+
+
+
+ Moderateur +
+ +
+

We are happy to Halp You Join Us

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi blanditiis, assumenda unde quam ad itaque corporis reiciendis nemo, tenetur repellendus asperiores veniam numquam dignissimos ducimus voluptates, cupiditate rem tempore expedita.

+ Contact Us +
+ +
+
+
+ +
+
+
+
+

Sitemap

+
    +
  • Home
  • +
  • Designe
  • +
  • About
  • +
  • Company
  • +
  • Code
  • +
  • Host
  • +
  • Solutions
  • +
  • Contact
  • +
  • Services
  • +
+
    +
  • facebook
  • +
  • twitter
  • +
  • google plus
  • +
  • pinterest
  • +
  • wifi
  • +
  • gmail
  • +
+
+
+

Latest Articals

+
+
+ + network + +
+
+

Network

+ 1er juin 1980 Lancement de CNN Le magnat de l'audiovisuel Ted Turner +
+
+ +
+
+ + designe + +
+
+

designe

+ La particularité du design est qu'il n'existe pas de définition unique et définitive +
+
+
+
+ + Make Money + +
+
+

Make Money

+ Top ways to make money online and offline. No-risk matched betting. +
+
+
+

Our Awesome Work

+ top1 + top2 + top3 + top4 +
+
+
+ +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/FAQ.html b/projects/bootstrap test/bootstrap-3.3.7-dist/FAQ.html new file mode 100644 index 0000000..37b4d08 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/FAQ.html @@ -0,0 +1,240 @@ + + + + + + + FAQ + + + + + + + + + + + + + + + +
+
+

font Options :

+
    +
  • default
  • +
  • Baskerville
  • +
  • Consolas
  • +
  • Gill Sans
  • +
  • Impact
  • +
  • Lucida Grande
  • +
+
+ +
+ + + + +
+
+

Frequntely Asked Questions

+
+

Hello, You Find Here MOST question Asked that you Went To Now About It

+
+
+ + +
+
+
+
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +
+
+
+
+
+
+ +
+
+
+
+

Sitemap

+
    +
  • Home
  • +
  • Designe
  • +
  • About
  • +
  • Company
  • +
  • Code
  • +
  • Host
  • +
  • Solutions
  • +
  • Contact
  • +
  • Services
  • +
+
    +
  • facebook
  • +
  • twitter
  • +
  • google plus
  • +
  • pinterest
  • +
  • wifi
  • +
  • gmail
  • +
+
+
+

Latest Articals

+
+
+ + network + +
+
+

Network

+ 1er juin 1980 Lancement de CNN Le magnat de l'audiovisuel Ted Turner +
+
+ +
+
+ + designe + +
+
+

designe

+ La particularité du design est qu'il n'existe pas de définition unique et définitive +
+
+
+
+ + Make Money + +
+
+

Make Money

+ Top ways to make money online and offline. No-risk matched betting. +
+
+
+

Our Awesome Work

+ top1 + top2 + top3 + top4 +
+
+
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/animate.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/animate.css new file mode 100644 index 0000000..d26682f --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/animate.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/bootstrap.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/bootstrap.css new file mode 100644 index 0000000..5cfd3fc --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/bootstrap.css @@ -0,0 +1,6757 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +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; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + margin: .67em 0; + font-size: 2em; +} +mark { + color: #000; + background: #ff0; +} +small { + font-size: 80%; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sup { + top: -.5em; +} +sub { + bottom: -.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 1em 40px; +} +hr { + height: 0; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + margin: 0; + font: inherit; + color: inherit; +} +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 { + padding: 0; + border: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + 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-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + padding: .35em .625em .75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} +legend { + padding: 0; + border: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-spacing: 0; + border-collapse: collapse; +} +td, +th { + padding: 0; +} +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ +@media print { + *, + *:before, + *:after { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="#"]:after, + a[href^="javascript:"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + p, + h2, + h3 { + 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 th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} +@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: normal; + line-height: 1; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.glyphicon-asterisk:before { + content: "\002a"; +} +.glyphicon-plus:before { + content: "\002b"; +} +.glyphicon-euro:before, +.glyphicon-eur: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 { + content: "\e227"; +} +.glyphicon-btc:before { + content: "\e227"; +} +.glyphicon-xbt:before { + content: "\e227"; +} +.glyphicon-yen:before { + content: "\00a5"; +} +.glyphicon-jpy:before { + content: "\00a5"; +} +.glyphicon-ruble:before { + content: "\20bd"; +} +.glyphicon-rub: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"; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +html { + font-size: 10px; + + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #333; + background-color: #fff; +} +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +a { + color: #337ab7; + text-decoration: none; +} +a:hover, +a:focus { + color: #23527c; + text-decoration: underline; +} +a:focus { + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +figure { + margin: 0; +} +img { + vertical-align: middle; +} +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; +} +.img-rounded { + border-radius: 6px; +} +.img-thumbnail { + display: inline-block; + max-width: 100%; + height: auto; + padding: 4px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.img-circle { + border-radius: 50%; +} +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eee; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + 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: inherit; + font-weight: 500; + line-height: 1.1; + color: inherit; +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + font-weight: normal; + line-height: 1; + color: #777; +} +h1, +.h1, +h2, +.h2, +h3, +.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, +.h4, +h5, +.h5, +h6, +.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; +} +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +mark, +.mark { + padding: .2em; + background-color: #fcf8e3; +} +.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: #777; +} +.text-primary { + color: #337ab7; +} +a.text-primary:hover, +a.text-primary:focus { + color: #286090; +} +.text-success { + color: #3c763d; +} +a.text-success:hover, +a.text-success:focus { + color: #2b542c; +} +.text-info { + color: #31708f; +} +a.text-info:hover, +a.text-info:focus { + color: #245269; +} +.text-warning { + color: #8a6d3b; +} +a.text-warning:hover, +a.text-warning:focus { + color: #66512c; +} +.text-danger { + color: #a94442; +} +a.text-danger:hover, +a.text-danger:focus { + color: #843534; +} +.bg-primary { + color: #fff; + background-color: #337ab7; +} +a.bg-primary:hover, +a.bg-primary:focus { + background-color: #286090; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover, +a.bg-success:focus { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover, +a.bg-info:focus { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover, +a.bg-warning:focus { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover, +a.bg-danger:focus { + background-color: #e4b9b9; +} +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eee; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + margin-left: -5px; + list-style: none; +} +.list-inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} +dl { + margin-top: 0; + margin-bottom: 20px; +} +dt, +dd { + line-height: 1.42857143; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; +} +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } + .dl-horizontal dd { + margin-left: 180px; + } +} +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #777; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eee; +} +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857143; + color: #777; +} +blockquote footer:before, +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + text-align: right; + border-right: 5px solid #eee; + border-left: 0; +} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857143; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 4px; +} +kbd { + padding: 2px 4px; + font-size: 90%; + color: #fff; + background-color: #333; + border-radius: 3px; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); +} +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + -webkit-box-shadow: none; + box-shadow: none; +} +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 4px; +} +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} +.container-fluid { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + margin-right: -15px; + margin-left: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + 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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + 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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + 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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + 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: transparent; +} +caption { + padding-top: 8px; + padding-bottom: 8px; + color: #777; + text-align: left; +} +th { + text-align: left; +} +.table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #ddd; +} +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; +} +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #ddd; +} +.table .table { + background-color: #fff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table-striped > tbody > tr:nth-of-type(odd) { + background-color: #f9f9f9; +} +.table-hover > tbody > tr:hover { + background-color: #f5f5f5; +} +table col[class*="col-"] { + position: static; + display: table-column; + float: none; +} +table td[class*="col-"], +table th[class*="col-"] { + position: static; + display: table-cell; + float: none; +} +.table > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +.table-responsive { + min-height: .01%; + overflow-x: auto; +} +@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 #ddd; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.42857143; + color: #555; +} +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + color: #555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + -webkit-transition: border-color ease-in-out .15s, -webkit-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 { + background-color: transparent; + border: 0; +} +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + background-color: #eee; + opacity: 1; +} +.form-control[disabled], +fieldset[disabled] .form-control { + cursor: not-allowed; +} +textarea.form-control { + height: auto; +} +input[type="search"] { + -webkit-appearance: none; +} +@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: 34px; + } + input[type="date"].input-sm, + input[type="time"].input-sm, + input[type="datetime-local"].input-sm, + input[type="month"].input-sm, + .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"] { + line-height: 30px; + } + input[type="date"].input-lg, + input[type="time"].input-lg, + input[type="datetime-local"].input-lg, + input[type="month"].input-lg, + .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"] { + line-height: 46px; + } +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + position: relative; + display: block; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + min-height: 20px; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-top: 4px \9; + margin-left: -20px; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + position: relative; + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"].disabled, +input[type="checkbox"].disabled, +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"] { + cursor: not-allowed; +} +.radio-inline.disabled, +.checkbox-inline.disabled, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.radio.disabled label, +.checkbox.disabled label, +fieldset[disabled] .radio label, +fieldset[disabled] .checkbox label { + cursor: not-allowed; +} +.form-control-static { + min-height: 34px; + padding-top: 7px; + padding-bottom: 7px; + margin-bottom: 0; +} +.form-control-static.input-lg, +.form-control-static.input-sm { + padding-right: 0; + padding-left: 0; +} +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.form-group-sm select.form-control { + height: 30px; + line-height: 30px; +} +.form-group-sm textarea.form-control, +.form-group-sm select[multiple].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; +} +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.form-group-lg .form-control { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +.form-group-lg select.form-control { + height: 46px; + line-height: 46px; +} +.form-group-lg textarea.form-control, +.form-group-lg select[multiple].form-control { + height: auto; +} +.form-group-lg .form-control-static { + height: 46px; + min-height: 38px; + padding: 11px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.form-control-feedback { + position: absolute; + top: 0; + right: 0; + z-index: 2; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; + pointer-events: none; +} +.input-lg + .form-control-feedback, +.input-group-lg + .form-control-feedback, +.form-group-lg .form-control + .form-control-feedback { + width: 46px; + height: 46px; + line-height: 46px; +} +.input-sm + .form-control-feedback, +.input-group-sm + .form-control-feedback, +.form-group-sm .form-control + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline, +.has-success.radio label, +.has-success.checkbox label, +.has-success.radio-inline label, +.has-success.checkbox-inline label { + color: #3c763d; +} +.has-success .form-control { + border-color: #3c763d; + -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 { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; +} +.has-success .input-group-addon { + color: #3c763d; + background-color: #dff0d8; + border-color: #3c763d; +} +.has-success .form-control-feedback { + color: #3c763d; +} +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline, +.has-warning.radio label, +.has-warning.checkbox label, +.has-warning.radio-inline label, +.has-warning.checkbox-inline label { + color: #8a6d3b; +} +.has-warning .form-control { + border-color: #8a6d3b; + -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 { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; +} +.has-warning .input-group-addon { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #8a6d3b; +} +.has-warning .form-control-feedback { + color: #8a6d3b; +} +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline, +.has-error.radio label, +.has-error.checkbox label, +.has-error.radio-inline label, +.has-error.checkbox-inline label { + color: #a94442; +} +.has-error .form-control { + border-color: #a94442; + -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 { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; +} +.has-error .input-group-addon { + color: #a94442; + background-color: #f2dede; + border-color: #a94442; +} +.has-error .form-control-feedback { + color: #a94442; +} +.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: #737373; +} +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-static { + display: inline-block; + } + .form-inline .input-group { + display: inline-table; + vertical-align: middle; + } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; +} +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .form-horizontal .control-label { + padding-top: 7px; + margin-bottom: 0; + text-align: right; + } +} +.form-horizontal .has-feedback .form-control-feedback { + right: 15px; +} +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 11px; + font-size: 18px; + } +} +@media (min-width: 768px) { + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; + font-size: 12px; + } +} +.btn { + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: normal; + line-height: 1.42857143; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.btn:focus, +.btn:active:focus, +.btn.active:focus, +.btn.focus, +.btn:active.focus, +.btn.active.focus { + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus, +.btn.focus { + color: #333; + text-decoration: none; +} +.btn:active, +.btn.active { + background-image: none; + 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; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; + opacity: .65; +} +a.btn.disabled, +fieldset[disabled] a.btn { + pointer-events: none; +} +.btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +.btn-default:focus, +.btn-default.focus { + color: #333; + background-color: #e6e6e6; + border-color: #8c8c8c; +} +.btn-default:hover { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; +} +.btn-default:active:hover, +.btn-default.active:hover, +.open > .dropdown-toggle.btn-default:hover, +.btn-default:active:focus, +.btn-default.active:focus, +.open > .dropdown-toggle.btn-default:focus, +.btn-default:active.focus, +.btn-default.active.focus, +.open > .dropdown-toggle.btn-default.focus { + color: #333; + background-color: #d4d4d4; + border-color: #8c8c8c; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + background-image: none; +} +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled.focus, +.btn-default[disabled].focus, +fieldset[disabled] .btn-default.focus { + background-color: #fff; + border-color: #ccc; +} +.btn-default .badge { + color: #fff; + background-color: #333; +} +.btn-primary { + color: #fff; + background-color: #337ab7; + border-color: #2e6da4; +} +.btn-primary:focus, +.btn-primary.focus { + color: #fff; + background-color: #286090; + border-color: #122b40; +} +.btn-primary:hover { + color: #fff; + background-color: #286090; + border-color: #204d74; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + color: #fff; + background-color: #286090; + border-color: #204d74; +} +.btn-primary:active:hover, +.btn-primary.active:hover, +.open > .dropdown-toggle.btn-primary:hover, +.btn-primary:active:focus, +.btn-primary.active:focus, +.open > .dropdown-toggle.btn-primary:focus, +.btn-primary:active.focus, +.btn-primary.active.focus, +.open > .dropdown-toggle.btn-primary.focus { + color: #fff; + background-color: #204d74; + border-color: #122b40; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + background-image: none; +} +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled.focus, +.btn-primary[disabled].focus, +fieldset[disabled] .btn-primary.focus { + background-color: #337ab7; + border-color: #2e6da4; +} +.btn-primary .badge { + color: #337ab7; + background-color: #fff; +} +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success:focus, +.btn-success.focus { + color: #fff; + background-color: #449d44; + border-color: #255625; +} +.btn-success:hover { + color: #fff; + background-color: #449d44; + border-color: #398439; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + color: #fff; + background-color: #449d44; + border-color: #398439; +} +.btn-success:active:hover, +.btn-success.active:hover, +.open > .dropdown-toggle.btn-success:hover, +.btn-success:active:focus, +.btn-success.active:focus, +.open > .dropdown-toggle.btn-success:focus, +.btn-success:active.focus, +.btn-success.active.focus, +.open > .dropdown-toggle.btn-success.focus { + color: #fff; + background-color: #398439; + border-color: #255625; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + background-image: none; +} +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled.focus, +.btn-success[disabled].focus, +fieldset[disabled] .btn-success.focus { + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success .badge { + color: #5cb85c; + 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:hover { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; +} +.btn-info:active:hover, +.btn-info.active:hover, +.open > .dropdown-toggle.btn-info:hover, +.btn-info:active:focus, +.btn-info.active:focus, +.open > .dropdown-toggle.btn-info:focus, +.btn-info:active.focus, +.btn-info.active.focus, +.open > .dropdown-toggle.btn-info.focus { + color: #fff; + background-color: #269abc; + border-color: #1b6d85; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus { + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +.btn-warning { + color: #fff; + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning:focus, +.btn-warning.focus { + color: #fff; + background-color: #ec971f; + border-color: #985f0d; +} +.btn-warning:hover { + color: #fff; + background-color: #ec971f; + border-color: #d58512; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + color: #fff; + background-color: #ec971f; + border-color: #d58512; +} +.btn-warning:active:hover, +.btn-warning.active:hover, +.open > .dropdown-toggle.btn-warning:hover, +.btn-warning:active:focus, +.btn-warning.active:focus, +.open > .dropdown-toggle.btn-warning:focus, +.btn-warning:active.focus, +.btn-warning.active.focus, +.open > .dropdown-toggle.btn-warning.focus { + color: #fff; + background-color: #d58512; + border-color: #985f0d; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled.focus, +.btn-warning[disabled].focus, +fieldset[disabled] .btn-warning.focus { + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning .badge { + color: #f0ad4e; + background-color: #fff; +} +.btn-danger { + color: #fff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger:focus, +.btn-danger.focus { + color: #fff; + background-color: #c9302c; + border-color: #761c19; +} +.btn-danger:hover { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; +} +.btn-danger:active:hover, +.btn-danger.active:hover, +.open > .dropdown-toggle.btn-danger:hover, +.btn-danger:active:focus, +.btn-danger.active:focus, +.open > .dropdown-toggle.btn-danger:focus, +.btn-danger:active.focus, +.btn-danger.active.focus, +.open > .dropdown-toggle.btn-danger.focus { + color: #fff; + background-color: #ac2925; + border-color: #761c19; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled.focus, +.btn-danger[disabled].focus, +fieldset[disabled] .btn-danger.focus { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} +.btn-link { + font-weight: normal; + color: #337ab7; + 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:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #23527c; + text-decoration: underline; + background-color: transparent; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #777; + text-decoration: none; +} +.btn-lg, +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +.btn-sm, +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs, +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-block { + display: block; + width: 100%; +} +.btn-block + .btn-block { + margin-top: 5px; +} +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} +.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 { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-timing-function: ease; + -o-transition-timing-function: ease; + transition-timing-function: ease; + -webkit-transition-duration: .35s; + -o-transition-duration: .35s; + transition-duration: .35s; + -webkit-transition-property: height, visibility; + -o-transition-property: height, visibility; + transition-property: height, visibility; +} +.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; +} +.dropup, +.dropdown { + position: relative; +} +.dropdown-toggle:focus { + outline: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + text-align: left; + list-style: none; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + 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); +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.42857143; + color: #333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + background-color: #337ab7; + outline: 0; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #777; +} +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); +} +.open > .dropdown-menu { + display: block; +} +.open > a { + outline: 0; +} +.dropdown-menu-right { + right: 0; + left: auto; +} +.dropdown-menu-left { + right: auto; + left: 0; +} +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.42857143; + color: #777; + white-space: nowrap; +} +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + content: ""; + border-top: 0; + border-bottom: 4px dashed; + border-bottom: 4px solid \9; +} +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 2px; +} +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } + .navbar-right .dropdown-menu-left { + right: auto; + left: 0; + } +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + 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 { + float: left; +} +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { + margin-left: 5px; +} +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} +.btn-group > .btn:first-child { + margin-left: 0; +} +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 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 .caret { + margin-left: 0; +} +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 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:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 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-left-radius: 0; + border-top-right-radius: 0; +} +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; +} +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + display: table-cell; + float: none; + 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="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { + 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-right: 0; + padding-left: 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: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + 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: 46px; + line-height: 46px; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].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; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control: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: 6px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 4px; +} +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} +.input-group-addon.input-lg { + padding: 10px 16px; + font-size: 18px; + border-radius: 6px; +} +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + 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:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-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:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-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:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + 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 { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav > li { + position: relative; + display: block; +} +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eee; +} +.nav > li.disabled > a { + color: #777; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #777; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eee; + border-color: #337ab7; +} +.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 #ddd; +} +.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: #eee #eee #ddd; +} +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #555; + cursor: default; + background-color: #fff; + border: 1px solid #ddd; + border-bottom-color: transparent; +} +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} +.nav-tabs.nav-justified > li { + float: none; +} +.nav-tabs.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.nav-pills > li { + float: left; +} +.nav-pills > li > a { + border-radius: 4px; +} +.nav-pills > li + li { + margin-left: 2px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #fff; + background-color: #337ab7; +} +.nav-stacked > li { + float: none; +} +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} +.nav-justified { + width: 100%; +} +.nav-justified > li { + float: none; +} +.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} +.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:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} +.navbar-collapse { + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + -webkit-overflow-scrolling: touch; + border-top: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); +} +.navbar-collapse.in { + overflow-y: auto; +} +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + -webkit-box-shadow: none; + 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-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; +} +@media (max-device-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} +.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; + height: 50px; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} +.navbar-brand > img { + display: block; +} +@media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; + } +} +.navbar-toggle { + position: relative; + float: right; + padding: 9px 10px; + margin-top: 8px; + margin-right: 15px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + 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; +} +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} +.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; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} +@media (min-width: 768px) { + .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; + margin-top: 8px; + margin-right: -15px; + margin-bottom: 8px; + margin-left: -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); +} +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .form-control-static { + display: inline-block; + } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; + } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } +} +@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; + padding-top: 0; + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } +} +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; +} +.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-right: 15px; + margin-left: 15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + margin-right: -15px; + } + .navbar-right ~ .navbar-right { + margin-right: 0; + } +} +.navbar-default { + background-color: #f8f8f8; + border-color: #e7e7e7; +} +.navbar-default .navbar-brand { + color: #777; +} +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777; +} +.navbar-default .navbar-nav > li > a { + color: #777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555; + background-color: #e7e7e7; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #ddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #ddd; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #888; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #e7e7e7; +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #555; + background-color: #e7e7e7; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #555; + background-color: #e7e7e7; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #ccc; + background-color: transparent; + } +} +.navbar-default .navbar-link { + color: #777; +} +.navbar-default .navbar-link:hover { + color: #333; +} +.navbar-default .btn-link { + color: #777; +} +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #333; +} +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #ccc; +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-brand { + color: #9d9d9d; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #9d9d9d; +} +.navbar-inverse .navbar-nav > li > a { + color: #9d9d9d; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #080808; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + border-color: #333; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #333; +} +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #fff; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #fff; + background-color: #080808; +} +@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: #9d9d9d; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444; + background-color: transparent; + } +} +.navbar-inverse .navbar-link { + color: #9d9d9d; +} +.navbar-inverse .navbar-link:hover { + color: #fff; +} +.navbar-inverse .btn-link { + color: #9d9d9d; +} +.navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link:focus { + color: #fff; +} +.navbar-inverse .btn-link[disabled]:hover, +fieldset[disabled] .navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link[disabled]:focus, +fieldset[disabled] .navbar-inverse .btn-link:focus { + color: #444; +} +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} +.breadcrumb > li { + display: inline-block; +} +.breadcrumb > li + li:before { + padding: 0 5px; + color: #ccc; + content: "/\00a0"; +} +.breadcrumb > .active { + color: #777; +} +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #337ab7; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + z-index: 2; + color: #23527c; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 3; + color: #fff; + cursor: default; + background-color: #337ab7; + border-color: #337ab7; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #777; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; +} +.pager li { + display: inline; +} +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 15px; +} +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eee; +} +.pager .next > a, +.pager .next > span { + float: right; +} +.pager .previous > a, +.pager .previous > span { + float: left; +} +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #777; + cursor: not-allowed; + background-color: #fff; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +a.label:hover, +a.label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.label:empty { + display: none; +} +.btn .label { + position: relative; + top: -1px; +} +.label-default { + background-color: #777; +} +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #5e5e5e; +} +.label-primary { + background-color: #337ab7; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #286090; +} +.label-success { + background-color: #5cb85c; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} +.label-info { + background-color: #5bc0de; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} +.label-warning { + background-color: #f0ad4e; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} +.label-danger { + background-color: #d9534f; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: middle; + background-color: #777; + border-radius: 10px; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge, +.btn-group-xs > .btn .badge { + top: 0; + padding: 1px 5px; +} +a.badge:hover, +a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #337ab7; + background-color: #fff; +} +.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; + color: inherit; + background-color: #eee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.jumbotron > hr { + border-top-color: #d5d5d5; +} +.container .jumbotron, +.container-fluid .jumbotron { + padding-right: 15px; + padding-left: 15px; + border-radius: 6px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron, + .container-fluid .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: border .2s ease-in-out; + -o-transition: border .2s ease-in-out; + transition: border .2s ease-in-out; +} +.thumbnail > img, +.thumbnail a > img { + margin-right: auto; + margin-left: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #337ab7; +} +.thumbnail .caption { + padding: 9px; + color: #333; +} +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.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; +} +.alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #2b542c; +} +.alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #245269; +} +.alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.alert-warning hr { + border-top-color: #f7e1b5; +} +.alert-warning .alert-link { + color: #66512c; +} +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.alert-danger hr { + border-top-color: #e4b9c0; +} +.alert-danger .alert-link { + color: #843534; +} +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@-o-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; + overflow: hidden; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + 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-striped .progress-bar, +.progress-bar-striped { + 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); + 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); + -webkit-background-size: 40px 40px; + background-size: 40px 40px; +} +.progress.active .progress-bar, +.progress-bar.active { + -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: #5cb85c; +} +.progress-striped .progress-bar-success { + 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); + 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: -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); + 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: #f0ad4e; +} +.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); + 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: #d9534f; +} +.progress-striped .progress-bar-danger { + 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); + 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 { + overflow: hidden; + zoom: 1; +} +.media-body { + width: 10000px; +} +.media-object { + display: block; +} +.media-object.img-thumbnail { + max-width: none; +} +.media-right, +.media > .pull-right { + padding-left: 10px; +} +.media-left, +.media > .pull-left { + padding-right: 10px; +} +.media-left, +.media-right, +.media-body { + 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 { + padding-left: 0; + margin-bottom: 20px; +} +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; +} +.list-group-item:first-child { + border-top-left-radius: 4px; + border-top-right-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: #555; +} +a.list-group-item .list-group-item-heading, +button.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +button.list-group-item:hover, +a.list-group-item:focus, +button.list-group-item:focus { + color: #555; + text-decoration: none; + background-color: #f5f5f5; +} +button.list-group-item { + width: 100%; + text-align: left; +} +.list-group-item.disabled, +.list-group-item.disabled:hover, +.list-group-item.disabled:focus { + color: #777; + cursor: not-allowed; + background-color: #eee; +} +.list-group-item.disabled .list-group-item-heading, +.list-group-item.disabled:hover .list-group-item-heading, +.list-group-item.disabled:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.disabled .list-group-item-text, +.list-group-item.disabled:hover .list-group-item-text, +.list-group-item.disabled:focus .list-group-item-text { + color: #777; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #337ab7; + border-color: #337ab7; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading, +.list-group-item.active .list-group-item-heading > small, +.list-group-item.active:hover .list-group-item-heading > small, +.list-group-item.active:focus .list-group-item-heading > small, +.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active:hover .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading > .small { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #c7ddef; +} +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; +} +a.list-group-item-success, +button.list-group-item-success { + color: #3c763d; +} +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:hover, +button.list-group-item-success:hover, +a.list-group-item-success:focus, +button.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +button.list-group-item-success.active, +a.list-group-item-success.active:hover, +button.list-group-item-success.active:hover, +a.list-group-item-success.active:focus, +button.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; +} +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; +} +a.list-group-item-info, +button.list-group-item-info { + color: #31708f; +} +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:hover, +button.list-group-item-info:hover, +a.list-group-item-info:focus, +button.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +button.list-group-item-info.active, +a.list-group-item-info.active:hover, +button.list-group-item-info.active:hover, +a.list-group-item-info.active:focus, +button.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; +} +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; +} +a.list-group-item-warning, +button.list-group-item-warning { + color: #8a6d3b; +} +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:hover, +button.list-group-item-warning:hover, +a.list-group-item-warning:focus, +button.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +button.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +button.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus, +button.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; +} +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; +} +a.list-group-item-danger, +button.list-group-item-danger { + color: #a94442; +} +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:hover, +button.list-group-item-danger:hover, +a.list-group-item-danger:focus, +button.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +button.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +button.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus, +button.list-group-item-danger.active:focus { + color: #fff; + background-color: #a94442; + border-color: #a94442; +} +.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: #fff; + 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-body { + padding: 15px; +} +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} +.panel-title > a, +.panel-title > small, +.panel-title > .small, +.panel-title > small > a, +.panel-title > .small > a { + color: inherit; +} +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .list-group, +.panel > .panel-collapse > .list-group { + margin-bottom: 0; +} +.panel > .list-group .list-group-item, +.panel > .panel-collapse > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; +} +.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-left-radius: 3px; + border-top-right-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-left-radius: 0; + border-top-right-radius: 0; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.list-group + .panel-footer { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; +} +.panel > .table caption, +.panel > .table-responsive > .table caption, +.panel > .panel-collapse > .table caption { + padding-right: 15px; + padding-left: 15px; +} +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .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 td:first-child, +.panel > .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 td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .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 td:last-child, +.panel > .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 td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .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 td:first-child, +.panel > .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 td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .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 td:last-child, +.panel > .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 td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .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 #ddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; +} +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} +.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 { + border-bottom: 0; +} +.panel-group .panel-heading + .panel-collapse > .panel-body, +.panel-group .panel-heading + .panel-collapse > .list-group { + border-top: 1px solid #ddd; +} +.panel-group .panel-footer { + border-top: 0; +} +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #ddd; +} +.panel-default { + border-color: #ddd; +} +.panel-default > .panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.panel-default > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ddd; +} +.panel-default > .panel-heading .badge { + color: #f5f5f5; + background-color: #333; +} +.panel-default > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ddd; +} +.panel-primary { + border-color: #337ab7; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #337ab7; + border-color: #337ab7; +} +.panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #337ab7; +} +.panel-primary > .panel-heading .badge { + color: #337ab7; + background-color: #fff; +} +.panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #337ab7; +} +.panel-success { + border-color: #d6e9c6; +} +.panel-success > .panel-heading { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.panel-success > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #d6e9c6; +} +.panel-success > .panel-heading .badge { + color: #dff0d8; + background-color: #3c763d; +} +.panel-success > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #d6e9c6; +} +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-heading .badge { + color: #d9edf7; + background-color: #31708f; +} +.panel-info > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #bce8f1; +} +.panel-warning { + border-color: #faebcc; +} +.panel-warning > .panel-heading { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.panel-warning > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #faebcc; +} +.panel-warning > .panel-heading .badge { + color: #fcf8e3; + background-color: #8a6d3b; +} +.panel-warning > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #faebcc; +} +.panel-danger { + border-color: #ebccd1; +} +.panel-danger > .panel-heading { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.panel-danger > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ebccd1; +} +.panel-danger > .panel-heading .badge { + color: #f2dede; + background-color: #a94442; +} +.panel-danger > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ebccd1; +} +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; +} +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 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; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + 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; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; +} +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; +} +button.close { + -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + border: 0; +} +.modal-open { + overflow: hidden; +} +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: hidden; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transition: -webkit-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; + transition: transform .3s ease-out; + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + -o-transform: translate(0, -25%); + transform: translate(0, -25%); +} +.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: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + outline: 0; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); + box-shadow: 0 3px 9px rgba(0, 0, 0, .5); +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; +} +.modal-backdrop.fade { + filter: alpha(opacity=0); + opacity: 0; +} +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: .5; +} +.modal-header { + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.42857143; +} +.modal-body { + position: relative; + padding: 15px; +} +.modal-footer { + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} +.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; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} +.tooltip { + position: absolute; + z-index: 1070; + display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 12px; + font-style: normal; + font-weight: normal; + line-height: 1.42857143; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + white-space: normal; + filter: alpha(opacity=0); + opacity: 0; + + line-break: auto; +} +.tooltip.in { + filter: alpha(opacity=90); + opacity: .9; +} +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 4px; +} +.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: #000; +} +.tooltip.top-left .tooltip-arrow { + right: 5px; + bottom: 0; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + bottom: 0; + left: 5px; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + right: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + left: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: none; + max-width: 276px; + padding: 1px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + font-style: normal; + font-weight: normal; + line-height: 1.42857143; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + white-space: normal; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + + line-break: auto; +} +.popover.top { + margin-top: -10px; +} +.popover.right { + margin-left: 10px; +} +.popover.bottom { + margin-top: 10px; +} +.popover.left { + margin-left: -10px; +} +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + 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; +} +.popover > .arrow { + border-width: 11px; +} +.popover > .arrow:after { + content: ""; + border-width: 10px; +} +.popover.top > .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, .25); + border-bottom-width: 0; +} +.popover.top > .arrow:after { + bottom: 1px; + margin-left: -10px; + content: " "; + border-top-color: #fff; + border-bottom-width: 0; +} +.popover.right > .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, .25); + border-left-width: 0; +} +.popover.right > .arrow:after { + bottom: -10px; + left: 1px; + content: " "; + border-right-color: #fff; + border-left-width: 0; +} +.popover.bottom > .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, .25); +} +.popover.bottom > .arrow:after { + top: 1px; + margin-left: -10px; + content: " "; + border-top-width: 0; + border-bottom-color: #fff; +} +.popover.left > .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, .25); +} +.popover.left > .arrow:after { + right: 1px; + bottom: -10px; + content: " "; + border-right-width: 0; + border-left-color: #fff; +} +.carousel { + position: relative; +} +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: .6s ease-in-out left; + -o-transition: .6s ease-in-out left; + transition: .6s ease-in-out left; +} +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + line-height: 1; +} +@media all and (transform-3d), (-webkit-transform-3d) { + .carousel-inner > .item { + -webkit-transition: -webkit-transform .6s ease-in-out; + -o-transition: -o-transform .6s ease-in-out; + transition: transform .6s ease-in-out; + + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000px; + perspective: 1000px; + } + .carousel-inner > .item.next, + .carousel-inner > .item.active.right { + left: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + .carousel-inner > .item.prev, + .carousel-inner > .item.active.left { + left: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + .carousel-inner > .item.next.left, + .carousel-inner > .item.prev.right, + .carousel-inner > .item.active { + left: 0; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 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; + bottom: 0; + left: 0; + width: 15%; + font-size: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); + background-color: rgba(0, 0, 0, 0); + filter: alpha(opacity=50); + opacity: .5; +} +.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control.right { + right: 0; + left: auto; + 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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control:hover, +.carousel-control:focus { + color: #fff; + text-decoration: none; + filter: alpha(opacity=90); + outline: 0; + opacity: .9; +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; + margin-top: -10px; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + font-family: serif; + line-height: 1; +} +.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%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; +} +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); + border: 1px solid #fff; + border-radius: 10px; +} +.carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; + background-color: #fff; +} +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); +} +.carousel-caption .btn { + text-shadow: none; +} +@media screen and (min-width: 768px) { + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + 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 { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} +.clearfix:before, +.clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-header:before, +.modal-header:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.dl-horizontal dd:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-header:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; +} +.affix { + position: fixed; +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table !important; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; + } +} +@media (max-width: 767px) { + .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; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .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; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .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; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; + } +} +@media (min-width: 1200px) { + .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; + } + th.visible-print, + td.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; + } +} +@media print { + .hidden-print { + display: none !important; + } +} +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/media.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/media.css new file mode 100644 index 0000000..f9740c3 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/media.css @@ -0,0 +1,76 @@ +@media (max-width: 376px){ + .navbar-default .navbar-toggle, .navbar-default .navbar-toggle{ + margin-right: 45px; + } +} + + + +@media (max-width:767px){ /* mobile */ +.navbar-default .navbar-nav > li > a { + padding-top: 12px; + padding-bottom: 12px; + } +.subscribe .form-control { + margin: 15px auto; + width: 400px; +} +.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { + max-height: none; + } + .client .carousel-indicators li{ + width: 35px; + height: 35px; + margin-right: -5px + } + .client .carousel-indicators .active { + width: 35px; + height: 35px; +} + .client p{ + font-size: 9px; + font-weight: bold; + } +.carousel-indicators { + width: 65%; + +} +} +@media (min-width: 768px) and (max-width: 991px){ /* ipad */ + .client .carousel-indicators li{ + width: 70px; + height: 70px; + } + .client .carousel-indicators .active { + width: 70px; + height: 70px; +} + .client p{ + font-size: 13px; + font-weight: 900; + } +.carousel-indicators { + bottom: -13px; +} +} + + +@media (min-width: 992px) and (max-width: 1199px){ /* note book */ + .client .carousel-indicators li{ + width: 80px; + height: 80px; + } + .client .carousel-indicators .active { + width: 80px; + height: 80px; +} + .client p{ + font-size: 16px; + } +} + + +@media (min-width:1200px){ /* ¨Pc */ + +} + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/myHover.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/myHover.css new file mode 100644 index 0000000..6540f48 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/myHover.css @@ -0,0 +1,136 @@ +@-webkit-keyframes hvr-bob { + 0% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); + } + 50% { + -webkit-transform: translateY(-4px); + transform: translateY(-4px); + } + 100% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); + } +} +@keyframes hvr-bob { + 0% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); + } + 50% { + -webkit-transform: translateY(-4px); + transform: translateY(-4px); + } + 100% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); + } +} +@-webkit-keyframes hvr-bob-float { + 100% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); + } +} +@keyframes hvr-bob-float { + 100% { + -webkit-transform: translateY(-8px); + transform: translateY(-8px); + } +} +.hvr-bob { + display: inline-block; + vertical-align: middle; + -webkit-transform: perspective(1px) translateZ(0); + transform: perspective(1px) translateZ(0); + box-shadow: 0 0 1px rgba(0, 0, 0, 0); +} +.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active { + -webkit-animation-name: hvr-bob-float, hvr-bob; + animation-name: hvr-bob-float, hvr-bob; + -webkit-animation-duration: .3s, 1.5s; + animation-duration: .3s, 1.5s; + -webkit-animation-delay: 0s, .3s; + animation-delay: 0s, .3s; + -webkit-animation-timing-function: ease-out, ease-in-out; + animation-timing-function: ease-out, ease-in-out; + -webkit-animation-iteration-count: 1, infinite; + animation-iteration-count: 1, infinite; + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; + -webkit-animation-direction: normal, alternate; + animation-direction: normal, alternate; +} + +@-webkit-keyframes hvr-wobble-bottom { + 16.65% { + -webkit-transform: skew(-12deg); + transform: skew(-12deg); + } + 33.3% { + -webkit-transform: skew(10deg); + transform: skew(10deg); + } + 49.95% { + -webkit-transform: skew(-6deg); + transform: skew(-6deg); + } + 66.6% { + -webkit-transform: skew(4deg); + transform: skew(4deg); + } + 83.25% { + -webkit-transform: skew(-2deg); + transform: skew(-2deg); + } + 100% { + -webkit-transform: skew(0); + transform: skew(0); + } +} +@keyframes hvr-wobble-bottom { + 16.65% { + -webkit-transform: skew(-12deg); + transform: skew(-12deg); + } + 33.3% { + -webkit-transform: skew(10deg); + transform: skew(10deg); + } + 49.95% { + -webkit-transform: skew(-6deg); + transform: skew(-6deg); + } + 66.6% { + -webkit-transform: skew(4deg); + transform: skew(4deg); + } + 83.25% { + -webkit-transform: skew(-2deg); + transform: skew(-2deg); + } + 100% { + -webkit-transform: skew(0); + transform: skew(0); + } +} +.hvr-wobble-bottom { + display: inline-block; + vertical-align: middle; + -webkit-transform: perspective(1px) translateZ(0); + transform: perspective(1px) translateZ(0); + box-shadow: 0 0 1px rgba(0, 0, 0, 0); + -webkit-transform-origin: 100% 0; + transform-origin: 100% 0; +} +.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active { + -webkit-animation-name: hvr-wobble-bottom; + animation-name: hvr-wobble-bottom; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; +} + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/mystyle.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/mystyle.css new file mode 100644 index 0000000..742bfbc --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/mystyle.css @@ -0,0 +1,516 @@ +/* my style */ +body{box-sizing: border-box;overflow: hidden;} + +.am{ + font-size: 2em; + color: #fff; + margin-bottom: 15px; + height: 40px; + width: 280px; + padding-left: 12px; + +} + +.row:first-of-type > .col-lg-3:first-of-type > .am {background-color: orange;} + +.row:first-of-type > .col-lg-3:nth-of-type(2) > .am {background-color: darkred;} + +.row:first-of-type > .col-lg-3:nth-of-type(3) > .am {background-color: royalblue;} + +.row:first-of-type > .col-lg-3:nth-of-type(4) > .am {background-color: teal;} + +.row:first-of-type > .col-lg-3:nth-of-type(5) > .am {background-color: darkblue;} + +.row:first-of-type > .col-lg-3:nth-of-type(6) > .am {background-color: fuchsia;} + +.row:first-of-type > .col-lg-3:nth-of-type(7) > .am {background-color: indigo;} + +.row:first-of-type > .col-lg-3:nth-of-type(8) > .am {background-color: forestgreen;} + +.row:first-of-type > .col-lg-3:nth-of-type(9) > .am {background-color: saddlebrown;} + +img[alt="bitcoin"]{height: 210px;width: 300px;} + +.loading-overlay{ + background-color: #f6d365; + position: fixed; + width: 100%; + height: 100%; + left: 0; + top: 0; + z-index: 99999; +} + +.loader, +.loader:before, +.loader:after {border-radius: 50%;} +.loader { + color:coral; + font-size: 11px; + text-indent: -99999em; + margin: 55px auto; + position: absolute; + top: 40%; + left: 50%; + transform: translate(-50%,-50%); + width: 10em; + height: 10em; + box-shadow: inset 0 0 0 1em; + +} + +.loader:before,.loader:after {position: absolute;content: '';} + +.loader:before { + width: 5.2em; + height: 10.2em; + background: #f6d365; + border-radius: 10.2em 0 0 10.2em; + top: -0.1em; + left: -0.1em; + -webkit-transform-origin: 5.2em 5.1em; + transform-origin: 5.2em 5.1em; + -webkit-animation: load2 2s infinite ease 1.5s; + animation: load2 2s infinite ease 1.5s; +} + +.loader:after { + width: 5.2em; + height: 10.2em; + background: #f6d365; + border-radius: 0 10.2em 10.2em 0; + top: -0.1em; + left: 5.1em; + -webkit-transform-origin: 0px 5.1em; + transform-origin: 0px 5.1em; + -webkit-animation: load2 2s infinite ease; + animation: load2 2s infinite ease; +} +@-webkit-keyframes load2 { + 0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} + + 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);} +} + +@keyframes load2 { + 0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} + 100% { + -webkit-transform: rotate(360deg);transform: rotate(360deg);} +} + +.option{ + position: fixed; + top: 100px; + left: 0px; + z-index: 9999; +} + +.option .font-option{ + float: left; + color: #fff; + background-color: #333; + padding: 10px; + width: 200px; + border: 3px solid #f55555; + display: none; +} + +.option .font-option ul li{ + width: 25px; + height: 25px; + white-space: nowrap; + margin-bottom: 3px; + cursor: pointer; +} + +.option .font-option ul li:hover{text-decoration: underline;} + +.option .icon-option{ + background: #f55555; + color: white; + padding: 5px; + cursor: pointer; +} + +.about{margin-top: 30px;} + +.about .h1, .about h3{font-weight: bold;} + +.name{color: #e84747;} + +.features{ + background-color: #f6d365; + font-size: 14px; + margin-top: 30px; +} + + +.carousel-inner > .item > img{width: 100%;} + +.feat{margin-bottom: 22px;} + +.feat span{ + color: #e84747; + padding-left: 50px; + font-size: 30px; +} + +.client{ + padding: 30px 20px; + overflow: hidden; +} + +.client .h1{font-weight: bold;} + +.client p{ + font-size: 17px; + line-height: 2em; + max-width: 1000px; + text-align: center; + margin-left: 35px; + margin-right: 35px; + margin-bottom: 4px; +} + +.client span{ + font-size: 20px; + font-weight: bold; + color : #f55555; + +} + +.client .carousel-inner{ + min-height: 210px; + position: static; + width: 100%; + margin-left: auto; + + +} + +.client .carousel-indicators li { + text-indent: 0; + width: 80px; + height: 80px; + opacity: 0.3; + border: 3px solid white; + border-radius: 50%; + overflow: hidden; + margin: 5px; + transition: all 0.5s ease-in-out; + -webkit-transition :all 0.5s ease-in-out; + -o-transition : all 0.5s ease-in-out; + -moz-transition : all 0.5s ease-in-out; +} + +.client .carousel-indicators .active{ + width: 80px; + height: 80px; + opacity: 1; + background: none; + border: 2px solid #f55555; + +} + +.client .carousel-indicators li img{max-width: 100%;} + +.price{background-color: powderblue;padding-top: 40px;padding-bottom: 40px;} + +.price .h1{margin-bottom: 40px;} + +.price .price-box{ + background: linear-gradient(to bottom, #f6d365 80%,#f55555 100%); + /*background-color: #f6d365;*/ + padding: 10px; + border: 1px solid #f55555; + margin-bottom: 25px; +} + +.price .price-box h4{margin: 5px 0 15px;} + +.price .price-box p{ + font-size: 35px; + font-weight: bold; + color : #666; + width: 100px; + height: 100px; + background-color: powderblue; + border-radius: 50%; + line-height: 100px; + -webkit-transition-duration : 0.7s; + -moz-transition-duration : 0.7s; + -o-transition-duration : 0.7s; + transition-duration : 0.7s; +} + +.price .price-box:hover p{ + -webkit-transform : scale(1.1,1.1) rotate(360deg); + -moz-transform : scale(1.,1.1) rotate(360deg); + -o-transform : scale(1.1,1.1) rotate(360deg); + transform : scale(1.1,1.1) rotate(360deg); + +} + +.price .price-box ul{line-height: 250%;font-size: 18px;} + +.price .price-box a{margin-bottom: 5px;} + +.our_team{ + background-image: url("../images/bcgmember2.jpg"); + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; +} + +.our_team .h1{margin-bottom: 70px;} + +.our_team .team{ + background-color: rgba(2,2,2,0.7); + color: white; + min-height: 300px; + padding-bottom: 40px; + padding-top: 40px; +} + +.our_team .prson{margin-bottom: 40px;} + +.subscribe{ + padding-top: 40px; + background-color: powderblue; + padding-bottom: 70px; +} + +.subscribe .h1{ + letter-spacing: 2px; + margin-bottom: 10px; + color: #888; +} + +.subscribe p{margin-bottom: 10px;} + +.subscribe .form-control{ + margin-right: -7px; + width: 300px; + border-radius: 0; + } + +.subscribe button{border-radius: 0;} + +.static{ + background-image: url(../images/static2.png); + background-position: center center; + background-attachment: fixed; + background-size: cover; + min-height: 400px; + cursor: default; +} + +.static .data{ + background-color: black; + opacity: 0.7; + color: #B6B5B5; + min-height: 400px; + padding-top: 40px; + padding-bottom: 70px; +} + +.static .h1{margin-bottom: 60px;} + +.static .stats{margin-bottom: 40px;} + +.static .stats:hover{color: #fff;} + +.static p{ + font-size: 60px; + font-weight: 600; + margin-bottom: 0px; +} + +.static span{font-size: 17px;} + +.our-skills{padding-top: 40px;padding-bottom: 70px;} + +.our-skills .h1{margin-bottom: 50px;} + +.our-skills h3{font-weight: bold;margin-top: 0;} + +.contact{ + background-image: url("../images/contact.jpg"); + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; + min-height: 400px; +} + +.contact .fields{ + background-color: rgba(9,9,9,0.7); + color: white; + padding-bottom: 40px; + padding-top: 40px; + min-height: 400px; +} + +.contact p{margin-bottom: 40px;} + +.our-client{ + background-color: powderblue; + padding-top: 20px; + padding-bottom: 20px; +} + +.our-client .h1{ + color: white; + margin-top: -7px; + background: #f55555; + width: 202px; + margin: auto; + height: 43px; + letter-spacing: 2px +} + +.our-client img{ + opacity: 0.4; + filter: alpha(opacity=40); /* fot IE */ + margin-top: 20px; + margin-bottom: 20px; + -webkit-transition : all 0.4s ease-in-out; + -moz-transition : all 0.4s ease-in-out; + -o-transition : all 0.4s ease-in-out; + transition : all 0.4s ease-in-out; +} + +.our-client:hover img{opacity: 1;filter: alpha(opacity=100)} + +footer{ + background-color: #333333; + padding-top: 20px; + color: #AAAAAA; +} + +footer a{color: #AAAAAA;} + +footer a:hover{color: white;} + +footer h3{color: #D6F35A;letter-spacing: 1px;margin: 30px 0 20px;} + +footer .three{overflow: hidden;} + +footer .three li{width: 33.3333%;float: left;padding: 5px 0;} + +footer .media{overflow: hidden;margin: 20px 0 20px;} + +footer .media li{ + float: left; + margin-right: 4px; + opacity: .7; + filter: alpha(opacity=70); + -webkit-transition : all 0.4s ease-in-out; + -moz-transition : all 0.4s ease-in-out; + -o-transition : all 0.4s ease-in-out; + transition : all 0.4s ease-in-out; +} + +footer .media li:hover{opacity: 1;} + +footer .copyright{ + background-color: black; + color: white; + padding: 15px 10px; + margin-top: 20px; + font-size: 18px; +} + +footer .admin{color: gold;} + +#to-top{ + width: 50px; + height: 40px; + color:#f55555; + background-color: rgba(0,245,234,1.00); + text-align: center; + position: fixed; + right: 15px; + bottom: 15px; + z-index: 9999; + display: none; + cursor: pointer; +} +/* overriding of Bootstrap */ + + +.navbar{ + background: #f55555; + background: -moz-linear-gradient(to right, #f55555 0%,#fccf31 100%); + background: -webkit-linear-gradient(to right, #f55555 0%,#fccf31 100%); + background: linear-gradient(to right, #f55555 0%,#fccf31 100%); + min-height: 70px; + margin-bottom: -2px; + + } + +.navbar-default .navbar-brand{ + color: white; + line-height: 40px; + font-size: 25px; +} + +.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{ + color: black; +} +.navbar-default .navbar-nav > li > a{ + color: wheat; + padding-bottom: 25px; + padding-top: 25px; + font-size: 16px; +} + +.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ + background-color: powderblue; +} + + + +.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { + background-color: powderblue; + +} + +.navbar-nav > li > .dropdown-menu{ + background-color: #fccf31; + min-width: 200px; +} + +.dropdown-menu > li > a{ + padding: 6px 20px; + transition: padding 0.5s ease; + -webkit-transition :padding 0.5s ease; + -o-transition : padding 0.5s ease; + -moz-transition : padding 0.5s ease; +} +.dropdown-menu > li > a:hover{padding-left: 30px;background-color: powderblue;} + +.navbar-right .dropdown-menu{right: auto;left: 0;} + +.navbar-toggle {margin-top: 18px;} + + +.carousel-caption{padding-bottom: 160px;color: #22eaca ;} + +.carousel-indicators li{width: 15px;height: 15px;border-color : #fccf31} + +.carousel-indicators .active{width: 17px;height: 17px;background-color: #f55555;} + +.carousel-indicators{bottom: 0;} + +.our-skills .progress{height: 35px;} + +.our-skills .progress-bar{ + line-height: 35px; + font-size: 16px; + font-weight: bold; + text-align: left; + text-indent: 12px; +} + +footer .img-thumbnail{background-color: rgba(0,0,0,0.3);border: 1px solid #222;margin-bottom: 5px;} + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/pages.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/pages.css new file mode 100644 index 0000000..e3996db --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/pages.css @@ -0,0 +1,115 @@ +/* About */ + +.breadcrumb-holder{ + background-color: #f5f5f5; + margin-top: 70px; + height: 44px; + line-height: 28px; +} + +.breadcrumb{ + margin-left: -15px; +} +.intro{ + padding: 50px 0; +} + +.intro h1{ + letter-spacing: -3px; + font-weight: 900; + font-size: 50px +} + +.intero hr{ + width: 70%; +} + +.about_feat{ + padding: 0 0 70px; + +} + +.about_feat h3{ + font-weight: 900; + letter-spacing: -1px +} + +.about_feat p{ + margin-bottom: 30px; +} + +.Moderateur{ + background: #eee; + margin-top: 10px; +} + +.Moderateur h2{ + font-weight: 900; +} + +.Moderateur p{ + line-height: 1.6 +} + +.Moderateur a{ + margin-bottom: 30px; +} + +/* end About */ + +/* start FAQ */ + + +.faq-intero{ + padding: 40px 0; +} +.faq-intero h1{ + + font-family: allan; + font-weight: 900; + font-size: 60px; + letter-spacing: -3px +} + +.faq-intero h1 ~ hr { + width: 70%; + border-color: black; +} + +.faq-question{ + margin-bottom: 40px; +} + + + +.panel-default > .panel-heading { + background: linear-gradient(to right, powderblue 0%,powderblue 50%,white 100%); +} + +.panel-default > .panel-heading + .panel-collapse > .panel-body{ + font-size: 20px; + font-weight: 400; + line-height: 30px; +} +.panel-default > .panel-heading a:after{ + content: "\e259"; + font-family: "glyphicons halflings"; + float: right; +} + +.panel-default > .panel-heading a.collapsed:after{ + content: "\e260"; + +} + + + + + + + + + + + +/* end FAQ */ \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Baskerville.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Baskerville.css new file mode 100644 index 0000000..b871cea --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Baskerville.css @@ -0,0 +1,3 @@ +*{ + font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; +} \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Consolas.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Consolas.css new file mode 100644 index 0000000..1a618b5 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Consolas.css @@ -0,0 +1,8 @@ +*{ + font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace" + +} + +.client p{ +line-height: 25px; +} \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Gill Sans.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Gill Sans.css new file mode 100644 index 0000000..86f34c3 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Gill Sans.css @@ -0,0 +1,4 @@ +*{ + font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; + +} \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Impact.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Impact.css new file mode 100644 index 0000000..7d55b6b --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Impact.css @@ -0,0 +1,3 @@ +*{ + font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif" +} \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Lucida Grande.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Lucida Grande.css new file mode 100644 index 0000000..5773ec7 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/Lucida Grande.css @@ -0,0 +1,3 @@ +*{ + font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; +} \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/default.css b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/default.css new file mode 100644 index 0000000..0475559 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/css/themes/default.css @@ -0,0 +1,6 @@ +*{ + font-family: arial; + +} + + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/debug.log b/projects/bootstrap test/bootstrap-3.3.7-dist/debug.log new file mode 100644 index 0000000..d4bc828 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/debug.log @@ -0,0 +1,4208 @@ +[0723/000415.795:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.798:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.798:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.799:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.800:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.800:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.801:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.801:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.802:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.803:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.804:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.804:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.805:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.805:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.806:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.806:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.807:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.807:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.808:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.808:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.809:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.809:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0723/000415.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161932.786:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/161933.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.806:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.807:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.808:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.808:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.809:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.811:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.811:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.812:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.813:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.813:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.814:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.814:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.815:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.815:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.816:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.817:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.817:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.818:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.818:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.819:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.819:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.820:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.820:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.821:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.822:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.822:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.823:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.823:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.824:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.824:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.824:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.827:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.827:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.828:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.828:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.829:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.829:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.830:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.830:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.831:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.831:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.832:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.832:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.833:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.833:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.834:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.834:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.835:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/162932.836:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.366:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.367:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.367:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.367:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.368:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.368:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.373:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.378:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.387:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.387:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/163433.388:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.456:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.472:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.473:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.473:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.475:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.475:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.478:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.479:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.479:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.480:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.480:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.481:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.481:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.482:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.482:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.483:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.483:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.484:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.484:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.484:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.485:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.485:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.485:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.487:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.487:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.488:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/164933.488:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.575:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.601:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.602:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.602:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.603:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.603:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.604:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.605:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.605:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.606:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.606:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.607:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.607:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.608:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.608:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.609:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.609:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.610:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.610:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.611:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.611:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.612:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.612:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.613:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.613:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.614:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.614:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.615:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.615:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.616:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.616:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.617:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.617:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/170433.617:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.623:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.624:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.626:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.627:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.629:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.631:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.631:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.633:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.634:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.635:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.636:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.636:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.638:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.639:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.640:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.641:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.641:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.641:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.641:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.643:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.643:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/171933.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.732:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.742:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.744:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.744:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.746:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.746:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.746:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.747:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.748:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.748:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.749:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.751:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.752:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.752:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.753:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.754:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.754:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.755:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.757:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.758:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.759:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.760:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.762:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.763:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.764:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.765:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.766:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.767:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.768:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.768:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.768:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173433.769:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.940:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.943:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.944:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.944:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.945:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.946:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.946:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.947:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.947:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.948:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.948:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.949:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.949:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.949:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.950:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.950:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.951:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.951:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.951:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.952:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.953:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.953:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.954:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.954:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.955:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.955:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.958:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.958:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/173544.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.891:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.907:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.909:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.909:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.911:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.911:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.912:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.912:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.913:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.914:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.914:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.914:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.915:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.915:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.916:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.916:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.917:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.917:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.918:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.918:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.919:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.919:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.920:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.920:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.921:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.921:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.937:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.938:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.938:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0826/174933.939:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.017:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.032:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164052.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/164836.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.825:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0904/172554.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.047:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.063:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0906/180819.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.156:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.186:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.186:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.186:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.187:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.187:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.187:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/174533.190:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194337.993:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.023:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.024:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.025:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.026:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.036:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.037:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.038:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.038:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.040:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.040:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.043:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.044:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.044:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.045:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.047:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.049:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.049:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.050:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.051:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.052:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.053:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.054:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.054:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.056:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.057:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.057:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194338.058:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.153:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.155:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.155:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.155:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.156:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.156:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.156:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.157:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.157:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.159:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.159:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.160:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.161:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.161:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.162:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.162:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.163:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.164:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.164:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.165:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.165:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.169:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.169:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/194532.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210612.951:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/210613.139:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.038:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.083:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.084:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.085:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.085:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.086:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.086:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.087:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.087:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.088:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.089:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.090:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.090:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.091:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.091:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.092:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.093:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.093:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.094:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.094:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.095:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.095:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.096:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.096:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.097:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.097:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.098:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.098:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.099:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.100:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.100:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.120:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.120:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.122:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.141:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.141:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.142:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.142:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.144:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.144:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.145:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.145:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.146:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.147:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.147:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.148:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.148:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.149:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.149:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.150:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.150:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.151:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.151:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.152:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.152:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.153:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.154:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.154:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.155:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.155:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.156:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.156:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/211613.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.186:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.186:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.186:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.187:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.187:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.190:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/212113.190:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.193:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.193:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.194:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.194:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.194:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.195:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.195:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.195:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.197:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.197:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.197:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.198:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.198:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.198:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.200:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.200:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.201:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.201:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.201:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.202:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.202:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.202:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.204:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.204:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.204:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/213613.205:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.208:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.208:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.208:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.209:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.209:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.210:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.210:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.210:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.211:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.211:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.212:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.212:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.212:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.213:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.213:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.214:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.214:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.215:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.215:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.215:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.216:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.216:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.217:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.217:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.217:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.217:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.217:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.217:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.218:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.218:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.218:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/215113.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.222:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.223:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.223:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.224:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.224:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.224:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.225:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.225:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.225:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.227:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.227:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.227:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.228:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.228:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.228:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.230:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.230:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.230:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.231:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.231:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.231:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.233:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.233:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.234:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.234:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.235:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/220613.235:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.237:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.237:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.237:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.238:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.238:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.238:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.239:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.239:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.239:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.240:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.240:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.240:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.241:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.241:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.241:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.243:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.244:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.246:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.246:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.247:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.247:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.247:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.248:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.248:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.248:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.249:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.249:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.249:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.250:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.250:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.250:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.251:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/222113.251:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.255:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.255:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.256:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.257:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.257:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.258:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.258:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.259:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.259:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.260:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.261:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.261:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.262:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.262:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.263:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.263:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.264:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.264:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.265:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.265:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.266:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.266:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.267:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.267:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.270:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.270:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.271:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.271:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.272:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/223613.272:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.275:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.275:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.276:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.276:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.276:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.277:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.277:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.278:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.278:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.279:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.280:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.281:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.282:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.282:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.283:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.284:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.285:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.286:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.286:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.287:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.288:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.290:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.291:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.292:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.293:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.293:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.294:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.295:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.296:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.297:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.298:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/225113.299:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.303:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.305:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.307:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.308:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.308:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.309:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.310:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.311:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.311:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.312:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.313:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.314:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.314:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.315:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.316:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.317:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.318:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.319:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.321:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.322:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.322:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.323:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.324:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.325:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.325:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.326:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.327:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.328:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.328:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.329:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/230613.331:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/231805.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.334:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.335:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.335:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.336:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.336:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.337:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.337:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.338:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.338:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.339:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.339:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.339:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.340:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.340:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.340:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.341:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.342:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.342:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.343:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.344:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.345:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.346:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.346:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.346:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.347:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.347:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.347:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.348:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.348:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.348:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/232113.350:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.352:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.352:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.352:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.353:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.353:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.353:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.354:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.354:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.354:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.355:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.355:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.355:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.356:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.356:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.356:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.357:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.357:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.359:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.359:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.359:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.360:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.360:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.360:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.361:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.361:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.361:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.362:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.362:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.362:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.363:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233613.363:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.214:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.214:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.214:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.214:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/233923.245:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.378:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.378:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.379:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.382:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.384:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.385:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.386:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.387:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.389:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.390:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.390:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.391:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.392:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.395:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.397:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.397:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.398:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.399:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.400:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.400:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.402:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.402:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.403:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.405:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.405:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.406:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.406:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0907/235113.407:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.779:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.810:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.826:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.841:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/140643.857:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.622:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.668:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.668:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.669:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.669:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.670:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.671:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.671:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.672:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.673:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.674:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.675:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.675:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.675:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.676:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.677:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.677:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.678:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.678:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.679:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.679:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.683:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.684:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.685:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.686:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.687:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.687:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.689:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.691:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.692:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.692:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.693:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.694:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/152513.694:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.102:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.104:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.104:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.105:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.105:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.106:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.106:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.107:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.107:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.108:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.109:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.109:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.110:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.110:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.111:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.111:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.112:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.113:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.113:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.114:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.114:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.115:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.115:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.116:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.117:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.117:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.118:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.118:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.119:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.119:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.120:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.121:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.121:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164011.122:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.946:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.955:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.958:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.958:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.960:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.960:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.961:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.962:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.962:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.962:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.963:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.963:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.964:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.965:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.965:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.965:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.965:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.966:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.966:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.966:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.967:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.967:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.967:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.967:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.969:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.969:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/164632.969:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.970:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.973:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.974:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.974:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.975:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.975:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.976:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.976:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.977:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.978:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.978:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.979:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.981:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.983:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.983:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.984:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.985:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.986:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.986:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.988:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.989:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.990:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.990:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.995:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.995:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.996:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.997:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.997:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.998:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172001.999:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/172002.007:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/174145.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.117:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.162:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.163:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.163:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.164:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.164:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.164:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.165:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.165:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.165:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.169:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.169:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/184951.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.701:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.722:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.723:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.724:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.725:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.726:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.726:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.727:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.727:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.728:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.728:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.729:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.729:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.730:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.731:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.732:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.732:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.733:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.733:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.734:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.734:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.735:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.736:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.736:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.737:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.737:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.739:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.739:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.740:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.741:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.741:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.742:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.742:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0908/223949.743:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.078:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.080:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.080:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.081:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.081:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.082:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.083:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.083:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.084:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.084:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.085:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.086:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.086:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.087:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.087:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.088:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.088:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.089:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.090:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.090:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.091:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.092:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.092:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.093:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.094:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.094:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.095:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.095:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.096:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.096:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.097:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.098:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.098:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/011447.099:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.557:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.632:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.633:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.634:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.634:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.635:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.635:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.636:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.637:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.637:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.638:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.638:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.639:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.639:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.640:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.640:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.641:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.641:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.642:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.642:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.643:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.643:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.645:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.645:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.647:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.647:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/211607.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.299:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.314:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.314:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.314:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.314:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0909/233851.346:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0910/140648.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.761:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.859:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.859:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.859:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.861:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.861:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.861:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.862:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.862:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.863:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.863:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.863:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.864:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.864:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.864:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.865:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.865:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.865:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.866:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.866:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.866:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.867:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.867:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.867:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.868:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.868:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.868:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.869:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.869:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.869:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/011309.870:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.160:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.162:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.162:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.163:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.163:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.164:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.165:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.165:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.166:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0911/153707.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.657:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.852:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.852:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.853:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.854:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.854:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.855:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.855:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.856:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.857:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.857:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.858:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.858:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.859:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.859:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.861:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.862:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.863:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.866:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.867:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.867:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.868:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.870:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.870:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.872:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.872:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.874:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.875:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.876:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.878:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/004813.879:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.690:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.692:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.693:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.693:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.694:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.694:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.696:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.698:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.699:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.699:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.700:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.701:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.701:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.702:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.703:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.708:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.708:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.709:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.709:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.710:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.710:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/115235.711:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.645:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.645:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.649:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.649:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.666:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.666:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120308.667:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.663:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/120808.679:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.695:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.710:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/122308.710:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.713:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.713:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.714:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.714:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.715:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.715:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.715:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.716:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.716:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.716:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.717:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.717:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.718:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.718:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.719:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.719:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.719:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.720:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.720:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.720:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.721:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.721:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.722:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.722:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.724:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.724:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.725:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.725:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.726:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.726:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.726:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.727:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.727:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/123808.728:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.733:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.734:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.736:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.737:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.738:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.739:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.739:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.741:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.742:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.742:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.743:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.743:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.744:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.745:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.745:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.746:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.746:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.747:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.747:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.747:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.748:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.748:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.749:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.749:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.751:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.751:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.753:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.753:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.754:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.754:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0912/125308.758:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.770:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.785:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.786:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.786:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.787:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.787:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.788:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.788:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.789:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.790:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.790:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.790:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.791:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.792:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.792:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.793:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.793:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.794:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.795:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.795:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.796:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.796:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.797:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.797:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.798:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.798:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.799:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.799:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.799:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.800:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.800:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.801:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.801:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0917/203145.801:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.073:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.225:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.227:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.227:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.228:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.228:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.229:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.230:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.230:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.231:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.231:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/221324.233:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223307.986:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.065:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.065:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.066:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.066:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.066:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.067:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.067:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.067:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.068:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.068:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.068:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.069:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.069:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.069:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.070:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.070:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.070:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.071:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.071:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.071:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.072:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.072:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.072:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.073:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.073:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.073:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.074:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.074:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.074:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.075:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.075:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.075:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0918/223308.076:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.886:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.906:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.907:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.909:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.911:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.912:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.912:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.913:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.913:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.913:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.914:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.914:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.915:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.915:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.915:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.916:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.916:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.916:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.917:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.917:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.917:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.918:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.918:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.918:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.919:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.919:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.920:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.920:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.920:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/185316.921:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.127:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.168:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.169:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.169:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.178:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.179:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.181:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0919/215531.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/163044.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.149:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.180:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/174500.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0920/222024.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.378:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/004451.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.954:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.955:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.958:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.960:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.960:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.961:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.961:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.962:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.963:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.963:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.964:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.964:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.965:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.965:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.966:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.966:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.967:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.968:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.968:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.969:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.969:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.970:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.970:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.971:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.971:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.973:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.973:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012728.974:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/012757.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.895:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.910:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/013001.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.533:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/135703.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.734:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.735:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.736:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.736:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.737:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.738:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.738:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.739:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.739:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.740:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.740:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.749:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.749:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.751:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.751:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.752:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.753:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.753:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.754:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.755:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.755:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.756:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.756:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.757:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.757:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.758:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.759:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.759:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.759:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.760:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.760:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.761:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/150651.761:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/153553.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.167:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.199:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.205:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/154553.205:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/155053.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.221:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.221:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.222:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.222:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.223:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.225:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.227:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.228:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.228:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.230:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.230:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.231:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.231:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.232:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.233:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.233:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.234:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.234:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.235:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.235:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.236:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.236:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.236:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.236:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.236:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.238:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.238:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.239:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.239:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.239:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/160553.241:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.253:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/162053.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.271:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.271:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.272:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.273:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.274:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.275:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.275:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.276:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.277:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.278:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.278:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.279:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.279:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.280:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.280:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.281:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.281:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.282:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.282:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.283:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.283:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.284:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.285:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.285:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.286:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.286:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.287:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.287:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.288:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.290:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.290:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/163553.290:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.293:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.294:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.294:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.294:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.295:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.295:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.297:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.298:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.299:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.300:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.301:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.302:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.302:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.303:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.303:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.305:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.305:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.305:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.306:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.306:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.307:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.307:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.307:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.308:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.308:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.309:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.309:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.310:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.310:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.310:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.311:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.311:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/165053.312:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.316:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.316:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.317:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.317:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.318:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.318:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.319:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.319:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.321:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.321:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.322:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.323:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.323:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.324:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.324:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.324:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.325:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.326:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.326:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.327:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.327:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.328:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.328:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.329:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.331:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.332:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.332:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.333:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.333:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.334:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/170553.334:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.340:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.341:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.342:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.343:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.344:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.345:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.347:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.348:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.351:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.352:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.353:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.354:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.355:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.356:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.357:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.357:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.359:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.360:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.361:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.362:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.363:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.365:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.366:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.367:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.368:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.368:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.370:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/172053.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.373:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.376:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.376:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.377:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.378:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.379:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.380:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.380:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.382:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.382:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.382:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.384:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.384:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.384:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.385:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.386:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.386:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.387:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.388:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.388:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.388:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.389:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.389:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/173553.389:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.392:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.393:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.394:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.394:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.395:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.396:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.397:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.397:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.398:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.398:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.399:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.399:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.400:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.401:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.401:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.402:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.402:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.403:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.403:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.404:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.404:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.405:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.405:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.406:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.406:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.407:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.407:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.408:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.408:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.409:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.409:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.410:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.411:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.411:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175053.412:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.612:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.614:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.614:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.615:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.616:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.616:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.617:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.618:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.618:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.619:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.619:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/175138.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.414:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.415:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.415:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.417:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.417:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.418:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.418:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.419:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.419:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.420:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.420:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.421:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.421:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.422:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.422:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.423:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.423:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.424:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.424:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.424:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.425:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.425:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.425:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.426:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.426:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.427:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.427:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.427:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.428:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.428:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.428:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/180553.429:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.433:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.434:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.435:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.436:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.436:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.437:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.438:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.439:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.440:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.441:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.442:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.443:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.445:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.446:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.447:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.447:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.448:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.449:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.450:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.451:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.451:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.452:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.453:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.453:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.454:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.455:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.455:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.456:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.456:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.457:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.458:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.458:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.459:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/182053.460:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/183553.492:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.528:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.529:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.529:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.530:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.530:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.531:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.532:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.532:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.533:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.535:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.536:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.537:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.537:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.538:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.538:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.539:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.540:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.541:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.544:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.544:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.545:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.545:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.546:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.546:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.546:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.547:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.547:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.547:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.548:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.548:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.548:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.549:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/185053.550:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.553:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.554:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.555:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.555:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.556:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.557:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.557:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.558:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.559:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.559:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.562:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.562:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.563:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.569:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.570:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.571:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.571:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.572:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.573:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.575:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.575:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.576:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.576:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.577:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.578:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.578:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.579:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.581:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.582:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.583:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.585:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.586:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/190553.587:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.592:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.593:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.594:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.595:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.595:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.596:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.597:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.598:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.598:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.599:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.600:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.600:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.601:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.602:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.602:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.603:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.604:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.604:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.605:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.605:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.606:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.607:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.607:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.608:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.608:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.609:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.610:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.610:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.611:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.611:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.612:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.612:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.613:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.613:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/192053.614:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.622:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.623:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.624:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.626:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.627:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.628:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.628:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.629:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.631:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.633:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.634:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.635:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.636:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.636:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.637:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.637:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.638:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.639:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.639:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.640:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.640:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.641:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.642:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.643:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.643:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.645:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.645:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.646:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.647:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.647:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/193553.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.707:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.707:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.708:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.708:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.709:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.709:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.710:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.710:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.711:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.711:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.712:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.713:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.713:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.714:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.714:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.714:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.715:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.715:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.715:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.716:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.716:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.716:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.717:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.717:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.717:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.718:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.718:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.718:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.719:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.719:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.719:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.720:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.720:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/195053.721:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.726:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.727:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.729:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.731:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.732:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.734:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.735:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.736:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.737:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.738:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.739:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.740:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.741:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.742:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.743:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.744:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.745:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.746:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.747:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.748:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.749:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.750:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.751:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.751:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.752:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.753:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.754:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.755:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.756:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.756:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.757:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.758:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.759:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.759:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/200553.760:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.765:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.766:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.767:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.768:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.769:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.769:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.770:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.771:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.772:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.772:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.773:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.774:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.774:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.775:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.776:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.776:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.777:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.778:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.778:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.779:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.780:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.780:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.781:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.781:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.782:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.783:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.783:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.784:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.785:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.785:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.786:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.786:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.787:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.788:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/202053.788:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.846:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.873:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.874:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.875:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.875:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.876:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.876:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.878:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.878:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.879:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.879:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.880:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.880:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.881:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.881:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.882:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.882:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.883:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.883:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.884:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.885:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.885:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.885:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.886:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.886:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.887:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.888:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.888:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.889:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.889:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.890:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.891:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/203553.891:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.039:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.041:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.041:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.042:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.042:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.043:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.043:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.044:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.044:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.045:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.046:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.046:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.047:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.047:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.048:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.049:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.049:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.050:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.050:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.051:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.052:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.052:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.053:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.053:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.054:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.054:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.055:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.056:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.057:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.057:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.058:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.059:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.059:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/204340.060:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.926:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.927:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.927:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.927:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.928:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.928:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.929:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.929:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.930:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.930:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.931:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.931:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.931:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.932:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.932:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.933:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.933:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.933:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.934:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.934:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.935:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.935:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.936:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.936:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.936:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.937:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.937:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.938:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.938:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.939:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.939:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.939:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.940:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.940:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/205053.941:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.945:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.945:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.946:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.947:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.947:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.948:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.948:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.949:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.949:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.950:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.951:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.951:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.952:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.952:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.953:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.953:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.954:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.954:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.955:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.955:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.956:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.957:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.958:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.958:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.959:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.960:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.960:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.961:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.961:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.962:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.962:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/210553.963:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.972:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/212053.987:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.992:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.992:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.993:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.993:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.994:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.994:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.995:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.995:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.996:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.996:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.997:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.997:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.998:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.998:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.999:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213553.999:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.000:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.000:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.001:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.001:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.002:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.002:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.003:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.003:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.004:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.004:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.005:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.005:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.006:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.006:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.007:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.007:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.008:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.009:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/213554.009:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.093:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.094:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.095:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.095:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.096:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.097:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.098:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.099:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.100:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.101:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.101:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.102:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.103:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.104:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.105:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.105:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.106:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.107:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.108:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.108:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.110:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.110:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.112:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.113:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.113:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.114:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.115:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.116:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.116:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.117:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.118:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.119:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.119:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.120:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/215054.121:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.143:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/220554.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.169:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.170:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.171:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.172:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.174:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.175:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.176:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.177:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.182:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.183:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.184:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.185:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.186:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.187:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.187:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.188:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.190:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.190:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.191:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.192:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.192:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.192:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.193:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.193:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.194:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.194:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.195:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/222054.196:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.201:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.202:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.203:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.204:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.205:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.205:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.206:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.207:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.208:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.209:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.209:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.210:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.210:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.211:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.212:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.212:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.213:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.213:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.214:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.215:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.216:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.216:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.217:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.219:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.220:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.221:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.222:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.223:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.224:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.224:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.225:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.226:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/223554.227:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.289:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.290:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.290:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.290:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.291:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.291:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.291:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.292:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.292:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.293:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.293:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.294:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.295:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.295:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.296:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.296:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.297:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.298:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.298:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.298:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.299:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.299:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.300:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.300:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.300:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.301:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.301:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.301:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.302:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.302:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.302:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.303:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/225054.304:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.309:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.309:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.310:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.311:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.312:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.313:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.313:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.314:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.315:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.315:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.316:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.317:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.318:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.318:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.319:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.320:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.321:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.322:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.322:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.323:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.324:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.324:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.325:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.326:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.326:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.327:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.327:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.328:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.328:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.329:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.330:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.331:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/230554.331:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.334:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.335:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.335:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.336:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.336:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.336:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.337:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.337:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.338:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.338:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.339:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.339:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.339:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.340:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.340:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.341:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.341:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.342:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.342:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.343:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.343:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.344:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.344:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.344:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.345:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.345:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.346:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.347:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.347:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.347:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.348:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.348:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/232054.349:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.354:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.355:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.355:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.356:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.357:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.357:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.358:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.359:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.359:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.360:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.361:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.361:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.362:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.363:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.364:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.365:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.365:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.366:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.367:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.367:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.368:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.368:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.369:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.370:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.371:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.372:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.372:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.373:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.373:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.374:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/233554.375:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.380:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.381:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.382:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.382:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.383:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.384:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.384:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.385:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.385:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.386:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.386:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.387:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.387:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.388:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.388:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.389:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.389:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.390:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.392:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.393:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.393:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.394:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.395:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.396:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.396:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.397:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.397:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.398:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.398:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.399:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.399:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.400:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0921/235054.400:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.404:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.405:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.405:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.406:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.407:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.408:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.409:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.410:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.410:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.411:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.412:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.413:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.413:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.414:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.415:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.416:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.417:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.418:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.418:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.419:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.420:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.421:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.422:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.423:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.423:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.424:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.425:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.425:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.426:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.426:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.427:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.427:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.428:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.428:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/000554.429:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.431:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.432:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.432:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.433:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.433:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.433:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.434:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.435:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.435:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.436:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.436:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.436:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.437:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.437:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.437:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.438:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.439:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.439:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.440:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.441:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.441:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.441:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.442:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.442:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.442:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.443:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.443:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.443:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.444:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.444:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.444:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.445:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.445:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.445:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/002054.446:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.455:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.456:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.457:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.458:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.458:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.459:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.460:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.461:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.462:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.463:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.464:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.465:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.466:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.467:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.469:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.470:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.471:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.472:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.473:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.475:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.476:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.477:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.478:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.478:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.479:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.479:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.480:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.481:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.482:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.483:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.483:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.484:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.484:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/003554.485:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.550:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.550:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.550:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.550:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.550:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.560:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.560:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.560:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.560:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.564:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.574:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.580:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.580:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.580:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.580:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.580:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.580:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.580:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.584:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/005054.584:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.595:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.596:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.598:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.600:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.601:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.602:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.603:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.604:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.605:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.606:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.606:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.607:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.608:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.609:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.610:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.611:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.612:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.613:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.614:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.615:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.616:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.617:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.619:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.620:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.620:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.621:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.622:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.623:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.624:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.624:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.625:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.626:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.628:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.629:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/010554.630:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.642:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.642:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.643:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.644:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.645:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.647:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.648:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.649:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.649:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.650:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.651:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.652:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.652:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.654:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.655:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.656:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.657:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.657:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.658:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.658:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.659:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.659:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.660:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.660:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.661:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.661:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.662:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.662:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.663:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.663:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/012054.664:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.847:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.863:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.864:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.864:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.865:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.865:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.866:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.866:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.867:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.868:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.869:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.869:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.870:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.870:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.871:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.871:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.872:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.872:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.872:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.873:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.873:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.873:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.874:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.874:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.875:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.875:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.875:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.876:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.876:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.878:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.878:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.879:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/194546.879:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.158:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.173:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/222154.189:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.877:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.893:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0922/224019.908:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.813:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.844:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144929.860:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.526:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/144936.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.474:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0923/184825.490:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.486:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0924/144756.502:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.148:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.258:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.259:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.259:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.260:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.260:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.260:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.261:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.261:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.261:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.262:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.262:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.262:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.263:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.263:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.264:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.264:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.264:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.265:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.265:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.265:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.266:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.266:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.266:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.267:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.267:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.279:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.279:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.279:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.280:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.280:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.280:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.281:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.281:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0927/152325.281:ERROR:crash_report_database_win.cc(469)] failed to stat report diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.eot b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.eot new file mode 100644 index 0000000..85d81eb Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.eot differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.svg b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.svg new file mode 100644 index 0000000..594d619 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.svg @@ -0,0 +1,3449 @@ + + + + + +Created by FontForge 20190801 at Thu Aug 22 14:41:09 2019 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.ttf b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.ttf new file mode 100644 index 0000000..aa1687d Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.ttf differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.woff b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.woff new file mode 100644 index 0000000..6d1c614 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.woff differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.woff2 b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.woff2 new file mode 100644 index 0000000..1727af3 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-brands-400.woff2 differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.eot b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.eot new file mode 100644 index 0000000..ea607ca Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.eot differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.svg b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.svg new file mode 100644 index 0000000..a35e6d9 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.svg @@ -0,0 +1,803 @@ + + + + + +Created by FontForge 20190801 at Thu Aug 22 14:41:09 2019 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.ttf b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.ttf new file mode 100644 index 0000000..34629a6 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.ttf differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.woff b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.woff new file mode 100644 index 0000000..e115b8b Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.woff differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.woff2 b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.woff2 new file mode 100644 index 0000000..cb441b7 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-regular-400.woff2 differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.eot b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.eot new file mode 100644 index 0000000..4101e31 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.eot differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.svg b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.svg new file mode 100644 index 0000000..228a9b6 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.svg @@ -0,0 +1,4649 @@ + + + + + +Created by FontForge 20190801 at Thu Aug 22 14:41:09 2019 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.ttf b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.ttf new file mode 100644 index 0000000..704a2a9 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.ttf differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.woff b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.woff new file mode 100644 index 0000000..7adb9d5 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.woff differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.woff2 b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.woff2 new file mode 100644 index 0000000..ac6a6e3 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/fa-solid-900.woff2 differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000..b93a495 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 0000000..94fb549 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000..1413fc6 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000..9e61285 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 0000000..64539b5 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/01.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/01.jpg new file mode 100644 index 0000000..d72e6da Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/01.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/02.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/02.jpg new file mode 100644 index 0000000..cd45cda Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/02.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/03.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/03.jpg new file mode 100644 index 0000000..ca125de Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/03.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/04.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/04.jpg new file mode 100644 index 0000000..f1d2e3e Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/04.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/businessman_PNG6588.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/businessman_PNG6588.png new file mode 100644 index 0000000..0ad5e0f Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/businessman_PNG6588.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/company_team.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/company_team.jpg new file mode 100644 index 0000000..ace1e82 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/company_team.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/man_PNG6531.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/man_PNG6531.png new file mode 100644 index 0000000..f28e3a2 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/man_PNG6531.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/sitting_man_PNG11487.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/sitting_man_PNG11487.png new file mode 100644 index 0000000..cc38a79 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/About/sitting_man_PNG11487.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/board-2449726_640.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/board-2449726_640.jpg new file mode 100644 index 0000000..de00999 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/board-2449726_640.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/business-1836990_640.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/business-1836990_640.jpg new file mode 100644 index 0000000..7143855 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/business-1836990_640.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/code-1839406_640.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/code-1839406_640.jpg new file mode 100644 index 0000000..c7f68d2 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/code-1839406_640.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/wordpress-265132_640.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/wordpress-265132_640.jpg new file mode 100644 index 0000000..d3d6579 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/Awesome_Work/wordpress-265132_640.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/FAQ/faq-background.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/FAQ/faq-background.jpg new file mode 100644 index 0000000..799dd29 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/FAQ/faq-background.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/FAQ/question.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/FAQ/question.jpg new file mode 100644 index 0000000..b5de1ca Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/FAQ/question.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/bcgmember.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/bcgmember.jpg new file mode 100644 index 0000000..9afa4ab Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/bcgmember.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/bcgmember2.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/bcgmember2.jpg new file mode 100644 index 0000000..37220cf Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/bcgmember2.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/bit.svg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/bit.svg new file mode 100644 index 0000000..0e9eb02 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/images/bit.svg @@ -0,0 +1 @@ +digital currency \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/client1.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/client1.jpg new file mode 100644 index 0000000..2481114 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/client1.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/client3.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/client3.jpg new file mode 100644 index 0000000..5e6157e Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/client3.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/client4.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/client4.jpg new file mode 100644 index 0000000..b6dd066 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/client4.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/contact.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/contact.jpg new file mode 100644 index 0000000..b6a3a6e Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/contact.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/contact1.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/contact1.jpg new file mode 100644 index 0000000..b38949b Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/contact1.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/12362596311555931406-64.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/12362596311555931406-64.png new file mode 100644 index 0000000..4815048 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/12362596311555931406-64.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/19571981121555931407-64.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/19571981121555931407-64.png new file mode 100644 index 0000000..d46a3f2 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/19571981121555931407-64.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/9456108081554897558-64.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/9456108081554897558-64.png new file mode 100644 index 0000000..dd96fb7 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/footer_articles_img/9456108081554897558-64.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/audio.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/audio.png new file mode 100644 index 0000000..ad86b7b Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/audio.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/bbc.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/bbc.png new file mode 100644 index 0000000..539943f Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/bbc.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/business.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/business.png new file mode 100644 index 0000000..4812c3a Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/business.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/cnn.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/cnn.png new file mode 100644 index 0000000..a796e75 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/cnn.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/forbes.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/forbes.png new file mode 100644 index 0000000..0795105 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/forbes.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/network.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/network.png new file mode 100644 index 0000000..41d5d8e Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/network.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/technology.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/technology.png new file mode 100644 index 0000000..8aa9a6b Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/our-client/technology.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-facebook-48.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-facebook-48.png new file mode 100644 index 0000000..2fd7bfb Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-facebook-48.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-gmail-48.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-gmail-48.png new file mode 100644 index 0000000..da7235c Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-gmail-48.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-google-plus-48.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-google-plus-48.png new file mode 100644 index 0000000..8486465 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-google-plus-48.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-pinterest-48.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-pinterest-48.png new file mode 100644 index 0000000..cb9c1e5 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-pinterest-48.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-twitter-48.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-twitter-48.png new file mode 100644 index 0000000..b164a98 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-twitter-48.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-wi-fi-logo-48.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-wi-fi-logo-48.png new file mode 100644 index 0000000..36a38d8 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/social_media/icons8-wi-fi-logo-48.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/static.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/static.png new file mode 100644 index 0000000..d4f2b50 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/static.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/static.svg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/static.svg new file mode 100644 index 0000000..4a479cd --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/images/static.svg @@ -0,0 +1 @@ +growth analytics \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/static2.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/static2.png new file mode 100644 index 0000000..0bf3152 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/static2.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/team.gif b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team.gif new file mode 100644 index 0000000..f9349ea Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team.gif differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/team1.gif b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team1.gif new file mode 100644 index 0000000..d2c0ab6 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team1.gif differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/team1.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team1.jpg new file mode 100644 index 0000000..9358491 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team1.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/team2.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team2.jpg new file mode 100644 index 0000000..6438e80 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team2.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/team3.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team3.jpg new file mode 100644 index 0000000..f17a784 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team3.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/team4.jpg b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team4.jpg new file mode 100644 index 0000000..8d21d68 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/team4.jpg differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/images/undraw_growth_analytics_8btt.png b/projects/bootstrap test/bootstrap-3.3.7-dist/images/undraw_growth_analytics_8btt.png new file mode 100644 index 0000000..ad03313 Binary files /dev/null and b/projects/bootstrap test/bootstrap-3.3.7-dist/images/undraw_growth_analytics_8btt.png differ diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/index.html b/projects/bootstrap test/bootstrap-3.3.7-dist/index.html new file mode 100644 index 0000000..671cb84 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/index.html @@ -0,0 +1,675 @@ + + + + + + + Template 01 + + + + + + + + + + +
+

Loading ...

+
+
+ + + + +
+
+

font Options :

+
    +
  • default
  • +
  • Baskerville
  • +
  • Consolas
  • +
  • Gill Sans
  • +
  • Impact
  • +
  • Lucida Grande
  • +
+
+ +
+ + + + +
+
+

Meet My template MAAM

+

Meet My template MAAM

+

Hello let me introduce my template MAAM created with Bootstrap + 3.3.7

+
+
+ +
+
+

MAAM features

+
+ +
+
+ +

100% responsive

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque cumque suscipit magni consectetur rerum. Officia omnis quisquam consectetur necessitatibus laudantium eligendi, nulla, incidunt eius saepe tempora impedit possimus commodi sint.

+
+ + +
+ +
+
+ +

Awsom Icon

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque cumque suscipit magni consectetur rerum. Officia omnis quisquam consectetur necessitatibus laudantium eligendi, nulla, incidunt eius saepe tempora impedit possimus commodi sint.

+
+
+ +
+
+ +

Ausom Animation

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque cumque suscipit magni consectetur rerum. Officia omnis quisquam consectetur necessitatibus laudantium eligendi, nulla, incidunt eius saepe tempora impedit possimus commodi sint.

+
+
+ +
+
+ +

well Documented

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque cumque suscipit magni consectetur rerum. Officia omnis quisquam consectetur necessitatibus laudantium eligendi, nulla, incidunt eius saepe tempora impedit possimus commodi sint.

+
+
+ + +
+
+
+ +
+
+

What Our Client Say

+ + + +
+ +
+ +
+
+

Our Amizing Prices

+
+
+
+ +

Hosting

+

$40

+
    +
  • Space: 30GB
  • +
  • Email: 20
  • +
  • Ips: 2
  • +
  • Databases: 10
  • +
  • Ftp Accounts: 5
  • +
+ Order Now +
+
+ +
+
+

Vps

+

$50

+
    +
  • Space: 50GB
  • +
  • Email: 30
  • +
  • Ips: 4
  • +
  • Databases: 20
  • +
  • Ftp Accounts: 10
  • +
+ Order Now +
+
+ +
+
+

Dedicated

+

$70

+
    +
  • Space: 70GB
  • +
  • Email: 25
  • +
  • Ips: 6
  • +
  • Databases: 30
  • +
  • Ftp Accounts: 15
  • +
+ Order Now +
+
+ +
+
+

Cloud

+

$90

+
    +
  • Space: 90GB
  • +
  • Email: 40
  • +
  • Ips: 10
  • +
  • Databases: 40
  • +
  • Ftp Accounts: 25
  • +
+ Order Now +
+
+
+
+
+ +
+
+
+

Meet Our Awosome Team

+
+ +
+
Amine +

Amine

+

front-end devloper

+ + + + +
+
+ +
+
massi +

Massi

+

UI/UX designer

+ + + + +
+
+ + +
+
amel +

Amel

+

professional in js

+ + + + +
+
+ + +
+
sarah +

Sarah

+

databases administrator

+ + + + +
+
+ +
+
+
+ +
+ + + +
+
+
+

Our Main Statistics

+
+ +
+
+

9,500

+ Satisfied Users +
+
+ +
+
+

23,675

+ Posted Comments +
+
+ +
+
+

9,500

+ Projects Done +
+
+ +
+
+

32,950

+ Ticket Versed +
+
+
+
+
+
+ +
+
+

Our Skills

+
+ +
+
+
+
+ HTML5/CSS3 +
+
+
+
+ javaScript/jQuery +
+
+
+
+ PHP/MySQL +
+
+
+
+ TeamWork +
+
+
+
+ +
+
+

About the Team

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptas quidem soluta, natus doloribus incidunt. Nihil modi laboriosam repellendus tempore reprehenderit voluptatum, maiores harum quia, provident accusamus quod blanditiis voluptatibus labore.

+ +
+
+
+
+ +
+ +
+
+
+
+ + +

Tell Us What you Fall

+

Fell Free To Contact Us Anytime

+
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+
+
+
+
+ +
+
+

Sponsor

+
+
    +
  • BBC
  • +
  • CNN
  • +
  • Forbes
  • +
  • Technology
  • +
  • Audio
  • +
  • Business
  • +
+
+
+
+ +
+
+
+
+

Sitemap

+
    +
  • Home
  • +
  • Designe
  • +
  • About
  • +
  • Company
  • +
  • Code
  • +
  • Host
  • +
  • Solutions
  • +
  • Contact
  • +
  • Services
  • +
+
    +
  • facebook
  • +
  • twitter
  • +
  • google plus
  • +
  • pinterest
  • +
  • wifi
  • +
  • gmail
  • +
+
+
+

Latest Articals

+
+
+ + network + +
+
+

Network

+ 1er juin 1980 Lancement de CNN Le magnat de l'audiovisuel Ted Turner +
+
+ +
+
+ + designe + +
+
+

designe

+ La particularité du design est qu'il n'existe pas de définition unique et définitive +
+
+
+
+ + Make Money + +
+
+

Make Money

+ Top ways to make money online and offline. No-risk matched betting. +
+
+
+

Our Awesome Work

+ top1 + top2 + top3 + top4 +
+
+
+ +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/js/bootstrap.min.js b/projects/bootstrap test/bootstrap-3.3.7-dist/js/bootstrap.min.js new file mode 100644 index 0000000..9bcd2fc --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/js/bootstrap.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under the MIT license + */ +if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&jdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-mo.width?"left":"left"==h&&k.left-lg.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;jg.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b=e[a]&&(void 0===e[a+1]||b .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/js/html5shiv.min.js b/projects/bootstrap test/bootstrap-3.3.7-dist/js/html5shiv.min.js new file mode 100644 index 0000000..46c2320 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/js/html5shiv.min.js @@ -0,0 +1,917 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + html5shiv/html5shiv.min.js at master · aFarkas/html5shiv · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Skip to content +
+ + + + + + + + +
+ +
+ + +
+ +
+ + + +
+
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + + + + Permalink + + + + + +
+ + +
+ + Branch: + master + + + + + + + +
+ +
+ + Find file + + + Copy path + +
+
+ + +
+ + Find file + + + Copy path + +
+
+ + + + +
+
+ + + aFarkas + + 3.7.3 + + + + e5cb874 + Jul 20, 2015 + +
+ +
+
+ + 2 contributors + + +
+ +

+ Users who have contributed to this file +

+
+ +
+
+ + + @jonathantneal + + @fakundo + + + +
+
+ + + + + +
+ +
+ +
+ 4 lines (4 sloc) + + 2.67 KB +
+ +
+ +
+ Raw + Blame + History +
+ + +
+ + + + + + +
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + +
/**
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document);
+ + + +
+ +
+ + + +
+ + +
+ + +
+
+ + + +
+
+ +
+
+ + +
+ + + + + + +
+ + + You can’t perform that action at this time. +
+ + + + + + + + + + + + + + +
+ + + + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/js/jquery-3.4.1.min.js b/projects/bootstrap test/bootstrap-3.3.7-dist/js/jquery-3.4.1.min.js new file mode 100644 index 0000000..a1c07fd --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/js/jquery-3.4.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 00?o.split("/").slice(0,-1).join("/")+"/":""}(),preventmultitouchscrolling:!0,disablemutationobserver:!1,enableobserver:!0,scrollbarid:!1},v=!1,w=function(){if(v)return v;var e=l.createElement("DIV"),o=e.style,t=navigator.userAgent,r=navigator.platform,i={};return i.haspointerlock="pointerLockElement"in l||"webkitPointerLockElement"in l||"mozPointerLockElement"in l,i.isopera="opera"in a,i.isopera12=i.isopera&&"getUserMedia"in navigator,i.isoperamini="[object OperaMini]"===Object.prototype.toString.call(a.operamini),i.isie="all"in l&&"attachEvent"in e&&!i.isopera,i.isieold=i.isie&&!("msInterpolationMode"in o),i.isie7=i.isie&&!i.isieold&&(!("documentMode"in l)||7===l.documentMode),i.isie8=i.isie&&"documentMode"in l&&8===l.documentMode,i.isie9=i.isie&&"performance"in a&&9===l.documentMode,i.isie10=i.isie&&"performance"in a&&10===l.documentMode,i.isie11="msRequestFullscreen"in e&&l.documentMode>=11,i.ismsedge="msCredentials"in a,i.ismozilla="MozAppearance"in o,i.iswebkit=!i.ismsedge&&"WebkitAppearance"in o,i.ischrome=i.iswebkit&&"chrome"in a,i.ischrome38=i.ischrome&&"touchAction"in o,i.ischrome22=!i.ischrome38&&i.ischrome&&i.haspointerlock,i.ischrome26=!i.ischrome38&&i.ischrome&&"transition"in o,i.cantouch="ontouchstart"in l.documentElement||"ontouchstart"in a,i.hasw3ctouch=(a.PointerEvent||!1)&&(navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0),i.hasmstouch=!i.hasw3ctouch&&(a.MSPointerEvent||!1),i.ismac=/^mac$/i.test(r),i.isios=i.cantouch&&/iphone|ipad|ipod/i.test(r),i.isios4=i.isios&&!("seal"in Object),i.isios7=i.isios&&"webkitHidden"in l,i.isios8=i.isios&&"hidden"in l,i.isios10=i.isios&&a.Proxy,i.isandroid=/android/i.test(t),i.haseventlistener="addEventListener"in e,i.trstyle=!1,i.hastransform=!1,i.hastranslate3d=!1,i.transitionstyle=!1,i.hastransition=!1,i.transitionend=!1,i.trstyle="transform",i.hastransform="transform"in o||function(){for(var e=["msTransform","webkitTransform","MozTransform","OTransform"],t=0,r=e.length;t0;){if(9==e[0].nodeType)return!1;var o=e.css("zIndex");if(!isNaN(o)&&0!==o)return parseInt(o);e=e.parent()}return!1}function x(e,o,t){var r=e.css(o),i=parseFloat(r);if(isNaN(i)){var s=3==(i=I[r]||0)?t?T.win.outerHeight()-T.win.innerHeight():T.win.outerWidth()-T.win.innerWidth():1;return T.isie8&&i&&(i+=1),s?i:0}return i}function S(e,o,t,r){T._bind(e,o,function(r){var i={original:r=r||a.event,target:r.target||r.srcElement,type:"wheel",deltaMode:"MozMousePixelScroll"==r.type?0:1,deltaX:0,deltaZ:0,preventDefault:function(){return r.preventDefault?r.preventDefault():r.returnValue=!1,!1},stopImmediatePropagation:function(){r.stopImmediatePropagation?r.stopImmediatePropagation():r.cancelBubble=!0}};return"mousewheel"==o?(r.wheelDeltaX&&(i.deltaX=-.025*r.wheelDeltaX),r.wheelDeltaY&&(i.deltaY=-.025*r.wheelDeltaY),!i.deltaY&&!i.deltaX&&(i.deltaY=-.025*r.wheelDelta)):i.deltaY=r.detail,t.call(e,i)},r)}function z(e,o,t,r){T.scrollrunning||(T.newscrolly=T.getScrollTop(),T.newscrollx=T.getScrollLeft(),D=f());var i=f()-D;if(D=f(),i>350?A=1:A+=(2-A)/10,e=e*A|0,o=o*A|0,e){if(r)if(e<0){if(T.getScrollLeft()>=T.page.maxw)return!0}else if(T.getScrollLeft()<=0)return!0;var s=e>0?1:-1;X!==s&&(T.scrollmom&&T.scrollmom.stop(),T.newscrollx=T.getScrollLeft(),X=s),T.lastdeltax-=e}if(o){if(function(){var e=T.getScrollTop();if(o<0){if(e>=T.page.maxh)return!0}else if(e<=0)return!0}()){if(M.nativeparentscrolling&&t&&!T.ispage&&!T.zoomactive)return!0;var n=T.view.h>>1;T.newscrolly<-n?(T.newscrolly=-n,o=-1):T.newscrolly>T.page.maxh+n?(T.newscrolly=T.page.maxh+n,o=1):o=0}var l=o>0?1:-1;B!==l&&(T.scrollmom&&T.scrollmom.stop(),T.newscrolly=T.getScrollTop(),B=l),T.lastdeltay-=o}(o||e)&&T.synched("relativexy",function(){var e=T.lastdeltay+T.newscrolly;T.lastdeltay=0;var o=T.lastdeltax+T.newscrollx;T.lastdeltax=0,T.rail.drag||T.doScrollPos(o,e)})}function k(e,o,t){var r,i;return!(t||!q)||(0===e.deltaMode?(r=-e.deltaX*(M.mousescrollstep/54)|0,i=-e.deltaY*(M.mousescrollstep/54)|0):1===e.deltaMode&&(r=-e.deltaX*M.mousescrollstep*50/80|0,i=-e.deltaY*M.mousescrollstep*50/80|0),o&&M.oneaxismousemode&&0===r&&i&&(r=i,i=0,t&&(r<0?T.getScrollLeft()>=T.page.maxw:T.getScrollLeft()<=0)&&(i=r,r=0)),T.isrtlmode&&(r=-r),z(r,i,t,!0)?void(t&&(q=!0)):(q=!1,e.stopImmediatePropagation(),e.preventDefault()))}var T=this;this.version="3.7.6",this.name="nicescroll",this.me=p;var E=n("body"),M=this.opt={doc:E,win:!1};if(n.extend(M,g),M.snapbackspeed=80,e)for(var L in M)void 0!==e[L]&&(M[L]=e[L]);if(M.disablemutationobserver&&(m=!1),this.doc=M.doc,this.iddoc=this.doc&&this.doc[0]?this.doc[0].id||"":"",this.ispage=/^BODY|HTML/.test(M.win?M.win[0].nodeName:this.doc[0].nodeName),this.haswrapper=!1!==M.win,this.win=M.win||(this.ispage?c:this.doc),this.docscroll=this.ispage&&!this.haswrapper?c:this.win,this.body=E,this.viewport=!1,this.isfixed=!1,this.iframe=!1,this.isiframe="IFRAME"==this.doc[0].nodeName&&"IFRAME"==this.win[0].nodeName,this.istextarea="TEXTAREA"==this.win[0].nodeName,this.forcescreen=!1,this.canshowonmouseevent="scroll"!=M.autohidemode,this.onmousedown=!1,this.onmouseup=!1,this.onmousemove=!1,this.onmousewheel=!1,this.onkeypress=!1,this.ongesturezoom=!1,this.onclick=!1,this.onscrollstart=!1,this.onscrollend=!1,this.onscrollcancel=!1,this.onzoomin=!1,this.onzoomout=!1,this.view=!1,this.page=!1,this.scroll={x:0,y:0},this.scrollratio={x:0,y:0},this.cursorheight=20,this.scrollvaluemax=0,"auto"==M.rtlmode){var C=this.win[0]==a?this.body:this.win,N=C.css("writing-mode")||C.css("-webkit-writing-mode")||C.css("-ms-writing-mode")||C.css("-moz-writing-mode");"horizontal-tb"==N||"lr-tb"==N||""===N?(this.isrtlmode="rtl"==C.css("direction"),this.isvertical=!1):(this.isrtlmode="vertical-rl"==N||"tb"==N||"tb-rl"==N||"rl-tb"==N,this.isvertical="vertical-rl"==N||"tb"==N||"tb-rl"==N)}else this.isrtlmode=!0===M.rtlmode,this.isvertical=!1;if(this.scrollrunning=!1,this.scrollmom=!1,this.observer=!1,this.observerremover=!1,this.observerbody=!1,!1!==M.scrollbarid)this.id=M.scrollbarid;else do{this.id="ascrail"+i++}while(l.getElementById(this.id));this.rail=!1,this.cursor=!1,this.cursorfreezed=!1,this.selectiondrag=!1,this.zoom=!1,this.zoomactive=!1,this.hasfocus=!1,this.hasmousefocus=!1,this.railslocked=!1,this.locked=!1,this.hidden=!1,this.cursoractive=!0,this.wheelprevented=!1,this.overflowx=M.overflowx,this.overflowy=M.overflowy,this.nativescrollingarea=!1,this.checkarea=0,this.events=[],this.saved={},this.delaylist={},this.synclist={},this.lastdeltax=0,this.lastdeltay=0,this.detected=w();var P=n.extend({},this.detected);this.canhwscroll=P.hastransform&&M.hwacceleration,this.ishwscroll=this.canhwscroll&&T.haswrapper,this.isrtlmode?this.isvertical?this.hasreversehr=!(P.iswebkit||P.isie||P.isie11):this.hasreversehr=!(P.iswebkit||P.isie&&!P.isie10&&!P.isie11):this.hasreversehr=!1,this.istouchcapable=!1,P.cantouch||!P.hasw3ctouch&&!P.hasmstouch?!P.cantouch||P.isios||P.isandroid||!P.iswebkit&&!P.ismozilla||(this.istouchcapable=!0):this.istouchcapable=!0,M.enablemouselockapi||(P.hasmousecapture=!1,P.haspointerlock=!1),this.debounced=function(e,o,t){T&&(T.delaylist[e]||!1||(T.delaylist[e]={h:u(function(){T.delaylist[e].fn.call(T),T.delaylist[e]=!1},t)},o.call(T)),T.delaylist[e].fn=o)},this.synched=function(e,o){T.synclist[e]?T.synclist[e]=o:(T.synclist[e]=o,u(function(){T&&(T.synclist[e]&&T.synclist[e].call(T),T.synclist[e]=null)}))},this.unsynched=function(e){T.synclist[e]&&(T.synclist[e]=!1)},this.css=function(e,o){for(var t in o)T.saved.css.push([e,t,e.css(t)]),e.css(t,o[t])},this.scrollTop=function(e){return void 0===e?T.getScrollTop():T.setScrollTop(e)},this.scrollLeft=function(e){return void 0===e?T.getScrollLeft():T.setScrollLeft(e)};var R=function(e,o,t,r,i,s,n){this.st=e,this.ed=o,this.spd=t,this.p1=r||0,this.p2=i||1,this.p3=s||0,this.p4=n||1,this.ts=f(),this.df=o-e};if(R.prototype={B2:function(e){return 3*(1-e)*(1-e)*e},B3:function(e){return 3*(1-e)*e*e},B4:function(e){return e*e*e},getPos:function(){return(f()-this.ts)/this.spd},getNow:function(){var e=(f()-this.ts)/this.spd,o=this.B2(e)+this.B3(e)+this.B4(e);return e>=1?this.ed:this.st+this.df*o|0},update:function(e,o){return this.st=this.getNow(),this.ed=e,this.spd=o,this.ts=f(),this.df=this.ed-this.st,this}},this.ishwscroll){this.doc.translate={x:0,y:0,tx:"0px",ty:"0px"},P.hastranslate3d&&P.isios&&this.doc.css("-webkit-backface-visibility","hidden"),this.getScrollTop=function(e){if(!e){var o=v();if(o)return 16==o.length?-o[13]:-o[5];if(T.timerscroll&&T.timerscroll.bz)return T.timerscroll.bz.getNow()}return T.doc.translate.y},this.getScrollLeft=function(e){if(!e){var o=v();if(o)return 16==o.length?-o[12]:-o[4];if(T.timerscroll&&T.timerscroll.bh)return T.timerscroll.bh.getNow()}return T.doc.translate.x},this.notifyScrollEvent=function(e){var o=l.createEvent("UIEvents");o.initUIEvent("scroll",!1,!1,a,1),o.niceevent=!0,e.dispatchEvent(o)};var _=this.isrtlmode?1:-1;P.hastranslate3d&&M.enabletranslate3d?(this.setScrollTop=function(e,o){T.doc.translate.y=e,T.doc.translate.ty=-1*e+"px",T.doc.css(P.trstyle,"translate3d("+T.doc.translate.tx+","+T.doc.translate.ty+",0)"),o||T.notifyScrollEvent(T.win[0])},this.setScrollLeft=function(e,o){T.doc.translate.x=e,T.doc.translate.tx=e*_+"px",T.doc.css(P.trstyle,"translate3d("+T.doc.translate.tx+","+T.doc.translate.ty+",0)"),o||T.notifyScrollEvent(T.win[0])}):(this.setScrollTop=function(e,o){T.doc.translate.y=e,T.doc.translate.ty=-1*e+"px",T.doc.css(P.trstyle,"translate("+T.doc.translate.tx+","+T.doc.translate.ty+")"),o||T.notifyScrollEvent(T.win[0])},this.setScrollLeft=function(e,o){T.doc.translate.x=e,T.doc.translate.tx=e*_+"px",T.doc.css(P.trstyle,"translate("+T.doc.translate.tx+","+T.doc.translate.ty+")"),o||T.notifyScrollEvent(T.win[0])})}else this.getScrollTop=function(){return T.docscroll.scrollTop()},this.setScrollTop=function(e){T.docscroll.scrollTop(e)},this.getScrollLeft=function(){return T.hasreversehr?T.detected.ismozilla?T.page.maxw-Math.abs(T.docscroll.scrollLeft()):T.page.maxw-T.docscroll.scrollLeft():T.docscroll.scrollLeft()},this.setScrollLeft=function(e){return setTimeout(function(){if(T)return T.hasreversehr&&(e=T.detected.ismozilla?-(T.page.maxw-e):T.page.maxw-e),T.docscroll.scrollLeft(e)},1)};this.getTarget=function(e){return!!e&&(e.target?e.target:!!e.srcElement&&e.srcElement)},this.hasParent=function(e,o){if(!e)return!1;for(var t=e.target||e.srcElement||e||!1;t&&t.id!=o;)t=t.parentNode||!1;return!1!==t};var I={thin:1,medium:3,thick:5};this.getDocumentScrollOffset=function(){return{top:a.pageYOffset||l.documentElement.scrollTop,left:a.pageXOffset||l.documentElement.scrollLeft}},this.getOffset=function(){if(T.isfixed){var e=T.win.offset(),o=T.getDocumentScrollOffset();return e.top-=o.top,e.left-=o.left,e}var t=T.win.offset();if(!T.viewport)return t;var r=T.viewport.offset();return{top:t.top-r.top,left:t.left-r.left}},this.updateScrollBar=function(e){var o,t;if(T.ishwscroll)T.rail.css({height:T.win.innerHeight()-(M.railpadding.top+M.railpadding.bottom)}),T.railh&&T.railh.css({width:T.win.innerWidth()-(M.railpadding.left+M.railpadding.right)});else{var r=T.getOffset();if(o={top:r.top,left:r.left-(M.railpadding.left+M.railpadding.right)},o.top+=x(T.win,"border-top-width",!0),o.left+=T.rail.align?T.win.outerWidth()-x(T.win,"border-right-width")-T.rail.width:x(T.win,"border-left-width"),(t=M.railoffset)&&(t.top&&(o.top+=t.top),t.left&&(o.left+=t.left)),T.railslocked||T.rail.css({top:o.top,left:o.left,height:(e?e.h:T.win.innerHeight())-(M.railpadding.top+M.railpadding.bottom)}),T.zoom&&T.zoom.css({top:o.top+1,left:1==T.rail.align?o.left-20:o.left+T.rail.width+4}),T.railh&&!T.railslocked){o={top:r.top,left:r.left},(t=M.railhoffset)&&(t.top&&(o.top+=t.top),t.left&&(o.left+=t.left));var i=T.railh.align?o.top+x(T.win,"border-top-width",!0)+T.win.innerHeight()-T.railh.height:o.top+x(T.win,"border-top-width",!0),s=o.left+x(T.win,"border-left-width");T.railh.css({top:i-(M.railpadding.top+M.railpadding.bottom),left:s,width:T.railh.width})}}},this.doRailClick=function(e,o,t){var r,i,s,n;T.railslocked||(T.cancelEvent(e),"pageY"in e||(e.pageX=e.clientX+l.documentElement.scrollLeft,e.pageY=e.clientY+l.documentElement.scrollTop),o?(r=t?T.doScrollLeft:T.doScrollTop,s=t?(e.pageX-T.railh.offset().left-T.cursorwidth/2)*T.scrollratio.x:(e.pageY-T.rail.offset().top-T.cursorheight/2)*T.scrollratio.y,T.unsynched("relativexy"),r(0|s)):(r=t?T.doScrollLeftBy:T.doScrollBy,s=t?T.scroll.x:T.scroll.y,n=t?e.pageX-T.railh.offset().left:e.pageY-T.rail.offset().top,i=t?T.view.w:T.view.h,r(s>=n?i:-i)))},T.newscrolly=T.newscrollx=0,T.hasanimationframe="requestAnimationFrame"in a,T.hascancelanimationframe="cancelAnimationFrame"in a,T.hasborderbox=!1,this.init=function(){if(T.saved.css=[],P.isoperamini)return!0;if(P.isandroid&&!("hidden"in l))return!0;M.emulatetouch=M.emulatetouch||M.touchbehavior,T.hasborderbox=a.getComputedStyle&&"border-box"===a.getComputedStyle(l.body)["box-sizing"];var e={"overflow-y":"hidden"};if((P.isie11||P.isie10)&&(e["-ms-overflow-style"]="none"),T.ishwscroll&&(this.doc.css(P.transitionstyle,P.prefixstyle+"transform 0ms ease-out"),P.transitionend&&T.bind(T.doc,P.transitionend,T.onScrollTransitionEnd,!1)),T.zindex="auto",T.ispage||"auto"!=M.zindex?T.zindex=M.zindex:T.zindex=b()||"auto",!T.ispage&&"auto"!=T.zindex&&T.zindex>s&&(s=T.zindex),T.isie&&0===T.zindex&&"auto"==M.zindex&&(T.zindex="auto"),!T.ispage||!P.isieold){var i=T.docscroll;T.ispage&&(i=T.haswrapper?T.win:T.doc),T.css(i,e),T.ispage&&(P.isie11||P.isie)&&T.css(n("html"),e),!P.isios||T.ispage||T.haswrapper||T.css(E,{"-webkit-overflow-scrolling":"touch"});var d=n(l.createElement("div"));d.css({position:"relative",top:0,float:"right",width:M.cursorwidth,height:0,"background-color":M.cursorcolor,border:M.cursorborder,"background-clip":"padding-box","-webkit-border-radius":M.cursorborderradius,"-moz-border-radius":M.cursorborderradius,"border-radius":M.cursorborderradius}),d.addClass("nicescroll-cursors"),T.cursor=d;var u=n(l.createElement("div"));u.attr("id",T.id),u.addClass("nicescroll-rails nicescroll-rails-vr");var h,p,f=["left","right","top","bottom"];for(var g in f)p=f[g],(h=M.railpadding[p]||0)&&u.css("padding-"+p,h+"px");u.append(d),u.width=Math.max(parseFloat(M.cursorwidth),d.outerWidth()),u.css({width:u.width+"px",zIndex:T.zindex,background:M.background,cursor:"default"}),u.visibility=!0,u.scrollable=!0,u.align="left"==M.railalign?0:1,T.rail=u,T.rail.drag=!1;var v=!1;!M.boxzoom||T.ispage||P.isieold||(v=l.createElement("div"),T.bind(v,"click",T.doZoom),T.bind(v,"mouseenter",function(){T.zoom.css("opacity",M.cursoropacitymax)}),T.bind(v,"mouseleave",function(){T.zoom.css("opacity",M.cursoropacitymin)}),T.zoom=n(v),T.zoom.css({cursor:"pointer",zIndex:T.zindex,backgroundImage:"url("+M.scriptpath+"zoomico.png)",height:18,width:18,backgroundPosition:"0 0"}),M.dblclickzoom&&T.bind(T.win,"dblclick",T.doZoom),P.cantouch&&M.gesturezoom&&(T.ongesturezoom=function(e){return e.scale>1.5&&T.doZoomIn(e),e.scale<.8&&T.doZoomOut(e),T.cancelEvent(e)},T.bind(T.win,"gestureend",T.ongesturezoom))),T.railh=!1;var w;if(M.horizrailenabled&&(T.css(i,{overflowX:"hidden"}),(d=n(l.createElement("div"))).css({position:"absolute",top:0,height:M.cursorwidth,width:0,backgroundColor:M.cursorcolor,border:M.cursorborder,backgroundClip:"padding-box","-webkit-border-radius":M.cursorborderradius,"-moz-border-radius":M.cursorborderradius,"border-radius":M.cursorborderradius}),P.isieold&&d.css("overflow","hidden"),d.addClass("nicescroll-cursors"),T.cursorh=d,(w=n(l.createElement("div"))).attr("id",T.id+"-hr"),w.addClass("nicescroll-rails nicescroll-rails-hr"),w.height=Math.max(parseFloat(M.cursorwidth),d.outerHeight()),w.css({height:w.height+"px",zIndex:T.zindex,background:M.background}),w.append(d),w.visibility=!0,w.scrollable=!0,w.align="top"==M.railvalign?0:1,T.railh=w,T.railh.drag=!1),T.ispage)u.css({position:"fixed",top:0,height:"100%"}),u.css(u.align?{right:0}:{left:0}),T.body.append(u),T.railh&&(w.css({position:"fixed",left:0,width:"100%"}),w.css(w.align?{bottom:0}:{top:0}),T.body.append(w));else{if(T.ishwscroll){"static"==T.win.css("position")&&T.css(T.win,{position:"relative"});var x="HTML"==T.win[0].nodeName?T.body:T.win;n(x).scrollTop(0).scrollLeft(0),T.zoom&&(T.zoom.css({position:"absolute",top:1,right:0,"margin-right":u.width+4}),x.append(T.zoom)),u.css({position:"absolute",top:0}),u.css(u.align?{right:0}:{left:0}),x.append(u),w&&(w.css({position:"absolute",left:0,bottom:0}),w.css(w.align?{bottom:0}:{top:0}),x.append(w))}else{T.isfixed="fixed"==T.win.css("position");var S=T.isfixed?"fixed":"absolute";T.isfixed||(T.viewport=T.getViewport(T.win[0])),T.viewport&&(T.body=T.viewport,/fixed|absolute/.test(T.viewport.css("position"))||T.css(T.viewport,{position:"relative"})),u.css({position:S}),T.zoom&&T.zoom.css({position:S}),T.updateScrollBar(),T.body.append(u),T.zoom&&T.body.append(T.zoom),T.railh&&(w.css({position:S}),T.body.append(w))}P.isios&&T.css(T.win,{"-webkit-tap-highlight-color":"rgba(0,0,0,0)","-webkit-touch-callout":"none"}),M.disableoutline&&(P.isie&&T.win.attr("hideFocus","true"),P.iswebkit&&T.win.css("outline","none"))}if(!1===M.autohidemode?(T.autohidedom=!1,T.rail.css({opacity:M.cursoropacitymax}),T.railh&&T.railh.css({opacity:M.cursoropacitymax})):!0===M.autohidemode||"leave"===M.autohidemode?(T.autohidedom=n().add(T.rail),P.isie8&&(T.autohidedom=T.autohidedom.add(T.cursor)),T.railh&&(T.autohidedom=T.autohidedom.add(T.railh)),T.railh&&P.isie8&&(T.autohidedom=T.autohidedom.add(T.cursorh))):"scroll"==M.autohidemode?(T.autohidedom=n().add(T.rail),T.railh&&(T.autohidedom=T.autohidedom.add(T.railh))):"cursor"==M.autohidemode?(T.autohidedom=n().add(T.cursor),T.railh&&(T.autohidedom=T.autohidedom.add(T.cursorh))):"hidden"==M.autohidemode&&(T.autohidedom=!1,T.hide(),T.railslocked=!1),P.cantouch||T.istouchcapable||M.emulatetouch||P.hasmstouch){T.scrollmom=new y(T);T.ontouchstart=function(e){if(T.locked)return!1;if(e.pointerType&&("mouse"===e.pointerType||e.pointerType===e.MSPOINTER_TYPE_MOUSE))return!1;if(T.hasmoving=!1,T.scrollmom.timer&&(T.triggerScrollEnd(),T.scrollmom.stop()),!T.railslocked){var o=T.getTarget(e);if(o&&/INPUT/i.test(o.nodeName)&&/range/i.test(o.type))return T.stopPropagation(e);var t="mousedown"===e.type;if(!("clientX"in e)&&"changedTouches"in e&&(e.clientX=e.changedTouches[0].clientX,e.clientY=e.changedTouches[0].clientY),T.forcescreen){var r=e;(e={original:e.original?e.original:e}).clientX=r.screenX,e.clientY=r.screenY}if(T.rail.drag={x:e.clientX,y:e.clientY,sx:T.scroll.x,sy:T.scroll.y,st:T.getScrollTop(),sl:T.getScrollLeft(),pt:2,dl:!1,tg:o},T.ispage||!M.directionlockdeadzone)T.rail.drag.dl="f";else{var i={w:c.width(),h:c.height()},s=T.getContentSize(),l=s.h-i.h,a=s.w-i.w;T.rail.scrollable&&!T.railh.scrollable?T.rail.drag.ck=l>0&&"v":!T.rail.scrollable&&T.railh.scrollable?T.rail.drag.ck=a>0&&"h":T.rail.drag.ck=!1}if(M.emulatetouch&&T.isiframe&&P.isie){var d=T.win.position();T.rail.drag.x+=d.left,T.rail.drag.y+=d.top}if(T.hasmoving=!1,T.lastmouseup=!1,T.scrollmom.reset(e.clientX,e.clientY),o&&t){if(!/INPUT|SELECT|BUTTON|TEXTAREA/i.test(o.nodeName))return P.hasmousecapture&&o.setCapture(),M.emulatetouch?(o.onclick&&!o._onclick&&(o._onclick=o.onclick,o.onclick=function(e){if(T.hasmoving)return!1;o._onclick.call(this,e)}),T.cancelEvent(e)):T.stopPropagation(e);/SUBMIT|CANCEL|BUTTON/i.test(n(o).attr("type"))&&(T.preventclick={tg:o,click:!1})}}},T.ontouchend=function(e){if(!T.rail.drag)return!0;if(2==T.rail.drag.pt){if(e.pointerType&&("mouse"===e.pointerType||e.pointerType===e.MSPOINTER_TYPE_MOUSE))return!1;T.rail.drag=!1;var o="mouseup"===e.type;if(T.hasmoving&&(T.scrollmom.doMomentum(),T.lastmouseup=!0,T.hideCursor(),P.hasmousecapture&&l.releaseCapture(),o))return T.cancelEvent(e)}else if(1==T.rail.drag.pt)return T.onmouseup(e)};var z=M.emulatetouch&&T.isiframe&&!P.hasmousecapture,k=.3*M.directionlockdeadzone|0;T.ontouchmove=function(e,o){if(!T.rail.drag)return!0;if(e.targetTouches&&M.preventmultitouchscrolling&&e.targetTouches.length>1)return!0;if(e.pointerType&&("mouse"===e.pointerType||e.pointerType===e.MSPOINTER_TYPE_MOUSE))return!0;if(2==T.rail.drag.pt){"changedTouches"in e&&(e.clientX=e.changedTouches[0].clientX,e.clientY=e.changedTouches[0].clientY);var t,r;if(r=t=0,z&&!o){var i=T.win.position();r=-i.left,t=-i.top}var s=e.clientY+t,n=s-T.rail.drag.y,a=e.clientX+r,c=a-T.rail.drag.x,d=T.rail.drag.st-n;if(T.ishwscroll&&M.bouncescroll)d<0?d=Math.round(d/2):d>T.page.maxh&&(d=T.page.maxh+Math.round((d-T.page.maxh)/2));else if(d<0?(d=0,s=0):d>T.page.maxh&&(d=T.page.maxh,s=0),0===s&&!T.hasmoving)return T.ispage||(T.rail.drag=!1),!0;var u=T.getScrollLeft();if(T.railh&&T.railh.scrollable&&(u=T.isrtlmode?c-T.rail.drag.sl:T.rail.drag.sl-c,T.ishwscroll&&M.bouncescroll?u<0?u=Math.round(u/2):u>T.page.maxw&&(u=T.page.maxw+Math.round((u-T.page.maxw)/2)):(u<0&&(u=0,a=0),u>T.page.maxw&&(u=T.page.maxw,a=0))),!T.hasmoving){if(T.rail.drag.y===e.clientY&&T.rail.drag.x===e.clientX)return T.cancelEvent(e);var h=Math.abs(n),p=Math.abs(c),m=M.directionlockdeadzone;if(T.rail.drag.ck?"v"==T.rail.drag.ck?p>m&&h<=k?T.rail.drag=!1:h>m&&(T.rail.drag.dl="v"):"h"==T.rail.drag.ck&&(h>m&&p<=k?T.rail.drag=!1:p>m&&(T.rail.drag.dl="h")):h>m&&p>m?T.rail.drag.dl="f":h>m?T.rail.drag.dl=p>k?"f":"v":p>m&&(T.rail.drag.dl=h>k?"f":"h"),!T.rail.drag.dl)return T.cancelEvent(e);T.triggerScrollStart(e.clientX,e.clientY,0,0,0),T.hasmoving=!0}return T.preventclick&&!T.preventclick.click&&(T.preventclick.click=T.preventclick.tg.onclick||!1,T.preventclick.tg.onclick=T.onpreventclick),T.rail.drag.dl&&("v"==T.rail.drag.dl?u=T.rail.drag.sl:"h"==T.rail.drag.dl&&(d=T.rail.drag.st)),T.synched("touchmove",function(){T.rail.drag&&2==T.rail.drag.pt&&(T.prepareTransition&&T.resetTransition(),T.rail.scrollable&&T.setScrollTop(d),T.scrollmom.update(a,s),T.railh&&T.railh.scrollable?(T.setScrollLeft(u),T.showCursor(d,u)):T.showCursor(d),P.isie10&&l.selection.clear())}),T.cancelEvent(e)}return 1==T.rail.drag.pt?T.onmousemove(e):void 0},T.ontouchstartCursor=function(e,o){if(!T.rail.drag||3==T.rail.drag.pt){if(T.locked)return T.cancelEvent(e);T.cancelScroll(),T.rail.drag={x:e.touches[0].clientX,y:e.touches[0].clientY,sx:T.scroll.x,sy:T.scroll.y,pt:3,hr:!!o};var t=T.getTarget(e);return!T.ispage&&P.hasmousecapture&&t.setCapture(),T.isiframe&&!P.hasmousecapture&&(T.saved.csspointerevents=T.doc.css("pointer-events"),T.css(T.doc,{"pointer-events":"none"})),T.cancelEvent(e)}},T.ontouchendCursor=function(e){if(T.rail.drag){if(P.hasmousecapture&&l.releaseCapture(),T.isiframe&&!P.hasmousecapture&&T.doc.css("pointer-events",T.saved.csspointerevents),3!=T.rail.drag.pt)return;return T.rail.drag=!1,T.cancelEvent(e)}},T.ontouchmoveCursor=function(e){if(T.rail.drag){if(3!=T.rail.drag.pt)return;if(T.cursorfreezed=!0,T.rail.drag.hr){T.scroll.x=T.rail.drag.sx+(e.touches[0].clientX-T.rail.drag.x),T.scroll.x<0&&(T.scroll.x=0);var o=T.scrollvaluemaxw;T.scroll.x>o&&(T.scroll.x=o)}else{T.scroll.y=T.rail.drag.sy+(e.touches[0].clientY-T.rail.drag.y),T.scroll.y<0&&(T.scroll.y=0);var t=T.scrollvaluemax;T.scroll.y>t&&(T.scroll.y=t)}return T.synched("touchmove",function(){T.rail.drag&&3==T.rail.drag.pt&&(T.showCursor(),T.rail.drag.hr?T.doScrollLeft(Math.round(T.scroll.x*T.scrollratio.x),M.cursordragspeed):T.doScrollTop(Math.round(T.scroll.y*T.scrollratio.y),M.cursordragspeed))}),T.cancelEvent(e)}}}if(T.onmousedown=function(e,o){if(!T.rail.drag||1==T.rail.drag.pt){if(T.railslocked)return T.cancelEvent(e);T.cancelScroll(),T.rail.drag={x:e.clientX,y:e.clientY,sx:T.scroll.x,sy:T.scroll.y,pt:1,hr:o||!1};var t=T.getTarget(e);return P.hasmousecapture&&t.setCapture(),T.isiframe&&!P.hasmousecapture&&(T.saved.csspointerevents=T.doc.css("pointer-events"),T.css(T.doc,{"pointer-events":"none"})),T.hasmoving=!1,T.cancelEvent(e)}},T.onmouseup=function(e){if(T.rail.drag)return 1!=T.rail.drag.pt||(P.hasmousecapture&&l.releaseCapture(),T.isiframe&&!P.hasmousecapture&&T.doc.css("pointer-events",T.saved.csspointerevents),T.rail.drag=!1,T.cursorfreezed=!1,T.hasmoving&&T.triggerScrollEnd(),T.cancelEvent(e))},T.onmousemove=function(e){if(T.rail.drag){if(1!==T.rail.drag.pt)return;if(P.ischrome&&0===e.which)return T.onmouseup(e);if(T.cursorfreezed=!0,T.hasmoving||T.triggerScrollStart(e.clientX,e.clientY,0,0,0),T.hasmoving=!0,T.rail.drag.hr){T.scroll.x=T.rail.drag.sx+(e.clientX-T.rail.drag.x),T.scroll.x<0&&(T.scroll.x=0);var o=T.scrollvaluemaxw;T.scroll.x>o&&(T.scroll.x=o)}else{T.scroll.y=T.rail.drag.sy+(e.clientY-T.rail.drag.y),T.scroll.y<0&&(T.scroll.y=0);var t=T.scrollvaluemax;T.scroll.y>t&&(T.scroll.y=t)}return T.synched("mousemove",function(){T.cursorfreezed&&(T.showCursor(),T.rail.drag.hr?T.scrollLeft(Math.round(T.scroll.x*T.scrollratio.x)):T.scrollTop(Math.round(T.scroll.y*T.scrollratio.y)))}),T.cancelEvent(e)}T.checkarea=0},P.cantouch||M.emulatetouch)T.onpreventclick=function(e){if(T.preventclick)return T.preventclick.tg.onclick=T.preventclick.click,T.preventclick=!1,T.cancelEvent(e)},T.onclick=!P.isios&&function(e){return!T.lastmouseup||(T.lastmouseup=!1,T.cancelEvent(e))},M.grabcursorenabled&&P.cursorgrabvalue&&(T.css(T.ispage?T.doc:T.win,{cursor:P.cursorgrabvalue}),T.css(T.rail,{cursor:P.cursorgrabvalue}));else{var L=function(e){if(T.selectiondrag){if(e){var o=T.win.outerHeight(),t=e.pageY-T.selectiondrag.top;t>0&&t=o&&(t-=o),T.selectiondrag.df=t}if(0!==T.selectiondrag.df){var r=-2*T.selectiondrag.df/6|0;T.doScrollBy(r),T.debounced("doselectionscroll",function(){L()},50)}}};T.hasTextSelected="getSelection"in l?function(){return l.getSelection().rangeCount>0}:"selection"in l?function(){return"None"!=l.selection.type}:function(){return!1},T.onselectionstart=function(e){T.ispage||(T.selectiondrag=T.win.offset())},T.onselectionend=function(e){T.selectiondrag=!1},T.onselectiondrag=function(e){T.selectiondrag&&T.hasTextSelected()&&T.debounced("selectionscroll",function(){L(e)},250)}}if(P.hasw3ctouch?(T.css(T.ispage?n("html"):T.win,{"touch-action":"none"}),T.css(T.rail,{"touch-action":"none"}),T.css(T.cursor,{"touch-action":"none"}),T.bind(T.win,"pointerdown",T.ontouchstart),T.bind(l,"pointerup",T.ontouchend),T.delegate(l,"pointermove",T.ontouchmove)):P.hasmstouch?(T.css(T.ispage?n("html"):T.win,{"-ms-touch-action":"none"}),T.css(T.rail,{"-ms-touch-action":"none"}),T.css(T.cursor,{"-ms-touch-action":"none"}),T.bind(T.win,"MSPointerDown",T.ontouchstart),T.bind(l,"MSPointerUp",T.ontouchend),T.delegate(l,"MSPointerMove",T.ontouchmove),T.bind(T.cursor,"MSGestureHold",function(e){e.preventDefault()}),T.bind(T.cursor,"contextmenu",function(e){e.preventDefault()})):P.cantouch&&(T.bind(T.win,"touchstart",T.ontouchstart,!1,!0),T.bind(l,"touchend",T.ontouchend,!1,!0),T.bind(l,"touchcancel",T.ontouchend,!1,!0),T.delegate(l,"touchmove",T.ontouchmove,!1,!0)),M.emulatetouch&&(T.bind(T.win,"mousedown",T.ontouchstart,!1,!0),T.bind(l,"mouseup",T.ontouchend,!1,!0),T.bind(l,"mousemove",T.ontouchmove,!1,!0)),(M.cursordragontouch||!P.cantouch&&!M.emulatetouch)&&(T.rail.css({cursor:"default"}),T.railh&&T.railh.css({cursor:"default"}),T.jqbind(T.rail,"mouseenter",function(){if(!T.ispage&&!T.win.is(":visible"))return!1;T.canshowonmouseevent&&T.showCursor(),T.rail.active=!0}),T.jqbind(T.rail,"mouseleave",function(){T.rail.active=!1,T.rail.drag||T.hideCursor()}),M.sensitiverail&&(T.bind(T.rail,"click",function(e){T.doRailClick(e,!1,!1)}),T.bind(T.rail,"dblclick",function(e){T.doRailClick(e,!0,!1)}),T.bind(T.cursor,"click",function(e){T.cancelEvent(e)}),T.bind(T.cursor,"dblclick",function(e){T.cancelEvent(e)})),T.railh&&(T.jqbind(T.railh,"mouseenter",function(){if(!T.ispage&&!T.win.is(":visible"))return!1;T.canshowonmouseevent&&T.showCursor(),T.rail.active=!0}),T.jqbind(T.railh,"mouseleave",function(){T.rail.active=!1,T.rail.drag||T.hideCursor()}),M.sensitiverail&&(T.bind(T.railh,"click",function(e){T.doRailClick(e,!1,!0)}),T.bind(T.railh,"dblclick",function(e){T.doRailClick(e,!0,!0)}),T.bind(T.cursorh,"click",function(e){T.cancelEvent(e)}),T.bind(T.cursorh,"dblclick",function(e){T.cancelEvent(e)})))),M.cursordragontouch&&(this.istouchcapable||P.cantouch)&&(T.bind(T.cursor,"touchstart",T.ontouchstartCursor),T.bind(T.cursor,"touchmove",T.ontouchmoveCursor),T.bind(T.cursor,"touchend",T.ontouchendCursor),T.cursorh&&T.bind(T.cursorh,"touchstart",function(e){T.ontouchstartCursor(e,!0)}),T.cursorh&&T.bind(T.cursorh,"touchmove",T.ontouchmoveCursor),T.cursorh&&T.bind(T.cursorh,"touchend",T.ontouchendCursor)),M.emulatetouch||P.isandroid||P.isios?(T.bind(P.hasmousecapture?T.win:l,"mouseup",T.ontouchend),T.onclick&&T.bind(l,"click",T.onclick),M.cursordragontouch?(T.bind(T.cursor,"mousedown",T.onmousedown),T.bind(T.cursor,"mouseup",T.onmouseup),T.cursorh&&T.bind(T.cursorh,"mousedown",function(e){T.onmousedown(e,!0)}),T.cursorh&&T.bind(T.cursorh,"mouseup",T.onmouseup)):(T.bind(T.rail,"mousedown",function(e){e.preventDefault()}),T.railh&&T.bind(T.railh,"mousedown",function(e){e.preventDefault()}))):(T.bind(P.hasmousecapture?T.win:l,"mouseup",T.onmouseup),T.bind(l,"mousemove",T.onmousemove),T.onclick&&T.bind(l,"click",T.onclick),T.bind(T.cursor,"mousedown",T.onmousedown),T.bind(T.cursor,"mouseup",T.onmouseup),T.railh&&(T.bind(T.cursorh,"mousedown",function(e){T.onmousedown(e,!0)}),T.bind(T.cursorh,"mouseup",T.onmouseup)),!T.ispage&&M.enablescrollonselection&&(T.bind(T.win[0],"mousedown",T.onselectionstart),T.bind(l,"mouseup",T.onselectionend),T.bind(T.cursor,"mouseup",T.onselectionend),T.cursorh&&T.bind(T.cursorh,"mouseup",T.onselectionend),T.bind(l,"mousemove",T.onselectiondrag)),T.zoom&&(T.jqbind(T.zoom,"mouseenter",function(){T.canshowonmouseevent&&T.showCursor(),T.rail.active=!0}),T.jqbind(T.zoom,"mouseleave",function(){T.rail.active=!1,T.rail.drag||T.hideCursor()}))),M.enablemousewheel&&(T.isiframe||T.mousewheel(P.isie&&T.ispage?l:T.win,T.onmousewheel),T.mousewheel(T.rail,T.onmousewheel),T.railh&&T.mousewheel(T.railh,T.onmousewheelhr)),T.ispage||P.cantouch||/HTML|^BODY/.test(T.win[0].nodeName)||(T.win.attr("tabindex")||T.win.attr({tabindex:++r}),T.bind(T.win,"focus",function(e){o=T.getTarget(e).id||T.getTarget(e)||!1,T.hasfocus=!0,T.canshowonmouseevent&&T.noticeCursor()}),T.bind(T.win,"blur",function(e){o=!1,T.hasfocus=!1}),T.bind(T.win,"mouseenter",function(e){t=T.getTarget(e).id||T.getTarget(e)||!1,T.hasmousefocus=!0,T.canshowonmouseevent&&T.noticeCursor()}),T.bind(T.win,"mouseleave",function(e){t=!1,T.hasmousefocus=!1,T.rail.drag||T.hideCursor()})),T.onkeypress=function(e){if(T.railslocked&&0===T.page.maxh)return!0;e=e||a.event;var r=T.getTarget(e);if(r&&/INPUT|TEXTAREA|SELECT|OPTION/.test(r.nodeName)&&(!(r.getAttribute("type")||r.type||!1)||!/submit|button|cancel/i.tp))return!0;if(n(r).attr("contenteditable"))return!0;if(T.hasfocus||T.hasmousefocus&&!o||T.ispage&&!o&&!t){var i=e.keyCode;if(T.railslocked&&27!=i)return T.cancelEvent(e);var s=e.ctrlKey||!1,l=e.shiftKey||!1,c=!1;switch(i){case 38:case 63233:T.doScrollBy(72),c=!0;break;case 40:case 63235:T.doScrollBy(-72),c=!0;break;case 37:case 63232:T.railh&&(s?T.doScrollLeft(0):T.doScrollLeftBy(72),c=!0);break;case 39:case 63234:T.railh&&(s?T.doScrollLeft(T.page.maxw):T.doScrollLeftBy(-72),c=!0);break;case 33:case 63276:T.doScrollBy(T.view.h),c=!0;break;case 34:case 63277:T.doScrollBy(-T.view.h),c=!0;break;case 36:case 63273:T.railh&&s?T.doScrollPos(0,0):T.doScrollTo(0),c=!0;break;case 35:case 63275:T.railh&&s?T.doScrollPos(T.page.maxw,T.page.maxh):T.doScrollTo(T.page.maxh),c=!0;break;case 32:M.spacebarenabled&&(l?T.doScrollBy(T.view.h):T.doScrollBy(-T.view.h),c=!0);break;case 27:T.zoomactive&&(T.doZoom(),c=!0)}if(c)return T.cancelEvent(e)}},M.enablekeyboard&&T.bind(l,P.isopera&&!P.isopera12?"keypress":"keydown",T.onkeypress),T.bind(l,"keydown",function(e){(e.ctrlKey||!1)&&(T.wheelprevented=!0)}),T.bind(l,"keyup",function(e){e.ctrlKey||!1||(T.wheelprevented=!1)}),T.bind(a,"blur",function(e){T.wheelprevented=!1}),T.bind(a,"resize",T.onscreenresize),T.bind(a,"orientationchange",T.onscreenresize),T.bind(a,"load",T.lazyResize),P.ischrome&&!T.ispage&&!T.haswrapper){var C=T.win.attr("style"),N=parseFloat(T.win.css("width"))+1;T.win.css("width",N),T.synched("chromefix",function(){T.win.attr("style",C)})}if(T.onAttributeChange=function(e){T.lazyResize(T.isieold?250:30)},M.enableobserver&&(T.isie11||!1===m||(T.observerbody=new m(function(e){if(e.forEach(function(e){if("attributes"==e.type)return E.hasClass("modal-open")&&E.hasClass("modal-dialog")&&!n.contains(n(".modal-dialog")[0],T.doc[0])?T.hide():T.show()}),T.me.clientWidth!=T.page.width||T.me.clientHeight!=T.page.height)return T.lazyResize(30)}),T.observerbody.observe(l.body,{childList:!0,subtree:!0,characterData:!1,attributes:!0,attributeFilter:["class"]})),!T.ispage&&!T.haswrapper)){var R=T.win[0];!1!==m?(T.observer=new m(function(e){e.forEach(T.onAttributeChange)}),T.observer.observe(R,{childList:!0,characterData:!1,attributes:!0,subtree:!1}),T.observerremover=new m(function(e){e.forEach(function(e){if(e.removedNodes.length>0)for(var o in e.removedNodes)if(T&&e.removedNodes[o]===R)return T.remove()})}),T.observerremover.observe(R.parentNode,{childList:!0,characterData:!1,attributes:!1,subtree:!1})):(T.bind(R,P.isie&&!P.isie9?"propertychange":"DOMAttrModified",T.onAttributeChange),P.isie9&&R.attachEvent("onpropertychange",T.onAttributeChange),T.bind(R,"DOMNodeRemoved",function(e){e.target===R&&T.remove()}))}!T.ispage&&M.boxzoom&&T.bind(a,"resize",T.resizeZoom),T.istextarea&&(T.bind(T.win,"keydown",T.lazyResize),T.bind(T.win,"mouseup",T.lazyResize)),T.lazyResize(30)}if("IFRAME"==this.doc[0].nodeName){var _=function(){T.iframexd=!1;var o;try{(o="contentDocument"in this?this.contentDocument:this.contentWindow._doc).domain}catch(e){T.iframexd=!0,o=!1}if(T.iframexd)return"console"in a&&console.log("NiceScroll error: policy restriced iframe"),!0;if(T.forcescreen=!0,T.isiframe&&(T.iframe={doc:n(o),html:T.doc.contents().find("html")[0],body:T.doc.contents().find("body")[0]},T.getContentSize=function(){return{w:Math.max(T.iframe.html.scrollWidth,T.iframe.body.scrollWidth),h:Math.max(T.iframe.html.scrollHeight,T.iframe.body.scrollHeight)}},T.docscroll=n(T.iframe.body)),!P.isios&&M.iframeautoresize&&!T.isiframe){T.win.scrollTop(0),T.doc.height("");var t=Math.max(o.getElementsByTagName("html")[0].scrollHeight,o.body.scrollHeight);T.doc.height(t)}T.lazyResize(30),T.css(n(T.iframe.body),e),P.isios&&T.haswrapper&&T.css(n(o.body),{"-webkit-transform":"translate3d(0,0,0)"}),"contentWindow"in this?T.bind(this.contentWindow,"scroll",T.onscroll):T.bind(o,"scroll",T.onscroll),M.enablemousewheel&&T.mousewheel(o,T.onmousewheel),M.enablekeyboard&&T.bind(o,P.isopera?"keypress":"keydown",T.onkeypress),P.cantouch?(T.bind(o,"touchstart",T.ontouchstart),T.bind(o,"touchmove",T.ontouchmove)):M.emulatetouch&&(T.bind(o,"mousedown",T.ontouchstart),T.bind(o,"mousemove",function(e){return T.ontouchmove(e,!0)}),M.grabcursorenabled&&P.cursorgrabvalue&&T.css(n(o.body),{cursor:P.cursorgrabvalue})),T.bind(o,"mouseup",T.ontouchend),T.zoom&&(M.dblclickzoom&&T.bind(o,"dblclick",T.doZoom),T.ongesturezoom&&T.bind(o,"gestureend",T.ongesturezoom))};this.doc[0].readyState&&"complete"===this.doc[0].readyState&&setTimeout(function(){_.call(T.doc[0],!1)},500),T.bind(this.doc,"load",_)}},this.showCursor=function(e,o){if(T.cursortimeout&&(clearTimeout(T.cursortimeout),T.cursortimeout=0),T.rail){if(T.autohidedom&&(T.autohidedom.stop().css({opacity:M.cursoropacitymax}),T.cursoractive=!0),T.rail.drag&&1==T.rail.drag.pt||(void 0!==e&&!1!==e&&(T.scroll.y=e/T.scrollratio.y|0),void 0!==o&&(T.scroll.x=o/T.scrollratio.x|0)),T.cursor.css({height:T.cursorheight,top:T.scroll.y}),T.cursorh){var t=T.hasreversehr?T.scrollvaluemaxw-T.scroll.x:T.scroll.x;T.cursorh.css({width:T.cursorwidth,left:!T.rail.align&&T.rail.visibility?t+T.rail.width:t}),T.cursoractive=!0}T.zoom&&T.zoom.stop().css({opacity:M.cursoropacitymax})}},this.hideCursor=function(e){T.cursortimeout||T.rail&&T.autohidedom&&(T.hasmousefocus&&"leave"===M.autohidemode||(T.cursortimeout=setTimeout(function(){T.rail.active&&T.showonmouseevent||(T.autohidedom.stop().animate({opacity:M.cursoropacitymin}),T.zoom&&T.zoom.stop().animate({opacity:M.cursoropacitymin}),T.cursoractive=!1),T.cursortimeout=0},e||M.hidecursordelay)))},this.noticeCursor=function(e,o,t){T.showCursor(o,t),T.rail.active||T.hideCursor(e)},this.getContentSize=T.ispage?function(){return{w:Math.max(l.body.scrollWidth,l.documentElement.scrollWidth),h:Math.max(l.body.scrollHeight,l.documentElement.scrollHeight)}}:T.haswrapper?function(){return{w:T.doc[0].offsetWidth,h:T.doc[0].offsetHeight}}:function(){return{w:T.docscroll[0].scrollWidth,h:T.docscroll[0].scrollHeight}},this.onResize=function(e,o){if(!T||!T.win)return!1;var t=T.page.maxh,r=T.page.maxw,i=T.view.h,s=T.view.w;if(T.view={w:T.ispage?T.win.width():T.win[0].clientWidth,h:T.ispage?T.win.height():T.win[0].clientHeight},T.page=o||T.getContentSize(),T.page.maxh=Math.max(0,T.page.h-T.view.h),T.page.maxw=Math.max(0,T.page.w-T.view.w),T.page.maxh==t&&T.page.maxw==r&&T.view.w==s&&T.view.h==i){if(T.ispage)return T;var n=T.win.offset();if(T.lastposition){var l=T.lastposition;if(l.top==n.top&&l.left==n.left)return T}T.lastposition=n}return 0===T.page.maxh?(T.hideRail(),T.scrollvaluemax=0,T.scroll.y=0,T.scrollratio.y=0,T.cursorheight=0,T.setScrollTop(0),T.rail&&(T.rail.scrollable=!1)):(T.page.maxh-=M.railpadding.top+M.railpadding.bottom,T.rail.scrollable=!0),0===T.page.maxw?(T.hideRailHr(),T.scrollvaluemaxw=0,T.scroll.x=0,T.scrollratio.x=0,T.cursorwidth=0,T.setScrollLeft(0),T.railh&&(T.railh.scrollable=!1)):(T.page.maxw-=M.railpadding.left+M.railpadding.right,T.railh&&(T.railh.scrollable=M.horizrailenabled)),T.railslocked=T.locked||0===T.page.maxh&&0===T.page.maxw,T.railslocked?(T.ispage||T.updateScrollBar(T.view),!1):(T.hidden||(T.rail.visibility||T.showRail(),T.railh&&!T.railh.visibility&&T.showRailHr()),T.istextarea&&T.win.css("resize")&&"none"!=T.win.css("resize")&&(T.view.h-=20),T.cursorheight=Math.min(T.view.h,Math.round(T.view.h*(T.view.h/T.page.h))),T.cursorheight=M.cursorfixedheight?M.cursorfixedheight:Math.max(M.cursorminheight,T.cursorheight),T.cursorwidth=Math.min(T.view.w,Math.round(T.view.w*(T.view.w/T.page.w))),T.cursorwidth=M.cursorfixedheight?M.cursorfixedheight:Math.max(M.cursorminheight,T.cursorwidth),T.scrollvaluemax=T.view.h-T.cursorheight-(M.railpadding.top+M.railpadding.bottom),T.hasborderbox||(T.scrollvaluemax-=T.cursor[0].offsetHeight-T.cursor[0].clientHeight),T.railh&&(T.railh.width=T.page.maxh>0?T.view.w-T.rail.width:T.view.w,T.scrollvaluemaxw=T.railh.width-T.cursorwidth-(M.railpadding.left+M.railpadding.right)),T.ispage||T.updateScrollBar(T.view),T.scrollratio={x:T.page.maxw/T.scrollvaluemaxw,y:T.page.maxh/T.scrollvaluemax},T.getScrollTop()>T.page.maxh?T.doScrollTop(T.page.maxh):(T.scroll.y=T.getScrollTop()/T.scrollratio.y|0,T.scroll.x=T.getScrollLeft()/T.scrollratio.x|0,T.cursoractive&&T.noticeCursor()),T.scroll.y&&0===T.getScrollTop()&&T.doScrollTo(T.scroll.y*T.scrollratio.y|0),T)},this.resize=T.onResize;var O=0;this.onscreenresize=function(e){clearTimeout(O);var o=!T.ispage&&!T.haswrapper;o&&T.hideRails(),O=setTimeout(function(){T&&(o&&T.showRails(),T.resize()),O=0},120)},this.lazyResize=function(e){return clearTimeout(O),e=isNaN(e)?240:e,O=setTimeout(function(){T&&T.resize(),O=0},e),T},this.jqbind=function(e,o,t){T.events.push({e:e,n:o,f:t,q:!0}),n(e).on(o,t)},this.mousewheel=function(e,o,t){var r="jquery"in e?e[0]:e;if("onwheel"in l.createElement("div"))T._bind(r,"wheel",o,t||!1);else{var i=void 0!==l.onmousewheel?"mousewheel":"DOMMouseScroll";S(r,i,o,t||!1),"DOMMouseScroll"==i&&S(r,"MozMousePixelScroll",o,t||!1)}};var Y=!1;if(P.haseventlistener){try{var H=Object.defineProperty({},"passive",{get:function(){Y=!0}});a.addEventListener("test",null,H)}catch(e){}this.stopPropagation=function(e){return!!e&&((e=e.original?e.original:e).stopPropagation(),!1)},this.cancelEvent=function(e){return e.cancelable&&e.preventDefault(),e.stopImmediatePropagation(),e.preventManipulation&&e.preventManipulation(),!1}}else Event.prototype.preventDefault=function(){this.returnValue=!1},Event.prototype.stopPropagation=function(){this.cancelBubble=!0},a.constructor.prototype.addEventListener=l.constructor.prototype.addEventListener=Element.prototype.addEventListener=function(e,o,t){this.attachEvent("on"+e,o)},a.constructor.prototype.removeEventListener=l.constructor.prototype.removeEventListener=Element.prototype.removeEventListener=function(e,o,t){this.detachEvent("on"+e,o)},this.cancelEvent=function(e){return(e=e||a.event)&&(e.cancelBubble=!0,e.cancel=!0,e.returnValue=!1),!1},this.stopPropagation=function(e){return(e=e||a.event)&&(e.cancelBubble=!0),!1};this.delegate=function(e,o,t,r,i){var s=d[o]||!1;s||(s={a:[],l:[],f:function(e){for(var o=s.l,t=!1,r=o.length-1;r>=0;r--)if(!1===(t=o[r].call(e.target,e)))return!1;return t}},T.bind(e,o,s.f,r,i),d[o]=s),T.ispage?(s.a=[T.id].concat(s.a),s.l=[t].concat(s.l)):(s.a.push(T.id),s.l.push(t))},this.undelegate=function(e,o,t,r,i){var s=d[o]||!1;if(s&&s.l)for(var n=0,l=s.l.length;n0)return t;o=!!o.parentNode&&o.parentNode}return!1},this.triggerScrollStart=function(e,o,t,r,i){if(T.onscrollstart){var s={type:"scrollstart",current:{x:e,y:o},request:{x:t,y:r},end:{x:T.newscrollx,y:T.newscrolly},speed:i};T.onscrollstart.call(T,s)}},this.triggerScrollEnd=function(){if(T.onscrollend){var e=T.getScrollLeft(),o=T.getScrollTop(),t={type:"scrollend",current:{x:e,y:o},end:{x:e,y:o}};T.onscrollend.call(T,t)}};var B=0,X=0,D=0,A=1,q=!1;if(this.onmousewheel=function(e){if(T.wheelprevented||T.locked)return!1;if(T.railslocked)return T.debounced("checkunlock",T.resize,250),!1;if(T.rail.drag)return T.cancelEvent(e);if("auto"===M.oneaxismousemode&&0!==e.deltaX&&(M.oneaxismousemode=!1),M.oneaxismousemode&&0===e.deltaX&&!T.rail.scrollable)return!T.railh||!T.railh.scrollable||T.onmousewheelhr(e);var o=f(),t=!1;if(M.preservenativescrolling&&T.checkarea+600T.page.maxh&&(o=T.page.maxh+(o-T.page.maxh)/2|0),e<0?e=e/2|0:e>T.page.maxw&&(e=T.page.maxw+(e-T.page.maxw)/2|0)):(o<0?o=0:o>T.page.maxh&&(o=T.page.maxh),e<0?e=0:e>T.page.maxw&&(e=T.page.maxw)),T.scrollrunning&&e==T.newscrollx&&o==T.newscrolly)return!1;T.newscrolly=o,T.newscrollx=e;var s=T.getScrollTop(),n=T.getScrollLeft(),l={};l.x=e-n,l.y=o-s;var a=0|Math.sqrt(l.x*l.x+l.y*l.y),c=T.prepareTransition(a);T.scrollrunning||(T.scrollrunning=!0,T.triggerScrollStart(n,s,e,o,c),T.cursorupdate.start()),T.scrollendtrapped=!0,P.transitionend||(T.scrollendtrapped&&clearTimeout(T.scrollendtrapped),T.scrollendtrapped=setTimeout(T.onScrollTransitionEnd,c)),T.setScrollTop(T.newscrolly),T.setScrollLeft(T.newscrollx)},this.cancelScroll=function(){if(!T.scrollendtrapped)return!0;var e=T.getScrollTop(),o=T.getScrollLeft();return T.scrollrunning=!1,P.transitionend||clearTimeout(P.transitionend),T.scrollendtrapped=!1,T.resetTransition(),T.setScrollTop(e),T.railh&&T.setScrollLeft(o),T.timerscroll&&T.timerscroll.tm&&clearInterval(T.timerscroll.tm),T.timerscroll=!1,T.cursorfreezed=!1,T.cursorupdate.stop(),T.showCursor(e,o),T},this.onScrollTransitionEnd=function(){if(T.scrollendtrapped){var e=T.getScrollTop(),o=T.getScrollLeft();if(e<0?e=0:e>T.page.maxh&&(e=T.page.maxh),o<0?o=0:o>T.page.maxw&&(o=T.page.maxw),e!=T.newscrolly||o!=T.newscrollx)return T.doScrollPos(o,e,M.snapbackspeed);T.scrollrunning&&T.triggerScrollEnd(),T.scrollrunning=!1,T.scrollendtrapped=!1,T.resetTransition(),T.timerscroll=!1,T.setScrollTop(e),T.railh&&T.setScrollLeft(o),T.cursorupdate.stop(),T.noticeCursor(!1,e,o),T.cursorfreezed=!1}}}else this.doScrollLeft=function(e,o){var t=T.scrollrunning?T.newscrolly:T.getScrollTop();T.doScrollPos(e,t,o)},this.doScrollTop=function(e,o){var t=T.scrollrunning?T.newscrollx:T.getScrollLeft();T.doScrollPos(t,e,o)},this.doScrollPos=function(e,o,t){var r=T.getScrollTop(),i=T.getScrollLeft();((T.newscrolly-r)*(o-r)<0||(T.newscrollx-i)*(e-i)<0)&&T.cancelScroll();var s=!1;if(T.bouncescroll&&T.rail.visibility||(o<0?(o=0,s=!0):o>T.page.maxh&&(o=T.page.maxh,s=!0)),T.bouncescroll&&T.railh.visibility||(e<0?(e=0,s=!0):e>T.page.maxw&&(e=T.page.maxw,s=!0)),T.scrollrunning&&T.newscrolly===o&&T.newscrollx===e)return!0;T.newscrolly=o,T.newscrollx=e,T.dst={},T.dst.x=e-i,T.dst.y=o-r,T.dst.px=i,T.dst.py=r;var n=0|Math.sqrt(T.dst.x*T.dst.x+T.dst.y*T.dst.y),l=T.getTransitionSpeed(n);T.bzscroll={};var a=s?1:.58;T.bzscroll.x=new R(i,T.newscrollx,l,0,0,a,1),T.bzscroll.y=new R(r,T.newscrolly,l,0,0,a,1);f();var c=function(){if(T.scrollrunning){var e=T.bzscroll.y.getPos();T.setScrollLeft(T.bzscroll.x.getNow()),T.setScrollTop(T.bzscroll.y.getNow()),e<=1?T.timer=u(c):(T.scrollrunning=!1,T.timer=0,T.triggerScrollEnd())}};T.scrollrunning||(T.triggerScrollStart(i,r,e,o,l),T.scrollrunning=!0,T.timer=u(c))},this.cancelScroll=function(){return T.timer&&h(T.timer),T.timer=0,T.bzscroll=!1,T.scrollrunning=!1,T};else this.doScrollLeft=function(e,o){var t=T.getScrollTop();T.doScrollPos(e,t,o)},this.doScrollTop=function(e,o){var t=T.getScrollLeft();T.doScrollPos(t,e,o)},this.doScrollPos=function(e,o,t){var r=e>T.page.maxw?T.page.maxw:e;r<0&&(r=0);var i=o>T.page.maxh?T.page.maxh:o;i<0&&(i=0),T.synched("scroll",function(){T.setScrollTop(i),T.setScrollLeft(r)})},this.cancelScroll=function(){};this.doScrollBy=function(e,o){z(0,e)},this.doScrollLeftBy=function(e,o){z(e,0)},this.doScrollTo=function(e,o){var t=o?Math.round(e*T.scrollratio.y):e;t<0?t=0:t>T.page.maxh&&(t=T.page.maxh),T.cursorfreezed=!1,T.doScrollTop(e)},this.checkContentSize=function(){var e=T.getContentSize();e.h==T.page.h&&e.w==T.page.w||T.resize(!1,e)},T.onscroll=function(e){T.rail.drag||T.cursorfreezed||T.synched("scroll",function(){T.scroll.y=Math.round(T.getScrollTop()/T.scrollratio.y),T.railh&&(T.scroll.x=Math.round(T.getScrollLeft()/T.scrollratio.x)),T.noticeCursor()})},T.bind(T.docscroll,"scroll",T.onscroll),this.doZoomIn=function(e){if(!T.zoomactive){T.zoomactive=!0,T.zoomrestore={style:{}};var o=["position","top","left","zIndex","backgroundColor","marginTop","marginBottom","marginLeft","marginRight"],t=T.win[0].style;for(var r in o){var i=o[r];T.zoomrestore.style[i]=void 0!==t[i]?t[i]:""}T.zoomrestore.style.width=T.win.css("width"),T.zoomrestore.style.height=T.win.css("height"),T.zoomrestore.padding={w:T.win.outerWidth()-T.win.width(),h:T.win.outerHeight()-T.win.height()},P.isios4&&(T.zoomrestore.scrollTop=c.scrollTop(),c.scrollTop(0)),T.win.css({position:P.isios4?"absolute":"fixed",top:0,left:0,zIndex:s+100,margin:0});var n=T.win.css("backgroundColor");return(""===n||/transparent|rgba\(0, 0, 0, 0\)|rgba\(0,0,0,0\)/.test(n))&&T.win.css("backgroundColor","#fff"),T.rail.css({zIndex:s+101}),T.zoom.css({zIndex:s+102}),T.zoom.css("backgroundPosition","0 -18px"),T.resizeZoom(),T.onzoomin&&T.onzoomin.call(T),T.cancelEvent(e)}},this.doZoomOut=function(e){if(T.zoomactive)return T.zoomactive=!1,T.win.css("margin",""),T.win.css(T.zoomrestore.style),P.isios4&&c.scrollTop(T.zoomrestore.scrollTop),T.rail.css({"z-index":T.zindex}),T.zoom.css({"z-index":T.zindex}),T.zoomrestore=!1,T.zoom.css("backgroundPosition","0 0"),T.onResize(),T.onzoomout&&T.onzoomout.call(T),T.cancelEvent(e)},this.doZoom=function(e){return T.zoomactive?T.doZoomOut(e):T.doZoomIn(e)},this.resizeZoom=function(){if(T.zoomactive){var e=T.getScrollTop();T.win.css({width:c.width()-T.zoomrestore.padding.w+"px",height:c.height()-T.zoomrestore.padding.h+"px"}),T.onResize(),T.setScrollTop(Math.min(T.page.maxh,e))}},this.init(),n.nicescroll.push(this)},y=function(e){var o=this;this.nc=e,this.lastx=0,this.lasty=0,this.speedx=0,this.speedy=0,this.lasttime=0,this.steptime=0,this.snapx=!1,this.snapy=!1,this.demulx=0,this.demuly=0,this.lastscrollx=-1,this.lastscrolly=-1,this.chkx=0,this.chky=0,this.timer=0,this.reset=function(e,t){o.stop(),o.steptime=0,o.lasttime=f(),o.speedx=0,o.speedy=0,o.lastx=e,o.lasty=t,o.lastscrollx=-1,o.lastscrolly=-1},this.update=function(e,t){var r=f();o.steptime=r-o.lasttime,o.lasttime=r;var i=t-o.lasty,s=e-o.lastx,n=o.nc.getScrollTop()+i,l=o.nc.getScrollLeft()+s;o.snapx=l<0||l>o.nc.page.maxw,o.snapy=n<0||n>o.nc.page.maxh,o.speedx=s,o.speedy=i,o.lastx=e,o.lasty=t},this.stop=function(){o.nc.unsynched("domomentum2d"),o.timer&&clearTimeout(o.timer),o.timer=0,o.lastscrollx=-1,o.lastscrolly=-1},this.doSnapy=function(e,t){var r=!1;t<0?(t=0,r=!0):t>o.nc.page.maxh&&(t=o.nc.page.maxh,r=!0),e<0?(e=0,r=!0):e>o.nc.page.maxw&&(e=o.nc.page.maxw,r=!0),r?o.nc.doScrollPos(e,t,o.nc.opt.snapbackspeed):o.nc.triggerScrollEnd()},this.doMomentum=function(e){var t=f(),r=e?t+e:o.lasttime,i=o.nc.getScrollLeft(),s=o.nc.getScrollTop(),n=o.nc.page.maxh,l=o.nc.page.maxw;o.speedx=l>0?Math.min(60,o.speedx):0,o.speedy=n>0?Math.min(60,o.speedy):0;var a=r&&t-r<=60;(s<0||s>n||i<0||i>l)&&(a=!1);var c=!(!o.speedy||!a)&&o.speedy,d=!(!o.speedx||!a)&&o.speedx;if(c||d){var u=Math.max(16,o.steptime);if(u>50){var h=u/50;o.speedx*=h,o.speedy*=h,u=50}o.demulxy=0,o.lastscrollx=o.nc.getScrollLeft(),o.chkx=o.lastscrollx,o.lastscrolly=o.nc.getScrollTop(),o.chky=o.lastscrolly;var p=o.lastscrollx,m=o.lastscrolly,g=function(){var e=f()-t>600?.04:.02;o.speedx&&(p=Math.floor(o.lastscrollx-o.speedx*(1-o.demulxy)),o.lastscrollx=p,(p<0||p>l)&&(e=.1)),o.speedy&&(m=Math.floor(o.lastscrolly-o.speedy*(1-o.demulxy)),o.lastscrolly=m,(m<0||m>n)&&(e=.1)),o.demulxy=Math.min(1,o.demulxy+e),o.nc.synched("domomentum2d",function(){if(o.speedx){o.nc.getScrollLeft();o.chkx=p,o.nc.setScrollLeft(p)}if(o.speedy){o.nc.getScrollTop();o.chky=m,o.nc.setScrollTop(m)}o.timer||(o.nc.hideCursor(),o.doSnapy(p,m))}),o.demulxy<1?o.timer=setTimeout(g,u):(o.stop(),o.nc.hideCursor(),o.doSnapy(p,m))};g()}else o.doSnapy(o.nc.getScrollLeft(),o.nc.getScrollTop())}},x=e.fn.scrollTop;e.cssHooks.pageYOffset={get:function(e,o,t){var r=n.data(e,"__nicescroll")||!1;return r&&r.ishwscroll?r.getScrollTop():x.call(e)},set:function(e,o){var t=n.data(e,"__nicescroll")||!1;return t&&t.ishwscroll?t.setScrollTop(parseInt(o)):x.call(e,o),this}},e.fn.scrollTop=function(e){if(void 0===e){var o=!!this[0]&&(n.data(this[0],"__nicescroll")||!1);return o&&o.ishwscroll?o.getScrollTop():x.call(this)}return this.each(function(){var o=n.data(this,"__nicescroll")||!1;o&&o.ishwscroll?o.setScrollTop(parseInt(e)):x.call(n(this),e)})};var S=e.fn.scrollLeft;n.cssHooks.pageXOffset={get:function(e,o,t){var r=n.data(e,"__nicescroll")||!1;return r&&r.ishwscroll?r.getScrollLeft():S.call(e)},set:function(e,o){var t=n.data(e,"__nicescroll")||!1;return t&&t.ishwscroll?t.setScrollLeft(parseInt(o)):S.call(e,o),this}},e.fn.scrollLeft=function(e){if(void 0===e){var o=!!this[0]&&(n.data(this[0],"__nicescroll")||!1);return o&&o.ishwscroll?o.getScrollLeft():S.call(this)}return this.each(function(){var o=n.data(this,"__nicescroll")||!1;o&&o.ishwscroll?o.setScrollLeft(parseInt(e)):S.call(n(this),e)})};var z=function(e){var o=this;if(this.length=0,this.name="nicescrollarray",this.each=function(e){return n.each(o,e),o},this.push=function(e){o[o.length]=e,o.length++},this.eq=function(e){return o[e]},e)for(var t=0;t1?n(e,r):s,i.win=r}!("doc"in i)||"win"in i||(i.win=r);var l=r.data("__nicescroll")||!1;l||(i.doc=i.doc||r,l=new b(i,r),r.data("__nicescroll",l)),t.push(l)}),1===t.length?t[0]:t},a.NiceScroll={getjQuery:function(){return e}},n.nicescroll||(n.nicescroll=new z,n.nicescroll.options=g)}); \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/js/myFunctions.js b/projects/bootstrap test/bootstrap-3.3.7-dist/js/myFunctions.js new file mode 100644 index 0000000..fe1a902 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/js/myFunctions.js @@ -0,0 +1,59 @@ + + +$(document).ready(function(){ + + + $("body").niceScroll({ + cursorcolor: "#00A0B0", + + }); + +$(".icon-option").click(function(){ + $(".font-option").toggle(); +}); + +var fontLI = $(".font-option ul li"); + + fontLI + .eq(0).css("fontFamily","Arial").end() + .eq(1).css("fontFamily","Baskerville").end() + .eq(2).css("fontFamily","Consolas").end() + .eq(3).css("fontFamily","Gill Sans").end() + .eq(4).css("fontFamily","Impact").end() + .eq(5).css("fontFamily","Lucida Grande").end() + + + + fontLI.click(function(){ + + $("link[href*='themes']").attr("href",$(this).attr("data-value")) + //console.log($(this).attr("data-value")) + }); + }); + +$(window).on('load',function(){ + + $(".loading-overlay .loader").fadeOut(0,function(){ + $("body").css("overflow","auto"); + $(this).parent().fadeOut(0); + }); +}); + + var scrollButton = $("#to-top") + + $(window).on("scroll",function(){ + + + if($(this).scrollTop()>=700) + { + scrollButton.show(); + } + else + { + scrollButton.hide(); + } + + scrollButton.click(function(){ + $("html,body").stop().animate({scrollTop:0},600); + }); + }); \ No newline at end of file diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/js/respond.min.js b/projects/bootstrap test/bootstrap-3.3.7-dist/js/respond.min.js new file mode 100644 index 0000000..fe39cd8 --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/js/respond.min.js @@ -0,0 +1,922 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Respond/respond.min.js at master · scottjehl/Respond · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Skip to content +
+ + + + + + + + +
+ +
+ + +
+ +
+ + + +
+
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + + + + Permalink + + + + + +
+ + +
+ + Branch: + master + + + + + + + +
+ +
+ + Find file + + + Copy path + +
+
+ + +
+ + Find file + + + Copy path + +
+
+ + + + +
+
+ + @SuriyaaKudoIsc + SuriyaaKudoIsc + + Set link from http:// to https:// + + + + 5a94d67 + Dec 12, 2015 + +
+ +
+
+ + 4 contributors + + +
+ +

+ Users who have contributed to this file +

+
+ +
+
+ + + @jefflembeck + + @zachleat + + @SuriyaaKudoIsc + + @tomfuertes + + + +
+
+ + + + + +
+ +
+ +
+ 7 lines (5 sloc) + + 4.49 KB +
+ +
+ +
+ Raw + Blame + History +
+ + +
+ + + + + + +
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
/*! Respond.js v1.4.2: min/max-width media query polyfill
* Copyright 2014 Scott Jehl
* Licensed under MIT
* https://j.mp/respondjs */
+
!function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return f.innerHTML='&shy;<style media="'+a+'"> #mq-test-1 { width: 42px; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){v(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))},g=function(a){return a.replace(c.regex.minmaxwh,"").match(c.regex.other)};if(c.ajax=f,c.queue=d,c.unsupportedmq=g,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,comments:/\/\*[^*]*\*+([^/][^*]*\*+)*\//gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\(\s*min\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,maxw:/\(\s*max\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,minmaxwh:/\(\s*m(in|ax)\-(height|width)\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/gi,other:/\([^\)]*\)/g},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var h,i,j,k=a.document,l=k.documentElement,m=[],n=[],o=[],p={},q=30,r=k.getElementsByTagName("head")[0]||l,s=k.getElementsByTagName("base")[0],t=r.getElementsByTagName("link"),u=function(){var a,b=k.createElement("div"),c=k.body,d=l.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=k.createElement("body"),c.style.background="none"),l.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&l.insertBefore(c,l.firstChild),a=b.offsetWidth,f?l.removeChild(c):c.removeChild(b),l.style.fontSize=d,e&&(c.style.fontSize=e),a=j=parseFloat(a)},v=function(b){var c="clientWidth",d=l[c],e="CSS1Compat"===k.compatMode&&d||k.body[c]||d,f={},g=t[t.length-1],p=(new Date).getTime();if(b&&h&&q>p-h)return a.clearTimeout(i),i=a.setTimeout(v,q),void 0;h=p;for(var s in m)if(m.hasOwnProperty(s)){var w=m[s],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?j||u():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?j||u():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(n[w.rules]))}for(var C in o)o.hasOwnProperty(C)&&o[C]&&o[C].parentNode===r&&r.removeChild(o[C]);o.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=k.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,r.insertBefore(E,g.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(k.createTextNode(F)),o.push(E)}},w=function(a,b,d){var e=a.replace(c.regex.comments,"").replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf("/"));var h=function(a){return a.replace(c.regex.urls,"$1"+b+"$2$3")},i=!f&&d;b.length&&(b+="/"),i&&(f=1);for(var j=0;f>j;j++){var k,l,o,p;i?(k=d,n.push(h(a))):(k=e[j].match(c.regex.findStyles)&&RegExp.$1,n.push(RegExp.$2&&h(RegExp.$2))),o=k.split(","),p=o.length;for(var q=0;p>q;q++)l=o[q],g(l)||m.push({media:l.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:n.length-1,hasquery:l.indexOf("(")>-1,minw:l.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:l.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}v()},x=function(){if(d.length){var b=d.shift();f(b.href,function(c){w(c,b.href,b.media),p[b.href]=!0,a.setTimeout(function(){x()},0)})}},y=function(){for(var b=0;b<t.length;b++){var c=t[b],e=c.href,f=c.media,g=c.rel&&"stylesheet"===c.rel.toLowerCase();e&&g&&!p[e]&&(c.styleSheet&&c.styleSheet.rawCssText?(w(c.styleSheet.rawCssText,e,f),p[e]=!0):(!/^([a-zA-Z:]*\/\/)/.test(e)&&!s||e.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&("//"===e.substring(0,2)&&(e=a.location.protocol+e),d.push({href:e,media:f})))}x()};y(),c.update=y,c.getEmValue=u,a.addEventListener?a.addEventListener("resize",b,!1):a.attachEvent&&a.attachEvent("onresize",b)}}(this);
+ + + +
+ +
+ + + +
+ + +
+ + +
+
+ + + +
+
+ +
+
+ + +
+ + + + + + +
+ + + You can’t perform that action at this time. +
+ + + + + + + + + + + + + + +
+ + + + diff --git a/projects/bootstrap test/bootstrap-3.3.7-dist/js/wow.min.js b/projects/bootstrap test/bootstrap-3.3.7-dist/js/wow.min.js new file mode 100644 index 0000000..a123b5e --- /dev/null +++ b/projects/bootstrap test/bootstrap-3.3.7-dist/js/wow.min.js @@ -0,0 +1,3 @@ +/*! WOW wow.js - v1.3.0 - 2016-10-04 +* https://wowjs.uk +* Copyright (c) 2016 Thomas Grainger; Licensed MIT */!function(a,b){if("function"==typeof define&&define.amd)define(["module","exports"],b);else if("undefined"!=typeof exports)b(module,exports);else{var c={exports:{}};b(c,c.exports),a.WOW=c.exports}}(this,function(a,b){"use strict";function c(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function d(a,b){return b.indexOf(a)>=0}function e(a,b){for(var c in b)if(null==a[c]){var d=b[c];a[c]=d}return a}function f(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)}function g(a){var b=arguments.length<=1||void 0===arguments[1]?!1:arguments[1],c=arguments.length<=2||void 0===arguments[2]?!1:arguments[2],d=arguments.length<=3||void 0===arguments[3]?null:arguments[3],e=void 0;return null!=document.createEvent?(e=document.createEvent("CustomEvent"),e.initCustomEvent(a,b,c,d)):null!=document.createEventObject?(e=document.createEventObject(),e.eventType=a):e.eventName=a,e}function h(a,b){null!=a.dispatchEvent?a.dispatchEvent(b):b in(null!=a)?a[b]():"on"+b in(null!=a)&&a["on"+b]()}function i(a,b,c){null!=a.addEventListener?a.addEventListener(b,c,!1):null!=a.attachEvent?a.attachEvent("on"+b,c):a[b]=c}function j(a,b,c){null!=a.removeEventListener?a.removeEventListener(b,c,!1):null!=a.detachEvent?a.detachEvent("on"+b,c):delete a[b]}function k(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight}Object.defineProperty(b,"__esModule",{value:!0});var l,m,n=function(){function a(a,b){for(var c=0;c=0){var b=a.target||a.srcElement;b.className=b.className.replace(this.config.animateClass,"").trim()}}},{key:"customStyle",value:function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a}},{key:"vendorSet",value:function(a,b){for(var c in b)if(b.hasOwnProperty(c)){var d=b[c];a[""+c]=d;for(var e=0;e=e&&f>=c}},{key:"disabled",value:function(){return!this.config.mobile&&f(navigator.userAgent)}}]),a}();b["default"]=r,a.exports=b["default"]}); \ No newline at end of file diff --git a/projects/bootstrap test/desktop.ini b/projects/bootstrap test/desktop.ini new file mode 100644 index 0000000..a1e3a92 --- /dev/null +++ b/projects/bootstrap test/desktop.ini @@ -0,0 +1,6 @@ +[.ShellClassInfo] +IconResource=C:\WINDOWS\System32\SHELL32.dll,74 +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/projects/formulaire/README.md b/projects/formulaire/README.md new file mode 100644 index 0000000..7877f2c --- /dev/null +++ b/projects/formulaire/README.md @@ -0,0 +1 @@ +My first interactive form using HTML, CSS , JS diff --git a/projects/formulaire/formulaire.css b/projects/formulaire/formulaire.css new file mode 100644 index 0000000..824a0d8 --- /dev/null +++ b/projects/formulaire/formulaire.css @@ -0,0 +1,16 @@ +body { + background-color : pink; +} + + +#aidePseudo,#infoMdp,#aideCourriel{ + color: red; + left : 57%; + position : absolute; +} +#aideMdp{ +left : 57%; +position : absolute; +} + + diff --git a/projects/formulaire/formulaire.html b/projects/formulaire/formulaire.html new file mode 100644 index 0000000..c7701d2 --- /dev/null +++ b/projects/formulaire/formulaire.html @@ -0,0 +1,70 @@ + +Best formulaire + + + +
+
+

Formulaire d'inscription

+

+ :
+ + +

+

+ :
+ + +

+

+ :
+ + + +

+ :
+ + +

+

+ + +

+

+ + + + + +
+ +

+

+ + +

+

Birthday: +

+ + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/projects/formulaire/formulaire.js b/projects/formulaire/formulaire.js new file mode 100644 index 0000000..7f7ac1e --- /dev/null +++ b/projects/formulaire/formulaire.js @@ -0,0 +1,81 @@ +var pseudoElt = document.getElementById("pseudo"); + + +// Affiche d'un message contextuel pour la saisie du pseudo +pseudoElt.addEventListener("focus", function () { + document.getElementById("aidePseudo").textContent = "Entrez votre pseudo"; +}); +// Suppression du message contextuel pour la saisie du pseudo +pseudoElt.addEventListener("blur", function (e) { + document.getElementById("aidePseudo").textContent = ""; +}); + +// Focus sur la zone de saisie du pseudo +pseudoElt.focus(); + +// Affichage de la demande de confirmation d'inscription +document.getElementById("confirmation").addEventListener("change", function (e) { + console.log("Demande de confirmation : " + e.target.checked); +}); + +// Affichage du type d'abonnement choisi +var sexeElts = document.getElementsByName("sexe"); +for (var i = 0; i < sexeElts.length; i++) { + sexeElts[i].addEventListener("change", function (e) { + console.log("tu est un(e) : " + e.target.value); + }); +} + +// Affichage du code de nationalité choisi +document.getElementById("nationalite").addEventListener("change", function (e) { + console.log("Code de nationalité : " + e.target.value); +}); +var form = document.querySelector("form"); +form.addEventListener("submit", function (e) { + var mdp1 = form.elements.mdp1.value; + var mdp2 = form.elements.mdp2.value; + var message = "Mots de passe OK"; + if (mdp1 === mdp2) { + if (mdp1.length >= 6) { + var regexMdp = /\d+/; + if (!regexMdp.test(mdp1)) { + message = "Erreur : le mot de passe ne contient aucun chiffre"; + } + } else { + message = "Erreur : la longueur minimale du mot de passe est de 6 caractères"; + } + } else { + message = "Erreur : les mots de passe saisis sont différents"; + } + document.getElementById("infoMdp").textContent = message; + e.preventDefault(); +}); +// Vérification de la longueur du mot de passe saisi +document.getElementById("mdp1").addEventListener("input", function (e) { + var mdp = e.target.value; // Valeur saisie dans le champ mdp + var longueurMdp = "faible"; + var couleurMsg = "red"; // Longueur faible => couleur rouge + if (mdp.length >= 8) { + longueurMdp = "suffisante"; + couleurMsg = "green"; // Longueur suffisante => couleur verte + } else if (mdp.length >= 4) { + longueurMdp = "moyenne"; + couleurMsg = "orange"; // Longueur moyenne => couleur orange + } + var aideMdpElt = document.getElementById("aideMdp"); + aideMdpElt.textContent = "Longueur : " + longueurMdp; // Texte de l'aide + aideMdpElt.style.color = couleurMsg; // Couleur du texte de l'aide +}); + +// Contrôle du courriel en fin de saisie +document.getElementById("courriel").addEventListener("blur", function (e) { + // Correspond à une chaîne de la forme xxx@yyy.zzz + var regexCourriel = /.+@.+\..+/; + var validiteCourriel = ""; + //if (e.target.value.indexOf("@") === -1) { // Solution avec indexOf + // Le courriel saisi ne contient pas le caractère @ + if (!regexCourriel.test(e.target.value)) { + validiteCourriel = "Adresse invalide"; + } + document.getElementById("aideCourriel").textContent = validiteCourriel; +}); diff --git a/projects/responsiv nav bar/NavBar.css b/projects/responsiv nav bar/NavBar.css new file mode 100644 index 0000000..f143ae1 --- /dev/null +++ b/projects/responsiv nav bar/NavBar.css @@ -0,0 +1,87 @@ +*{ + margin: 0; + padding: 0; +} + +#logo{ + font-family: sans-serif; + font-size: 30px; + line-height: 50px; + float: left; + color: #999; +} + +nav{ + width: 100%; + text-align: center; +} + +nav ul{ + float: right; + line-height: 50px; +} + +nav li { + display: inline; + list-style-type: none; +} + +nav a { + text-decoration: none; + padding: 10px; + color: #999; + font-family: sans-serif; +} + +nav a:hover{ + color: #c00; +} + +@media screen and (max-width: 768px){ + #logo{ + margin-top: -50px; + } + + nav ul { + float: none; margin-top: 50px; background: #c00; + } + nav li{ + display: inline; + } + nav a{ + color: #ccc; + } + nav a:hover{ + color: #fff; + } +} + +@media screen and (max-width: 530px){ + #logo{ + width: 100%; text-align: center; + } + + nav ul { + float: none; margin-top: 50px; background: #c00; + } + nav li{ + + } + nav a{ + color: #ccc; display: block; border-bottom: 1px dotted #ccc; margin:0; padding: 3px; + } + nav a:hover{ + color: #fff; + } +} + + + + + + + + + + + diff --git a/projects/responsiv nav bar/NavBar.html b/projects/responsiv nav bar/NavBar.html new file mode 100644 index 0000000..8e5730b --- /dev/null +++ b/projects/responsiv nav bar/NavBar.html @@ -0,0 +1,23 @@ + + + + LAST GOLD + + + + + + + \ No newline at end of file diff --git a/projects/responsiv nav bar/README.md b/projects/responsiv nav bar/README.md new file mode 100644 index 0000000..8cd12b3 --- /dev/null +++ b/projects/responsiv nav bar/README.md @@ -0,0 +1 @@ +I made responsive navBar here wiche means is compatible withe any devise phone laptop large computer 🖥 diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/Bustan-Bold.otf" "b/projects/\330\261\331\205\330\266\330\247\331\206/Bustan-Bold.otf" new file mode 100644 index 0000000..1486957 Binary files /dev/null and "b/projects/\330\261\331\205\330\266\330\247\331\206/Bustan-Bold.otf" differ diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/README.md" "b/projects/\330\261\331\205\330\266\330\247\331\206/README.md" new file mode 100644 index 0000000..aebe7be --- /dev/null +++ "b/projects/\330\261\331\205\330\266\330\247\331\206/README.md" @@ -0,0 +1 @@ +this is Web page that countdown until ramadan begins diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/Thulth-Tharwat-Emara-Golden.ttf" "b/projects/\330\261\331\205\330\266\330\247\331\206/Thulth-Tharwat-Emara-Golden.ttf" new file mode 100644 index 0000000..83f65ea Binary files /dev/null and "b/projects/\330\261\331\205\330\266\330\247\331\206/Thulth-Tharwat-Emara-Golden.ttf" differ diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/countramadan.css" "b/projects/\330\261\331\205\330\266\330\247\331\206/countramadan.css" new file mode 100644 index 0000000..06d14ea --- /dev/null +++ "b/projects/\330\261\331\205\330\266\330\247\331\206/countramadan.css" @@ -0,0 +1,184 @@ +@font-face{ + font-family: Bustan ; + src: url(Bustan-Bold.otf); + } + +body{ + background : url(ramadhan.jpg) center fixed; +background-size:cover; + overflow: hidden; +} + +table{ + position: absolute; + top: 50%; + left: 10%; + color: #D3AA79; + text-align: center; + background : transparent; + border : 1px solid orange; + padding: 10px; + box-shadow: 0 0 5px 3px red; + width: 80%; +} + +.titre{ + font-size: 60px; +} + +audio{ + position: absolute; + top: 90%; +right: 1%; +} + +footer{ + color: #fff; + position: absolute; + top: 96%; + left: 45%; + font-size: 20px + +} +h2{ + color:#D3AA79; + position: absolute; + top: 27%; + left: 34%; + font-size: 70px; + font-family: 'Courier New' + +} +audio{ + visibility: visible; +} + +h3{ + color:#D3AA79; + position: absolute; + top: 63%; + left : 27%; + font-size: 65px; + font-family: Bustan; + font-weight: normal; +} + +.light{ + text-align: center; + white-space: nowrap; + overflow: hidden; + position: absolute; + z-index: 1; + margin: -15px 0 0 0; + padding: 0; + pointer-events: none; + width: 100; + +} + +.light li{ + position: relative; + animation-fill-mode: both; + animation-iteration-count: infinite; + list-style: none; + padding: 0; + display: inline-block; + width: 12px; + height: 28px; + border-radius: 50%; + margin: 20px; + background-color: rgba(0, 247, 175, 1); + animation-name: flash-1; + animation-duration: 2s; +} + +.light li:nth-child(2n+1){ + background-color: rgba(0, 255, 255, 1); + animation-name: flash-2; + animation-duration: 0.4s; + +} + +.light li:nth-child(4n+2){ + background-color: rgba(247, 0, 148, 1); + animation-name: flash-3; + animation-duration: 0.4s; + +} + +.light li:nth-child(odd){ + + animation-duration: 1.8s; + +} + +.light li:before{ + content: ""; + position: absolute; + background-color: #222; + width: 10px; + height: 9.33333px; + border-radius: 3px; + top: -4.7777px; + left: 1px; + + +} + +.light li:after{ + content: ""; + position: absolute; +top: -14px; +left: 9px; +width: 52px; +height: 18.9999px; +border-bottom: 2px solid #222; +border-radius: 50%; +} + + +.light li:last-child:after{ + content: none; + +} + +.light li:first-child{ +margin-left: -40px; + +} + +@keyframes flash-1{ + 0%,100%{ + background-color: rgba(0, 247, 175, 1); + box-shadow: 0 4.99999px 24px 3px rgba(0, 247, 175, 1); + } + + 50%{ + background-color: rgba(0, 247, 175, 1); + box-shadow: 0 4.99999px 24px 3px rgba(0, 247, 175, 0.2); + } +} + +@keyframes flash-2{ + 0%,100%{ + background-color: rgba(0, 255, 255, 1); + box-shadow: 0 4.99999px 24px 3px rgba(0, 247, 175, 1); + } + + 50%{ + background-color: rgba(0, 247, 175, 1); + box-shadow: 0 4.99999px 24px 3px rgba(0, 247, 175, 0.2); + } +} + +@keyframes flash-3{ + 0%,100%{ + background-color: rgba(247, 0, 148, 1); + box-shadow: 0 4.99999px 24px 3px rgba(247, 0, 148, 0.5); + } + + 50%{ + background-color: rgba(247, 0, 148, 1); + box-shadow: 0 4.99999px 24px 3px rgba(0, 247, 175, 0.2); + } +} \ No newline at end of file diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/countramadan.js" "b/projects/\330\261\331\205\330\266\330\247\331\206/countramadan.js" new file mode 100644 index 0000000..d3d9890 --- /dev/null +++ "b/projects/\330\261\331\205\330\266\330\247\331\206/countramadan.js" @@ -0,0 +1,31 @@ +function count(){ + + var now = new Date(), + evenDate = new Date("april 23,2020 00:00:00"), + current = now.getTime(), + eventTime = evenDate.getTime(), + remTime = eventTime - current, + s = Math.floor(remTime/1000), + m = Math.floor(s/60), + h = Math.floor(m/60), + d = Math.floor(h/24), + + h = h %24; + m = m % 60; + s= s % 60; + + h = (h<10) ? "0"+h : h; + m = (m<10) ? "0"+m : m; + s = (s<10) ? "0"+s : s; + + + document.getElementById('days').innerHTML = d; + document.getElementById('hours').innerHTML = h; + document.getElementById('min').innerHTML = m; + document.getElementById('sec').innerHTML = s; + setTimeout( count, 1000); + } + count(); + + + \ No newline at end of file diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/index.html" "b/projects/\330\261\331\205\330\266\330\247\331\206/index.html" new file mode 100644 index 0000000..5e933a1 --- /dev/null +++ "b/projects/\330\261\331\205\330\266\330\247\331\206/index.html" @@ -0,0 +1,87 @@ + + + + RAMADHAN + + + + + +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
+ + + + + + + + + + + + + + + + + + +
RAMADHAN KAREEM
DaysHoursMinutesSeconds
+ + + + +

رمضان مبارك

+

اللهم بلغنا رمضان لا فاقدين ولا مفقودين

+
© By MAMMASSE
+ + + + \ No newline at end of file diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/ram.mp3" "b/projects/\330\261\331\205\330\266\330\247\331\206/ram.mp3" new file mode 100644 index 0000000..b15641e Binary files /dev/null and "b/projects/\330\261\331\205\330\266\330\247\331\206/ram.mp3" differ diff --git "a/projects/\330\261\331\205\330\266\330\247\331\206/ramadhan.jpg" "b/projects/\330\261\331\205\330\266\330\247\331\206/ramadhan.jpg" new file mode 100644 index 0000000..4dde338 Binary files /dev/null and "b/projects/\330\261\331\205\330\266\330\247\331\206/ramadhan.jpg" differ