{I" class:ETI"BundledAsset;FI"logical_path;TI"application.css;TI" pathname;TI"1$root/app/assets/stylesheets/application.css;FI"content_type;TI" text/css;TI" mtime;Tl+ŠtfTI" length;TisI" digest;TI"%cb3c6a2e04f2fc7be71afb41dadd3306;FI" source;TI"s/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * */ .brand { float: left; padding-right: 8px; } ul.nav { list-style: none; margin: 0 0 2em; padding: 0; } ul.nav li { display: inline; } #flash_notice, #flash_alert { padding: 5px 8px; margin: 10px 0; } #flash_notice { background-color: #CFC; border: solid 1px #6C6; } #flash_alert { background-color: #FCC; border: solid 1px #C66; } /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * */ #gringotts { width: 500px; margin: 0px auto; text-align: center; font-family: helvetica, arial, sans-serif !important; } #gringotts p { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; } #gringotts .wrapper { width: 500px; margin: 0 auto; background: #fff; border: 0px; text-align: left; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 6px #999; -moz-box-shadow: 0 0 6px #999; box-shadow: 0 0 6px #999; overflow: hidden; } #gringotts .header { background-color: #F8F8FF; padding: 15px 30px 10px; margin: 0px; border-bottom: 1px solid #ddd; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; } #gringotts .content { padding: 15px 60px; overflow: hidden; } #gringotts .header h1 { font-size: 20px; margin: 15px 0px 10px 0px; } #gringotts .header p { margin: 5px 0px 10px 0px; font-size: 14px; line-height: 18px; } #gringotts .debug { padding: 10px; background-color: pink; margin: 25px; font-weight: bold; font-size: 20pt; } #gringotts .phone-number { margin-bottom: 15px; text-align: center; background-color: #DDFCD5; font-size: 16pt; padding: 10px; width: 350px; } #gringotts form { overflow: hidden; display: block; margin-bottom: 25px; } #gringotts form.button_to { float: left; } #gringotts form.button_to div { padding: 1px; } #gringotts input[type="text"] { text-align: left; width: 290px; padding: 8px 12px; margin: 0px 0px 15px 0px; font-size: 20px; display: block; border: 1px solid #555; -webkit-appearance: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0 2px 2px #ddd; -moz-box-shadow: inset 0 2px 2px #ddd; box-shadow: inset 0 2px 2px #ddd; box-sizing: border-box; } #gringotts .button, #gringotts input[type="submit"] { display: inline-block; width: auto; padding: 8px 16px; margin: 0px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) ); background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0'); background-color:#3d94f6; border:1px solid #337fed; -webkit-border-top-left-radius: 0px; -moz-border-radius-topleft:15px; border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topright:15px; border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-bottomright:15px; border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomleft:15px; border-bottom-left-radius: 0px; -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe; -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe; box-shadow:inset 0px 1px 0px 0px #97c4fe; color:#ffffff; text-indent:0; font-size: 16px; font-weight:bold; font-style:normal; text-decoration:none; text-align:center; text-shadow:1px 1px 0px #1570cd; cursor: pointer; } #gringotts .button:hover, #gringotts input[type="submit"]:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) ); background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6'); background-color:#1e62d0; } #gringotts .button:active, #gringotts input[type="submit"]:active { position:relative; top:1px; } #gringotts .error { width: 350px; background-color: #FFF; font-weight: bold; margin: 0px auto 15px 0px; color: red; } #gringotts .step { position: relative; text-align: left; font-size: 10pt; } #gringotts .step h2 { margin: 25px 0 5px; vertical-align: middle; display: block; font-size: 1.25em; -webkit-margin-before: 0.83em; -webkit-margin-after: 0.83em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-weight: bold; } #gringotts .step .step-number { left: -40px; top: -4px; position: absolute; background-color: #38A52C; color: white; width: 26px; height: 26px; line-height: 28px; text-align: center; overflow: hidden; vertical-align: middle; display: inline-block; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } #gringotts .step p { font-size: 14px; line-height: 18px; margin: 5px 0 15px; } #gringotts .setup input[type="text"] { width: 290px; margin: 0px 0px 15px 0px; } #gringotts.success .step .step-number { top: -5px; } #gringotts .red.button, #gringotts.success .disable.button { -moz-box-shadow:inset 0px 1px 0px 0px #f5978e; -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e; box-shadow:inset 0px 1px 0px 0px #f5978e; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) ); background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f'); background-color:#f24537; border:1px solid #d02718; text-shadow:1px 1px 0px #810e05; } #gringotts .red.button:hover, #gringotts.success .disable.button:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) ); background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537'); background-color:#c62d1f; } #gringotts.success .change { display: block; float: left; margin: 10px 0px 0px 15px; } #gringotts .verify form { margin-bottom: 15px; } #gringotts.confirm input[type="text"], #gringotts.verify input[type="text"] { letter-spacing: 10pt; font-size: 24pt; text-align: center; width: 200px; float: left; margin: 15px 15px 15px 0px; } #gringotts.confirm input[type="submit"], #gringotts.verify input[type="submit"] { float: right; font-size: 12pt; margin: 18px 15px 15px 0px; padding: 14px 22px; } #gringotts { /* background-color: #0FF; */ } ;TI"required_assets_digest;TI"%6f5c8830b2e0e7fc68c75bcfb2b11cef;FI" _version;TI"%312c4d59a332d735e846bcf4bc07a9b3;F