1119 lines
38 KiB
CSS
1119 lines
38 KiB
CSS
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 16px;
|
|
color: #555555; }
|
|
|
|
a {
|
|
color: #9e84c5;
|
|
font-weight: 600;
|
|
-webkit-transition: color 0.2s ease-in-out;
|
|
-moz-transition: color 0.2s ease-in-out;
|
|
-ms-transition: color 0.2s ease-in-out;
|
|
-o-transition: color 0.2s ease-in-out;
|
|
transition: color 0.2s ease-in-out; }
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: #8262b4; }
|
|
a.subtle {
|
|
color: inherit; }
|
|
a.subtle:hover {
|
|
color: #9e84c5; }
|
|
|
|
code {
|
|
color: #69499a;
|
|
background-color: #e6e6e6; }
|
|
|
|
.help-block {
|
|
font-size: 14px;
|
|
color: #939393; }
|
|
|
|
small {
|
|
color: #777777; }
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
color: #555555; }
|
|
|
|
h5 {
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
color: #939393; }
|
|
|
|
h4.breadcrumbs {
|
|
padding-bottom: 5px;
|
|
text-transform: uppercase; }
|
|
h4.breadcrumbs a {
|
|
color: #939393; }
|
|
|
|
pre {
|
|
background-color: #777777;
|
|
color: white;
|
|
font-weight: 700;
|
|
font-size: 12px; }
|
|
|
|
.bold {
|
|
font-weight: 700; }
|
|
|
|
.light {
|
|
color: #777777; }
|
|
|
|
.panel {
|
|
border-width: 2px;
|
|
border-color: #e6e6e6;
|
|
-webkit-transition: background-color 0.3s ease-in-out;
|
|
-moz-transition: background-color 0.3s ease-in-out;
|
|
-ms-transition: background-color 0.3s ease-in-out;
|
|
-o-transition: background-color 0.3s ease-in-out;
|
|
transition: background-color 0.3s ease-in-out; }
|
|
.panel .panel-heading {
|
|
padding: 10px 7px;
|
|
background-color: transparent;
|
|
border-width: 2px;
|
|
border-color: #e6e6e6; }
|
|
.panel h4.panel-title {
|
|
padding: 4px 10px 4px 2px;
|
|
font-size: 20px;
|
|
color: #939393;
|
|
color: #555555;
|
|
border-radius: 3px;
|
|
opacity: 0.8; }
|
|
.panel h4.panel-title small {
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
margin-left: 5px;
|
|
padding-top: 2px; }
|
|
.panel h4.panel-title .no-case {
|
|
text-transform: none; }
|
|
.panel h4.panel-title .panel-note {
|
|
margin-top: 5px;
|
|
float: right;
|
|
font-weight: 600;
|
|
color: #939393;
|
|
font-size: 14px; }
|
|
.panel h3.panel-title {
|
|
padding: 4px 0px 4px 0px;
|
|
font-size: 20px;
|
|
color: #939393;
|
|
color: #555555;
|
|
border-radius: 3px; }
|
|
.panel h3.panel-title small {
|
|
font-size: 14px;
|
|
margin-left: 5px; }
|
|
.panel h3.panel-title .panel-note {
|
|
margin-top: 5px;
|
|
float: right;
|
|
font-weight: 600;
|
|
color: #939393;
|
|
font-size: 14px; }
|
|
.panel .panel-body {
|
|
padding: 0px 7px 0px 7px; }
|
|
.panel .panel-body p {
|
|
font-size: 14px;
|
|
color: #555555; }
|
|
.panel .panel-body h5 {
|
|
font-size: 12px; }
|
|
.panel .panel-body h4.check {
|
|
font-size: 16px; }
|
|
.panel .panel-body.panel-form {
|
|
padding-bottom: 15px; }
|
|
.panel .panel-bar {
|
|
width: 100%;
|
|
height: 20px;
|
|
-webkit-transition: background-color 0.1s linear;
|
|
-moz-transition: background-color 0.1s linear;
|
|
-ms-transition: background-color 0.1s linear;
|
|
-o-transition: background-color 0.1s linear;
|
|
transition: background-color 0.1s linear; }
|
|
.panel.panel-link {
|
|
border-bottom-width: 2px; }
|
|
.panel.panel-list ul {
|
|
margin: 0; }
|
|
.panel.panel-list ul li {
|
|
margin: 0;
|
|
border: 0; }
|
|
.panel .panel-bar-horizontal {
|
|
width: 20px;
|
|
float: left;
|
|
height: 50px;
|
|
margin-right: 10px;
|
|
display: block; }
|
|
.panel.panel-short {
|
|
border-bottom-width: 0px; }
|
|
.panel.panel-link:hover {
|
|
cursor: pointer;
|
|
background-color: #fafafa; }
|
|
.panel.active {
|
|
-webkit-transition: border-color 0.1s linear;
|
|
-moz-transition: border-color 0.1s linear;
|
|
-ms-transition: border-color 0.1s linear;
|
|
-o-transition: border-color 0.1s linear;
|
|
transition: border-color 0.1s linear;
|
|
border-color: #9e84c5; }
|
|
.panel.active > .panel-heading {
|
|
border-color: #9e84c5; }
|
|
.panel.active .panel-bar {
|
|
-webkit-transition: background-color 0.1s linear;
|
|
-moz-transition: background-color 0.1s linear;
|
|
-ms-transition: background-color 0.1s linear;
|
|
-o-transition: background-color 0.1s linear;
|
|
transition: background-color 0.1s linear;
|
|
background-color: #9e84c5; }
|
|
|
|
.top-brand {
|
|
margin-top: 20px;
|
|
background: transparent url("consul-logo.png") 0 no-repeat;
|
|
background-size: 30px 30px;
|
|
width: 30px;
|
|
height: 30px; }
|
|
|
|
.topbar {
|
|
padding: 30px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 20px;
|
|
min-height: 95px;
|
|
border-bottom: 1px #eee solid; }
|
|
.topbar .btn {
|
|
margin-top: 20px;
|
|
min-width: 100px; }
|
|
.topbar .btn-dropdown {
|
|
width: auto; }
|
|
.topbar ul.dropdown-menu li a {
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
color: #777777;
|
|
-webkit-transition: background-color 0.1s ease-in-out;
|
|
-moz-transition: background-color 0.1s ease-in-out;
|
|
-ms-transition: background-color 0.1s ease-in-out;
|
|
-o-transition: background-color 0.1s ease-in-out;
|
|
transition: background-color 0.1s ease-in-out; }
|
|
.topbar ul.dropdown-menu li a:hover {
|
|
color: #5e5e5e;
|
|
background-color: #f3f3f3; }
|
|
|
|
.btn {
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
border-width: 2px;
|
|
color: #777777;
|
|
-webkit-transition: background-color 0.2s ease-in-out;
|
|
-moz-transition: background-color 0.2s ease-in-out;
|
|
-ms-transition: background-color 0.2s ease-in-out;
|
|
-o-transition: background-color 0.2s ease-in-out;
|
|
transition: background-color 0.2s ease-in-out;
|
|
-webkit-transition: border-color 0.2s ease-in-out;
|
|
-moz-transition: border-color 0.2s ease-in-out;
|
|
-ms-transition: border-color 0.2s ease-in-out;
|
|
-o-transition: border-color 0.2s ease-in-out;
|
|
transition: border-color 0.2s ease-in-out;
|
|
-webkit-transition: color 0.2s ease-in-out;
|
|
-moz-transition: color 0.2s ease-in-out;
|
|
-ms-transition: color 0.2s ease-in-out;
|
|
-o-transition: color 0.2s ease-in-out;
|
|
transition: color 0.2s ease-in-out;
|
|
outline: none;
|
|
outline-color: white; }
|
|
.btn:hover {
|
|
color: #5e5e5e;
|
|
background-color: #f3f3f3; }
|
|
.btn:focus {
|
|
outline: none;
|
|
outline-color: white;
|
|
outline: none;
|
|
box-shadow: none; }
|
|
.btn.active {
|
|
outline-color: white;
|
|
outline: none;
|
|
box-shadow: none; }
|
|
.btn.btn-primary {
|
|
color: #69499a;
|
|
background-color: transparent;
|
|
border: 2px solid #9e84c5; }
|
|
.btn.btn-primary:hover {
|
|
background-color: #f7f3f9;
|
|
color: #8262b4; }
|
|
.btn.btn-warning {
|
|
color: #ffac5e;
|
|
background-color: transparent;
|
|
border: 2px solid #ffac5e; }
|
|
.btn.btn-warning:hover {
|
|
background-color: #fff8f2;
|
|
color: #ff922b; }
|
|
.btn.btn-success {
|
|
color: #86b457;
|
|
background-color: transparent;
|
|
border: 2px solid #86b457; }
|
|
.btn.btn-success:hover {
|
|
background-color: #f8fdf2;
|
|
color: #6c9543; }
|
|
.btn.btn-danger {
|
|
color: #dd4e58;
|
|
background-color: transparent;
|
|
border: 2px solid #dd4e58; }
|
|
.btn.btn-danger:hover {
|
|
background-color: #fcf1f1;
|
|
color: #d02834; }
|
|
.btn.active {
|
|
color: #69499a;
|
|
background-color: transparent;
|
|
border: 2px solid #9e84c5; }
|
|
.btn.active:hover {
|
|
background-color: #f7f3f9;
|
|
color: #8262b4; }
|
|
.btn.active.btn-noactive {
|
|
color: inherit;
|
|
background-color: inherit;
|
|
border: 2px solid #ccc; }
|
|
.btn.btn-mini {
|
|
font-size: 10px;
|
|
padding: 8px; }
|
|
.btn.btn-list {
|
|
font-size: 10px;
|
|
padding: 3px 5px 3px 5px;
|
|
margin-right: 5px;
|
|
border-radius: 3px; }
|
|
|
|
.topbar .btn.icon {
|
|
min-width: 50px;
|
|
font-size: 30px;
|
|
height: 33px;
|
|
padding: 0; }
|
|
.topbar .btn.icon .wrap {
|
|
position: absolute;
|
|
top: -8px;
|
|
left: 14px; }
|
|
|
|
.list-group-item {
|
|
padding: 0;
|
|
border-width: 2px;
|
|
border-bottom-width: 2px;
|
|
border-radius: 2px;
|
|
margin-bottom: 15px;
|
|
margin-top: 15px;
|
|
-webkit-transition: background-color 0.3s ease-in-out;
|
|
-moz-transition: background-color 0.3s ease-in-out;
|
|
-ms-transition: background-color 0.3s ease-in-out;
|
|
-o-transition: background-color 0.3s ease-in-out;
|
|
transition: background-color 0.3s ease-in-out; }
|
|
.list-group-item .list-group-item-heading, .list-group-item .list-inline {
|
|
margin: 10px 15px 10px 15px;
|
|
padding: 0px 5px 0px 5px; }
|
|
.list-group-item .list-inline {
|
|
padding-left: 0px;
|
|
color: #777777;
|
|
font-size: 13px;
|
|
height: 20px; }
|
|
.list-group-item .list-group-item-heading {
|
|
border-bottom: 2px solid #eee;
|
|
color: #555555; }
|
|
.list-group-item .list-group-item-heading .heading-helper {
|
|
float: right;
|
|
font-weight: 600;
|
|
color: #939393;
|
|
font-size: 14px; }
|
|
.list-group-item .list-bar {
|
|
width: 100%;
|
|
height: 20px; }
|
|
.list-group-item.list-link:hover {
|
|
cursor: pointer;
|
|
background-color: #fafafa; }
|
|
.list-group-item.list-condensed-link:hover {
|
|
cursor: pointer;
|
|
background-color: #fafafa; }
|
|
.list-group-item.list-condensed-link, .list-group-item.list-condensed {
|
|
border-color: #e6e6e6;
|
|
margin-bottom: 4px;
|
|
margin-top: 4px;
|
|
height: 40px;
|
|
font-weight: 700; }
|
|
.list-group-item.list-condensed-link.double-line, .list-group-item.list-condensed.double-line {
|
|
height: 54px; }
|
|
.list-group-item.list-condensed-link .name, .list-group-item.list-condensed .name {
|
|
font-size: 15px;
|
|
padding-top: 6px; }
|
|
.list-group-item.list-condensed-link .name span, .list-group-item.list-condensed .name span {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 35%;
|
|
float: left;
|
|
display: inline-block;
|
|
padding-right: 4px; }
|
|
.list-group-item.list-condensed-link .name small, .list-group-item.list-condensed .name small {
|
|
display: inline-block;
|
|
padding-right: 8px;
|
|
padding-top: 2px;
|
|
font-size: 12px;
|
|
color: #939393; }
|
|
.list-group-item.list-condensed-link ul.sub, .list-group-item.list-condensed ul.sub {
|
|
margin: 0;
|
|
font-size: 12px;
|
|
color: #939393;
|
|
overflow: auto; }
|
|
.list-group-item.list-condensed-link ul.sub li, .list-group-item.list-condensed ul.sub li {
|
|
padding: 0; }
|
|
.list-group-item.list-condensed-link ul.sub::-webkit-scrollbar, .list-group-item.list-condensed ul.sub::-webkit-scrollbar {
|
|
display: none;
|
|
-webkit-appearance: none; }
|
|
.list-group-item .list-bar-horizontal {
|
|
width: 20px;
|
|
float: left;
|
|
height: 100%;
|
|
margin-right: 10px; }
|
|
.list-group-item.active {
|
|
-webkit-transition: border-color 0.1s linear;
|
|
-moz-transition: border-color 0.1s linear;
|
|
-ms-transition: border-color 0.1s linear;
|
|
-o-transition: border-color 0.1s linear;
|
|
transition: border-color 0.1s linear;
|
|
border-color: #9e84c5; }
|
|
.list-group-item.active .list-bar, .list-group-item.active .list-bar-horizontal {
|
|
-webkit-transition: background-color 0.1s linear;
|
|
-moz-transition: background-color 0.1s linear;
|
|
-ms-transition: background-color 0.1s linear;
|
|
-o-transition: background-color 0.1s linear;
|
|
transition: background-color 0.1s linear;
|
|
background-color: #9e84c5; }
|
|
|
|
.form-group .form-control {
|
|
-webkit-transition: border-color 0.2s ease-in-out;
|
|
-moz-transition: border-color 0.2s ease-in-out;
|
|
-ms-transition: border-color 0.2s ease-in-out;
|
|
-o-transition: border-color 0.2s ease-in-out;
|
|
transition: border-color 0.2s ease-in-out;
|
|
-webkit-transition: box-shadow 0.2s ease-in-out;
|
|
-moz-transition: box-shadow 0.2s ease-in-out;
|
|
-ms-transition: box-shadow 0.2s ease-in-out;
|
|
-o-transition: box-shadow 0.2s ease-in-out;
|
|
transition: box-shadow 0.2s ease-in-out;
|
|
-webkit-transition: border-color 0.2s ease-in-out;
|
|
-moz-transition: border-color 0.2s ease-in-out;
|
|
-ms-transition: border-color 0.2s ease-in-out;
|
|
-o-transition: border-color 0.2s ease-in-out;
|
|
transition: border-color 0.2s ease-in-out; }
|
|
.form-group .form-control.form-control-mini {
|
|
font-size: 12px; }
|
|
.form-group.valid .form-control {
|
|
border-color: #bbf085;
|
|
box-shadow: 0 0 5px #bbf085; }
|
|
.form-group .input-group-addon {
|
|
background-color: #e6e6e6; }
|
|
|
|
textarea.form-control {
|
|
height: 130px; }
|
|
|
|
.ns-box {
|
|
position: fixed;
|
|
background: #666666;
|
|
padding: 20px;
|
|
line-height: 1.4;
|
|
z-index: 1000;
|
|
min-width: 400px;
|
|
pointer-events: none;
|
|
color: rgba(250, 251, 255, 0.95);
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
opacity: 0.8; }
|
|
|
|
.ns-box.ns-show {
|
|
pointer-events: auto; }
|
|
|
|
.ns-box a {
|
|
color: inherit;
|
|
opacity: 0.7;
|
|
font-weight: 700; }
|
|
|
|
.ns-box a:hover,
|
|
.ns-box a:focus {
|
|
opacity: 1; }
|
|
|
|
.ns-box p {
|
|
margin: 0; }
|
|
|
|
.ns-box.ns-show,
|
|
.ns-box.ns-visible {
|
|
pointer-events: auto; }
|
|
|
|
.ns-close {
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 4px;
|
|
overflow: hidden;
|
|
text-indent: 100%;
|
|
cursor: pointer;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden; }
|
|
|
|
.ns-close:hover,
|
|
.ns-close:focus {
|
|
outline: none; }
|
|
|
|
.ns-close::before,
|
|
.ns-close::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 3px;
|
|
height: 60%;
|
|
top: 50%;
|
|
left: 50%;
|
|
background: white; }
|
|
|
|
.ns-close:hover::before,
|
|
.ns-close:hover::after {
|
|
background: #fff; }
|
|
|
|
.ns-close::before {
|
|
-webkit-transform: translate(-50%, -50%) rotate(45deg);
|
|
transform: translate(-50%, -50%) rotate(45deg); }
|
|
|
|
.ns-close::after {
|
|
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
|
|
transform: translate(-50%, -50%) rotate(-45deg); }
|
|
|
|
/* Growl-style notifications */
|
|
.ns-growl {
|
|
top: 30px;
|
|
left: 30px;
|
|
max-width: 300px;
|
|
border-radius: 5px; }
|
|
|
|
.ns-growl p {
|
|
margin: 0;
|
|
line-height: 1.3; }
|
|
|
|
[class^="ns-effect-"].ns-growl.ns-hide,
|
|
[class*=" ns-effect-"].ns-growl.ns-hide {
|
|
-webkit-animation-direction: reverse;
|
|
animation-direction: reverse; }
|
|
|
|
/* Slide */
|
|
.ns-effect-slide {
|
|
top: 30px; }
|
|
|
|
.ns-effect-slide .ns-close:hover::before,
|
|
.ns-effect-slide .ns-close:hover::after {
|
|
background: #fff; }
|
|
|
|
.ns-effect-slide.ns-show {
|
|
-webkit-animation-name: animSlideElastic;
|
|
animation-name: animSlideElastic;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear; }
|
|
|
|
@-webkit-keyframes animSlideElastic {
|
|
0% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1); }
|
|
|
|
1.666667% {
|
|
-webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
|
|
transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1); }
|
|
|
|
3.333333% {
|
|
-webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
|
|
transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1); }
|
|
|
|
5% {
|
|
-webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
|
|
transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1); }
|
|
|
|
6.666667% {
|
|
-webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
|
|
transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1); }
|
|
|
|
8.333333% {
|
|
-webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
|
|
transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1); }
|
|
|
|
10% {
|
|
-webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
|
|
transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1); }
|
|
|
|
11.666667% {
|
|
-webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
|
|
transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1); }
|
|
|
|
13.333333% {
|
|
-webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
|
|
transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1); }
|
|
|
|
15% {
|
|
-webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
|
|
transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1); }
|
|
|
|
16.666667% {
|
|
-webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
|
|
transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1); }
|
|
|
|
18.333333% {
|
|
-webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
|
|
transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1); }
|
|
|
|
20% {
|
|
-webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
|
|
transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1); }
|
|
|
|
21.666667% {
|
|
-webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
|
|
transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1); }
|
|
|
|
23.333333% {
|
|
-webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
|
|
transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1); }
|
|
|
|
25% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1); }
|
|
|
|
26.666667% {
|
|
-webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
|
|
transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1); }
|
|
|
|
28.333333% {
|
|
-webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
|
|
transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1); }
|
|
|
|
30% {
|
|
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
|
|
transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1); }
|
|
|
|
31.666667% {
|
|
-webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
|
|
transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1); }
|
|
|
|
33.333333% {
|
|
-webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
|
|
transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1); }
|
|
|
|
35% {
|
|
-webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
|
|
transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1); }
|
|
|
|
36.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1); }
|
|
|
|
38.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1); }
|
|
|
|
40% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1); }
|
|
|
|
41.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1); }
|
|
|
|
43.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1); }
|
|
|
|
45% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1); }
|
|
|
|
46.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1); }
|
|
|
|
48.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1); }
|
|
|
|
50% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1); }
|
|
|
|
51.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1); }
|
|
|
|
53.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1); }
|
|
|
|
55% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1); }
|
|
|
|
56.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1); }
|
|
|
|
58.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1); }
|
|
|
|
60% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1); }
|
|
|
|
61.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1); }
|
|
|
|
63.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1); }
|
|
|
|
65% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1); }
|
|
|
|
66.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1); }
|
|
|
|
68.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1); }
|
|
|
|
70% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1); }
|
|
|
|
71.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1); }
|
|
|
|
73.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1); }
|
|
|
|
75% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1); }
|
|
|
|
76.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1); }
|
|
|
|
78.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1); }
|
|
|
|
80% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1); }
|
|
|
|
81.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1); }
|
|
|
|
83.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1); }
|
|
|
|
85% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1); }
|
|
|
|
86.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1); }
|
|
|
|
88.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1); }
|
|
|
|
90% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
|
|
|
|
91.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
|
|
|
|
93.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
|
|
|
|
95% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1); }
|
|
|
|
96.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
|
|
|
|
98.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1); }
|
|
|
|
100% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
|
|
@keyframes animSlideElastic {
|
|
0% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1); }
|
|
|
|
1.666667% {
|
|
-webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
|
|
transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1); }
|
|
|
|
3.333333% {
|
|
-webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
|
|
transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1); }
|
|
|
|
5% {
|
|
-webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
|
|
transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1); }
|
|
|
|
6.666667% {
|
|
-webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
|
|
transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1); }
|
|
|
|
8.333333% {
|
|
-webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
|
|
transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1); }
|
|
|
|
10% {
|
|
-webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
|
|
transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1); }
|
|
|
|
11.666667% {
|
|
-webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
|
|
transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1); }
|
|
|
|
13.333333% {
|
|
-webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
|
|
transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1); }
|
|
|
|
15% {
|
|
-webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
|
|
transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1); }
|
|
|
|
16.666667% {
|
|
-webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
|
|
transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1); }
|
|
|
|
18.333333% {
|
|
-webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
|
|
transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1); }
|
|
|
|
20% {
|
|
-webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
|
|
transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1); }
|
|
|
|
21.666667% {
|
|
-webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
|
|
transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1); }
|
|
|
|
23.333333% {
|
|
-webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
|
|
transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1); }
|
|
|
|
25% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1); }
|
|
|
|
26.666667% {
|
|
-webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
|
|
transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1); }
|
|
|
|
28.333333% {
|
|
-webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
|
|
transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1); }
|
|
|
|
30% {
|
|
-webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
|
|
transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1); }
|
|
|
|
31.666667% {
|
|
-webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
|
|
transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1); }
|
|
|
|
33.333333% {
|
|
-webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
|
|
transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1); }
|
|
|
|
35% {
|
|
-webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
|
|
transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1); }
|
|
|
|
36.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1); }
|
|
|
|
38.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1); }
|
|
|
|
40% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1); }
|
|
|
|
41.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1); }
|
|
|
|
43.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1); }
|
|
|
|
45% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1); }
|
|
|
|
46.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1); }
|
|
|
|
48.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1); }
|
|
|
|
50% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1); }
|
|
|
|
51.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1); }
|
|
|
|
53.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1); }
|
|
|
|
55% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1); }
|
|
|
|
56.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1); }
|
|
|
|
58.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1); }
|
|
|
|
60% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1); }
|
|
|
|
61.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1); }
|
|
|
|
63.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1); }
|
|
|
|
65% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1); }
|
|
|
|
66.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1); }
|
|
|
|
68.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1); }
|
|
|
|
70% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1); }
|
|
|
|
71.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1); }
|
|
|
|
73.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1); }
|
|
|
|
75% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1); }
|
|
|
|
76.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1); }
|
|
|
|
78.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1); }
|
|
|
|
80% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1); }
|
|
|
|
81.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1); }
|
|
|
|
83.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1); }
|
|
|
|
85% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1); }
|
|
|
|
86.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1); }
|
|
|
|
88.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1); }
|
|
|
|
90% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
|
|
|
|
91.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
|
|
|
|
93.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
|
|
|
|
95% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1); }
|
|
|
|
96.666667% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
|
|
|
|
98.333333% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1); }
|
|
|
|
100% {
|
|
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
|
|
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
|
|
.ns-effect-slide.ns-hide {
|
|
-webkit-animation-name: animSlide;
|
|
animation-name: animSlide;
|
|
-webkit-animation-duration: 0.25s;
|
|
animation-duration: 0.25s; }
|
|
|
|
@-webkit-keyframes animSlide {
|
|
0% {
|
|
-webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0); }
|
|
|
|
100% {
|
|
-webkit-transform: translate3d(0, 0, 0); } }
|
|
@keyframes animSlide {
|
|
0% {
|
|
-webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
|
|
transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0); }
|
|
|
|
100% {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0); } }
|
|
html, body {
|
|
height: 100%; }
|
|
|
|
.wrapper {
|
|
min-height: 100%;
|
|
height: auto !important;
|
|
/* This line and the next line are not necessary unless you need IE6 support */
|
|
height: 100%;
|
|
margin: 0 auto -60px;
|
|
/* the bottom margin is the negative value of the footer's height */ }
|
|
|
|
.footer, .push {
|
|
height: 60px;
|
|
/* .push must be the same height as .footer */ }
|
|
|
|
@media (min-width: 1120px) {
|
|
.container {
|
|
width: 1100px; } }
|
|
@media (min-width: 1200px) {
|
|
.container {
|
|
width: 1200px; } }
|
|
@media (min-width: 1438px) {
|
|
.container {
|
|
width: 1400px; } }
|
|
a button:active {
|
|
outline: none; }
|
|
|
|
.buffer-small {
|
|
height: 50px; }
|
|
|
|
@media (min-width: 991px) {
|
|
.border-left {
|
|
border-left: 1px #e6e6e6 solid; }
|
|
.border-left .padded-border {
|
|
padding-left: 30px; } }
|
|
.padded-right-middle {
|
|
padding-right: 30px; }
|
|
|
|
.no-margin {
|
|
margin: 0; }
|
|
|
|
.vertical-center {
|
|
margin-top: 200px; }
|
|
|
|
.row.colored {
|
|
background-color: #f7f3f9; }
|
|
|
|
.bordered {
|
|
border-left: 2px solid #e6e6e6; }
|
|
|
|
.bg-purple {
|
|
background-color: #9e84c5; }
|
|
|
|
.bg-light-purple {
|
|
background-color: #f7f3f9; }
|
|
|
|
.bg-orange {
|
|
background-color: #ffac5e; }
|
|
|
|
.bg-green {
|
|
background-color: #bbf085; }
|
|
|
|
.bg-dark-green {
|
|
background-color: #86b457; }
|
|
|
|
.bg-red {
|
|
background-color: #dd4e58; }
|
|
|
|
.bg-gray {
|
|
background-color: #939393; }
|
|
|
|
.bg-light-gray {
|
|
background-color: #e6e6e6; }
|
|
|
|
.action-bar {
|
|
min-height: 50px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px; }
|
|
|
|
.ember-list-view {
|
|
overflow: auto;
|
|
position: relative;
|
|
margin-bottom: 30px; }
|
|
|
|
.ember-list-item-view {
|
|
position: absolute;
|
|
width: 100%; }
|
|
|
|
.scrollable {
|
|
overflow: auto;
|
|
height: 800px;
|
|
margin-bottom: 30px; }
|
|
|
|
.elip-overflow {
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis; }
|
|
|
|
.do-logo {
|
|
opacity: 0.6;
|
|
margin-top: -3px; }
|